Lexical Tools

Output Filter Option - End Mark

  • Description:

    Mark the end of the set of variants returned. The default mark is "__THE_END__". This option is configurable and is settable in the ${LVG_DIR}/data/config/lvg.properties file, in the variable:

    CGI_EOP=__THE_END__

  • Features:
    1. Mark the end of the set of variants returned.


  • Symbol: ccgi

  • Examples:
    shell> lvg -f:i -m -ccgi
    left
    left|left|128|1|i|1|FACT|left|noun|base|left|noun|base|E0037124|
    left|left|128|8|i|1|FACT|left|noun|base|left|noun|plural|E0037124|
    left|left|128|512|i|1|FACT|left|noun|base|left|noun|singular|E0037124|
    left|lefts|128|8|i|1|FACT|left|noun|base|lefts|noun|plural|E0037124|
    left|left|1024|32|i|1|FACT|leave|verb|base|left|verb|past|E0037100|
    left|left|1024|64|i|1|FACT|leave|verb|base|left|verb|pastPart|E0037100|
    left|leave|1024|1|i|1|FACT|leave|verb|base|leave|verb|base|E0037100|
    left|leave|1024|262144|i|1|FACT|leave|verb|base|leave|verb|pres1p23p|E0037100|
    left|leave|1024|1024|i|1|FACT|leave|verb|base|leave|verb|infinitive|E0037100|
    left|leaves|1024|128|i|1|FACT|leave|verb|base|leaves|verb|pres3s|E0037100|
    left|leaving|1024|16|i|1|FACT|leave|verb|base|leaving|verb|presPart|E0037100|
    left|left|2|1|i|1|FACT|left|adv|base|left|adv|base|E0037125|
    left|left|2|256|i|1|FACT|left|adv|base|left|adv|positive|E0037125|
    left|left|1|1|i|1|FACT|left|adj|base|left|adj|base|E0037123|
    left|left|1|256|i|1|FACT|left|adj|base|left|adj|positive|E0037123|
    __THE_END__
    
  • Implementation Logic:
    1. Implemented in the OutputFilter class.