Tokenization is supported by several Stanford NLP API classes; a few of them are
as follows:
- The PTBTokenizer class
- The DocumentPreprocessor class
- The StanfordCoreNLP class as a pipeline
Each of these examples will use the paragraph string, as defined earlier.