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

ReactiveRule() публичный метод

Creates a new ReactiveRule using default values for data sets.
public ReactiveRule ( ) : System
Результат System
        public ReactiveRule() : base() { }

Same methods

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