-
Please add support for Python 3.12, if you can, please...
```
% pip install mecab-ko
Collecting mecab-ko
Using cached mecab-ko-1.0.1.tar.gz (75 kB)
Installing build dependencies ... done
…
28140 updated
2 weeks ago
-
can you support x86_64?
-
Trying to run OpenVoice/demo_part3.ipynb on Apple Silicon.
Even with workarounds (listed below), it attempts to auto-install python-mecab-ko which causes conflicts with mecab-python3.
Appears to h…
-
- Windows: mcr.microsoft.com/windows:1809
- JDK: adoptopenjdk11 11.0.5.10
- Konlpy: v0.5.1, v0.5.2-rc.2
```pytb
Step 16/16 : RUN py -m pytest -v .
---> Running in 1574944bfb19
===============…
-
``` bash
"mecab-ya": "git+https://github.com/golbin/node-mecab-ya.git",
```
최신 버전을 설치한 다음에 테스트를 진행했습니다.
일단 install-mecab ko 로 설치를 하면 `make` 는 정상적으로 동작하는 것 같습니다.
그런데, 아래와 같은 메시지가 나오네요. 실제로 동작도 …
-
When I type in Korean and click run, the following message appears in the console and it doesn't work.
you have to install python-mecab-ko. install it...
python version: 3.10.9 (main, Mar 1 2023,…
-
Hello. I'm a [spaCy](https://github.com/explosion/spacy) core developer, and we currently use mecab-ko for our Korean language support, but we're not entirely satisfied with it because it requires mec…
-
안녕하세요. 좋은 프로젝트 감사합니다 :)
User dictionary 적용을 위해서 `python3 -m mecab dict-index --userdic nouns.dic nouns.csv` 해당 명령어를 실행하려하는데,
`pip install python-mecab-ko`로 실행시에는 잘 동작하는데, 현재 깃허브 main 브랜치와 pypi에 등…
-
안녕하세요.
KoNLPy-mecab-ko-dic에서 custom dictionary 를 만드는 과정에 대해 질문드립니다.
일단 [mecab-ko-dic 빗버켓](https://bitbucket.org/eunjeon/mecab-ko-dic/) 에 따르면
`mecab-ko-dic/seed` 또는 `mecab-ko-dic/final/user-dic`디렉토리에
…
j-min updated
6 years ago
-
안녕하세요 zeta님 ts 용으로 패키지 배포해주셔서 잘 사용하고 있습니다.
제가 npm 에 대한 이해가 부족한 것일 수 있는데, 아래와 동일하게 사전에 단어추가를 할 수 있는 것일까요?
https://bitbucket.org/eunjeon/mecab-ko-dic/src/df15a487444d88565ea18f8250330276497cc9b9/fi…