Displaying 6 results from an estimated 6 matches for "r_analysis".
2006 Apr 26
1
Building native extensions fail on Macbook Pro
...-I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I. -O -pipe
-I/opt/local/include -c q_wildcard.c
gcc -fno-common -O -pipe -I/opt/local/include -fno-common -pipe
-fno-common -I. -I/opt/local/lib/ruby/1.8/i686-darwin8.5.2
-I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I. -O -pipe
-I/opt/local/include -c r_analysis.c
gcc -fno-common -O -pipe -I/opt/local/include -fno-common -pipe
-fno-common -I. -I/opt/local/lib/ruby/1.8/i686-darwin8.5.2
-I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I. -O -pipe
-I/opt/local/include -c r_doc.c
gcc -fno-common -O -pipe -I/opt/local/include -fno-common -pipe
-fno-common -I. -...
2007 Mar 28
6
trouble with PerFieldAnalyzer
I''m having trouble with PerFieldAnalyzer (ferret version 0.10.14).
Script:
require ''rubygems''
require ''ferret''
require ''pp''
include Ferret::Analysis
include Ferret::Index
class TestAnalyzer
def token_stream field, input
pp field
pp input
LetterTokenizer.new(input)
end
end
pfa =
2007 Mar 01
4
Need help creating my own Filter in Ruby
...of you ever do this? If so, how?
Everytime I use my filter manually, it works very well! When I launch
MyModel.rebuild_index, it fails randomly (works most of the time, but
I''m sure some documents are not well indexed). It fails with messages
like this one:
failed adding 140823996. r_analysis.c:432
Thanks for any help.
If you want to see how I''ve done it so far, go to http://
ferret.davebalmain.com/trac/ticket/168
Philippe April
2007 Nov 30
0
Cannot install ferret gem on Leopard
...b/ruby/1.8/i686-darwin8.10.3 -I. -fno-common -g -O2
-fno-common -pipe -fno-common -D_FILE_OFFSET_BITS=64 -c q_wildcard.c
gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3
-I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-common -g -O2
-fno-common -pipe -fno-common -D_FILE_OFFSET_BITS=64 -c r_analysis.c
gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3
-I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-common -g -O2
-fno-common -pipe -fno-common -D_FILE_OFFSET_BITS=64 -c r_index.c
gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3
-I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-comm...
2006 Aug 24
8
installing ferret
...sr/local/lib/ruby/1.8/i686-linux -I. -c libstemmer.c
gcc -fPIC -g -O2 -fno-common -I. -I/usr/local/lib/ruby/1.8/i686-linux
-I/usr/local/lib/ruby/1.8/i686-linux -I. -c ferret.c
gcc -fPIC -g -O2 -fno-common -I. -I/usr/local/lib/ruby/1.8/i686-linux
-I/usr/local/lib/ruby/1.8/i686-linux -I. -c r_analysis.c
gcc -fPIC -g -O2 -fno-common -I. -I/usr/local/lib/ruby/1.8/i686-linux
-I/usr/local/lib/ruby/1.8/i686-linux -I. -c r_utils.c
gcc -fPIC -g -O2 -fno-common -I. -I/usr/local/lib/ruby/1.8/i686-linux
-I/usr/local/lib/ruby/1.8/i686-linux -I. -c r_store.c
gcc -fPIC -g -O2 -fno-common -I. -I/usr/...
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which
does not have a sys/dir.h
nix_io.c:5:21: sys/dir.h: No such file or directory
make: *** [nix_io.o] Error 1
I couldn''t find an obvious way around this... any suggestions?
Thanks,
Rich Marisa
Cornell Information Technologies
Cornell University