Method GuessLanguages
GuessLanguages(String)
Guesses the languages of a word.
Declaration
public virtual LanguageSet GuessLanguages(string input)
Parameters
Type | Name | Description |
---|---|---|
System.String | input | The word. |
Returns
Type | Description |
---|---|
LanguageSet | A Set of Strings of language names that are potential matches for the input word. |