public class SuggestionBuilder extends Object
| Constructor and Description |
|---|
SuggestionBuilder(CogrooTagDictionary dict) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBestFlexedWord(Token token,
TagMask tm) |
String[] |
getSyntacticSuggestions(Sentence sentence,
List<SyntacticChunk> matched,
Token next,
Rule rule) |
String[] |
getTokenSuggestions(Sentence sentence,
List<Token> matched,
Token next,
Rule rule) |
public SuggestionBuilder(CogrooTagDictionary dict)
Copyright © 2012–2017 CoGrOO. All rights reserved.