-
### 현황
- 낱말비용 토크나이저 플랜조회 함수 get_plan_coat()에 사전의 경로를 지정하는 기능 없음
- 이미 mecab과 mecab-ko-dic를 설치한 후 bitNLP를 설치한 경우,
- 사용자의 설치 환경에 따라서 에러가 발생할 수 있음
- bitNLP에서 mecab과 mecab-ko-dic를 설치하는 경로와 같을 경우에…
-
I get this error when I run `pip install mecab-python3`
```
Collecting mecab-python3
Using cached mecab-python3-1.0.4.tar.gz (78 kB)
Building wheels for collected packages: mecab-python3
Bu…
-
I already installed mecab and unidic-lite
```
Collecting fugashi
Using cached fugashi-1.2.1.tar.gz (337 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
…
-
When I ran the demo codes, it caused the error.
# code
```python=
import unidic2ud
nlp=unidic2ud.load("kindai")
s=nlp("其國を治めんと欲する者は先づ其家を齊ふ")
print(s)
```
# cmd output
```cmd
----------------…
-
Was trying to install cutlet but it always fails at installing fugashi. I downloaded the mecab directory from the readme.md and put it at c:/mecab (cuz I am on windows) but its still not working for m…
-
I tried installing mecab-python3 and unidic-lite using pip install but this did not change the outcome. How can I fix this error?
```
Traceback (most recent call last):
File "M:\audio-webui\aud…
-
## Known-Good Solution
With `Python==3.10`, `MSVC==14.3` (VS 2022), and `Cython
-
### Task
- 현재 mecab-ko를 설치하는 함수 install_mecab()에서는 구버전의 mecab 사전을 설치함
- [mecab-ko-dic-2.0.3-20170922-msvc](https://github.com/Pusnow/mecab-ko-dic-msvc/releases/tag/mecab-ko-dic-2.0.3-20170922…
-
[Blin](https://github.com/Raku/Blin) results between 2023.09 ([f3ba1ab](https://github.com/rakudo/rakudo/commit/f3ba1ab0b88348b26fca9c193a679c10fa9941d0)) and HEAD ([feb8702](https://github.com/rakudo…
-
I am using python3.11 / pip 23.2.1 on MacOS Ventura 13.3.1
I do have MeCab installed, I did it manually with `pip3 install mecab-python3`, but it didn't fix the problem
If I'm missing any …