Skip to content
Discussion options

You must be logged in to vote
  • With the dependency matcher, the individual patterns defined under a given match_id are processed using an AND relationship: the presence of a match with a given match_id implies that all of the patterns have been matched.
  • With the phrase matcher, the terms defined under a given match_id are processed using an OR relationship, but it should be easy to work out which term matched by examining the results.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ctufts
Comment options

@richardpaulhudson
Comment options

@ctufts
Comment options

Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / matcher Feature: Token, phrase and dependency matcher
2 participants