awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
chardet avatar

chardet/chardet

0
View on GitHub↗
2,638 stars·300 forks·Python·0BSD·8 views

Chardet

Python character encoding detector

Features

  • Specialized Data Utilities - Detect character encoding of text and files.
  • Text Processing - Detects character encoding in text streams.
  • Text Processing - Universal character encoding detector.

Star history

Star history chart for chardet/chardetStar history chart for chardet/chardet

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Chardet

Similar open-source projects, ranked by how many features they share with Chardet.
  • daviddrysdale/python-phonenumbersdaviddrysdale avatar

    daviddrysdale/python-phonenumbers

    3,749View on GitHub↗

    This project is a Python port of the libphonenumber library, providing a suite of tools for parsing, formatting, and validating international phone numbers. It converts raw phone number strings into structured objects based on international numbering plans and verifies if numbers are possible or valid according to digit length and assigned exchange prefixes. The library provides metadata services to retrieve the original network carrier, geographical location descriptions, and associated time zones for specific phone numbers. It also includes tools for transforming numbers into standardized i

    Python
    View on GitHub↗3,749
  • un33k/python-slugifyun33k avatar

    un33k/python-slugify

    1,618View on GitHub↗
    Python
    View on GitHub↗1,618
  • google/re2google avatar

    google/re2

    9,699View on GitHub↗

    re2 is a C++ regular expression library designed for high-performance text processing. It is a non-backtracking regex engine that provides linear-time pattern matching, ensuring that execution time remains proportional to the size of the input string regardless of the pattern used. The library supports UTF-8 and Latin-1 text encodings for searching and extracting substrings. It includes capabilities for multi-pattern optimization, allowing multiple regular expressions to be combined into a single representation to scan text for several patterns in one pass. The project covers core regex oper

    C++
    View on GitHub↗9,699
  • lancopku/pkuseg-pythonlancopku avatar

    lancopku/pkuseg-python

    6,707View on GitHub↗

    pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized models for splitting Chinese text into words across various domains, including news, medical, and web content, and includes a tool for assigning grammatical parts of speech tags to segmented words. The library allows for the training of custom segmentation models using annotated datasets and supports the integration of user-defined dictionaries to ensure specialized terminology is recognized correctly. It employs a multi-threaded execution engine to process large volumes of Ch

    Python
    View on GitHub↗6,707
See all 30 alternatives to Chardet→

Frequently asked questions

What does chardet/chardet do?

Python character encoding detector

What are the main features of chardet/chardet?

The main features of chardet/chardet are: Specialized Data Utilities, Text Processing.

What are some open-source alternatives to chardet/chardet?

Open-source alternatives to chardet/chardet include: daviddrysdale/python-phonenumbers — This project is a Python port of the libphonenumber library, providing a suite of tools for parsing, formatting, and… un33k/python-slugify. google/re2 — re2 is a C++ regular expression library designed for high-performance text processing. It is a non-backtracking regex… lancopku/pkuseg-python — pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized… alecthomas/chroma — Chroma is a syntax highlighter written in Go that converts raw source code into colorized text or HTML. It identifies… adrianmo/go-nmea.