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