.coveragerc
.gitignore
.travis.yml
AUTHORS.rst
LICENSE.rst
MANIFEST.in
README.rst
miniconda.sh
pytest.ini
run-tests.sh
setup.py
travis-install.sh
beard/__init__.py
beard.egg-info/PKG-INFO
beard.egg-info/SOURCES.txt
beard.egg-info/dependency_links.txt
beard.egg-info/requires.txt
beard.egg-info/top_level.txt
beard/clustering/__init__.py
beard/clustering/blocking.py
beard/clustering/blocking_funcs.py
beard/clustering/wrappers.py
beard/ext/__init__.py
beard/ext/metaphone.py
beard/metrics/__init__.py
beard/metrics/clustering.py
beard/metrics/text.py
beard/similarity/__init__.py
beard/similarity/pairs.py
beard/utils/__init__.py
beard/utils/misc.py
beard/utils/names.py
beard/utils/strings.py
beard/utils/transformers.py
doc/Makefile
doc/conf.py
doc/index.rst
doc/make.bat
doc/_build/.keep
doc/_static/.keep
doc/_templates/.keep
examples/README.rst
examples/author_disambiguation.py
examples/applications/author-disambiguation/README.rst
examples/applications/author-disambiguation/clustering.py
examples/applications/author-disambiguation/distance.py
examples/applications/author-disambiguation/ethnicity.py
examples/applications/author-disambiguation/sampling.py
examples/applications/author-disambiguation/utils.py
examples/data/README.rst
examples/data/author-disambiguation.npz
examples/data/wang_clusters.json
examples/data/wang_records.json
examples/data/wang_signatures.json
tests/clustering/test_block.py
tests/clustering/test_blocking.py
tests/clustering/test_blocking_funcs.py
tests/clustering/test_wrappers.py
tests/metrics/test_clustering.py
tests/metrics/test_text.py
tests/similarity/test_pairs.py
tests/utils/test_names.py
tests/utils/test_strings.py
tests/utils/test_transformers.py