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