LD4P / qa_server

A rails engine with questioning authority gem installed to serve as an authority search server with normalized results.
Apache License 2.0
5 stars 2 forks source link

New Indexing: MESH_NLM - changes in accuracy tests #399

Open elrayle opened 3 years ago

elrayle commented 3 years ago

The new indexing scheme has the following impact on MESH_NLM accuracy tests:

image

sfolsom commented 3 years ago

For Heart Attack... We already have meshv:preferredConcept/meshv:term/meshv:prefLabel, but I think we need to add searching for meshv:term/meshv:prefLabel to the index. The later searches for non-preferred Concepts off Descriptors.

For email, We already have meshv:preferredConcept/meshv:term/meshv:prefLabel, but I think what might be throwing it is the labels are "E mail" and E-mail". Does the process for removing punctuation replace dashes by smushing the E and mail together?

elrayle commented 3 years ago

ACTION: @eichmann will need to update the indexing to allow for traversing to deeper descriptors. See note above.