Skip to content

Funksjoner for forslag til utfylling og til korrektur

License

Notifications You must be signed in to change notification settings

microserv/spell-check

Repository files navigation

Spell

Build Status Coverage Status

Given a single word and a Type of either correction or completion, returns a list of spellcheck corrections or spellcheck completions.

(See .yaml for API [TODO])

JSON: { 'Type': str 'Search': bool 'Query': str }

Query: A single word to be queried for various possible spellchecks (determined by type)

Type: One of 'completion', 'correction'. Completion is used to complete a partial queryword. Correction is used to correct a complete queryword. Both return a list of suggestions.

Search: Boolean to signify whether the word is a searchterm, or a generic word. Searchterms are corrected/completed using an index of words that appear in articles. Generic words are corrected/completed using a generic list of words.

About

Funksjoner for forslag til utfylling og til korrektur

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages