C# Class DocTagger.StopWordsHandler

Mostrar archivo Open project: pravin/Public-Domain

Public Methods

Method Description
AddElement ( IDictionary collection, Object key, object newValue ) : object
IsStopWord ( string str ) : bool

Private Methods

Method Description
StopWordsHandler ( ) : System

Method Details

AddElement() public method

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

IsStopWord() public method

public IsStopWord ( string str ) : bool
str string
return bool