neulab / awesome-align

A neural word aligner based on multilingual BERT
https://arxiv.org/abs/2101.08231
BSD 3-Clause "New" or "Revised" License
325 stars 47 forks source link

Alignment prob matrix visualization tool? #50

Closed kirklandWater1 closed 2 years ago

kirklandWater1 commented 2 years ago

Hi,

Thank you so much for the great alignment tool! I was wondering that would it be possible for you to share some tools/code that you use to produce the alignment prob matrix like the following picture?

image

Thanks!

zdou0830 commented 2 years ago

Hi, I used seaborn to draw the figure. I used seaborn.heatmap to generate the heat maps and axvline/axhline to generate the red lines.

kirklandWater1 commented 2 years ago

Thanks a lot!!