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 873b136 commit 638216cCopy full SHA for 638216c
src/edu/stanford/nlp/trees/ud/CoNLLUUtils.java
@@ -65,7 +65,7 @@ public static String toExtraDepsString(HashMap<String,String> extraDeps) {
65
66
67
public static class DepIndexComparator implements Comparator<String> {
68
-
+ // TODO FIXME: technically this doesn't work in the case of 10 or more extra nodes
69
@Override
70
public int compare(String depIndex1, String depIndex2) {
71
return Float.valueOf(depIndex1).compareTo(Float.valueOf(depIndex2));
0 commit comments