public class AcronymExtractor extends Processor
Modifier and Type | Field and Description |
---|---|
int |
maxSize
The maxSize of an acronym (inclusive)
|
int |
minSize
The minSize of an acronym (inclusive)
|
java.lang.String[] |
skipTags
If false add an annotation to all the matching token of an acronym.
|
boolean |
uniqAnnotation
The list of annotation tags to skip/ignore
|
Constructor and Description |
---|
AcronymExtractor(java.lang.String name,
java.lang.String fields)
Initialize a new acronym extractor
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
static java.lang.String |
getTag() |
void |
init(java.lang.String name,
java.lang.String[] fields)
Initialize the processor
|
checkResource, destroy, getName, init
public int minSize
public int maxSize
public java.lang.String[] skipTags
public boolean uniqAnnotation
public AcronymExtractor(java.lang.String name, java.lang.String fields)
name
- fields
- Copyright © 2013 Dassault Systèmes, All Rights Reserved.