Package org.languagetool.chunking
Class GermanChunker.Span
java.lang.Object
org.languagetool.chunking.GermanChunker.Span
- Enclosing class:
GermanChunker
-
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)
-