Hi,
just tried to use the Alchemy Annotator to detect entities.
To get started, everything is configured by the sample
TextRankedEntityExtractionAEDescriptor.xml descriptor.
The AE is feed with swedish news article.
After analyzing quite a few articles I get a ClassNotFoundException:
Caused by: org.apache.uima.alchemy.utils.exception.MappingException:
java.lang.ClassNotFoundException:
org.apache.uima.alchemy.ts.entity.Automobile
at
org.apache.uima.alchemy.utils.Alchemy2TypeSystemMapper.mapRankedEntities(Alchemy2TypeSystemMapper.java:101)
at
org.apache.uima.alchemy.annotator.TextRankedNamedEntityExtractionAnnotator.mapResultsToTypeSystem(TextRankedNamedEntityExtractionAnnotator.java:45)
at
org.apache.uima.alchemy.annotator.AbstractAlchemyAnnotator.process(AbstractAlchemyAnnotator.java:126)
Shouldn't that class be generated during the build ?
I used the current head code.
Thanks,
Jörn