Commit 49296f76 authored by Vít Novotný's avatar Vít Novotný
Browse files

Use provided CMML and PMML formulae for task 2 topics

parent 52c86ce7
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
md5: b1b51ed218f56860d741433a4fca4a9b
md5: e209074697da38a73ff44643a13fbae7
outs:
- md5: 16d6c3adf86483faa8a78e608416af9c
- md5: 3c6889d22877b04c22ef2f6ac8959f32
  metric: false
  persist: false
  cache: true
@@ -10,7 +10,4 @@ outs:
  persist: false
  cache: true
  path: Formula_topics_infix_V2.0.failures
deps:
- md5: 501661ab20870c09c9a5cddd067db036
  path: Formula_topics_cmml_V2.0.tsv
cmd: make Formula_topics_infix_V2.0.tsv
+2 −5
Original line number Diff line number Diff line
md5: 663177bff6d2583c464f8c2a14263bfb
md5: cb4928703ccea15403bbc8e2156cb109
outs:
- md5: c33247e216e18872c1ea0699fa7d8c7c
- md5: b77f7d830274d44592acefed8b6fbcea
  metric: false
  persist: false
  cache: true
@@ -10,7 +10,4 @@ outs:
  persist: false
  cache: true
  path: Formula_topics_opt_V2.0.failures
deps:
- md5: 501661ab20870c09c9a5cddd067db036
  path: Formula_topics_cmml_V2.0.tsv
cmd: make Formula_topics_opt_V2.0.tsv
+2 −5
Original line number Diff line number Diff line
md5: 8ec0a3d2d65c18f3e950cf9a46cb4125
md5: d28091d1e859cfcfff3aba9a69bff280
outs:
- md5: 256685a98fc3d3dd859038e4ba9b653e
- md5: d8f071e17f1add0a9bfeb14e69e3c44d
  metric: false
  persist: false
  cache: true
@@ -10,7 +10,4 @@ outs:
  persist: false
  cache: true
  path: Formula_topics_prefix_V2.0.failures
deps:
- md5: 501661ab20870c09c9a5cddd067db036
  path: Formula_topics_cmml_V2.0.tsv
cmd: make Formula_topics_prefix_V2.0.tsv
+3 −6
Original line number Diff line number Diff line
md5: c8890063791023be857ba4d5d94f2f34
md5: b5cf797ed4568f5077d7bd9a7a1e1345
outs:
- md5: 2dfa884e517e75993a6834b09aedb61b
- md5: f1b1338a1a6810f25e521005ae26a9a7
  metric: false
  persist: false
  cache: true
  path: Formula_topics_slt_V2.0.tsv
- md5: 0836ef9cfe8fca59af48cc722cf8ca69
- md5: d41d8cd98f00b204e9800998ecf8427e
  metric: false
  persist: false
  cache: true
  path: Formula_topics_slt_V2.0.failures
deps:
- md5: 3af618f333c47edcff4ae18fe2c0b22f
  path: Formula_topics_pmml_V2.0.tsv
cmd: make Formula_topics_slt_V2.0.tsv
+4 −4
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@ topics-formula_ids-qrels.V1.1.tsv:
$(CMML) $(PMML):
	$(RUN_SCRIPT) scripts.latex_tsv_to_cmml_and_pmml_tsv task2-test

$(OPT): $(CMML)
$(OPT):
	$(RUN_SCRIPT) scripts.cmml_tsv_to_opt_tsv task2-test

$(SLT): $(PMML)
$(SLT):
	$(RUN_SCRIPT) scripts.pmml_tsv_to_slt_tsv task2-test

$(PREFIX): $(CMML)
$(PREFIX):
	$(RUN_SCRIPT) scripts.cmml_tsv_to_prefix_tsv task2-test

$(INFIX): $(CMML)
$(INFIX):
	$(RUN_SCRIPT) scripts.cmml_tsv_to_infix_tsv task2-test
Loading