1
0
Fork 0
mirror of https://github.com/qurator-spk/sbb_ner.git synced 2026-02-26 10:21:56 +01:00

fix model build process

This commit is contained in:
Kai Labusch 2019-11-28 17:06:29 +01:00
parent 4b56341000
commit 54edcbc44d
2 changed files with 4 additions and 3 deletions

View file

@ -24,6 +24,7 @@ setup(
"compile_germ_eval=qurator.sbb_ner.ground_truth.germeval:main",
"compile_conll=qurator.sbb_ner.ground_truth.conll:main",
"compile_wikiner=qurator.sbb_ner.ground_truth.wikiner:main",
"join-gt=qurator.sbb_ner.ground_truth.join_gt:main",
"bert-ner=qurator.sbb_ner.models.bert:main"
]
},