Skip to content

Implementation of the Linkage algorithm that pairs with the Tokenizer

License

Notifications You must be signed in to change notification settings

RareCamp/linkage

Repository files navigation

linkage

Implementation of the Linkage algorithm that pairs with the Tokenizer

Installation

Create a virtual environment:

python3 -m venv venv

Activate virtual environment:

. ./venv/bin/activate

Install requirements:

pip install -r requirements.txt

About

Implementation of the Linkage algorithm that pairs with the Tokenizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published