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

Retrieve Unique EUI

  • Short Description: Retrieve the unique EUI's for a given term

  • Full Description:

    This flow option returns an unique set of EUI's for a given input form. In addition, all possible categories and inflections are retrieved and displayed.

    The results are sorted by EUI.

    No effect on the -m option. "none" is added at the end of the output.

  • Difference:
    1. The C version puts flow symbol, L, on the output as the flow component in the flow history, where it should be E.
    2. Retrieve and display all possible categories and inflections from Lexicon.


  • Features:
    1. Retrieve all EUIs for a given input term.


  • Symbol: E

  • Examples:
    
    shell> lvg -f:E
    building
    building|E0014324|1024|16|E|1|
    building|E0014326|128|513|E|1|
    
    square
    square|E0057515|128|513|E|1|
    square|E0057516|1|257|E|1|
    square|E0057517|1024|263169|E|1|
    square|E0057518|2|257|E|1|
    
    More examples

  • Implementation Logic:
    1. Get EUI from inflection table in the database.
    2. Sort result by EUI.

  • Source Code: ToRetrieveEui.java

  • Hierarchy: Object -> Transformation -> ToRetrieveEui