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

TagNounPhrase() public abstract method

Assigns part-of-speech tags to the word nodes in the given phrase, assuming it is a noun phrase.
public abstract TagNounPhrase ( PhraseNode nounPhrase ) : void
nounPhrase ABB.Swum.Nodes.PhraseNode The noun phrase to tag.
return void
        public abstract void TagNounPhrase(PhraseNode nounPhrase);
        /// <summary>

Same methods

Tagger::TagNounPhrase ( PhraseNode nounPhrase, int startIndex, int stopIndex ) : void