1
2
3
4
5
6
7
8
9
10
|
# Building Grammalecte
# How to build Grammalecte
## Required ##
For building:
* Python 3.7+ > [download](https://www.python.org/)
* NodeJS (LTS version) > [download](https://nodejs.org/)
|
>
>
>
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Building Grammalecte
# How to build Grammalecte
## Before build ##
For the French project, extract the zip files in gc_lang/fr/dictionnaire/lexique/corpus_data:
```bash
cd gc_lang/fr/dictionnaire/lexique/corpus_data
unzip -o '*.zip'
```
## Required ##
For building:
* Python 3.7+ > [download](https://www.python.org/)
* NodeJS (LTS version) > [download](https://nodejs.org/)
|