Search code examples
javanlpstanford-nlpsentence

stanford Core NLP: Splitting sentences from text


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.


Solution

  • 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".