Package ca.phon.phonex.plugins
Class SuffixDiacriticPluginProvider
java.lang.Object
ca.phon.phonex.plugins.SuffixDiacriticPluginProvider
- All Implemented Interfaces:
PluginProvider
@PhonexPlugin(name="suffix",
description="Match suffix diacritics",
arguments="diacritics")
public class SuffixDiacriticPluginProvider
extends Object
implements PluginProvider
Provides the suffix diacritic plug-in matcher.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMatcher
(List<String> args) Create a new matcher for the given input string.
-
Constructor Details
-
SuffixDiacriticPluginProvider
public SuffixDiacriticPluginProvider()
-
-
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
-