|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.examples.casMultiplier.CasMultiplierExampleApplication
public class CasMultiplierExampleApplication
An example application that shows how to interact with a CasMultiplier. A CasMultiplier is a type of Analysis Engine that outputs new CASes. One use of a CasMultiplier is to divide a large CAS into smaller pieces - a CasMultiplier that does this is called a "Segmenter".
This program takes two arguments -
Constructor Summary | |
---|---|
CasMultiplierExampleApplication()
|
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 |
---|
public CasMultiplierExampleApplication()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- Command-line arguments - see class description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |