Uses of Class
ca.phon.session.Transcriber
Packages that use Transcriber
-
Uses of Transcriber in ca.phon.app.session
Methods in ca.phon.app.session that return TranscriberModifier and TypeMethodDescriptionFilteredSession.getTranscriber(int i) FilteredSession.getTranscriber(String username) Methods in ca.phon.app.session with parameters of type TranscriberModifier and TypeMethodDescriptionvoidFilteredSession.addTranscriber(Transcriber t) voidFilteredSession.removeTranscriber(Transcriber t) -
Uses of Transcriber in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return TranscriberModifier and TypeMethodDescriptionDefaultEditorDataModel.getTranscriber()EditorDataModel.getTranscriber()If the session is in 'blind' mode then this method will return the transcriber that is currently making edits.EditorEventType.TierChangeData.transcriber()Returns the value of thetranscriberrecord component.Methods in ca.phon.app.session.editor with parameters of type TranscriberModifier and TypeMethodDescriptionvoidDefaultEditorDataModel.setTranscriber(Transcriber transcriber) voidEditorDataModel.setTranscriber(Transcriber transcriber) Set the blind mode transcriber orVALIDATORif returning to default validation modeConstructors in ca.phon.app.session.editor with parameters of type TranscriberModifierConstructorDescriptionSessionEditor(Project project, Session session, Transcriber transcriber) ConstructorSessionEditorWindow(Project project, Session session, Transcriber transcriber) TierChangeData(Transcriber transcriber, Record record, Tier<?> tier, Object oldValue, Object newValue, boolean valueAdjusting) Creates an instance of aTierChangeDatarecord class. -
Uses of Transcriber in ca.phon.app.session.editor.autotranscribe
Methods in ca.phon.app.session.editor.autotranscribe that return TranscriberModifier and TypeMethodDescriptionAutoTranscribeAction.getTranscriber()AutoTranscriber.getTranscriber()Methods in ca.phon.app.session.editor.autotranscribe with parameters of type TranscriberConstructors in ca.phon.app.session.editor.autotranscribe with parameters of type TranscriberModifierConstructorDescriptionAutoTranscribeAction(Project project, Session session, EditorEventManager editorEventManager, UndoableEditSupport undoSupport, Transcriber transcriber) Constructor -
Uses of Transcriber in ca.phon.app.session.editor.search
Constructors in ca.phon.app.session.editor.search with parameters of type Transcriber -
Uses of Transcriber in ca.phon.app.session.editor.undo
Methods in ca.phon.app.session.editor.undo that return TranscriberConstructors in ca.phon.app.session.editor.undo with parameters of type TranscriberModifierConstructorDescriptionTierEdit(SessionEditor editor, Transcriber transcriber, Record record, Tier<T> tier, T newValue) New tier editor event with transcriber specifiedTierEdit(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, String text) TierEdit(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, String text, boolean valueAdjusting) Tier edit using text with all parameters specifiedTierEdit(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, T newValue) TierEdit(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, T newValue, boolean valueAdjusting) Tier edit with all parameters specified -
Uses of Transcriber in ca.phon.app.session.editor.view.common
Methods in ca.phon.app.session.editor.view.common that return TranscriberConstructors in ca.phon.app.session.editor.view.common with parameters of type TranscriberModifierConstructorDescriptionIPAGroupField(Tier<IPATranscript> tier, Transcriber transcriber) IPAGroupField(Tier<IPATranscript> tier, Transcriber transcriber, Syllabifier syllabifier) -
Uses of Transcriber in ca.phon.app.session.editor.view.ipaDictionary
Constructors in ca.phon.app.session.editor.view.ipaDictionary with parameters of type TranscriberModifierConstructorDescriptionIPALookupEdit(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, IPATranscript newValue, boolean valueAdjusting) -
Uses of Transcriber in ca.phon.app.session.editor.view.syllabificationAlignment
Constructors in ca.phon.app.session.editor.view.syllabificationAlignment with parameters of type TranscriberModifierConstructorDescriptionScTypeEdit(SessionEditor editor, Transcriber transcriber, Tier<IPATranscript> tier, Record record, IPATranscript transcript, int index, SyllableConstituentType scType) ScTypeEdit(Session session, EditorEventManager eventManager, Transcriber transcriber, Record record, Tier<IPATranscript> tier, IPATranscript transcript, int index, SyllableConstituentType scType) SyllabifyEdit(SessionEditor editor, int transcriptElementIndex, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) SyllabifyEdit(Session session, EditorEventManager eventManager, int transcriptElementIndex, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) ToggleDiphthongEdit(Session session, EditorEventManager editorEventManager, int transcriptElementIndex, Tier<IPATranscript> tier, int index1, int index2, Transcriber transcriber) -
Uses of Transcriber in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return TranscriberModifier and TypeMethodDescriptionTranscriptDocument.getTranscriber()Get the transcriber for the documentMethods in ca.phon.app.session.editor.view.transcript with parameters of type TranscriberModifier and TypeMethodDescriptionTranscriptBatchBuilder.appendRecord(Session session, Record record, Transcriber transcriber, boolean chatTierNamesShown) Writes the contents of the given record to the batchTranscriptBatchBuilder.appendTier(Session session, Record record, Tier<?> tier, TierViewItem tierViewItem, Transcriber transcriber, boolean chatTierNamesShown, AttributeSet additionalAttrs) Inserts a given tier at the end of the batchTranscriptBatchBuilder.appendTierContent(Record record, Tier<?> tier, Transcriber transcriber, AttributeSet tierAttrs) Appends the contents of the given tier to the batchvoidTranscriptDocument.setTranscriber(Transcriber transcriber) Set transcriber for the document, this will not reload the document -
Uses of Transcriber in ca.phon.app.session.editor.view.transcript.extensions
Methods in ca.phon.app.session.editor.view.transcript.extensions with parameters of type TranscriberModifier and TypeMethodDescriptionAlignmentExtension.getFormattedAlignment(Record record, Tier<PhoneAlignment> alignmentTier, Transcriber transcriber, AttributeSet attrs) Gets a list ofDefaultStyledDocument.ElementSpecthat contains the data for the properly formatted alignment tier contentAutoTranscriptionExtension.getOrthography(Record record, Transcriber transcriber) Get orthography for given record -
Uses of Transcriber in ca.phon.autotranscribe
Constructors in ca.phon.autotranscribe with parameters of type TranscriberModifierConstructorDescriptionAutoTranscriber(Transcriber transcriber) AutoTranscriber(List<AutoTranscribeSource> sources, Transcriber transcriber) -
Uses of Transcriber in ca.phon.session
Classes in ca.phon.session that implement interfaces with type arguments of type TranscriberModifier and TypeClassDescriptionfinal classIterator/vistor access forSessionTranscribersfinal classIterator/vistor access forSessionTranscribersFields in ca.phon.session declared as TranscriberModifier and TypeFieldDescriptionstatic final TranscriberTranscriber.VALIDATORDefault transcriber objectMethods in ca.phon.session that return TranscriberModifier and TypeMethodDescriptionSessionFactory.createTranscriber()Create a new transcriber object.SessionFactory.createTranscriber(TranscriberSPI transcriberImpl) Session.getTranscriber(int i) Session.getTranscriber(String username) Methods in ca.phon.session that return types with arguments of type TranscriberMethods in ca.phon.session with parameters of type TranscriberModifier and TypeMethodDescriptionvoidSession.addTranscriber(Transcriber t) static PhoneAlignmentPhoneAlignment.fromTiers(Tier<IPATranscript> targetTier, Tier<IPATranscript> alignedTier, Transcriber transcriber) Return phone alignment for tiers using transcription for provided transcriberTier.getValueForTranscriber(Transcriber transcriber) Get value of the tier while also considering the transcriber.voidSession.removeTranscriber(Transcriber t) voidTier.setValueForTranscriber(Transcriber transcriber, T value) Set value of the tier while also considering the transcriber.Method parameters in ca.phon.session with type arguments of type Transcriber -
Uses of Transcriber in ca.phon.session.alignment
Methods in ca.phon.session.alignment with parameters of type TranscriberModifier and TypeMethodDescriptionstatic TierAlignmentTierAligner.alignTiers(Tier<?> topTier, Tier<?> bottomTier, TierAlignmentRules tierAlignmentRules, Transcriber transcriber) Align two tiers using the given tier alignment rulesstatic TierAlignmentTierAligner.alignTiers(Tier<?> topTier, Tier<?> bottomTier, Transcriber transcriber) static CrossTierAlignmentTierAligner.calculateCrossTierAlignment(Record record, Tier<?> topTier, Transcriber transcriber) Calculate cross tier alignment for all tiers which align by typestatic CrossTierAlignmentTierAligner.calculateCrossTierAlignment(Record record, Transcriber transcriber) Calculates cross tier alignment for all tiers against the Orthography tierList<?> IPATierElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) List<?> OrthographyTierElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) List<?> PhoneIntervalsElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) List<?> TierElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) Filter tier elements for cross tier alignmentList<?> UserTierElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) List<?> WorElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) Constructors in ca.phon.session.alignment with parameters of type TranscriberModifierConstructorDescriptionCrossTierAlignment(Tier<?> topTier, Map<String, TierAlignment> alignmentMap, Transcriber transcriber) -
Uses of Transcriber in ca.phon.session.check
Methods in ca.phon.session.check that return TranscriberMethods in ca.phon.session.check with parameters of type TranscriberModifier and TypeMethodDescriptionbooleanCheckAlignment.checkSession(SessionValidator validator, Session session, Transcriber transcriber) booleanCheckTranscripts.checkSession(SessionValidator validator, Session session, Transcriber transcriber) booleanSegmentOverlapCheck.checkSession(SessionValidator validator, Session session, Transcriber transcriber) booleanSessionCheck.checkSession(SessionValidator validator, Session session, Transcriber transcriber) Check session and report any issues using the given validator.booleanCheckAlignment.checkTranscriptElement(SessionValidator validator, Session session, int elementIndex, Transcriber transcriber) booleanCheckTranscripts.checkTranscriptElement(SessionValidator validator, Session session, int eleIdx, Transcriber transcriber) booleanSegmentOverlapCheck.checkTranscriptElement(SessionValidator validator, Session session, int elementIndex, Transcriber transcriber) booleanSessionCheck.checkTranscriptElement(SessionValidator validator, Session session, int elementIndex, Transcriber transcriber) Check specified transcript element index for issues.voidSessionValidator.fireValidationEvent(ValidationEvent.Severity severity, Session session, int record, Transcriber transcriber, String message) voidSessionValidator.fireValidationEvent(ValidationEvent.Severity severity, Session session, int record, String tierName, Transcriber transcriber, String message) voidSessionValidator.fireValidationEvent(ValidationEvent.Severity severity, Session session, Transcriber transcriber, String message) voidSessionValidator.fireValidationEvent(Session session, int record, Transcriber transcriber, String message) voidSessionValidator.fireValidationEvent(Session session, int record, String tierName, Transcriber transcriber, String message) voidSessionValidator.fireValidationEvent(Session session, Transcriber transcriber, String message) booleanSessionValidator.validate(Session session, int elementIndex, Transcriber transcriber) Validate the given transcript element index using all available session checks.booleanSessionValidator.validate(Session session, Transcriber transcriber) Validate the given session using all available session checks.Constructors in ca.phon.session.check with parameters of type TranscriberModifierConstructorDescriptionValidationEvent(ValidationEvent.Severity severity, Session session, int elementIndex, Transcriber transcriber, String message) ValidationEvent(ValidationEvent.Severity severity, Session session, int elementIndex, Transcriber transcriber, String message, SessionQuickFix... quickFixes) ValidationEvent(ValidationEvent.Severity severity, Session session, int elementIndex, String tierName, Transcriber transcriber, String message, SessionQuickFix... quickFixes) ValidationEvent(ValidationEvent.Severity severity, Session session, Transcriber transcriber, String message) ValidationEvent(ValidationEvent.Severity severity, Session session, Transcriber transcriber, String message, SessionQuickFix... quickFixes) ValidationEvent(Session session, int elementIndex, Transcriber transcriber, String message) ValidationEvent(Session session, int elementIndex, Transcriber transcriber, String message, SessionQuickFix... quickFixes) ValidationEvent(Session session, int elementIndex, String tierName, Transcriber transcriber, String message) ValidationEvent(Session session, int elementIndex, String tierName, Transcriber transcriber, String message, SessionQuickFix... quickFixes) ValidationEvent(Session session, Transcriber transcriber, String message) ValidationEvent(Session session, Transcriber transcriber, String message, SessionQuickFix... quickFixes) -
Uses of Transcriber in ca.phon.session.impl
Methods in ca.phon.session.impl that return TranscriberModifier and TypeMethodDescriptionSessionImpl.getTranscriber(int i) SessionImpl.getTranscriber(String username) Methods in ca.phon.session.impl with parameters of type TranscriberModifier and TypeMethodDescriptionvoidSessionImpl.addTranscriber(Transcriber t) voidSessionImpl.removeTranscriber(Transcriber t) -
Uses of Transcriber in ca.phon.session.io.xml
Methods in ca.phon.session.io.xml with parameters of type TranscriberModifier and TypeMethodDescriptionstatic voidOneToOne.annotateRecord(Record record, Transcriber transcriber) Apply OneToOne annotation to relevant objects before xml output. -
Uses of Transcriber in ca.phon.session.spi
Methods in ca.phon.session.spi that return TranscriberModifier and TypeMethodDescriptionSessionSPI.getTranscriber(int i) Get theith transcriber.SessionSPI.getTranscriber(String username) Get transcriber for the specified usernameMethods in ca.phon.session.spi with parameters of type TranscriberModifier and TypeMethodDescriptionvoidSessionSPI.addTranscriber(Transcriber t) Add a new transcribervoidSessionSPI.removeTranscriber(Transcriber t) Remove a transcriber