ABB.Swum.UnigramMethodRule.GetNounPhrase C# (CSharp) Метод

GetNounPhrase() приватный Метод

Returns a PhraseNode containing the noun phrase words from the given name. All noun phrase words prior to the first preposition are included.
private GetNounPhrase ( PhraseNode parsedName ) : PhraseNode
parsedName ABB.Swum.Nodes.PhraseNode The PhraseNode to get the noun phrase from.
Результат ABB.Swum.Nodes.PhraseNode
        private PhraseNode GetNounPhrase(PhraseNode parsedName)
        {
            return GetNounPhrase(parsedName, 0);
        }

Same methods

UnigramMethodRule::GetNounPhrase ( PhraseNode parsedName, int startIndex ) : PhraseNode