]> gitweb.pimeys.fr Git - bots/hung.git/blob - convert_dico.sh
Possibilité de fournir des mots custom sur la commande PLAY
[bots/hung.git] / convert_dico.sh
1 #!/bin/bash
2
3 iconv DicFra.csv -f ISO8859-1 >> dico_for_python.txt
4 python convert_dico.py
5