rafelafrance / traiter

Extract information from natural history annotations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pattern Length (L): missed as length indicator

tucotuco opened this issue · comments

Given the string "Meas:Length (L): 5"

the output is lengthinmm:None is_inferred:None standard length type:None

The expected output is lengthinmm:5 is_inferred:1 standard length type:"total length"

The pattern "Length (L):" seems to be missed as a length indicator.

This pattern parses correctly: "Meas:Total Length (TL): 8.25"

commented

Fixed