retext-latin
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "retext-latin", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "retext parser for Latin-script natural languages", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,13 +0,15 @@ | ||
# retext-latin [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Size][size-badge]][size] [![Chat][chat-badge]][chat] | ||
# retext-latin | ||
[![Build][build-badge]][build] | ||
[![Coverage][coverage-badge]][coverage] | ||
[![Downloads][downloads-badge]][downloads] | ||
[![Size][size-badge]][size] | ||
[![Sponsors][sponsors-badge]][collective] | ||
[![Backers][backers-badge]][collective] | ||
[![Chat][chat-badge]][chat] | ||
[**retext**][retext] plugin to parse Latin-script natural language. | ||
[Parser][] for [**unified**][unified]. | ||
Parses Latin-script language to [**nlcst**][nlcst] syntax trees. | ||
Used in the [**retext** processor][processor] but can be used on its own as | ||
well. | ||
Parses Latin-script prose to [**nlcst**][nlcst] syntax trees. | ||
* * * | ||
**Announcing the unified collective! 🎉 | ||
[Read more about it on Medium »][announcement]** | ||
## Sponsors | ||
@@ -45,11 +47,13 @@ | ||
## Installation | ||
[**Read more about the unified collective on Medium »**][announcement] | ||
## Install | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install retext-latin | ||
``` | ||
## Usage | ||
## Use | ||
@@ -71,9 +75,2 @@ ```js | ||
## Table of Contents | ||
* [API](#api) | ||
* [processor.use(latin)](#processoruselatin) | ||
* [latin.Parser](#latinparser) | ||
* [License](#license) | ||
## API | ||
@@ -83,4 +80,3 @@ | ||
Configure the `processor` to read Latin-script text as input. | ||
Parse Latin-script natural language. | ||
There is no configuration for the parser. | ||
@@ -92,2 +88,16 @@ | ||
## Contribute | ||
See [`contributing.md`][contributing] in [`retextjs/.github`][health] for ways | ||
to get started. | ||
See [`support.md`][support] for ways to get help. | ||
Ideas for new plugins and tools can be posted in [`retextjs/ideas`][ideas]. | ||
A curated list of awesome retext resources can be found in [**awesome | ||
retext**][awesome]. | ||
This project has a [Code of Conduct][coc]. | ||
By interacting with this repository, organisation, or community you agree to | ||
abide by its terms. | ||
## License | ||
@@ -115,2 +125,8 @@ | ||
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg | ||
[backers-badge]: https://opencollective.com/unified/backers/badge.svg | ||
[collective]: https://opencollective.com/unified | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
@@ -120,2 +136,14 @@ | ||
[health]: https://github.com/retextjs/.github | ||
[contributing]: https://github.com/retextjs/.github/blob/master/contributing.md | ||
[support]: https://github.com/retextjs/.github/blob/master/support.md | ||
[coc]: https://github.com/retextjs/.github/blob/master/code-of-conduct.md | ||
[ideas]: https://github.com/retextjs/ideas | ||
[awesome]: https://github.com/retextjs/awesome-retext | ||
[license]: https://github.com/retextjs/retext/blob/master/license | ||
@@ -129,3 +157,3 @@ | ||
[processor]: https://github.com/retextjs/retext/blob/master/packages/retext | ||
[retext]: https://github.com/retextjs/retext | ||
@@ -132,0 +160,0 @@ [nlcst]: https://github.com/syntax-tree/nlcst |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5461
160