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

Releases: jacopofar/italian-nlp-library

Executable Snapshot

Choose a tag to compare

@jacopofar jacopofar released this 28 Apr 10:13

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

Working database - no configuration files

Choose a tag to compare

@jacopofar jacopofar released this 09 Sep 07:46

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.