powered by
Receives a sorted hashmap with found entities from a dictionary
getTermMatrix(dictionary, database, collection)
a sorted hashmap containing all found entities from the respective dictionaries with frequencies
Character vector that is the name of a dicitonary having pre-calculated stats. This can be MeSH, DrugBank, Agrovoc, EpSO, ESSO, or EPILONT
the name of the MongoDB database to be used
the name of the MongoDB collection to be used
if (FALSE) { mesh <- getTermMatrix("MeSH") }
Run the code above in your browser using DataLab