Skip to content

Commit 91bf693

Browse files
committed
Update r2v references.
1 parent f4d1941 commit 91bf693

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
`finalfusion-python` is a Python module for reading, writing, and
66
using *finalfusion* embeddings. This module is implemented in Rust as
7-
a wrapper around the [rust2vec](https://github.com/danieldk/rust2vec)
7+
a wrapper around the [finalfusion](https://docs.rs/finalfusion/)
88
crate. The Python module supports the same types of finalfusion
9-
embeddings as rust2vec:
9+
embeddings:
1010

1111
* Vocabulary:
1212
* No subwords
@@ -54,12 +54,12 @@ The wheels are then in the `target/wheels` directory.
5454

5555
## Getting embeddings
5656

57-
rust2vec uses its own embedding format, which supports memory mapping,
57+
finalfusion uses its own embedding format, which supports memory mapping,
5858
subword units, and quantized matrices. GloVe and word2vec embeddings
59-
can be converted using rust2vec's `r2v-convert` utility.
59+
can be converted using finalfusion's `ff-convert` utility.
6060

6161
Embeddings trained with
62-
[finalfrontier](https://github.com/danieldk/finalfrontier) version
62+
[finalfrontier](https://github.com/finalfusion/finalfrontier) version
6363
0.4.0 and later are in finalfusion format and can be used directly
6464
with this Python module.
6565

@@ -85,10 +85,11 @@ embeds.analogy("Berlin", "Deutschland", "Amsterdam")
8585
~~~
8686

8787
More usage examples can be found in the
88-
[examples](https://github.com/danieldk/finalfusion-python/tree/master/examples)
88+
[examples](https://github.com/finalfusion/finalfusion-python/tree/master/examples)
8989
directory.
9090

9191
## Where to go from here
9292

93-
* [finalfrontier](https://github.com/danieldk/finalfrontier)
94-
* [rust2vec](https://github.com/danieldk/rust2vec)
93+
* [finalfrontier](https://finalfusion.github.io/finalfrontier)
94+
* [finalfusion](https://finalfusion.io/)
95+
* [pretrained embeddings](https://finalfusion.github.io/pretrained)

0 commit comments

Comments
 (0)