Hi,
> On 19. Oct 2025, at 14:26, 'Agustin Dei' via inception-users <
incepti...@googlegroups.com> wrote:
>
> For instance, after having annotated a text we notice tht a token must modified, removed or inserted for different reasons (typo, variant of the text, etc), so we download the file in conllu and modify it locally. However, the file because unreadable in inception because of a change in ID indexing or relations.
Editing tokens and sentences is not fully supported in INCEpTION yet.
You can enable the experimental support by adding these lines to your settings.properties and restarting INCEpTION:
```
ui.token-layer-editable=true
ui.sentence-layer-editable=true
```
See also:
https://inception-project.github.io/releases/38.3/docs/admin-guide.html#sect_settings_segmentation
When these settings are present, you can add Token and Sentence layers to your project via the (Add) button in the layer configuration. After adding them, you also have to enable them. On the annotation page, you need to choose an editor which is not sentence-oriented, e.g. "brat (line-oriented").
If you delete a token or sentence, it should expand the previous or following token/sentence to cover the deleted area. To split a token/sentence, you would shift-click at the split location.
Mind that there are known and probably unknown problems that can appear when you start editing tokens and sentences. For more information see here:
https://github.com/inception-project/inception/issues/1778
So feel free to try it.
Be prepared to run into problems.
Let me know what problems you run into.
Cheers,
-- Richard