Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Releases: jacopofar/italian-nlp-library

Executable Snapshot

28 Apr 10:13
Compare
Choose a tag to compare

This is the working, compiled code. It does not include the datasets, which are available in another release.

Working database - no configuration files

09 Sep 07:46
Compare
Choose a tag to compare

SQLLite databases, OpenNLP models and stopwords list used by the Italian NLP Library.

The OpenNLP models are from https://github.com/aciapetti/opennlp-italian-models

To use these files, put them in the same folder and pass its path as an argument to the ItalianModel class constructor. If no argument is given, it will use the resource folder (usually ./src/main/resources).

Next versions will be likely contain more configuration files in order to allow the developer to manually add rules to change the behavior of the library.