at.knowcenter.wag.egov.egiz.tools
Interface Normalize

All Known Implementing Classes:
NormalizeV01

public interface Normalize

Defines an interface to get access to different normalizer implementations.

Author:
wlackner

Method Summary
 String getNormCR()
          Returns the normalizer line separator string.
 String getVersion()
          Return the current normalizer version string.
 String normalize(String rawText)
          Normalize a given text.
 

Method Detail

normalize

String normalize(String rawText)
Normalize a given text.

Parameters:
rawText - the raw text to normalize
Returns:
the normalized string

getVersion

String getVersion()
Return the current normalizer version string.

Returns:
the version string

getNormCR

String getNormCR()
Returns the normalizer line separator string.

Returns:
the line separator string


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.