1
0
Fork 0
mirror of https://github.com/qurator-spk/page2tsv.git synced 2026-03-15 11:42:06 +01:00

remove ner/ned code from page2tsv package

This commit is contained in:
Kai 2021-12-15 15:51:00 +01:00
parent ed90193c45
commit 568e1cd104
6 changed files with 2 additions and 283 deletions

View file

@ -24,7 +24,6 @@ setup(
"annotate-tsv=tsvtools.cli:annotate_tsv",
"page2tsv=tsvtools.cli:page2tsv",
"tsv2page=tsvtools.cli:tsv2page",
"find-entities=tsvtools.cli:find_entities",
"make-page2tsv-commands=tsvtools.cli:make_page2tsv_commands"
]
},