8ad088fd35a64964fc3f0c7e85b5f25e8ff9f285
Files Diff
- Added: 6
- Removed: 11
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public maxTrainExamplesPerDocument(props Properties) : int renamed to public minTrainExamplesPerDocument(props Properties) : int in class edu.stanford.nlp.coref.statistical.StatisticalCorefProperties | From | To | |
| Rename Variable | 1 | ||
| Rename Variable sentences : JsonArrayBuilder to sentenceBuilder : JsonArrayBuilder in method public process(id int, document Document) : void in class edu.stanford.nlp.coref.neural.NeuralCorefDataExporter | From | To | |
| Inline Method | 2 | ||
| Inline Method private getSentenceArray(sentence List<CoreLabel>) : JsonArray inlined to public process(id int, document Document) : void in class edu.stanford.nlp.coref.neural.NeuralCorefDataExporter | From | To |