Warlord-K commited on
Commit
f118d8b
1 Parent(s): e3a5b4c
Files changed (1) hide show
  1. Videobook/TextPreprocessor.py +1 -1
Videobook/TextPreprocessor.py CHANGED
@@ -1,6 +1,6 @@
1
  import nltk
2
  import spacy
3
-
4
  class TextPreprocessor:
5
  """
6
  Class that Preprocesses text for the pipeline
 
1
  import nltk
2
  import spacy
3
+ from fastcoref import spacy_component
4
  class TextPreprocessor:
5
  """
6
  Class that Preprocesses text for the pipeline