usuwam breakpoint
This commit is contained in:
parent
4e763a459d
commit
f0c7b481d1
@ -20,7 +20,6 @@ def train_model(label_type, field_parsers = {}):
|
||||
with open('data/test_dialog_46.conllu', encoding='utf-8') as f:
|
||||
testset = list(parse_incr(f, fields=['id', 'form', 'frame', 'slot'], field_parsers=field_parsers))
|
||||
|
||||
breakpoint()
|
||||
corpus = Corpus(train=conllu2flair(trainset, label_type), test=conllu2flair(testset, label_type))
|
||||
label_dictionary = corpus.make_label_dictionary(label_type=label_type)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user