Options
All
  • Public
  • Public/Protected
  • All
Menu

TokenResult.

Hierarchy

  • TokenResult

Index

Properties

Optional lemma

lemma: string

The lemma of the token.

Optional location

location: number[]

Character offsets indicating the beginning and end of the token in the analyzed text.

Optional part_of_speech

part_of_speech: string

The part of speech of the token. For more information about the values, see Universal Dependencies POS tags.

Optional text

text: string

The token as it appears in the analyzed text.

Generated using TypeDoc