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

update similarity rules for layers to better capture is_a relationships #46

Closed stripathy closed 8 years ago

stripathy commented 8 years ago

In the following example: if "L5a" is the query, which should be the returned order? (highest match to lowest match) L5a, L5b, L5, L5-6, L2-3 or L5a, L5, L5-6, L5b, L2-3