An open API service indexing awesome lists of open source software.

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.

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