phileas
phileas copied to clipboard
Add OR boolean operator to grammar
Add OR boolean operator to grammar.
Currently, OR can be accomplished to some degree by using multiple filter strategies.
It would be ideal to allow expressions like:
context == 'test' and confidence > 1.0 or token == 'asdf'