enchant was removed from Cygwin.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 21 Jul 2023 23:34:17 +0300
changeset 1348 8f1c99471195
parent 1347 272ec25b6f12
child 1349 1eb6aaa8caa6
enchant was removed from Cygwin.
obsolete/oanc.py
--- a/obsolete/oanc.py	Fri Jul 21 23:23:31 2023 +0300
+++ b/obsolete/oanc.py	Fri Jul 21 23:34:17 2023 +0300
@@ -7,8 +7,9 @@
 
 lemmatiser = WordNetLemmatizer()
 
-import enchant
-dict = enchant.Dict('en_US')
+# apt-cyg install python39-enchant
+# import enchant
+# dict = enchant.Dict('en_US')
 
 FREQ = {}
 def add(word, cnt):