blob: 9aebaab74b64e43f97a66c442dd69638fff39c9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SFST is a toolbox for the implementation of morphological analysers and other
tools which are based on finite state transducer technology.
The SFST tools comprise:
-- a compiler which translates transducer programs into minimised transducers
-- interactive and batch-mode analysis programs
-- tools for comparing and printing transducers
-- an efficient C++ transducer library
Features:
-- easy to learn for users who are familiar with grep, sed, or Perl.
-- efficient implementation in C++
-- supports
-- a wide range of transducer operations
-- UTF-8 character coding
-- weighted transducers (basic functionality only)
WWW: http://www.cis.uni-muenchen.de/~schmid/tools/SFST/
|