update stopwords; add uv.lock
This commit is contained in:
@@ -9,7 +9,7 @@ from pprint import pprint
|
||||
stop_words = ['of', 'and', 'the', 'we', 'in', 'to', 'what', 'a', 'on', 'an',
|
||||
'do', 'for', 'with', 'is', 'it', 'that', 'this', 'as', 'by',
|
||||
'are', 'using', 'from', 'how', 'has', 'be', 'or', 'can', 'our',
|
||||
'at', 'why', 'when', 'introduction', 'your']
|
||||
'at', 'why', 'when', 'introduction', 'your', 'through']
|
||||
file_path = 'data.csv'
|
||||
data = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user