static S[] wordsMatrixColumn(L lines, int colIdx) { int rows = l(lines); S[] col = new S[rows]; for i to rows: col[i] = unnull(get(words(lines.get(i)), colIdx)); ret col; }