C# Class ABB.Swum.UnigramSwumBuilder

Constructs Software Word Use Models using unigram-based rules.
Inheritance: SwumBuilder
Show file Open project: abb-iss/Swum.NET Class Usage Examples

Public Methods

Method Description
UnigramSwumBuilder ( ) : System

Creates a new UnigramSwumBuilder with the predefined set of rules.

Protected Methods

Method Description
DefineRuleSet ( ) : void

Initializes the builder's rule list to a defined set of Rule objects.

Method Details

DefineRuleSet() protected method

Initializes the builder's rule list to a defined set of Rule objects.
protected DefineRuleSet ( ) : void
return void

UnigramSwumBuilder() public method

Creates a new UnigramSwumBuilder with the predefined set of rules.
public UnigramSwumBuilder ( ) : System
return System