|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.tools.NormalizeV01
public class NormalizeV01
This ist the first version implementing a normalizer method. The normalize statements are performed by using regular expressions.
| Field Summary | |
|---|---|
protected static String |
VERSION
The current version string |
| Constructor Summary | |
|---|---|
NormalizeV01()
The empty constructor. |
|
| Method Summary | |
|---|---|
String |
getNormCR()
Returns the normalizer line separator string. |
String |
getVersion()
Return the version string. |
String |
normalize(String rawText)
The normalizer implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String VERSION
| Constructor Detail |
|---|
public NormalizeV01()
| Method Detail |
|---|
public String normalize(String rawText)
normalize in interface NormalizerawText - the raw text to normalize
Normalize.normalize(java.lang.String)public String getVersion()
getVersion in interface NormalizeNormalize.getVersion()public String getNormCR()
getNormCR in interface Normalize
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||