# NLP **Repository Path**: yaadon/nlp ## Basic Information - **Project Name**: NLP - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-08 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于Padlepadle的NLP例程 ## 数据集 ``` cd data python3 download_text.py ``` ## 训练 ``` python3 train.py ``` ## 预测 ``` python3 predict.py ```