• end: number
The offset stringwise where the answer is located. Useful to disambiguate if word occurs multiple times.
tasks/nlp/tokenClassification.ts:33
• entity_group: string
The type for the entity being recognized (model specific).
tasks/nlp/tokenClassification.ts:37
• score: number
How likely the entity was recognized.
tasks/nlp/tokenClassification.ts:41
• start: number
The offset stringwise where the answer is located. Useful to disambiguate if word occurs multiple times.
tasks/nlp/tokenClassification.ts:45
• word: string
The string that was captured