|
Change Parameter Type matchResults : Map<Class,Object> to matchResults : Map<K,Object> in method protected match(token M, matchResults Map<K,Object>) : boolean in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern |
From |
To |
|
Change Parameter Type aggregators : Map<Class,CoreMapAttributeAggregator> to aggregator : CoreMapAggregator in method private extractAnnotation(sourceAnnotation CoreMap, aggregator CoreMapAggregator) : boolean in class edu.stanford.nlp.ling.tokensregex.MatchedExpression |
From |
To |
|
Change Parameter Type chunkAggregators : Map<Class,CoreMapAttributeAggregator> to aggregator : CoreMapAggregator in method protected extractAnnotation(source List<? extends CoreMap>, aggregator CoreMapAggregator) : boolean in class edu.stanford.nlp.ling.tokensregex.MatchedExpression |
From |
To |
|
Change Parameter Type token : CoreMap to token : M in method public match(token M) : boolean in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern |
From |
To |
|
Change Parameter Type token : CoreMap to token : M in method protected match(token M, matchResults Map<K,Object>) : boolean in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern |
From |
To |
|
Change Parameter Type c : Class to c : K in method public add(c K, pattern NodePattern) : void in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern |
From |
To |
|
Change Parameter Type token : CoreMap to token : M in method public matchWithResult(token M) : Object in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern |
From |
To |
|
Move Method protected match(token CoreMap, matchResults Map<Class,Object>) : boolean from class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern to protected match(token M, matchResults Map<K,Object>) : boolean from class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern |
From |
To |
|
Move Method public match(token CoreMap) : boolean from class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern to public match(token M) : boolean from class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern |
From |
To |
|
Move Method public matchWithResult(token CoreMap) : Object from class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern to public matchWithResult(token M) : Object from class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern |
From |
To |
|
Move Method public add(c Class, pattern NodePattern) : void from class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern to public add(c K, pattern NodePattern) : void from class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.StringAnnotationRegexPattern moved to edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.StringAnnotationRegexPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.StringInSetAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.StringInSetAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.IntegerAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.IntegerAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.NotNilAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.NotNilAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.NilAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.NilAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.StringAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.StringAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.AbstractStringAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.AbstractStringAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.NumericAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.NumericAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.SequenceRegexPattern moved to edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.SequenceRegexPattern |
From |
To |
|
Rename Variable valueExtractor : MatchedExpression.SingleAnnotationExtractor to annotationExtractor : MatchedExpression.SingleAnnotationExtractor in method protected updateExtractRule(r SequenceMatchRules.AnnotationExtractRule, env Env, extractor Function<CoreMap,Value>) : void in class edu.stanford.nlp.time.TimeFormatter.TimePatternExtractRuleCreator |
From |
To |
|
Rename Variable valueExtractor : MatchedExpression.SingleAnnotationExtractor to annotationExtractor : MatchedExpression.SingleAnnotationExtractor in method protected updateExtractRule(r AnnotationExtractRule, env Env, pattern TokenSequencePattern, action Expression, result Expression) : void in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CompositeExtractRuleCreator |
From |
To |
|
Rename Variable valueExtractor : MatchedExpression.SingleAnnotationExtractor to annotationExtractor : MatchedExpression.SingleAnnotationExtractor in method protected updateExtractRule(r SequenceMatchRules.AnnotationExtractRule, env Env, pattern Pattern, extractor Function<String,Value>) : void in class edu.stanford.nlp.time.TimeFormatter.TimePatternExtractRuleCreator |
From |
To |
|
Rename Variable type : String to types : String[] in method private readEntries(annotatorName String, headerFields String[], annotationFieldnames String[], entries List<Entry>, seenRegexes TrieMap<String,Entry>, mappingFilename String, mapping BufferedReader, noDefaultOverwriteLabels Set<String>, ignoreCase boolean, verbose boolean) : List<Entry> in class edu.stanford.nlp.pipeline.TokensRegexNERAnnotator |
From |
To |
|
Rename Variable valueExtractor : MatchedExpression.SingleAnnotationExtractor to annotationExtractor : MatchedExpression.SingleAnnotationExtractor in method protected updateExtractRule(r AnnotationExtractRule, env Env, pattern MultiPatternMatcher<CoreMap>, action Expression, result Expression) : void in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.MultiTokenPatternExtractRuleCreator |
From |
To |
|
Rename Variable t : CoreMap to cm : CoreMap in method public getTokenText(tokens List<? extends CoreMap>, tokenTextKey Class, delimiter String) : String in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils |
From |
To |
|
Rename Variable valueExtractor : MatchedExpression.SingleAnnotationExtractor to annotationExtractor : MatchedExpression.SingleAnnotationExtractor in method protected updateExtractRule(r AnnotationExtractRule, env Env, pattern TokenSequencePattern, action Expression, result Expression) : void in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.TokenPatternExtractRuleCreator |
From |
To |
|
Rename Variable valueExtractor : MatchedExpression.SingleAnnotationExtractor to annotationExtractor : MatchedExpression.SingleAnnotationExtractor in method protected updateExtractRule(r AnnotationExtractRule, env Env, expr String, action Expression, result Expression) : void in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.TextPatternExtractRuleCreator |
From |
To |
|
Rename Variable valueExtractor : MatchedExpression.SingleAnnotationExtractor to extractor : MatchedExpression.SingleAnnotationExtractor in method public createAnnotationExtractor(env Env, r AnnotationExtractRule) : MatchedExpression.SingleAnnotationExtractor in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules |
From |
To |