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] 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