stanford Core NLP: Splitting sentences from text

thetna picture thetna · Sep 10, 2012 · Viewed 11.4k times · Source

I am new to stanford Core NLP. I would like to use it for splitting sentences from text in English, German,French. Which class does this work?Thanks in advance.

Answer

Christopher Manning picture Christopher Manning · Sep 17, 2012

For the lower level classes that handle this, you can look at the tokenizer documentation. At the CoreNLP level, you can just use the Annotator's "tokenize,ssplit".