Skip to content

vchahun/foma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foma

A finite state toolkit written by Mans Hulden.

Forked from the official version on Google Code.

Installation

To install the python module, first compile the foma library and then compile the module:

cd foma/ && make && cd -
python setup.py install

Basic usage

import foma
fsm = foma.read_binary('my_fsm.fsm')
for result in fsm.apply_up(word):
    print result

About

finite-state toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published