Skip to content

Commit 86747d4

Browse files
committedFeb 21, 2025
Improve the root README
1 parent 034afcb commit 86747d4

File tree

1 file changed

+53
-5
lines changed

1 file changed

+53
-5
lines changed
 

‎README.md

+53-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,56 @@
33
A collection of text processing tools.
44

55
## Packages
6-
- [@lunarisapp/language](https://github.com/LunarisApp/text-tools/tree/main/packages/language) for language-specific details.
7-
- [@lunarisapp/stats](https://github.com/LunarisApp/text-tools/tree/main/packages/stats) for text statistics (e.g. word count, sentence count, etc.).
8-
- [@lunarisapp/hyphen](https://github.com/LunarisApp/text-tools/tree/main/packages/hyphen) for word hyphenation.
9-
- [@lunarisapp/readability](https://github.com/LunarisApp/text-tools/tree/main/packages/readability) for text readability scores (e.g. Flesch Reading Ease).
10-
- [@lunarisapp/cmudict](https://github.com/LunarisApp/text-tools/tree/main/packages/cmudict) for the Carnegie Mellon University Pronouncing Dictionary (CMUdict).
6+
7+
------
8+
9+
### Lunaris Language - [NPM](https://www.npmjs.com/package/@lunarisapp/language) / [Github](https://github.com/LunarisApp/text-tools/tree/main/packages/language)
10+
11+
[![NPM Version](https://img.shields.io/npm/v/%40lunarisapp%2Flanguage)](https://www.npmjs.com/package/@lunarisapp/language)
12+
[![NPM Downloads](https://img.shields.io/npm/dm/%40lunarisapp%2Flanguage)](https://www.npmjs.com/package/@lunarisapp/language)
13+
[![CI Status](https://img.shields.io/github/actions/workflow/status/LunarisApp/text-tools/checks.yml?label=CI)](https://github.com/LunarisApp/text-tools/actions/workflows/checks.yml)
14+
15+
A utility library for core linguistic breakdown: vowels, consonants, words, and sentences.
16+
17+
------
18+
19+
### Lunaris CMUdict - [NPM](https://www.npmjs.com/package/@lunarisapp/cmudict) / [Github](https://github.com/LunarisApp/text-tools/tree/main/packages/cmudict)
20+
21+
[![NPM Version](https://img.shields.io/npm/v/%40lunarisapp%2Fcmudict)](https://www.npmjs.com/package/@lunarisapp/cmudict)
22+
[![NPM Downloads](https://img.shields.io/npm/dm/%40lunarisapp%2Fcmudict)](https://www.npmjs.com/package/@lunarisapp/cmudict)
23+
[![CI Status](https://img.shields.io/github/actions/workflow/status/LunarisApp/text-tools/checks.yml?label=CI)](https://github.com/LunarisApp/text-tools/actions/workflows/checks.yml)
24+
25+
26+
A JavaScript interface to [the Carnegie Mellon University Pronouncing Dictionary (CMUdict)](https://github.com/cmusphinx/cmudict), inspired by [cmudict](https://github.com/prosegrinder/python-cmudict).
27+
28+
------
29+
30+
### Lunaris Hyphen - [NPM](https://www.npmjs.com/package/@lunarisapp/hyphen) / [Github](https://github.com/LunarisApp/text-tools/tree/main/packages/hyphen)
31+
32+
[![NPM Version](https://img.shields.io/npm/v/%40lunarisapp%2Fhyphen)](https://www.npmjs.com/package/@lunarisapp/hyphen)
33+
[![NPM Downloads](https://img.shields.io/npm/dm/%40lunarisapp%2Fhyphen)](https://www.npmjs.com/package/@lunarisapp/hyphen)
34+
[![CI Status](https://img.shields.io/github/actions/workflow/status/LunarisApp/text-tools/checks.yml?label=CI)](https://github.com/LunarisApp/text-tools/actions/workflows/checks.yml)
35+
36+
A hyphenation library based on [LibreOffice dictionaries](https://git.libreoffice.org/dictionaries), inspired by [pyphen](https://github.com/Kozea/Pyphen).
37+
38+
-------
39+
40+
### Lunaris Stats - [NPM](https://www.npmjs.com/package/@lunarisapp/stats) / [Github](https://github.com/LunarisApp/text-tools/tree/main/packages/stats)
41+
42+
[![NPM Version](https://img.shields.io/npm/v/%40lunarisapp%2Fstats)](https://www.npmjs.com/package/@lunarisapp/stats)
43+
[![NPM Downloads](https://img.shields.io/npm/dm/%40lunarisapp%2Fstats)](https://www.npmjs.com/package/@lunarisapp/stats)
44+
[![CI Status](https://img.shields.io/github/actions/workflow/status/LunarisApp/text-tools/checks.yml?label=CI)](https://github.com/LunarisApp/text-tools/actions/workflows/checks.yml)
45+
46+
A library for calculating text statistics, such as word count, sentence count, etc. Inspired by [textstat](https://github.com/textstat/textstat).
47+
48+
-------
49+
50+
### Lunaris Readability - [NPM](https://www.npmjs.com/package/@lunarisapp/readability) / [Github](https://github.com/LunarisApp/text-tools/tree/main/packages/readability)
51+
52+
[![NPM Version](https://img.shields.io/npm/v/%40lunarisapp%2Freadability)](https://www.npmjs.com/package/@lunarisapp/readability)
53+
[![NPM Downloads](https://img.shields.io/npm/dm/%40lunarisapp%2Freadability)](https://www.npmjs.com/package/@lunarisapp/readability)
54+
[![CI Status](https://img.shields.io/github/actions/workflow/status/LunarisApp/text-tools/checks.yml?label=CI)](https://github.com/LunarisApp/text-tools/actions/workflows/checks.yml)
55+
56+
A library for calculating text readability scores based on popular algorithms & formulas, inspired by [textstat](https://github.com/textstat/textstat).
57+
58+
-------

0 commit comments

Comments
 (0)