HazyResearch/fonduer

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.codecov.yaml
.coveragerc
.flake8
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/pull_request_template.md
.github/workflows/pythonpackage.yml
.gitignore
.isort.cfg
.mailmap
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
Dockerfile
LICENSE
Makefile
README.rst
docs/Makefile
docs/dev/changelog.rst
docs/dev/codestyle.rst
docs/dev/install.rst
docs/dev/tests.rst
docs/index.rst
docs/requirements.txt
docs/static/img/fonduer-logo.png
docs/static/img/fonduer.svg
docs/user/candidates.rst
docs/user/config.rst
docs/user/data_model_utils.rst
docs/user/faqs.rst
docs/user/features.rst
docs/user/getting_started.rst
docs/user/learning.rst
docs/user/packaging.rst
docs/user/parser.rst
docs/user/supervision.rst
mypy.ini
requirements-dev.txt
src/fonduer/py.typed
docs/conf.py62
setup.py57
src/fonduer/__init__.py4
src/fonduer/_version.py2
src/fonduer/candidates/__init__.py27
src/fonduer/candidates/candidates.py267
D
1 day
src/fonduer/candidates/matchers.py401
C
1 day
src/fonduer/candidates/mentions.py463
D
2 days
src/fonduer/candidates/models/__init__.py27
src/fonduer/candidates/models/candidate.py152
A
45 mins