C# 클래스 Strabo.Test.MainClass

파일 보기 프로젝트 열기: spatial-computing/strabo-learning-ocr-transformation

공개 메소드들

메소드 설명
BuildDictionary ( ) : void
CleanDictionary ( ) : void
Main ( string args ) : void
TestJaccard ( ) : void
TestQGram ( ) : void

메소드 상세

BuildDictionary() 공개 정적인 메소드

public static BuildDictionary ( ) : void
리턴 void

CleanDictionary() 공개 정적인 메소드

public static CleanDictionary ( ) : void
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

TestJaccard() 공개 정적인 메소드

public static TestJaccard ( ) : void
리턴 void

TestQGram() 공개 정적인 메소드

public static TestQGram ( ) : void
리턴 void