if (FALSE) {
# set up the expected dictionary and latent semantic space directories
lma_initdirs("~")
# set up directories elsewhere, and links to the expected locations
lma_initdirs("d:")
# point options and create links to preexisting directories
lma_initdirs("~/NLP_Resources", "Dicts", "Dicts/Embeddings")
# create just a dictionaries directory and set the
# lingmatch.dict.dir option without creating a link
lma_initdirs(dict = "z:/external_dictionaries", link = FALSE)
}
Run the code above in your browser using DataLab