Skip to content

An algorithm to find the most similiar words to an input.

gilneyjr/BestMatching

Repository files navigation

BestMatching

An algorithm to find the most similiar words to an input. Um algotimo para encontrar as palavras mais similares a uma entrada de palavras.

Compilar e executar

Tendo aberto o código no eclipse: 
	- Para a execução normal dos algorimtos, basta executar a classe main.Main.java;
	- Para executar os testes do JCStress:
		* Run as... > Maven clean
		* Run as... > Maven install
		* Run as > Run Configuration... > Java Application > Main class: org.openjdk.jcstress.Main

	- Para executar os testes do JMH:
		* Run as... > Maven clean
		* Run as... > Maven install
		* Run as > Run Configuration... > Java Application > Main class: org.openjdk.jmh.Main

About

An algorithm to find the most similiar words to an input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published