Added package nimkov (#2121)

This commit is contained in:
Sergey
2022-01-16 20:18:20 +08:00
committed by GitHub
parent 126dcb9ae7
commit f2d1d26513
+16
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"
}
]