AI news report writer, web researched

This commit is contained in:
ajaysi
2024-04-24 21:13:30 +05:30
parent 1c7ba95b27
commit 3a772b36e5
6 changed files with 213 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
from typing import List, Dict, Union
from nltk import tokenize, stem, pos_tag
#from nltk import tokenize, stem, pos_tag
from textblob import TextBlob
import enchant