Examples
--------

These Python scripts illustrate the use of the FreeDiscovery REST API
on a subset of the TREC 2009 legal collection. See `the
quick start instructions <../quickstart.html>`_ for other examples using
``curl``.

These examples can be run with the following steps,

1. Start the FreeDiscovery server

   .. code-block:: bash

       freediscovery run

2. Run the examples with Python, e.g.

   .. code-block:: bash

       python examples/engine/categorization_example.py
