Searching a 25 GB corpus for a single word

Posted by Algorist on Stack Overflow See other posts from Stack Overflow or by Algorist
Published on 2010-05-15T07:30:52Z Indexed on 2010/05/15 7:34 UTC
Read the original article Hit count: 308

Hi,

I have to search a 25 GB corpus of wikipedia for a single word. I used grep but it takes lot of time. Is there a efficient and easy representation that can be made to search quickly. Also, I want to find exact match.

Thank you.

© Stack Overflow or respective owner

Related posts about wikipedia

Related posts about algorithm