Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.94 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.94 KB

pynuspell-comparison

Comparing Python moduel for Nuspell with those for Hunspell

Installation

 sudo apt-get install libnuspell5 libhunspell-1.7 hunspell-en-us \
 hunspell-es hunspell-de-de-frami hunspell-fr-comprehensive hunspell-nl \
 wamerican wspanish wngerman wfrench wdutch
 pip install -U pandas matplotlib pynuspell cyhunspell-py310

Running

Run

./compare.py

and the results are in PNG files. Note the break to limit total test time for suggestions.

Results

spell()

suggest()

len(suggest())

See also

See also:

Old: