C# Class csCommon.Types.TextAnalysis.LanguageExtensions

Mostra file Open project: TNOCS/csTouch

Public Methods

Method Description
Language ( this input ) : string

Sloppily detect the language of the given text by determining how many stop words in each known language are present.

Method Details

Language() public static method

Sloppily detect the language of the given text by determining how many stop words in each known language are present.
public static Language ( this input ) : string
input this The input.
return string