C# Class DocTagger.StopWordsHandler

Afficher le fichier Open project: pravin/Public-Domain

Méthodes publiques

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

Private Methods

Méthode Description
StopWordsHandler ( ) : System

Method Details

AddElement() public méthode

public AddElement ( IDictionary collection, Object key, object newValue ) : object
collection IDictionary
key Object
newValue object
Résultat object

IsStopWord() public méthode

public IsStopWord ( string str ) : bool
str string
Résultat bool