def __init__(self, gov2_directories, min_terms_per_document, max_terms_per_document):
self.gov2_directors = gov2_directories
self.min_terms_per_document = min_terms_per_document
self.max_terms_per_document = max_terms_per_document
self.documents = math.nan
self.terms = math.nan
self.postings = math.nan
self.bytes = math.nan
self.matches_per_query = math.nan
评论列表
文章目录