This repository has been archived by the owner on May 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
As a User I want partial match finds also contain results with genus and the lowest infraspecies. #67
Comments
@dimus , please verify the algorithm:
|
If there is only fuzzy match for genus -- we return - no match |
If we found fuzzy match, we return that, and do not go to partial match at all |
The algorithm looks like this to me.
|
alexander-myltsev
added a commit
that referenced
this issue
Dec 5, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@dimus commented on Fri Oct 05 2018
Currently we cut word by word from canonical binomial, trinomial, tetranomial until we find something.
In addition to that it will be useful to return results if we find combination of first word of multinomial name (genus) and the very last epithet in canonical. Such addition seem to be beneficial for both zoologists and botanists.
The text was updated successfully, but these errors were encountered: