C# Class csCommon.Types.TextAnalysis.LanguageExtensions

Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode 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 méthode

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.
Résultat string