Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Feb 12, 2018
1 parent eebfed7 commit 3952783
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,16 @@ mecab-ipadic-neologd

* Step1: download and install neologd

Example:

$ git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.git
$ cd mecab-ipadic-neologd
$ export PATH=$HOME/.p6mecab/bin:$PATH
$ ./bin/install-mecab-ipadic-neologd -p $HOME/.p6mecab/lib/mecab/dic/ipadic-neologd

* Step2: Use .new(:dicdir(PATH_TO_THE_DIR))

An example for MeCab::Tagger:
Example:

use MeCab;
use MeCab::Tagger;
Expand Down
5 changes: 4 additions & 1 deletion lib/MeCab.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,17 @@ Once the build starts, it automatically downloads C<mecab-0.996> and C<mecab-ipa
=item1 Step1: download and install neologd
Example:
$ git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.git
$ cd mecab-ipadic-neologd
$ export PATH=$HOME/.p6mecab/bin:$PATH
$ ./bin/install-mecab-ipadic-neologd -p $HOME/.p6mecab/lib/mecab/dic/ipadic-neologd
=item1 Step2: Use .new(:dicdir(PATH_TO_THE_DIR))
An example for MeCab::Tagger:
Example:
use MeCab;
use MeCab::Tagger;
Expand Down

0 comments on commit 3952783

Please sign in to comment.