API Reference ============= Complete API reference for PsychiatryNLPKit. The package is organized into four main modules: .. list-table:: :widths: 30 70 :header-rows: 1 * - Module - Description * - :doc:`data` - Data containers (Section, TextData) and text utilities for organizing clinical text * - :doc:`analysis` - Analysis functions across seven categories plus BatchAnalyzer orchestration * - :doc:`model` - HuggingFace LLM and ViT model wrappers with automatic device detection * - :doc:`config` - Logging configuration, device detection, and HuggingFace token handling .. toctree:: :maxdepth: 2 :hidden: data analysis model config