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 for other examples using curl.

These examples can be run with the following steps,

  1. Start the FreeDiscovery server

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

    python examples/engine/categorization_example.py
    

Generated by Sphinx-Gallery