HTML Pages Storage Plugin for Orbis
This plugin generates an HTML web page for each gold document with the corresponding results of the service.
Show clustering
In order for the clusters to be displayed, the following element must be added to all dictionaries in the array returned
in the aggregation step in the map_entities function.
from orbis_eval.core.base import AggregationBaseClass
class MyAggregation(AggregationBaseClass):
def map_entities(self, response, item):
result = []
cluster_name = "name of cluster"
result.append({
...,
"annotations": [{"type": "Cluster", "entity": cluster_name}]
})
return result
Release files for orbis-plugin-storage-html-pages 2.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| orbis_plugin_storage_html_pages-2.3.1.tar.gz | 81.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| orbis_plugin_storage_html_pages-2.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 177.7 kB
Release files / orbis_plugin_storage_html_pages-2.3.1.tar.gz
| Download URL | orbis_plugin_storage_html_pages-2.3.1.tar.gz |
|---|---|
| Size | 81.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fc32a201e7d1bd9edef40138a9e064a30ccf9393758a395b1705141b675755c4
|
|
BLAKE2b-256 checksum How to use checksums |
02a3e14c0adfa9059c09fb763f2d07182eb87502703c688cdaf357c775c4c79e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
|
Release files / orbis_plugin_storage_html_pages-2.3.1-py3-none-any.whl
| Download URL | orbis_plugin_storage_html_pages-2.3.1-py3-none-any.whl |
|---|---|
| Size | 95.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
03f502784825806e480d20624df821056fe5fad952eeebd6492ca2208c45662d
|
|
BLAKE2b-256 checksum How to use checksums |
a8c088226420f1b0f3c0aebac4aed810493e60bb5ab7b3217212e4949960e9b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
|