Link to translation article

This commit is contained in:
Dirkjan Ochtman 2021-09-06 16:25:14 +02:00
parent 58e34ef1c2
commit 7281843cea
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ approximate nearest neighbors. This implementation powers the
Instant Distance is an implementation of a fast approximate nearest neighbor 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 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 ## Using the library
@ -73,3 +73,4 @@ make test-python
[paper]: https://arxiv.org/abs/1603.09320 [paper]: https://arxiv.org/abs/1603.09320
[ids]: https://instantdomainsearch.com/ [ids]: https://instantdomainsearch.com/
[translations]: https://instantdomainsearch.com/engineering/how-to-use-fasttext-for-instant-translations