Skip to content

Commit

Permalink
import style change
Browse files Browse the repository at this point in the history
  • Loading branch information
shoodeen committed Jun 3, 2024
1 parent 7a189f0 commit 5ea992f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lab_6_pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import spacy_udpipe
from networkx import DiGraph

from core_utils.article.article import (Article, ArtifactType, get_article_id_from_filepath)
from core_utils.article.article import (Article, ArtifactType, get_article_id_from_filepath,
split_by_sentence)
from core_utils.article.io import from_raw, to_cleaned
from core_utils.constants import ASSETS_PATH, UDPIPE_MODEL_PATH
from core_utils.pipeline import (AbstractCoNLLUAnalyzer, CoNLLUDocument, LibraryWrapper,
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ spacy-conll==3.4.0
spacy-udpipe==1.0.0
spacy==3.7.4
stanza==1.8.2

0 comments on commit 5ea992f

Please sign in to comment.