public class TermOccurrence extends Object
| Constructor and Description |
|---|
TermOccurrence() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String term) |
void |
addAll(List<String> termList) |
Set<Map.Entry<String,TermFrequency>> |
getEntrySet() |
Copyright © 2014–2021 码农场. All rights reserved.