Class StressPluginProvider

java.lang.Object
ca.phon.syllable.phonex.StressPluginProvider
All Implemented Interfaces:
PluginProvider

@PhonexPlugin(name="stress", description="Match stress", arguments="type") public class StressPluginProvider extends Object implements PluginProvider

Provides the plug-in matcher for syllable stress. Stress type is identified by the following list:

  • U - No Stress
  • 1 - Primary Stress
  • 2 - Secondary Stress
  • S - Any Stress
E.g., Search for unstressed consonants
 \c:stress("U")
 
Stress types may also be 'or'-ed using the pipe ('|') symbol.
E.g., Search for stressed (primary or secondary) consonants
 \c:stress("1|2")