Skip to content

Commit 6f1c7bb

Browse files
authored
Merge pull request #223 from heavybeard/add-refuos-packages
Add refuos packages: italiano, accenti, dev
2 parents e7e9f7a + 744ac3f commit 6f1c7bb

9 files changed

Lines changed: 15360 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Refuos Accenti
2+
3+
Real-time autocorrection for Italian accented words and future-tense verbs, powered by [Espanso](https://espanso.org).
4+
5+
## What it fixes
6+
7+
Missing accents, future-tense verbs (1st and 3rd person) and nouns ending in *-ità* — for example:
8+
9+
| You type | Corrected to |
10+
|---------------|----------------|
11+
| `perche` | `perché` |
12+
| `aggiungero` | `aggiungerò` |
13+
| `disponibilita` | `disponibilità` |
14+
15+
~4,700 rules.
16+
17+
## Source
18+
19+
<https://github.com/heavybeard/refuos>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: "refuos-accenti"
2+
title: "Refuos Accenti"
3+
description: "Autocorrection for Italian accents, future-tense verbs and -ità nouns. Fixes perche→perché, aggiungero→aggiungerò."
4+
version: "0.1.0"
5+
author: "Andrea Cognini"
6+
tags: ["italian", "autocorrect", "accents", "accenti", "italiano", "languages", "spell-correction", "typofixer"]
7+
homepage: "https://github.com/heavybeard/refuos"

0 commit comments

Comments
 (0)