Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paradite/techspeak
:page_with_curl: Generate random sentences with tech terms
https://github.com/paradite/techspeak
context-free-grammar generator javascript nlp sentence-generator
Last synced: 2 months ago
JSON representation
:page_with_curl: Generate random sentences with tech terms
- Host: GitHub
- URL: https://github.com/paradite/techspeak
- Owner: paradite
- License: mit
- Created: 2018-11-02T15:59:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:55:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T16:50:55.589Z (3 months ago)
- Topics: context-free-grammar, generator, javascript, nlp, sentence-generator
- Language: JavaScript
- Homepage: https://paradite.github.io/techspeak/
- Size: 407 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# techspeak
> Generate random sentences with tech terms
[Live site](https://paradite.github.io/techspeak/)
## Tools and resources used
- Python
- nltk
- [stackapi](https://github.com/AWegnerGitHub/stackapi)
- JavaScript
- [cfgrammar-tool](https://github.com/bakkot/cfgrammar-tool)
- General NLP resources
- [nltk demo_grammar](https://www.nltk.org/_modules/nltk/parse/generate.html)
- [Analyzing Sentence Structure](https://www.nltk.org/book/ch08.html)## TODO
- Better generation algorithm to handle tenses, subject verb agreement, etc
## Contribute
Any contribution is welcomed!