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
I want to run the do_cosine_sim.kv() function for comparing two corpuses, but when loading the exploratory package I run in to an error that R can't find the function.
> library(exploratory)
Package attached: exploratory v0.3.16 (same as the most recent version available through GitHub).
If you run into errors, please try restarting R.
> do_cosine_sim.kv()
Error in do_cosine_sim.kv() : could not find function "do_cosine_sim.kv"
All help much appreciated.
The text was updated successfully, but these errors were encountered:
I want to run the
do_cosine_sim.kv()
function for comparing two corpuses, but when loading theexploratory
package I run in to an error that R can't find the function.All help much appreciated.
The text was updated successfully, but these errors were encountered: