Experimenting with Blackberry trackball for keyboard ergonomics - brainstorm/bbtrackball-rs... (more…)
Read more »
regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. (more…)
Read more »
Tokenization into words or sub-word units is a key component of Natural Language Processing pipeline. Modern approaches such as Byte Pair Encoding (Sennrich et al., 2015), WordPiece or SentencePiece (Kudo et al., 2018) segment rare words into sub-tokens i... (more…)
Read more »
Argument parsing for the future 🚀. Contribute to Owez/argi development by creating an account on GitHub. (more…)
Read more »
The Rust programming language has broken into the top 20 of the TIOBE Index, which attempts to rank the world’s most popular programming languages on... (more…)
Read more »