Uses of Class
ca.phon.ipa.IPATranscriptBuilder
Package
Description
Classes implementing the phonex language.
-
Uses of IPATranscriptBuilder in ca.phon.ipa
Modifier and TypeMethodDescriptionIPATranscriptBuilder.append
(IPAElement ipaElement) Append the givenIPAElement
IPATranscriptBuilder.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.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.reverse()
Reverse elements in this builder. -
Uses of IPATranscriptBuilder in ca.phon.ipa.parser
-
Uses of IPATranscriptBuilder in ca.phon.phonex
Modifier and TypeMethodDescriptionvoid
PhonexMatcher.appendReplacement
(IPATranscriptBuilder builder, IPATranscript replacement) This method performs the following actions: It readsIPAElement
s from the input sequence, starting at the append position, and appends them to the givenIPATranscriptBuilder
.void
PhonexMatcher.appendTail
(IPATranscriptBuilder builder) AppendIPAElement
s from the input sequence to theIPATranscriptBuilder
from the last append position to the end of the input sequence. -
Uses of IPATranscriptBuilder in ca.phon.syllable
Modifier and TypeFieldDescriptionprotected IPATranscriptBuilder
SyllableVisitor.currentSyllableBuilder
current syllable