Re: fuzzy searches

2003-11-13 Thread petite_abeille
On Nov 11, 2003, at 21:02, Bruce Ritchie wrote:

Just a note the LSI is encumbered by US patents 4,839,853 and 
5,301,109. It would be wise to make sure that any implementation is 
either blessed by the patent holders or does not infringe on the 
patents.
Since when did developers turn into armchair IP lawyers? Is it a 
national game?

PA.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: fuzzy searches

2003-11-13 Thread petite_abeille
On Nov 13, 2003, at 15:09, Thomas Krämer wrote:

i am not familiar with intelectual property law, but it sounds 
somewhat strange to me, that it is possible to patent an abstract idea 
of hom extracting information from data.
The process of "Spreading Cream Cheese On Bagels" (C) (R) (TM)  has 
been patented. The end is near.

patent, noun The notion that you can protect from the future what you 
stole from the past.

http://www.eod.com/devil/archive/copyright.html

Cheers,

PA.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: fuzzy searches

2003-11-13 Thread Thomas Krämer
Hi Bruce,

i am not familiar with intelectual property law, but it sounds somewhat 
strange to me, that it is possible to patent an abstract idea of hom 
extracting information from data.

i can understand, that it is forbidden to reuse/modify sourcecode of a 
given implementation of lsi, but why shouldn´t i build my own indexer, 
if able to do so?

btw, do you know the owner of the patent?

thanks a lot

thomas



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: fuzzy searches

2003-11-11 Thread Erik Hatcher
On Tuesday, November 11, 2003, at 02:37  PM, Thomas Krämer wrote:
Is there an overview of the structure of the index of lucene despite 
of the javadoc or any other fast access to understanding what happens 
inside lucene?
Here is what is inside a Lucene index:  
http://jakarta.apache.org/lucene/docs/fileformats.html



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: fuzzy searches

2003-11-11 Thread Bruce Ritchie
Thomas Krämer wrote:
now that the topic is clustering methods: has there been any effort in 
implementing Latent semantic indexing in Lucene? Google only indicates 
someone else asking this in february.
Just a note the LSI is encumbered by US patents 4,839,853 and 5,301,109. It would be wise to make 
sure that any implementation is either blessed by the patent holders or does not infringe on the 
patents.

Regards,

Bruce Ritchie



smime.p7s
Description: S/MIME Cryptographic Signature


Re: fuzzy searches

2003-11-11 Thread Gerret Apelt
Thomas Krämer wrote:

Is there an overview of the structure of the index of lucene despite 
of the javadoc or any other fast access to understanding what happens 
inside lucene?

You mean something like this?:

http://jakarta.apache.org/lucene/docs/fileformats.html

cheers,
Gerret
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


fuzzy searches

2003-11-11 Thread Thomas Krämer
Hello ,

now that the topic is clustering methods: has there been any effort in 
implementing Latent semantic indexing in Lucene? Google only indicates 
someone else asking this in february.
Is there an overview of the structure of the index of lucene despite of 
the javadoc or any other fast access to understanding what happens 
inside lucene?

regards

thomas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]