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:
- The C version puts flow symbol, L, on the output as the flow component in the flow history, where it should be E.
- Retrieve and display all possible categories and inflections from Lexicon.
- Features:
- 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:
- Get EUI from inflection table in the database.
- Sort result by EUI.
Source Code: ToRetrieveEui.java
Hierarchy: Object -> Transformation -> ToRetrieveEui