Download the PHP package acdh-oeaw/arche-openrefine without Composer
On this page you can find all versions of the php package acdh-oeaw/arche-openrefine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download acdh-oeaw/arche-openrefine
More information about acdh-oeaw/arche-openrefine
Files in acdh-oeaw/arche-openrefine
Download acdh-oeaw/arche-openrefine
More information about acdh-oeaw/arche-openrefine
Files in acdh-oeaw/arche-openrefine
Vendor acdh-oeaw
Package arche-openrefine
Short Description OpenRefine API implementation on top of the ARCHE Suite
License MIT
Homepage https://github.com/acdh-oeaw/arche-openrefine
Package arche-openrefine
Short Description OpenRefine API implementation on top of the ARCHE Suite
License MIT
Homepage https://github.com/acdh-oeaw/arche-openrefine
Please rate this library. Is it a good library?
Informations about the package arche-openrefine
arche-openrefine
Implementation of the OpenRefine APIs for the ARCHE Suite.
Allows to use the ARCHE Suite as a reconciliation backend for the OpenRefine.
Supported features
- Reconcile endpoint based on the full text search over the repository content
- Preview endpoint implemented as a a redirection to the
{repositoryApiBaseURL}/{resourceId}/metadata
- Suggest endpoint for entities, properties and types
Scoring algorithm
- As match is made against a metadata property value first a property match score is computed.
- Property weights are defined in the
propertyWeights
configuration property (see theconfig-sample.yaml
). If property weight isn't provided in the config, it's assumed to be1
. - If match is only partial (query phrase is only a part of the property value),
the weight is multiplied by the
partialMatchCoefficient
configuration property.
- Property weights are defined in the
- On a resource level the score is the sum of scores for all of its property matches.
Installation
- Obtain the composer.
- Adjust settings in
config.yaml
Sample instance
A sample instance which is running on top of the ARCHE repository has its manifest at https://arche.acdh.oeaw.ac.at/openrefine/reconcile.
All versions of arche-openrefine with dependencies
PHP Build Version
Package Version
The package acdh-oeaw/arche-openrefine contains the following files
Loading the files please wait ....