- All Implemented Interfaces:
- CoreAnnotation<java.lang.String>, TypesafeMap.Key<java.lang.String>
- Enclosing class:
- CoreAnnotations
public static class CoreAnnotations.AfterAnnotation
extends java.lang.Object
implements CoreAnnotation<java.lang.String>
Annotation for the whitespace characters appear after this word. This can
be filled in by an invertible tokenizer so that the original text string can be
reconstructed.
Note: When running a tokenizer token-by-token, in general this field will only
be filled in after the next token is read, so you need to be reading this field
one behind. Be careful about this.