Gather data
This commit is contained in:
@@ -271,7 +271,7 @@ public record SwedishGenerator(Rng rng) {
|
||||
}
|
||||
}
|
||||
|
||||
static record Lemma(int index, byte[] word, int simpel, String[] clue) {
|
||||
public static record Lemma(int index, byte[] word, int simpel, String[] clue) {
|
||||
|
||||
static int LEMMA_COUNTER = 0;
|
||||
public Lemma(int index, String word, int simpel, String[] clu) { this(index, word.getBytes(StandardCharsets.US_ASCII), simpel, clu); }
|
||||
|
||||
Reference in New Issue
Block a user