read_jrte | R Documentation |
Download and read the Japanese Realistic Textual Entailment Corpus.
The result of this function is memoised with memoise::memoise
internally.
read_jrte(
url = "https://github.com/megagonlabs/jrte-corpus/archive/refs/heads/master.zip",
exdir = tempdir(),
keep = jrte_rte_files(),
keep_rhr = FALSE,
keep_pn = FALSE
)
url |
String.
If left to |
exdir |
String. Path to tempolarily unzip text files. |
keep |
List. File names to parse and keep in returned value. |
keep_rhr |
Logical. If supplied |
keep_pn |
Logical. If supplied |
A list of tibbles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.