debeir.datasets

Contains data_sets implemented from nir.core

  1. Parser (For reading data from files into a Dict object)
  2. Query object (Generating queries)
    • These query objects can be very lightweight containing only the mappings of the index.
1"""
2Contains data_sets implemented from nir.core
31. Parser (For reading data from files into a Dict object)
42. Query object (Generating queries)
5    - These query objects can be very lightweight containing only the mappings of the index.
6"""