Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ AI开放平台中情感倾向分析采用的模型(http://ai.baidu.com/tech/nlp/
- 克隆lac代码,修改Makefile
```
cd fluid_install_dir/third_party/install/
git clone https://github.com/baidu/lac
git clone https://github.com/baidu/lac.git

修改CMakeList.txt, 将:
SET(PADDLE_ROOT ../../../fluid_install_dir)
Expand All @@ -156,7 +156,7 @@ AI开放平台中情感倾向分析采用的模型(http://ai.baidu.com/tech/nlp/
- 克隆本模块代码,添加环境变量,编译

```
git clone https://github.com/baidu/Senta
git clone https://github.com/baidu/Senta.git
export PADDLE_ROOT=你的PaddlePaddle Fluid Inference部署路径
export GCC_BIN=你的g++绝对路径(4.8.2版本)
cd C-API
Expand Down