# FastText **Repository Path**: yeyangwh/FastText ## Basic Information - **Project Name**: FastText - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-23 - **Last Updated**: 2024-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于字向量FastText文本分类 # 目录说明
-data 存放数据 -vocabs 存放字典文件 -runs 存放模型及tensorboard文件 -data_helper.py 处理数据 -config.py 配置文件 -fast_text.py FastText类 -train.py 训练模型 -predict.py 预测# 训练 ``` python train.py ``` # 预测 ``` python predict.py ```