Spaces:
Runtime error
Runtime error
Fascoref
Browse files
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
|