diff --git a/readme.md b/readme.md index f4fd744d..2d858d0b 100644 --- a/readme.md +++ b/readme.md @@ -2,23 +2,19 @@ [![Build Status](https://img.shields.io/travis/wooorm/retext.svg)](https://travis-ci.org/wooorm/retext) [![Coverage Status](https://img.shields.io/codecov/c/github/wooorm/retext.svg)](https://codecov.io/github/wooorm/retext) [![Code Climate](http://img.shields.io/codeclimate/github/wooorm/retext.svg)](https://codeclimate.com/github/wooorm/retext) -> **Retext is going to [change -> soon](https://github.com/wooorm/retext/issues/23). You probably wan’t to use -> the [next, stable, version](https://github.com/wooorm/retext/tree/feature/stable).** - -**retext** is an extensible natural language system—by default using -[**parse-latin**](https://github.com/wooorm/parse-latin) to transform natural -language into **[NLCST](https://github.com/wooorm/nlcst/)**. -**Retext** provides a pluggable system for analysing and manipulating natural -language in JavaScript. NodeJS and the browser. Tests provide 100% coverage. +**retext** is an extensible natural language processor with support for +multiple languages. **Retext** provides a pluggable system for analysing +and manipulating natural language in JavaScript. Node and the browser. +100% coverage. > Rather than being a do-all library for Natural Language Processing (such as > [NLTK](http://www.nltk.org) or [OpenNLP](https://opennlp.apache.org)), > **retext** aims to be useful for more practical use cases (such as censoring -> profane words or decoding emoticons, but the possibilities are endless) -> instead of more academic goals (research purposes). +> [insensitive words](https://github.com/wooorm/alex) or decoding emoticons, +> but the possibilities are endless) instead of more academic goals (research +> purposes). > **retext** is inherently modular—it uses plugins (similar to -> [rework](https://github.com/reworkcss/rework/) for CSS) instead of providing +> [mdast](https://github.com/wooorm/mdast/) for markdown) instead of providing > everything out of the box (such as > [Natural](https://github.com/NaturalNode/natural)). This makes **retext** a > viable tool for use on the web.