net.sourceforge.nite.gui.util
Class AMITranscriptionToTextDelegate

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

public class AMITranscriptionToTextDelegate
extends java.lang.Object
implements TranscriptionToTextDelegate

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

Author:
Dennis Reidsma, UTwente

Constructor Summary
AMITranscriptionToTextDelegate()
           
 
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

AMITranscriptionToTextDelegate

public AMITranscriptionToTextDelegate()
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