obsolete/oanc.py
changeset 1348 8f1c99471195
parent 635 445ee650a9ba
--- 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):