compupro / latin-annotator

A JS web app that annotates latin text and shows word agreement relationships
GNU General Public License v3.0
0 stars 0 forks source link

Show type of agreement #26

Closed compupro closed 5 years ago

compupro commented 5 years ago

The agreement highlighting is only one color and shows generic agreement. It would be useful to show types of agreement, such as an accusative noun being highlighted as an object when a verb is clicked. This will help also to disambiguate when one word agrees with a bunch of other words in the same sentence.

compupro commented 5 years ago

There should be a key that detects what word is selected that shows what all the different colors mean

compupro commented 5 years ago

It would be cool if when you hover on each entry in the key, it filters the highlights by type

compupro commented 5 years ago

problem: the key doesn't change when user selects a new inflection

compupro commented 5 years ago

fixed

compupro commented 5 years ago

Main issue done in https://github.com/compupro/latin-annotator/commit/1b62303e1c5549464a8d6a0217149ca3cdec4b95

Move key entry hovering thing to other issue