net.sourceforge.nite.gui.util
Class ICSITranscriptionToTextDelegate

java.lang.Object
  extended by net.sourceforge.nite.gui.util.ICSITranscriptionToTextDelegate
All Implemented Interfaces:
TranscriptionToTextDelegate

public class ICSITranscriptionToTextDelegate
extends java.lang.Object
implements TranscriptionToTextDelegate

A very simple delegate made especially for the ICSI corpus. See interface documentation for moreinfo.

Author:
Dennis Reidsma, UTwente

Constructor Summary
ICSITranscriptionToTextDelegate()
           
 
Method Summary
 java.lang.String getTextForTranscriptionElement(NOMElement nme)
          Return a string representation for the given element from a transcription layer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICSITranscriptionToTextDelegate

public ICSITranscriptionToTextDelegate()
Method Detail

getTextForTranscriptionElement

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

Specified by:
getTextForTranscriptionElement in interface TranscriptionToTextDelegate