rafelafrance / traiter

Extract information from natural history annotations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

measurements string forces total length type

tucotuco opened this issue · comments

Given the input string "unformatted measurements=42-51 mm SL", length extraction determines the standard length type to be "total length" while the input string "unformatted measurements=42-51 mm SL" determines the standard length type to be "standard length", correctly.

Similarly, "unformatted measurements=165 mm SL", which is not a range, has the same behavior.

This pattern parses correctly: "Size=41-148mm SL"

commented

Fixed