Skip to content

raelgc/java-spell-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Spell Checker

This is a improved version of this old spell checker that I've built in Java based in the original Peter Norvig spell checker built on python.

This version is a way faster then the Java demonstration version.

Run

After clone this repo, just enter it's folder and compile Spelling.java. Then run it in the command line with the incorrect word as param:

 javac Spelling.java
 java Spelling speling

This should output spelling.

License

Check the LGPL license file.

About

Simple Spell Checker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages