protected static class AbstractTreebankParserParams.AnnotatePunctuationFunction extends Object implements SerializableFunction<TregexMatcher,String>
| Constructor and Description |
|---|
AnnotatePunctuationFunction(String annotationMark,
String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(TregexMatcher m) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitandThen, compose, identitypublic String apply(TregexMatcher m)
apply in interface java.util.function.Function<TregexMatcher,String>