Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 505 Bytes

File metadata and controls

26 lines (16 loc) · 505 Bytes

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