cf0582700181ba365672a2c287fc01686e3f2bbb
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public countResultsIOB2(doc List<? extends CoreMap>, entityTP Counter<String>, entityFP Counter<String>, entityFN Counter<String>, background String) : boolean from class edu.stanford.nlp.ie.AbstractSequenceClassifier to public countEntityResults(doc List<? extends CoreMap>, entityTP Counter<String>, entityFP Counter<String>, entityFN Counter<String>, background String) : boolean from class edu.stanford.nlp.sequences.IOBUtils | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type tokens : List<CoreLabel> to tokens : List<TOK> in method public entitySubclassify(tokens List<TOK>, key Class<? extends TypesafeMap.Key<String>>, backgroundLabel String, style String, intern boolean) : void in class edu.stanford.nlp.sequences.IOBUtils | From | To | |
| Move Method | 1 | ||
| Move Method public countResults(doc List<? extends CoreMap>, entityTP Counter<String>, entityFP Counter<String>, entityFN Counter<String>, background String) : boolean from class edu.stanford.nlp.ie.AbstractSequenceClassifier to public countResults(doc List<? extends CoreMap>, entityTP Counter<String>, entityFP Counter<String>, entityFN Counter<String>, background String) : boolean from class edu.stanford.nlp.patterns.surface.GetPatternsFromDataMultiClass | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type c : CoreLabel to c : TOK in method public entitySubclassify(tokens List<TOK>, key Class<? extends TypesafeMap.Key<String>>, backgroundLabel String, style String, intern boolean) : void in class edu.stanford.nlp.sequences.IOBUtils | From | To | |
| Change Variable Type paddedTokens : List<CoreLabel> to paddedTokens : List<TOK> in method public entitySubclassify(tokens List<TOK>, key Class<? extends TypesafeMap.Key<String>>, backgroundLabel String, style String, intern boolean) : void in class edu.stanford.nlp.sequences.IOBUtils | From | To | |
| Change Variable Type n : CoreLabel to n : TOK in method public entitySubclassify(tokens List<TOK>, key Class<? extends TypesafeMap.Key<String>>, backgroundLabel String, style String, intern boolean) : void in class edu.stanford.nlp.sequences.IOBUtils | From | To | |
| Change Variable Type p : CoreLabel to p : TOK in method public entitySubclassify(tokens List<TOK>, key Class<? extends TypesafeMap.Key<String>>, backgroundLabel String, style String, intern boolean) : void in class edu.stanford.nlp.sequences.IOBUtils | From | To |