ABB.Swum.Tagger.PreTag C# (CSharp) Method

PreTag() public abstract method

Performs various actions that should occur prior to further tagging. This method tags any digits in the name, identifies and removes any preamble, and tags any prepositions remaining in the name.
public abstract PreTag ( ProgramElementNode node ) : void
node ABB.Swum.Nodes.ProgramElementNode The node to be tagged.
return void
        public abstract void PreTag(ProgramElementNode node);
    }