ajwthompson commited on
Commit
1c5311a
·
1 Parent(s): 698b982

Update ingest_data.py

Browse files
Files changed (1) hide show
  1. ingest_data.py +1 -1
ingest_data.py CHANGED
@@ -6,7 +6,7 @@ import pickle
6
  import os
7
  import nltk
8
  nltk.download('punkt')
9
-
10
  def ingest_data(vector_file_path):
11
  # Load Data
12
  loader = UnstructuredFileLoader("cleaned_site_contents2023-02-24.txt")
 
6
  import os
7
  import nltk
8
  nltk.download('punkt')
9
+ nltk.download('averaged_perceptron_tagger')
10
  def ingest_data(vector_file_path):
11
  # Load Data
12
  loader = UnstructuredFileLoader("cleaned_site_contents2023-02-24.txt")