for (int i = 0; i < word.length() - 3; i++) {
x[t].add(xAlphabet.lookupObject(word
.substring(i, i + 3)), 1);
}
}
result.add(new SequenceInstance(xAlphabet, yAlphabet, x, y));
words = new ArrayList<String>();
tags = new ArrayList<String>();
continue;
}
String[] wordpos = ln.split("\t");