pommedeterresautee / fastrtext

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

Get similar documents using fastrtext #36

Open sound118 opened 5 years ago

sound118 commented 5 years ago

Hello~

I am wondering if there's a build-in function inside fastrtext package similar as get_nn that can find similar documents not just similar words. Thanks!

pommedeterresautee commented 5 years ago

it s not built in as it doesn t scale well. Check https://github.com/eddelbuettel/rcppannoy if you are looking for something simple which scales or nmslib if you want absolutely best scalability ever