public class TermSuiteCas
extends java.lang.Object
JCas
aiming at providing an easy access API
to TermSuite annotations for end-users.Constructor and Description |
---|
TermSuiteCas(org.apache.uima.jcas.JCas uimaCas) |
Modifier and Type | Method and Description |
---|---|
fr.univnantes.termsuite.types.SourceDocumentInformation |
getSourceDocumentInformation() |
java.lang.Iterable<fr.univnantes.termsuite.types.TermOccAnnotation> |
getSubTermOccAnnotations(fr.univnantes.termsuite.types.TermOccAnnotation termOcc) |
java.lang.Iterable<fr.univnantes.termsuite.types.WordAnnotation> |
getSubWordAnnotations(fr.univnantes.termsuite.types.TermOccAnnotation termOcc) |
java.lang.Iterable<fr.univnantes.termsuite.types.TermOccAnnotation> |
getTermOccAnnotations() |
org.apache.uima.jcas.JCas |
getUimaCas() |
java.lang.Iterable<fr.univnantes.termsuite.types.WordAnnotation> |
getWordAnnotations() |
java.util.Iterator<fr.univnantes.termsuite.types.TermOccAnnotation> |
termOccAnnotationIt() |
java.util.Iterator<fr.univnantes.termsuite.types.WordAnnotation> |
wordAnnotationIt() |
public org.apache.uima.jcas.JCas getUimaCas()
JCas
objectpublic fr.univnantes.termsuite.types.SourceDocumentInformation getSourceDocumentInformation()
public java.lang.Iterable<fr.univnantes.termsuite.types.WordAnnotation> getWordAnnotations()
public java.lang.Iterable<fr.univnantes.termsuite.types.WordAnnotation> getSubWordAnnotations(fr.univnantes.termsuite.types.TermOccAnnotation termOcc)
public java.util.Iterator<fr.univnantes.termsuite.types.WordAnnotation> wordAnnotationIt()
public java.lang.Iterable<fr.univnantes.termsuite.types.TermOccAnnotation> getTermOccAnnotations()
public java.lang.Iterable<fr.univnantes.termsuite.types.TermOccAnnotation> getSubTermOccAnnotations(fr.univnantes.termsuite.types.TermOccAnnotation termOcc)
public java.util.Iterator<fr.univnantes.termsuite.types.TermOccAnnotation> termOccAnnotationIt()