golbin / node-mecab-ya

Yet another mecab wrapper for nodejs
107 stars 18 forks source link

NPM업데이트 요청 #5

Open ZETA-A opened 2 years ago

ZETA-A commented 2 years ago

README.md에는 분명 함수 뒤에 Sync를 붙이면 동기함수를 이용할 수 있다고했지만 함수를 찾을 수 없다고합니다.

$ npm install mecab-ya # mecab-ya@0.1.1
$ node_modules/mecab-ya/bin/install-mecab ko
// 실행코드
console.log(mecab.posSync("저는 바나나와 사과와 수박이 좋아요"));

// 결과
[ERROR] 13:36:35 TypeError: mecab.posSync is not a function

동기함수를 사용하려면 어떻게해야하나요?

ZETA-A commented 2 years ago

mecab.js의 코드를 GitHub과 비교해보니 npm install로 설치한 mecab-ya와 서로 다른 것을 확인했습니다. GitHub에 있는 코드를 복사해서 바꿔넣으니 정상적으로 작동하네요. NPM 업데이트 해주시면 감사드리겠습니다.