1.6k results (14 ms)
1. github.com/blevesearch/bleve
A modern text/numeric/geo-spatial/vector indexing library for go AI-generatedBleve is a Go library for full-text search and indexing.
2. github.com/dustin/go-humanize
Go Humans! (formatters for units to human friendly sizes) AI-generatedA package for humanizing numbers and durations in Go.
:book: A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity extraction. AI-generatedNatural Language Processing (NLP) library for Go.
Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others. AI-generatedGo library for efficient multilingual NLP and text segmentation.
Implements string functions widely used in other languages but absent in Go. AI-generatedCollection of string functions not in the standard library strings package.
8. github.com/client9/misspell
Correct commonly misspelled English words in source files AI-generatedEnglish spelling corrector for code and text files.
URL-friendly slugify with multiple languages support. AI-generatedSlug generation package with multiple language support.
12. github.com/lithammer/fuzzysearch
:pig: Tiny and fast fuzzy search in Go AI-generatedFuzzy string matching library with ranking and Unicode support.
13. github.com/iancoleman/strcase
A golang package for converting to snake_case or CamelCase AI-generatedString case conversion utility in Go.
Go glob AI-generatedGolang package for efficient pattern matching with globbing.
15. github.com/dlclark/regexp2
A full-featured regex engine in pure Go based on the .NET engine AI-generatedFeature-rich regular expressions package for Go programming language.
16. github.com/pointlander/peg
Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.
17. github.com/mingrammer/commonregex
🍫 A collection of common regular expressions for Go
19. github.com/cloudflare/ahocorasick
A Golang implementation of the Aho-Corasick string matching algorithm AI-generatedAho-Corasick string matching algorithm implemented in Golang.
Unicode Text Segmentation, Word Wrapping, and String Width Calculation in Go