RcppMeCab 0.0.1.2
- 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"
RcppMeCab 0.0.1.1
- posParallelfunction is added to support
parallelization
- joinparameter is added to yield a output of morphemes
only
- RcppParalleldependency
- user_dicparameter is added to support user dictionary
usage
- Published on CRAN
RcppMeCab 0.0.1.0
- First release
- Windows support is solved; further work should be done for multiarch
installation