readsoftware / ReadIssues

This is an issue repository for READ. Intended for issues and feature change request that arise during testing and development.
0 stars 0 forks source link

Sandhi - Editing #192

Open IanMcCrabb opened 3 years ago

IanMcCrabb commented 3 years ago

Have an issue with modifying sandhi, No problem with implementing sandhi across a token boundary but when one atempts to edit that sandhi decompostion, from either of the tokens, nothing happens. Can confirm that both tokens are owned by the editor.

e.g, ceva

c e(a e)

e(a e) va

stevewh commented 3 years ago

There is another issue from Nepali text project. Seems that somehow a regular expression was changed. Also there were some issues with the sandhi UI in the property window. Both are now fixed.

stevewh commented 3 years ago

current change does not allow compound decomposition, removal of sandhi and saves on enter but not click on save.

IanMcCrabb commented 3 years ago

happy to test when you have fixes

stevewh commented 3 years ago

Fixed the saving of compound decomposition and save button click. The removal of the sandhi is more difficult to the point that I'm unsure it ever worked. The issue is the dependency on the structure of a compound of compounds. I think that we should first prioritize the need to delete a sandhi and explicitly define what it means to remove one in a complex compound hierarchy.

The other issues are ready for testing including the change of the sandhi decomposition.