All Projects → Pusnow → mecab-python-msvc

Pusnow / mecab-python-msvc

Licence: other
mecab-python for mecab-ko-msvc

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to mecab-python-msvc

mecab-ko-msvc
MeCab-Ko builds using Microsoft Visual C++
Stars: ✭ 32 (+39.13%)
Mutual labels:  mecab, mecab-ko, mecab-ko-msvc
Kawazu
A C# library for converting Japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported. Inspired by project Kuroshiro.
Stars: ✭ 33 (+43.48%)
Mutual labels:  mecab
Mecab Ipadic Neologd
Neologism dictionary based on the language resources on the Web for mecab-ipadic
Stars: ✭ 2,408 (+10369.57%)
Mutual labels:  mecab
kuromoji-with-mecab-neologd-buildscript
These scripts to build a Lucene Kuromoji or Atilika Kuromoji with bundled mecab-ipadic-NEologd.
Stars: ✭ 19 (-17.39%)
Mutual labels:  mecab
limelight
A php Japanese language text analyzer and parser.
Stars: ✭ 76 (+230.43%)
Mutual labels:  mecab
NMeCab
Japanese morphological analyzer on .NET
Stars: ✭ 65 (+182.61%)
Mutual labels:  mecab
python-mecab
A repository to bind mecab for Python 3.5+. Not using swig nor pybind. (Not Maintained Now)
Stars: ✭ 27 (+17.39%)
Mutual labels:  mecab

mecab-python-msvc

Build

mecab-python-msvc는 mecab-ko-msvc에서 사용할 수 있는 mecab-python을 빌드하는 프로젝트입니다.

설치

  • mecab-ko-msvc를 설치하지 않았으면 설치해야 합니다.
  • mecab-ko-dic-msvc를 설치하지 않았으면 설치해야 합니다.
  • 실행 환경에 맞는 최신버전을 다운로드합니다. 32bit, 64bit 버전의 Python 2.7, 3.3, 3.4, 3.5, 3.6 을 지원합니다.
  • pip install <다운로드한 whl 파일> 로 설치할 수 있습니다. venv를 사용하지 않을 경우 관리자 권한이 필요합니다.

빌드 정보

  • mecab-python-msvc 는 Appveyor를 이용합니다.
  • 빌드 과정은 Appveyor 페이지 에 기록되어 있습니다.
  • 개인적으로 빌드를 하고 싶으신 분은 appveyor.yml 을 참고하시기 바랍니다.

관련 프로젝트

MeCab python module for MeCab 0.996

소개

MeCab에서 제공하는 python 바인딩 소스가 Python 3.x에서 문제를 일으키므로 SWIG를 최신 버전(SWIG 3.0.0)을 사용하여 다시 생성한 소스입니다.

설치

:::text
% git clone https://bitbucket.org/eunjeon/mecab-python-0.996.git
% cd mecab-python-0.996
% python setup.py build
% su
# python setup.py install

You can change the install directory with the --prefix option. For example:

:::text
% python setup.py install --prefix=/tmp/pybuild/foobar

사용법

샘플 프로그램인 test.py를 참조하세요.

라이센스

mecab-ko의 라이센스는 MeCab의 라이센스를 그대로 따릅니다.

MeCab 는 무료 소프트웨어입니다. GPL (the GNU General Public License), LGPL (Lesser GNU General Public License) 또는 BSD 라이선스에 따라 소프트웨어를 사용, 재배포할 수 있습니다. 자세한 내용은 COPYING, GPL, LGPL, BSD 각 파일을 참조하십시오.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].