johnjcamilleri / fst

Haskell package for construction and running of finite state transducers.
Other
6 stars 0 forks source link

quickstart? #2

Open unhammer opened 9 years ago

unhammer commented 9 years ago

Is there a little guide anywhere on how to create an fst and fill it with stuff? Also, what's the speed/memory usage on this? (I find https://github.com/johnjcamilleri/fst/blob/63ba3920f9df2a2d433dc7cc30734210bcc99bbd/FST/AutomatonTypes.hs#L34 a bit alarming.)

johnjcamilleri commented 9 years ago

See http://www.cse.chalmers.se/alumni/markus/fstStudio/download.html

unhammer commented 9 years ago

Thanks! (Maybe those two .ps files should go in the repo?)