BREDS icon indicating copy to clipboard operation
BREDS copied to clipboard

"Bootstrapping Relationship Extractors with Distributional Semantics" (Batista et al., 2015) in EMNLP'15 - Python implementation

Results 1 BREDS issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to check on the variable self.config.min_pattern_support. In line 293 (breds_parallel.py), the check for len(p.tuples) > self.config.min_pattern_support occurs under the if condition of len(self.patterns) == 0 However, under...