|
1 |
| -# nlcst-normalize [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] |
| 1 | +# nlcst-normalize |
| 2 | + |
| 3 | +[![Build][build-badge]][build] |
| 4 | +[![Coverage][coverage-badge]][coverage] |
| 5 | +[![Downloads][downloads-badge]][downloads] |
| 6 | +[![Size][size-badge]][size] |
| 7 | +[![Sponsors][sponsors-badge]][collective] |
| 8 | +[![Backers][backers-badge]][collective] |
| 9 | +[![Chat][chat-badge]][chat] |
2 | 10 |
|
3 | 11 | Normalize a word for easier comparison, useful for [NLCST][nlcst].
|
4 | 12 |
|
@@ -61,13 +69,31 @@ repository, organisation, or community you agree to abide by its terms.
|
61 | 69 |
|
62 | 70 | <!-- Definitions -->
|
63 | 71 |
|
64 |
| -[travis-badge]: https://img.shields.io/travis/syntax-tree/nlcst-normalize.svg |
| 72 | +[build-badge]: https://img.shields.io/travis/syntax-tree/nlcst-normalize.svg |
| 73 | + |
| 74 | +[build]: https://travis-ci.org/syntax-tree/nlcst-normalize |
| 75 | + |
| 76 | +[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-normalize.svg |
| 77 | + |
| 78 | +[coverage]: https://codecov.io/github/syntax-tree/nlcst-normalize |
| 79 | + |
| 80 | +[downloads-badge]: https://img.shields.io/npm/dm/nlcst-normalize.svg |
| 81 | + |
| 82 | +[downloads]: https://www.npmjs.com/package/nlcst-normalize |
| 83 | + |
| 84 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/nlcst-normalize.svg |
| 85 | + |
| 86 | +[size]: https://bundlephobia.com/result?p=nlcst-normalize |
| 87 | + |
| 88 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 89 | + |
| 90 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
65 | 91 |
|
66 |
| -[travis]: https://travis-ci.org/syntax-tree/nlcst-normalize |
| 92 | +[collective]: https://opencollective.com/unified |
67 | 93 |
|
68 |
| -[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-normalize.svg |
| 94 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
69 | 95 |
|
70 |
| -[codecov]: https://codecov.io/github/syntax-tree/nlcst-normalize |
| 96 | +[chat]: https://spectrum.chat/unified/syntax-tree |
71 | 97 |
|
72 | 98 | [npm]: https://docs.npmjs.com/cli/install
|
73 | 99 |
|
|
0 commit comments