Uses of Class
ca.phon.orthography.Orthography
Packages that use Orthography
-
Uses of Orthography in ca.phon.app.ipalookup
Subclasses with type arguments of type Orthography in ca.phon.app.ipalookupMethods in ca.phon.app.ipalookup with parameters of type Orthography -
Uses of Orthography in ca.phon.app.session.editor.autotranscribe
Methods in ca.phon.app.session.editor.autotranscribe with parameters of type OrthographyModifier and TypeMethodDescriptionstatic IPATranscript
AutoTranscriber.transcribe
(Orthography orthography, IPADictionary dictionary) Transcribe given orthography -
Uses of Orthography in ca.phon.app.session.editor.view.common
Subclasses with type arguments of type Orthography in ca.phon.app.session.editor.view.commonConstructor parameters in ca.phon.app.session.editor.view.common with type arguments of type Orthography -
Uses of Orthography in ca.phon.app.session.editor.view.transcript.extensions
Methods in ca.phon.app.session.editor.view.transcript.extensions that return OrthographyModifier and TypeMethodDescriptionAutoTranscriptionExtension.getOrthography
(Record record, Transcriber transcriber) Get orthography for given record -
Uses of Orthography in ca.phon.app.session.intervalTiers
Classes in ca.phon.app.session.intervalTiers that implement interfaces with type arguments of type OrthographyModifier and TypeClassDescriptionclass
Update text and intervals of the "Word Intervals" (%wor) tier when text of Orthography changes.Methods in ca.phon.app.session.intervalTiers that return OrthographyModifier and TypeMethodDescriptionWorTierUpdateVisitor.getOrthography()
Get the updated orthographyOrthoIntervalUpdateVisitor.getUpdatedOrthography()
Methods in ca.phon.app.session.intervalTiers with parameters of type OrthographyModifier and TypeMethodDescriptionstatic List
<IntervalTier.Interval> RecordIntervalTier.orthographyIntervals
(Orthography orthography) Get intervals from the givenOrthography
object.Method parameters in ca.phon.app.session.intervalTiers with type arguments of type OrthographyModifier and TypeMethodDescriptionvoid
WordIntervalsTextUpdater.performDependentTierChanges
(TierEdit<Orthography> tierEdit) -
Uses of Orthography in ca.phon.autotranscribe
Methods in ca.phon.autotranscribe that return OrthographyMethods in ca.phon.autotranscribe with parameters of type OrthographyModifier and TypeMethodDescriptionAutoTranscriber.transcribe
(Orthography orthography) Transcribe the given orthographyAutoTranscriber.transcribe
(Orthography orthography, int fromWord) Transcribe the given orthography starting at the given wordAutoTranscriber.transcribe
(Orthography orthography, int fromWord, int toWord) Transcribe the given orthographyConstructors in ca.phon.autotranscribe with parameters of type OrthographyModifierConstructorDescriptionAutomaticTranscription
(Orthography orthography, Map<OrthographyElement, IPATranscript[]> transcriptionOptions) -
Uses of Orthography in ca.phon.orthography
Classes in ca.phon.orthography that implement interfaces with type arguments of type OrthographyMethods in ca.phon.orthography that return OrthographyModifier and TypeMethodDescriptionstatic Orthography
Orthography.parseOrthography
(String text) Parse the given text into a newOrthography
object.Orthography.subsection
(int start, int end) Return a new Orthography instance with the given range of elementsOrthographyBuilder.toOrthography()
Methods in ca.phon.orthography that return types with arguments of type OrthographyModifier and TypeMethodDescriptionPhraseVisitor.getPhrases()
Return phrases present in the utteranceMethods in ca.phon.orthography with parameters of type OrthographyModifier and TypeMethodDescriptionOrthographyBuilder.append
(Orthography ortho) OrthographyFormatter.format
(Orthography obj) -
Uses of Orthography in ca.phon.orthography.check
Methods in ca.phon.orthography.check with parameters of type OrthographyModifier and TypeMethodDescriptionvoid
OrthographyCheck.check
(Orthography orthography, OrthographyCheckHandler handler) void
OrthographyCheckHandler.reportIssue
(Orthography orthography, String message, int orthoIdx) -
Uses of Orthography in ca.phon.orthography.parser
Methods in ca.phon.orthography.parser that return Orthography -
Uses of Orthography in ca.phon.session
Methods in ca.phon.session that return OrthographyModifier and TypeMethodDescriptionRecord.getOrthography()
Get orthographic transcription for record.Methods in ca.phon.session that return types with arguments of type OrthographyMethods in ca.phon.session with parameters of type Orthography -
Uses of Orthography in ca.phon.session.alignment
Methods in ca.phon.session.alignment with parameters of type OrthographyModifier and TypeMethodDescriptionOrthographyTierElementFilter.filterOrthography
(Orthography orthography) -
Uses of Orthography in ca.phon.session.impl
Methods in ca.phon.session.impl that return types with arguments of type Orthography -
Uses of Orthography in ca.phon.session.io.xml
Methods in ca.phon.session.io.xml that return OrthographyModifier and TypeMethodDescriptionstatic Orthography
XMLFragments.orthographyFromXml
(String xml) Create a new instance of Orthpgraphy from given xmlMethods in ca.phon.session.io.xml with parameters of type OrthographyModifier and TypeMethodDescriptionstatic String
XMLFragments.toXml
(Orthography orthography, boolean includeNamespace, boolean formatted) Generate xml fragment for Orthogrpahy -
Uses of Orthography in ca.phon.session.io.xml.v1_2
Methods in ca.phon.session.io.xml.v1_2 that return types with arguments of type Orthography -
Uses of Orthography in ca.phon.session.io.xml.v2_0
Methods in ca.phon.session.io.xml.v2_0 that return OrthographyModifier and TypeMethodDescriptionXmlOrthographyVisitor.getOrthography()
XmlSessionReaderV2_0.readOrthography
(XmlUtteranceType ut) Methods in ca.phon.session.io.xml.v2_0 that return types with arguments of type OrthographyMethods in ca.phon.session.io.xml.v2_0 with parameters of type OrthographyModifier and TypeMethodDescriptionXmlSessionWriterV2_0.writeOrthography
(ObjectFactory factory, Orthography orthography) -
Uses of Orthography in ca.phon.session.spi
Methods in ca.phon.session.spi that return types with arguments of type Orthography