|
Change Variable Type key : Integer to key : String in method public toExtraDepsString(extraDeps HashMap<String,String>) : String in class edu.stanford.nlp.trees.ud.CoNLLUUtils |
From |
To |
|
Change Variable Type sortedKeys : List<Integer> to sortedKeys : List<String> in method public toExtraDepsString(extraDeps HashMap<String,String>) : String in class edu.stanford.nlp.trees.ud.CoNLLUUtils |
From |
To |
|
Change Variable Type enhancedDependencies : HashMap<Integer,String> to enhancedDependencies : HashMap<String,String> in method public printSemanticGraph(sg SemanticGraph, unescapeParenthesis boolean) : String in class edu.stanford.nlp.trees.ud.CoNLLUDocumentWriter |
From |
To |