7982e763c313f715715566ff3ce2a394d586f0de
Files Diff
- Added: 11
- Removed: 6
- Renamed: 0
- Modified: 23
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public minTrainExamplesPerDocument(props Properties) : int renamed to public maxTrainExamplesPerDocument(props Properties) : int in class edu.stanford.nlp.coref.statistical.StatisticalCorefProperties | From | To | |
| Extract Variable | 3 | ||
| Extract Variable precision : double in method public process(id int, document Document) : void from class edu.stanford.nlp.coref.misc.MentionDetectionEvaluator | From | To | |
| Extract Variable defaultParserPath : String in method public StanfordCoreNLPServer() from class edu.stanford.nlp.pipeline.StanfordCoreNLPServer | From | To | |
| Extract Variable recall : double in method public process(id int, document Document) : void from class edu.stanford.nlp.coref.misc.MentionDetectionEvaluator | From | To | |
| Extract Method | 1 | ||
| Extract Method private getSentenceArray(sentence List<CoreLabel>) : JsonArray extracted from public process(id int, document Document) : void in class edu.stanford.nlp.coref.neural.NeuralCorefDataExporter | From | To |