class Hunspell
- Hunspell
- Reference
- Object
Defined in:
hunspell.crhunspell/version.cr
Constant Summary
-
VERSION =
"0.2.0"
Constructors
Instance Method Summary
-
#analyze(word : String) : Array(String)
Morphological analysis of the word
-
#encoding : String
Returns dictionary encoding
-
#spellcheck(word : String) : Bool
Spellcheck word
- #stem(word : String) : Array(String)
-
#suggest(word : String) : Array(String)
Search suggestions