Package ca.phon.phonex.plugins
Class AnyDiacriticPluginProvider
java.lang.Object
ca.phon.phonex.plugins.AnyDiacriticPluginProvider
- All Implemented Interfaces:
PluginProvider
@PhonexPlugin(name="diacritic",
description="Match diacritics of a phone",
arguments="diacritics")
public class AnyDiacriticPluginProvider
extends Object
implements PluginProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMatcher
(List<String> args) Create a new matcher for the given input string.
-
Constructor Details
-
AnyDiacriticPluginProvider
public AnyDiacriticPluginProvider()
-
-
Method Details
-
createMatcher
Description copied from interface:PluginProvider
Create a new matcher for the given input string.- Specified by:
createMatcher
in interfacePluginProvider
- Returns:
- PhoneMatcher
- Throws:
IllegalArgumentException
- if there was a problem creating the plug-in matcher
-