Linguistics 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.8
3
+ specification_version: 1
4
+ name: Linguistics
5
+ version: !ruby/object:Gem::Version
6
+ version: 1.0.3
7
+ date: 2005-07-14
8
+ summary: "A generic, language-neutral framework for extending Ruby objects with linguistic
9
+ methods."
10
+ require_paths:
11
+ - lib
12
+ email: "ged@FaerieMUD.org, stillflame@FaerieMUD.org"
13
+ homepage: http://www.deveiate.org/projects/Linguistics/
14
+ rubyforge_project:
15
+ description:
16
+ autorequire: linguistics
17
+ default_executable:
18
+ bindir: bin
19
+ has_rdoc: false
20
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
21
+ requirements:
22
+ -
23
+ - ">"
24
+ - !ruby/object:Gem::Version
25
+ version: 0.0.0
26
+ version:
27
+ platform: ruby
28
+ authors:
29
+ - "Michael Granger, Martin Chase"
30
+ files:
31
+ - Artistic
32
+ - experiments/randobjlist.rb
33
+ - install.rb
34
+ - lib/linguistics/en.rb
35
+ - lib/linguistics/iso639.rb
36
+ - lib/linguistics.rb
37
+ - lib/linguistics/en/infinitive.rb
38
+ - lib/linguistics/en/linkparser.rb
39
+ - lib/linguistics/en/wordnet.rb
40
+ - MANIFEST
41
+ - README
42
+ - README.english
43
+ - redist/crosscase.rb
44
+ - test.rb
45
+ - tests/en/conjunction.tests.rb
46
+ - tests/en/inflect.tests.rb
47
+ - tests/lingtestcase.rb
48
+ - tests/use.tests.rb
49
+ - TODO
50
+ - utils.rb
51
+ - ChangeLog
52
+ test_files: []
53
+ rdoc_options: []
54
+ extra_rdoc_files: []
55
+ executables: []
56
+ extensions: []
57
+ requirements: []
58
+ dependencies: []