diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-11 16:42:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-11 16:42:43 +0000 |
commit | 07b20beeba542176635d5172ed092f1f8dd8f410 (patch) | |
tree | 34a4263ba16fac7e92daa6a04a7c6298e694b75c /textproc/Makefile | |
parent | 475ab65d3493d0ff7c68fb67a9b7e76b184ec32e (diff) |
Library for automatic morphological analysis of English,
Russian and German Languages. Version 2.
Finds the lemmas (all forms) of a word.
Written in C++.
WWW: http://www.aot.ru/
- Andrei V. Shetuhin
slonik-v-domene@mail.ru
reki@reki.ru
PR: ports/110137
Submitted by: Andrei V. Shetuhin
Notes
Notes:
svn path=/head/; revision=187142
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 bb2781ff1b3d..886e10a6ec69 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -243,6 +243,7 @@ SUBDIR += latex2html SUBDIR += latte SUBDIR += lemmatizer + SUBDIR += lemmatizer2 SUBDIR += libcroco SUBDIR += libebml SUBDIR += libextractor |