百度NLP:分词,词性标注,命名实体识别,词重要性
-
Updated
May 25, 2021 - C++
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.
百度NLP:分词,词性标注,命名实体识别,词重要性
Chinese text segmentation with R. R语言中文分词 (文档已更新 🎉 :https://qinwenfeng.com/jiebaR/ )
LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)
A simple compiler written from scratch in C++ for an undergraduate course in program translation.
A simple miniature Compiler
Easy Compiler Compiler written in C++
YADJC (Yet Another Dummy Java Compiler) with Lexical and Parser generators.
🖥a simple c-like language compiler
C++17 (CLI/embeddable) Lexical Scanner Generator
Rapid prototyping parser generator
Compiler for a subset of ANSI C, base on virtual machine (unfinished)
Given the netlist, this program draws an AC circuit and finds the current/voltage values.
Implementation of the lexical, syntax and semantic analysis stages of a typical C/C++ compiler. The program is able to read a sample C/C++ code and process and analyze the source file to find errors in it. A graphical display shows the complete details of each individual stage of the compilation process comprehensively.
A lexical Analyzer for Java created using C++.
Unofficial Scintilla and SciTe project
Trying to make a little compiler, just for fun and learning.
Lexical Analyzer for C made in C++
Memory Layout Manager for Linker Scripts