nlp4j-old icon indicating copy to clipboard operation
nlp4j-old copied to clipboard

NLP tools developed by Emory University.

NLP4J

The NLP4J project provides a NLP toolkit for JVM languages. This project is under the Apache 2 license and is currently developed by the NLP Research Group at Emory University. Please join our forum to get notifications about new releases and give your feedback about this project.

Quick Start

  • How to install.
  • How to train.
  • How to decode.
  • NLP4J demo.

Components

  • Tokenization.
  • Morphological analysis.
  • Part-of-speech tagging.
  • Named entity recognition.
  • Dependency parsing.
  • Semantic role labeling (coming soon).
  • Sentiment analysis (coming soon).
  • Word2Vec & Struct2Vec (coming soon).

Supplements

  • English lexica and models (hosted in bitbucket).
  • Data format.