A Python-based text analysis project that checks text for palindrome patterns and anagram/window matches. It uses string preprocessing, Counter, sliding-window logic, functions, loops, and a menu-driven interface to analyze text pairs interactively.
For complete documentation, guides, and examples, please visit our Wiki:
- Installation Guide β Setup instructions
- Usage Guide β How to use the analyzer
- Features β Complete feature overview
- API Reference β Function documentation
- FAQ β Frequently asked questions
- Contributing β How to contribute
# Clone the repository
git clone https://github.com/nnazirahmad533-hash/Abyssal-Text-Analyzer.git
cd Abyssal-Text-Analyzer
# Run the analyzer
python main.py- Palindrome Detection β Identify palindromic text patterns
- Anagram Matching β Find anagrams between text strings
- Sliding Window Analysis β Advanced pattern recognition
- String Preprocessing β Automatic text normalization
- Interactive Menu β User-friendly command-line interface
- Modular Design β Clean, reusable code structure
- Python 3.7 or higher
This project is licensed under the MIT License - see the LICENSE file for details.