Class Extent

All Implemented Interfaces:
Serializable

public class Extent extends Attribute implements Serializable
An evidence for a relationship mention component, pointing to the exact span in the raw text that implies the existence of this component The offsets refer to a half-open range of characters (UTF-16 elements) Note that Extents have no properties of their own.
See Also:
  • Constructor Details

    • Extent

      protected Extent(int startOffset, int endOffset)
    • Extent

      protected Extent(int startOffset, int endOffset, Map<String,Object> extendedProperties)