This commit is contained in:
Na'aman Hirschfeld 2026-04-09 03:22:18 +00:00 committed by GitHub
commit 5388434262
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2657,6 +2657,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A
- [gofeed](https://github.com/mmcdole/gofeed) - Parse RSS and Atom feeds in Go.
- [gographviz](https://github.com/awalterschulze/gographviz) - Parses the Graphviz DOT language.
- [gonameparts](https://github.com/polera/gonameparts) - Parses human names into individual name parts.
- [kreuzberg](https://github.com/kreuzberg-dev/kreuzberg) - Document intelligence library that extracts text, tables, and metadata from 62+ formats including PDF, Office, images with OCR, HTML, email, and archives.
- [ltsv](https://github.com/Wing924/ltsv) - High performance [LTSV (Labeled Tab Separated Value)](http://ltsv.org/) reader for Go.
- [normalize](https://github.com/avito-tech/normalize) - Sanitize, normalize and compare fuzzy text.
- [parseargs-go](https://github.com/nproc/parseargs-go) - string argument parser that understands quotes and backslashes.