---
title: "Train an NER model"
method: GET
path: "/api/nlp/train/{id}"
tags: ["nlp"]
---

# Train an NER model

`GET /api/nlp/train/{id}`

Train an NER model based on training data, which will be generated from a given document or collection

## Path parameters

- `id` string, required

## Query parameters

- `name` string, required
- `base` string
- `lang` string
- `copy_vectors` string

## Response `200`

Process ID of the running training

- integer

---

[API](https://skmtc.net/eeditiones/apis/tei-publisher-documentation-and-demo.md) · [All operations](https://skmtc.net/eeditiones/apis/tei-publisher-documentation-and-demo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eeditiones/tei-publisher-documentation-and-demo/revisions/07216792837f/schema)
