ajenhl / tacl

Tool for performing basic text analysis on the CBETA corpus
GNU General Public License v3.0
30 stars 9 forks source link

Sequential matches visualisation #10

Closed ajenhl closed 10 years ago

ajenhl commented 10 years ago

Add a visualisation of sequential matches. That is, on the display of a text, highlight sets of matches that occur within a certain distance in both texts.

This display should allow for requiring that the same order apply in both texts.

If the display were of the whole text, then only one set of such matches should be displayed at a time, with the user having some means of moving through them. Alternatively, show all of the sets at once, with a little context for each.

ajenhl commented 10 years ago

This is basically done with the tacl align command, minus any fancy navigation.