org.apache.uima.examples
Class ExampleApplication

java.lang.Object
  extended by org.apache.uima.examples.ExampleApplication

public class ExampleApplication
extends java.lang.Object

An example application that reads documents from files, sends them though an Analysis Engine, and prints all discovered annotations to System.out.

The application takes two arguments:

  1. The path to an XML descriptor for the Analysis Engine to be executed
  2. An input directory containing files to be processed


Constructor Summary
ExampleApplication()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleApplication

public ExampleApplication()
Method Detail

main

public static void main(java.lang.String[] args)
Main program.

Parameters:
args - Command-line arguments - see class description


Copyright © 2013. All Rights Reserved.