Looking for Java spell checker library [closed]

2019-01-04 08:19发布

I am looking for an open source Java spell checking library which has dictionaries for at least the following languages: French, German, Spanish, and Czech. Any suggestion?

8条回答
萌系小妹纸
2楼-- · 2019-01-04 09:01

You should check out Jazzy its used in some high profile Java applications. Two problems with it:

  1. It has not been updated since 2005.
  2. There is only English dictionary on their SourceForge page.

There are some third party dictionaries floating around. I had one for French, last time I used jazzy.

查看更多
不美不萌又怎样
3楼-- · 2019-01-04 09:06

Look at this: http://code.google.com/p/google-api-spelling-java/

This is a simple Java API that makes it very easy to call Google's spell checker service from Java applications.

I tried it and it works very well.

查看更多
登录 后发表回答