Document steps for creating dictionary FSTs from updated LEXC source #109
Labels
documentation
Improvements or additions to documentation
FST
Tasks relating to FST creation
meta
Issues for tracking issues
The following are explicit instructions on creating a descriptive analyzer and normative generator (with morpheme boundaries) from updated LEXC source (undertaken in #108):
If one has compiled the aggregate LEXC file,
lexicon.lexc
(used to belexicon.tmp.lexc
), with the regular GiellaLT compilation scheme, one can use that file as the primary source.Otherwise, one can compile the aggregate file as follows:
cat src/fst/root.lexc src/fst/stems/noun_stems.lexc src/fst/morphology/stems/verb_stems.lexc src/fst/morphology/stems/particles.lexc src/fst/morphology/stems/pronouns.lexc src/fst/morphology/stems/numerals.lexc src/fst/morphology/affixes/noun_affixes.lexc src/fst/morphology/affixes/verb_affixes.lexc > lexicon.lexc
Normally, the necessary FSTs would be created according to the standard GiellaLT compilation configruration, with the option
--enable-dicts
.The text was updated successfully, but these errors were encountered: