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
When the input sentence is "If the user is vegetarian", the suggestions should be empty but the token ')' is suggested instead. It seems incorrect suggestions happen when the parser rule (in this case simpleCondition) is used in other rules and the element that follows it is another parser rule.
Do you know how to fix this?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I was testing the java suggester you uploaded and I found and important issue.
This is the grammar I am using:
When the input sentence is "If the user is vegetarian", the suggestions should be empty but the token ')' is suggested instead. It seems incorrect suggestions happen when the parser rule (in this case simpleCondition) is used in other rules and the element that follows it is another parser rule.
Do you know how to fix this?
Thank you.
The text was updated successfully, but these errors were encountered: