awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesCategory-Based Splitters

Splits input text by category (letters, numbers, punctuation) using a regex pattern before tokenization to prevent cross-category merges.

Distinct from Text Preprocessing: Distinct from Text Preprocessing: specifically splits text by character category to prevent BPE merges across category boundaries, not general cleaning or normalization.

Explore 1 awesome GitHub repository matching data & databases · Category-Based Splitters. Refine with filters or upvote what's useful.

Awesome Category-Based Splitters GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • karpathy/minbpeAvatar karpathy

    karpathy/minbpe

    10,582Vezi pe GitHub↗

    Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.

    Implements regex-based text splitting by category to prevent cross-category BPE merges during tokenization.

    Python
    Vezi pe GitHub↗10,582
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Transformation
  5. Text and NLP Preprocessing
  6. Text Preprocessing
  7. Category-Based Splitters