Package org.languagetool.chunking
Class ChunkTaggedToken
java.lang.Object
org.languagetool.chunking.ChunkTaggedToken
- Since:
- 2.9 / 5.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChunkTaggedToken(String token, List<ChunkTag> chunkTags, AnalyzedTokenReadings readings) -
Method Summary
-
Field Details
-
token
-
chunkTags
-
readings
-
-
Constructor Details
-
ChunkTaggedToken
- Parameters:
readings- may be null, caused by differences in tokenization we don't always have a 1:1 mapping
-
-
Method Details