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