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

No Operation

  • Short Description: This option copies the input term to the output with no transformation.

  • Full Description:

    This option copies the input term to the output with no transformation. This option is useful particularly when one is building many variants via multiple flows, and wants to have the original term as one of the variants.

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

  • Difference: None

  • Features:
    1. Copy the input term to the output term.


  • Symbol: n

  • Examples:
    
    shell> lvg -f:n
    force
    force|force|2047|16777215|n|1|
    
    More examples

  • Implementation Logic:
    1. Copy the input term to the output term for the operating LexItem.

  • Source Code: ToNoOperation.java

  • Hierarchy: Object -> Transformation -> ToNoOperation