context-free-grammar topic

List context-free-grammar repositories

sentanceparser

19
Stars
10
Forks
Watchers

Using context-free grammar formalism to parse English sentences to determine their structure to help computer to better understand the meaning of the sentence.

java-probabilistic-earley-parser

34
Stars
12
Forks
Watchers

🎲 Efficient Java implementation of the probabilistic Earley algorithm to parse Stochastic Context Free Grammars (SCFGs)

chumsky

3.4k
Stars
143
Forks
Watchers

Write expressive, high-performance parsers with ease.

CFGLib

36
Stars
9
Forks
Watchers

Probabilistic Context Free Grammar (PCFG) Library for C#

VNameGenerator

86
Stars
9
Forks
Watchers

A Java implementation of various procedural name generation algorithms, including combinatorial, consonant vowel, context-free grammar, and Markov chain.

grammophone

196
Stars
22
Forks
Watchers

A tool for analyzing and transforming context-free grammars.

earley-parser-js

118
Stars
11
Forks
Watchers

Tiny JavaScript implementation of context-free languages parser - Earley parser (including generation of the parsing-forest).

Covfefe

60
Stars
8
Forks
Watchers

A parser for nondeterministic context free languages

fmr

77
Stars
15
Forks
Watchers

Functional Meaning Representation and Semantic Parsing Framework