Skip to content

Commit

Permalink
Refactor wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 16, 2015
1 parent 707686d commit b6d6c76
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b6d6c76

Please sign in to comment.