Constructor and Description |
---|
Corpus(int vocabularySize) |
Modifier and Type | Method and Description |
---|---|
void |
addDocument(Document d) |
List<Document> |
getDocuments() |
int |
size() |
int |
vocabularySize() |
public Corpus(int vocabularySize)
public int vocabularySize()
public List<Document> getDocuments()
public int size()
public void addDocument(Document d)