Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwcook23/entity_network
https://github.com/jwcook23/entity_network
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwcook23/entity_network
- Owner: jwcook23
- License: mit
- Created: 2022-04-25T09:55:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T14:09:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T10:52:38.551Z (2 months ago)
- Language: Python
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# entity_network
A Python package to resolve entities and determine networks between entities.
## Quickstart
## Installation
```cmd
pip install entity-network
```## Dependancies
[pandas](https://pypi.org/project/pandas/): Python DataFrames.
[scikit-learn](https://pypi.org/project/scikit-learn/): Text cleaning, processing, and feature extraction.
[nmslib](https://pypi.org/project/nmslib/): Efficient similarity searching of objects without a predefined relationship (without feature blocking).
[networkx](https://pypi.org/project/networkx/) : Determine connections between entities.
## Contributing
See [CONTRIBUTING](CONTRIBUTING.md).