ontea.example.text
Class Annotation

java.lang.Object
  extended by ontea.example.text.Annotation

public class Annotation
extends java.lang.Object

Example of text annotation from example dir where simple ontology and texts in Slovak and English are located


Field Summary
(package private) static java.util.HashSet<Result> allResults
           
private static org.apache.log4j.Logger log
           
(package private) static Memory mem
           
(package private) static Operations sesameOp
           
 
Constructor Summary
Annotation()
           
 
Method Summary
static java.util.Set<Result> allPatternsAnnotate(java.lang.String text, PatternSet pSet)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mem

static Memory mem

sesameOp

static Operations sesameOp

allResults

static java.util.HashSet<Result> allResults

log

private static final org.apache.log4j.Logger log
Constructor Detail

Annotation

public Annotation()
Method Detail

allPatternsAnnotate

public static java.util.Set<Result> allPatternsAnnotate(java.lang.String text,
                                                        PatternSet pSet)

main

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