Skip to content

3rd year assignment - Levenshtein distance algorithm

diegoimbert/SpellChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

TP 2 - Spell Checker

Name: Diego IMBERT Repository: https://github.com/ImEidos/SpellChecker

Make sure to have JDK 11 or higher installed

Fautes.txt correction with printing

In the root directory: Run

javac -encoding utf8 -cp src src/FautesTxt.java to build, then

java '-Dfile.encoding=UTF-8' -cp src FautesTxt to run

Unit tests and benchmarking

In the root directory: Run

javac -encoding utf8 -cp src src/Tests.java to build, then

java '-Dfile.encoding=UTF-8' -cp src Tests to run

About

3rd year assignment - Levenshtein distance algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages