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

Address #931 and similar issue when parsing times #999

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martinp26
Copy link

All_number_words is not working perfectly here. The number words need
to go through localization and also need word boundaries, otherwise
they match other partial ingredients or time words in other languages.
E.g., "ten" match the tail of the German word for minutes (Minuten).

Disable broken parsing of number words for now.

Fixes #931.

Signed-off-by: Martin Pohlack [email protected]

All_number_words is not working perfectly here.  The number words need
to go through localization and also need word boundaries, otherwise
they match other partial ingredients or time words in other languages.
E.g., "ten" match the tail of the German word for minutes (Minuten).

Disable broken parsing of number words for now.

Fixes thinkle#931.

Signed-off-by: Martin Pohlack <[email protected]>
@martinp26 martinp26 mentioned this pull request Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

problem parsing two-word ingredients that begin with lower-case 'a'
1 participant