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
This commit is contained in:
1 2026-04-11 01:41:49 +00:00
parent d902e5b9ba
commit c3715582be

View File

@ -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 (拼音).