32 33 34
# File 'lib/fasttext/model.rb', line 32 def sentence_vector(text) m.sentence_vector(prep_text(text)) end