Richard Eckart de Castilho <richard.eckart@...> writes:

> 
> > Erhmmm, has anybody do something like this before?
> > I really am interested to know how you can do it.
> > 
> > To clarify, I am very interested in how you can mix-match different 
PEARs, 
> > possibly from different open source projects, with different type 
systems, 
> > and run them in a pipeline as a coherent whole.
> > 
> > How do you resolve the issue that all their type systems are of 
different 
> > Java types and be able to use each other's analysis results in the 
pipeline.
> 
> We generally stick to one type system and one collection of components and
> include components from other collections only if the are configurable 
with
> respect to type or of they are type agnostic. E.g. we combine the 
linguistic
> pre-processing components from DKPro Core [1] with the machine learning
> components from ClearTK [2].
> 
> There is also the uima-type-mapper [3] that tries to convert between 
systems. Maybe
> you want to try that. 
> 
> Cheers,
> 

Thanks Richard for your informative reply.
You mentioned you able to use DKPro Core and ClearTK together.
a. Do you use them as PEAR or do you simply download (manually  or via 
Maven) the JARs and use the annotators like a library?
b. Your post imply that DKPro Core and ClearTK has some sort of configurable  
type system or are type agnostic. So far I have seen that OpenNLP are able 
to load whatever type in the application via the parameter configuration 
settings like "opennlp.uima.SentenceType". Are DKPro Core and ClearTK simple 
to OpenNLP annotators in this aspect?

Thanks. 


Reply via email to