C# 클래스 csCommon.Types.TextAnalysis.LanguageExtensions

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
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