dde26237623e82faa68ec8890f9b39a3bb63d5d7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 49
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type pattern : SequencePattern<CoreMap> to pattern : SequencePattern in method public TokenSequenceMatcher(pattern SequencePattern, tokens List<? extends CoreMap>) in class edu.stanford.nlp.ling.tokensregex.TokenSequenceMatcher | From | To | |
Rename Variable | 1 | ||
Rename Variable stringPairEntry : Map.Entry<String,Pair<Pattern,String>> to v : String in method public expandStringRegex(regex String) : String in class edu.stanford.nlp.ling.tokensregex.Env | From | To | |
Inline Method | 3 | ||
Inline Method private runSpanish(tf TokenizerFactory<CoreLabel>, inputs String[], gold String[][]) : void inlined to public testSpanishTokenizerWord() : void in class edu.stanford.nlp.international.spanish.SpanishTokenizerITest | From | To | |
Inline Method private runTest(input String, expected String[], sentenceFinalPuncWords String[], whitespaceTokenize boolean) : void inlined to public testWhitespaceTokenization() : void in class edu.stanford.nlp.process.DocumentPreprocessorTest | From | To | |
Inline Method private runTest(input String, expected String[], sentenceFinalPuncWords String[], whitespaceTokenize boolean) : void inlined to public testSetSentencePunctWords() : void in class edu.stanford.nlp.process.DocumentPreprocessorTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute spanishGold : String[][] to ptbGold : String[][] in class edu.stanford.nlp.international.spanish.SpanishTokenizerITest | From | To | |
Rename Attribute spanishInputs : String[] to ptbInputs : String[] in class edu.stanford.nlp.international.spanish.SpanishTokenizerITest | From | To | |
Change Variable Type | 3 | ||
Change Variable Type results : List<String> to results : ArrayList<String> in method public testWhitespaceTokenization() : void in class edu.stanford.nlp.process.DocumentPreprocessorTest | From | To | |
Change Variable Type results : List<String> to results : ArrayList<String> in method public testSetSentencePunctWords() : void in class edu.stanford.nlp.process.DocumentPreprocessorTest | From | To | |
Change Variable Type stringPairEntry : Map.Entry<String,Pair<Pattern,String>> to v : String in method public expandStringRegex(regex String) : String in class edu.stanford.nlp.ling.tokensregex.Env | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type srparser : Lazy<ShiftReduceParser> to srparser : ShiftReduceParser in class edu.stanford.nlp.parser.server.LexicalizedParserServerITest | From | To |