scaife-viewer / beyond-translation-site

Site used to iterate on translation alignments within the Scaife Viewer ecosystem
3 stars 4 forks source link

Standardize lemma resolution #61

Open jacobwegner opened 2 years ago

jacobwegner commented 2 years ago

refs #57

Currently, we can set a lemma for a token using token annotations, and we display that lemma in the interlinear display mode, on syntax trees, and also use that lemma for the passages by lemma widget.

However, when a user selects a word in the reader, we're using the lemma returned by Morpheus.

We should revisit how we're setting the lemma in the Vuex store, preferring the value from a token annotation if it exists, and then falling back to Morpheus.

Related discussion:

Lemmatization of texts scaife-viewer/scaife-viewer.org/#24