We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65e0b2 commit 9f121c9Copy full SHA for 9f121c9
1 file changed
java/src/org/antlr/codebuff/Corpus.java
@@ -9,11 +9,10 @@
9
import java.util.Random;
10
11
public class Corpus {
12
- public static final int NUM_DEPENDENT_VARS = 4;
+ public static final int NUM_DEPENDENT_VARS = 3;
13
public static final int INDEX_FEATURE_NEWLINES = 0;
14
public static final int INDEX_FEATURE_WS = 1;
15
- public static final int INDEX_FEATURE_INDENT = 2;
16
- public static final int INDEX_FEATURE_ALIGN_WITH_PREVIOUS = 3;
+ public static final int INDEX_FEATURE_ALIGN_WITH_PREVIOUS = 2;
17
18
List<InputDocument> documents; // an entry for each X
19
List<int[]> X;
0 commit comments