We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568e1cd commit 9d2d5fcCopy full SHA for 9d2d5fc
tsvtools/cli.py
@@ -16,6 +16,9 @@
16
from qurator.utils.tsv import read_tsv, write_tsv, extract_doc_links
17
from .ocr import get_conf_color
18
19
+from qurator.utils.ner import ner
20
+from qurator.utils.ned import ned
21
+
22
@click.command()
23
@click.argument('tsv-file', type=click.Path(exists=True), required=True, nargs=1)
24
@click.argument('url-file', type=click.Path(exists=False), required=True, nargs=1)
0 commit comments