xmi2list | R Documentation |
extract text and possibly annotations from inception export (provided as xmi)
xmi2list(xmi_file, key = "custom")
xmi_file |
xmi-file as provided by inception export |
key |
vector of keywords in questions (default set to 'custom' annotations) |
returns dataframe with queried annotations
## Not run:
xmi_files <- list.files(".", pattern = "\\.xmi$", recursive = T)
df <- purrr::map_df(xmi_files, purrr::possibly(xmi2list, data.frame(text = NULL)), .id = "id")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.