public class ToBaseSpellingVariants extends Transformation implements java.lang.Cloneable
History:
NO_MUTATE_INFO, UPDATE
Constructor and Description |
---|
ToBaseSpellingVariants() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
A unit test driver for this flow component.
|
static java.util.Vector<LexItem> |
Mutate(LexItem in,
java.sql.Connection conn,
RamTrie trie,
boolean detailsFlag,
boolean mutateFlag)
Performs the mutation of this flow component.
|
GetTestStr, PrintResult, PrintResults, UpdateLexItem, UpdateLexItem, UpdateLexItem
public static java.util.Vector<LexItem> Mutate(LexItem in, java.sql.Connection conn, RamTrie trie, boolean detailsFlag, boolean mutateFlag) throws java.sql.SQLException
in
- a LexItem as the input for this flow componentconn
- LVG database connectiontrie
- LVG ram triedetailsFlag
- a boolean flag for processing details informationmutateFlag
- a boolean flag for processing mutate informationjava.sql.SQLException
- if errors occurr while connect to LVG database.DbBase
public static void main(java.lang.String[] args)
args
- arguments