spellbook 0.4.0

A spellchecking library compatible with Hunspell dictionaries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
> bar
analyze(bar) =  st:bar <BAR <ZERO>>
analyze(bar) =  st:bar <BAR >
analyze(bar) =  st:bar <BAR <ZERODERIV> <ZERO>>
analyze(bar) =  st:bar <BAR <ZERODERIV> >
stem(bar) = bar
> foo
analyze(foo) =  st:foo <FOO >
stem(foo) = foo
> barbaz
analyze(barbaz) =  st:bar <BAR <DERIV> <ZERO>>
analyze(barbaz) =  st:bar <BAR <DERIV> >
stem(barbaz) = bar