4950515253545556575859
lineId++; for (String token : Splitter.on(" ").split(line)) { tokenBuilder.addToken(lineId, token); } } tokenBuilder.done(); } catch (IOException e) { throw new IllegalStateException("Unable to read file " + ioFile, e); } }