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?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
You should check out Jazzy its used in some high profile Java applications. Two problems with it:
There are some third party dictionaries floating around. I had one for French, last time I used jazzy.
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.