VietnameseToken

class VietnameseToken(text: String, type: VietnameseToken.Type, segType: VietnameseToken.SegType? = null, splittedByDot: Boolean = false, startPos: Int, endPos: Int)

Constructors

Link copied to clipboard
constructor(text: String, type: VietnameseToken.Type, segType: VietnameseToken.SegType? = null, splittedByDot: Boolean = false, startPos: Int, endPos: Int)
constructor(text: String, start: Int, end: Int)
constructor(text: String, type: VietnameseToken.Type, start: Int, end: Int)
constructor(text: String, type: VietnameseToken.Type, segType: VietnameseToken.SegType?, start: Int, end: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun cloneWithNewText(newText: String, newEnd: Int): VietnameseToken
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getEndPos(): Int
Link copied to clipboard
fun getPos(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setEndSeg()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setUrlSeg()
Link copied to clipboard
open override fun toString(): String