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

Fix missing imports in README

parent e4810d18
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -60,6 +60,8 @@ Here is the documentation of the available evaluation functions:
``` sh
``` sh
$ pip install --force-reinstall git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@0.0.4
$ pip install --force-reinstall git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@0.0.4
$ python
$ python
>>> from arqmath_eval import get_topics, get_judged_documents
>>>
>>> task = 'task1-votes'
>>> task = 'task1-votes'
>>> subset = 'validation'
>>> subset = 'validation'
>>> results = {}
>>> results = {}