|
Change Variable Type tok : CoreLabel to tok : IndexedWord in method public process(id long, doc Annotation) : void in class edu.stanford.nlp.naturalli.CreateClauseDataset |
From |
To |
|
Change Variable Type subjectSpan : Optional<List<CoreLabel>> to subjectSpan : Optional<List<IndexedWord>> in method private segmentACL(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type adverbChunk : Optional<List<CoreLabel>> to adverbChunk : Optional<List<IndexedWord>> in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type objectTokens : List<CoreLabel> to objectTokens : List<IndexedWord> in method public extract(parse SemanticGraph, tokens List<CoreLabel>) : List<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type relationSpan : List<CoreLabel> to relationSpan : List<IndexedWord> in method private segmentACL(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type subjectSpan : Optional<List<CoreLabel>> to subjectSpan : Optional<List<IndexedWord>> in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type relationTokens : LinkedList<CoreLabel> to relationTokens : LinkedList<IndexedWord> in method public extract(parse SemanticGraph, tokens List<CoreLabel>) : List<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type maybeObjSpan : Optional<List<CoreLabel>> to maybeObjSpan : Optional<List<IndexedWord>> in method private segmentACL(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type adverbialModifiers : Set<CoreLabel> to adverbialModifiers : Set<IndexedWord> in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type word : CoreLabel to word : HasIndex in method private toSpan(chunk List<? extends HasIndex>) : Span in class edu.stanford.nlp.naturalli.CreateClauseDataset |
From |
To |
|
Change Variable Type relObjSpan : Optional<List<CoreLabel>> to relObjSpan : Optional<List<IndexedWord>> in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type verbChunk : Optional<List<CoreLabel>> to verbChunk : Optional<List<IndexedWord>> in method private subjectObjectPairs(depparse SemanticGraph, tokens List<CoreLabel>, traceTargets Map<Integer,Span>, traceSources Map<Integer,Integer>) : Collection<Pair<Span,Span>> in class edu.stanford.nlp.naturalli.CreateClauseDataset |
From |
To |
|
Change Variable Type token : CoreLabel to token : IndexedWord in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type word : CoreLabel to word : IndexedWord in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type token : CoreLabel to token : HasIndex in method public tokensToSpan(tokens List<? extends HasIndex>) : Span in class edu.stanford.nlp.naturalli.Util |
From |
To |
|
Change Variable Type objectSpan : Optional<List<CoreLabel>> to objectSpan : Optional<List<IndexedWord>> in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type relation : List<CoreLabel> to relation : List<IndexedWord> in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type chunk : PriorityQueue<CoreLabel> to chunk : PriorityQueue<IndexedWord> in method protected getValidChunk(parse SemanticGraph, originalRoot IndexedWord, validArcs Set<String>, ignoredArc Optional<String>, allowExtraArcs boolean) : Optional<List<IndexedWord>> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type chunk : Optional<List<CoreLabel>> to chunk : Optional<List<IndexedWord>> in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type subjectChunk : Optional<List<CoreLabel>> to subjectChunk : Optional<List<IndexedWord>> in method public process(id long, doc Annotation) : void in class edu.stanford.nlp.naturalli.CreateClauseDataset |
From |
To |
|
Change Variable Type subjectTokens : List<CoreLabel> to subjectTokens : List<IndexedWord> in method public extract(parse SemanticGraph, tokens List<CoreLabel>) : List<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type prepChunk : List<CoreLabel> to prepChunk : List<IndexedWord> in method public extract(parse SemanticGraph, tokens List<CoreLabel>) : List<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type ppSpan : List<CoreLabel> to ppSpan : List<IndexedWord> in method private segmentACL(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type pp : Optional<CoreLabel> to pp : Optional<IndexedWord> in method private segmentACL(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type verbChunk : PriorityQueue<CoreLabel> to verbChunk : PriorityQueue<IndexedWord> in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type objectChunk : Optional<List<CoreLabel>> to objectChunk : Optional<List<IndexedWord>> in method private subjectObjectPairs(depparse SemanticGraph, tokens List<CoreLabel>, traceTargets Map<Integer,Span>, traceSources Map<Integer,Integer>) : Collection<Pair<Span,Span>> in class edu.stanford.nlp.naturalli.CreateClauseDataset |
From |
To |
|
Change Variable Type subjectChunk : Optional<List<CoreLabel>> to subjectChunk : Optional<List<IndexedWord>> in method private subjectObjectPairs(depparse SemanticGraph, tokens List<CoreLabel>, traceTargets Map<Integer,Span>, traceSources Map<Integer,Integer>) : Collection<Pair<Span,Span>> in class edu.stanford.nlp.naturalli.CreateClauseDataset |
From |
To |
|
Change Variable Type advSpan : Optional<List<CoreLabel>> to advSpan : Optional<List<IndexedWord>> in method private segmentACL(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type maybePPSpan : Optional<List<CoreLabel>> to maybePPSpan : Optional<List<IndexedWord>> in method private segmentACL(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |
|
Change Variable Type objectSpan : List<CoreLabel> to objectSpan : List<IndexedWord> in method private segmentACL(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> in class edu.stanford.nlp.naturalli.RelationTripleSegmenter |
From |
To |