Skip to content

Commit

Permalink
print alignments for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerin Philip committed Feb 15, 2022
1 parent 21f4c50 commit 870ba3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def test_basic():
responses = service.translate(model, VectorString([source]), options)
for response in responses:
print(response.target.text, end="")
print(response.alignments)
print()


Expand Down

0 comments on commit 870ba3d

Please sign in to comment.