jSpellCorrect

jSpellCorrect project is a simple statistical spelling corrector.
Download

jSpellCorrect Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • gauner.org
  • Publisher web site:
  • http://developer.gauner.org/jspellcorrect/

jSpellCorrect Tags


jSpellCorrect Description

jSpellCorrect project is a simple statistical spelling corrector. jSpellCorrect project is a simple statistical spelling corrector.At moment I don't think there is much documentation necessary. Just download the JAR File and use this code to get started: import org.gauner.jSpellCorrect.ToySpellingCorrector;ToySpellingCorrector sc = new ToySpellingCorrector();// train some data from a text filesc.trainFile("/tmp/big.txt");// train a single wordsc.trainSingle("some word");// get the best suggestionSystem.out.println(sc.correct("Cads"));System.out.println(sc.correct("Dok"));System.out.println(sc.correct("Speling"));JavaDoc will be provided later.What's New in This Release:· This release contains the application packaged as an OSGi bundle for easy integration into other applications.


jSpellCorrect Related Software