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

fix bug in file DependencyTreeUtils.py #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

IzaiahSun
Copy link

It seems that there is something wrong in function get_direct_objects in file DockerImage/code/NlpUtils/DependencyTreeUtils.py.
On line 71, function getConjunctions is called with two parameters, while on line 14, there is only one parameter for function getConjunctions. I guess that you want to call getConjunctionNPInternal, but it is inside the function, it cannot be called directly. So I change the code to extend conjs defined on line 69 by calling extend method with value return from function getConjunctions.

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

Successfully merging this pull request may close these issues.

1 participant