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
created by @LocoDelAssembly at https://gitlab.com/gogna/gnparser/-/issues/90
Not sure if this is intended?
Here is the example: $ echo Dreyfusia nüßlini | gnparser -f pretty
$ echo Dreyfusia nüßlini | gnparser -f pretty
{ "parsed": true, "quality": 3, "qualityWarnings": [ [3,"Unparsed tail"] ], "verbatim": "Dreyfusia nüßlini", "normalized": "Dreyfusia", "cardinality": 1, "canonicalName": { "full": "Dreyfusia", "simple": "Dreyfusia", "stem": "Dreyfusia" }, "details": [ { "uninomial": { "value": "Dreyfusia" } } ], "positions": [ ["uninomial",0,9] ], "surrogate": false, "virus": false, "hybrid": false, "bacteria": false, "unparsedTail": " nüßlini", "nameStringId": "27679e50-c41b-5a3d-b619-d378d503be8c", "parserVersion": "v0.14.1" }
Expected:
{ "parsed": true, "quality": 2, "qualityWarnings": [ [2,"Non-standard characters in canonical"] ], "verbatim": "Dreyfusia nüßlini", "normalized": "Dreyfusia nueslini", // (*) "cardinality": 2, "canonicalName": { "full": "Dreyfusia nueslini", "simple": "Dreyfusia nueslini", "stem": "Dreyfusia nueslin" }, "details": [ { "genus": { "value": "Dreyfusia" }, "specificEpithet": { "value": "nueslini" } } ], "positions": [ ["genus",0,9], ["specificEpithet",10,17] ], "surrogate": false, "virus": false, "hybrid": false, "bacteria": false, "nameStringId": "ddf71a85-2e40-503f-8066-329ef77ac95a", "parserVersion": "v0.14.1" }
Not sure if "s" is correct replacement. More info: https://en.wikipedia.org/wiki/%C3%9F
The text was updated successfully, but these errors were encountered:
created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/43
mentioned in commit 2e0be2772f4f54974411f2a0aed63ae2276e473b
Sorry, something went wrong.
created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/44
Yes, my understanding is that ß transliterates as ss usually
ß
ss
created by @typophyllum at https://gitlab.com/gogna/gnparser/-/issues/45
The Aphid Species File has "nuesslini" as correct spelling:
http://aphid.speciesfile.org/Common/basic/Taxa.aspx?TaxonNameID=1159392
created by @LocoDelAssembly at https://gitlab.com/gogna/gnparser/-/issues/46
After discussing this with @typophyllum (Holger Braun) likely more correct would be "ss". With extra context sometimes could be "s" and also "ü" could be "ue".
dimus
No branches or pull requests
created by @LocoDelAssembly at https://gitlab.com/gogna/gnparser/-/issues/90
Not sure if this is intended?
Here is the example:
$ echo Dreyfusia nüßlini | gnparser -f pretty
Expected:
Not sure if "s" is correct replacement. More info: https://en.wikipedia.org/wiki/%C3%9F
The text was updated successfully, but these errors were encountered: