Displaying 4 results from an estimated 4 matches for "morelikethi".
Did you mean:
morelikethis
2006 May 26
8
Comparing two documents in the index
I want to compare two documents in the index (i.e. retrieve the cosine
similarity/score between two documents term-vector''s). Is this possible
using the standard Ferret functionality?
Thanks in advance,
Jeroen Bulters
--
Posted via http://www.ruby-forum.com/.
2010 Jul 26
2
related documents
Hi All,
I would like to take a doc in the xapian DB and find all related
documents by relevance e.g. so when you view one document it says
"Related entries X Y Z".
I'm aware of the "Morelikethis" Lucene plugin that is supposed to do
something like this, by generating a query from a document based on term
frequency.
Has anyone developed a tool to generate a query from a document?
Is there a short-cut one can make with RSets?
All the best,
Tim.
2005 Dec 16
2
Ferret questions
Hi,
I am just getting started with Ferret, but I have a couple of
questions. Any help is appreciated.
1) Will the current Ferret implementation only work on one server due
to the index file? If it will work on multiple servers, could you
point me towards some documentation? If not, are there plans to add
support in the future?
2) This may not be Ferret-specific, but if I were implementing
2006 Feb 09
2
Finding related items (like latent semantic indexing)
I''ve been trying to use Classifier::LSI to provide a means of finding
''related items'', where each item is a one line description of a product.
Although on small samples the Classifier works great, it completely
baulks on my current dataset of 3000 items.
I''ve started to look at ferret this morning, following a post on the
ruby mailing list. I''d