Libraries
»
fasttext
(0.4.1)
»
Index
»
FastText
»
Model
»
#word_vector
Method: FastText::Model#word_vector
Defined in:
lib/fasttext/model.rb
#
word_vector
(word) ⇒
Object
28 29 30
# File 'lib/fasttext/model.rb', line 28
def
word_vector
(
word
)
m
.
word_vector
(
word
)
end