Baidu-AIP / java-sdk

百度AI开放平台 Java SDK
https://ai.baidu.com/
Apache License 2.0
566 stars 225 forks source link

依存句法分析接口返回值中的词没有id #12

Closed huangliang992 closed 6 years ago

huangliang992 commented 6 years ago

实例: { "id":"1", //id "word":"今天", //word "postag":"t", //POS tag "head":"2", //id of current word's parent "deprel":"ATT" //depend relations between current word and parent },

实际返回: { "postag": "t", "deprel": "ATT", "word": "今天", "head": 2 },

PeterPanZH commented 6 years ago

已反馈给后端模型,待修复,感谢~

PeterPanZH commented 6 years ago

@Baidu-AIP/backend

flyhighzy commented 6 years ago

预计4月底修复上线,感谢指正~