Annotation
Extension to work with the Document Editor
You can upload documents to Text Projects by linking them from external storages. For that, you'll need to enable CORS in your storage. To use the Text Editor, you need to install and enable the CORS Unblock extension.
To install and enable the CORS Unblock extension:
- Install the CORS Unblock extension.
- Pin the extension.
- When you go to the Text Editor, right-click on the extension.
- Hover over This Can Read and Change Site Data.
- Select the Text Editor’s link.
Create instance
To create an instance:
- Select Entity in the left panel or press
E
on the keyboard. - Highlight the text you want to annotate.
Token annotations
When Basic Tokenization or Smart Tokenization is enabled, you can highlight part of a word and the entire word will be annotated. For example, if you select Fin
from the word Finland
, the entire word Finland
will be annotated. If you select lt ha
from felt happy
, felt happy
will be annotated.
With Basic Tokenization, if you highlight Fran
in San Francisco
, only the word Francisco
will be annotated.
With Smart Tokenization, if you highlight Fran
in San Francisco
, the word San Francisco
will be annotated. That's because the model used in Smart Tokenization recognizes geolocations, city names, book titles, etc.
If a project has existing annotations before the tokenization feature was enabled, the existing annotations won’t be affected. New projects have Basic Tokenization enabled by default. You can disable tokenization from the project setup.
Stretch instance
You can stretch instances by dragging the edges. This will help you edit existing annotations (that were imported, for instance) without having to delete and recreate them.
Delete instance
There are two methods to delete an instance:
Method 1
- Go to the Objects tab in the right panel.
- Select the instance you want to delete.
- Press the
Delete
key or theBackspace
key on the keyboard.
Method 2
- Hover over the instance on the canvas.
- Click the delete button.
To undo this action, press Cmd/Ctrl+Z
on the keyboard.
Delete all instances
To delete all the instances in a document:
- Go to the Objects tab in the right panel.
- Select the delete button at the top of the right panel.
To delete all the instances of a particular class:
- Find the class whose instances you want to delete in the right panel.
- Click the corresponding delete button.
Updated 12 months ago