From 1fe77b83c266b1bd24549f84f6638e6f24f05267 Mon Sep 17 00:00:00 2001 From: Frankie Robertson Date: Sun, 17 Jan 2016 13:45:40 +0200 Subject: [PATCH] Add HFST --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2e87665..a262dd3 100644 --- a/README.rst +++ b/README.rst @@ -28,8 +28,9 @@ Finite State Toolkits and Regular Expressions - `fstrain `_ A toolkit for training finite-state models -- `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 `_ Java port of the C++ OpenFst library; originally forked from the CMU Sphinx project - `Kleene programming language `_ High level finite state programming language built on top of OpenFst.