|
Change Parameter Type aggregator : CoreMapAggregator to chunkAggregators : Map<Class,CoreMapAttributeAggregator> in method protected extractAnnotation(source List<? extends CoreMap>, chunkAggregators Map<Class,CoreMapAttributeAggregator>) : boolean in class edu.stanford.nlp.ling.tokensregex.MatchedExpression |
From |
To |
|
Change Parameter Type token : M to token : CoreMap in method public match(token CoreMap) : boolean in class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Change Parameter Type token : M to token : CoreMap in method public matchWithResult(token CoreMap) : Object in class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Change Parameter Type matchResults : Map<K,Object> to matchResults : Map<Class,Object> in method protected match(token CoreMap, matchResults Map<Class,Object>) : boolean in class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Change Parameter Type token : M to token : CoreMap in method protected match(token CoreMap, matchResults Map<Class,Object>) : boolean in class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Change Parameter Type aggregator : CoreMapAggregator to aggregators : Map<Class,CoreMapAttributeAggregator> in method private extractAnnotation(sourceAnnotation CoreMap, aggregators Map<Class,CoreMapAttributeAggregator>) : boolean in class edu.stanford.nlp.ling.tokensregex.MatchedExpression |
From |
To |
|
Change Parameter Type c : K to c : Class in method public add(c Class, pattern NodePattern) : void in class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Move Method public matchWithResult(token M) : Object from class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern to public matchWithResult(token CoreMap) : Object from class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Move Method public match(token M) : boolean from class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern to public match(token CoreMap) : boolean from class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Move Method protected match(token M, matchResults Map<K,Object>) : boolean from class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern to protected match(token CoreMap, matchResults Map<Class,Object>) : boolean from class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Move Method public add(c K, pattern NodePattern) : void from class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern to public add(c Class, pattern NodePattern) : void from class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Move Method public newStringRegexPattern(regex String, flags int) : NodePattern<String> from class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern to public newStringRegexPattern(regex String, flags int) : NodePattern<String> from class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Move Method public toString() : String from class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern to public toString() : String from class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.SequenceRegexPattern moved to edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.SequenceRegexPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.NotNilAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.NotNilAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.IntegerAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.IntegerAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.StringInSetAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.StringInSetAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.StringAnnotationRegexPattern moved to edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.StringAnnotationRegexPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.AbstractStringAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.AbstractStringAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.StringAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.StringAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.loglinear.CoNLLBenchmark moved to edu.stanford.nlp.loglinear.learning.CoNLLBenchmark |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.NilAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.NilAnnotationPattern |
From |
To |
|
Move Class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.NumericAnnotationPattern moved to edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.NumericAnnotationPattern |
From |
To |
|
Rename Variable cm : CoreMap to t : 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 annotationExtractor : MatchedExpression.SingleAnnotationExtractor to valueExtractor : 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 extractor : MatchedExpression.SingleAnnotationExtractor to valueExtractor : MatchedExpression.SingleAnnotationExtractor in method public createAnnotationExtractor(env Env, r AnnotationExtractRule) : MatchedExpression.SingleAnnotationExtractor in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules |
From |
To |
|
Rename Variable annotationExtractor : MatchedExpression.SingleAnnotationExtractor to valueExtractor : 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 annotationExtractor : MatchedExpression.SingleAnnotationExtractor to valueExtractor : 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 annotationExtractor : MatchedExpression.SingleAnnotationExtractor to valueExtractor : 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 annotationExtractor : MatchedExpression.SingleAnnotationExtractor to valueExtractor : 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 annotationExtractor : MatchedExpression.SingleAnnotationExtractor to valueExtractor : 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 |