public class TextDepthAnalysis extends java.util.ArrayList<DepthAnalysis>
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.Integer,edu.stanford.nlp.coref.data.CorefChain> |
coreferences
Coreference chains
|
private static long |
serialVersionUID |
Constructor and Description |
---|
TextDepthAnalysis() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SentenceSegment> |
makeSentenceSegments()
Make sentence segments
|
Segmentation |
makeSentenceWordSegments()
Make segmentation
|
java.lang.String |
makeText()
Rebuild text
|
java.util.List<WordSegment> |
makeWordSegments()
Make word segments
|
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, trimToSize
private static final long serialVersionUID
public java.util.Map<java.lang.Integer,edu.stanford.nlp.coref.data.CorefChain> coreferences
public Segmentation makeSentenceWordSegments()
public java.util.List<WordSegment> makeWordSegments()
public java.util.List<SentenceSegment> makeSentenceSegments()
public java.lang.String makeText()