8c2a6c9cccf9cf0eacf3d402dbae2334f69ad0d3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable type : String to types : String[] in method private readEntries(annotatorName String, headerFields String[], annotationFieldnames String[], entries List<Entry>, seenRegexes TrieMap<String,Entry>, mappingFilename String, mapping BufferedReader, noDefaultOverwriteLabels Set<String>, ignoreCase boolean, verbose boolean) : List<Entry> in class edu.stanford.nlp.pipeline.TokensRegexNERAnnotator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute type : String to types : String[] in class edu.stanford.nlp.pipeline.TokensRegexNERAnnotator.Entry | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type type : String to types : String[] in method private readEntries(annotatorName String, headerFields String[], annotationFieldnames String[], entries List<Entry>, seenRegexes TrieMap<String,Entry>, mappingFilename String, mapping BufferedReader, noDefaultOverwriteLabels Set<String>, ignoreCase boolean, verbose boolean) : List<Entry> in class edu.stanford.nlp.pipeline.TokensRegexNERAnnotator | From | To | |
| Extract Variable | 1 | ||
| Extract Variable str : String in method private annotateMatched(tokens List<CoreLabel>) : void from class edu.stanford.nlp.pipeline.TokensRegexNERAnnotator | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type type : String to types : String[] in class edu.stanford.nlp.pipeline.TokensRegexNERAnnotator.Entry | From | To |