Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

省略解析付き述語項構造解析結果のパース #2

Closed
kzinmr opened this issue Oct 17, 2018 · 3 comments
Closed

省略解析付き述語項構造解析結果のパース #2

kzinmr opened this issue Oct 17, 2018 · 3 comments

Comments

@kzinmr
Copy link

kzinmr commented Oct 17, 2018

knp(4.19) では -anaphora を渡すと、述語項構造は '項構造' をキーとする素性で出力される (e.g. <項構造:長靴/ながぐつ:名1:ノ/O/猫/2>)。
pyknp.knp.pas.Pas ではキーを "述語項構造" と想定しており、素性出力のパースに失敗する。
https://github.com/ku-nlp/pyknp/blob/master/pyknp/knp/pas.py#L63

@kzinmr kzinmr changed the title 省略解析付き述語項構造結果のパース 省略解析付き述語項構造解析結果のパース Oct 17, 2018
@kzinmr
Copy link
Author

kzinmr commented Oct 17, 2018

格/フラグ/ENTITY表記/EIDフォーマットで出力されるので、以下のパースに失敗する
https://github.com/ku-nlp/pyknp/blob/master/pyknp/knp/pas.py#L108

                mycase = items[0]
                midasi = items[2]
                sdist = int(items[3])
                tid = int(items[4])
                eid = int(items[5])

sdist, tidを別の情報から取得する必要がある (対策案. Pas内の事前パースでeid2tidを構築)。

@kzinmr
Copy link
Author

kzinmr commented Oct 19, 2018

エンティティが文外にある場合に eid -> tid を正確に対応付けるには、 eid が含まれる sid を辿って該当する tid を取得しなければならず、Pas の範囲では解決しない( Blist 同士の対応関係が要る)。

@gackel
Copy link
Contributor

gackel commented Oct 22, 2018

ご指摘ありがとうございます。
初めの2つについては、いただいたPR#3により解決できました。ありがとうございます。
最後の複数文の問題については、別途issueを立てて対応したいと思います。

@gackel gackel closed this as completed Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants