public class Document extends ArrayList<String>
modCount| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
addUtterance(String utterance)
Deprecated.
|
edu.stanford.nlp.pipeline.Annotation |
annotateDocument(String extraSentence) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic edu.stanford.nlp.pipeline.Annotation annotateDocument(String extraSentence)
@Deprecated public List<String> addUtterance(String utterance)
utterance - input from the user (can be multiple sentences)Copyright © 2015. All rights reserved.