Repository History
3 repositories tagged with natural language processing

Humanizer: Remove AI-Generated Writing from Your Text
Humanizer is a powerful skill for Claude Code and OpenCode designed to transform AI-generated text into more natural, human-sounding prose. By identifying and correcting over 30 common AI writing patterns, this tool helps users refine their content, ensuring it resonates authentically with readers. It even offers voice calibration to match your personal writing style.
llm-consortium: Orchestrating Multiple LLMs for Consensus and Refinement
llm-consortium is a powerful plugin for the `llm` package, designed to enhance problem-solving by orchestrating multiple large language models. It implements a parallel reasoning method that iteratively refines responses and achieves consensus through structured dialogue, evaluation, and arbitration. This system leverages the collective intelligence of diverse LLMs to tackle complex problems more effectively.

TextDistance: A Comprehensive Python Library for Sequence Distance Calculation
TextDistance is a powerful Python library designed to compute the distance and similarity between sequences using over 30 different algorithms. It offers a pure Python implementation with a common, easy-to-use interface, and can optionally leverage external libraries for maximum performance. This tool is ideal for tasks requiring robust string comparison, such as fuzzy matching and data cleaning.