Skip to content

Add HFST #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ Finite State Toolkits and Regular Expressions

- `fstrain <https://github.com/markusdr/fstrain>`_ A toolkit for training finite-state models

- `jopenfst <https://github.com/steveash/jopenfst>`_ Java port of the C++ OpenFst library; originally forked from the CMU Sphinx project
- `HFST https://kitwiki.csc.fi/twiki/bin/view/KitWiki/HfstHome`_ The Helsinki Finite State Toolkit. It provides high level tools for constructing FSTs for mophological parsing and generation. It's made up of small tools which can be used UNIX style from shell scripts, python, perl, etc. It can use any of OpenFST, SFST or foma.

- `jopenfst <https://github.com/steveash/jopenfst>`_ Java port of the C++ OpenFst library; originally forked from the CMU Sphinx project

- `Kleene programming language <https://github.com/krbeesley/kleene-lang>`_ High level finite state programming language built on top of OpenFst.

Expand Down