urAIbeta annotation tool

To get started with video help

Introduction

urAI annotation is an easy-to-use text annotating tool. After annotating the text file download the annotated output file to train your AI model. These following simple steps can anyone start to annotate a text file fast and efficient way. Upload text file, add entities on the fly, select word, tag with the entity, after completion of tagging download the output file.

Get started 

Sign up not required

urAI Annotationbeta version need not required Sign up or login. This application will create a unique URL for each project. Remember the project URL to work with the same project again. 

How to annotate a text file using urAI Annotation tool?

Upload file

Drag & drop or click to upload a text file.

 

Auto-annotation of the file

After completion of upload, the text file will be auto annotate with common entities. If it is not relevant to the requirement. Delete this auto-annotation any time.

Supported files

Currently, we support only .txt files.

Upload limitation for the file size is 5 MB Maximum. Shows only first 500 lines of the file.

Manage entity  

Add entities

1. USING ADD ENTITY FORM

Under the entities column. Type entity name press "enter" to add one. To add multiple entities type the name with comma separated.

      

2. UPLOAD ENTITY JSON

To add a large set of entities with data,

  1. Top right corner of entities column. (refer Figure 4 Using action 1)   
  2. Click the upload icon, to upload your entities json file.

Figure 4

 

 

Actions

  1. To upload entity JSON  
  2. To add data under the entity
  3. To delete the entity
  4. To remove data under the entity

Use this upload json option anywhere, in between the process.  

STRUCTURE OF ENTITY JSON FILE

To use upload entity json option, create entity json file as

{

  “Entity_name_1”: [ “entity1_data_1”,“entity1_data_2”,.....],

  “Entity_name_2”: [ “entity2_data_1”,“entity2_data_2”,.....],

   .......

}

Example entity JSON file

{
    "Genre_name": [
        "fun", 
        "adventure"
    ], 

    "Sports_name": [
        "basketball", 
        "driving"
    ], 

    "event": [
        "indiana pacers", 
        "monster jam"
    ], 

    "city": [
        "toronto", 
        "indianapolis"
    ], 

    "venue_name": [
        "bankers life stadium", 
        "convention center"
    ] 
}

 

Remove entities

Use delete icon next to entity name under the entities column. (refer Fig 4 Using action 3)   

Warning: removing of an entity, removes all the annotated words under this entity. Be cautious while doing this operation  

Annotate the text file

Option 1

After creating one or more entities, start to annotate the uploaded text file. Select a word using a mouse then click on the entity name.   

That word will be highlighted with the entity color code in that entire document.

Option 2: Adding data under an entity

Add a word under an entity is another way of annotating the text document (refer Fig 4 Using action 2)   

REMOVE DATA FROM THE ENTITY

Open the entity using the expand icon. Click the ‘X’ icon to remove the data from that entity. (refer Fig 4 Using action 4)   

Download Output

After completion of annotation, download the output file using the "Download" icon top right corner of the page. Downloaded zip file consists of annotated Rangy format file & Entities json file. Train AI model, using that annotated rangy formate file. 

  1. urAI Annotation beta is a free tool
  2. Sign up not required.
  3. Save the page link after uploading the file
  4. Using the saved page link - get into the project you already worked   
logo