|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Document | |
|---|---|
| org.knowceans.corpus | |
| Uses of Document in org.knowceans.corpus |
|---|
| Methods in org.knowceans.corpus that return Document | |
|---|---|
Document |
NumCorpus.getDoc(int index)
|
Document[] |
NumCorpus.getDocs()
|
| Methods in org.knowceans.corpus with parameters of type Document | |
|---|---|
void |
Document.addDocument(Document d)
add all terms to the end of this document, filling the parBounds field. |
void |
Document.mergeDocument(Document d)
merge all terms and add the document or null. |
void |
NumCorpus.setDoc(int index,
Document doc)
|
void |
NumCorpus.setDocs(Document[] documents)
|
| Constructors in org.knowceans.corpus with parameters of type Document | |
|---|---|
Document(Document d)
copy constructor |
|
NumCorpus(Document[] docs,
int numTerms,
int numWords)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||