We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7aaa2 commit f3ad0a7Copy full SHA for f3ad0a7
java/src/org/antlr/codebuff/Corpus.java
@@ -11,10 +11,9 @@
11
public class Corpus {
12
public static final int FEATURE_VECTOR_RANDOM_SEED = 314159; // need randomness but use same seed to get reproducibility
13
14
- public static final int NUM_DEPENDENT_VARS = 3;
+ public static final int NUM_DEPENDENT_VARS = 2;
15
public static final int INDEX_FEATURE_NEWLINES = 0;
16
- public static final int INDEX_FEATURE_WS = 1;
17
- public static final int INDEX_FEATURE_ALIGN_WITH_PREVIOUS = 2;
+ public static final int INDEX_FEATURE_ALIGN_WITH_PREVIOUS = 1;
18
19
List<InputDocument> documents; // an entry for each X
20
List<int[]> X;
0 commit comments