- Do not reuse a standard MeCab 0.996 installation for the Korean build profile. Korean installations now require a compatible mecab-ko 0.999 engine and always provision the matching bundled dictionary.
- Make Korean backend tests fail when the engine or dictionary is unavailable instead of silently skipping the integration coverage.
- Add
dictionary_info()to report metadata for the dictionaries loaded by MeCab. - Add
MECAB_LANG=zhas a first-class installation profile using standard MeCab 0.996 and the mecab-jieba 0.1.1 Mandarin dictionary. - Clarify that
langandset_dic()select dictionaries rather than MeCab engines, and document language-specific dictionary feature layouts.
- Add analytic forms of conjugated morphemes when format == "data.frame"
- loop version of
posfunction is fixed (duplicated result) sys_dicis now working properly- each function checks
getOption("mecabSysDic")to get user preference of MeCab system dictionary - present input character vecters over the result list attributes (names)
- a single character vector input in
pos()will return a list - an option for result type is added: with arg
format="data.frame"
posParallelfunction is added to support parallelizationjoinparameter is added to yield a output of morphemes onlyRcppParalleldependencyuser_dicparameter is added to support user dictionary usage- Published on CRAN
- First release
- Windows support is solved; further work should be done for multiarch installation