The modnlp suite is distributed under the GNU General Public
License. See COPYING for details.
This directory contains:
o the source code (src/) with documentatioon (doc/)
o the gnu-regexp library (see lib/GNUREGEXP-LICENSE) and the
Berkeley database library (lib/je.jar; see JE-LICENSE)
o some test data (./data/) consisting of xml files annotated
according to the tec guidelines, files for text categorisation
etc
To compile, follow the instructions in the INSTALL file.
Access to the development version via GIT through sourceforge.
E.g.:
git clone git://git.code.sf.net/p/modnlp/code modnlp-code
or
git clone http://git.code.sf.net/p/modnlp/code modnlp
(see http://sourceforge.net/p/modnlp/code/ci/master/tree/ )
The required external (3rd party) libraries must be downloaded
separately from
https://datasync.ed.ac.uk/index.php/s/UyVMiE3gW7WsFEL
(password: modnlp)
and uncompressed into directory lib/
-- S. Luz (luzs@acm.org)