We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccabb5e commit 4461897Copy full SHA for 4461897
README.md
@@ -129,6 +129,15 @@ with an explicit ngram lookup.
129
$ ffp-bucket-to-explicit -f finalfusion embeddings.fifu explicit.fifu
130
~~~
131
132
+Finally, the package comes with `ffp-similar` and `ffp-analogy` to do
133
+analogy and similarity queries.
134
+~~~shell
135
+# get the 5 nearest neighbours of "Tübingen"
136
+$ echo Tübingen | ffp-similar embeddings.fifu
137
+# get the 5 top answers for "Tübingen" is to "Stuttgart" like "Heidelberg" to...
138
+$ echo Tübingen Stuttgart Heidelberg | ffp-analogy embeddings.fifu
139
+~~~
140
+
141
## Where to go from here
142
143
* [finalfrontier](https://finalfusion.github.io/finalfrontier)
0 commit comments