From b23e565aa5bfee8524a9a05ec0300397f006c8cd Mon Sep 17 00:00:00 2001 From: Alexander Panchenko Date: Fri, 2 Mar 2018 16:09:18 +0100 Subject: [PATCH] add dots --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a47d743..6af6832 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ In [train.sh](train.sh) we provide an example for usage of the `train.py` script See the [QuickStart](QuickStart.ipynb) tutorial on how to perform word sense disambiguation and inspection of a trained model. -You can downlooad [pre-trained models for English, German, and Russian](http://ltdata1.informatik.uni-hamburg.de/sensegram/). Note that to run examples from the QuickStart you only need files with extensions ``word_vectors``, ``sense_vectors``, and ``.sense_vectors.inventory.csv``. Other files are supplementary. +You can downlooad [pre-trained models for English, German, and Russian](http://ltdata1.informatik.uni-hamburg.de/sensegram/). Note that to run examples from the QuickStart you only need files with extensions ``.word_vectors``, ``.sense_vectors``, and ``.sense_vectors.inventory.csv``. Other files are supplementary. ## Transforming pre-trained word embeddings to sense embeddings