Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to add annotations from a file #15

Open
schelv opened this issue Jul 3, 2020 · 1 comment
Open

Option to add annotations from a file #15

schelv opened this issue Jul 3, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@schelv
Copy link

schelv commented Jul 3, 2020

Hi!

I really like the tool and all of its features!
I have suggestion for improvement:

The option to add annotations to a document from a file.
This would significantly reduce the time needed to annotate, because the task is changed from creating entirely new annotations to improving existing annotations.

Example text:

Pieter Cornelis Mondriaan (Amersfoort, 7 maart 1872 – New York, 1 februari 1944) was een Nederlandse kunstschilder en kunsttheoreticus, die op latere leeftijd in het buitenland woonde en werkte. Mondriaan wordt algemeen gezien als een pionier van de abstracte en non-figuratieve kunst. Vooral zijn latere geometrisch-abstracte werk, met de kenmerkende horizontale en verticale zwarte lijnen en primaire kleuren, is wereldberoemd en dient als inspiratiebron voor vele architecten en ontwerpers van toegepaste kunst. Hij was een van de belangrijkste medewerkers van het tijdschrift De Stijl en ontwikkelde een eigen kunsttheorie, die hij nieuwe beelding of neoplasticisme noemde. Hij is in het buitenland beter bekend als Mondrian, een wijziging die hij zelf invoerde nadat hij in Parijs was gaan wonen.

Example annotations predicted by a model:

[
	{
		"start": 0,
		"end": 25,
		"type": "person",
		"text": "Pieter Cornelis Mondriaan"
	},
	{
		"start": 27,
		"end": 37,
		"type": "location",
		"text": "Amersfoort"
	},
	{
		"start": 54,
		"end": 62,
		"type": "location",
		"text": "New York"
	},
	{
		"start": 89,
		"end": 100,
		"type": "miscellaneous",
		"text": "Nederlandse"
	},
	{
		"start": 195,
		"end": 204,
		"type": "person",
		"text": "Mondriaan"
	},
	{
		"start": 580,
		"end": 588,
		"type": "organization",
		"text": "De Stijl"
	},
	{
		"start": 720,
		"end": 728,
		"type": "miscellaneous",
		"text": "Mondrian"
	},
	{
		"start": 779,
		"end": 785,
		"type": "location",
		"text": "Parijs"
	}
]
@dongseop
Copy link
Collaborator

Sorry for the late response. I didn't recognize this.

Currently, you can add annotations with a text by uploading BioC format.
But I agree with your point.
I will work on this after finishing my daily job.

@dongseop dongseop self-assigned this Mar 21, 2021
@dongseop dongseop added the enhancement New feature or request label Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants