target-stopwords
收藏资源简介:
target-stopwords 是一个多语言功能词(停用词)列表数据集,通过从各语言自身的《圣经》文本中自动归纳生成。该方法基于经典的语料库语言学停用词诱导配方,结合词频和离散度统计,并引入一种救援机制,利用文本对齐输出和源锚定的内容信号,确保真正的高频内容词(如上帝、主)不会被错误移除。救援机制通过检查候选词是否将其对齐质量的大部分(≥40%)集中在一个先验包内容词素上来区分功能词和内容词。该数据集覆盖了许多目前没有现成停用词列表的语言,为搜索、信息检索、主题建模以及其他需要停用词的自然语言处理任务提供了可重用的资源。数据集采用 CC0-1.0 许可证,仅包含派生的词频统计信息,不包含原始源文本的重新分发。每种语言的详细统计信息和内容哈希可在 manifest.json 文件中找到。
target-stopwords is a multilingual function word (stopword) list dataset, automatically generated by summarizing from the Bible texts of various languages. The method is based on the classic corpus linguistics stopword induction recipe, combined with word frequency and dispersion statistics, and introduces a rescue mechanism that utilizes text alignment outputs and source-anchored content signals to ensure that truly high-frequency content words (such as God, Lord) are not incorrectly removed. The rescue mechanism distinguishes function words from content words by checking whether a candidate word concentrates most (≥40%) of its alignment quality on a prior bag of content morphemes. The dataset covers many languages that currently lack ready-made stopword lists, providing reusable resources for search, information retrieval, topic modeling, and other natural language processing tasks that require stopwords. The dataset uses the CC0-1.0 license and only contains derived word frequency statistical information, without redistributing the original source texts. Detailed statistics and content hashes for each language can be found in the manifest.json file.
数据集概述:target-stopwords
该数据集提供基于语言自身圣经文本诱导的功能词列表,适用于需要停用词资源的多语言自然语言处理任务。
核心特性
- 任务类型:文本分类(text-classification)
- 标签:停用词(stopwords)、无监督(unsupervised)、多语言(multilingual)、圣经(bible)
- 许可协议:CC0-1.0(仅包含衍生词频统计,不重新分发源文本)
构建方法
- 基础筛选:利用语言自身的圣经文本,通过频率+离散度(经典语料库语言学停用词诱导方法)生成候选词。
- 内容词保护(RESCUED机制):针对语言自身的对齐输出与锚定的源内容信号,确保真正高频的内容词(如“上帝”“主”)不被丢弃。具体而言,若候选词的对齐质量大部分(≥40%)集中在一个先前打包的内容词上,则将其保留为功能词;反之,若对齐分散在多个不同词素上,则判定为功能词。
覆盖范围与价值
- 多语言设计:涵盖多种语言,其中许多语言尚无现成的经过整理停用词列表。
- 资源复用性:可直接用于搜索、信息检索、主题建模或任何需要停用词表的NLP任务。
- 数据说明:数据集包含每语言的统计信息和内容哈希,详见
manifest.json。




