If you look into developing analysis engines, one option is to study implementations of annotator wrappers for a well known NLP libraries. Here are some examples with online access:
1. UIMA annotators for OpenNLP components: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/ 2. DKPro has a bunch of wrappers for a variety of NLP libraries: https://code.google.com/p/dkpro-core-asl/source/browse/de.tudarmstadt.ukp.dkpro.core-asl/trunk/ 3. ClearTK has also a number of annotator implementations: https://code.google.com/p/cleartk/source/browse/ Also, at some point in time, styling umma-fit helped me a lot in understanding UIMA's api. Regards, Sergey. On Tue, Oct 28, 2014 at 7:39 PM, Marshall Schor <[email protected]> wrote: > The UIMA project itself has a folder devoted to example code. > > You can access it by downloading the uimaj binary distribution, and > looking into > the uimaj-examples directory, or > online here: > http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.6.0/uimaj-examples/ > > HTH. -Marshall > > > On 10/28/2014 4:14 PM, Kameron Cole wrote: > > I have not been able to find really any example UIMA code online. Does > > anyone have links to collections of code examples? > > > >
