578ffe4c63ed979b8c0d9a90c5831b6e9181c880
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private testTagSet3(lexParsers String[], maxentTaggers String[], srParsers String[]) : void renamed to private testTagSet4(lexParsers String[], maxentTaggers String[], srParsers String[], nnDepParsers String[]) : void in class edu.stanford.nlp.pipeline.TaggerParserPosTagCompatibilityITest | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable pos : String to word : String in method private writeEmbedding(doubles double[], output Writer, index int, word String) : int in class edu.stanford.nlp.parser.nndep.DependencyParser | From | To | |
| Parameterize Variable label : String to word : String in method private writeEmbedding(doubles double[], output Writer, index int, word String) : int in class edu.stanford.nlp.parser.nndep.DependencyParser | From | To | |
| Extract Method | 3 | ||
| Extract Method private writeEmbedding(doubles double[], output Writer, index int, word String) : int extracted from public writeModelFile(modelFile String) : void in class edu.stanford.nlp.parser.nndep.DependencyParser | From | To |