You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some corpus templates, the following error occurred when attempting to generate queries:
File "Awesome-Text2GQL/base/TransVisitor.py", line 934, in visitOC_OrExpression
if ctx.OR():
AttributeError: 'OC_NotExpressionContext' object has no attribute 'OR'
Is this an error in my corpus template setting or in the code of Awesome-Text2GQL?
The text was updated successfully, but these errors were encountered:
For some corpus templates, the following error occurred when attempting to generate queries:
File "Awesome-Text2GQL/base/TransVisitor.py", line 934, in visitOC_OrExpression
if ctx.OR():
AttributeError: 'OC_NotExpressionContext' object has no attribute 'OR'
Is this an error in my corpus template setting or in the code of Awesome-Text2GQL?
The text was updated successfully, but these errors were encountered: