net.sourceforge.nite.gui.transcriptionviewer
Interface TranscriptionToTextDelegate

All Known Implementing Classes:
AMITranscriptionToTextDelegate, DualTranscriptionToTextDelegate, ICSITranscriptionToTextDelegate

public interface TranscriptionToTextDelegate

Implementations of this interface will derive the text representation for elements from the transcription layer. In most case the two basic methos for obtaining that text available in NTranscriptionView (see NTranscriptionView.setTranscriptionToTextDelegate(net.sourceforge.nite.gui.transcriptionviewer.TranscriptionToTextDelegate)) should be sufficient. Sometimes however the transcription layer is so complicated (see e.g. the ICSI corpus), having many different element types in it, that it is easier to implement a special delegate for this problem.

Implementations of this interface are very application or corpus specific.

Author:
Dennis Reidsma, UTwente

Method Summary
 java.lang.String getTextForTranscriptionElement(NOMElement nme)
          Return a string representation for the given element from a transcription layer.
 

Method Detail

getTextForTranscriptionElement

java.lang.String getTextForTranscriptionElement(NOMElement nme)
Return a string representation for the given element from a transcription layer.