There is no model available for docCat in OpeNLP but they provide API to for the same. You have to build your own model. This link will help you. "http://hanishblogger.blogspot.in/2013/07/data-categorization-using-opennlp.html"
On 6/29/14, Amit Sela <[email protected]> wrote: > Hi all, > > I'm new to OpenNLP and I would like to categorize text using the > DocumnetCategorizeME and a MaxEnt (DoccatModel). > > I was wondering if there is an open-source model available, or I have to > build one myself ? > Is it possible to merge DoccatModels ? If I use MapReduce to create a large > MaxEnt model, I'll end up with #reducers models, is there a way to merge > them ? categorize with all of them ? > > Thanks, > Amit. >
