Class GermanChunker.Span
java.lang.Object
org.languagetool.chunking.GermanChunker.Span
- Enclosing class:
GermanChunker
- Since:
- 2.9
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int(package private) final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startIndex
final int startIndex -
endIndex
final int endIndex
-
-
Constructor Details
-
Span
Span(int startIndex, int endIndex)
-