biosemantics / charaparser

enumerateCompoundOrgan
6 stars 2 forks source link

markup contains both "count" and "quantity" #17

Closed hongcui closed 9 years ago

hongcui commented 9 years ago

image

hongcui commented 9 years ago

checked and CharaParser output only outputs 'count'. This can be fixed easily. I will fix it.

rodenhausen commented 9 years ago

Likely the "quantity of x at y" type columns originate from the matrix-generation module. In a scenario where we have a relation say "with" from "x" to "y" it will generate the "present" for "quantity of x at y".

"count of carpel" is likely directly from charaparser output

On Fri, Jan 9, 2015 at 12:04 PM, hongcui notifications@github.com wrote:

checked and CharaParser output only outputs 'count'. This can be fixed easily. I will fix it.

— Reply to this email directly or view it on GitHub https://github.com/biosemantics/charaparser/issues/17#issuecomment-69381929 .

hongcui commented 9 years ago

fixed