| <?xml version="1.0" encoding="ISO-8859-1"?> |
| |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| https://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <document> |
| |
| <properties> |
| <title>Apache UIMA Tools and Servers</title> |
| <author email="dev@uima.apache.org"> |
| Apache UIMA Documentation Team</author> |
| </properties> |
| |
| <body> |
|
|
| <section name="UIMA Tools and Servers"> |
| |
| <p> |
| UIMA comes with various tools and a simple server (which runs an arbitrary UIMA pipeline |
| as a Web Services). Some of these are provided with the main SDK downloads, others |
| with the UIMA Addons package. |
| </p>
|
| |
| <h4>Tools</h4>
|
| <ul> |
| <li><a href="d/uimaj-current/tools.html#ugr.tools.cde">Component Descriptor Editor</a></li>
|
| <li><a href="d/uimaj-current/tools.html#ugr.tools.cpe">Collection Processing Engine descriptor editor and runner</a></li> |
| <li><a href="d/uimaj-current/tools.html#ugr.tools.doc_analyzer">Document Analyzer - runs a pipeline on directory of files, shows results</a></li> |
| <li><a href="d/uimaj-current/tools.html#ugr.tools.annotation_viewer">GUI to view XML exported versions of CASes</a></li> |
| <li><a href="d/uimaj-current/tools.html#ugr.tools.cvd">CAS Visual Debugger</a></li> |
| <li><a href="d/uimaj-current/tools.html#ugr.tools.ce">CAS Editor</a></li> |
| <li><a href="d/uimaj-current/tools.html#ugr.tools.jcasgen">Generate JCas Java classes for a type system</a></li> |
| <li><a href="sandbox.html#pear.package.task">PEAR Packaging ANT Task</a></li> |
| <li><a href="d/uimaj-current/tools.html#ugr.tools.pear.packager.maven.plugin.usage">PEAR Packaging Maven Plugin (moved to main Java SDK)</a></li> |
| <li><a href="d/uimaj-current/tools.html#ugr.tools.pear.installer">PEAR installer</a></li> |
| <!--li><a href="d/uimaj-current/tools.html#">Eclipse launcher for UIMA pipelines</a></li--> |
| </ul> |
| <h4>Miscellaneous</h4> |
| <ul> |
| <li><a href="sandbox.html#fs.variables">Feature Structure Variables</a></li> |
| <li><a href="sandbox.html#simple-server">Simple Server (UIMA REST service)</a></li> |
| </ul>
|
| |
|
|
| </section>
|
|
|
| </body> |
| </document> |
| |