public interface Detokenizer
Modifier and Type | Interface and Description |
---|---|
static class |
Detokenizer.DetokenizationOperation
This enum contains an operation for every token to merge the
tokens together to their detokenized form.
|
Modifier and Type | Method and Description |
---|---|
Detokenizer.DetokenizationOperation[] |
detokenize(java.lang.String[] tokens)
Detokenize the input tokens.
|
java.lang.String |
detokenize(java.lang.String[] tokens,
java.lang.String splitMarker)
Detokenize the input tokens into a String.
|
Detokenizer.DetokenizationOperation[] detokenize(java.lang.String[] tokens)
tokens
- the tokens to detokenize.java.lang.String detokenize(java.lang.String[] tokens, java.lang.String splitMarker)
tokens
- the token which should be concatenatedsplitMarker
- the split marker or nullCopyright © 2010 - 2020 Adobe. All Rights Reserved