You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of 'quilting' the model selects a verb rule. To prevent this consider...
Add hard-coded rules to choose the next best if the rule doesn't apply
Split the model into 3 parts (verb, noun, adj/adv) and run separately
Add contra-cases to training data so it learns not to do this
In addition, the model classes include the ending letters to remove. However, similar above, there is nothing to prevent it selecting a "remove ing" rule for a word ending in something else. I'm not aware of this causing issues but it should be investigated when looking into the first issue.
The text was updated successfully, but these errors were encountered:
For the test case 'quilting/NOUN' and 'plastering/NOUN', the words are not in the lemma lookup so OOV rules are called.
In the case of 'quilting' the model selects a verb rule. To prevent this consider...
In addition, the model classes include the ending letters to remove. However, similar above, there is nothing to prevent it selecting a "remove ing" rule for a word ending in something else. I'm not aware of this causing issues but it should be investigated when looking into the first issue.
The text was updated successfully, but these errors were encountered: