Add your description here
Project description
Choumine 手机评论智能分析工具
[English Version Below]
功能特性
- 基于OpenAI API的智能评论分析
- 支持CSV/TXT格式输入
- 可配置的自定义分析问题
- 批量处理与自动重试机制
- 结果统计与可视化输出
- 自动生成配置文件模板
安装要求
Python 3.10+
pip install -r requirements.txt
快速开始
# 生成默认配置文件
python -m choumine_review_classifier.review-classifier --create-config
# 分析评论文件
python -m choumine_review_classifier.review-classifier -i reviews.csv
配置文件说明
编辑config.yaml:
api_key: "your-openai-key"
model: "gpt-4o"
custom_questions:
- id: "positive"
question: "评论情感是否为正面?"
- id: "recommend"
question: "是否推荐购买?"
注意事项
- 确保网络可访问OpenAI API
- 大规模分析建议设置
batch_size: 20-50 - 结果文件包含原始回答和解析后的独立列
- 临时文件
.temp可中断续传
Choumine Mobile Review Analyzer
Features
- OpenAI API powered analysis
- CSV/TXT input support
- Customizable questions
- Batch processing with auto-retry
- Statistical visualization
- Config template generation
Requirements
Python 3.10+
pip install -r requirements.txt
Quick Start
# Generate config template
python -m choumine_review_classifier.review-classifier --create-config
# Analyze reviews
python -m choumine_review_classifier.review-classifier -i reviews.csv
Configuration
Edit config.yaml:
api_key: "your-openai-key"
model: "gpt-4o"
custom_questions:
- id: "positive"
question: "Is the review sentiment positive?"
- id: "recommend"
question: "Would you recommend this product?"
Best Practices
- Verify API connectivity
- Optimal
batch_size: 20-50 - Results include raw JSON and parsed columns
.tempfiles allow resume interrupted jobs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file choumine_review_classifier-0.1.1.tar.gz.
File metadata
- Download URL: choumine_review_classifier-0.1.1.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a776673bcf4bb328d38e395f2b214ade0ba94d7baba8d3acf08c009bce3d34d0
|
|
| MD5 |
ac0e1bcd3fd5497d950ab1da64a7b86b
|
|
| BLAKE2b-256 |
013918517c88325516ae8d59aba7f9dd8ac91350b539c267c9f30f54724cb4e3
|
File details
Details for the file choumine_review_classifier-0.1.1-py3-none-any.whl.
File metadata
- Download URL: choumine_review_classifier-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3dfb9852287cf501124932a87ede838ff7c2d3d772cea6a7806f98c5307b663
|
|
| MD5 |
fe42d146fccfba2343b048f4bee973e8
|
|
| BLAKE2b-256 |
01c79158c499d1ad8e11045d2e05a5cc40d776959a1a73586aaeefd004353473
|