mirror of
https://github.com/Rushilwiz/think-openly.git
synced 2025-04-21 19:39:54 -04:00
Add requirements.txt
This commit is contained in:
parent
44f70ccda1
commit
26a314d354
2
nlp.py
2
nlp.py
|
@ -1,11 +1,11 @@
|
|||
import pandas as pd
|
||||
import nltk
|
||||
import numpy as np
|
||||
import gensim
|
||||
from nltk.stem.porter import *
|
||||
from nltk.stem import WordNetLemmatizer, SnowballStemmer
|
||||
from gensim.parsing.preprocessing import STOPWORDS
|
||||
from gensim.utils import simple_preprocess
|
||||
import gensim
|
||||
from sklearn.datasets import fetch_20newsgroups
|
||||
|
||||
newsgroups_train = fetch_20newsgroups(subset='train')
|
||||
|
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
pandas==1.0.3
|
||||
nltk==3.5
|
||||
numpy==1.20.1
|
||||
gensim==4.0.0
|
||||
scikit-learn==0.24.1
|
Loading…
Reference in New Issue
Block a user