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
{{ message }}
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
When using l3.anal() function, it returns the root in roman form. So to exactly know what it is in amharic, I have to use l3.gen() function which will cost me another processing time.
When using
l3.anal()
function, it returns the root in roman form. So to exactly know what it is in amharic, I have to usel3.gen()
function which will cost me another processing time.eg.
l3.anal_word("am", "የሰጡትን" , nbest = 1);
This returns:
Here the root is <sT>*, but a want it to be "ሰጠ“.
To actually get what I want, I have to use
l3.gen("am", "<sT*>")
This will return ሰጠ.
So my question is, is there a way to return the root in Amharic form from
l3.anal()
function.Thanks.
The text was updated successfully, but these errors were encountered: