We have hosted the application bnfgen in order to run this application in our online workstations with Wine or directly.


Quick description about bnfgen:

BNFGen generates random text based on context-free grammar. You give it a file with your grammar, defined using BNF-like syntax, it gives you a string that follows that grammar. BNFGen is a CLI tool, an OCaml library. There are also official JS bindings available via NPM. Project goals are to make it easy to write and share grammar and give the user total control of and insight into the generation process. BNFGen provides a "DSL" for grammar definitions. It's a familiar BNF-like syntax with a few additions. One problem with using straight BNF for driving language generators is that you have no control over the process. BNFGen adds two features to fix that. The canonical way to express repetition in BNF is to use a self-referential recursive rule. In classic BNF, that can easily lead to the process terminating to early, since there's a 50% chance that it will take the non-recursive alternative.

Features:
  • Deterministic repetition
  • You can specify a "weight" for a rule alternative
  • BNFGen allows you to influence the chances and make the recursive alternative more likely to produce longer sentences
  • BNFGen provides a "DSL" for grammar definitions
  • CLI tool and OCaml library
  • BNFGen generates random text based on context-free grammar


Programming Language: OCaml (Objective Caml).
Categories:
AI Text Generators, Generative AI

Page navigation:

©2024. Winfy. All Rights Reserved.

By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.