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

MeasurementMention fails on "fourty" #815

Open
kwalcock opened this issue Oct 7, 2024 · 0 comments
Open

MeasurementMention fails on "fourty" #815

kwalcock opened this issue Oct 7, 2024 · 0 comments
Assignees

Comments

@kwalcock
Copy link
Member

kwalcock commented Oct 7, 2024

number.yml has "fourty" instead of "forty". This eventually leads to an exception being thrown in MeasurementMention.neNorm when "fourty" is encountered. Correcting the typo fixes the immediate problem.

However, this is also another case of needing to throw the exception upon Mention creation rather than later when something queries for some information about the Mention, in this case, neNorm.

Example sentences are

(c) a retention licence, fourty five days; and .
(c) an exploration licence, fourty days; .
(d) a retention licence, fourty five days; and .

@kwalcock kwalcock self-assigned this Oct 7, 2024
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

No branches or pull requests

1 participant