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
So far the package is written with left-to-right decomposition in mind. While it might work in other contexts, it would be best to explicitly support languages written from right to left in the decomposition algorithm.
Suffix search in particular could benefit from this enhancement, as well as unsupervised use of word lists to a lesser extent.
Things needed:
add or modify corresponding languages by introducing a constant like REVERSE_ORDER
add a parameter to relevant parts of lemmatization strategy
Probably after release of v1 as the package is still being actively worked on.
The text was updated successfully, but these errors were encountered:
So far the package is written with left-to-right decomposition in mind. While it might work in other contexts, it would be best to explicitly support languages written from right to left in the decomposition algorithm.
Suffix search in particular could benefit from this enhancement, as well as unsupervised use of word lists to a lesser extent.
Things needed:
REVERSE_ORDER
Probably after release of v1 as the package is still being actively worked on.
The text was updated successfully, but these errors were encountered: