public class SuggestMgr extends Object
| Constructor and Description |
|---|
SuggestMgr(String tryme,
int maxn,
AffixMgr aptr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(String word) |
List<String> |
ngsuggest(List<String> wlst,
String word,
WordMap pHMgr,
int nMax) |
List<String> |
suggest(List<String> wlst,
String word) |
List<String> |
suggest(List<String> wlst,
String word,
int maxSug) |
Copyright © 2020. All rights reserved.