mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-31 09:10:15 +00:00
* Update versionedReferenceLinks.js * fixing all links * github-hanlp-swap --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
16 lines
873 B
Plaintext
16 lines
873 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](classifiers/documentlanguageclassifier.mdx) | Classify documents by language. |
|
|
| [TransformersZeroShotDocumentClassifier](classifiers/transformerszeroshotdocumentclassifier.mdx) | Classify the documents based on the provided labels. |
|