presciencelabs / tabitha-editor

0 stars 0 forks source link

Fix 'chiefest' and move handling of missing inflections #128

Closed craigp-atw closed 1 month ago

craigp-atw commented 1 month ago

Resolves the issue with 'chiefest'

And Christ became-C the chiefest priest of the good things [that now exist]. 'chief' is found in the form lookup, but not 'chiefest' - this form is only used within the Analyzer. The inflection is now added for this word.

image

Move missing inflections to runtime

Previously we added missing inflections directly into the database. In preparation for using the upcoming targets API, these missing inflections have been moved to runtime, when the form lookup is performed. These inflections won't be present in the Lexicon and thus won't be returned in the API, so we need to handle it this way anyway.