1cd337c9f271ca5aa475028920bb0a82dac45b16
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 57
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public abbreviate(origTag String) : String renamed to public convert(origTag String) : String in class edu.stanford.nlp.ie.NERBenchmarkSlowITest | From | To | |
Rename Method public evalDataset(dataset String) : HashMap<String,Double> renamed to public evalConll(dataset String) : HashMap<String,Double> in class edu.stanford.nlp.ie.NERBenchmarkSlowITest | From | To | |
Inline Method | 3 | ||
Inline Method private checkSentences(sentences List<List<CoreLabel>>, uncased RegexNERSequenceClassifier, expectedOutput String[]) : void inlined to public testCased() : void in class edu.stanford.nlp.ie.regexp.RegexNERSequenceClassifierTest | From | To | |
Inline Method private testOffsetsTextOriginalText(input String, beginOffsets int[], endOffsets int[], texts String[], originalTexts String[]) : void inlined to private testOffset(input String, beginOffsets int[], endOffsets int[]) : void in class edu.stanford.nlp.international.spanish.SpanishTokenizerITest | From | To | |
Inline Method private checkSentences(sentences List<List<CoreLabel>>, uncased RegexNERSequenceClassifier, expectedOutput String[]) : void inlined to public testUncased() : void in class edu.stanford.nlp.ie.regexp.RegexNERSequenceClassifierTest | From | To | |
Rename Variable | 2 | ||
Rename Variable outputFile : String to resultsFile : String in method public evalConll(dataset String) : HashMap<String,Double> in class edu.stanford.nlp.ie.NERBenchmarkSlowITest | From | To | |
Rename Variable predictPrefix : String to converted : String in method public convert(origTag String) : String in class edu.stanford.nlp.ie.NERBenchmarkSlowITest | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable outputFile : String to resultsFile : String in method public runEvalScript(resultsFile String) : String in class edu.stanford.nlp.ie.NERBenchmarkSlowITest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute nerAnnotator : NERCombinerAnnotator to ontoNERAnnotator : NERCombinerAnnotator in class edu.stanford.nlp.ie.NERBenchmarkSlowITest | From | To | |
Extract Method | 1 | ||
Extract Method public runEvalScript(resultsFile String) : String extracted from public evalDataset(dataset String) : HashMap<String,Double> in class edu.stanford.nlp.ie.NERBenchmarkSlowITest | From | To |