Coder Social home page Coder Social logo

Comments (3)

kzinmr avatar kzinmr commented on June 25, 2024

格/フラグ/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を構築)。

from pyknp.

kzinmr avatar kzinmr commented on June 25, 2024

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

from pyknp.

gackel avatar gackel commented on June 25, 2024

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

from pyknp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.