Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwcook23/entity_network


https://github.com/jwcook23/entity_network

Last synced: 21 days ago
JSON representation

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).