Find cosine similarities between target and candidate words
find_cos_sim(target_embedding, pre_trained, candidates, norm = "l2")
a vector of cosine similarities of length candidates
matrix of numeric values
matrix of numeric values - pretrained embeddings
character vector defining vocabulary to subset comparison to
character = c("l2", "none") - how to scale input matrices. If they are already scaled - use "none" (see ?sim2)