#String
Showing 27 of 27 repositories tagged #string, ranked by stars
A powerful obfuscator for JavaScript and Node.js
💪 Helper Utils(900+): int, byte, string, array/slice, map, struct, dump, convert/format, error, web/http, cli/flag, OS/ENV, filesystem, system, test/assert, time and more. Go 常用的工具函数:数字,字符串,数组,Map,结构体,反射,文本,文件,错误,时间日期,特殊处理,格式化,常用信息获取等等
Optimized string search routines for Rust.
cross-platform, cli app to perform various operations on string
基于Swift插值方式优雅的构建富文本, 支持点击长按事件, 支持不同类型过滤, 支持自定义视图等.
A memory efficient string type that can store up to 24* bytes on the stack
🌎 The missing I18N/L10N (internationalization/localization) multiplatform library for Compose Multiplatform!
Terminal string styling done right, in Python :snake: :tada:
Turn a ReactElement into the corresponding JSX string
A dart package for many helper methods fitting common situations
A fast and memory-optimized string library for heavy-text manipulation in Python
String styling for your terminal.
Easy input/output in ZIG.
A library that removes common unicode confusables/homoglyphs from strings.
A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.
Yet another string type for Rust
A literal string obfuscation library for rust projects
Expand the text with the "more" button.(SwiftUI)
Hide and safeguard emails from bots. Obfuscate emails in PHP and Laravel.
Array helpers for Rust's Vector and String types
Visualize your workflow
String formatting library for Java, Android, Web and Unix Terminal
Hackerrank Solutions for Python - Total 115 Challenges
A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.
Convert from a bytes32/hex into a string/number or vice-versa.
StrSlice & Slice library for Solidity
Text classification is a fundamental task in natural language processing (NLP), used widely for spam detection, sentiment analysis, and categorization of textual data. In this Python script, we delve into building a text classification pipeline using a Naive Bayes classifier with TF-IDF (Term Frequency-Inverse Document Frequency) features.