sean-meade / Wookiee-Woo

0 stars 2 forks source link

8 create matching function #60

Closed smtilson closed 3 months ago

smtilson commented 3 months ago

matching_function contains some default weights, auxilliary functions, and the main distance function for matching. rt_critic_audience_scores processes some raw text into weights.

These are written to take dictionaries. Once the models are finished and we start making views we can refactor the code or move these functions to methods of the relevant models.

Input is welcome. The docstrings do need to be improved.