- Remove the core POS tagging functions and import
RcppMeCab
package to analyze the text - Fix encoding issues
- Fix
install_mecab
to support creating subdirectory - Fix
pos
and other token functions to check local encoding.
- Add
install_dic
function to installmecab-ko-dic
. It is needed to use custom dictionary functionality. - Add tokenizers.
- Remove
mecab-ko-msvc
binary build from the package - Add
install_mecab
function to installmecab-ko-msvc
andmecab-ko-dic-msvc
in user setting directory. - Fix cpp function to assert errors correctly
- Rearrange documents with
Roxygen2
- Support Windows with binary build
mecab-ko-msvc
andmecab-ko-dic-msvc
- Now analysing functions (
pos
andnouns
) receives character vector, not list. - Add
nouns
function to extract nouns of Korean phrases
- First release
- Support Mac OSX and Linux
- Need installation of
mecab-ko
for building this package (andmecab-ko-dic
)