Changelog
Source:NEWS.md
moranajp (development version)
- Support IPAdic in
web_chamame()andmoranajp_all(method = "chamame")- The result of IPAdic has 12 columns with names of its own, so
cols_chamame()selects the column names by the dictionary - The other dictionaries of web chamame are UniDic and are unchanged
- The result of IPAdic has 12 columns with names of its own, so
- Fix
web_chamame(col_lang = "en"): replacing the break “BP” used the Japanese column name, which no longer exists after the columns are renamed - Fix the typo
@examplein the documentation ofmake_groups()
moranajp 0.9.8
CRAN release: 2026-08-05
- 2026-08-05
-
web_chamame()fails gracefully when web chamame is not available- Shows a message and returns
NULLinstead of an error -
moranajp_all(method = "chamame")also returnsNULL
- Shows a message and returns
- Examples using web chamame are wrapped in
\dontrun{} - Follow the 2025 update of web chamame
- Select the form fields by name, not by index (web chamame added 8 fields, which shifted all the indices)
- Keep the new
dic_versionfield: without it, web chamame returns a server error for UniDic dictionaries - Add
dicargument toweb_chamame()andmoranajp_all()to select the dictionary - Request only the output items to use, and select the columns by name (the columns of web chamame changed, and the previous positions returned the conjugation type as the part of speech, and the lexeme as the base form)
- Fix
add_sentence_no():condis evaluated in the caller’s environment - Fix
add_depend_ginza(): remove an unused argument ofadd_sentence_no() - Restore
brkargument ofadd_text_id() - Use
dplyr::all_of()instead of.data[[x]]in tidyselect contexts, where.data[[x]]is deprecated (.data[[x]]is kept in data-masking contexts)
moranajp 0.9.7
CRAN release: 2024-08-01
- 2024-07-12
- Update
moranajp()according to web-chamame update - Use pkgdown
- Change pipe
%>%into|>
moranajp 0.9.6
CRAN release: 2023-02-28
- 2023-02-28
- Add
bigram()and related functions - Can use “sudachi”, “ginza” and “chamame”
- Add
methodargument inmecab()andmecab_all()to be able to use “sudachi”, “ginza” and “chamame”
- Add
moranajp 0.9.5
CRAN release: 2022-07-12
- 2022-07-12
- Fix Bugs: to apply illegal character
-
moranajp()add argument “iconv” to convert encoding of MeCab output - Remove illegal character ( &, |, <. > or “) for command in
moranajp_all()
-
moranajp 0.9.4
CRAN release: 2022-05-06
- 2022-05-06
- Can apply over 8000 length strings.
- Use
purrr::map()inmoranajp()
moranajp 0.9.3
CRAN release: 2022-03-30
- 2022-03-30
- Improve functions.
- Add tests by testthat
- Add data-raw
moranajp 0.9.0
- First release
-
mecab(),mecab_all(): main functions for morphological analysis using ‘MeCab’. Can use data.frame. -
add_text_id(): internal function. -
neko: The first part of ‘I Am a Cat’ by Soseki Natsume