ABB.Swum.UnigramTagger.TagType C# (CSharp) Méthode

TagType() public méthode

Assigns part-of-speech tags to the word nodes in the given type name.
public TagType ( PhraseNode parsedName ) : void
parsedName ABB.Swum.Nodes.PhraseNode The parsed type name to tag.
Résultat void
        public override void TagType(PhraseNode parsedName)
        {
            TagNounPhrase(parsedName);
        }