Package: audubon
Title: Japanese Text Processing Tools
Version: 0.5.2
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 (>= 2.10)
Imports: dplyr (>= 1.1.0), magrittr, Matrix, memoise, purrr, readr,
        rlang (>= 0.4.11), stringi, V8
Suggests: roxygen2, spelling, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-04-27 00:19:35 UTC; paithiov909
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 <paithiov909@gmail.com>
Repository: CRAN
Date/Publication: 2024-04-27 02:10:02 UTC
Built: R 4.3.1; ; 2024-04-27 04:12:50 UTC; unix
