|
Change Return Type List<Pair<Integer,Integer>> to Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in method public recursiveQuotes(text String, offset int, prevQuote String) : Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in class edu.stanford.nlp.pipeline.QuoteAnnotator |
From |
To |
|
Change Return Type List<Pair<Integer,Integer>> to Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in method public getQuotes(text String) : Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in class edu.stanford.nlp.pipeline.QuoteAnnotator |
From |
To |
|
Change Return Type void to Pair<Double,Double> in method public testClassifier(testFile String) : Pair<Double,Double> in class edu.stanford.nlp.classify.ColumnDataClassifier |
From |
To |
|
Change Return Type Flags[] to Pair<Flags[],Classifier<String,String>> in method private setProperties(props Properties) : Pair<Flags[],Classifier<String,String>> in class edu.stanford.nlp.classify.ColumnDataClassifier |
From |
To |
|
Parameterize Variable cmQuotesAscii : List<CoreMap> to quotes : List<CoreMap> in method private setAnnotations(annotation Annotation, quotes List<CoreMap>, unclosed List<CoreMap>, message String) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator |
From |
To |
|
Parameterize Variable cmQuotesUnicode : List<CoreMap> to quotes : List<CoreMap> in method private setAnnotations(annotation Annotation, quotes List<CoreMap>, unclosed List<CoreMap>, message String) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator |
From |
To |
|
Parameterize Variable loadPath : String to path : String in method private loadClassifier(path String) : Pair<Flags[],Classifier<String,String>> in class edu.stanford.nlp.classify.ColumnDataClassifier |
From |
To |
|
Change Variable Type overall : List<Pair<Integer,Integer>> to overall : Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator |
From |
To |
|
Change Variable Type terms : List<StringBuilder> to terms : List<String> in method public decodeArray(encoded String) : String[] in class edu.stanford.nlp.util.StringUtils |
From |
To |
|
Change Variable Type embedded : List<Pair<Integer,Integer>> to embedded : Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in method public recursiveQuotes(text String, offset int, prevQuote String) : Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in class edu.stanford.nlp.pipeline.QuoteAnnotator |
From |
To |