Package: audubon Title: Japanese Text Processing Tools Version: 0.6.3 Authors@R: c( person("Akiru", "Kato", , "paithiov909@gmail.com", role = c("cre", "aut")), person("Koki", "Takahashi", role = "cph", comment = "Author of japanese.js"), person("Shuhei", "Iitsuka", role = "cph", comment = "Author of budoux"), person("Taku", "Kudo", role = "cph", comment = "Author of TinySegmenter") ) Description: A collection of Japanese text processing tools for filling Japanese iteration marks, Japanese character type conversions, segmentation by phrase, and text normalization which is based on rules for the 'Sudachi' morphological analyzer and the 'NEologd' (Neologism dictionary for 'MeCab'). These features are specific to Japanese and are not implemented in 'ICU' (International Components for Unicode). License: Apache License (>= 2) URL: https://github.com/paithiov909/audubon, https://paithiov909.github.io/audubon/ BugReports: https://github.com/paithiov909/audubon/issues Depends: R (>= 4.1) Imports: dplyr (>= 1.1.0), magrittr, purrr, readr, rlang, stringi (>= 1.8.3), V8 Suggests: roxygen2, scales, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev libssl-dev libnode-dev libx11-dev Repository: https://paithiov909.r-universe.dev Date/Publication: 2026-06-21 16:51:56 UTC RemoteUrl: https://github.com/paithiov909/audubon RemoteRef: HEAD RemoteSha: bc553b3c384ee764b9e982d4a7a1f46cb91ad585 NeedsCompilation: no Packaged: 2026-06-21 17:40:35 UTC; root Author: Akiru Kato [cre, aut], Koki Takahashi [cph] (Author of japanese.js), Shuhei Iitsuka [cph] (Author of budoux), Taku Kudo [cph] (Author of TinySegmenter) Maintainer: Akiru Kato