static LS firstTatoebaEnglishSentences(int n) { ifdef useBunzipForLibs var stream = bunzipSnippetToStream(#1400438); endifdef ifndef useBunzipForLibs var stream = gzipInputStream(loadLibrary(#1400585)); endifndef temp CloseableItIt it = linesFromReader(inputStreamReader(stream)); ret map(s -> dropFirstSpacedColumns(2, s), takeFirst(n, it)); }