C# 클래스 UserSimulation.Classification

파일 보기 프로젝트 열기: plasma-umass/DataDebug 1 사용 예제들

공개 메소드들

메소드 설명
AddTranspositionError ( int delta ) : void
AddTypoError ( Microsoft.FSharp.Core.FSharpOption intended, string entered ) : void
CharErrorRate ( ) : double
Classify ( MTurkParser data, string serfile ) : Classification
Deserialize ( ) : Classification
Deserialize ( string file_name ) : Classification
GetSign ( string input ) : LongestCommonSubsequence.Sign
GetTranspositionDict ( ) : int>.Dictionary
GetTypoDict ( ) : Dictionary,int>
ProcessTypos ( string original, string entered ) : int>.Tuple
Serialize ( ) : void
Serialize ( string file_name ) : void
SetTranspositionDict ( int>.Dictionary dict ) : void
SetTypoDict ( string>.Dictionary dict ) : void

메소드 상세

AddTranspositionError() 공개 메소드

public AddTranspositionError ( int delta ) : void
delta int
리턴 void

AddTypoError() 공개 메소드

public AddTypoError ( Microsoft.FSharp.Core.FSharpOption intended, string entered ) : void
intended Microsoft.FSharp.Core.FSharpOption
entered string
리턴 void

CharErrorRate() 공개 메소드

public CharErrorRate ( ) : double
리턴 double

Classify() 공개 정적인 메소드

public static Classify ( MTurkParser data, string serfile ) : Classification
data MTurkParser
serfile string
리턴 Classification

Deserialize() 공개 정적인 메소드

public static Deserialize ( ) : Classification
리턴 Classification

Deserialize() 공개 정적인 메소드

public static Deserialize ( string file_name ) : Classification
file_name string
리턴 Classification

GetSign() 공개 정적인 메소드

public static GetSign ( string input ) : LongestCommonSubsequence.Sign
input string
리턴 LongestCommonSubsequence.Sign

GetTranspositionDict() 공개 메소드

public GetTranspositionDict ( ) : int>.Dictionary
리턴 int>.Dictionary

GetTypoDict() 공개 메소드

public GetTypoDict ( ) : Dictionary,int>
리턴 Dictionary,int>

ProcessTypos() 공개 메소드

public ProcessTypos ( string original, string entered ) : int>.Tuple
original string
entered string
리턴 int>.Tuple

Serialize() 공개 메소드

public Serialize ( ) : void
리턴 void

Serialize() 공개 메소드

public Serialize ( string file_name ) : void
file_name string
리턴 void

SetTranspositionDict() 공개 메소드

public SetTranspositionDict ( int>.Dictionary dict ) : void
dict int>.Dictionary
리턴 void

SetTypoDict() 공개 메소드

public SetTypoDict ( string>.Dictionary dict ) : void
dict string>.Dictionary
리턴 void