Skip to content
Snippets Groups Projects
Commit 045232b5 authored by Piotr's avatar Piotr
Browse files

Bug fixed.

parent 6ef3594e
No related merge requests found
Pipeline #6041 passed with stage
in 8 minutes and 31 seconds
...@@ -10,6 +10,7 @@ from allennlp.data import tokenizers ...@@ -10,6 +10,7 @@ from allennlp.data import tokenizers
from allennlp.predictors import predictor from allennlp.predictors import predictor
from overrides import overrides from overrides import overrides
from combo import data
from combo.data import sentence2conllu, tokens2conllu, conllu2sentence from combo.data import sentence2conllu, tokens2conllu, conllu2sentence
from combo.utils import download, graph, lambo from combo.utils import download, graph, lambo
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment