You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question negation is language specific but not always wanted. Can we enable/disable it at the match_instruments function?
To clarify, there are some rule based scripts here which turn "I like" into "I don't like" etc in English and a few other languages. This is hard coded and some users want to be able to turn it off. Can you add a switch at library level and also at API level which stops the functions in negator.py being called?
Rationale
Sometimes users only want the absolute value of cosine similarity
Description
Question negation is language specific but not always wanted. Can we enable/disable it at the
match_instruments
function?To clarify, there are some rule based scripts here which turn "I like" into "I don't like" etc in English and a few other languages. This is hard coded and some users want to be able to turn it off. Can you add a switch at library level and also at API level which stops the functions in
negator.py
being called?Rationale
Sometimes users only want the absolute value of cosine similarity
See related R issue harmonydata/harmony_r#3
The text was updated successfully, but these errors were encountered: