Lexical Tools

Output Filter Option - Inflection Filter

  • Description:

    This option filters outputs and only display variants with inflections specified. The specified inflection is in a number and may include several inflections, all results contain these specified inflections will be displayed.

  • Features:
    1. Decompose the specified inflection number into inflections.
    2. Filters out variants and only display result with specified inflections.


  • Symbol: DI:LONG

  • Examples:
    shell> lvg -f:i -CR:oc -DI:512
    saw
    saw|SAW|128|521|i|1|
    saw|saw|128|513|i|1|
    
    left left|left|128|521|i|1|
  • Implementation Logic:
    1. Implemented in the OutputFilter class.