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.

Lexical Tools

AntiNorm Tables

  • Tables:

    AntiNorm
    NameTypePropertiesNotes
    normTermCHAR(105)Index key Normalized term
    inflTermCHAR(105).Original inflectional term in lexicon
    termCatINT.Category
    termInflLONG.Inflection
    euiCHAR(8)NOT NULLEUI: Unique ID

    Notes:
    The maximum length for normTerm is 101. We use CHAR(105) for this column.
    The maximum length for inflTerm is 103. We use CHAR(105) for this column.

  • SQL Examples:

    • Find mapping lexicon terms for "XXX"
      1. SELECT inflTerm FROM AntiNorm WHERE normTerm = "xxx"