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 e5dc7d9 commit 429688dCopy full SHA for 429688d
src/edu/stanford/nlp/pipeline/CoNLLUReader.java
@@ -22,6 +22,8 @@ public class CoNLLUReader {
22
/**
23
* field constants
24
**/
25
+ // TODO: we should handle field 8, DEPS, for an enhanced dependencies
26
+ // doing that requires processing the empty nodes somehow
27
public static final int CoNLLU_IndexField = 0;
28
public static final int CoNLLU_WordField = 1;
29
public static final int CoNLLU_LemmaField = 2;
0 commit comments