lukelian / poetrygen

chinese poetry generation using context free grammar

Home Page:https://poetrygen.theconfused.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A generator for context free grammar

  • currently does not take into account repeated definitions, the second one will override the first.

Usage

Takes a grammar file (examples see grammars folders)

Generating the grammar.py file

python gen.py -g grammars/poetry-ch.gram

Running the flask server

python main.py

About

chinese poetry generation using context free grammar

https://poetrygen.theconfused.me


Languages

Language:Python 94.0%Language:HTML 6.0%