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

执行demo/quick_start/preprocess.sh报perl的错误 #612

Closed
jw8023wh opened this issue Nov 25, 2016 · 2 comments
Closed

执行demo/quick_start/preprocess.sh报perl的错误 #612

jw8023wh opened this issue Nov 25, 2016 · 2 comments
Assignees

Comments

@jw8023wh
Copy link

jw8023wh commented Nov 25, 2016

如题:
在执行demo/quick_start/preprocess.sh时报如下错误:

qq 20161125105335

@qingqing01
Copy link
Contributor

qingqing01 commented Nov 25, 2016

这个是Perl安装不对导致的。 我们需要Perl是因为这个demo里使用的分词器是Perl写的。我们最近在做一个修改——去掉preproces的过程(以及对Perl和分词器的依赖),而是提供预处理好的数据。

预处理好的数据已经可以下载了:

wget http://paddlepaddle.bj.bcebos.com/demo/quick_start_preprocessed_data/preprocessed_data.tar.gz

@backyes backyes closed this as completed Nov 25, 2016
@wangkuiyi
Copy link
Collaborator

@jw8023wh 目前Quick Start文档里对数据下载和预处理的过程描述如下:

cd demo/quick_start
./data/get_data.sh
./preprocess.sh

如果用 @qingqing01 预处理好的数据,那么上述步骤可以替换为:

cd demo/quick_start/data
wget http://paddlepaddle.bj.bcebos.com/demo/quick_start_preprocessed_data/preprocessed_data.tar.gz

zhhsplendid pushed a commit to zhhsplendid/Paddle that referenced this issue Sep 25, 2019
* remove v2

* remove mobile

* check_1.3_api_update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants