Lexical Tools

Output Filter Option - Show Category Names

  • Description:

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

  • Features:
    1. Prints the category field in names


  • Symbol: SC

  • Examples:
    shell> lvg -f:i -SC
    leave
    leave|leave|<noun>|1|i|1|
    leave|leave|<noun>|512|i|1|
    leave|leaves|<noun>|8|i|1|
    leave|left|<verb>|32|i|1|
    leave|left|<verb>|64|i|1|
    leave|leave|<verb>|1|i|1|
    leave|leave|<verb>|262144|i|1|
    leave|leave|<verb>|1024|i|1|
    leave|leaves|<verb>|128|i|1|
    leave|leaving|<verb>|16|i|1|
    
  • Implementation Logic:
    1. Implemented in the OutputFilter class.