C# 클래스 DocTagger.StopWordsHandler

파일 보기 프로젝트 열기: pravin/Public-Domain

공개 메소드들

메소드 설명
AddElement ( IDictionary collection, Object key, object newValue ) : object
IsStopWord ( string str ) : bool

비공개 메소드들

메소드 설명
StopWordsHandler ( ) : System

메소드 상세

AddElement() 공개 메소드

public AddElement ( IDictionary collection, Object key, object newValue ) : object
collection IDictionary
key Object
newValue object
리턴 object

IsStopWord() 공개 메소드

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