Text Search Engine that works with Python

Dave Kuhlman dkuhlman at rexx.com
Tue Mar 5 14:30:24 EST 2002


Here is a related question -- Is there a search program for
structured text files, in particular something that searches XML
files.

I know about sgrep, and I've made Python wrappers for it.  Are
their an
y others?

You can find sgrep at http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html.
My Python wrappers for sgrep are at http://www.rexx.com/~dkuhlman.

  - Dave

Doug Farrell <writeson at earthlink.net> wrote:
> 
> Hi all,
> 
> I'm wondering if anyone knows of a text search engine that works with
> Python? What I'm looking for specifically is something that will compress
> the text and still allow searches and retrievals that can be exact matches
> or proximity based. The text I want to compress and search is huge (70 megs)
> and should compress down to half, not including any index files that might
> be required by the search engine. Anyone know of anything like this or any
> ideas?
> 
> Thanks,
> Doug Farrell
> 
> 

-- 
Dave Kuhlman
dkuhlman at rexx.com
http://www.rexx.com/~dkuhlman


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----



More information about the Python-list mailing list