update stopwords; add uv.lock

This commit is contained in:
Mark Eaton
2025-06-19 01:52:29 -04:00
parent cc292c846f
commit c47dfb0890
2 changed files with 351 additions and 1 deletions
+1 -1
View File
@@ -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 = []