Displaying 2 results from an estimated 2 matches for "max_word_length".
2008 Dec 02
5
Problem with extend rails(add new function in lib)
I do things below:
In lib/translater.rb
class Translater
require "rubygems"
require "rmmseg"
include "RMMSeg"
...
def segment(text)
RMMSeg::segment(text)
end
end
in helper/xx/xxx.rb
module xx
require "translater.rb"
def translate(text)
Translater.run(text)
end
end
when i use helper method tranlate, erros:
undefined method
2016 Jul 24
3
Xapian 1.4.0 released
On Fri, Jul 22, 2016 at 07:19:43PM -0700, Kevin Duraj wrote:
> I would like to propose to change the following code while indexing a
> term that is larger than 245 characters and then crashing and aborting
> the entire index, we could rather truncate the term to 245 characters
> and continue with indexing.
Kevin -- I wonder what others are currently doing when this comes up
(or if