Pinned Repositories
BetterBird
Chrome extension for a slightly better Twitter
gen
Type-driven code generation for Go
jargon
Tokenizers and lemmatizers for Go
slice
A LINQ-inspired typewriter for use with gen.
split
A fast string and byte splitter for Go
Split.net
A fast string and bytes splitter for C#, with a focus on zero allocations
stack-correlation
Correlates tags on the Stack Exchange network
typewriter
The package underlying gen: type-driven code generation for Go
uax29
A tokenizer based on Unicode text segmentation (UAX #29), for Go. Split words, sentences and graphemes.
uax29.net
A tokenizer for splitting words, graphemes and sentences per Unicode UAX #29, for .Net
clipperhouse's Repositories
clipperhouse/gen
Type-driven code generation for Go
clipperhouse/jargon
Tokenizers and lemmatizers for Go
clipperhouse/uax29
A tokenizer based on Unicode text segmentation (UAX #29), for Go. Split words, sentences and graphemes.
clipperhouse/typewriter
The package underlying gen: type-driven code generation for Go
clipperhouse/slice
A LINQ-inspired typewriter for use with gen.
clipperhouse/uax29.net
A tokenizer for splitting words, graphemes and sentences per Unicode UAX #29, for .Net
clipperhouse/Split.net
A fast string and bytes splitter for C#, with a focus on zero allocations
clipperhouse/setwriter
clipperhouse/split
A fast string and byte splitter for Go
clipperhouse/jargon-typescript
An experimental port of jargon from Go
clipperhouse/flag
Fork of Go flag package
clipperhouse/gobberish
Generates random utf-8 strings for fuzz t�sting character encoding probl�ms
clipperhouse/immutable-url
clipperhouse/netlify
Matt Sherman’s website (Hugo + Netlify)
clipperhouse/semantic-grep
grep for words with similar meaning to the query
clipperhouse/stemmer
A set of Snowball language stemmers for Go..
clipperhouse/words
A command-line utility for splitting words
clipperhouse/bleve
A modern text indexing library for go
clipperhouse/bluge
indexing library for Go
clipperhouse/cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
clipperhouse/homebrew-tap
clipperhouse/prometheus
The Prometheus monitoring system and time series database.
clipperhouse/segment
A Go library for performing Unicode Text Segmentation as described in Unicode Standard Annex #29
clipperhouse/segmenter
clipperhouse/segmenter-repro
clipperhouse/snowball
Go implementation of the Snowball stemmers
clipperhouse/snowballstem
Go stemmers generated by the Snowball project
clipperhouse/text
[mirror] Go text processing support
clipperhouse/trie
Fast, zero heap allocation Go Trie for runes or paths
clipperhouse/utf8
A fork from the Go standard library, to experiment with generics