Re: Tag generation

2010-07-16 Thread kenf_nc
Thanks for all the suggestions! I'm absorbing them as quickly as I can. -- View this message in context: http://lucene.472066.n3.nabble.com/Tag-generation-tp969888p973277.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Tag generation

2010-07-15 Thread Tommaso Teofili
Hi all, in UIMA there are two components which wrap OpenCalais [1] and AlchemyAPI [2][3] services that you could use, then you could also add something else to the tagging pipeline (using existing stuff [4] or implementing your own logic). Hope this helps. Tommaso [1] : http://uima.apache.org/sand

Re: Tag generation

2010-07-15 Thread Markus Jelsma
Check out OpenCalais [1]. Maybe it works for your case and language. [1]: http://www.opencalais.com/ On Thursday 15 July 2010 17:34:31 kenf_nc wrote: > A colleague mentioned that he knew of services where you pass some content > and it spits out some suggested Tags or Keywords that would be best

Re: Tag generation

2010-07-15 Thread Olivier Dobberkau
Am 15.07.2010 um 17:34 schrieb kenf_nc: > A colleague mentioned that he knew of services where you pass some content > and it spits out some suggested Tags or Keywords that would be best suited > to associate with that content. > > Does anyone know if there is a contrib to Solr or Lucene that do

Tag generation

2010-07-15 Thread kenf_nc
can be given a solr index or solr query and it comes up with some good Tag suggestions? -- View this message in context: http://lucene.472066.n3.nabble.com/Tag-generation-tp969888p969888.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: TermVectorComponent for tag generation?

2008-11-01 Thread Grant Ingersoll
On Nov 1, 2008, at 3:04 PM, Jon Baer wrote: On Nov 1, 2008, at 1:16 PM, Grant Ingersoll wrote: How do you propose to distinguish those words from the other ones? ** They are field values from other documents But so are many other words from that document, what separates out [Lucene,

Re: TermVectorComponent for tag generation?

2008-11-01 Thread Jon Baer
On Nov 1, 2008, at 1:16 PM, Grant Ingersoll wrote: How do you propose to distinguish those words from the other ones? ** They are field values from other documents The problem you are addressing is often called keyword extraction. In general, it 's a difficult problem, but you may have d

Re: TermVectorComponent for tag generation?

2008-11-01 Thread Grant Ingersoll
torMapper and have it customize the TV output... Thanks, Grant On Oct 31, 2008, at 5:20 PM, Jon Baer wrote: Hi, So Im looking to either use this or build a component which might do what Im looking for. Id like to figure out if its possible use a single doc to get tag generation based o

Re: TermVectorComponent for tag generation?

2008-10-31 Thread Vaijanath N. Rao
... Thanks, Grant On Oct 31, 2008, at 5:20 PM, Jon Baer wrote: Hi, So Im looking to either use this or build a component which might do what Im looking for. Id like to figure out if its possible use a single doc to get tag generation based on the matches within that document for example:

Re: TermVectorComponent for tag generation?

2008-10-31 Thread Jon Baer
own SolrTermVectorMapper and have it customize the TV output... Thanks, Grant On Oct 31, 2008, at 5:20 PM, Jon Baer wrote: Hi, So Im looking to either use this or build a component which might do what Im looking for. Id like to figure out if its possible use a single doc to get tag gen

Re: TermVectorComponent for tag generation?

2008-10-31 Thread Grant Ingersoll
anks, Grant On Oct 31, 2008, at 5:20 PM, Jon Baer wrote: Hi, So Im looking to either use this or build a component which might do what Im looking for. Id like to figure out if its possible use a single doc to get tag generation based on the matches within that document for example: 1 News

TermVectorComponent for tag generation?

2008-10-31 Thread Jon Baer
Hi, So Im looking to either use this or build a component which might do what Im looking for. Id like to figure out if its possible use a single doc to get tag generation based on the matches within that document for example: 1 News Doc -> contains 5 Players and 8 Teams (show them