Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcom/pcfgs.jl

Probabilistic Context-Free Grammars in Julia
https://github.com/marcom/pcfgs.jl

Last synced: 8 days ago
JSON representation

Probabilistic Context-Free Grammars in Julia

Awesome Lists containing this project

README

        

# PCFGs.jl: Probabilistic Context-Free Grammars (PCFG) in Julia

[![Build Status](https://github.com/marcom/PCFGs.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/marcom/PCFGs.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

This is a library implementing algorithms for Probabilistic (or
Stochastic, or Weighted) Context-Free Grammars in Julia.