introduce bitloops
This commit is contained in:
@@ -10,14 +10,11 @@ public final class DictDataL2 {
|
||||
static final int POS_LEN = 208;
|
||||
|
||||
private static long[] words() {
|
||||
return DictDataL2W0.DATA;
|
||||
return DictDataL2W0.get();
|
||||
}
|
||||
|
||||
private static long[] posFlat() {
|
||||
long[] out = new long[POS_LEN];
|
||||
int k = 0;
|
||||
k = copy(out, k, DictDataL2P0.DATA);
|
||||
return out;
|
||||
return DictDataL2P0.get();
|
||||
}
|
||||
|
||||
public static SwedishGenerator.DictEntry entry() {
|
||||
|
||||
Reference in New Issue
Block a user