From 912294142f07e16a4f8d5571fad6676308c99d85 Mon Sep 17 00:00:00 2001 From: Speed K <116703678+speedyk-005@users.noreply.github.com> Date: Mon, 21 Sep 2026 13:01:29 -0400 Subject: [PATCH 1/2] Add yasbd-lib to NLP section Added yasbd-lib as a sentence boundary detector for multiple languages. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f7c0db148..140dad1d7b 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,8 @@ _Libraries for working with human languages._ - [jieba](https://github.com/fxsjy/jieba) - The most popular Chinese text segmentation library. - [pypinyin](https://github.com/mozillazg/python-pinyin) - Convert Chinese hanzi (漢字) to pinyin (拼音). - [pangu.py](https://github.com/vinta/pangu.py) - Paranoid text spacing. + - [yasbd-lib](https://github.com/speedyk-005/yasbd-lib) - High-accuracy, rule-based sentence boundary detector (SBD). Drop-in pysbd adapter, streaming APIs, CLI, and a spaCy component across 39+ languages. + ### Computer Vision From 81d55c6e3164fac2b48b16472607d6943bb4bb85 Mon Sep 17 00:00:00 2001 From: Speed K <116703678+speedyk-005@users.noreply.github.com> Date: Tue, 22 Sep 2026 08:55:15 -0400 Subject: [PATCH 2/2] Relocate yasbd-lib on the general subsection --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 140dad1d7b..86f48a3739 100644 --- a/README.md +++ b/README.md @@ -215,12 +215,11 @@ _Libraries for working with human languages._ - [spacy](https://github.com/explosion/spaCy) - A library for industrial-strength natural language processing in Python and Cython. - [gensim](https://github.com/piskvorky/gensim) - Topic Modeling for Humans. - [stanza](https://github.com/stanfordnlp/stanza) - The Stanford NLP Group's official Python library, supporting 60+ languages. + - [yasbd-lib](https://github.com/speedyk-005/yasbd-lib) - High-accuracy, rule-based sentence boundary detector (SBD). Drop-in pysbd adapter, streaming APIs, CLI, and a spaCy component across 39+ languages. - Chinese - [jieba](https://github.com/fxsjy/jieba) - The most popular Chinese text segmentation library. - [pypinyin](https://github.com/mozillazg/python-pinyin) - Convert Chinese hanzi (漢字) to pinyin (拼音). - [pangu.py](https://github.com/vinta/pangu.py) - Paranoid text spacing. - - [yasbd-lib](https://github.com/speedyk-005/yasbd-lib) - High-accuracy, rule-based sentence boundary detector (SBD). Drop-in pysbd adapter, streaming APIs, CLI, and a spaCy component across 39+ languages. - ### Computer Vision