Package: elbird 0.2.5
elbird: Blazing Fast Morphological Analyzer Based on Kiwi(Korean Intelligent Word Identifier)
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.
Authors:
elbird_0.2.5.tar.gz
elbird_0.2.5.zip(r-4.5)elbird_0.2.5.zip(r-4.4)elbird_0.2.5.zip(r-4.3)
elbird_0.2.5.tgz(r-4.4-x86_64)elbird_0.2.5.tgz(r-4.4-arm64)elbird_0.2.5.tgz(r-4.3-x86_64)elbird_0.2.5.tgz(r-4.3-arm64)
elbird_0.2.5.tar.gz(r-4.5-noble)elbird_0.2.5.tar.gz(r-4.4-noble)
elbird.pdf |elbird.html✨
elbird/json (API)
NEWS
# Install 'elbird' in R: |
install.packages('elbird', repos = c('https://mrchypark.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mrchypark/elbird/issues
analyzerhacktoberfesthacktoberfest2021morphological
Last updated 1 years agofrom:6f72ba8044. Checks:OK: 4 NOTE: 1 WARNING: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win-x86_64 | OK | Oct 31 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 31 2024 |
R-4.4-win-x86_64 | OK | Oct 31 2024 |
R-4.4-mac-x86_64 | WARNING | Oct 31 2024 |
R-4.4-mac-aarch64 | WARNING | Oct 31 2024 |
R-4.3-win-x86_64 | OK | Oct 31 2024 |
R-4.3-mac-x86_64 | WARNING | Oct 31 2024 |
R-4.3-mac-aarch64 | WARNING | Oct 31 2024 |
Exports:analyzeget_modelKiwiMatchmodel_existsmodel_homemodel_workssplit_into_sentsStopwordsTagstokenizetokenize_tbltokenize_tidytokenize_tidytext
Dependencies:bitbit64clicpp11crayondplyrfansigenericsgluehmslifecyclemagrittrmatchrpillarpkgconfigprettyunitsprogresspurrrR6rlangtibbletidyselecttzdbutf8vctrsvroomwithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Simple version of analyze function. | analyze |
Get kiwi language model file. | get_model |
Kiwi Class | Kiwi |
Analyze Match Options. | Match |
Verifies if model files exists. | model_exists |
A simple exported version of 'kiwi_model_path()' Returns the kiwi model path. | model_home |
Verifies if models work fine. | model_works |
Split Sentences | split_into_sents |
Stopwords Class | Stopwords |
Tag list | Tags |
Simple version of tokenizer function. | tokenize tokenize_tbl tokenize_tidy tokenize_tidytext |