Class NKJPSegmentationDocument.Pointer

java.lang.Object
opennlp.tools.formats.nkjp.NKJPSegmentationDocument.Pointer
Enclosing class:
NKJPSegmentationDocument

public static class NKJPSegmentationDocument.Pointer extends Object
  • Constructor Details

    • Pointer

      public Pointer(String doc, String id, int offset, int length, boolean space_after)
  • Method Details

    • toSpan

      public opennlp.tools.util.Span toSpan()
    • toString

      public String toString()
      Overrides:
      toString in class Object