public class ATextAnalysis extends java.util.ArrayList<AAnalysis>
| Modifier and Type | Field and Description |
|---|---|
ACoreferences |
coreferences
Coreference
|
Segmentation |
segmentation
Text's segmentation
|
private static long |
serialVersionUID |
java.lang.String |
text
Text
|
| Constructor and Description |
|---|
ATextAnalysis(java.lang.String text,
Segmentation segmentation,
ACoreferences 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, trimToSizeprivate static final long serialVersionUID
public final java.lang.String text
public final Segmentation segmentation
public final ACoreferences coreferences
public ATextAnalysis(java.lang.String text,
Segmentation segmentation,
ACoreferences coreferences)
text - textsegmentation - segmentationcoreferences - coreferences