Package de.uni.leipzig.IR15.Benchmark.mysql

Class Summary
MySQLBenchmark Abstract Base Class for all benchmarks running on sql database.
Query1_Benchmark Query 1 selects all sentence co-occurrences (co_s) of a given word.
Query2_Benchmark Query 2 selects all sentence co-occurrences of sentence co-occurrences (co_s) of a given word.
Query3_Benchmark Query 3 selects all sentence co-occurences (co_s) between two words which are sentence co-occurences of a given word.