Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retextjs/awesome-retext
Curated list of awesome retext resources
https://github.com/retextjs/awesome-retext
List: awesome-retext
awesome awesome-list retext unified
Last synced: 3 months ago
JSON representation
Curated list of awesome retext resources
- Host: GitHub
- URL: https://github.com/retextjs/awesome-retext
- Owner: retextjs
- Created: 2018-11-03T16:25:44.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T09:57:19.000Z (over 3 years ago)
- Last Synced: 2024-05-19T21:59:30.752Z (6 months ago)
- Topics: awesome, awesome-list, retext, unified
- Homepage: https://unifiedjs.com
- Size: 20.5 KB
- Stars: 108
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-syntax-tree - awesome retext
- awesome-remark - awesome retext
- ultimate-awesome - awesome-retext - Curated list of awesome retext resources. (Other Lists / PowerShell Lists)
README
# awesome retext [![awesome][awesome-badge]][awesome]
[](https://github.com/retextjs/retext)
> A curated list of awesome [**retext**][retext] resources.
**retext** is a natural language processor, powered by plugins, part of the
[unified][] collective.## Contents
* [Official](#official)
* [Plugins](#plugins)
* [Built on retext](#built-on-retext)
* [Built with retext](#built-with-retext)
* [Related lists](#related-lists)
* [License](#license)## Official
* [retext](https://github.com/retextjs/retext) - Repository.
* [retext-english](https://github.com/retextjs/retext/tree/HEAD/packages/retext-english) - English parser.
* [retext-latin](https://github.com/retextjs/retext/tree/HEAD/packages/retext-latin) - Generic Latin-script parser.
* [retext-stringify](https://github.com/retextjs/retext/tree/HEAD/packages/retext-stringify) - Prose generator.
* [nlcst](https://github.com/syntax-tree/nlcst) - Concrete syntax tree specification.
* [unified](https://github.com/unifiedjs/unified) - Ecosystem.## Plugins
* [rehype-retext](https://github.com/rehypejs/rehype-retext) - Integrate with the [rehype][] ecosystem.
* [remark-retext](https://github.com/remarkjs/remark-retext) - Integrate with the [remark][] ecosystem.
* [retext-equality](https://github.com/retextjs/retext-equality) - Warn about possible insensitive, inconsiderate language.
* [retext-indefinite-article](https://github.com/retextjs/retext-indefinite-article) - Check if indefinite articles (`a`, `an`) are used correctly.
* [retext-keywords](https://github.com/retextjs/retext-keywords) - Extract keywords and keyphrases.
* [retext-passive](https://github.com/retextjs/retext-passive) - Check for passive voice.
* [retext-readability](https://github.com/retextjs/retext-readability) - Check readability.
* [retext-repeated-words](https://github.com/retextjs/retext-repeated-words) - Check `for for` repeated words.
* [retext-simplify](https://github.com/retextjs/retext-simplify) - Check phrases for simpler alternatives.
* [retext-spell](https://github.com/retextjs/retext-spell) - Check spelling.[Find more plugins »](https://github.com/retextjs/retext/blob/HEAD/doc/plugins.md#list-of-plugins)
## Built on retext
* [Gatsby](https://github.com/gatsbyjs/gatsby) - Blazing fast, modern apps and websites with React.
* [gatsby-mdx](https://github.com/ChristopherBiscardi/gatsby-mdx) - Gatsby + MDX.
* [Alex](https://github.com/get-alex/alex) - Catch insensitive, inconsiderate writing.
* [retext-mapbox-standard](https://github.com/mapbox/retext-mapbox-standard) - Enforce Mapbox rules about language.
* [retext-shopify](https://github.com/Shopify/retext-shopify) - Enforce Shopify rules about language.## Built with retext
* [opensource.guide](https://github.com/github/opensource.guide) - Community guides for open source creators.
* [debugger.html](https://github.com/devtools-html/debugger.html) - [Mozilla](https://www.mozilla.org) Firefox debugger.
* [readability](https://github.com/wooorm/readability) - Visualize readability.
* [write-music](https://github.com/wooorm/write-music) - Visualize sentence length.## Related lists
* [awesome unified](https://github.com/unifiedjs/awesome-unified)
* [awesome remark](https://github.com/remarkjs/awesome-remark)
* [awesome rehype](https://github.com/rehypejs/awesome-rehype)
* [awesome mdx](https://github.com/transitive-bullshit/awesome-mdx)
* [awesome syntax-tree](https://github.com/syntax-tree/awesome-syntax-tree)## License
[![CC-BY][license-badge]][license] © [Titus Wormer][author]
[license]: https://creativecommons.org/licenses/by/4.0/
[license-badge]: https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg
[author]: https://wooorm.com
[awesome-badge]: https://awesome.re/badge.svg
[awesome]: https://awesome.re
[unified]: https://github.com/unifiedjs/unified
[rehype]: https://github.com/rehypejs/rehype
[remark]: https://github.com/remarkjs/remark
[retext]: https://github.com/retextjs/retext