Method: FastText::Model#subwords

Defined in:
lib/fasttext/model.rb

#subwords(word) ⇒ Object



44
45
46
# File 'lib/fasttext/model.rb', line 44

def subwords(word)
  m.subwords(word)
end