Added package nimkov (#2121)

This commit is contained in:
Sergey 2022-01-16 15:18:20 +03:00 committed by GitHub
parent 126dcb9ae7
commit f2d1d26513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24855,5 +24855,21 @@
"description": "Prints a dot graph of a nim ast dumped using the `dumpTree` macro.",
"license": "MIT",
"web": "https://github.com/Rekihyt/astdot"
},
{
"name": "nimkov",
"url": "https://github.com/bit0r1n/nimkov",
"method": "git",
"tags": [
"markov",
"markov-chain",
"generator",
"sentence",
"text"
],
"description": "Text generator, based on Markov Chains (Markov text generator)",
"license": "MIT",
"doc": "https://nimkov.bitor.in",
"web": "https://github.com/bit0r1n/nimkov"
}
]