Tint (The Italian NLP Tool) is a Java-based pipeline for Natural Language Processing (NLP) in Italian. It is very fast and accurate, and implements most of the common linguistic tools, such as part-of-speech tagging, dependency parsing, entity linking. The tool is based on Stanford CoreNLP, and can be used as a stand-alone tool, included as a Java library or as a REST API service.
If you are using Tint in your project, please cite the following paper:
@ARTICLE{palmeromorettitint,
author = {{Palmero Aprosio}, A. and {Moretti}, G.},
title = "{Italy goes to Stanford: a collection of CoreNLP modules for Italian}",
journal = {ArXiv e-prints},
archivePrefix = "arXiv",
eprint = {1609.06204},
primaryClass = "cs.CL",
keywords = {Computer Science - Computation and Language},
year = 2016,
month = sep,
adsurl = {http://adsabs.harvard.edu/abs/2016arXiv160906204P},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
For more information, surf to the Tint website.