gnames / gnparser

GNparser normalises scientific names and extracts their semantic elements.
MIT License
40 stars 5 forks source link

As a User I want to be able to deal with different spellings of the same author #244

Closed dimus closed 1 year ago

dimus commented 1 year ago

Related to https://github.com/gnames/gnames/issues/119

Normalize known lexical variants of the same author, for example Linnaeus and Linné

We should exercise caution with this, but in case of Linnaeus it is probably a safe bet.

dimus commented 1 year ago

Thinking about it more, it is too error-prone to normalize authors, for example Sokoloff and Sokolov. I'll do this kind of adjustment in gnverifier directly.