Name Last Update
..
README Loading commit data...
adj Loading commit data...
easy.fst Loading commit data...

README

Simple transducer example


Compilation

>>> fst-compiler easy.fst easy.a


Test of the interactive analysis tool

>>> fst-mor easy.a
reading automaton...
finished.
analyse> easiest
easy<ADJ><sup>
analyse> latest
late<ADJ><sup>
analyse> late
late<ADJ><pos>
// entering an empty line switches to generation mode
analyse>
generate> late<ADJ><pos>
late
generate> q


Test of the batch-mode analysis tool

echo easier| fst-infl easy.a
reading automaton...
finished.
> easier
easy<ADJ><comp>


Test of the second batch mode analysis tool (usually faster)

>>> fst-compact easy.a easy.ca
>>> echo later| fst-infl2 easy.ca
reading automaton...
finished.
> later
late<ADJ><comp>