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
Some of the stemming algorithms will strip specific diacritical marks from the entire word. This type of word normalization in addition to stemming isn't always desired. Let's add an object attribute to optionally disable it.
For example, the to-be-implemented German stemmer replaces ä with a, ö with o, and ü with u.
The text was updated successfully, but these errors were encountered:
Some of the stemming algorithms will strip specific diacritical marks from the entire word. This type of word normalization in addition to stemming isn't always desired. Let's add an object attribute to optionally disable it.
For example, the to-be-implemented German stemmer replaces
ä
witha
,ö
witho
, andü
withu
.The text was updated successfully, but these errors were encountered: