Skip to content

Named Entity Recognition

🤖 AI Drafted (Not reviewed)

Extract named entities with a selectable backend provider

Tool id ner
Category llm
Uses a language model yes
Needs a generative model no
Runs over many items no
Item handling batch
Structured output no
Human-verified not yet

What it reads

Port Type Required What it is
Text (text) text yes Text to analyse for named entities

What it emits

Port Type Required What it is
Entities (entities) json Normalised extracted entities

Options

Option Type Default What it does
language string auto Optional language hint.
model string Backend model name.
provider string llm NER backend: llm, spacy, or transformers.

The prompt it sends

This tool does not send a prompt — it does its work in code.