Name: Diego IMBERT Repository: https://github.com/ImEidos/SpellChecker
Make sure to have JDK 11 or higher installed
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
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