00f82634bd97437d530a6fbc06ebda0c5e292bcd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 2 | ||
Rename Attribute PATTERNS : List<SemgrexPattern> to VERB_PATTERNS : List<SemgrexPattern> in class edu.stanford.nlp.ie.util.RelationTriple | From | To | |
Rename Attribute PATTERN_HITS : Counter<SemgrexPattern> to VERB_PATTERN_HITS : Counter<SemgrexPattern> in class edu.stanford.nlp.ie.util.RelationTriple | From | To | |
Extract Method | 1 | ||
Extract Method protected mkExtraction(conll String, listIndex int) : Optional<RelationTriple> extracted from protected mkExtraction(conll String) : Optional<RelationTriple> in class edu.stanford.nlp.ie.util.RelationTripleTest | From | To |