Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md lac clone 代码路径修正 #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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