Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

tokenizer

A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.

Here are 1,614 public repositories matching this topic...

A small library for converting tokenized PHP source code into XML (and potentially other formats)

  • UpdatedFeb 3, 2026
  • PHP

Parser Building Toolkit for JavaScript

  • UpdatedFeb 20, 2026
  • TypeScript
tiktokenizer

Online playground for OpenAPI tokenizers

  • UpdatedApr 24, 2025
  • TypeScript
natasha

Solves basic Russian NLP tasks, API for lower level Natasha projects

  • UpdatedOct 17, 2024
  • Python

한국어 자연어처리를 위한 파이썬 라이브러리입니다. 단어 추출/ 토크나이저 / 품사판별/ 전처리의 기능을 제공합니다.

  • UpdatedMay 7, 2025
  • Python

Self-contained Japanese Morphological Analyzer written in pure Go

  • UpdatedJan 29, 2026
  • Go

Optimised tokenizer/lexer generator! 🐄 Uses /y for performance. Moo.

  • UpdatedMay 16, 2023
  • JavaScript

支持中文和拼音的 SQLite fts5 全文搜索扩展 | A SQLite3 fts5 tokenizer which supports Chinese and PinYin

  • UpdatedFeb 20, 2026
  • C++

An Integrated Corpus Tool With Multilingual Support for the Study of Language, Literature, and Translation

  • UpdatedOct 30, 2025
  • Python

The fastest JavaScript BPE Tokenizer Encoder Decoder for OpenAI's GPT models (gpt-5, gpt-o*, gpt-4o, etc.). Port of OpenAI's tiktoken with additional features.

  • UpdatedFeb 10, 2026
  • TypeScript

数据标注是一款专门对文本数据进行处理和标注的工具,通过简化快捷的文本标注流程和动态的算法反馈,支持用户快速标注关键词并能通过算法持续减少人工标注的成本和时间。数据标注的过程先由人工标注构建基础,再由自动标注反哺人工标注,最后由人工标注进行纠偏,从而大幅度提高标注的精准度和高效性。数据标注需要依赖开源的数字底座进行人员岗位管控。

  • UpdatedJun 23, 2025
  • Java

🌭 Mustard is a Swift library for tokenizing strings when splitting by whitespace doesn't cut it.

  • UpdatedMay 14, 2018
  • Swift

Ekphrasis is a text processing tool, geared towards text from social networks, such as Twitter or Facebook. Ekphrasis performs tokenization, word normalization, word segmentation (for splitting hashtags) and spell correction, using word statistics from 2 big corpora (english Wikipedia, twitter - 330mil english tweets).

  • UpdatedJun 2, 2025
  • Python

Open Korean Text Processor - An Open-source Korean Text Processor

  • UpdatedMar 12, 2024
  • Scala

Achieve the llama3 inference step-by-step, grasp the core concepts, master the process derivation, implement the code.

  • UpdatedFeb 24, 2025
  • Jupyter Notebook
SmoothNLP

专注于可解释的NLP技术 An NLP Toolset With A Focus on Explainable Inference

  • UpdatedFeb 3, 2021
  • Java

Ungreedy subword tokenizer and vocabulary trainer for Python, Go & Javascript

  • UpdatedJul 2, 2024
  • Go

A multilingual morphological analysis library.

  • UpdatedFeb 17, 2026
  • Rust

[8]ページ先頭

©2009-2026 Movatter.jp