-
Notifications
You must be signed in to change notification settings - Fork 5
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
Parsing the dagger symbol? #85
Comments
created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/43
Cases 1-3: Case 4-5: This one is problematic. I guess what I can do is to remember where daggers happened, and if all of them were in the unparsed tail -- ignore them. |
created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/44 @gdower do you have examples of where do you see the dagger symbol in the wild? If it is always in the end, |
created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/45 It does make sense. I can imagine 2 ways to solve it.
I think the first approach is better. After looking at "dagger" names in the wild 2nd approach is not going to work at all. |
Solution:
Such approach generates a warning for too many empty spaces, and we cannot say if it was generated Solution: remove empty spaces silently. I think removal of extra spaces is similar to removal of comma before year, it is something that probably can be done without issuing a warning. |
created by @gdower at https://gitlab.com/gogna/gnparser/-/issues/85
Names often include the dagger symbol (†) to indicate that the taxon is extinct. It might be useful to remove the dagger from the name and add an extinct boolean.
The text was updated successfully, but these errors were encountered: