ABB.Swum.UnigramTagger.TagType C# (CSharp) 메소드

TagType() 공개 메소드

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.
리턴 void
        public override void TagType(PhraseNode parsedName)
        {
            TagNounPhrase(parsedName);
        }