Skip to content

Commit 259c2bf

Browse files
committed
Fix documentation bug
1 parent 5471324 commit 259c2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/parser/nndep/Util.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public static <T> List<T> getRandomSubList(List<T> input, int subsetSize)
135135
return input.subList(0, subsetSize);
136136
}
137137

138-
// TODO replace with GrammaticalStructure#readCoNLLGrammaticalStructureCollection
138+
// TODO replace with GrammaticalStructure#readCoNLLXGrammaticalStructureCollection
139139
public static void loadConllFile(String inFile, List<CoreMap> sents, List<DependencyTree> trees, boolean unlabeled, boolean cPOS)
140140
{
141141
CoreLabelTokenFactory tf = new CoreLabelTokenFactory(false);

0 commit comments

Comments
 (0)