webyrd / mediKanren

Proof-of-concept for reasoning over the SemMedDB knowledge base, using miniKanren + heuristics + indexing.
MIT License
324 stars 53 forks source link

Refactor Unsecret server to move scoring and ranking code to a separate module #112

Open webyrd opened 3 months ago

webyrd commented 3 months ago

Currently the Unsecret server is a giant file in addition to containing TRAPI and http-related code also includes all of the ranking and scoring code. The ranking and scoring code should be moved to a separate module to make it easier to understand and modify.