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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·2 Aufrufe

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-Verlauf

Star-Verlauf für chardet/chardetStar-Verlauf für chardet/chardet

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Chardet

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Chardet.
  • daviddrysdale/python-phonenumbersAvatar von daviddrysdale

    daviddrysdale/python-phonenumbers

    3,749Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,749
  • un33k/python-slugifyAvatar von un33k

    un33k/python-slugify

    1,618Auf GitHub ansehen↗
    Python
    Auf GitHub ansehen↗1,618
  • google/re2Avatar von google

    google/re2

    9,699Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗9,699
  • lancopku/pkuseg-pythonAvatar von lancopku

    lancopku/pkuseg-python

    6,707Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,707
Alle 30 Alternativen zu Chardet anzeigen→

Häufig gestellte Fragen

Was macht chardet/chardet?

Python character encoding detector

Was sind die Hauptfunktionen von chardet/chardet?

Die Hauptfunktionen von chardet/chardet sind: Specialized Data Utilities, Text Processing.

Welche Open-Source-Alternativen gibt es zu chardet/chardet?

Open-Source-Alternativen zu chardet/chardet sind unter anderem: 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.