C# Класс csCommon.Types.TextAnalysis.LanguageExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Language ( this input ) : string

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

Описание методов

Language() публичный статический Метод

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.
Результат string