3fd163a497a500641ca7a4445c7acaf662812643
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private backoffEdgeProbability(edgeRel String) : double renamed to public deletionProbability(edgeType String) : double in class edu.stanford.nlp.naturalli.NaturalLogicWeights | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private search(sentenceOrNull List<CoreLabel>, originalTree SemanticGraph, indexToMaskIndex byte[]) : List<SearchResult> from class edu.stanford.nlp.naturalli.OpenIE to private searchImplementation() : List<SearchResult> from class edu.stanford.nlp.naturalli.ForwardEntailerSearchProblem | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type featurizer : Optional<Function<Triple<ClauseSearcher.State,ClauseSearcher.Action,ClauseSearcher.State>,Counter<String>>> to featurizer : Optional<Function<Triple<ClauseSplitterSearchProblem.State,ClauseSplitterSearchProblem.Action,ClauseSplitterSearchProblem.State>,Counter<String>>> in method protected ClauseSplitterSearchProblem(tree SemanticGraph, isClauseClassifier Optional<Classifier<Boolean,String>>, featurizer Optional<Function<Triple<ClauseSplitterSearchProblem.State,ClauseSplitterSearchProblem.Action,ClauseSplitterSearchProblem.State>,Counter<String>>>) in class edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem | From | To | |
Move Method | 1 | ||
Move Method private aggregateDeletedEdges(state SearchState, justDeleted Iterable<SemanticGraphEdge>, otherEdges Iterable<String>) : List<String> from class edu.stanford.nlp.naturalli.OpenIE to private aggregateDeletedEdges(state SearchState, justDeleted Iterable<SemanticGraphEdge>, otherEdges Iterable<String>) : List<String> from class edu.stanford.nlp.naturalli.ForwardEntailerSearchProblem | From | To | |
Rename Class | 1 | ||
Rename Class edu.stanford.nlp.naturalli.ClauseSearcher renamed to edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem | From | To | |
Move Class | 2 | ||
Move Class edu.stanford.nlp.naturalli.OpenIE.SearchResult moved to edu.stanford.nlp.naturalli.ForwardEntailerSearchProblem.SearchResult | From | To | |
Move Class edu.stanford.nlp.naturalli.OpenIE.SearchState moved to edu.stanford.nlp.naturalli.ForwardEntailerSearchProblem.SearchState | From | To | |
Rename Attribute | 1 | ||
Rename Attribute WEIGHTS : NaturalLogicWeights to weights : NaturalLogicWeights in class edu.stanford.nlp.naturalli.OpenIE | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type featurizer : Optional<Function<Triple<ClauseSearcher.State,ClauseSearcher.Action,ClauseSearcher.State>,Counter<String>>> to featurizer : Optional<Function<Triple<ClauseSplitterSearchProblem.State,ClauseSplitterSearchProblem.Action,ClauseSplitterSearchProblem.State>,Counter<String>>> in class edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem | From | To | |
Rename Parameter | 1 | ||
Rename Parameter edgeRel : String to edgeType : String in method public deletionProbability(edgeType String) : double in class edu.stanford.nlp.naturalli.NaturalLogicWeights | From | To |