0

We need a tool which given two sentences, it lets the user select spans inside each sentence and align them together. Here is an example: enter image description here

I have been looking around for such a tool, but haven't found anything yet. Now I am thinking that I'd need to write it myself. I wonder if there are any tools our there which are close to what I want, so that it would save me some time.

Suggestions are highly appreciated.

Daniel
  • 5,839
  • 9
  • 46
  • 85

1 Answers1

0

I created this visualization for this purpose: https://github.com/danyaljj/sentenceToSentenceAlignmentVisualization

Daniel
  • 5,839
  • 9
  • 46
  • 85