mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-04 05:53:19 +00:00
16 lines
851 B
Plaintext
16 lines
851 B
Plaintext
---
|
|
title: "Classifiers"
|
|
id: classifiers
|
|
slug: "/classifiers"
|
|
description: "Use Classifiers to classify your documents by specific traits and update the metadata."
|
|
---
|
|
|
|
# Classifiers
|
|
|
|
Use Classifiers to classify your documents by specific traits and update the metadata.
|
|
|
|
| Classifier | Description |
|
|
| :----------------------------------------------------------------------------------- | :---------------------------------------------------- |
|
|
| [DocumentLanguageClassifier](/docs/documentlanguageclassifier) | Classify documents by language. |
|
|
| [TransformersZeroShotDocumentClassifier](doc:transformerszeroshotdocumentclassifier) | Classify the documents based on the provided labels. |
|