|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Document
An interface for representing a document.
Method Summary | |
---|---|
Set<String> |
categories()
Returns the set of categories that this document has, if any. |
long |
id()
Returns a unique identifier for this document. |
String |
key()
Returns a string name of this document. |
String |
originalText()
Returns the original, uncleaned text. |
String |
rawText()
Returns the raw text of the corpus. |
String |
sourceCorpus()
Returns the name of the source corpus. |
String |
title()
Returns the title of this document, if any exists. |
Method Detail |
---|
String sourceCorpus()
String rawText()
String originalText()
String key()
long id()
String title()
Set<String> categories()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |