forked from dkrotx/gogo_lemmatizer
-
Notifications
You must be signed in to change notification settings - Fork 0
lemmatizer from AOT group (http://lemmatizer.org/) with autotools added
License
jaxwifi/gogo_lemmatizer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Lemmatizer from AOT group (http://lemmatizer.org/) with *just* autotools added. INSTALLATION: ============= # unless you have ./configure file (git repository?) launch `autoconf' first:w $ autoconf -fiv $ ./configure $ make $ sudo make install lemmatizer will be installed to /usr/local/lemmatizer with aditional symlink to /usr/lemmatizer EXAMPLES: ========= You can find examples of usage in examples directory. - examples/c/firstform.c - example of using pure C lemmatizer (poor interface actually) - examples/cpp/lemmatize.cpp - example of using LemInterface. to build examples you may use their Makefiles. Building an examples supposes what lemmatizer is _already installed_. DOCUMENTATION: ============== Here are links to the installation notes: 1. Morphology: Docs/Morph_UNIX.txt 2. Syntax: Docs/Syntax_UNIX.txt 3. Concordance: Docs/DDC_UNIX.txt
About
lemmatizer from AOT group (http://lemmatizer.org/) with autotools added
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 74.2%
- HTML 21.4%
- C 3.5%
- Other 0.9%