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

Strip Ambiguity Tags

  • Short Description: Strips ambiguity tags from the input.

  • Full Description:

    This flow is used to strip ambiguity tags from the input. Ambiguity tags are found on Metathesaurus concept names, and are indications that multiple meanings apply for the same lexical string. These tags look like "<1>" or "<2>".

    No effect on the -m option. "none" is added at the end of the output.

  • Difference: None

  • Features:
    1. strip pattern of "<" + number + ">" in a text.


  • Symbol: T

  • Examples:
    
    shell> lvg -f:T
    cold <1>
    cold <1>|cold|2047|16777215|T|1|
    
    More examples

  • Implementation Logic:
    1. Find patterns of "<" + number + ">" in the input term.
    2. Strip this pattern if it exists.

  • Source Code: ToStripAmbiguityTags.java

  • Hierarchy: Object -> Transformation -> ToStripAmbiguityTags