introduce bitloops
This commit is contained in:
@@ -215,7 +215,7 @@ public record Export() {
|
||||
}
|
||||
}
|
||||
|
||||
static record DictEntryDTO(ArrayList<Lemma> words, IntListDTO[][] pos) {
|
||||
record DictEntryDTO(ArrayList<Lemma> words, IntListDTO[][] pos) {
|
||||
|
||||
public DictEntryDTO(int L) {
|
||||
this(new ArrayList<>(), new IntListDTO[L][26]);
|
||||
|
||||
Reference in New Issue
Block a user