김지훈

Modify : Readme

add explanation about server installation
Showing 1 changed file with 10 additions and 0 deletions
1 # 3line 1 # 3line
2 +
3 +##Server installation
4 +
5 +###For korean word analyzing
6 +```
7 +// go to Server directory and type this into command
8 +$ node_modules/mecab-ya/bin/install-mecab ko
9 +```
10 +
11 +it takes quite long time.
......