Method: FastText::Model#initialize
- Defined in:
- lib/fasttext/model.rb
#initialize(**options) ⇒ Model
Returns a new instance of Model.
3 4 5 |
# File 'lib/fasttext/model.rb', line 3 def initialize(**) @options = end |
Returns a new instance of Model.
3 4 5 |
# File 'lib/fasttext/model.rb', line 3 def initialize(**) @options = end |