It seems at least several classes(like ClustersConsumerOutputComponent)
are missing and some classes changed their API(RawDocumentBase no longer
has a empty constructor). Anyway, if changes are only minor, I will try
to find the right mapping between old and new API.
Ah, right -- this class has been renamed to ArrayOutputComponent. If you
take a look at the API example:
http://svn.sourceforge.net/viewvc/carrot2/trunk/carrot2/applications/carrot2-demo-api-example/src/org/carrot2/apiexample/Example.java?revision=1426&view=markup
it contains verbose JavaDoc and the code should be very similar to what
you can find in Nutch. I'm sorry for this inconvenience, I will port the
plugin code in Nutch but I wanted to wait until we have made a release
so that everything goes in a single patch.
Dawid