Uses of Interface
ca.phon.syllabifier.Syllabifier
Packages that use Syllabifier
-
Uses of Syllabifier in ca.phon.app.opgraph.nodes
Methods in ca.phon.app.opgraph.nodes that return SyllabifierMethods in ca.phon.app.opgraph.nodes with parameters of type SyllabifierModifier and TypeMethodDescriptionvoid
AutomaticTranscriptionNode.setSyllabifier
(Syllabifier syllabifier) -
Uses of Syllabifier in ca.phon.app.project.checkwizard
Methods in ca.phon.app.project.checkwizard that return Syllabifier -
Uses of Syllabifier in ca.phon.app.session.editor.autotranscribe
Methods in ca.phon.app.session.editor.autotranscribe that return SyllabifierModifier and TypeMethodDescriptionAutoTranscriber.getSyllabifier()
AutoTranscriptionForm.getSyllabifier()
Methods in ca.phon.app.session.editor.autotranscribe with parameters of type SyllabifierModifier and TypeMethodDescriptionvoid
AutoTranscriber.setSyllabifier
(Syllabifier syllabifier) void
AutoTranscriptionForm.setSyllabifier
(Syllabifier syllabifier) -
Uses of Syllabifier in ca.phon.app.session.editor.view.common
Constructors in ca.phon.app.session.editor.view.common with parameters of type SyllabifierModifierConstructorDescriptionIPAGroupField
(Tier<IPATranscript> tier, Transcriber transcriber, Syllabifier syllabifier) -
Uses of Syllabifier in ca.phon.app.session.editor.view.syllabificationAlignment
Constructors in ca.phon.app.session.editor.view.syllabificationAlignment with parameters of type SyllabifierModifierConstructorDescriptionSyllabifyEdit
(SessionEditor editor, Tier<IPATranscript> ipaTier, Syllabifier syllabifier) SyllabifyEdit
(SessionEditor editor, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) SyllabifyEdit
(Session session, EditorEventManager eventManager, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) -
Uses of Syllabifier in ca.phon.app.syllabifier
Subclasses with type arguments of type Syllabifier in ca.phon.app.syllabifier -
Uses of Syllabifier in ca.phon.session
Methods in ca.phon.session that return SyllabifierModifier and TypeMethodDescriptionstatic Syllabifier
SyllabifierOptions.findSyllabifier
(Session session, Record record, Tier<IPATranscript> tier) Return syllabifier based on the following rules: If tier parameters has a value for key TIER_SYLLABIFIER, use syllabifier for that language if found If record language is set, attempt to find syllabifier for that language If session language is set, attempt to find syllabifier for that language Finally, return default syllabifier -
Uses of Syllabifier in ca.phon.session.check
Constructors in ca.phon.session.check with parameters of type Syllabifier -
Uses of Syllabifier in ca.phon.syllabifier
Classes in ca.phon.syllabifier that implement SyllabifierSubclasses with type arguments of type Syllabifier in ca.phon.syllabifierModifier and TypeClassDescriptionclass
Interface used byServiceLoader
to automatically find resource handlers for syllabifiers.Subinterfaces with type arguments of type Syllabifier in ca.phon.syllabifierModifier and TypeInterfaceDescriptioninterface
Interface used byServiceLoader
to automatically find resource handlers for syllabifiers.Methods in ca.phon.syllabifier that return SyllabifierModifier and TypeMethodDescriptionSyllabifierLibrary.defaultSyllabifier()
SyllabifierLibrary.getSyllabifierByName
(String name) Get a syllabifier by name.SyllabifierLibrary.getSyllabifierForLanguage
(Language lang) SyllabifierLibrary.getSyllabifierForLanguage
(String lang) Get the first available syllabifier for the given language.JsonSyllabifierProvider.loadFromURL
(URL url) Methods in ca.phon.syllabifier that return types with arguments of type SyllabifierModifier and TypeMethodDescriptionSyllabifierLibrary.availableSyllabifiers()
Return an Iterator for the available syllabifiers.SyllabifierLibrary.getLoader()
Get syllabifier loaderSyllabifierLibrary.getSyllabifiersForLanguage
(Language lang) SyllabifierLibrary.getSyllabifiersForLanguage
(String lang) Return all available syllabifiers for the given language. -
Uses of Syllabifier in ca.phon.syllabifier.opgraph
Classes in ca.phon.syllabifier.opgraph that implement SyllabifierModifier and TypeClassDescriptionfinal class
Syllabifier implementation using operable graphs.Subclasses with type arguments of type Syllabifier in ca.phon.syllabifier.opgraphModifier and TypeClassDescriptionclass
Load opgraph syllabifiers listed in the syllabifier/opgraph.list file.Methods in ca.phon.syllabifier.opgraph that return Syllabifier -
Uses of Syllabifier in ca.phon.ui
Subclasses with type arguments of type Syllabifier in ca.phon.uiMethods in ca.phon.ui that return SyllabifierMethods in ca.phon.ui with parameters of type SyllabifierModifier and TypeMethodDescriptionvoid
SyllabifierSelector.setSelectedSyllabifier
(Syllabifier syllabifier)