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.

The SPECIALIST Lexicon

Analysis: Get units from Lexicon by specifying LeadUnit or EndUnit

I. Introduction

This section describes an analysis tool that retrieve all units from Lexicon by specifying the lead-unit and end-unit. The results are used to verify invalid/valid leadUnit and endUnit for case study.

II. Processes

  • directory: ${MULTIWORDS_DIR}/bin
  • program: 3.InvalidLeadEndUnit
  • Run program: shell> ./3.InvalidLeadEndUnit ${YEAR}
  • Processes:

    StepDescriptionIONotes - Examples
    10Get multiwords from Lexicon by the speficfied lead-unit
    • GetTermFromAFileByLeadTerm.java
    • Get units from a file by
      • the speficied lead-unit
      • exclude lead-end-unit candidates
      • exclude child lead-unit candidates
    Inputs:
    • ./outData/3.InvalidLeadEndTerm/lexMultiwords.data
    • ./outData/3.InvalidLeadEndTerm/invalidLeadEndTermCandidates.data
    • ./outData/3.InvalidLeadEndTerm/invalidLeadTermsCandidatesChild.data

    Outputs:

    • ./outData/3.InvalidLeadEndTerm/LeadTermTest/unitByLeadTerm.${LEAD_TERM}.out
    • 10 sec.
    • Results include three level of units
    11Get multiwords from Lexicon by the speficfied end-unit
    • GetTermFromAFileByEndTerm.java
    • Get units from a file by
      • the speficied end-unit
      • exclude lead-end-unit candidates
      • exclude child end-unit candidates
    Inputs:
    • ./outData/3.InvalidLeadEndTerm/lexMultiwords.data
    • ./outData/3.InvalidLeadEndTerm/invalidLeadEndTermCandidates.data
    • ./outData/3.InvalidLeadEndTerm/invalidEndTermsCandidatesChild.data

    Outputs:

    • ./outData/3.InvalidLeadEndTerm/LeadTermTest/termByEndTerm.${LEAD_TERM}.out
    • 10 sec.
    • Results include three level of units