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

ConstructorRule() public method

Creates a new ConstructorRule.
public ConstructorRule ( 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 ConstructorRule(PartOfSpeechData posData, Tagger tagger, IdSplitter splitter) : base(posData, tagger, splitter) { }

Same methods

ConstructorRule::ConstructorRule ( ) : System