1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mecabとjsバインディングのインストール

Posted at

##1. Mecabと辞書をインストール、文字コードをUTF-8に設定する
参考
##2. Node.jsとnpmをインストール
参考
##3. Githubでnode-mecab-liteのソースコードをダウンロード
##4. node-mecab-lite/Package.jsonの中で一行追加
image
##5. node-mecab-liteのルートディレクトリーでコマンドラインを開け、「npm install」を実行する
#動作確認
node-mecab-lite/sampleでコマンドラインを開け、「node sync-test.js」を実行する 。 もし環境が正確に設定されたら、結果は以下になります。
image

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?