The Divvun and Giellatekno teams build language technology aimed at minority and indigenous languages
View GiellaLT on GitHub divvungiellatekno/giellalt.uit.no
This is an overview over FSTs which are compiled and their properties.
+MWE +Dial/- and normative compoundtags like +CmpN/SgN are not visible in any FST
ANALYSERS | |||
FST | Visible | Invisible | Remarks |
analyser-raw-gt-desc | all tags | ||
analyser-gt-desc | +Err/Orth, +Err/Lex, +vN | +Sem/tags | Descriptive analyser |
analyser-disamb-gt-desc | +Err/Orth, +Err/Lex, +Sem/tags, +Allegro | +vN | Descriptive analyser for disambiguation |
analyser-gt-norm | +NomAg +G3 +G7 +Allegro, +HomN +vN +Use/NGminip +Coll +TV +IV | +Sem/tags, +OLang/*, +Use/NGminip, +Allegro, +vN | Normative analyser |
analyser-dict-gt-desc | +NomAg +G3 +G7 +Allegro, +HomN +vN +Use/NGminip +Coll +TV +IV | +Sem/tags, +OLang/*, +vN | Descriptive analyser for dicts |
analyser-dict-gt-desc-mobile | +NomAg +G3 +G7 +Allegro, +HomN +vN +Use/NGminip +Coll +TV +IV | +Sem/tags, +OLang/*, +vN | analyser-dict-gt-desc-mobile is compiled with orthography/spellrelax-mobile-keyboard.regex in addition to the ordinary spellrelax.regex |
analyser-oahpa-gt-norm | +NomAg +G3 +G7 +Allegro +HomN +Coll +TV +IV | +Sem/tags, +OLang/*, +Use/NGminip, +Allegro, +vN | FST made for testing, it is parallel with the generator. |
analyser-mt-gt-desc | +NomAg +G3 +G7 +Allegro +HomN +Coll +TV +IV +Sem/tags | +vN | Desciptive analyser for MT input. Also analysis without +Sem/tags and +Allegro |
GENERATORS | |||
FST | Mandatory | Optional | Remarks |
generator-gt-desc | - | +NomAg +G3 +G7 +Allegro +HomN +vN +Use/NGminip +Coll +TV +IV | Descriptive generator |
generator-gt-norm | - | +NomAg +G3 +G7 +Allegro +HomN +vN +Use/NGminip +Coll +TV +IV | Normative generator |
generator-dict-gt-norm | +NomAg +G3 +G7 +Allegro +HomN +vN +Use/NGminip +Coll | +TV +IV | Normative generator for dict paradigms |
generator-oahpa-gt-norm | +NomAg +G3 +G7 +HomN +Coll | +IV +TV +vN, +Allegro +Use/NGminip | Normative generator for generating Oahpa keyanswers (tolerate all dialects and Use/NG-forms) |
generator-oahpa-gt-restr_XX | = generator-oahpa-gt-norm + Allegro | Normative generator for generating tasks. Paths marked with +Dial/- (exept for the chosen dialect), +Use/NG and +v2 and biggerRemoves paths with +Use/NG and the other dialects (Dial/), if there are more dialects | |
generator-mt-apertium-norm.att.gz | +IV +TV +NomAg +G3 +G7 +Coll +HomN | +Sem/tags +Allegro | Normative generator for MT output. Paths with +vN and +Use/NG are removed. |
./configure
Examples for parameters: ./configure --with-hfst --enable-dicts
How to get a list of parameters: ./configure -h
How to see the parameters which are set: head config.log
Some of the parameters:
--enable-spellers
(build any/all spellers [default=no])--enable-grammarchecker
(enable grammar checker [default=no])--enable-dicts
(enable dictionary transducers [default=no])--enable-oahpa
(enable all tranducers with adjective-oahpa.lexc file
instead of adjective.lexc [default=no])--enable-apertium
(enable apertium transducers [default=no])