I am using pattern recognition to catch entities with a variable size. Here are situation that i am trying to catch
1- {entity1} (has| had| have) [the] {entity2}
2.1- {entity1} (has| had| have) the {entity2}
2.2- {entity1} (has| had| have) {entity2}
i tried the 1 pattern or the 2.1 and 2.2 at the same time. The problem is that when i enter: "Person have the properties"
the entity2 is marked as "the properties" instead of just "properties" Is there a way to mark priority or work around this problem?
Sorry for english mistakes i hope that the question is clear enough.