Source code for capreolus.collection.gov2

from capreolus import constants
from capreolus.utils.loginit import get_logger

from . import Collection, IRDCollection

[docs]logger = get_logger(__name__)
@Collection.register
[docs]class Gov2(IRDCollection): """GOV2 collection from http://ir.dcs.gla.ac.uk/test_collections/access_to_data.html"""
[docs] module_name = "gov2"
[docs] ird_dataset_name = "gov2"
[docs] collection_type = "TrecwebCollection"