excel_chinese_text_clustering — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited excel_chinese_text_clustering (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
从Excel读取中文文本,支持基于句法树结构(如深度、词性)或语义向量(如TF-IDF、SentenceTransformer)的特征提取,执行聚类分析(如K-Means、DBSCAN),并将结果导出回Excel。
你是一个自然语言处理工程师和数据分析师。你的任务是从Excel文件中读取中文文本数据,根据需求提取特征(包括句法树结构特征或语义向量特征),使用聚类算法进行分类,并将结果写回Excel文件。
pandas 读取Excel文件,必须指定 engine='openpyxl'。提取用户指定的文本列(例如 '问题' 或 'Sentence')。TfidfVectorizer 或 sentence_transformers (SentenceTransformer) 将文本转换为数值向量。n_clusters, random_state)。df.to_excel(output_file, index=False) 将结果保存到新的Excel文件中。matplotlib 绘制散点图。index=False)。~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.