get_long_ids | R Documentation |
Get ids in various forms to extract token_ids
get_long_ids(..., select = NULL, with_fill = FALSE)
... |
Either a data.table with the columns doc_id, sentence and token_id, or the output of apply_queries |
select |
If not null, a character vector for selecting column names |
with_fill |
If TRUE, include the ids of the fill nodes |
A data.table with the columns doc_id, sentence and token_id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.