From 7281843ceab6d76f71b460f76f0b2714c9af0378 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 6 Sep 2021 16:25:14 +0200 Subject: [PATCH] Link to translation article --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f86a5d1..5e88e2c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ approximate nearest neighbors. This implementation powers the Instant Distance is an implementation of a fast approximate nearest neighbor search algorithm. The algorithm is used to find the closest point(s) to a given -point in a set. +point in a set. As one example, it can be used to make [simple translations][translations]. ## Using the library @@ -73,3 +73,4 @@ make test-python [paper]: https://arxiv.org/abs/1603.09320 [ids]: https://instantdomainsearch.com/ +[translations]: https://instantdomainsearch.com/engineering/how-to-use-fasttext-for-instant-translations