diff options
author | demon <demon@FreeBSD.org> | 2014-07-04 22:41:05 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-07-04 22:41:05 +0800 |
commit | 0b06164ae7c11b1584307c2b4a531d80d1ddba91 (patch) | |
tree | a2fd3bcd71a08a27f1d17964bf37779b2ed6342f /math/Makefile | |
parent | cbeff7dab0f5a430124f66ddc935e3b4f5d82325 (diff) | |
download | freebsd-ports-gnome-0b06164ae7c11b1584307c2b4a531d80d1ddba91.tar.gz freebsd-ports-gnome-0b06164ae7c11b1584307c2b4a531d80d1ddba91.tar.zst freebsd-ports-gnome-0b06164ae7c11b1584307c2b4a531d80d1ddba91.zip |
New port: hfst.
The Helsinki Finite-State Transducer toolkit is intended for processing
natural language morphologies. The toolkit is demonstrated by wide-coverage
implementations of a number of languages of varying morphological complexity.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 968629d0db99..c5f3db51dee5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -163,6 +163,7 @@ SUBDIR += grpn SUBDIR += gsl SUBDIR += hexcalc + SUBDIR += hfst SUBDIR += hs-Agda SUBDIR += hs-NumInstances SUBDIR += hs-categories |