neelsahu commited on
Commit
f9c4851
1 Parent(s): f3d8098

wordnet added

Browse files
__pycache__/language_detection.cpython-39.pyc CHANGED
Binary files a/__pycache__/language_detection.cpython-39.pyc and b/__pycache__/language_detection.cpython-39.pyc differ
 
language_detection.py CHANGED
@@ -1,5 +1,6 @@
1
 
2
  import nltk
 
3
  from nltk.corpus import wordnet
4
  import re
5
  from nltk.stem import WordNetLemmatizer
 
1
 
2
  import nltk
3
+ nltk.download('wordnet')
4
  from nltk.corpus import wordnet
5
  import re
6
  from nltk.stem import WordNetLemmatizer