Skip to content

akhenakh/hunspellgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

hunspellgo

Hunspell bindings for Golang

Install

go get github.com/akhenakh/hunspellgo 

Usage

import "github.com/akhenakh/hunspellgo" 

h := hunspellgo.Hunspell("/home/akh/dev/hunspell/fr.aff", "/home/akh/dev/hunspell/fr.dic")
fmt.Println(h.Spell("Bonjour"))
fmt.Println(h.Spell("Bonj"))
fmt.Println(h.Spell("bébé"))

true
false
true

Suggest not working yet

About

Hunspell bidings for Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages