Uses of Class
ca.phon.phonex.PhonexPattern
Packages that use PhonexPattern
Package
Description
Classes implementing the phonex language.
-
Uses of PhonexPattern in ca.phon.ipa
Methods in ca.phon.ipa with parameters of type PhonexPatternModifier and TypeMethodDescriptionIPATranscript.replaceAll
(PhonexPattern pattern, IPATranscript replacement) Replace all occurrences of the a phonex expression with the given replacement.IPATranscript.replaceFirst
(PhonexPattern pattern, IPATranscript replacement) Replace the first occurrence of the a phonex expression with the given replacement. -
Uses of PhonexPattern in ca.phon.phonex
Methods in ca.phon.phonex that return PhonexPatternModifier and TypeMethodDescriptionstatic PhonexPattern
static PhonexPattern
Compile the given phonex into a patternPhonexMatcher.pattern()
Return this matcher's pattern.Methods in ca.phon.phonex with parameters of type PhonexPatternModifier and TypeMethodDescriptionint
PhonexPattern.compareTo
(PhonexPattern arg0) Compares phonex pattern strings. -
Uses of PhonexPattern in ca.phon.syllabifier.opgraph.nodes
Methods in ca.phon.syllabifier.opgraph.nodes that return types with arguments of type PhonexPatternModifier and TypeMethodDescriptionSonorityNode.parseSonorityScale
(String scale) Set sonority scale as a string.Constructor parameters in ca.phon.syllabifier.opgraph.nodes with type arguments of type PhonexPattern