DESCR 909 B

1234567891011121314151617
  1. Foma is a compiler, programming language, and C library for constructing
  2. finite-state automata and transducers for various uses. It has specific
  3. support for many natural language processing applications such as
  4. producing morphological analyzers. Although NLP applications are
  5. probably the main use of foma, it is sufficiently generic to use for a
  6. large number of purposes.
  7. The foma interface is similar to the Xerox xfst interface, and supports
  8. most of the commands and the regular expression syntax in xfst. Many
  9. grammars written for xfst compile out-of-the-box with foma.
  10. The library contains efficient implementations of all classical
  11. automata/transducer algorithms: determinization, minimization,
  12. epsilon-removal, composition, boolean operations. Also, more advanced
  13. construction methods are available: context restriction, quotients,
  14. first-order regular logic, transducers from replacement rules, etc.