We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a bug in the following file: #https://github.com/chapmanbe/pyConTextNLP/blob/master/pyConTextNLP/tagObject.py In the limitScope() function
In short: if self has rule 'bidirectional' and is downstream in the sentence compared to object, the scope of self won't be adjusted as it should be.
This should be done by the code from lines 98-101. However, this code is not executed since the if statement preceding (lines 94-97) is executed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a bug in the following file: #https://github.com/chapmanbe/pyConTextNLP/blob/master/pyConTextNLP/tagObject.py
In the limitScope() function
In short: if self has rule 'bidirectional' and is downstream in the sentence compared to object, the scope of self won't be adjusted as it should be.
This should be done by the code from lines 98-101. However, this code is not executed since the if statement preceding (lines 94-97) is executed.
The text was updated successfully, but these errors were encountered: