eb2b86ccc4ef04b8accba0bdb59bfe3317d0dd8e
Files Diff
- Added: 11
- Removed: 6
- Renamed: 0
- Modified: 17
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 | 2 | ||
| 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 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 |