C# Класс ABB.Swum.NullTagger

This is a null implementation of the abstract Tagger class. All of the methods do nothing; they simply return.
Наследование: Tagger
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

PreTag() публичный метод

Does nothing; simply returns;
public PreTag ( ProgramElementNode node ) : void
node ABB.Swum.Nodes.ProgramElementNode
Результат void

TagNounPhrase() публичный метод

Does nothing; simply returns
public TagNounPhrase ( PhraseNode nounPhrase ) : void
nounPhrase ABB.Swum.Nodes.PhraseNode
Результат void

TagNounPhrase() публичный метод

Does nothing; simply returns
public TagNounPhrase ( PhraseNode nounPhrase, int startIndex, int stopIndex ) : void
nounPhrase ABB.Swum.Nodes.PhraseNode
startIndex int
stopIndex int
Результат void

TagType() публичный метод

Does nothing; simply returns
public TagType ( PhraseNode parsedName ) : void
parsedName ABB.Swum.Nodes.PhraseNode
Результат void

TagVariableName() публичный метод

Does nothing; simply returns
public TagVariableName ( PhraseNode parsedName ) : void
parsedName ABB.Swum.Nodes.PhraseNode
Результат void