Closed malakhovks closed 7 years ago
thanks for the feedback.. basically in the dragnn version, it doesn't have the pos params. But I believe by separating fPos it does the same stuff. So I add a pos_tag param which basically is the result of dividing fPos. As for the Upper case issue, I was just extracting what it shows in the DRAGNN but definitely I can change them to all lower case. The reason why it's called label is because of DRAGNN output, it's called label.. I am considering adding both label & dep field in the reply so it will be compatible
Thanks for all these suggestions
I understand all the stuff
fixed
Some issues in response format (DRAGNN branch).
{ "category": "", "Case": "Nom", "head": -1, "Animacy": "Inan", "word": "системы", "break_level": 1, "pos_tag": "NN", "fPOS": "NOUN++NN", "Number": "Plur", "label": "root", "Gender": "Fem" }
to this{ "category": "", "case": "Nom", "head": -1, "animacy": "Inan", "word": "системы", "breakLevel": 1, "posTag": "NN", "fPOS": "NOUN++NN", "number": "Plur", "dep": "root", "gender": "Fem" }