Popularity
3.2
Declining
Activity
0.0
Stable
2
4
0

Monthly Downloads: 17
Programming language: Haskell
License: MIT License
Tags: Language    

foma alternatives and similar packages

Based on the "Language" category.
Alternatively, view foma alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of foma or a related project?

Add another 'Language' Package

README

foma.hs

Haskell bindings for the Foma library.

Installation

You must have Foma installed.

cabal install foma

Example

import Language.Foma

main = do
   fsm <- fsmReadBinaryFile "../TRmorph/trmorph.fst"
   let handle = applyInit fsm
   print (applyUp handle "okudum")

License

MIT


*Note that all licence references and agreements mentioned in the foma README section above are relevant to that project's source code only.