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