Identifier ========= The **Identifier** component determines which of the words extracted by the **Explainer** are related to protected attributes. Overview -------- The **Identifier** works by: - ... ### Key Features Example Usage ~~~~~~~~~~~~ Here’s an example of how to use the **Explainer** component: .. code-block:: python from nlpguard.identifier import Identifier For more details on the available methods, refer to the **API Documentation** below. API Documentation ----------------- For a complete reference of the available methods and classes, check the :doc:`api`. .. toctree:: :maxdepth: 2 :caption: Identifier Documentation: api