#! /bin/bash
# [[dictionnaire]] pour enfants
# Required:  dico
#
# Author:
# Fred Radeff, radeff@akademia.ch, www.akademia.ch
# History
#  jeudi 18 janvier 2007  : FR, created
# No Copyright, steal this!

#########
nom="Arcadi"
echo "
Bonjour $nom

Entre le mot recherché

Si tu n'es pas sûr de l'orthographe, tape
une astérisque après le début du mot, p.ex.
orthog*
"
read mot
#mot=orthog*
echo "
OK, on va chercher le mot $mot"
dico $mot | grep -v "R.Cougnenc"| sed 's|  *[0-9]*$||g' | mor

Pour des corrections othographiques, utiliser aspell:

kw: correcteur orthographique

apt-get install aspell-fr

aspell -l fr -c test.txt

 
info/dictionnaire.txt · Dernière modification: 2009/04/26 21:15 (modification externe)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki