Skip to content

Commit 3e6c2ff

Browse files
committed
update link in readme
1 parent 4501811 commit 3e6c2ff

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ It's a complete, **offline voice assistant** built on **Vosk** (for Speech-to-Te
1919

2020
Translations: This document also exists in [other languages](https://github.com/sl5net/SL5-aura-service/tree/master/docs).
2121

22+
2223
Note: Many texts are machine-generated translations of the original English documentation and are intended for general guidance only. In case of discrepancies or ambiguities, the English version always prevails. We welcome help from the community to improve this translation!
2324

2425

@@ -66,7 +67,7 @@ For a complete technical reference, including all modules and scripts, please vi
6667
## Installation
6768

6869
The setup is a two-step process:
69-
1. Download last Release or master ( https://github.com/sl5net/Vosk-System-Listener/archive/master.zip ) or clone this repository to your computer.
70+
1. Download last Release or master ( https://github.com/sl5net/SL5-aura-service/archive/master.zip ) or clone this repository to your computer.
7071
2. Run the one-time setup script for your operating system.
7172

7273
The setup scripts handle everything: system dependencies, Python environment, and downloading the necessary models and tools (~4GB) directly from our GitHub Releases for maximum speed.

config/maps/plugins/it-begriffe/de-DE/FUZZY_MAP_pre.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
('das LanguageTool', r'\b(das) (liquid Stuhl)(\b)', 80, {'flags': re.IGNORECASE}),
3131
('LanguageTool', r'\b(liquid Stuhl)(\b)', 80, {'flags': re.IGNORECASE}),
3232

33+
# des link wich tools
34+
35+
("des LanguageTool's", r'\b(des link w\w+ tools)(\b)', 80, {'flags': re.IGNORECASE}),
36+
37+
3338
#Mönch CarolinMit CarolinWenn CarolineManjaro Linux
3439
# EXAMPLE: whatchado
3540
('Manjaro Linux', r'^\b(whatchado|Mönch) (Linux|Carolin\w*)(\b)$', 80, {'flags': re.IGNORECASE}),

config/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262

6363
# Format: { "Regex-Pattern": ( "Signatur-Text", Cooldown_in_Sekunden ) }
6464
SIGNATURE_MAPPING = {
65-
r"0 a\.d\.": ("SL5net >> Aura", 14400), # 4 Stunden für Spiele
65+
r"0 a\.d\.": ("SL5net >> Aura", 1), # 14400 = 4 h autocivp/moddata/autocivP_IconNames_README.txt
6666
r"Matrix|Discord": ("🗣SL5net ⟫ Aura", 3600), # 1 Stunde für Chat
6767
r"Outlook|Mail": ("-- Sent via Aura --", 86400), # 1 Tag für E-Mails
68-
"Konsole|kate": ("", 86400),
68+
r"Konsole|kate": ("", 86400),
6969
r".*": ("🗣[ SL5net Aura ]", 1800) # 30 Min Fallback
7070
}
7171

0 commit comments

Comments
 (0)