|
Move Method public dependenciesToString(gs GrammaticalStructure, deps Collection<TypedDependency>, tree Tree, conllx boolean, extraSep boolean, convertToUPOS boolean) : String from class edu.stanford.nlp.trees.GrammaticalStructureConversionUtils to public dependenciesToString(gs GrammaticalStructure, deps Collection<TypedDependency>, tree Tree, conllx boolean, extraSep boolean) : String from class edu.stanford.nlp.trees.GrammaticalStructure |
From |
To |
|
Move Method public printDependencies(gs GrammaticalStructure, deps Collection<TypedDependency>, tree Tree, conllx boolean, extraSep boolean, convertToUPOS boolean) : void from class edu.stanford.nlp.trees.GrammaticalStructureConversionUtils to public printDependencies(gs GrammaticalStructure, deps Collection<TypedDependency>, tree Tree, conllx boolean, extraSep boolean) : void from class edu.stanford.nlp.trees.GrammaticalStructure |
From |
To |
|
Move Method private toStringIndex(td TypedDependency, indexToPos Map<Integer,Integer>) : String from class edu.stanford.nlp.trees.GrammaticalStructureConversionUtils to private toStringIndex(td TypedDependency, indexToPos Map<Integer,Integer>) : String from class edu.stanford.nlp.trees.GrammaticalStructure |
From |
To |
|
Move Method private loadAlternateDependencyReader(altDepReaderName String) : DependencyReader from class edu.stanford.nlp.trees.GrammaticalStructureConversionUtils to private loadAlternateDependencyReader(altDepReaderName String) : DependencyReader from class edu.stanford.nlp.trees.GrammaticalStructure |
From |
To |
|
Move Method public dependenciesToCoNLLXString(gs GrammaticalStructure, sentence CoreMap) : String from class edu.stanford.nlp.trees.GrammaticalStructureConversionUtils to public dependenciesToCoNLLXString(gs GrammaticalStructure, sentence CoreMap) : String from class edu.stanford.nlp.trees.GrammaticalStructure |
From |
To |
|
Move Method private parseClassConstructArgs(namePlusArgs String) : String[] from class edu.stanford.nlp.trees.GrammaticalStructureConversionUtils to private parseClassConstructArgs(namePlusArgs String) : String[] from class edu.stanford.nlp.trees.GrammaticalStructure |
From |
To |
|
Move Method public dependenciesToCoNLLXString(deps Collection<TypedDependency>, sentence CoreMap) : String from class edu.stanford.nlp.trees.GrammaticalStructureConversionUtils to public dependenciesToCoNLLXString(deps Collection<TypedDependency>, sentence CoreMap) : String from class edu.stanford.nlp.trees.GrammaticalStructure |
From |
To |
|
Move Method private loadAlternateDependencyPrinter(altDepPrinterName String) : DependencyPrinter from class edu.stanford.nlp.trees.GrammaticalStructureConversionUtils to private loadAlternateDependencyPrinter(altDepPrinterName String) : DependencyPrinter from class edu.stanford.nlp.trees.GrammaticalStructure |
From |
To |
|
Move Method private loadParser(parserFile String, parserOptions String, makeCopulaHead boolean) : Function<List<? extends HasWord>,Tree> from class edu.stanford.nlp.trees.GrammaticalStructureConversionUtils to private loadParser(parserFile String, parserOptions String, makeCopulaHead boolean) : Function<List<? extends HasWord>,Tree> from class edu.stanford.nlp.trees.GrammaticalStructure |
From |
To |