C# Class ABB.Swum.NullTagger

This is a null implementation of the abstract Tagger class. All of the methods do nothing; they simply return.
Inheritance: Tagger
Show file Open project: abb-iss/Swum.NET

Public Methods

Method Description
PreTag ( ProgramElementNode node ) : void

Does nothing; simply returns;

TagNounPhrase ( PhraseNode nounPhrase ) : void

Does nothing; simply returns

TagNounPhrase ( PhraseNode nounPhrase, int startIndex, int stopIndex ) : void

Does nothing; simply returns

TagType ( PhraseNode parsedName ) : void

Does nothing; simply returns

TagVariableName ( PhraseNode parsedName ) : void

Does nothing; simply returns

Method Details

PreTag() public method

Does nothing; simply returns;
public PreTag ( ProgramElementNode node ) : void
node ABB.Swum.Nodes.ProgramElementNode
return void

TagNounPhrase() public method

Does nothing; simply returns
public TagNounPhrase ( PhraseNode nounPhrase ) : void
nounPhrase ABB.Swum.Nodes.PhraseNode
return void

TagNounPhrase() public method

Does nothing; simply returns
public TagNounPhrase ( PhraseNode nounPhrase, int startIndex, int stopIndex ) : void
nounPhrase ABB.Swum.Nodes.PhraseNode
startIndex int
stopIndex int
return void

TagType() public method

Does nothing; simply returns
public TagType ( PhraseNode parsedName ) : void
parsedName ABB.Swum.Nodes.PhraseNode
return void

TagVariableName() public method

Does nothing; simply returns
public TagVariableName ( PhraseNode parsedName ) : void
parsedName ABB.Swum.Nodes.PhraseNode
return void