Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid a word being picked up as two things #355

Open
tamacodechi opened this issue Aug 23, 2017 · 2 comments
Open

Avoid a word being picked up as two things #355

tamacodechi opened this issue Aug 23, 2017 · 2 comments

Comments

@tamacodechi
Copy link
Contributor

Another solution we could have to work with regexes that we are not able to limit with labels or presences of other words may be limiting the words that are used when we filter.

Similar to when we use reduced_words in our detectors, when a word is used in a term, we could set a type: attribute and reduce the pool of words we use when detecting.

@tamacodechi
Copy link
Contributor Author

For now we can simply allow for the type attribute to be set and work with examples as they come. I'm sure there are many in the invoice number recognition 😉

@tamacodechi
Copy link
Contributor Author

@Tr4in @clemenshelm I think this issue is at least a 5 🙈 It will mean refactoring every detector as well as writing new logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants