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
Constructors -
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:PluginProviderCreate a new matcher for the given input string.- Specified by:
createMatcherin interfacePluginProvider- Returns:
- PhoneMatcher
- Throws:
IllegalArgumentException- if there was a problem creating the plug-in matcher
-