Skip to content

Commit acbd5a4

Browse files
committed
Bumped clams-python to version 1.2.2
1 parent cc6b96a commit acbd5a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app.py

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def _annotate(self, mmif: Union[str, dict, Mmif], **parameters) -> Mmif:
6464
for n, tok in enumerate(in_doc):
6565
a = view.new_annotation(Uri.TOKEN)
6666
if n not in tok_idx:
67-
print(88888888)
6867
a.add_property("start", tok.idx)
6968
a.add_property("end", tok.idx + len(tok))
7069
tok_idx[n] = a.id

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
clams-python==1.0.9
1+
clams-python==1.2.2
22
spacy==3.6

0 commit comments

Comments
 (0)