cb046aebf972d4f4c0626a6283cbf2d3faf01222
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method public printSemanticGraph(sg SemanticGraph, unescapeParenthesis boolean) : String inlined to public printSemanticGraph(sg SemanticGraph) : String in class edu.stanford.nlp.trees.ud.CoNLLUDocumentWriter | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private featureAnnotator : UniversalDependenciesFeatureAnnotator from class edu.stanford.nlp.pipeline.UDFeatureAnnotator to private featureAnnotator : UniversalDependenciesFeatureAnnotator from class edu.stanford.nlp.pipeline.ParserAnnotator | From | To | |
| Inline Variable | 1 | ||
| Inline Variable word : String in method public printSemanticGraph(sg SemanticGraph, unescapeParenthesis boolean) : String from class edu.stanford.nlp.trees.ud.CoNLLUDocumentWriter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type vectors : Map<String,float[]> to vectors : WordVectors in class edu.stanford.nlp.hcoref.data.Dictionaries | From | To |