Snowball icon indicating copy to clipboard operation
Snowball copied to clipboard

Implementation with some extensions of the paper "Snowball: Extracting Relations from Large Plain-Text Collections" (Agichtein and Gravano, 2000)

Results 2 Snowball issues
Sort by recently updated
recently updated
newest added

adding two import sentences including Tuple and Pattern

there is a bug in "Snowball.py" ``` File "Snowball.py", line 193, in init_bootstrapp if iter > 0: TypeError: '>' not supported between instances of 'builtin_function_or_method' and 'int' ``` I cannot...