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 word agreement relationships #2

Closed compupro closed 5 years ago

compupro commented 5 years ago

When the user clicks on a word, it should show the other words in the sentence that agree with it by highlighting them with a background color. It would make sense for the word being clicked to be a darker highlight than the words that it agrees with.

Will require some understanding of what types of words agree with what in Latin.

Agreements to do (wordInfl - myInfl)

compupro commented 5 years ago

The framework for doing this is now in Word.agreesWith()

compupro commented 5 years ago

Might want to check prepositions for their position before the modified word

compupro commented 5 years ago

Agreement rules in the checklist are done. Closing this and opening new issues for concerns with individual relationships.

4 #5