Serialized Form
-
Package org.texttechnologylab.DockerUnifiedUIMAInterface.connection.mongodb
-
Class org.texttechnologylab.DockerUnifiedUIMAInterface.connection.mongodb.MongoDBConfig
class MongoDBConfig extends Properties implements Serializable
-
-
Package org.texttechnologylab.DockerUnifiedUIMAInterface.pipeline_storage.arangodb
-
Class org.texttechnologylab.DockerUnifiedUIMAInterface.pipeline_storage.arangodb.DUUIArangoComposerConfiguration
class DUUIArangoComposerConfiguration extends com.arangodb.entity.BaseDocument implements Serializable
-
-
Package org.texttechnologylab.DockerUnifiedUIMAInterface.segmentation
-
Class org.texttechnologylab.DockerUnifiedUIMAInterface.segmentation.DUUISegmentationRuleSentences
class DUUISegmentationRuleSentences extends Object implements Serializable-
Serialized Fields
-
windowSize
int windowSize
-
-
-
Class org.texttechnologylab.DockerUnifiedUIMAInterface.segmentation.DUUISegmentationStrategy
class DUUISegmentationStrategy extends Object implements Serializable-
Serialized Fields
-
jCasInput
org.apache.uima.jcas.JCas jCasInput
The current JCas to be processed, this should not be modified -
jCasOutput
org.apache.uima.jcas.JCas jCasOutput
The final JCas where the generated annotations are merged into -
segmentationRules
List<IDUUISegmentationRule> segmentationRules
List of segmentation rules that will be applied in order
-
-
-
Class org.texttechnologylab.DockerUnifiedUIMAInterface.segmentation.DUUISegmentationStrategyByAnnotation
class DUUISegmentationStrategyByAnnotation extends DUUISegmentationStrategy implements Serializable-
Serialized Fields
-
annotationCount
long annotationCount
-
annotationIt
ListIterator<? extends org.apache.uima.jcas.tcas.Annotation> annotationIt
-
annotations
List<? extends org.apache.uima.jcas.tcas.Annotation> annotations
-
ignoreMissingAnnotations
boolean ignoreMissingAnnotations
-
jCasCurrentSegment
org.apache.uima.jcas.JCas jCasCurrentSegment
-
maxAnnotationsPerSegment
int maxAnnotationsPerSegment
-
maxCharsPerSegment
int maxCharsPerSegment
-
printStatistics
boolean printStatistics
-
SegmentationClass
Class<? extends org.apache.uima.jcas.tcas.Annotation> SegmentationClass
Annotation type to use for splitting cas contents
-
-
-
Class org.texttechnologylab.DockerUnifiedUIMAInterface.segmentation.DUUISegmentationStrategyByAnnotationFast
class DUUISegmentationStrategyByAnnotationFast extends DUUISegmentationStrategy implements Serializable -
Class org.texttechnologylab.DockerUnifiedUIMAInterface.segmentation.DUUISegmentationStrategyByDelemiter
class DUUISegmentationStrategyByDelemiter extends DUUISegmentationStrategy implements Serializable -
Class org.texttechnologylab.DockerUnifiedUIMAInterface.segmentation.DUUISegmentationStrategyBySentence
class DUUISegmentationStrategyBySentence extends DUUISegmentationStrategyByAnnotation implements Serializable -
Class org.texttechnologylab.DockerUnifiedUIMAInterface.segmentation.DUUISegmentationStrategyNone
class DUUISegmentationStrategyNone extends DUUISegmentationStrategy implements Serializable
-