5db2d34ceed6b2453ef8c3268d77a617ef514b7e
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 29
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 4 | ||
Move Method private initLexicon(path String) : Map<String,String> from class edu.stanford.nlp.tagger.maxent.ExtractorDistsim to package initLexicon(path String) : Distsim from class edu.stanford.nlp.tagger.maxent.Distsim | From | To | |
Move Method public getDependents(t TreeGraphNode) : Set<TreeGraphNode> from class edu.stanford.nlp.trees.GrammaticalStructure to public getDependents() : Set<TreeGraphNode> from class edu.stanford.nlp.trees.TreeGraphNode | From | To | |
Move Method public getNodeInRelation(t TreeGraphNode, r GrammaticalRelation) : TreeGraphNode from class edu.stanford.nlp.trees.GrammaticalStructure to public getNodeInRelation(r GrammaticalRelation) : TreeGraphNode from class edu.stanford.nlp.trees.TreeGraphNode | From | To | |
Move Method public getGovernor(t TreeGraphNode) : TreeGraphNode from class edu.stanford.nlp.trees.GrammaticalStructure to public getGovernor() : TreeGraphNode from class edu.stanford.nlp.trees.TreeGraphNode | From | To | |
Rename Variable | 1 | ||
Rename Variable filteredChildren : Tree[] to tmpFilteredChildren : Tree[] in method protected determineNonTrivialHead(t Tree, parent Tree) : Tree in class edu.stanford.nlp.trees.SemanticHeadFinder | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,String> to Distsim in method package initLexicon(path String) : Distsim in class edu.stanford.nlp.tagger.maxent.Distsim | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private defaultFeatureFactory : String in class edu.stanford.nlp.international.arabic.process.ArabicSegmenter | From | To | |
Extract Attribute private optFeatureFactory : String in class edu.stanford.nlp.international.arabic.process.ArabicSegmenter | From | To | |
Move Class | 1 | ||
Move Class edu.stanford.nlp.tagger.maxent.ExtractorDistsim.ExtractorDistsimConjunction moved to edu.stanford.nlp.tagger.maxent.ExtractorDistsimConjunction | From | To | |
Extract Variable | 1 | ||
Extract Variable cl : CoreLabel in method public StringToIOB(tokenList List<CoreLabel>, segMarker Character, applyRewriteRules boolean) : List<CoreLabel> from class edu.stanford.nlp.international.arabic.process.IOBUtils | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type lexicon : Map<String,String> to lexicon : Distsim in class edu.stanford.nlp.tagger.maxent.ExtractorDistsimConjunction | From | To | |
Change Attribute Type lexicon : Map<String,String> to lexicon : Distsim in class edu.stanford.nlp.tagger.maxent.ExtractorDistsim | From | To | |
Extract Method | 1 | ||
Extract Method private IOBToString(labeledSequence List<CoreLabel>, prefixMarker String, suffixMarker String, addSpace boolean, applyRewrites boolean) : String extracted from public IOBToString(labeledSequence List<CoreLabel>, prefixMarker String, suffixMarker String) : String in class edu.stanford.nlp.international.arabic.process.IOBUtils | From | To |