We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad6263 commit 32b261eCopy full SHA for 32b261e
src/dptoie/main.py
@@ -14,7 +14,7 @@
14
from spacy import Language
15
from typing import Any, Generator
16
from spacy_conll.parser import ConllParser
17
-from extraction import Extractor, ExtractorConfig, Extraction
+from dptoie.extraction import Extractor, ExtractorConfig, Extraction
18
19
def generate_conll_file_from_sentences_file(input_file: str) -> str:
20
tokenizer = stanza.Pipeline(lang='pt', processors='tokenize, mwt', use_gpu=False)
0 commit comments