zhaoxjmail / java-spell-checker

Simple Spell Checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Lesser General Public License v2.1


Languages

Language:Java 100.0%