Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 1.06 KB

README.md

File metadata and controls

17 lines (8 loc) · 1.06 KB

Stanford CoreNLP provides a set of human language technology tools. It can give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases and syntactic dependencies, indicate which noun phrases refer to the same entities, indicate sentiment, extract particular or open-class relations between entity mentions, get the quotes people said, etc.

Stanford CoreNLP is Super cool and very easy to use.

  1. Getting Started with Stanford CoreNLP(https://interviewbubble.com/stanford-corenlp-tutorial/)

Getting started with Stanford CoreNLP

Getting started with Stanford CoreNLP | A Stanford CoreNLP Tutorial

  1. Solved Errors:

Exception in thread “main” java.lang.RuntimeException: edu.stanford.nlp.io.RuntimeIOException: Unrecoverable error while loading a tagger model

Exception in thread “main” java.lang.RuntimeException: edu.stanford.nlp.io.RuntimeIOException: Error while loading a tagger model (probably missing model file)