oaregithub / oare_mono

1 stars 0 forks source link

epigraphy view tries to find matching spellings for broken lines #1560

Open jbro-lab opened 1 year ago

jbro-lab commented 1 year ago
Screen Shot 2022-11-29 at 4 51 30 PM Screen Shot 2022-11-29 at 4 51 39 PM

I believe this is accidentally my doing from a previous pull request. I don't think it's supposed to do this

edstratford commented 1 year ago

Yeah - we can cause it to not search if there are damaged signs it the string. I would eventually like a search that would search for potential matches in strings that are partially damaged, but we can set that up in a separate issue soon.

edstratford commented 1 year ago

let's make this issue about offering suggestions when there is a broken sign in a word.

  1. the Word has to have at least 1 non-broken sign
  2. the interface searches for possible matches where the broken sign can be any sign (and allows for it to be 1 or 2 signs!).
  3. If the broken sign is at beginning or end, then allows for 1,2,3 or 4 signs.
  4. results are sorted by number of signs matched on (i.e. 1 sign for each broken sign first, 2 signs for 1 broken sign second, etc.)
  5. Brings up picture of matched sings from signlist so that user can compare against any image of tablet
  6. has link that will open image of tablet in second window (if any image exits).