CLOct 6, 2015

Analyzer and generator for Pali

arXiv:1510.01570v11 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the computational processing of Pali morphology, an incremental improvement for linguistic analysis tools in this domain.

The authors developed a system for morphological analysis and generation of Pali words using regular inflectional paradigms and a lexical database, which enables efficient lookup by pre-generating and storing inflected forms with attached morphological information.

This work describes a system that performs morphological analysis and generation of Pali words. The system works with regular inflectional paradigms and a lexical database. The generator is used to build a collection of inflected and derived words, which in turn is used by the analyzer. Generating and storing morphological forms along with the corresponding morphological information allows for efficient and simple look up by the analyzer. Indeed, by looking up a word and extracting the attached morphological information, the analyzer does not have to compute this information. As we must, however, assume the lexical database to be incomplete, the system can also work without the dictionary component, using a rule-based approach.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes