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

Recognizing Greek letters #60

Closed
dimus opened this issue Dec 18, 2020 · 2 comments
Closed

Recognizing Greek letters #60

dimus opened this issue Dec 18, 2020 · 2 comments
Assignees

Comments

@dimus
Copy link
Member

dimus commented Dec 18, 2020

created by @mohamedabozeid at https://gitlab.com/gogna/gnparser/-/issues/60

When try to parse name "Aristotelia fruticosa var. δ. microphylla Hook.f." I get unparsed_tail: " var. δ. microphylla Hook.f.", but if I replaced δ. with alpha for example, I get the name parsed properly.
I can replace the latin letter before parsing the name but I wonder if we can fix it from the parser itself

@dimus dimus self-assigned this Dec 18, 2020
@dimus
Copy link
Member Author

dimus commented Dec 18, 2020

created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/43

changed title from Recognizing {-latin-} letters to Recognizing {+Greek+} letters

@dimus
Copy link
Member Author

dimus commented Dec 18, 2020

created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/44

Good catch. In modern nomenclature people do not enumerate infra-specific names with Greek letters anymore. So the correct parsing of this name, as I understand, would be:

Aristotelia fruticosa var. microphylla with level 2 warning: Deprecated Greek letter enumeration

@dimus dimus closed this as completed Dec 18, 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

No branches or pull requests

1 participant