On Monday, February 5, 2018 at 6:40:27 AM UTC-6, Edward K. Ream wrote: > > Contrary to a recent assertion, there seems to be no way to get pyenchant > working on Windows 64-bit systems. >
I think it may be time to look at nltk <http://www.nltk.org/>, a natural language tool kit for python. This stack overflow question <https://stackoverflow.com/questions/13928155/spell-checker-for-python> asks how to create a spell checker based on nltk. The answer references this page <http://norvig.com/spell-correct.html>. I think it may be time to abandon pyenchant. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
