b1e5c9c05d6aecbd2a1d7e03ecfbd93ee7d121fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type trees : List<ScoredObject<Tree>> to trees : List<Tree> in method public fillInParseAnnotations(verbose boolean, buildGraphs boolean, gsf GrammaticalStructureFactory, sentence CoreMap, trees List<Tree>, extras GrammaticalStructure.Extras) : void in class edu.stanford.nlp.pipeline.ParserAnnotatorUtils | From | To | |
Change Return Type | 2 | ||
Change Return Type Class<List<ScoredObject<Tree>>> to Class<List<Tree>> in method public getType() : Class<List<Tree>> in class edu.stanford.nlp.trees.TreeCoreAnnotations.KBestTreesAnnotation | From | To | |
Change Return Type List<ScoredObject<Tree>> to List<Tree> in method private doOneSentence(constraints List<ParserConstraint>, words List<CoreLabel>) : List<Tree> in class edu.stanford.nlp.pipeline.ParserAnnotator | From | To | |
Change Variable Type | 3 | ||
Change Variable Type trees : List<ScoredObject<Tree>> to trees : List<Tree> in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.CharniakParserAnnotator | From | To | |
Change Variable Type trees : List<ScoredObject<Tree>> to trees : List<Tree> in method protected doOneSentence(annotation Annotation, sentence CoreMap) : void in class edu.stanford.nlp.pipeline.ParserAnnotator | From | To | |
Change Variable Type trees : List<ScoredObject<Tree>> to trees : List<Tree> in method public doOneFailedSentence(annotation Annotation, sentence CoreMap) : void in class edu.stanford.nlp.pipeline.ParserAnnotator | From | To |