fr-spell 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.cn.md CHANGED
@@ -30,7 +30,7 @@ FR-SPELL 是一个用于法语词形还原与派生形态生成的 npm 包。
30
30
  | **动词派生平均延迟** | 22.93 ms | 16.89 ms |
31
31
  | **形容词派生平均延迟** | 23.22 ms | 17.12 ms |
32
32
  | **价格** | 免费 | $4.99 |
33
- | **支付** | 无需支付 | [购买产品](https://coderhome.com/cn/fr-spell-mini/) |
33
+ | **支付** | 无需支付 | [购买产品](https://coderhome.com/cn/fr-spell-mini-pricing/) |
34
34
 
35
35
  ## 安装
36
36
 
package/README.fr.md CHANGED
@@ -30,7 +30,7 @@ Une version communautaire gratuite est aussi disponible : [fr-spell](https://www
30
30
  | **Latence moyenne de derive verbal** | 22.93 ms | 16.89 ms |
31
31
  | **Latence moyenne de derive adjectival** | 23.22 ms | 17.12 ms |
32
32
  | **Tarif** | Gratuit | $4.99 |
33
- | **Paiement** | Non requis | [Acheter le produit](https://coderhome.com/fr/fr-spell-mini/) |
33
+ | **Paiement** | Non requis | [Acheter le produit](https://coderhome.com/fr/fr-spell-mini-pricing/) |
34
34
 
35
35
  ## Installation
36
36
 
package/README.md CHANGED
@@ -30,7 +30,7 @@ A free community version is also available: [fr-spell](https://www.npmjs.com/pac
30
30
  | **Verb derive avg latency** | 22.93 ms | 16.89 ms |
31
31
  | **Adjective derive avg latency** | 23.22 ms | 17.12 ms |
32
32
  | **Pricing** | Free | $4.99 |
33
- | **Payment** | No Need | [Purchase The Product](https://coderhome.com/en/fr-spell-mini/) |
33
+ | **Payment** | No Need | [Purchase The Product](https://coderhome.com/en/fr-spell-mini-pricing/) |
34
34
 
35
35
  ## Install
36
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fr-spell",
3
3
  "description": "Lightweight French lemmatization and conjugation. Convert between nouns, verbs, and adjectives using fast, quantized INT8 ONNX models under 2MB.",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "exports": {