public class ChineseEscaper extends Object implements Function<List<HasWord>,List<HasWord>>
| Constructor and Description |
|---|
ChineseEscaper() |
| Modifier and Type | Method and Description |
|---|---|
List<HasWord> |
apply(List<HasWord> arg)
Note: At present this clobbers the input list items.
|