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
·

3 repository-uri

Awesome GitHub RepositoriesRegex-Based Tokenization

Using regular expressions to identify and isolate specific character sequences within text for processing.

Distinct from Regex Token Stream Lexers: Candidates focus on database replacement or syntax highlighting, not the architectural act of tokenizing for replacement.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Regex-Based Tokenization. Refine with filters or upvote what's useful.

Awesome Regex-Based Tokenization GitHub Repositories

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

    emojione/emojione

    4,432Vezi pe GitHub↗

    Emojione is a cross-platform emoji set and image library designed to ensure visual consistency regardless of a user's operating system or device. It functions as an emoji replacement framework that substitutes standard unicode emojis with custom graphics in websites and applications. The project focuses on custom emoji rendering and web UI asset management to prevent mismatched styles across different platforms. By replacing native system emojis with specific image assets, it provides a controlled frontend user experience and maintains a standardized visual style. The framework employs asset

    Identifies emoji characters within text strings using regular expressions to isolate them for replacement.

    PHP
    Vezi pe GitHub↗4,432
  • elvirbrk/notehighlight2016Avatar elvirbrk

    elvirbrk/NoteHighlight2016

    3,927Vezi pe GitHub↗

    NoteHighlight2016 este un add-in de evidențiere a sintaxei pentru Microsoft OneNote 2016 și Office 365. Acesta funcționează ca un add-in Office care aplică culori și stiluri specifice limbajului de programare pentru fragmentele de cod sursă încorporate în notițe. Plugin-ul oferă un meniu de selecție interactiv care permite utilizatorilor să aleagă un limbaj de programare pentru a aplica formatarea blocurilor de cod. Include o interfață de configurare pentru gestionarea și personalizarea listei de limbaje de programare suportate. Instrumentul utilizează expresii regulate pentru tokenizare și modifică proprietățile intervalelor de text pentru a simula evidențierea sintaxei pentru documentația tehnică.

    Uses regular expressions to tokenize source code and identify language-specific keywords for styling.

    C#addincode-snippetsonenote
    Vezi pe GitHub↗3,927
  • miaolz123/vue-markdownAvatar miaolz123

    miaolz123/vue-markdown

    1,969Vezi pe GitHub↗

    Vue-markdown is a rendering library and component suite designed to transform raw markdown text into structured HTML for use within Vue applications. It functions as a parser that converts text into an intermediate tree structure, allowing for the integration of dynamic content and the application of custom formatting rules during the conversion process. The library distinguishes itself through its component-based architecture, which enables the direct injection of framework-specific components into rendered documents. It provides extensive lifecycle hooks that allow developers to monitor the

    Identifies markdown syntax patterns using regular expressions to break down input text into manageable tokens for processing.

    JavaScriptmarkdownvuevue-components
    Vezi pe GitHub↗1,969
  1. Home
  2. Software Engineering & Architecture
  3. Regex-Based Tokenization