Class GermanChunker.Span

java.lang.Object
org.languagetool.chunking.GermanChunker.Span
Enclosing class:
GermanChunker

private static class GermanChunker.Span extends Object
  • Field Details

    • startIndex

      final int startIndex
    • endIndex

      final int endIndex
  • Constructor Details

    • Span

      Span(int startIndex, int endIndex)