Dmitry Mozzherin

Results 93 comments of Dmitry Mozzherin

A name has a long term life and is 'permanent', while annotations make sense only in a context. For example, every species name at some point is `sp. nov`, but...

I am going to close it, as annotations are currently out of scope of gnparser

There is an `exclusive` method to get a slice of an array, so `cat` would be [0:3] and `inclusive` method where 'cat' would be [0:2]. Most common is exclusive method,...

if slippage increases, it probably means that offset in your editor is based on bytes, not on UTF-8 runes. I will add byte offset to GUI (probably next week), it...

gnfinder always uses external method for subslices

hm, interesting case @larsgw. Currently sorting algorithm does not take in account 'exact match' of abbreviated author, although it might be beneficial for botanical names. I think it is worth...

looks like the problem is with Apache Tika v1.2 service that we use. Something in this particular PDF breaks Tika. There are several ways we can fix this problem. There...

Thank you for letting me know @BenMerSci, I will investigate

I made the latest import of Vascan and it did seem to fix the problem, would you agree @BenMerSci ? (it is live now) ```json { "metadata": { "namesNumber": 1,...

Great @BenMerSci , I am not adding a test for this one, as it seems to be related to data, not code