KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
AcrosticPoem-RNNPG
★ 20
Open GitHub ↗
藏頭詩產生器(RNNPG版)
Download README (.md)
Explore Similar Repositories
openhardwaremonitor-json-server
:
OpenHardwareMonitor standalone JSON server
TimeBar
:
A TimeBar which imitates evernote.
redis_poolex
:
Redis pool using poolboy(connection pool) and exredis(redis client).
docker-cross
:
Cross debugger suite
syslogserver
:
A basic syslog server for Windows
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AcrosticPoem-RNNPG
?
Download (.md)
# 藏頭詩自動產生器(RNNPG版) 本程式改寫自[RNNPG] (https://github.com/XingxingZhang/rnnpg) # 致謝 感謝[XingxingZhang](https://github.com/XingxingZhang)願意公開RNNPG的程式碼 # 安裝方法 請參照[RNNPG] (https://github.com/XingxingZhang/rnnpg) 並安裝python簡繁轉換:[https://pypi.python.org/pypi/Jianfan](https://pypi.python.org/pypi/Jianfan) # 使用方法 ## 1. 至 keyword.txt 輸入想要藏頭的字(限四字),字與字之間要空一格,例如: ``` 電 腦 賦 詩 ``` ## 2. 執行以下指令: ``` sh run.sh ``` ## 3. 程式會自動產生以下結果: ``` 電光明月夕陽紅 腦子清風草色濃 賦得不知南行處 詩來盡是種不容 ```