Lexical Tools

Output Filter Option - Exclude Inflection Filter

  • Description:

    This option filters outputs and only display variants exclude inflections specified.

  • Features:
    1. Filters out variants and only display result excludes inflections specified.


  • Symbol: EI:LONG

  • Examples:
    shell> lvg -f:i -EI:1025
    left
    left|left|128|8|i|1|
    left|left|128|512|i|1|
    left|lefts|128|8|i|1|
    left|left|1024|32|i|1|
    left|left|1024|64|i|1|
    left|leave|1024|262144|i|1|
    left|leaves|1024|128|i|1|
    left|leaving|1024|16|i|1|
    left|left|2|256|i|1|
    left|left|1|256|i|1|
    
  • Implementation Logic:
    1. Implemented in the OutputFilter class.