sfst

Toolbox for building morphological analyzers and FST-based tools

brewmacoslinux
Try with needOr install directly
Source

About

Toolbox for morphological analysers and other FST-based tools

Commands

fst-compilerfst-invertfst-composefst-concatfst-convertfst-minimizefst-printfst-sort

Examples

Compile a morphological transducer from a rule file$ fst-compiler grammar.fst grammar.a
Invert a transducer to reverse the direction of translation$ fst-invert input.a output.a
Compose two transducers for pipeline processing$ fst-compose first.a second.a output.a