rylans / getlang
Natural language detection package in pure Go
☆171Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for getlang
- ASCII transliterations of Unicode text.☆130Updated last year
- Job Scheduling Library☆157Updated 2 weeks ago
- a package for decode form's values into struct in Go☆192Updated 2 years ago
- Strict Runtime Dependency Injection for Golang☆37Updated 3 years ago
- An implementation of the Levenshtein algorithm in Go. Provides edit distances and edit scripts.☆150Updated 3 years ago
- Golang pkg for URL parsing and normalization☆157Updated 2 years ago
- Read csv file from go using tags☆121Updated 6 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- String utilities for Go☆206Updated 2 years ago
- A fast string sorting algorithm (MSD radix sort)☆192Updated 6 years ago
- A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific…☆232Updated 4 years ago
- A safe way to execute functions asynchronously, recovering them in case of panic. It also provides an error stack aiming to facilitate fa…☆137Updated 4 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- Session implementation for fasthttp☆85Updated last month
- Pure Go embedded persistent job queue backed by BadgerDB☆161Updated last year
- Floc: Orchestrate goroutines with ease.☆269Updated 3 years ago
- Go Client for the Unsplash API☆74Updated last year
- A declarative struct-tag-based HTML unmarshaling or scraping package for Go built on top of the goquery library☆262Updated 3 years ago
- Managing go application shutdown with signals.☆196Updated 2 years ago
- User agent string parser in golang☆72Updated 4 years ago
- The sessions manager for the Go Programming Language. Supports both net/http and fasthttp.☆211Updated last year
- One caching API, Multiple backends☆136Updated 4 years ago
- Bitset data structure☆158Updated last year
- A fast Message/Event Hub using publish/subscribe pattern with support for topics like* rabbitMQ exchanges for Go applications☆147Updated 4 years ago
- Detection of the BOM and removing as necessary☆124Updated last year
- Toolbox - go utility library☆198Updated last week
- A timed rate limiter for Go