Stanford CoreNLP examples in Scala
- Tokenizer
- Part of Speech Tagger
- Lemmatizer
- Named Entity Recognizer
- Constituency Parser
- Dependency Parser
- Coreference Resolution
- Entity Mentions
- Sentiment Extraction
- Relationship Extraction (training from scratch on CoNLL 04 Corpus - Takes 15 minutes to train)
- Custom Annotator