You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/How to use the epos plugin.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,19 @@ To make sure its the one you are looking for you can make a curl to the API with
56
56
Now take a look at terminal 1, it will display a table with important findability-related terms, one of them is the title, so you can make sure the item is the one that you want,
57
57
(If the table displays a lot of ... items try to make the window wider and retry the test)
58
58
59
+
#### 2. Use the `--search` optional argument from the fair-eva.py script
59
60
60
-
#### 2. Connecting directly to the EPOS API
61
+
A simple way to get the UUID is to use the searcher option to conect to the EPOS API. In terminal 2 just use the command:
61
62
62
-
You can perform a curl to the EPOS API to get your UUID. Yhe process is the same as before
63
+
```
64
+
(terminal #2) python3 scripts/fair-eva.py --search SVO --plugin epos -j
65
+
```
66
+
67
+
Then you will select an index and the evaluation will be performed directly.
68
+
69
+
#### 3. Connecting directly to the EPOS API
70
+
71
+
You can perform a curl to the EPOS API to get your UUID. The process is the same as before
You can also use them both together. Note that the points are not the basic average of the tests, because each test has a different weight.
142
+
Note that the points are the pondered average of the tests, because each test has a different weight.
139
143
140
144
### Configuration through config.ini.
141
145
There are some tests whose results depend on things outside of the metadata given by the EPOS API so their result depends on a configuration parameter. These parameters are stored in the file 'config.ini' you can change these parameters to change some results. WARNING a lot of parameters are essential for the tool to work. If the parameter you are interested in changing doesn't appear on the following list you probably shouldn't change it:
0 commit comments