|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Document
Represents a text document as a list of Words with a title.
| Method Summary | |
|---|---|
Document |
blankDocument()
Returns a new empty Document with the same meta-data (title, labels, etc) as this Document. |
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 |
|---|
String title()
Document blankDocument()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||