Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best spell checking api for Java [closed]

What is the best Java spell checking API?

Free or purchased, must be royalty-free.

like image 846
steve Avatar asked Jan 17 '09 17:01

steve


1 Answers

Just used Jazzy and it worked well. Try this example and download the dictionary.

Here's the Maven dependency:

<dependency>
    <groupId>net.sf.jazzy</groupId>
    <artifactId>jazzy</artifactId>
    <version>0.5.2-rtext-1.4.1-2</version>
</dependency>
like image 107
user2601995 Avatar answered Nov 11 '22 19:11

user2601995