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: LOCGENRES - changes in accuracy tests #397

Closed elrayle closed 3 years ago

elrayle commented 3 years ago

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

All tests are passing except one, which was failing before the indexing change. This issue is to explore and document why that one test continues to fail.

image

sfolsom commented 3 years ago

Cookery is a madsrdf:DeprecatedAuthority. We still want these to show up in the results because in most cases they point the heading that replaces it. See: https://docs.google.com/spreadsheets/d/1rPvEoP9iYNkxJ0eWC8gXe3ci7e6mhW0da59xkGhadi0/edit#gid=696491968

elrayle commented 3 years ago

It appears that the DeprecatedAuthority data is not included in the download.

ACTION: @sfolsom will contact LOC to see if they can include DeprecatedAuthority data in the download.

elrayle commented 3 years ago

Looking closer at this, it appears that when cookery was original in LCSH. When it was deprecated with replacement cookbook, it was also moved to LCGFT.

ACTION: @sfolsom will think through the implications of this.

elrayle commented 3 years ago

From @sfolsom in Slack:

Digging further, the Cookery test was written wrong, and the term actually brings up the desired entity within each dataset, so i deleted the test.

Removed Cookery test for LOCGENRES in PR #415