# -*- encoding: utf-8 -*- # stub: ruby-spacy 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "ruby-spacy".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yoichiro Hasebe".freeze] s.date = "2021-06-28" s.description = "ruby-spacy is a wrapper module for using spaCy from the Ruby programming language via PyCall. This module aims to make it easy and natural for Ruby programmers to use spaCy. This module covers the areas of spaCy functionality for using many varieties of its language models, not for building ones.\n".freeze s.email = ["yohasebe@gmail.com".freeze] s.files = [".gitignore".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "examples/get_started/lexeme.rb".freeze, "examples/get_started/linguistic_annotations.rb".freeze, "examples/get_started/morphology.rb".freeze, "examples/get_started/most_similar.rb".freeze, "examples/get_started/named_entities.rb".freeze, "examples/get_started/outputs/test_dep.svg".freeze, "examples/get_started/outputs/test_dep_compact.svg".freeze, "examples/get_started/outputs/test_ent.html".freeze, "examples/get_started/pos_tags_and_dependencies.rb".freeze, "examples/get_started/similarity.rb".freeze, "examples/get_started/tokenization.rb".freeze, "examples/get_started/visualizing_dependencies.rb".freeze, "examples/get_started/visualizing_dependencies_compact.rb".freeze, "examples/get_started/visualizing_named_entities.rb".freeze, "examples/get_started/vocab.rb".freeze, "examples/get_started/word_vectors.rb".freeze, "examples/japanese/ancestors.rb".freeze, "examples/japanese/entity_annotations_and_labels.rb".freeze, "examples/japanese/information_extraction.rb".freeze, "examples/japanese/lemmatization.rb".freeze, "examples/japanese/most_similar.rb".freeze, "examples/japanese/named_entity_recognition.rb".freeze, "examples/japanese/navigating_parse_tree.rb".freeze, "examples/japanese/noun_chunks.rb".freeze, "examples/japanese/outputs/test_dep.svg".freeze, "examples/japanese/outputs/test_ent.html".freeze, "examples/japanese/pos_tagging.rb".freeze, "examples/japanese/sentence_segmentation.rb".freeze, "examples/japanese/similarity.rb".freeze, "examples/japanese/tokenization.rb".freeze, "examples/japanese/visualizing_dependencies.rb".freeze, "examples/japanese/visualizing_named_entities.rb".freeze, "examples/linguistic_features/ancestors.rb".freeze, "examples/linguistic_features/entity_annotations_and_labels.rb".freeze, "examples/linguistic_features/finding_a_verb_with_a_subject.rb".freeze, "examples/linguistic_features/information_extraction.rb".freeze, "examples/linguistic_features/iterating_children.rb".freeze, "examples/linguistic_features/iterating_lefts_and_rights.rb".freeze, "examples/linguistic_features/lemmatization.rb".freeze, "examples/linguistic_features/named_entity_recognition.rb".freeze, "examples/linguistic_features/navigating_parse_tree.rb".freeze, "examples/linguistic_features/noun_chunks.rb".freeze, "examples/linguistic_features/outputs/test_ent.html".freeze, "examples/linguistic_features/pos_tagging.rb".freeze, "examples/linguistic_features/retokenize_1.rb".freeze, "examples/linguistic_features/retokenize_2.rb".freeze, "examples/linguistic_features/rule_based_morphology.rb".freeze, "examples/linguistic_features/sentence_segmentation.rb".freeze, "examples/linguistic_features/similarity.rb".freeze, "examples/linguistic_features/similarity_between_spans.rb".freeze, "examples/linguistic_features/tokenization.rb".freeze, "examples/rule_based_matching/creating_spans_from_matches.rb".freeze, "examples/rule_based_matching/matcher.rb".freeze, "lib/ruby-spacy.rb".freeze, "lib/ruby-spacy/version.rb".freeze, "ruby-spacy.gemspec".freeze] s.homepage = "https://github.com/yohasebe/ruby-spacy".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.8".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A wrapper module for using spaCy natural language processing library from the Ruby programming language using PyCall".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.1".freeze]) end