introduce bitloops
This commit is contained in:
@@ -46,7 +46,7 @@ public final class DictJavaGeneratorMulti {
|
||||
try (var lines = Files.lines(wordsPath, StandardCharsets.UTF_8)) {
|
||||
lines.forEach(line -> {
|
||||
CsvIndexService.lineToLemma(line, w -> {
|
||||
String word = Lemma.asWord(w);
|
||||
String word = Lemma.asWord(w, Export.BYTES.get());
|
||||
String[] clues = CsvIndexService.lineToClue(line);
|
||||
int simpel = CsvIndexService.lineToSimpel(line);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user