---
title: "Extract Entities"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/nlp/extractentities
markdown: https://docs.nodetool.ai/nodes/lib/nlp/extractentities.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/nlp/extractentities.md
---

# Extract Entities

**Type:** `lib.nlp.ExtractEntities`

**Namespace:** `lib.nlp`

## Description

Extracts named entities and parts of speech using compromise.
    NER, named entities, parts of speech, NLP, text analysis

    Use cases:
    - Extract people, places, and organizations from text
    - Identify nouns and verbs in sentences
    - Build knowledge graphs from unstructured text
    - Analyze text structure and content

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` | The text to extract entities from | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| people | `list` |  |
| places | `list` |  |
| organizations | `list` |  |
| numbers | `list` |  |
| nouns | `list` |  |
| verbs | `list` |  |

## Related Nodes

Browse other nodes in the [lib.nlp](./) namespace.
