Token

abstract class Token(val surfaceForm: CharArray, val offset: Int, val length: Int, val startOffset: Int, val endOffset: Int, val type: TokenType)

Analyzed token with morphological data.

Constructors

Link copied to clipboard
constructor(surfaceForm: CharArray, offset: Int, length: Int, startOffset: Int, endOffset: Int, type: TokenType)

Properties

Link copied to clipboard
Link copied to clipboard
val length: Int
Link copied to clipboard
val offset: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard