Skip to content

Configuring an Eclipse project for CSE annotator

anacmendes edited this page Jan 9, 2013 · 4 revisions
myproject
 |- pom.xml
 '- src
    '- main
      |- java
      |  '- **/*.java 
      '- resources
         |- mypipeline.yaml /* the entry point for your pipeline */
         |- **/*.yaml /* all your descriptors go into the resources folder */
         '- META-INF
            '- org.uimafit
               '- types.txt
```