Skip to content

Création d'exercice de conjugaison à partir d'un texte (epub)

License

Notifications You must be signed in to change notification settings

LaurentGruber/cConj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cConj

Création d'exercice de conjugaison à partir d'un fichier texte

Dépendance

TreeTagger : http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/

Dépendances à des modules Perl

IPC::Run3

YAML::XS

Installation

  1. Cloner ce repository

    git clone https://github.com/LaurentGruber/cConj.git

  2. Installer TreeTagger

Voir http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/

  1. Créer la base de donnée (Facultatif si intégration avec Claroline Connect)

    CREATE DATABASE cConj; GRANT ALL PRIVILEGES ON cConj.* TO 'cconj'@'localhost' IDENTIFIED BY 'cconj';

  2. Mettre les paramètres Database et Tagger dans le fichier config/config.yml

  3. Exécuter le script createDB (Facultatif si intégration avec Claroline Connect)

    perl install/createDB.pl

  4. L'application est prête à être utilisée

Utilisation

cConj.pl PathToTextFile TitreDuTexte

About

Création d'exercice de conjugaison à partir d'un texte (epub)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages