Foma (software)
{{Infobox software
| name = foma
| logo =
| developer = Måns Huldén
| released = {{Release year | 2010}}
| latest release version = 0.10.0
| latest release date = {{Start date and age|2021|06|01}}
| programming language = C
| operating system = Cross-platform
| genre = Finite State Toolkit
| license = Apache License 2.0
| website = {{URL|https://github.com/mhulden/foma/}}
}}
Foma is a free and open source finite-state toolkit created and maintained by Mans Hulden. It includes a compiler, programming language, and C library for constructing finite-state automata and transducers (FST's) for various uses, most typically Natural Language Processing uses such as morphological analysis.
Foma can replace the proprietary Xerox Finite State Toolkit for compiling and running FST's written in the lexc and xfst formalisms. The speed is comparable with the Xerox tools for most lexicons, although Foma can be 3 or 4 times slower for very large lexicons (e.g. >100,000 words).{{sfn|Hulden|2009}} Foma is also one of the possible backends of the free and open source Helsinki Finite State Toolkit (where other backends provide support for further formalisms).
There are several FOSS morphologies written in lexc/xfst compatible with foma, e.g. for the Sámi, Cornish, Faroese, Finnish, Komi, Mari, Udmurt, Buriat, Greenlandic language and Iñupiaq languages.{{cite web |url=http://giellatekno.uit.no/english.html |title=Welcome to the Sámi language technology pages |access-date=2011-08-22 |url-status=dead |archive-url=https://web.archive.org/web/20110822024405/http://giellatekno.uit.no/english.html |archive-date=2011-08-22 }}
See also
Notes
References
- {{citation
| last = Hulden
| first = Mans
| author-link = Mans Hulden
| contribution = Foma: a finite-state compiler and library
| title=Proceedings of the 12th Conference of the European Chapter of the Association for Computational Linguistics: Demonstrations Session
| pages= 29–32
| publisher=Association for Computational Linguistics
| year = 2009
| contribution-url = http://www.aclweb.org/anthology/E/E09/E09-2008.pdf
}}
External links
- https://fomafst.github.io/ - homepage
- http://wiki.apertium.org/wiki/Foma - foma information on the Apertium wiki
- http://www.ling.helsinki.fi/kieliteknologia/tutkimus/hfst/ {{Webarchive|url=https://web.archive.org/web/20140107074053/http://www.ling.helsinki.fi/kieliteknologia/tutkimus/hfst/ |date=2014-01-07 }} - HFST home page
Category:Free software programmed in C
Category:Cross-platform free software
Category:Finite-state machines
Category:Software using the Apache license
{{Programming-software-stub}}