4816ccd0317ab7a94b2a49bce93feaf32e40cd61
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable englishPipeline : StanfordCoreNLP to pipeline : StanfordCoreNLP in method public runPOSTest(sentences List<String>, pipeline StanfordCoreNLP, tokenAccuracyThreshold double, avgSentenceAccuracyThreshold double) : void in class edu.stanford.nlp.pipeline.POSTaggerBenchmarkITest | From | To | |
Extract Method | 1 | ||
Extract Method public runPOSTest(sentences List<String>, pipeline StanfordCoreNLP, tokenAccuracyThreshold double, avgSentenceAccuracyThreshold double) : void extracted from public testEnglishPOSModelAccuracy() : void in class edu.stanford.nlp.pipeline.POSTaggerBenchmarkITest | From | To |