ABB.Swum.LeadingPrepositionRule.LeadingPrepositionRule C# (CSharp) Method

LeadingPrepositionRule() public method

Creates a new LeadingPrepositionRule.
public LeadingPrepositionRule ( PartOfSpeechData posData, Tagger tagger, IdSplitter splitter ) : System
posData ABB.Swum.WordData.PartOfSpeechData The part-of-speech data to use.
tagger Tagger The part-of-speech tagger to use.
splitter IdSplitter The identifier splitter to use.
return System
        public LeadingPrepositionRule(PartOfSpeechData posData, Tagger tagger, IdSplitter splitter) : base(posData, tagger, splitter) { }

Same methods

LeadingPrepositionRule::LeadingPrepositionRule ( ) : System
LeadingPrepositionRule::LeadingPrepositionRule ( HashSet specialWords, HashSet booleanArgumentVerbs, HashSet nounPhraseIndicators, PositionalFrequencies positionalFrequencies ) : System
LeadingPrepositionRule::LeadingPrepositionRule ( PartOfSpeechData posData, Tagger tagger, IdSplitter splitter, HashSet specialWords, HashSet booleanArgumentVerbs, HashSet nounPhraseIndicators, PositionalFrequencies positionalFrequencies ) : System