9e7ba1ae56
SFST is a toolbox for the implementation of morphological analysers and other tools which are based on finite state transducer technology.
19 lines
689 B
Plaintext
19 lines
689 B
Plaintext
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/
|