Lexical Tools

Output Filter Option - Exclude Category Filter

  • Description:

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

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


  • Symbol: EC:LONG

  • Examples:
    shell> lvg -f:i -EC:1024
    
    saw
    saw|saw|128|1|i|1|
    saw|saw|128|512|i|1|
    saw|SAW|128|1|i|1|
    saw|SAW|128|8|i|1|
    saw|SAW|128|512|i|1|
    saw|saws|128|8|i|1|
    saw|SAWs|128|8|i|1|
    saw|SAW's|128|8|i|1|
    
    left
    left|left|128|1|i|1|
    left|left|128|8|i|1|
    left|left|128|512|i|1|
    left|lefts|128|8|i|1|
    left|left|2|1|i|1|
    left|left|2|256|i|1|
    left|left|1|1|i|1|
    left|left|1|256|i|1|
    
  • Implementation Logic:
    1. Implemented in the OutputFilter class.