// See http://lexsrv3.nlm.nih.gov/SPECIALIST/Projects/ctakes-lvg/2008/docs/designDoc/UDF/flow/index.html
// Lower-case the terms and then uninflect
// f = using flow components (in this order)
// l = lower case
// b = uninflect a term
lvg = new LvgCmdApi("-f:l:b", configFileName);
// Generate inflectional variants and get categories as strings rather than bit vectors
// f = using flow components (only one (i) used here)
// i = generate inflectional variants
// -SC = Show category names (returns the categories as strings rather than bit vectors)
lvgLexItem = new LvgLexItemApi("-f:i -SC", configFileName);