context-free-grammar
There are 278 repositories under context-free-grammar topic.
zesterer/chumsky
Write expressive, high-performance parsers with ease.
mdaines/grammophone
A tool for analyzing and transforming context-free grammars.
DES-Lab/AALpy
An Automata Learning Library Written in Python
lagodiuk/earley-parser-js
Tiny JavaScript implementation of context-free languages parser - Earley parser (including generation of the parsing-forest).
Valkryst/VNameGenerator
A Java implementation of various procedural name generation algorithms, including combinatorial, consonant vowel, context-free grammar, and Markov chain.
liuzl/fmr
Functional Meaning Representation and Semantic Parsing Framework
amirhossein-hkh/LR-Parser
LR Parser (LR(0), SLR(1), CLR(1) and LALR(1))
palle-k/Covfefe
A parser for nondeterministic context free languages
blenderskool/vyaakaran
đź“ś Visualize formal languages and automata
Aunsiels/pyformlang
A python library to manipulate formal languages and various automata
ellisonch/CFGLib
Probabilistic Context Free Grammar (PCFG) Library for C#
digitalheir/java-probabilistic-earley-parser
🎲 Efficient Java implementation of the probabilistic Earley algorithm to parse Stochastic Context Free Grammars (SCFGs)
tree-sitter/tree-sitter-agda
Agda grammar for tree-sitter
williamgilpin/cfgen
Parse a text corpus and generate sentences in the same style using context-free grammar combined with a Markov chain.
Julian/tree-sitter-lean
Experimental tree-sitter parser for the Lean (4) Theorem Prover
Zakrok09/ts-automata
TS-AUtomata is an automata simulation utility package for FSMs, PDAs, TMs written for/in JS/TS.
awalterschulze/ragax
A Talk on Ragalur Expressions
cbaziotis/prolog-cfg-parser
A toy SWI-Prolog context-free grammar (CFG) parser, that extracts knowledge (facts) from text.
Hevia/GramPy
A lightweight and easily readable context-free grammar generator!
mmottl/cfg
OCaml library for manipulating context-free grammars
davidpomerenke/scigen.js
Create scientific papers on the fly: SciGen brought to the browser.
mahshidhp/cfg-converter
A tool for converting context-free grammars to different normal forms.
krvaibhaw/sentanceparser
Using context-free grammar formalism to parse English sentences to determine their structure to help computer to better understand the meaning of the sentence.
yardstick17/DDIExtraction
Detecting drug-drug interaction (DDI) has become a vital part of public health safety. This project is an implementation of NLP based approach for such relation extraction between entities.
brunocampos01/teoria-da-computacao
Aulas, exercĂcios e resumos das matĂ©rias: Introdução Ă Informática e Teoria da Computação.
srsergiorodriguez/aventura
A library for making generative text, interactive stories and biterature ... Una librerĂa de texto generativo, historias interactivas y "biteratura" en general
l3kn/generative_cfg
Generative Art with Context-Free Grammars
paradite/techspeak
:page_with_curl: Generate random sentences with tech terms
sandialabs/parsegen-cpp
A C++17 library for parser generation for LALR(1) languages
Af4rinz/cfg-to-pda
Context free grammar to pushdown automaton convertor, along with string parser - Theory of Languages and Machines project, spring 2020
let-unimi/liblet
A teaching aid library for formal languages and compiler courses
poletaevvlad/larkeditor
An editor for EBNF grammars, used by Lark – parsing library for Python
nuchi/sublime-from-cfg
Generate a sublime-syntax file from a non-left-recursive, follow-determined, context-free grammar
LordAlucard90/Context-Free-Grammars-Normal-Formalizer
Given a Context-Free-Grammar the script will convert it into the selected Normal Form
maandree/libparser
Context-free grammar parsing library
moorara/algo
Algorithms and Data Structure For Go Applications