Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

Lexical Tools

Global Behavior Option - Details Information

  • Description:

    Display details information on operations between flow components.

  • Features:
    1. Display details information between flow components.


  • Symbol: d

  • Examples:
    shell> lvg -d -f:N3
    
    see
    see|saw|2047|1|q7+g+rs+o+t+l+B+C+q8+w|1|
    ---------------------------------------
    1. (q7): see (2047, 16777215) --> see (2047, 16777215): Unicode Core Norm
    2. (g): see (2047, 16777215) --> see (2047, 16777215): Remove Genitive
    3. (rs): see (2047, 16777215) --> see (2047, 16777215): Remove (s), (es), (ies)
    4. (o): see (2047, 16777215) --> see (2047, 16777215): Replace Punctuation With Space
    5. (t): see (2047, 16777215) --> see (2047, 16777215): Strip Stop Words
    6. (l): see (2047, 16777215) --> see (2047, 16777215): Lowercase Words
    7. (B): see (2047, 16777215) --> see (2047, 1): Uninflect Words
    8. (C): see (2047, 1) --> saw (2047, 1): Canonicalize (1031290)
    9. (q8): saw (2047, 1) --> saw (2047, 1): Strip or Map Unicode to ASCII
    10. (w): saw (2047, 1) --> saw (2047, 1): Sort Words By ASCII Order
    
  • Implementation Logic:
    1. Implemented in each flow component.