Méthode | Description | |
---|---|---|
GetSuggestedWords ( string wordToSuggest, ICollection |
Gets a list of suggested word completions for the specified word, given a dictionary of words.
|
Méthode | Description | |
---|---|---|
GetSuggestionPrefixScore ( string wordToSuggest, string suggestion ) : ScoredString |
public GetSuggestedWords ( string wordToSuggest, ICollection |
||
wordToSuggest | string | Word/string to get suggestions for. |
suggestionDictionary | ICollection |
Dictionary of words to select suggestions from. |
Résultat | IList |