poetry
Here are 452 public repositories matching this topic...
中文古诗自动作诗机器人,屌炸天,基于tensorflow1.10 api,正在积极维护升级中,快star,保持更新!
-
Updated
Feb 11, 2019 - Python
A template for new Python libraries.
-
Updated
Aug 21, 2020 - Python
A modern IDE for writing classical Chinese poetry 格律诗编辑程序
-
Updated
Aug 12, 2020 - JavaScript
诗词墨客 - 最全中华古诗词小程序
-
Updated
Nov 28, 2018 - JavaScript
🐛 Bug Report
I got the error RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.7', when try to first commit.
🔬 How To Reproduce
Steps to reproduce the behavior:
- cookiecutter gh:TezRomacH/python-package-template
- Follow instructions
- After git add, git commit and get the error.
Code sample
git commit -m ":tada: InitiaChinese Poetry Generation
-
Updated
Sep 9, 2017 - Jupyter Notebook
Prosodic: a metrical-phonological parser, written in Python. For English and Finnish, with flexible language support.
-
Updated
Dec 23, 2019 - Python
Addon for dae/anki for studying lyrics and poetry
-
Updated
Jul 11, 2020 - Python
《中华古诗词数据》用于前端 & Node.js 相关项目。唐宋两朝近一万四千古诗人,接近5.5万首唐诗加26万宋诗,两宋时期1564位词人,21050首词。
-
Updated
May 25, 2020
Plugin for Poetry to enable dynamic versioning based on VCS tags
-
Updated
Aug 19, 2020 - Python
Random fun with statistical language models.
-
Updated
Sep 27, 2019 - Python
A PyCharm plugin for poetry
-
Updated
Aug 24, 2020 - Kotlin
Cookiecutter template for FastAPI projects using: Machine Learning, Poetry, Azure Pipelines and Pytests
-
Updated
Jul 26, 2020 - Python
Procedurally generated blackout poetry
-
Updated
Dec 21, 2019 - JavaScript
“Saaghar” (ساغر) is a Persian poetry software written by C++ under Qt framework, it uses "ganjoor" database as its database. It has tab feature in both its “Viewer” and its “Search” page that cause it be suitable for research goals.
-
Updated
Feb 19, 2017 - C++
The most comprehensive database of modern Chinese poetry and foreign poetry 最全的中国近现代诗以及外国诗数据库
-
Updated
Mar 20, 2020
Improve this page
Add a description, image, and links to the poetry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the poetry topic, visit your repo's landing page and select "manage topics."


While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in
data_dir()).Wouldn't it make sense to add an
iffor Windows based on%APPDATA%or%LOCALAPPDATA%, before resorting to globally installing appdirs?