https://github.com/elennick/hunspell-spellcheck-server
Example of a spellcheck web service using Hunspell and Spring
https://github.com/elennick/hunspell-spellcheck-server
hunspell java spellchecker
Last synced: over 1 year ago
JSON representation
Example of a spellcheck web service using Hunspell and Spring
- Host: GitHub
- URL: https://github.com/elennick/hunspell-spellcheck-server
- Owner: elennick
- Created: 2015-02-22T20:09:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T00:00:59.000Z (over 11 years ago)
- Last Synced: 2025-03-24T14:13:31.240Z (over 1 year ago)
- Topics: hunspell, java, spellchecker
- Language: Java
- Homepage:
- Size: 930 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hunspell-spellcheck-server
RESTful spellcheck web service provider using Hunspell dictionaries
Implemented using Spring 4 (spring framework, spring boot)
Implemented using HunspellJNA java wrapper around hunspell: https://github.com/dren-dk/HunspellJNA
To run from the command line in linux/macOSX you must have maven and java already installed and set up properly... you can then run:
mvn clean install && java -jar target/hunspell-spellcheck-server-1.0-SNAPSHOT.jar
You can test by hitting the web service:
http://localhost:8080/spellcheck/words/word1,word2,word3,etc