https://github.com/jsonkao/alfred-prufrock-editor
A web-based text editor using NLP and semantic trees to enhance free-writing with visualization. Built at MHacks X.
https://github.com/jsonkao/alfred-prufrock-editor
Last synced: about 1 year ago
JSON representation
A web-based text editor using NLP and semantic trees to enhance free-writing with visualization. Built at MHacks X.
- Host: GitHub
- URL: https://github.com/jsonkao/alfred-prufrock-editor
- Owner: jsonkao
- License: mit
- Created: 2017-09-23T09:41:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T20:15:05.000Z (about 6 years ago)
- Last Synced: 2025-02-06T10:15:29.646Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Update from 2 years 8 months later (6/1/2020): [Nadieh Bremer's bubble chart/dependency graph](https://whydocatsanddogs.com/cats) is cooler**
# Alfred Prufrock Editor
Also known as Think Freely. 🌳 A web application, built on Node.js and Express, with Jade, D3, and GCP's NLP API to augment free-writing. Constructs, real-time, a tree that holds dependent nouns as nodes and recursively creates edges using morphology and syntax analysis. Edit
Add topics
## Setup
Ask Jason Kao for a service account key. Put the JSON file into `./public` and add the filename to your .env:
```
GOOGLE_APPLICATION_CREDENTIALS='./public/freewriting-ALPHANUMERICS.json'
```
Run `node server.js`
### Configuration
- **Platform:** node
- **Framework**: express
- **Template Engine**: jade
### Demo