Skip to content

Commit 9d2d5fc

Browse files
committed
add missing imports
1 parent 568e1cd commit 9d2d5fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsvtools/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
from qurator.utils.tsv import read_tsv, write_tsv, extract_doc_links
1717
from .ocr import get_conf_color
1818

19+
from qurator.utils.ner import ner
20+
from qurator.utils.ned import ned
21+
1922
@click.command()
2023
@click.argument('tsv-file', type=click.Path(exists=True), required=True, nargs=1)
2124
@click.argument('url-file', type=click.Path(exists=False), required=True, nargs=1)

0 commit comments

Comments
 (0)