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 479 public repositories matching this topic...
Parser Building Toolkit for JavaScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
May 14, 2018 - Swift
Solves basic Russian NLP tasks, API for lower level Natasha projects
-
Updated
Jun 30, 2020 - Python
한국어 자연어처리를 위한 파이썬 라이브러리입니다. 단어 추출/ 토크나이저 / 품사판별/ 전처리의 기능을 제공합니다.
-
Updated
Jul 21, 2020 - Python
Self-contained Japanese Morphological Analyzer written in pure Go
-
Updated
Jul 24, 2020 - Go
Open Korean Text Processor - An Open-source Korean Text Processor
-
Updated
Aug 7, 2018 - Scala
-
Updated
Jul 23, 2020 - JavaScript
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).
-
Updated
Jun 10, 2020 - Python
Optimised tokenizer/lexer generator!
-
Updated
Apr 7, 2020 - JavaScript
The fast scanner generator for Java™ with full Unicode support
-
Updated
Jul 12, 2020 - Java
Lex machinary for go.
-
Updated
Nov 22, 2019 - Go
A multilingual command line sentence tokenizer in Golang
-
Updated
Apr 17, 2019 - Go
High performance Chinese tokenizer with both GBK and UTF-8 charset support based on MMSEG algorithm developed by ANSI C. Completely based on modular implementation and can be easily embedded in other programs, like: MySQL, PostgreSQL, PHP, etc.
-
Updated
Mar 18, 2020 - C
专注于可解释的NLP技术 An NLP Toolset With A Focus on Explainable Inference
-
Updated
Jul 12, 2020 - Java
Python port of Moses tokenizer, truecaser and normalizer
-
Updated
Jul 8, 2020 - Python
Juman++ (a Morphological Analyzer Toolkit)
-
Updated
Jul 9, 2020 - C++
Fast, Consistent Tokenization of Natural Language Text
-
Updated
Jun 24, 2020 - R
R package for Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing Based on the UDPipe Natural Language Processing Toolkit
-
Updated
Apr 27, 2020 - C++
Bitextor generates translation memories from multilingual websites.
-
Updated
Jul 24, 2020 - Python
Collection of developer toolkits
-
Updated
May 25, 2018 - JavaScript
Source code tokenizer
-
Updated
May 11, 2020 - PHP
aim to use JapaneseTokenizer as easy as possible
-
Updated
Mar 25, 2019 - Python
一个微型&算法全面的中文分词引擎 | A micro tokenizer for Chinese
-
Updated
Jul 8, 2020 - Python
Text tokenization and sentence segmentation (segtok v2)
-
Updated
May 22, 2020 - Python
- Wikipedia
- Wikipedia

