MANIFEST.in
README.rst
setup.cfg
setup.py
fonduer/__init__.py
fonduer/_version.py
fonduer/async_annotations.py
fonduer/candidates.py
fonduer/config.py
fonduer/lf_helpers.py
fonduer/matchers.py
fonduer/parser.py
fonduer/settings.yaml
fonduer/utils_table.py
fonduer/utils_visual.py
fonduer/visual.py
fonduer/visualizer.py
fonduer.egg-info/PKG-INFO
fonduer.egg-info/SOURCES.txt
fonduer.egg-info/dependency_links.txt
fonduer.egg-info/requires.txt
fonduer.egg-info/top_level.txt
fonduer/features/__init__.py
fonduer/features/content_features.py
fonduer/features/core_features.py
fonduer/features/features.py
fonduer/features/structural_features.py
fonduer/features/table_features.py
fonduer/features/visual_features.py
fonduer/models/__init__.py
fonduer/models/context.py
fonduer/snorkel/__init__.py
fonduer/snorkel/annotations.py
fonduer/snorkel/candidates.py
fonduer/snorkel/matchers.py
fonduer/snorkel/tree_structs.py
fonduer/snorkel/udf.py
fonduer/snorkel/utils.py
fonduer/snorkel/viewer.py
fonduer/snorkel/learning/__init__.py
fonduer/snorkel/learning/classifier.py
fonduer/snorkel/learning/disc_learning.py
fonduer/snorkel/learning/gen_learning.py
fonduer/snorkel/learning/utils.py
fonduer/snorkel/learning/disc_models/__init__.py
fonduer/snorkel/learning/disc_models/logistic_regression.py
fonduer/snorkel/learning/disc_models/rnn/__init__.py
fonduer/snorkel/learning/disc_models/rnn/re_rnn.py
fonduer/snorkel/learning/disc_models/rnn/rnn_base.py
fonduer/snorkel/learning/disc_models/rnn/tag_rnn.py
fonduer/snorkel/learning/disc_models/rnn/text_rnn.py
fonduer/snorkel/learning/disc_models/rnn/utils.py
fonduer/snorkel/learning/structure/__init__.py
fonduer/snorkel/learning/structure/constants.py
fonduer/snorkel/learning/structure/gen_learning.py
fonduer/snorkel/learning/structure/synthetic.py
fonduer/snorkel/learning/structure/utils.py
fonduer/snorkel/models/__init__.py
fonduer/snorkel/models/annotation.py
fonduer/snorkel/models/candidate.py
fonduer/snorkel/models/context.py
fonduer/snorkel/models/meta.py
fonduer/snorkel/models/views.py
fonduer/snorkel/parser/__init__.py
fonduer/snorkel/parser/corpus_parser.py
fonduer/snorkel/parser/doc_preprocessors.py
fonduer/snorkel/parser/parser.py
fonduer/snorkel/parser/rule_parser.py
fonduer/snorkel/parser/spacy_parser.py
tests/__init__.py