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 8036ba1 commit 7a7aaa2Copy full SHA for 7a7aaa2
java/src/org/antlr/codebuff/Corpus.java
@@ -19,7 +19,7 @@ public class Corpus {
19
List<InputDocument> documents; // an entry for each X
20
List<int[]> X;
21
List<Integer> injectWhitespace;
22
- List<Integer> align; // steps to common ancestor whose first token is alignment anchor
+ List<Integer> align;
23
24
/** an index to narrow down the number of vectors we compute distance() on each classification.
25
* The key is (previous token's rule index, current token's rule index). It yields
0 commit comments