031d9deaf78342e770494722b3061acd261c263e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable labelProbMap : HashMap<String,Double> to entityLabelProbVals : HashMap<String,Double> in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To | |
| Rename Variable minTokenProb : double to labelProbsForToken : HashMap<String,Double> in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type minTokenProb : double to labelProbsForToken : HashMap<String,Double> in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To |