gesistsa / sweater

👚 Speedy Word Embedding Association Test & Extras using R
GNU General Public License v3.0
27 stars 4 forks source link

"guess" method #21

Closed cmaimone closed 2 years ago

cmaimone commented 2 years ago

I found it confusing in the documentation how the method was being determined. The examples are listed for specific methods, but the query code doesn't specify the method. I see that the default is to guess, which I assume it does based on the combination of STAB inputs provided? But if the examples are supposed to be of a specific method, it would probably be clearer to show code that invokes that method specifically -- what if you change "guess" behavior in the future?

re: https://github.com/openjournals/joss-reviews/issues/4036

chainsawriot commented 2 years ago

644d71d makes it explicit about what the "guess" method does.

TODO