On Fri, Oct 10, 2014 at 2:48 PM, <
igor.b...@ucdconnect.ie> wrote:
> Just wondering if there's an example pipeline for running SumBasic.
This is still @Beta code as you've probably noticed, so we don't have
an official example of it, but you can see a bit what the pipeline
looks like here:
https://code.google.com/p/cleartk/source/browse/cleartk-summarization/src/main/java/org/cleartk/summarization/SumBasic.java#128
> Having some issues with an "Undeclared type
> [org.cleartk.summarization.type.SummarySentence]",
This class should be included in the .jar on Maven Central. If you're
working directly from the repository, make sure that the
jcasgen-maven-plugin has been executed on
src/main/resources/org/cleartk/summarization/TypeSystem.xml. This
should have happened automatically if the project is being built by
Maven.
> Also, I can't seem to find the right way to specify a "--max-num-sentences"
> parameter.
I think the example I liked above shows how to specify that.
Steve