fst-infl, fst-infl2, fst-infl3
morphological analysers
- Provided by: sfst (Version: 1.7.0-1build1)
- Report a bug
morphological analysers
fst-infl [ options ] file [ input-file [
output-file ] ]
fst-infl2 [ options ] file [ input-file [
output-file ] ]
fst-infl3 [ options ] file [ input-file [
output-file ] ]
fst-infl is a morphological analyser. The first argument is the name of a file which was generated by fst-compiler. The second argument is the name of the input file. The third argument is the output file. If the third argument is missing, output is directed to stdout. If the second argument is missing, as well, input is read from stdin.
fst-infl2 is similar to fst-infl but needs a transducer in compact format (see the man pages for fst-compiler and fst-compact). fst-infl2 is implemented differently from fst-infl and usually much faster.
fst-infl3 is also similar to fst-infl but needs a transducer in lowmem format (see the man pages for fst-compiler and fst-lowmem). fst-infl3 accesses the transducer on disc rather than reading it into memory. It starts very fast and needs very little memory, but is slower than fst-infl2.
fst-infl reads the transducer which is stored in the argument file. Then it reads the input file line by line. Each line is analysed with the transducer and all resulting analyses are printed (see also the man pages for fst-mor).
No bugs are known so far.
fst-compiler, fst-mor
Helmut Schmid, Institute for Computational Linguistics, University of Stuttgart, Email: schmid@ims.uni-stuttgart.de, This software is available under the GNU Public License.