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 5cbfcb6 commit 23fda90Copy full SHA for 23fda90
datafog/services/text_service.py
@@ -9,9 +9,7 @@ def __init__(self):
9
10
def annotate_text_sync(self, text):
11
"""Synchronously Annotate a text string."""
12
- print(f"Starting on {text.split()[0]}")
13
res = self.annotator.annotate(text)
14
- print(f"Done processing {text.split()[0]}")
15
return res
16
17
def batch_annotate_text_sync(self, texts: list):
0 commit comments