From c3715582be1a9b178308651e021f03e7589fdadb Mon Sep 17 00:00:00 2001 From: 1 <1> Date: Sat, 11 Apr 2026 01:41:49 +0000 Subject: [PATCH] Add lmscan to Text Processing > General lmscan is an open-source Python library for detecting AI-generated text and fingerprinting which LLM wrote it. Uses 12 statistical features and 9 model signatures. Zero dependencies, <50ms, Apache-2.0. - PyPI: https://pypi.org/project/lmscan/ - 193 tests, CI on every push - Python 3.9-3.13 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89a4a6d..15d9270 100644 --- a/README.md +++ b/README.md @@ -826,6 +826,7 @@ _Libraries for parsing and manipulating plain texts._ - [chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector. - [difflib](https://docs.python.org/3/library/difflib.html) - (Python standard library) Helpers for computing deltas. - [ftfy](https://github.com/rspeer/python-ftfy) - Makes Unicode text less broken and more consistent automagically. + - [lmscan](https://github.com/stef41/lmscan) - Detect AI-generated text and fingerprint which LLM wrote it using statistical analysis. - [pangu.py](https://github.com/vinta/pangu.py) - Paranoid text spacing. - [pyfiglet](https://github.com/pwaller/pyfiglet) - An implementation of figlet written in Python. - [pypinyin](https://github.com/mozillazg/python-pinyin) - Convert Chinese hanzi (漢字) to pinyin (拼音).