Difference between revisions of "Hfst documentation"

From Apertium
Jump to navigation Jump to search
Line 35: Line 35:
 
**
 
**
 
* [https://kitwiki.csc.fi/twiki/bin/view/KitWiki/HfstFst2Strings hfst-fst2strings]
 
* [https://kitwiki.csc.fi/twiki/bin/view/KitWiki/HfstFst2Strings hfst-fst2strings]
  +
** Display the string pairs recognized by a transducer, i.e. paths that lead from the initial state to a final state.
**
 
 
* [https://kitwiki.csc.fi/twiki/bin/view/KitWiki/HfstFst2Txt hfst-fst2txt]
 
* [https://kitwiki.csc.fi/twiki/bin/view/KitWiki/HfstFst2Txt hfst-fst2txt]
 
** Prints transducers in AT&T tabular format
 
** Prints transducers in AT&T tabular format

Revision as of 18:29, 18 December 2011

Hfst is a compiler for finite state transducers. The best documentation for writing such transducers is still Beesley and Karttunen (2003): Finite State Morphology. There still are some important differences between Hfst and the compilers described in the B&K book.


The Hfst subprograms

Hfst consists of a large number of smaller programs, with different functions:

See also