Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yoshinaka committed Sep 11, 2020
1 parent 3bf513c commit 3356023
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ After preparing a **tokenized** sentence pair (`tokenized_sentence_a: list` and
>>> print(alignment)
[(1, 3, 2, 3), (8, 9, 5, 6), (13, 13, 8, 8), (27, 27, 9, 9)]
```
phrase pair ($x, y$) : ($x_\text{start}, x_\text{end}, y_\text{start}, y_\text{end}$)
\# 1-indexed alignment
phrase pair <img src="https://render.githubusercontent.com/render/math?math={(x, y)}"> :
<img src="https://render.githubusercontent.com/render/math?math={(x_\text{start}, x_\text{end}, y_\text{start}, y_\text{end})}">
\# 1-indexed alignment

0 comments on commit 3356023

Please sign in to comment.