Method GuessLanguage
GuessLanguage(String)
Guesses the language of a word.
Declaration
public virtual string GuessLanguage(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The word. |
Returns
Type | Description |
---|---|
System.String | The language that the word originates from or ANY if there was no unique match. |