diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-12 00:42:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-12 00:42:43 +0800 |
commit | 317785a03821967eb8042b390adbe500082fbf93 (patch) | |
tree | ca866a46b471396eeb1d024bc99c87d1161a6460 /textproc/Makefile | |
parent | faa8d08d8e4be309ae702d7be8f1adaac9b4d466 (diff) | |
download | freebsd-ports-gnome-317785a03821967eb8042b390adbe500082fbf93.tar.gz freebsd-ports-gnome-317785a03821967eb8042b390adbe500082fbf93.tar.zst freebsd-ports-gnome-317785a03821967eb8042b390adbe500082fbf93.zip |
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
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 |