Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidsbatista/Snowball
/ types & classes
Types & classes
10 in github.com/davidsbatista/Snowball
⨍
Functions
68
◇
Types & classes
10
↓ 9 callers
Class
Seed
snowball/seed.py:7
↓ 7 callers
Class
Entity
Entity class to hold information about an entity extracted from a sentence.
snowball/sentence.py:38
↓ 3 callers
Class
Relationship
Relationship class to hold information about a relationship extracted from a sentence.
snowball/sentence.py:58
↓ 2 callers
Class
Pattern
A pattern is a set of tuples that is used to extract relationships between named-entities.
snowball/pattern.py:13
↓ 1 callers
Class
Config
Configuration class
snowball/config.py:16
↓ 1 callers
Class
Reverb
An implementation of: "Identifying Relations for Open Information Extraction" (Anthony Fader, Stephen Soderland, and Oren Etzioni) http
snowball/reverb_breds.py:12
↓ 1 callers
Class
Sentence
Holds information about a sentence extracted from a document.
snowball/sentence.py:96
↓ 1 callers
Class
Snowball
snowball/bootstrapping.py:26
↓ 1 callers
Class
SnowballTuple
Tuple class: see: http://www.ling.upenn.edu/courses/Fall_2007/ling001/penn_treebank_pos.html select everything except stopwords, ADJ and
snowball/snowball_tuple.py:9
↓ 1 callers
Class
VectorSpaceModel
Vector Space Model class # remove stop words and tokenize
snowball/vector_space_model.py:13