Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boliza committed Jan 10, 2018
1 parent 18d43f4 commit 65329b7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ Thanks the great projects:
2. [**elasticsearch**](https://github.com/elastic/elasticsearch)
3. [**HanLP**](https://github.com/hankcs/HanLP)

# Install lib
# Build

## Install lib
```bash
gradle mvn
```

# Import HanLP data
## Import HanLP data

1. Download HanLP data.See here [HanLP Releases](https://github.com/hankcs/HanLP/releases)
2. Modify the data root in [config](config/hanlp.properties), change the ${data.root} to your own HanLP root data dir

# Notice

Package `com.hankcs.lucene` copy from [hanlp-lucene-plugin](https://github.com/hankcs/hanlp-lucene-plugin)

0 comments on commit 65329b7

Please sign in to comment.