Package com.cobber.fta.plugins.address
Class SuburbAU
- Object
-
- LogicalType
-
- LogicalTypeCode
-
- LogicalTypeInfinite
-
- LogicalTypeBloomFilter
-
- com.cobber.fta.plugins.address.SuburbAU
-
- All Implemented Interfaces:
LTRandom
,Comparable<LogicalType>
public class SuburbAU extends LogicalTypeBloomFilter
Plugin to detect Australian Suburb names.
-
-
Field Summary
-
Fields inherited from class com.cobber.fta.LogicalType
analysisConfig, defn, locale, localeInfo, pluginLocaleEntry, priority, threshold
-
-
Constructor Summary
Constructors Constructor Description SuburbAU(PluginDefinition plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRegExp()
The Regular Expression that most closely matches (SeeLogicalType.isRegExpComplete()
) this Semantic Type.-
Methods inherited from class com.cobber.fta.LogicalTypeBloomFilter
analyzeSet, getBaseType, getConfidence, initialize, isCandidate, isValid, nextRandom
-
Methods inherited from class com.cobber.fta.LogicalTypeInfinite
isClosed, isRegExpComplete
-
Methods inherited from class com.cobber.fta.LogicalTypeCode
getRandom, seed
-
Methods inherited from class com.cobber.fta.LogicalType
acceptsBaseType, compareTo, getDescription, getHeaderConfidence, getPluginDefinition, getPriority, getSemanticType, getSignature, getThreshold, isLocaleSensitive, isValid, setThreshold
-
-
-
-
Constructor Detail
-
SuburbAU
public SuburbAU(PluginDefinition plugin)
-
-
Method Detail
-
getRegExp
public String getRegExp()
Description copied from class:LogicalType
The Regular Expression that most closely matches (SeeLogicalType.isRegExpComplete()
) this Semantic Type. Note: All valid matches will match this RE, but the inverse is not necessarily true.- Specified by:
getRegExp
in classLogicalType
- Returns:
- The Java Regular Expression that most closely matches this Semantic Type.
-
-