Uses of Class
ca.phon.ipadictionary.IPADictionary
Packages that use IPADictionary
Package
Description
-
Uses of IPADictionary in ca.phon.app.ipalookup
Constructors in ca.phon.app.ipalookup with parameters of type IPADictionary -
Uses of IPADictionary in ca.phon.app.session.editor.autotranscribe
Methods in ca.phon.app.session.editor.autotranscribe that return IPADictionaryMethods in ca.phon.app.session.editor.autotranscribe with parameters of type IPADictionaryModifier and TypeMethodDescriptionvoid
AutoTranscriber.setDictionary
(IPADictionary dictionary) static IPATranscript
AutoTranscriber.transcribe
(Orthography orthography, IPADictionary dictionary) Transcribe given orthographyConstructors in ca.phon.app.session.editor.autotranscribe with parameters of type IPADictionary -
Uses of IPADictionary in ca.phon.app.session.editor.view.ipaDictionary
Methods in ca.phon.app.session.editor.view.ipaDictionary that return IPADictionaryModifier and TypeMethodDescriptionIPALookupEdit.getDictionary()
RecordLookupPanel.getDictionary()
Methods in ca.phon.app.session.editor.view.ipaDictionary with parameters of type IPADictionaryModifier and TypeMethodDescriptionIPALookupPostProcessor.postProcess
(IPADictionary dictionary, String orthography, IPATranscript transcript) Apply rules/transformations to givenIPATranscript
object using given information.void
RecordLookupPanel.setDictionary
(IPADictionary lookupContext) Constructors in ca.phon.app.session.editor.view.ipaDictionary with parameters of type IPADictionaryModifierConstructorDescriptionIPALookupEdit
(SessionEditor editor, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, IPATranscript newValue) ConstructorIPALookupEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, IPATranscript newValue, boolean valueAdjusting) -
Uses of IPADictionary in ca.phon.app.session.editor.view.transcript.extensions
Methods in ca.phon.app.session.editor.view.transcript.extensions that return IPADictionaryConstructor parameters in ca.phon.app.session.editor.view.transcript.extensions with type arguments of type IPADictionaryModifierConstructorDescriptionAutoTranscriptionExtension
(Supplier<IPADictionary> ipaDictionarySupplier) -
Uses of IPADictionary in ca.phon.dict.cmn
Methods in ca.phon.dict.cmn with parameters of type IPADictionaryModifier and TypeMethodDescriptionToneFixes.postProcess
(IPADictionary dictionary, String orthography, IPATranscript transcript) -
Uses of IPADictionary in ca.phon.ipadictionary
Subclasses with type arguments of type IPADictionary in ca.phon.ipadictionaryModifier and TypeClassDescriptionclass
class
Dictionary which use a tokenizer and lookup table to peform ipa lookups.Subinterfaces with type arguments of type IPADictionary in ca.phon.ipadictionaryModifier and TypeInterfaceDescriptioninterface
Interface for dictionary providers.Methods in ca.phon.ipadictionary that return IPADictionaryModifier and TypeMethodDescriptionIPADictionaryLibrary.defaultDictionary()
Get default IPA dictionary, if no preference is set this will return the first dictionary found.DefaultDictionaryProvider.loadFromURL
(URL url) TransliterationDictionaryProvider.loadFromURL
(URL url) Methods in ca.phon.ipadictionary that return types with arguments of type IPADictionaryModifier and TypeMethodDescriptionIPADictionaryLibrary.availableDictionaries()
Provides an iterator of all available dictionaries.IPADictionaryLibrary.dictionariesForLanguage
(Language lang) Get all dictionaries for the specified primary languageIPADictionaryLibrary.dictionariesForLanguage
(String lang) Get all dictionaries for the specified primary languageIPADictionaryLibrary.getLoader()
Get the loader used with the library.DefaultDictionaryProvider.iterator()
-
Uses of IPADictionary in ca.phon.ipadictionary.impl
Methods in ca.phon.ipadictionary.impl with parameters of type IPADictionaryModifier and TypeMethodDescriptionvoid
CompoundDictionary.install
(IPADictionary dict) void
ImmutablePlainTextDictionary.install
(IPADictionary dict) void
TransliterationDictionary.install
(IPADictionary dict) Constructors in ca.phon.ipadictionary.impl with parameters of type IPADictionary -
Uses of IPADictionary in ca.phon.ipadictionary.spi
Methods in ca.phon.ipadictionary.spi with parameters of type IPADictionaryModifier and TypeMethodDescriptionvoid
IPADictionarySPI.install
(IPADictionary dict) Install this SPI into the given IPADictionary -
Uses of IPADictionary in ca.phon.ipadictionary.ui
Subclasses with type arguments of type IPADictionary in ca.phon.ipadictionary.uiMethods in ca.phon.ipadictionary.ui that return IPADictionaryModifier and TypeMethodDescriptionIPALookupContext.getDictionary()
IPADictionarySelector.getSelectedIPADictionary()
Methods in ca.phon.ipadictionary.ui with parameters of type IPADictionaryModifier and TypeMethodDescriptionint
IPADictionarySelector.getIPADictionaryIndex
(IPADictionary dict) void
IPADictionarySelector.setSelectedIPADictionary
(IPADictionary dict, boolean shouldScroll)