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

Form Table

I. Inputs

II. Outputs

  • File: formTable.data
  • Format:
    Inflectional VariantCategoryBase Form

III. Algorithm

  • Get Form table:
    shell>GetFormTable inflVars.data.ascii formTable.data.org
    • Read in inflVars.data.ascii
    • Go through each line and print out (to formTable.data.org)
      • inflectional variant (lower case)
      • category (in name)
      • base form (lower case)

  • Sort and unify
    sort -u formTable.data.org > formTable.data

  • Check pure ASCII