public class HebrewProcessor extends Object implements LanguageProcessor
| Modifier and Type | Field and Description |
|---|---|
protected int |
runDirection |
| Constructor and Description |
|---|
HebrewProcessor() |
HebrewProcessor(int runDirection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRTL()
Hebrew is written from right to left.
|
String |
process(String s)
Processes a String
|
public HebrewProcessor()
public HebrewProcessor(int runDirection)
public String process(String s)
LanguageProcessorprocess in interface LanguageProcessors - the original Stringpublic boolean isRTL()
isRTL in interface LanguageProcessorLanguageProcessor.isRTL()Copyright © 2022. All rights reserved.