Installation
Requirements
Python 3.8+
networkx
annoy
numpy
pandas
tqdm
Optional for examples:
sentence-transformers
Install from PyPI
pip install semnet
Install from Source
git clone https://github.com/specialprocedures/semnet.git
cd semnet
pip install -e ".[dev]"