Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/touchred/nlp-markdown
react-based markdown editor with nlp-aided syntax highlighting using compromise
https://github.com/touchred/nlp-markdown
compromise compromise-nlp markdown react react-spring syntax-highlighting
Last synced: 24 days ago
JSON representation
react-based markdown editor with nlp-aided syntax highlighting using compromise
- Host: GitHub
- URL: https://github.com/touchred/nlp-markdown
- Owner: touchRED
- Created: 2020-05-09T22:56:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:14:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T21:49:43.398Z (7 months ago)
- Topics: compromise, compromise-nlp, markdown, react, react-spring, syntax-highlighting
- Language: JavaScript
- Homepage: https://nlp-markdown.netlify.app/
- Size: 9.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nlp-markdown
![screenshot](img.png)
nlp-markdown is a text editor with built-in part-of-speech highlighting
i remember coming across [laurel schwulst's concrete poetry channel](https://www.are.na/laurel-schwulst/concrete-poetry--2) on are.na and being inspired to see what kind of minimal illustrations might emerge if we selectively highlighted different types of words – what could we draw, for example, with adverbs versus nouns?
the app includes functionality that allows for toggling particular types of words, coloring them differently, etc.
a handful of syntax-color pairs are included by default, accessible under the settings tab – ideally this info will be saved to local storage for offline use
built with
- [create-react-app](https://create-react-app.dev/)
- [react-markdown](https://github.com/rexxars/react-markdown)
- [react-spring](https://www.react-spring.io/)
- [compromise](http://compromise.cool/)