Difference between revisions of "Lttoolbox"

From Apertium
Jump to navigation Jump to search
Line 1: Line 1:
{{TOCD}}
'''lttoolbox''' is a toolbox for lexical processing, morphological analysis and generation of words.
'''lttoolbox''' is a toolbox for lexical processing, [[morphological analysis]] and generation of words. The analysis is the process of splitting of words splitting a word (e.g. cats) into its lemma 'cat' and the grammatical information <code><n><pl></code>. The generation is the opposite process.


The package is split into three programs, <code>lt-comp</code>, the compiler, <code>lt-proc</code>, the processor, and <code>lt-expand</code>, which generates all possible mappings between surface forms and [[lexical form]]s in the dictionary.
The analysis is the process of splitting of words splitting a word (e.g. cats) into its lemma 'cat' and the grammatical information <code><n><pl></code>


==Compilation==
The generation is the opposite process.

==Processing==

===Analysis===

===Generation===

==Expansion==

==See also==

* [[Monodix basics]]


[[Category:Tools]]
[[Category:Tools]]

Revision as of 14:35, 2 February 2008

lttoolbox is a toolbox for lexical processing, morphological analysis and generation of words. The analysis is the process of splitting of words splitting a word (e.g. cats) into its lemma 'cat' and the grammatical information <n><pl>. The generation is the opposite process.

The package is split into three programs, lt-comp, the compiler, lt-proc, the processor, and lt-expand, which generates all possible mappings between surface forms and lexical forms in the dictionary.

Compilation

Processing

Analysis

Generation

Expansion

See also