vinhkhuc / JFastText

Java interface for fastText
Other
227 stars 101 forks source link

do not support get sentence vector #63

Open xiaomj opened 3 years ago

kun368 commented 2 years ago

Hi, I had the same problem using this package, and I found the C++ code for getting the sentence vector. https://github.com/facebookresearch/fastText/blob/a20c0d27cd0ee88a25ea0433b7f03038cd728459/src/fasttext.cc#L490 I translated the code to a java version and got the same result.