a0f75f794d53f3aa23fe8d4b843f6ade5f75c7bc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable tokenList : List<CoreLabel> to labeledSequence : List<CoreLabel> in method public segmentString(line String) : String in class edu.stanford.nlp.international.arabic.process.ArabicSegmenter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type segmenter : WordSegmenter to segmenter : ArabicSegmenter in class edu.stanford.nlp.pipeline.ArabicSegmenterAnnotator | From | To | |
| Extract Method | 3 | ||
| Extract Method private segmentStringToIOB(line String) : List<CoreLabel> extracted from public segmentString(line String) : String in class edu.stanford.nlp.international.arabic.process.ArabicSegmenter | From | To | |
| Extract Method public StringToIOB(tokenList List<CoreLabel>, segMarker Character, applyRewriteRules boolean, stripRewrites boolean, tf TokenizerFactory<CoreLabel>, origText String) : List<CoreLabel> extracted from public StringToIOB(tokenList List<CoreLabel>, segMarker Character, applyRewriteRules boolean, stripRewrites boolean) : List<CoreLabel> in class edu.stanford.nlp.international.arabic.process.IOBUtils | From | To | |
| Extract Method private createDatum(cl CoreLabel, token String, label String, startOffset int, endOffset int) : CoreLabel extracted from private createDatum(cl CoreLabel, token String, label String) : CoreLabel in class edu.stanford.nlp.international.arabic.process.IOBUtils | From | To |