diff --git a/documentation/gettingStarted.md b/documentation/gettingStarted.md index a47663808b5a216cebe30341d8f261a3b16f1166..95f031026219e591443cc125d1550eb4eeacf444 100644 --- a/documentation/gettingStarted.md +++ b/documentation/gettingStarted.md @@ -3,7 +3,7 @@ The program comes in two modes : *train* and *decode*.\ You can view all the possible program arguments with `macaon train -h` and `macaon decode -h`.\ It is possible to directly use the program to train models and annotate input, but it is a bit tedious as you would have to type in a lot of arguments.\ -It is recommended to use [macaon_data](https://gitlab.lis-lab.fr/franck.dary/new_macaon_data) instead, a collection of scripts to organize your models. It is assumed in this documentation that you are using *macaon_data*.\ +It is recommended to use [macaon_data](https://gitlab.lis-lab.fr/franck.dary/macaon_data) instead, a collection of scripts to organize your models. It is assumed in this documentation that you are using *macaon_data*.\ If you understand the project structure well enough, you can obviously write your own scripts instead. ## Organizing your training corpora : diff --git a/documentation/install.md b/documentation/install.md index 85ab56b1bebd5d5de3645e04269bfb21842e2555..38ca0bc52ab2d07d187b39792022963b196aa25d 100644 --- a/documentation/install.md +++ b/documentation/install.md @@ -8,7 +8,7 @@ * Boost >= 1.53.0 with program_options : [link](https://www.boost.org/doc/libs/1_73_0/more/getting_started/unix-variants.html) ## Download : -https://gitlab.lis-lab.fr/franck.dary/new_macaon +https://gitlab.lis-lab.fr/franck.dary/macaon ## Compilation : `$ cd macaon`\