Simple CoreNLP - Stanford.NLP.NET

@machinelearnbot 

In addition to the fully-featured annotator pipeline interface to CoreNLP, Stanford provides a simple API for users who do not need a lot of customization. The intended audience of this package is users of CoreNLP who want "just use nlp" to work as fast and easily as possible, and do not care about the details of the behaviors of the algorithms. The API is included in the CoreNLP release from 3.6.0 Visit the download page to download CoreNLP; make sure to set current directory to folder with models! Intuitive Syntax Conceptually, documents and sentences are stored as objects, and have functions corresponding to annotations you would like to retrieve from them.