show_text | R Documentation |
It shows the text or sentence with the given id.
show_text(lexadb, text_id, sent_id = NULL)
lexadb |
A |
text_id |
A string with the text id (the |
sent_id |
A string with the sentence id (the |
A lexast
object.
db_path <- system.file("extdata/albanian_lexadb", package = "lexa")
albanian <- load_lexadb(db_path)
show_text(albanian, 1)
show_text(albanian, 1, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.