C# 클래스 ABB.Swum.UnigramSwumBuilder

Constructs Software Word Use Models using unigram-based rules.
상속: SwumBuilder
파일 보기 프로젝트 열기: abb-iss/Swum.NET 1 사용 예제들

공개 메소드들

메소드 설명
UnigramSwumBuilder ( ) : System

Creates a new UnigramSwumBuilder with the predefined set of rules.

보호된 메소드들

메소드 설명
DefineRuleSet ( ) : void

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

메소드 상세

DefineRuleSet() 보호된 메소드

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

UnigramSwumBuilder() 공개 메소드

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