Morphological Analyzer API Reference ================================ This page contains the detailed API reference for the Morphological Analyzer module. .. module:: sanskrit_grammar.morphological_analyzer Core Functions ------------- .. autofunction:: analyze_sanskrit_word .. autofunction:: identify_pratyaya Constants -------- .. data:: SANSKRIT_DHATUS Dictionary containing Sanskrit verbal roots and their conjugations. .. data:: UPASARGA_LIST List of Sanskrit prefixes (उपसर्ग). .. data:: KRIT_PRATYAYA_LIST List of primary suffixes (कृत् प्रत्यय). .. data:: TADDHITA_PRATYAYA_LIST List of secondary suffixes (तद्धित प्रत्यय). .. data:: SARVANAMA_PRATYAYA_LIST List of pronominal suffixes (सर्वनाम प्रत्यय).