Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drdub/pdtextgen
Text generation in Pure Data.
https://github.com/drdub/pdtextgen
Last synced: 18 days ago
JSON representation
Text generation in Pure Data.
- Host: GitHub
- URL: https://github.com/drdub/pdtextgen
- Owner: DrDub
- License: other
- Created: 2012-03-05T08:31:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-05T08:46:58.000Z (almost 13 years ago)
- Last Synced: 2023-03-11T04:12:51.625Z (almost 2 years ago)
- Language: Python
- Homepage: http://wiki.duboue.net/index.php/NLG_for_PD
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
The PdTextGen library for Pure Data text generation.
----------------------------------------------------PdTextGen is a pure Python compiler to transform natural language
generation messages and lexica into Pure Data patches.PdTextGen requires PdFile, from the same author.
LICENSE
-------Copyright 2012 Pablo Duboue
http://duboue.net
PdTextGen is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.PdTextGen is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.You should have received a copy of the gnu general public license
along with PdTextGen. If not, see .EXAMPLES
--------Some example input is shipped with pdtextgen. To try them, run
msg2pd.py with the inputs in the examples directory.