Skip to content

Commit

Permalink
update doc add sentence segmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Jan 22, 2024
1 parent a066e59 commit e9733ac
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ There is a toolbar located on the top left of the document area. From it the us

- You have also the possibility to get a `PNG`, `SVG` file and `CONLL` of the tree.


#### Sentence segmentation

Annotators are usually faced with the problem of sentence segmentation during the annotation process. They want either divide a sentence into two other sentences, or merge two sentences to form a single sentence. this can be done using the sentence segmentation feature. The following screenshots show these two options

<div style="text-align:center">
<img src="assets/images/split-sent.png" alt="drawing" width="1000"/>
</div>
</br>
<div style="text-align:center">
<img src="assets/images/merge-sent.png" alt="drawing" width="1000"/>
</div>

#### Tokens editing options

- You have the possibility to manipulate tokens within a sentence by merging them, splitting them, or inserting a token at a particular location. To do this, just select the token you want to modify within the sentence input displayed in the tree view, and you will get a menu with these available options.
Expand Down
Binary file modified assets/images/edit-treebank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/merge-sent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/split-sent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion fr/annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,20 @@ Il y a une barre d'outils située en haut à gauche de la zone de la vue de l'ar

- Vous avez également la possibilité d'obtenir un fichier `PNG`, `SVG` et `CONLL` de l'arbre.

#### Tokens editing options

#### La segmentation des phrases

Les annotateurs sont généralement confrontés au problème de la segmentation des phrases au cours du processus d'annotation. Ils veulent soit diviser une phrase en deux autres phrases, soit fusionner deux phrases pour en former une seule, ce qui peut être fait à l'aide de la fonction de segmentation des phrases. Les captures d'écran suivantes illustrent ces deux options.

<div style="text-align:center">
<img src="assets/images/split-sent.png" alt="drawing" width="1000"/>
</div>
</br>
<div style="text-align:center">
<img src="assets/images/merge-sent.png" alt="drawing" width="1000"/>
</div>

#### Edition des tokens

- Vous avez la possibilité de manipuler les tokens au sein d'une phrase en les fusionnant, en les divisant ou en insérant un token à un emplacement particulier. Pour ce faire, il vous suffit de sélectionner le token que vous souhaitez modifier dans la phrase affichée dans la vue de l'arbre, et vous obtiendrez un menu avec ces options disponibles.

Expand Down

0 comments on commit e9733ac

Please sign in to comment.