Skip to content

joom/foma.hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Haskell bindings for Foma.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published