WojciechMula / aspell-python

Python wrapper for aspell (C extension and python version)
BSD 3-Clause "New" or "Revised" License
81 stars 20 forks source link

Feature request: Allow modifying the configuration #5

Open X-Ryl669 opened 9 years ago

X-Ryl669 commented 9 years ago

Thanks for you work. Right now, it's not possible to change the configuration. However, with command line, it's possible to improve the spell checking accuracy by changing the suggestion mode (for example, bad-speller give much better results that the default (fast) version).

The page I'm referring to is http://aspell.net/0.50-doc/man-html/4_Customizing.html#SECTION00544000000000000000

Would it be possible to get such feature in a future version ?

WojciechMula commented 9 years ago

Yes, definitely. I'll add this feature in next version.

WojciechMula commented 8 years ago

@X-Ryl669 I've added method setConfigKey in C extensions, check it out.