Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Change Root roman form to Amharic letter like gen function #3

Open
ashGHub opened this issue Mar 29, 2017 · 1 comment
Open

Change Root roman form to Amharic letter like gen function #3

ashGHub opened this issue Mar 29, 2017 · 1 comment

Comments

@ashGHub
Copy link

ashGHub commented Mar 29, 2017

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.

eg.

l3.anal_word("am", "የሰጡትን" , nbest = 1);

This returns:

word: የሰጡትን
POS: verb, root: <sT*>, citation: ሰጠ
 subject: 3, plur
 object: 3, sing, masc
 grammar: perfective, relative, accusative, definite

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.

@adamsamson
Copy link
Owner

Not that i'm aware of, but it would be great if you could add this function and contribute it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants