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

add findentities command line tool that can be used in order to NER/NED tag an existing .tsv file

This commit is contained in:
Kai 2020-03-25 08:18:59 +01:00
parent b13dae29f5
commit 24fd7245f5
2 changed files with 41 additions and 6 deletions

View file

@ -22,7 +22,8 @@ setup(
'console_scripts': [
"extract-doc-links=cli:extract_document_links",
"annotate-tsv=cli:annotate_tsv",
"page2tsv=cli:page2tsv"
"page2tsv=cli:page2tsv",
"find-entities=cli:find_entities"
]
},
python_requires='>=3.6.0',