Giter Site home page Giter Site logo

vfrico / mapping-predictor-webapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 1.06 MB

Web application to manage dbpedia mappings annotations

Home Page: http://104.155.47.73:3000/

License: Apache License 2.0

JavaScript 94.71% HTML 5.07% Dockerfile 0.22%

mapping-predictor-webapp's Introduction

vfrico

mapping-predictor-webapp's People

Contributors

nandana avatar vfrico avatar

Watchers

 avatar  avatar

Forkers

nandana

mapping-predictor-webapp's Issues

Admin users should receive more feedback on classification task

When an admin user clicks on CLASSIFY button, he does not have any feedback of the task that is taking place. It at least should advice that it will take some time to complete, and explicitly say that the classification results will be available on each annotation.

captura de pantalla de 2018-08-20 12-23-00

Show more information to help annotators

On Web application: show more information to help annotators.

The backend already send a list of 10 triples related with the annotation (see SPARQL query skeleton here).

Web application should show to the user a table with the triples, with the subject and object, not only with the subject, as can be seen on this capture.

captura de pantalla de 2018-08-20 11-48-00

Show statistics for each annotation

Annotators could have more useful information if they could check how many times an annotation pattern is used. Probably this statistic is already precalculated and corresponds to the M1 attribute.

This could be used to order annotations by relevance, by showing on the top of the list the annotations that are more used.

Use this order by default when the logged user is under "annotator" role.

Show more information about classification result

Currently, the web application shows only which is the classification result.

Should display, at least, the confidence level given by random trees algorithm.

This information is being returned by the backend:

	"classificationResult": {
		"classifiedAs": "WRONG_MAPPING",
		"timestamp": 1533550399000,
		"votesMap": {
			"WRONG_MAPPING": 0.64,
			"CORRECT_MAPPING": 0.36
		}
	},

Mappers users should see the annotations ordered by confidence level

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.