Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
Derivations Procedures - zeroD
Generate zeroD pairs (facts) in derivation table:
I. Directory:
II. Input Files (./data/${YEAR}/dataOrg/):
shell> ${ZERO_D}/bin/GetZeroD ${YEAR}
0
III. Final files for allD (release)
IV. Summary of GetZeroD
Step | Description and Program | Input | Output | Notes | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 |
| See section II. | See section II. |
| |||||||||||||||||||||||||
1 |
|
|
| Get bases (citatin and sspVars) from Lexicon except for:
| |||||||||||||||||||||||||
2 |
|
|
|
| |||||||||||||||||||||||||
3 |
|
|
|
| |||||||||||||||||||||||||
4 |
|
|
| The following must be 0: Check on "(must)" in log.4
| |||||||||||||||||||||||||
5 |
|
|
| If the zeroD.tbd.data is not empty:
| |||||||||||||||||||||||||
5a |
|
|
|
V. Processes Details:
Save mesage to log.${STEP} in ./Logs/${YEAR}/
shell>cd ${DERIVATION}/zeroD/bin
shell>GetZeroD ${YEAR} > log.${STEP}
shell>mv log.${STEP} ./${YEAR}/.
0: Prepare directories and files
=> generates: 4.zeroD/data/dataOrg/*
1: Get valid base from LEXICON (no abb/acr, min. size=2)
=> generates ./data/bases.data (no abb/acr, min. size=2)
2: Retrieve std-raw zeroD pairs
=> generates ./data/zeroD.raw.data.fromBase
3: Check/integrate with nomD.Z file (raw)
=> generates:
4: Add tags to zeroD meta file (meta)
=> generates ./data/zeroD.meta.data
shell>sort -u zeroD.tag.txt |wc -l
5: Split tags on zeroD meta file (yes|no|tbd)
=> generates
6: Verify dType on zeroD.yes.data
=> generates:
7: Add negation tag (O), sort -u: for annually zeroD
generate ./data/zeroD.yes.data.${YEAR}
7.1: Check conflict (inconsistent) tags between spVars
generate ./data/zeroD.yes.data.${YEAR}.conflict
=> Ideally, the tag of zeroD between two records should be the same.
=> This file lists all inconsistent zeroD tags between two records (caused by SpVars).
=> If not empty, sent to linguist to tag (yes|no|both) the EUI line.
8: Add negation tag (O), sort uniquely for annually zeroD
Above step from 1 ~ 7
Please refer to derivation design documents in Lexical Tools for details.