org.apache.uima.examples
Class SofaExampleApplication

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

public class SofaExampleApplication
extends java.lang.Object

A simple Multiple Subject of Analysis (multi-Sofa) test application. Creates a text Sofa with English text, calls an annotator that creates a text Sofa with German text, then dumps all annotations found in both Sofas. The application takes no arguments.


Constructor Summary
SofaExampleApplication()
           
 
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

SofaExampleApplication

public SofaExampleApplication()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws UIMAException,
                        java.io.IOException
Main program

Throws:
UIMAException
java.io.IOException


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.