LVG Transformations (Flow Components)
In lvg, individual transformations are represented by flow components which are collected into flows. A flow may have one or more components. Each flow is serial application of each of its components; the output of each component in the flow is the input to the next component. Lvg allows single flows or multiple parallel flows.
In the new Java version of LVG, a new implementation design is used for transformation, LexItem, Category, Inflection, etc.. The implemented flow components are shown as in the table below. The Java Class Usage of flow components is also provided.