PDA

View Full Version : Full-text Indexing


smoothcoder
09-19-2003, 05:57 AM
Hi there!

Has anybody ever played with full-text indexing or any information (text) retrieval algorithms?
Could u share a link, an email or some code, please?
I'd be interested in some implementation of such an algorithm

Thanks in advance!

Flangazor
09-19-2003, 08:50 AM
I think you are looking for rope.

http://www.sgi.com/tech/stl/Rope.html

smoothcoder
09-19-2003, 08:56 AM
I have a list of text files on my disk and little program that can browse and search through them. For example I want to search INSTANTLY all the documents that contain "C# Interface". I type in an edit box "C# Interface" and instantly I want a list with all those documnnts. (See the MS Access Help, or MSDN for example. Their documents are indexed)
See what I mean?

Flangazor
09-19-2003, 01:25 PM
Google data mining.