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

مشکل در اجرای بعضی از توابع کلاس Dependency Graph برروی خروجی هضم #310

Open
mhdi707 opened this issue Dec 1, 2023 · 0 comments

Comments

@mhdi707
Copy link

mhdi707 commented Dec 1, 2023

2023-12-11_21h55_55 روز شما بخیر.
هنگامی که میخواهیم برروی خروجی dependency parser که از نوع DependencyGraph کتابخانه nltk هست بعضی از توابع اش را که مورد نیاز است مثل triples هست را اجرا کنیم خروجی حاصل برای جملات فارسی که بنده امتحان کردم قابل iterate کردن نیست و هنگام iterate با حلقه for اررور زیر رخ می دهد:(چگونه به خروجی حاصل دسترسی پیدا کنیم؟)متشکرم.

triples = parsed.triples() for p in triples: word_1, relation, word_2 = p

dependencygraph.py", line 422, in triples
head = (node["word"], node["ctag"])
TypeError: 'NoneType' object is not subscriptable

در جایی دیگر نیز با این اررور مواجه شدم مثل اینکه یک نود خالی وجود دارد که به روت وابستگی ندارد فکر میکنم نود ابتدایی هست:

openie-master\venv\lib\site-packages\nltk\parse\dependencygraph.py:376: UserWarning: The graph doesn't contain a node that depends on the root element. warnings.warn(

@mhdi707 mhdi707 changed the title مشکل در اجرای بعضی از توابع کلاس Dependency Graph مشکل در اجرای بعضی از توابع کلاس Dependency Graph برروی خروجی هضم Dec 11, 2023
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

1 participant