Hi Ahmed, The question might be easier to answer, if you provide more background on the specific tasks or what problem you want to solve. I have had good experiences [1] with DKPro [2], which is a machine-learning / NLP integration framework built on UIMA. It provides connectors to various ML/NLP libraries, OpenNLP being one of them. There are various code examples in Java and Groovy which allow a user to get up and running relatively fast. A day or so should be enough to adjust the examples to your specific needs, if you have some background in Java or Groovy. However, more complex projects will require a deeper understanding of the framework and UIMA, so there could be a bit of a learning curve associated. But again, it’s hard to say without knowing what you want to achieve.
Cheers, Martin [1] Full disclosure: I received commit rights for the repo last week, so this might be very biased. :) [2] https://dkpro.github.io/dkpro-core/ > Am 09.08.2015 um 10:49 schrieb Ahmed Ayman <amadeo.egyr...@gmail.com>: > > Good Morning, > > I would like to ask how to integrate openNLP with UIMA > > Regards,