Skip to content

dhfbk/tint

Repository files navigation

Build Status

TINT

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.

Tint is a research-oriented project, and it is consantly under development. To compile the last version of Tint, you can read this short tutorial.

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.