Bhavin,

Tags are just (key)words/tokens, nothing Lucene-specific.  Are you asking how 
to extract appropriate tags from a chunk of text?  If so, you could tokenize 
and count words, pulling out the most popular ones.  You could look or nouns 
only, or even proper nouns.  Tags that come with blog posts (rel=tag stuff) are 
typically not automatically extracted like that, but rather entered by bloggers.

Otis

----- Original Message ----
From: Bhavin Pandya <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Saturday, December 2, 2006 4:49:53 AM
Subject: How to generate Tag

Hi guys,

Do anybody have idea how to generate tag from lucene or is there any open 
source library availabe to generate a tag.

I am working on small "blog search" kind of thing so for that i want to 
generate TAGS...

Any pointer.....

Thanks.
- Bhavin pandya



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to