C# 클래스 NClassifier.CustomizableStopWordProvider

상속: IStopWordProvider
파일 보기 프로젝트 열기: colin-dumitru/Proiect-AI-2012---GUI

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULT_STOPWORD_PROVIDER_FILENAME string

공개 메소드들

메소드 설명
CustomizableStopWordProvider ( ) : System
CustomizableStopWordProvider ( string filename ) : System
IsStopWord ( string word ) : bool

보호된 메소드들

메소드 설명
Init ( ) : void

메소드 상세

CustomizableStopWordProvider() 공개 메소드

public CustomizableStopWordProvider ( ) : System
리턴 System

CustomizableStopWordProvider() 공개 메소드

public CustomizableStopWordProvider ( string filename ) : System
filename string /// The name of the text file in the app's root that contains a list of stop words, one on each line ///
리턴 System

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

IsStopWord() 공개 메소드

public IsStopWord ( string word ) : bool
word string
리턴 bool

프로퍼티 상세

DEFAULT_STOPWORD_PROVIDER_FILENAME 공개적으로 정적으로 프로퍼티

public static string DEFAULT_STOPWORD_PROVIDER_FILENAME
리턴 string