genDictListFromRawFreq {epos} | R Documentation |
Clears object that was loaded from harddrive into a list of terms sorted by frequency
Clears object that was loaded from harddrive into a list of terms sorted by frequency
genDictListFromRawFreq(topfreqdictraw)
genDictListFromRawFreq(topfreqdictraw)
topfreqdictraw |
list with terms from a dictionary sorted by frequency |
a sorted list of terms
a sorted list of terms
## Not run:
genDictListFromRawFreq(epi)
## End(Not run)
utils::data(rawDrugNamesCoOcEpSO, package="epos")
genDictListFromRawFreq(rawDrugNamesCoOcEpSO)