.. <UPDATE_AFTER_SPHINX_APIDOC>

API Reference
=============

LangCheck consists of a few core sub-packages:

* ``langcheck.metrics`` for evaluation metrics
* ``langcheck.plot`` for plotting
* ``langcheck.augment`` for text augmentation (coming soon)
* ``langcheck.utils`` for utility functions

.. </UPDATE_AFTER_SPHINX_APIDOC>


.. automodule:: langcheck
   :members:
   :undoc-members:
   :show-inheritance:


.. toctree::
   :hidden:
   :maxdepth: 4

   langcheck.metrics
   langcheck.plot
   langcheck.utils
