Class TrecTopicsReader
Read TREC topics.
Inheritance
System.Object
TrecTopicsReader
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class TrecTopicsReader : object
Remarks
Expects this topic format -
<top>
<num> Number: nnn
<title> title of the topic
<desc> Description:
description of the topic
<narr> Narrative:
"story" composed by assessors.
</top>
Comment lines starting with '#' are ignored.
Constructors
Name | Description |
---|---|
TrecTopicsReader() | Constructor for Trec's TopicsReader |
Methods
Name | Description |
---|---|
ReadQueries(TextReader) | Read quality queries from trec format topics file. |