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
Is there a way to get verb form variants in the same way you can get case variants for nouns?
Something like
>>>BIN_Db.lookup_past_participle("sækja")
The use case is for a results highlighter. Lemmas are indexed, but I would like to highlight the original forms based on search string lemmas. For this I need to potentially highlight derived word forms. I’m basically writing a get_all_meaning_wordforms function that returns a set of strings that should be highlighted.
The text was updated successfully, but these errors were encountered:
Is there a way to get verb form variants in the same way you can get case variants for nouns?
Something like
The use case is for a results highlighter. Lemmas are indexed, but I would like to highlight the original forms based on search string lemmas. For this I need to potentially highlight derived word forms. I’m basically writing a
get_all_meaning_wordforms
function that returns a set of strings that should be highlighted.The text was updated successfully, but these errors were encountered: