public class Corpus extends Object
Corpus(int vocabularySize)
void
addDocument(Document d)
List<Document>
getDocuments()
int
size()
vocabularySize()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Corpus(int vocabularySize)
public int vocabularySize()
public List<Document> getDocuments()
public int size()
public void addDocument(Document d)