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

Problems when applying to a new domain Matplotlib #1

Open
xipengshen opened this issue Nov 13, 2022 · 0 comments
Open

Problems when applying to a new domain Matplotlib #1

xipengshen opened this issue Nov 13, 2022 · 0 comments
Assignees

Comments

@xipengshen
Copy link
Contributor

Python main_interact.py

issue 1

Query: "Plot lines between positions 1 and 3 in format bo."
Result: full candidate list: 0

issue 2

Query: "Plot lines"
Result:
Traceback (most recent call last):
File "main_interact.py", line 70, in
run_HISyn(domain, text)
File "main_interact.py", line 39, in run_HISyn
final_cgt_list = back_kit.path_selection_and_combination(nlp, gg, dependent_dict, root_index)
File "../HISyn/back_end/back_end_function_kit.py", line 1636, in path_selection_and_combination
attach_non_sibling_edges(nlp, gg, dependent_dict, dep_dict, new_dep_size_limit=10)
File "../HISyn/back_end/back_end_function_kit.py", line 769, in attach_non_sibling_edges
if not dep_dict[k][0].paths[0][0] == gg.root:
IndexError: list index out of range

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