https://github.com/ento/slash-reader
This app helps you understand long English sentences by slashing them up into chunks
https://github.com/ento/slash-reader
Last synced: 11 months ago
JSON representation
This app helps you understand long English sentences by slashing them up into chunks
- Host: GitHub
- URL: https://github.com/ento/slash-reader
- Owner: ento
- Created: 2016-12-04T20:41:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T21:14:54.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T10:58:26.471Z (about 1 year ago)
- Language: Elm
- Homepage:
- Size: 335 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This app helps you understand long English sentences by slashing them up into chunks.

These slashes are placed based on the following rules:
1. Before and after a propositional phrase
2. After a comma, a semilcolon, or a colon
3. Before a that-clause, a wh-clause, or a whether-clause
4. Before a relative pronoun or a relative adverb
5. Before a non-finite verb _(to be implemented)_
6. Before a conjunction that connects sentences
7. Before a long object or a complement _(to be implemented)_
8. After a long subject _(to be implemented)_
[Reference](http://knowledge-plus.com/english/802/)
This app comes bundled with a subset of [Stanford CoreNLP](http://stanfordnlp.github.io/CoreNLP/).
## Tinkering
```
npm install
./node_modules/.bin/electron-rebuild -e=./node_modules/electron-prebuilt/
./node_modules/.bin/elm-package install
make
./node_modules/.bin/electron main.js
```
## Packaging
```
make dist
```