--- !ruby/object:Gem::Specification name: fasttext version: !ruby/object:Gem::Version version: 0.2.4 platform: ruby authors: - Andrew Kane autorequire: bindir: bin cert_chain: [] date: 2022-01-16 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rice requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.0.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.0.2 description: email: andrew@ankane.org executables: [] extensions: - ext/fasttext/extconf.rb extra_rdoc_files: [] files: - CHANGELOG.md - LICENSE.txt - README.md - ext/fasttext/ext.cpp - ext/fasttext/extconf.rb - lib/fasttext.rb - lib/fasttext/classifier.rb - lib/fasttext/model.rb - lib/fasttext/vectorizer.rb - lib/fasttext/version.rb - vendor/fastText/LICENSE - vendor/fastText/README.md - vendor/fastText/src/args.cc - vendor/fastText/src/args.h - vendor/fastText/src/autotune.cc - vendor/fastText/src/autotune.h - vendor/fastText/src/densematrix.cc - vendor/fastText/src/densematrix.h - vendor/fastText/src/dictionary.cc - vendor/fastText/src/dictionary.h - vendor/fastText/src/fasttext.cc - vendor/fastText/src/fasttext.h - vendor/fastText/src/loss.cc - vendor/fastText/src/loss.h - vendor/fastText/src/main.cc - vendor/fastText/src/matrix.cc - vendor/fastText/src/matrix.h - vendor/fastText/src/meter.cc - vendor/fastText/src/meter.h - vendor/fastText/src/model.cc - vendor/fastText/src/model.h - vendor/fastText/src/productquantizer.cc - vendor/fastText/src/productquantizer.h - vendor/fastText/src/quantmatrix.cc - vendor/fastText/src/quantmatrix.h - vendor/fastText/src/real.h - vendor/fastText/src/utils.cc - vendor/fastText/src/utils.h - vendor/fastText/src/vector.cc - vendor/fastText/src/vector.h homepage: https://github.com/ankane/fastText-ruby licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.6' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.3 signing_key: specification_version: 4 summary: Efficient text classification and representation learning for Ruby test_files: []