Record

lexeme

Represents an arbitrary precision numeric type

record lexeme {
  position: option​<u16>,
  weight: option​<lexeme-weight>,
  data: string,
}

Fields

NameTypeDescription
positionoption​<u16>Position (1->16383)
weightoption​<lexeme-weight>Weight of the lexeme (in a relevant ts-vector)
datastringData