getTermMatrix {epos} | R Documentation |
Receives a sorted hashmap with found entities from a dictionary
Description
Receives a sorted hashmap with found entities from a dictionary
Usage
getTermMatrix(dictionary, database, collection)
Arguments
dictionary |
Character vector that is the name of a dicitonary having pre-calculated stats. This can be MeSH, DrugBank, Agrovoc, EpSO, ESSO, or EPILONT |
database |
the name of the MongoDB database to be used |
collection |
the name of the MongoDB collection to be used |
Value
a sorted hashmap containing all found entities from the respective dictionaries with frequencies
Examples
## Not run:
mesh <- getTermMatrix("MeSH")
## End(Not run)
[Package epos version 1.1 Index]