ExamplesΒΆ

These Python scripts illustrate the use of the FreeDiscovery REST and Python APIs on a subset of the TREC 2009 legal collection.

These examples can be run with the following steps,

  1. Install FreeDiscovery and start either the development server or the Docker container.
  2. Activate the virtual environment,
source activate freediscovery-env # without the "source" on Windows
  1. Run the examples, e.g.
python examples/categorization_example.py

Generated by Sphinx-Gallery