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
6 stars 3 forks source link

New Indexing: Getty ULAN - changes in accuracy tests #414

Closed elrayle closed 3 years ago

elrayle commented 3 years ago

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

image

NOTE: The original indexing passed all tests because the validations were looking for same URIs, but without the -agent. The indexing approach needs to be reworked to have the -agent version of the URIs be the subject URIs for search results.

See also Issue #395 which reports a similar issue for GETTY_TGN which expects -person at the end of each subject URI.

elrayle commented 3 years ago

All green on the tests. Thanks @eichmann!!!