Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 475 Bytes

finn-sense-clust

This repo contains some experiments for clustering FinnWordNet lemmas.

Install::

$ ./install.sh

Make the evaluation materials::

$ DATABASE_URL=sqlite:///path/to/db.db poetry run make

Run the experiments::

$ DATABASE_URL=sqlite:///path/to/db.db poetry run snakemake

Print the tables::

$ poetry run python expc.py all-tables work

Run it for all words::

$ DATABASE_URL=sqlite:///path/to/db.db poetry run snakemake -j4 gloss_all