This package provides Java APIs classes. There are three types of application programming interface are provided in this package. They are briefly described as follows:
- Command Line Class (term) Api:
Class: LvgCmdApi
Usage: setup flows by command line
Input: String (term)
Output: String format of Lvg output.
- Command Line Class (LexItem) Api:
Class: LvgLexItem
Usage: setup flows by command line
Input: a LexItem or a Vector of LexItems
Output: Vector of LexItems
- Flow Component ClassApi:
Class: LvgApi
Usage: setup flows by calling Mutate( ) method in flow compoment classes.
Input: a LexItem or a Vector of LexItems
Output: Vector of LexItems
Other common used APIs are also provides. Such as APIs for Norm, LuiNorm, and WordInd.
@since 2002