knitr::opts_chunk$set(echo = TRUE, message = FALSE, comment = NA, eval = TRUE)
library(udpipe.bab) x <- data.frame(doc_id = c("a", "b"), text = c("Desen brief sal men bstelen an Janetie Alberts woont in fredrickstadt", "dit kan Ul op vaders rekeningh setten ende senden"), stringsAsFactors = FALSE) anno <- udpipe_bab(x) anno anno <- udpipe_bab(x, tokenizer = "basic") anno
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.