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

Citation Form Table

I. Inputs

  • LEXICON.ascii

II. Outputs

  • File: citationFormTable.data
  • Format:
    Citation FormCategory

III. Algorithm

  • Get citation form table
    shell>GetCitationFormTable LEXICON.ascii citationFormTable.data.org
    • Read in LEXICON.ascii and convert LexRecords to Java Objects
    • Go through each LexRecord and print out (to citationFormTable.data.org)
      • citation (lowercase)
      • category (in name)

  • Sort and unify:
    sort -u citationFormTable.data.org > citationFormTable.data

  • Check pure ASCII