You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: