Hi,
I'm creating a search engine on one of my project using lucene & asp.net mvc c#. I just wanted to implement auto tagging when the user enter a sentence. Is there an opensource API that can handle this?
Example, user enter this sentence: "We offer proofreading services & outsourcing."
The API then generates tags like: "proofreading", "outsource"
Is there a plugin for lucene that can generate tags or other non-lucene APIs?