|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
L
- The type of the labels in the DatumF
- The type of the features in the Datum,
and the type stored in the Listpublic interface Document<L,F,T>
Represents a text document as a list of Words with a String title.
Method Summary | ||
---|---|---|
|
blankDocument()
Returns a new empty Document with the same meta-data (title, labels, etc) as this Document. |
|
java.lang.String |
title()
Returns title of document, or "" if the document has no title. |
Methods inherited from interface edu.stanford.nlp.ling.Featurizable |
---|
asFeatures |
Methods inherited from interface edu.stanford.nlp.ling.Labeled |
---|
label, labels |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
java.lang.String title()
<OUT> Document<L,F,OUT> blankDocument()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |