5 个仓库
Utilities that standardize character representations to ensure consistent search and display across devices.
Distinct from Character Encoding Support: Focuses on backend character normalization, distinct from visual encoding support.
Explore 5 awesome GitHub repositories matching user interface & experience · Encoding Normalizers. Refine with filters or upvote what's useful.
Career-ops is an AI-driven job search automation system designed to manage the entire application lifecycle, from discovery to tracking. It functions as a career copilot that utilizes autonomous agents to identify vacancies, evaluate professional fit, and generate tailored application materials. The project distinguishes itself through a multi-archetype persona management system and writing style calibration, allowing users to maintain different professional identities and a consistent voice across documents. It employs a multi-dimensional weighted scoring system to evaluate job suitability a
Normalizes problematic Unicode characters to ASCII to ensure consistent PDF generation and ATS readability.
This project is a web-based collaborative editor and scientific document management system designed for LaTeX. It provides a centralized environment for writing, editing, and compiling academic manuscripts, enabling multiple users to work on the same project simultaneously through real-time synchronization. The platform distinguishes itself by treating documents as version-controlled repositories, allowing for granular history tracking and bidirectional synchronization with external version control systems. It features a secure, containerized compilation pipeline that isolates build processes
Converts uploaded text files to a standard format to ensure compatibility and consistent editing.
node-crawler is a programmable web crawler for Node.js that manages request queues and automates data extraction. It functions as a rate-limited HTTP client and a headless HTML parser, providing the infrastructure to visit large sets of URLs asynchronously while preventing duplicate processing through task deduplication. The project distinguishes itself through a proxy rotation manager that cycles user agents and proxy servers to bypass access restrictions. It utilizes the HTTP/2 protocol to improve request performance and server compatibility during large-scale scraping operations. The syst
Analyzes response headers and meta tags to normalize diverse character sets into a standard UTF-8 format.
Acts-as-taggable-on 是一个用于 Ruby on Rails 应用程序的关系型数据库标签库。它提供了一个将自定义标签与数据库记录关联的系统,以实现内容分类和过滤。 该库具有上下文标签框架,允许单个记录为不同目的维护不同的标签集。它还包括一个多租户标签系统,将标签限定在特定的账户或组中,以确保数据隐私。 该工具支持基于标签的记录检索、通过精确匹配或排除进行搜索,以及计算集合中的标签频率。它还支持基于共享标签发现相关对象,并跟踪标签所有权以区分全局标签和用户特定标签。
Standardizes tag character representations to UTF-8 to ensure consistent search and display across the database.
python-ftfy 是一个 Unicode 文本修复库,旨在修复乱码和编码故障。它提供字节编码检测、HTML 实体解码以及恢复损坏文本以将其还原为预期 Unicode 形式的实用程序。 该项目通过一个多层解码流水线脱颖而出,该流水线可识别并还原复杂的编码混淆。它使用基于启发式的检测来解决在多层损坏中因使用错误编码解码文本的情况,并且可以处理非标准 UTF-8 变体和不规范的编码映射。 该库还涵盖了广泛的文本标准化任务,包括 Unicode 规范化、换行符标准化和拉丁连字扩展。它包括字符宽度规范化以及删除终端转义符和控制字符的功能。 提供了一个命令行界面,用于自动化检测和修复文件中的 Unicode 故障。
Standardizes inconsistent line breaks, character widths, and control characters for consistent display.