Skip to content

elennick/hunspell-spellcheck-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of a spellcheck web service using Hunspell and Spring

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages