Custom Patterns #49
Unanswered
DawsonMacPhee
asked this question in
Help on coding
Replies: 1 comment 2 replies
-
It is possible to have "one" word tagged under "two" separate tags as illustrated via the first example in documentation on Custom Entities. This also highlights that It performs a greedy match and in case of multiple matches, the longest one is given preference. If you can share your pattern with examples, we may be able to assist you further. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I create custom patterns and have the library tag text, is it possible for it to have one word tagged in two separate tags?
For example, I have a pattern for two nouns that are beside each other. If there was a situation that three nouns were beside each other, I'd like to be able to create two tags, for example:
"Alfred Joseph Hitchcock" would get tagged as "Alfred Joseph" and "Joseph Hitchcock"
However, I can't seem to get this to happen.
Beta Was this translation helpful? Give feedback.
All reactions