joom / foma.hs

Simple Haskell bindings for Foma.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Haskell 100.0%