Package: elbird Title: Blazing Fast Morphological Analyzer Based on Kiwi(Korean Intelligent Word Identifier) Version: 0.3.1 Author: Chanyub Park [aut, cre] () Maintainer: Chanyub Park Authors@R: person(given = "Chanyub", family = "Park", role = c("aut","cre"), email = "mrchypark@gmail.com", comment = c(ORCID = "0000-0001-6474-2570")) Description: This is the R wrapper package Kiwi(Korean Intelligent Word Identifier), a blazing fast speed morphological analyzer for Korean. It supports configuration of user dictionary and detection of unregistered nouns based on frequency. License: LGPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 URL: https://github.com/mrchypark/elbird/ BugReports: https://github.com/mrchypark/elbird/issues SystemRequirements: A valid Kiwi installation. Dynamic library is downloaded from during the build step. See as well as for API documentation. A C++17 compatible compiler is required for Kiwi v0.22.2. git, curl and cmake required to build from source for kiwi. Depends: R (>= 3.5) Imports: dplyr, purrr, tibble, R6 (>= 2.4.0), vroom, matchr LinkingTo: cpp11 Suggests: covr, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: cmake git Repository: https://mrchypark.r-universe.dev Date/Publication: 2025-12-30 11:56:35 UTC RemoteUrl: https://github.com/mrchypark/elbird RemoteRef: HEAD RemoteSha: 0e5c19633a9d021de6bfc88e35fd5056ff53b51e NeedsCompilation: yes Packaged: 2026-06-16 07:24:45 UTC; root