note-articles
收藏资源简介:
该数据集来源于 note.com 的公开页面,包含从这些页面中提取的文章正文以及使用 IPADIC 词典通过 MeCab 进行形态素解析后的结构化 token 序列。数据集中每条记录包含两个字段:text 字段存储原始文章文本,mecab 字段存储解析后的 token 序列(如词形、词性、读音等结构化信息)。付费文章仅包含公开部分的内容。数据以 Parquet 格式存储,训练集文件位于 data/*.parquet 中。该数据集可用于日语自然语言处理任务,如文本分类、语义分析、形态素解析模型的训练与评估等。
This dataset is derived from public pages of note.com, containing article texts extracted from these pages and structured token sequences obtained through morphological analysis using MeCab with the IPADIC dictionary. Each record in the dataset consists of two fields: the text field stores the original article text, and the mecab field stores the parsed token sequences (including structured information such as word forms, parts of speech, readings, etc.). Only the publicly available parts of paid articles are included. The data is stored in Parquet format, with training set files located in data/*.parquet. This dataset can be used for Japanese natural language processing tasks such as text classification, semantic analysis, and training/evaluation of morphological analysis models.
- 数据集名称:note articles
- 数据来源:从 note.com 的公开页面提取
- 数据内容:包含文章正文(
text字段)和通过 IPADIC 分词器进行的 MeCab 解析结果(mecab字段,为结构化令牌序列) - 数据范围:仅包含公开文章,付费文章仅限其公开部分
- 文件格式:数据以 Parquet 格式存储,路径为
data/*.parquet - 数据分割:包含一个名为
train的数据分割 - 配置信息:默认配置名为
default




