net.sourceforge.nite.util
Interface NOMElementToTextDelegate


public interface NOMElementToTextDelegate

Implementations of this interface will derive the text representation for any NOMElement.

Implementations of this interface are very application or corpus specific.

Author:
Dennis Reidsma, UTwente

Method Summary
 java.lang.String getTextForNOMElement(NOMElement nme)
          Return a string representation for the given element (e.g.
 

Method Detail

getTextForNOMElement

java.lang.String getTextForNOMElement(NOMElement nme)
Return a string representation for the given element (e.g. the words for an element from a transcription layer).