Skip to content

Commit 638216c

Browse files
committed
Mark a bug
1 parent 873b136 commit 638216c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/trees/ud/CoNLLUUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static String toExtraDepsString(HashMap<String,String> extraDeps) {
6565

6666

6767
public static class DepIndexComparator implements Comparator<String> {
68-
68+
// TODO FIXME: technically this doesn't work in the case of 10 or more extra nodes
6969
@Override
7070
public int compare(String depIndex1, String depIndex2) {
7171
return Float.valueOf(depIndex1).compareTo(Float.valueOf(depIndex2));

0 commit comments

Comments
 (0)