nlfw 0.0.1.alpa

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/.yardopts +0 -0
  2. data/CHANGELOG +0 -0
  3. data/LICENSE +0 -0
  4. data/README +0 -0
  5. metadata +56 -0
File without changes
File without changes
data/LICENSE ADDED
File without changes
data/README ADDED
File without changes
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nlfw
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.alpa
5
+ prerelease: 6
6
+ platform: ruby
7
+ authors:
8
+ - Andrei Beliankou
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-09-08 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Natural Language Framework is intended to be a collection of bindings
15
+ for Ruby and provide access to general purpose NLP components. OpenNLP, GATE components,
16
+ standalone tools (TreeTagger, Stanford Parser, etc.) will be accessible through
17
+ NLFW.
18
+ email: a.belenkow@uni-trier.de
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files:
22
+ - README
23
+ - LICENSE
24
+ - CHANGELOG
25
+ files:
26
+ - README
27
+ - LICENSE
28
+ - CHANGELOG
29
+ - .yardopts
30
+ homepage: http://www.uni-trier.de/index.php?id=34451
31
+ licenses: []
32
+ post_install_message:
33
+ rdoc_options:
34
+ - -m
35
+ - README
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: 1.8.5
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
+ none: false
46
+ requirements:
47
+ - - ! '>'
48
+ - !ruby/object:Gem::Version
49
+ version: 1.3.1
50
+ requirements: []
51
+ rubyforge_project:
52
+ rubygems_version: 1.8.24
53
+ signing_key:
54
+ specification_version: 3
55
+ summary: Natural Language Framework
56
+ test_files: []