EnglishFrenchSpanish

Ad


OnWorks favicon

BNFGen download for Windows

Free download BNFGen Windows app to run online win Wine in Ubuntu online, Fedora online or Debian online

This is the Windows app named BNFGen whose latest release can be downloaded as bnfgen-3.0.0-win64.zip. It can be run online in the free hosting provider OnWorks for workstations.

Download and run online this app named BNFGen with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.

- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application and install it.

- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.

Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.

SCREENSHOTS

Ad


BNFGen


DESCRIPTION

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

This is an application that can also be fetched from https://sourceforge.net/projects/bnfgen.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

Ad