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

TagType() public abstract method

Assigns part-of-speech tags to the word nodes in the given type name.
public abstract TagType ( PhraseNode parsedName ) : void
parsedName ABB.Swum.Nodes.PhraseNode The parsed type name to tag.
return void
        public abstract void TagType(PhraseNode parsedName);
        /// <summary>