cisnlp / simalign

Obtain Word Alignments using Pretrained Language Models (e.g., mBERT)
MIT License
347 stars 47 forks source link

Any tips on how to align multiple (not only 2) sentences? #11

Closed youssefavx closed 1 year ago

youssefavx commented 4 years ago

Hey! I have a list of options of sentences, as opposed to only 2. I'd like to align all of them, and iterate over them step by step. What do you think is the best way to go about this with simalign?

jiangweiatgithub commented 2 years ago

Why would you do that?

pdufter commented 1 year ago

Currently SimAlign only supports pairwise alignments.