Skip to content

Commit 32b261e

Browse files
committed
fix: corrige import
1 parent 1ad6263 commit 32b261e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dptoie/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from spacy import Language
1515
from typing import Any, Generator
1616
from spacy_conll.parser import ConllParser
17-
from extraction import Extractor, ExtractorConfig, Extraction
17+
from dptoie.extraction import Extractor, ExtractorConfig, Extraction
1818

1919
def generate_conll_file_from_sentences_file(input_file: str) -> str:
2020
tokenizer = stanza.Pipeline(lang='pt', processors='tokenize, mwt', use_gpu=False)

0 commit comments

Comments
 (0)