createCDB: Creates an environment containing CDB files
Description
Extracts SNOMED CT concepts from appropriate places in the
hierarchy to create a set of CDB files in an environment.
Uses WordNet and manual synonyms if available.
environment containing the following data tables: FINDINGS,
QUAL, CAUSES, BODY, OTHERCAUSE, OTHERSEARCH, OVERLAP, TRANSITIVE
Arguments
SNOMED
environment containing a SNOMED dictionary
TRANSITIVE
transitive closure table, generated by
createTransitive. It is regenerated if not provided.
WN
WordNet data.table as returned by downloadWordnet
containing WordNet data from appropriate
categories, in the format: cat (character), wordnetId (integer64),
synonyms (list), parents (list), adj (list)
MANUAL_SYNONYMS
data.table with columns term1 and term2,
containing additional exact synonyms or abbreviations
noisy
whether to output status messages
stopwords
vector of stopwords
See Also
exportMiADECDB, MANUAL_SYNONYMS
Other CDB functions:
addComposeLookupToCDB(),
addWordnet(),
batchDecompose(),
downloadOrphanet(),
downloadWordnet()