| Constructor and Description |
|---|
BasicDocument(Map<Integer,Integer> wordCounts,
String text,
int index) |
| Modifier and Type | Method and Description |
|---|---|
String |
content() |
int |
docIndex() |
Map<Integer,Integer> |
indexedWordCount() |
List<Integer> |
wordIndices() |
public Map<Integer,Integer> indexedWordCount()
indexedWordCount in interface Documentpublic List<Integer> wordIndices()
wordIndices in interface DocumentCopyright © 2017. All rights reserved.