knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) # set.seed(289) pkgload::load_all()
ldccr is utilities for various Japanese corpora.
The goal of ldccr package is to make easy to use Japanese language resources.
This package provides:
install.packages("ldccr", repos = c("https://paithiov909.r-universe.dev", "https://cloud.r-project.org"))
| ... | Name | License | Link | | --- | ---- | ------- | ---- | | :heavy_check_mark: | Live Door News Corpus | CC BY-ND 2.1 JP | # | | :heavy_check_mark: | Japanese Realistic Textual Entailment Corpus | CC BY-NC-SA 4.0 | # | | :heavy_check_mark: | ja.text8 corpus | CC BY-SA | # |
Currently not supported.
if (!dir.exists("cache")) dir.create("cache") text <- ldccr::AozoraBunkoSnapshot |> dplyr::sample_n(1L) |> dplyr::pull("テキストファイルURL") |> ldccr::read_aozora(directory = "cache") |> readr::read_lines() dplyr::glimpse(text)
MIT license.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.