HFST
From Wikipedia, the free encyclopedia
Helsinki Finite-State Technology (HFST) is a computer programming library and set of utilities for natural language processing with finite-state automata and finite-state transducers. It is free and open-source software, released under a mix of the GNU General Public License version 3 (GPLv3) and the Apache License.
| Helsinki Finite-State Technology | |
|---|---|
| Developer | HFST team |
| Initial release | 2008 |
| Stable release | 3.16.2
/ January 18, 2025[1] |
| Written in | C++, Prolog, Python |
| Operating system | Cross-platform: Linux, Mac OS X, Windows |
| Platform | x86 |
| Available in | English |
| Type | Finite-state toolkit |
| License | GPLv3, part Apache |
| Website | hfst |
| Repository | |
Features
The library functions as an interchanging interface to multiple backends, such as OpenFST, foma and SFST. The utilities comprise various compilers, such as hfst-twolc (a compiler for morphological two-level rules),[2] hfst-lexc (a compiler for lexicon definitions) and hfst-regexp2fst (a regular expression compiler). Functions from Xerox's proprietary scripting language xfst is duplicated in hfst-xfst, and the pattern matching utility pmatch in hfst-pmatch, which goes beyond the finite-state formalism in having recursive transition networks (RTNs).
The library and utilities are written in C++, with an interface to the library in Python and a utility for looking up results from transducers ported to Java and Python.
Transducers in HFST may incorporate weights depending on the backend. For performing FST operations, this is currently only possible via the OpenFST backend. HFST provides two native backends, one designed for fast lookup (hfst-optimized-lookup), the other for format interchange. Both of them can be weighted.