SOLR and Natural Language Parsing - Can I use it?

Posted by andy on Stack Overflow See other posts from Stack Overflow or by andy
Published on 2010-06-02T03:34:23Z Indexed on 2010/06/02 3:43 UTC
Read the original article Hit count: 234

hey guys, my requirements are pretty similar to this:

Requirements

http://stackoverflow.com/questions/90580/word-frequency-algorithm-for-natural-language-processing

Using Solr

While the answer for that question is excellent, I was wondering if I could make use of all the time I spent getting to know SOLR for my NLP.

I thought of SOLR because:

  1. It's got a bunch of tokenizers and performs a lot of NLP.
  2. It's pretty use to use out of the box.
  3. It's restful distributed app, so it's easy to hook up
  4. I've spent some time with it, so using could save me time.

Can I use Solr?

Although the above reasons are good, I don't know SOLR THAT well, so I need to know if it would be appropriate for my requirements.

Ideal Usage

Ideally, I'd like to configure SOLR, and then be able to send SOLR some text, and retrieve the indexed tonkenized content.

Context

So you guys know, I'm working on a small component of a bigger recommendation engine.

© Stack Overflow or respective owner

Related posts about lucene

Related posts about solr