public class FixZwnj extends Object
| Constructor and Description |
|---|
FixZwnj() |
| Modifier and Type | Method and Description |
|---|---|
static String |
applyHalfSpaceRule(String text)
Adds zwnj char between word and prefix/suffix
|
static String |
normalizeYeHeHalfSpace(String text)
Converts ه ی to هی
|
static String |
normalizeZwnj(String text)
Removes unnecessary zwnj char that are succeeded/preceded by a space
|
public static String applyHalfSpaceRule(String text)
text - Text to processpublic static String normalizeZwnj(String text)
text - Copyright © 2019. All rights reserved.