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:
parent
b13dae29f5
commit
24fd7245f5
2 changed files with 41 additions and 6 deletions
3
setup.py
3
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue