<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Tidy Tools for Chinese, Japanese and Korean Text</dc:title>
  <dc:title>R package tidycjk version 0.1.0</dc:title>
  <dc:description>A tidy toolkit for text that is written in Chinese, Japanese or
    Korean. Most text tooling in R assumes that words are separated by
    whitespace, which CJK writing does not use, so ordinary summaries of a text
    column either treat a sentence as one undifferentiated blob or split it into
    isolated characters. Word segmentation is therefore a pluggable engine that
    the caller names explicitly rather than a bundled dictionary, because where
    a word ends is a fact about a language and not about Unicode. 'tidycjk'
    classifies characters by Unicode block, reports which script and which
    language a text is written in, measures how much of a text is CJK, and
    turns those measurements into tibbles that slot straight into a
    'tidyverse' workflow. It also measures display width in terminal columns,
    pads and truncates to a width rather than to a character
    count, and normalises fullwidth and halfwidth forms surgically -- including
    composing halfwidth katakana voiced marks into single code points -- without
    the collateral damage of a full 'NFKC' pass. Language detection deliberately
    returns NA rather than guessing when a text is written in Han characters
    only, because Japanese written without kana cannot be distinguished from
    Chinese by script alone. Everything is derived from the Unicode
    specification; the package makes no network requests and needs no compiled
    code of its own.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.5.0)</dc:relation>
  <dc:relation>Imports: dplyr (&gt;= 1.1.0), stringi, tibble, utils</dc:relation>
  <dc:relation>Suggests: knitr, rmarkdown, testthat (&gt;= 3.0.0)</dc:relation>
  <dc:creator>Youzhi Yu &lt;yuyouzhi666@icloud.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Youzhi Yu [aut, cre]</dc:contributor>
  <dc:rights>GPL (&gt;= 3)</dc:rights>
  <dc:date>2026-09-09</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=tidycjk</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.tidycjk</dc:identifier>
  <dc:language>en-GB</dc:language>
</oai_dc:dc>
