melisa 0.2.4 → 0.2.5
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.
- checksums.yaml +4 -4
- data/ext/extconf.rb +3 -0
- data/ext/marisa-0.2.4/Makefile +803 -0
- data/ext/marisa-0.2.4/config.log +794 -0
- data/ext/marisa-0.2.4/config.status +2150 -0
- data/ext/marisa-0.2.4/lib/Makefile +701 -0
- data/ext/marisa-0.2.4/lib/agent.lo +12 -0
- data/ext/marisa-0.2.4/lib/agent.o +0 -0
- data/ext/marisa-0.2.4/lib/bit-vector.lo +12 -0
- data/ext/marisa-0.2.4/lib/bit-vector.o +0 -0
- data/ext/marisa-0.2.4/lib/keyset.lo +12 -0
- data/ext/marisa-0.2.4/lib/keyset.o +0 -0
- data/ext/marisa-0.2.4/lib/libmarisa.la +41 -0
- data/ext/marisa-0.2.4/lib/louds-trie.lo +12 -0
- data/ext/marisa-0.2.4/lib/louds-trie.o +0 -0
- data/ext/marisa-0.2.4/lib/mapper.lo +12 -0
- data/ext/marisa-0.2.4/lib/mapper.o +0 -0
- data/ext/marisa-0.2.4/lib/reader.lo +12 -0
- data/ext/marisa-0.2.4/lib/reader.o +0 -0
- data/ext/marisa-0.2.4/lib/tail.lo +12 -0
- data/ext/marisa-0.2.4/lib/tail.o +0 -0
- data/ext/marisa-0.2.4/lib/trie.lo +12 -0
- data/ext/marisa-0.2.4/lib/trie.o +0 -0
- data/ext/marisa-0.2.4/lib/writer.lo +12 -0
- data/ext/marisa-0.2.4/lib/writer.o +0 -0
- data/ext/marisa-0.2.4/libtool +10243 -0
- data/ext/marisa-0.2.4/marisa.pc +11 -0
- data/ext/marisa-0.2.4/mkmf.log +27 -87
- data/ext/marisa-0.2.4/tests/Makefile +624 -0
- data/ext/marisa-0.2.4/tools/Makefile +616 -0
- data/ext/marisa-0.2.4/tools/cmdopt.lo +12 -0
- data/ext/marisa-0.2.4/tools/cmdopt.o +0 -0
- data/ext/marisa-0.2.4/tools/libcmdopt.la +41 -0
- data/ext/marisa-0.2.4/tools/marisa-benchmark +0 -0
- data/ext/marisa-0.2.4/tools/marisa-benchmark.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-build +0 -0
- data/ext/marisa-0.2.4/tools/marisa-build.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-common-prefix-search +0 -0
- data/ext/marisa-0.2.4/tools/marisa-common-prefix-search.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-dump +0 -0
- data/ext/marisa-0.2.4/tools/marisa-dump.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-lookup +0 -0
- data/ext/marisa-0.2.4/tools/marisa-lookup.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-predictive-search +0 -0
- data/ext/marisa-0.2.4/tools/marisa-predictive-search.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-reverse-lookup +0 -0
- data/ext/marisa-0.2.4/tools/marisa-reverse-lookup.o +0 -0
- data/lib/melisa/version.rb +1 -1
- metadata +45 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# cmdopt.lo - a libtool object file
|
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
|
|
3
|
+
#
|
|
4
|
+
# Please DO NOT delete this file!
|
|
5
|
+
# It is necessary for linking the library.
|
|
6
|
+
|
|
7
|
+
# Name of the PIC object.
|
|
8
|
+
pic_object=none
|
|
9
|
+
|
|
10
|
+
# Name of the non-PIC object
|
|
11
|
+
non_pic_object='cmdopt.o'
|
|
12
|
+
|
|
Binary file
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# libcmdopt.la - a libtool library file
|
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
|
|
3
|
+
#
|
|
4
|
+
# Please DO NOT delete this file!
|
|
5
|
+
# It is necessary for linking the library.
|
|
6
|
+
|
|
7
|
+
# The name that we can dlopen(3).
|
|
8
|
+
dlname=''
|
|
9
|
+
|
|
10
|
+
# Names of this library.
|
|
11
|
+
library_names=''
|
|
12
|
+
|
|
13
|
+
# The name of the static archive.
|
|
14
|
+
old_library='libcmdopt.a'
|
|
15
|
+
|
|
16
|
+
# Linker flags that can not go in dependency_libs.
|
|
17
|
+
inherited_linker_flags=' '
|
|
18
|
+
|
|
19
|
+
# Libraries that this one depends upon.
|
|
20
|
+
dependency_libs=''
|
|
21
|
+
|
|
22
|
+
# Names of additional weak libraries provided by this library
|
|
23
|
+
weak_library_names=''
|
|
24
|
+
|
|
25
|
+
# Version information for libcmdopt.
|
|
26
|
+
current=
|
|
27
|
+
age=
|
|
28
|
+
revision=
|
|
29
|
+
|
|
30
|
+
# Is this an already installed library?
|
|
31
|
+
installed=no
|
|
32
|
+
|
|
33
|
+
# Should we warn about portability when linking against -modules?
|
|
34
|
+
shouldnotlink=no
|
|
35
|
+
|
|
36
|
+
# Files to dlopen/dlpreopen
|
|
37
|
+
dlopen=''
|
|
38
|
+
dlpreopen=''
|
|
39
|
+
|
|
40
|
+
# Directory that this library needs to be installed in:
|
|
41
|
+
libdir=''
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/melisa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: melisa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Duane Johnson
|
|
@@ -69,6 +69,7 @@ files:
|
|
|
69
69
|
- ext/marisa-0.2.4/COPYING
|
|
70
70
|
- ext/marisa-0.2.4/ChangeLog
|
|
71
71
|
- ext/marisa-0.2.4/INSTALL
|
|
72
|
+
- ext/marisa-0.2.4/Makefile
|
|
72
73
|
- ext/marisa-0.2.4/Makefile.am
|
|
73
74
|
- ext/marisa-0.2.4/Makefile.in
|
|
74
75
|
- ext/marisa-0.2.4/NEWS
|
|
@@ -93,6 +94,8 @@ files:
|
|
|
93
94
|
- ext/marisa-0.2.4/bindings/python/sample.py
|
|
94
95
|
- ext/marisa-0.2.4/bindings/python/setup.py
|
|
95
96
|
- ext/marisa-0.2.4/config.guess
|
|
97
|
+
- ext/marisa-0.2.4/config.log
|
|
98
|
+
- ext/marisa-0.2.4/config.status
|
|
96
99
|
- ext/marisa-0.2.4/config.sub
|
|
97
100
|
- ext/marisa-0.2.4/configure
|
|
98
101
|
- ext/marisa-0.2.4/configure.ac
|
|
@@ -101,8 +104,20 @@ files:
|
|
|
101
104
|
- ext/marisa-0.2.4/docs/readme.ja.html
|
|
102
105
|
- ext/marisa-0.2.4/docs/style.css
|
|
103
106
|
- ext/marisa-0.2.4/install-sh
|
|
107
|
+
- ext/marisa-0.2.4/lib/Makefile
|
|
104
108
|
- ext/marisa-0.2.4/lib/Makefile.am
|
|
105
109
|
- ext/marisa-0.2.4/lib/Makefile.in
|
|
110
|
+
- ext/marisa-0.2.4/lib/agent.lo
|
|
111
|
+
- ext/marisa-0.2.4/lib/agent.o
|
|
112
|
+
- ext/marisa-0.2.4/lib/bit-vector.lo
|
|
113
|
+
- ext/marisa-0.2.4/lib/bit-vector.o
|
|
114
|
+
- ext/marisa-0.2.4/lib/keyset.lo
|
|
115
|
+
- ext/marisa-0.2.4/lib/keyset.o
|
|
116
|
+
- ext/marisa-0.2.4/lib/libmarisa.la
|
|
117
|
+
- ext/marisa-0.2.4/lib/louds-trie.lo
|
|
118
|
+
- ext/marisa-0.2.4/lib/louds-trie.o
|
|
119
|
+
- ext/marisa-0.2.4/lib/mapper.lo
|
|
120
|
+
- ext/marisa-0.2.4/lib/mapper.o
|
|
106
121
|
- ext/marisa-0.2.4/lib/marisa.h
|
|
107
122
|
- ext/marisa-0.2.4/lib/marisa/agent.cc
|
|
108
123
|
- ext/marisa-0.2.4/lib/marisa/agent.h
|
|
@@ -148,15 +163,26 @@ files:
|
|
|
148
163
|
- ext/marisa-0.2.4/lib/marisa/stdio.h
|
|
149
164
|
- ext/marisa-0.2.4/lib/marisa/trie.cc
|
|
150
165
|
- ext/marisa-0.2.4/lib/marisa/trie.h
|
|
166
|
+
- ext/marisa-0.2.4/lib/reader.lo
|
|
167
|
+
- ext/marisa-0.2.4/lib/reader.o
|
|
168
|
+
- ext/marisa-0.2.4/lib/tail.lo
|
|
169
|
+
- ext/marisa-0.2.4/lib/tail.o
|
|
170
|
+
- ext/marisa-0.2.4/lib/trie.lo
|
|
171
|
+
- ext/marisa-0.2.4/lib/trie.o
|
|
172
|
+
- ext/marisa-0.2.4/lib/writer.lo
|
|
173
|
+
- ext/marisa-0.2.4/lib/writer.o
|
|
174
|
+
- ext/marisa-0.2.4/libtool
|
|
151
175
|
- ext/marisa-0.2.4/ltmain.sh
|
|
152
176
|
- ext/marisa-0.2.4/m4/libtool.m4
|
|
153
177
|
- ext/marisa-0.2.4/m4/ltoptions.m4
|
|
154
178
|
- ext/marisa-0.2.4/m4/ltsugar.m4
|
|
155
179
|
- ext/marisa-0.2.4/m4/ltversion.m4
|
|
156
180
|
- ext/marisa-0.2.4/m4/lt~obsolete.m4
|
|
181
|
+
- ext/marisa-0.2.4/marisa.pc
|
|
157
182
|
- ext/marisa-0.2.4/marisa.pc.in
|
|
158
183
|
- ext/marisa-0.2.4/missing
|
|
159
184
|
- ext/marisa-0.2.4/mkmf.log
|
|
185
|
+
- ext/marisa-0.2.4/tests/Makefile
|
|
160
186
|
- ext/marisa-0.2.4/tests/Makefile.am
|
|
161
187
|
- ext/marisa-0.2.4/tests/Makefile.in
|
|
162
188
|
- ext/marisa-0.2.4/tests/base-test.cc
|
|
@@ -165,17 +191,35 @@ files:
|
|
|
165
191
|
- ext/marisa-0.2.4/tests/marisa-test.cc
|
|
166
192
|
- ext/marisa-0.2.4/tests/trie-test.cc
|
|
167
193
|
- ext/marisa-0.2.4/tests/vector-test.cc
|
|
194
|
+
- ext/marisa-0.2.4/tools/Makefile
|
|
168
195
|
- ext/marisa-0.2.4/tools/Makefile.am
|
|
169
196
|
- ext/marisa-0.2.4/tools/Makefile.in
|
|
170
197
|
- ext/marisa-0.2.4/tools/cmdopt.cc
|
|
171
198
|
- ext/marisa-0.2.4/tools/cmdopt.h
|
|
199
|
+
- ext/marisa-0.2.4/tools/cmdopt.lo
|
|
200
|
+
- ext/marisa-0.2.4/tools/cmdopt.o
|
|
201
|
+
- ext/marisa-0.2.4/tools/libcmdopt.la
|
|
202
|
+
- ext/marisa-0.2.4/tools/marisa-benchmark
|
|
172
203
|
- ext/marisa-0.2.4/tools/marisa-benchmark.cc
|
|
204
|
+
- ext/marisa-0.2.4/tools/marisa-benchmark.o
|
|
205
|
+
- ext/marisa-0.2.4/tools/marisa-build
|
|
173
206
|
- ext/marisa-0.2.4/tools/marisa-build.cc
|
|
207
|
+
- ext/marisa-0.2.4/tools/marisa-build.o
|
|
208
|
+
- ext/marisa-0.2.4/tools/marisa-common-prefix-search
|
|
174
209
|
- ext/marisa-0.2.4/tools/marisa-common-prefix-search.cc
|
|
210
|
+
- ext/marisa-0.2.4/tools/marisa-common-prefix-search.o
|
|
211
|
+
- ext/marisa-0.2.4/tools/marisa-dump
|
|
175
212
|
- ext/marisa-0.2.4/tools/marisa-dump.cc
|
|
213
|
+
- ext/marisa-0.2.4/tools/marisa-dump.o
|
|
214
|
+
- ext/marisa-0.2.4/tools/marisa-lookup
|
|
176
215
|
- ext/marisa-0.2.4/tools/marisa-lookup.cc
|
|
216
|
+
- ext/marisa-0.2.4/tools/marisa-lookup.o
|
|
217
|
+
- ext/marisa-0.2.4/tools/marisa-predictive-search
|
|
177
218
|
- ext/marisa-0.2.4/tools/marisa-predictive-search.cc
|
|
219
|
+
- ext/marisa-0.2.4/tools/marisa-predictive-search.o
|
|
220
|
+
- ext/marisa-0.2.4/tools/marisa-reverse-lookup
|
|
178
221
|
- ext/marisa-0.2.4/tools/marisa-reverse-lookup.cc
|
|
222
|
+
- ext/marisa-0.2.4/tools/marisa-reverse-lookup.o
|
|
179
223
|
- ext/marisa-0.2.4/vs2008/base-test/base-test.vcproj
|
|
180
224
|
- ext/marisa-0.2.4/vs2008/io-test/io-test.vcproj
|
|
181
225
|
- ext/marisa-0.2.4/vs2008/libmarisa/libmarisa.vcproj
|