fc8ef127fa2a8196b8a75cc6c30d5990069a48a6
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable is : InputStream to detectorReader : BufferedReader in method private readDict(filename String) : Map<String,Set<String>> in class edu.stanford.nlp.wordseg.CorpusChar | From | To | |
Rename Class | 1 | ||
Rename Class edu.stanford.nlp.wordseg.affDict renamed to edu.stanford.nlp.wordseg.AffixDictionary | From | To | |
Change Variable Type | 1 | ||
Change Variable Type is : InputStream to detectorReader : BufferedReader in method private readDict(filename String) : Map<String,Set<String>> in class edu.stanford.nlp.wordseg.CorpusChar | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type aD : affDict to aD : AffixDictionary in class edu.stanford.nlp.wordseg.TagAffixDetector | From | To |