ruby-sfst 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,100 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-sfst
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - "Marius L. J\xC3\xB8hndal"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-08-04 00:00:00 +02:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: echoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ description: A wrapper for the Stuttgart Finite State Transducer Tools (SFST).
26
+ email: mariuslj (at) ifi [dot] uio (dot) no
27
+ executables: []
28
+
29
+ extensions:
30
+ - ext/sfst_machine/extconf.rb
31
+ extra_rdoc_files:
32
+ - README.rdoc
33
+ - lib/sfst.rb
34
+ files:
35
+ - README.rdoc
36
+ - Rakefile
37
+ - Manifest
38
+ - test/test_sfst.rb
39
+ - test/test_sfst.fst
40
+ - CHANGELOG
41
+ - ext/sfst_machine/fst-compiler.h
42
+ - ext/sfst_machine/utf8.C
43
+ - ext/sfst_machine/operators.C
44
+ - ext/sfst_machine/utf8-scanner.ll
45
+ - ext/sfst_machine/determinise.C
46
+ - ext/sfst_machine/interface.C
47
+ - ext/sfst_machine/compact.h
48
+ - ext/sfst_machine/basic.h
49
+ - ext/sfst_machine/fst.h
50
+ - ext/sfst_machine/make-compact.h
51
+ - ext/sfst_machine/fst-compiler.yy
52
+ - ext/sfst_machine/mem.h
53
+ - ext/sfst_machine/compact.C
54
+ - ext/sfst_machine/basic.C
55
+ - ext/sfst_machine/interface.h
56
+ - ext/sfst_machine/sfst_machine.cc
57
+ - ext/sfst_machine/extconf.rb
58
+ - ext/sfst_machine/alphabet.C
59
+ - ext/sfst_machine/fst.C
60
+ - ext/sfst_machine/alphabet.h
61
+ - ext/sfst_machine/make-compact.C
62
+ - ext/sfst_machine/fst-compiler.C
63
+ - ext/sfst_machine/utf8.h
64
+ - ext/sfst_machine/utf8-scanner.C
65
+ - lib/sfst.rb
66
+ - ruby-sfst.gemspec
67
+ has_rdoc: true
68
+ homepage: http://github.com/mlj/ruby-sfst
69
+ post_install_message:
70
+ rdoc_options:
71
+ - --line-numbers
72
+ - --inline-source
73
+ - --title
74
+ - Ruby-sfst
75
+ - --main
76
+ - README.rdoc
77
+ require_paths:
78
+ - lib
79
+ - ext
80
+ required_ruby_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: "0"
85
+ version:
86
+ required_rubygems_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - "="
89
+ - !ruby/object:Gem::Version
90
+ version: "1.2"
91
+ version:
92
+ requirements: []
93
+
94
+ rubyforge_project: sfst
95
+ rubygems_version: 1.2.0
96
+ signing_key:
97
+ specification_version: 2
98
+ summary: A wrapper for the Stuttgart Finite State Transducer Tools (SFST).
99
+ test_files:
100
+ - test/test_sfst.rb