pommedeterresautee / fastrtext

R wrapper for fastText
https://pommedeterresautee.github.io/fastrtext/
Other
101 stars 15 forks source link

Analogies? #3

Closed schnee closed 7 years ago

schnee commented 7 years ago

How could one use FastRText to execute the 'analogies' command of fasttext?

pommedeterresautee commented 7 years ago

You can use the execute command but the result will be a print. To get a vector which can be manipulated I need to reimppement a nn function

pommedeterresautee commented 7 years ago

this has been added. Please check the last version of the package. New function get_analogy()