renaud / neuroNER

named entity recognizer for neuronal cells, based on UIMA Ruta rules
GNU Lesser General Public License v3.0
7 stars 8 forks source link

possible duplicate terms for layer unions #29

Closed stripathy closed 9 years ago

stripathy commented 9 years ago

are these two not equivalent? I think that they are.

from here: https://github.com/renaud/neuroNER/blob/master/resources/bluima/neuroner/hbp_layer_ontology.obo

[Term] id: HBP_LAYER:0000141 name: layer 5-6 synonym: "layer V-VI" EXACT ALTERNATE_SPELLING [] synonym: "layer VI-V" EXACT ALTERNATE_SPELLING [] ! unlikely synonym: "layer 6-5" EXACT ALTERNATE_SPELLING [] ! unlikely synonym: "layers 5-6" EXACT PLURAL [] synonym: "layers V-VI" EXACT ALTERNATE_PLURAL_SPELLING [] union_of: HBP_LAYER:0000005 union_of: HBP_LAYER:0000006

and

[Term] id: HBP_LAYER:0000205 name: layer 5/6 synonym: "layer V/VI" EXACT ALTERNATE_SPELLING [] synonym: "layers 5/6" EXACT PLURAL [] synonym: "layers V/VI" EXACT ALTERNATE_PLURAL_SPELLING [] union_of: HBP_LAYER:0000005 union_of: HBP_LAYER:0000006

renaud commented 9 years ago

agreed, my bad

stripathy commented 9 years ago

fixed in ebe03fe8c0b7e384cf9837bf86d772cca14acc20