- java.lang.Object
-
- io.annot8.common.components.AbstractComponentDescriptor<T,S>
-
- io.annot8.common.components.AbstractProcessorDescriptor<USTelephone.Processor,io.annot8.api.settings.NoSettings>
-
- io.annot8.components.comms.processors.USTelephone
-
- All Implemented Interfaces:
io.annot8.api.components.Annot8ComponentDescriptor<USTelephone.Processor,io.annot8.api.settings.NoSettings>,io.annot8.api.components.ProcessorDescriptor<USTelephone.Processor,io.annot8.api.settings.NoSettings>
@ComponentName("US Telephone Number") @ComponentDescription("Extract valid US-style Telephone numbers (e.g. 1-800-CALLME) from text") @ComponentTags({"communications","telephone","text"}) public class USTelephone extends io.annot8.common.components.AbstractProcessorDescriptor<USTelephone.Processor,io.annot8.api.settings.NoSettings>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUSTelephone.Processor
-
Constructor Summary
Constructors Constructor Description USTelephone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.annot8.api.capabilities.Capabilitiescapabilities()protected USTelephone.ProcessorcreateComponent(io.annot8.api.context.Context context, io.annot8.api.settings.NoSettings settings)-
Methods inherited from class io.annot8.common.components.AbstractComponentDescriptor
create, getName, getSettings, setName, setSettings
-
-
-
-
Method Detail
-
createComponent
protected USTelephone.Processor createComponent(io.annot8.api.context.Context context, io.annot8.api.settings.NoSettings settings)
- Specified by:
createComponentin classio.annot8.common.components.AbstractComponentDescriptor<USTelephone.Processor,io.annot8.api.settings.NoSettings>
-
capabilities
public io.annot8.api.capabilities.Capabilities capabilities()
-
-