C# Class Strabo.Test.MainClass

Exibir arquivo Open project: spatial-computing/strabo-learning-ocr-transformation

Public Methods

Method Description
BuildDictionary ( ) : void
CleanDictionary ( ) : void
Main ( string args ) : void
TestJaccard ( ) : void
TestQGram ( ) : void

Method Details

BuildDictionary() public static method

public static BuildDictionary ( ) : void
return void

CleanDictionary() public static method

public static CleanDictionary ( ) : void
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

TestJaccard() public static method

public static TestJaccard ( ) : void
return void

TestQGram() public static method

public static TestQGram ( ) : void
return void