Skip to content

Proposition

Subsentence Object

KEYTYPEDESCRIPTION
start_idintId of the first token of the subsentence
end_idintId of the last token of the subsentence

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

<Tabs> <TabItem value="py" label="Python">

[
    {
        "start_id":0,
        "end_id":3
    },
    {
        "start_id":4,
        "end_id":9
    }
]

</TabItem> <TabItem value="json" label="JSON">

[
    {
        "start_id":0,
        "end_id":3
    },
    {
        "start_id":4,
        "end_id":9
    }
]

</TabItem> </Tabs>

register-sticky