|
Rename Variable avgSentenceAccuracy : double to sentenceAccuracy : double in method public runPOSTest(sentences List<String>, pipeline StanfordCoreNLP, tokenAccuracyThreshold double, avgSentenceAccuracyThreshold double, language String) : void in class edu.stanford.nlp.pipeline.POSTaggerBenchmarkITest |
From |
To |
|
Rename Variable sentenceAccuraciesTotals : double to correctSentences : int in method public runPOSTest(sentences List<String>, pipeline StanfordCoreNLP, tokenAccuracyThreshold double, avgSentenceAccuracyThreshold double, language String) : void in class edu.stanford.nlp.pipeline.POSTaggerBenchmarkITest |
From |
To |
|
Rename Variable GERMAN_AVG_SENTENCE_ACCURACY : double to GERMAN_SENTENCE_ACCURACY : double in method public testGermanPOSModelAccuracy() : void in class edu.stanford.nlp.pipeline.POSTaggerBenchmarkITest |
From |
To |
|
Rename Variable ENGLISH_AVG_SENTENCE_ACCURACY : double to ENGLISH_SENTENCE_ACCURACY : double in method public testEnglishPOSModelAccuracy() : void in class edu.stanford.nlp.pipeline.POSTaggerBenchmarkITest |
From |
To |