A Python package to resolve entities and determine networks between entities.
pip install entity-network
pandas: Python DataFrames.
scikit-learn: Text cleaning, processing, and feature extraction.
nmslib: Efficient similarity searching of objects without a predefined relationship (without feature blocking).
networkx : Determine connections between entities.
See CONTRIBUTING.