You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@opennlp.apache.org by Karimkhan Pathan <ka...@yahoo.com.INVALID> on 2014/06/19 17:18:38 UTC

Text Tagging

I want to perform tagging user post and comments. Is it possible using opennlp?

Categories of user posts are: "Job, discussion, services, events, talent, buy/sell" 
Some posts would have tags, I need to predict tags for other post. Algorithm should also be able to tag new coming posts.
Each  post will have comments. The comments have to be predicted if it is topic/off-topic or spam. or spam.
Tags can be like: marketing, sell, suggestion, entrepreneurship etcOr is there any other suitable opensource library for this?


--- 
With thanks and regards, 
Karimkhan

Re: Text Tagging

Posted by Jörn Kottmann <ko...@gmail.com>.
Hello,

you can use the document categorizer for this task. It can classify a 
piece of text into
a user defined categories.

Have a look at the documentation on how to use it.

HTH,
Jörn

On 06/19/2014 05:18 PM, Karimkhan Pathan wrote:
> I want to perform tagging user post and comments. Is it possible using opennlp?
>
> Categories of user posts are: "Job, discussion, services, events, talent, buy/sell"
> Some posts would have tags, I need to predict tags for other post. Algorithm should also be able to tag new coming posts.
> Each  post will have comments. The comments have to be predicted if it is topic/off-topic or spam. or spam.
> Tags can be like: marketing, sell, suggestion, entrepreneurship etcOr is there any other suitable opensource library for this?
>
>
> ---
> With thanks and regards,
> Karimkhan
>