diff options
author | sem <sem@FreeBSD.org> | 2005-06-01 22:49:53 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-06-01 22:49:53 +0800 |
commit | e9517ff49c03011867b214fb24038b9ae75337c3 (patch) | |
tree | 9b41755a0b292d5b27834d52a15f34e2d28e5921 /textproc/Makefile | |
parent | 7f307daa004071f9409dbe0f8da48d0683d87f7f (diff) | |
download | freebsd-ports-gnome-e9517ff49c03011867b214fb24038b9ae75337c3.tar.gz freebsd-ports-gnome-e9517ff49c03011867b214fb24038b9ae75337c3.tar.zst freebsd-ports-gnome-e9517ff49c03011867b214fb24038b9ae75337c3.zip |
- New port: textproc/lemmatizer
Library for automatic morphological analysis of English,
Russian and German Languages.
Finds the lemmas (all forms) of a word.
Written in C++.
PR: ports/81521
Submitted by: Andrei V. Shetuhin <shetuhin@corp.mail.ru>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ab0ddaea691f..c7ea1e749472 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -200,6 +200,7 @@ SUBDIR += lacheck SUBDIR += latex2html SUBDIR += latte + SUBDIR += lemmatizer SUBDIR += libcroco SUBDIR += libebml SUBDIR += libextractor |