Uses of Class
ca.phon.ipa.IPATranscriptBuilder
Packages that use IPATranscriptBuilder
Package
Description
Classes implementing the phonex language.
-
Uses of IPATranscriptBuilder in ca.phon.ipa
Fields in ca.phon.ipa declared as IPATranscriptBuilderModifier and TypeFieldDescriptionprotected IPATranscriptBuilderSyllableInfoVisitor.currentSyllableBuildercurrent syllableMethods in ca.phon.ipa that return IPATranscriptBuilderModifier and TypeMethodDescriptionIPATranscriptBuilder.append(IPAElement ipaElement) Append the givenIPAElementIPATranscriptBuilder.append(IPATranscript ipa) Append the given transcriptAppend the given string to the transcript.Append the given string to the transcript, attempting to retain syllabification.IPATranscriptBuilder.append(Collection<? extends IPAElement> eleList) Append all elementsIPATranscriptBuilder.appendCompoundWordMarker()Append a compound word marker (e.g, '+')IPATranscriptBuilder.appendContraction()Append contractionIPATranscriptBuilder.appendLinker()Append a linker (including liason)IPATranscriptBuilder.appendMajorIntonationGroup()Append major intonation groupIPATranscriptBuilder.appendMinorIntonationGroup()Append minor intonation groupIPATranscriptBuilder.appendPause(float secs) IPATranscriptBuilder.appendPause(PauseLength len) IPATranscriptBuilder.appendPg(PhoneticGroupMarkerType type) IPATranscriptBuilder.appendPgEnd()Append phonetic group marker endIPATranscriptBuilder.appendPgStart()Append phonetic group marker startIPATranscriptBuilder.appendPhone(Diacritic[] prefixDiacritics, Character basePhone, Diacritic[] combiningDiacritics, Diacritic[] suffixDiacritics) Append a phoneIPATranscriptBuilder.appendPhone(Diacritic[] prefixDiacritics, Character basePhone, Diacritic[] combiningDiacritics, Diacritic[] suffixDiacritics, FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) Append a phoneIPATranscriptBuilder.appendStress(StressType type) Append stressIPATranscriptBuilder.appendSyllableBoundary()Append a syllable boundary (e.g., '.')IPATranscriptBuilder.appendWordBoundary()Append a word boundary.IPATranscriptBuilder.makeCompoundPhone(IPAElement phone, Character lig) Make the last added element plus this phone a new compound phone.IPATranscriptBuilder.makeCompoundPhone(Character lig) IPATranscriptBuilder.makeCompoundPhone(Character lig, FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) IPATranscriptBuilder.reverse()Reverse elements in this builder. -
Uses of IPATranscriptBuilder in ca.phon.ipa.parser
Methods in ca.phon.ipa.parser that return IPATranscriptBuilder -
Uses of IPATranscriptBuilder in ca.phon.phonex
Methods in ca.phon.phonex with parameters of type IPATranscriptBuilderModifier and TypeMethodDescriptionvoidPhonexMatcher.appendReplacement(IPATranscriptBuilder builder, IPATranscript replacement) This method performs the following actions: It readsIPAElements from the input sequence, starting at the append position, and appends them to the givenIPATranscriptBuilder.voidPhonexMatcher.appendTail(IPATranscriptBuilder builder) AppendIPAElements from the input sequence to theIPATranscriptBuilderfrom the last append position to the end of the input sequence. -
Uses of IPATranscriptBuilder in ca.phon.syllable
Fields in ca.phon.syllable declared as IPATranscriptBuilderModifier and TypeFieldDescriptionprotected IPATranscriptBuilderSyllableVisitor.currentSyllableBuildercurrent syllable