public class TextAnalysis extends java.util.ArrayList<Analysis>
Modifier and Type | Field and Description |
---|---|
Coreferences |
coreferences
Text's coreference chains
|
Segmentation |
segmentation
Text's segmentation
|
private static long |
serialVersionUID |
java.lang.String |
text
Text string
|
Constructor and Description |
---|
TextAnalysis(java.lang.String text,
Segmentation segmentation,
Coreferences coreferences)
Constructor
|
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 final java.lang.String text
public final Segmentation segmentation
public final Coreferences coreferences
public TextAnalysis(java.lang.String text, Segmentation segmentation, Coreferences coreferences)
text
- textsegmentation
- segmentationcoreferences
- coreference chains