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);
}
finally {
// try to change the current working directory back to what it was
if (cwd!=null) {