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

disambiguate multiple matches for properties #33

Closed renaud closed 9 years ago

renaud commented 9 years ago

This gene is colliding with the size large, e.g. in layer V and layer iii large pyramidal neurons:

[Term]
id: NCBI_GENE:16795 
name: Large 
synonym: "myd" RELATED ADJECTIVE []
synonym: "Large" RELATED ADJECTIVE []
....

One way to deal with it is to disambiguate two properties that have been matched and only keep the most appropriate.

For now, could we just remove Large from that gene? Or is it important?