Lexical Tools

Output Filter Option - Show Inflection Names

  • Description:

    This option provides users to see the inflection field in names instead of numbers.

  • Features:
    1. Prints the inflection field in names


  • Symbol: SI

  • Examples:
    shell> lvg -f:i -SI
    leave
    leave|leave|128|<base>|i|1|
    leave|leave|128|<singular>|i|1|
    leave|leaves|128|<plural>|i|1|
    leave|left|1024|<past>|i|1|
    leave|left|1024|<pastPart>|i|1|
    leave|leave|1024|<base>|i|1|
    leave|leave|1024|<pres1p23p>|i|1|
    leave|leave|1024|<infinitive>|i|1|
    leave|leaves|1024|<pres3s>|i|1|
    leave|leaving|1024|<presPart>|i|1|
    
  • Implementation Logic:
    1. Implemented in the OutputFilter class.