Omkar008 commited on
Commit
27537e8
·
verified ·
1 Parent(s): 5e2c81c

Update core/init_nlp.py

Browse files
Files changed (1) hide show
  1. core/init_nlp.py +1 -0
core/init_nlp.py CHANGED
@@ -2,6 +2,7 @@ import nltk
2
  import nltk.downloader
3
  import spacy
4
  from core.config import settings
 
5
 
6
  def initialize_nlp():
7
  print("Initializing NLP resources...")
 
2
  import nltk.downloader
3
  import spacy
4
  from core.config import settings
5
+ from pathlib import Path
6
 
7
  def initialize_nlp():
8
  print("Initializing NLP resources...")