Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

[feature] highlight/annotate non-continuous sequences of text #220

Open
jibe-b opened this issue Jul 27, 2017 · 2 comments
Open

[feature] highlight/annotate non-continuous sequences of text #220

jibe-b opened this issue Jul 27, 2017 · 2 comments

Comments

@jibe-b
Copy link

jibe-b commented Jul 27, 2017

It happens that valuable pieces of text contain parts that we don't want to highlight.

A behaviour like

  • select some text
  • press and hold Ctrl and select some more text
  • then press Highlight or Annotate"

would then create one annotation with the selected text as target and an indication such as [...] to indicate the brank.

@robertknight
Copy link
Member

robertknight commented Jul 27, 2017

The annotation model in Hypothesis supports this, in that a single annotation can refer to multiple pieces of a document. Firefox actually supports creating discontiguous selections natively IIRC, but no other browser does.

In order to devote attention to supporting this in the client, we'd need to have some compelling use cases though.

@jibe-b
Copy link
Author

jibe-b commented Sep 27, 2017

Here is a use-case:

the manual annotation of named-entities in order to constitute a supervised machine learning training set requires non-continuous annotation of sequences of text.

Named-entity recognition by text-mining requires to annotate strings with the class to which the string is an instance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants