GlobalNamesArchitecture / gnparser

Split scientific names to meaningful elements with meta information
https://parser.globalnames.org/
MIT License
20 stars 2 forks source link

"Astatotilapia cf. bloyeti OS-2017" parses OS- as author and 2017 as a year incorrectly #432

Closed dimus closed 6 years ago

dimus commented 6 years ago

Astatotilapia cf. bloyeti OS-2017

alexander-myltsev commented 6 years ago

We should determine the properties why OS-2017 should not be an author. Currently, it does because of the rule

https://github.com/GlobalNamesArchitecture/gnparser/blob/4dc7388c56c808488003ee8712ac4bf640e95198/parser/src/main/scala/org/globalnames/parser/Parser.scala#L576-L580