From aa1479b25cf3545f3b17245d710cec21968907e0 Mon Sep 17 00:00:00 2001 From: Franck Dary <franck.dary@etu.univ-amu.fr> Date: Wed, 24 Oct 2018 14:19:30 +0200 Subject: [PATCH] Updated documentation --- docs/basics.md | 5 ----- docs/machine.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/basics.md b/docs/basics.md index 3ec2195..1341653 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -64,12 +64,7 @@ Go to the desired language directory : If this is your first time training a model for this language, you will have to create the datasets : cd data - cd morpo-lexicon make - cd .. - cd treebank - make - cd ../.. Now you can use the train.sh script to train a model to fit the dataset present in data/treebank. The script takes two arguments : diff --git a/docs/machine.md b/docs/machine.md index 335a3ac..d81803c 100644 --- a/docs/machine.md +++ b/docs/machine.md @@ -147,7 +147,7 @@ The ones of the type __Information__, example : Name : Tagger Type : Information Oracle : signature - Oracle Filename : ../../data/morpho-lexicon/fP + Oracle Filename : ../../data/fP Where : * __Name__ is the name of this Classifier. -- GitLab