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:
- Copy the input term to the output term.
- Symbol:
n
- Examples:
> java lvg -f:n
force|force|2047|16777215|n|1|
More examples
Implementation Logic:
- Copy the input term to the output term for the operating LexItem.
Source Code: ToNoOperation.java
Hierarchy: Object -> Transformation -> ToNoOperation