epfml / sent2vec

General purpose unsupervised sentence representations
Other
1.19k stars 256 forks source link

nnSent return empty #93

Closed Avi197 closed 4 years ago

Avi197 commented 5 years ago

./fasttext nnSent torontobooks_unigrams.bin text.txt [3] Number of sentences in the corpus file is 11. Pre-computing sentence vectors... done Query sentence? some random text ` Query sentences?`

I try query the sentence with the torontobooks_unigrams.bin and a text file with some random sentences as corpus, but it return nothing

mpagli commented 4 years ago

weird, what you could do is to implement yourself your NN using the python wrapper and numpy.

guptaprkhr commented 4 years ago

Closing the issue due to lack of activity