SegTokenPair

class SegTokenPair(var charArray: CharArray, var from: Int, var to: Int, var weight: Double)

A pair of tokens in SegGraph

Constructors

Link copied to clipboard
constructor(charArray: CharArray, from: Int, to: Int, weight: Double)

Properties

Link copied to clipboard
Link copied to clipboard
var from: Int

index of the first token in SegGraph

Link copied to clipboard
var to: Int

index of the second token in SegGraph

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int