Grammalecte  Changes To Grammalecte

Changes to "Grammalecte" between 2017-05-28 10:52:35 and 2017-06-05 12:32:19

1
2
3
4
5
6

7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
1
2
3
4


5

































-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
# Grammalecte development website

Grammalecte is an open source grammar checker for LibreOffice, Firefox and Thunderbird.

This website is generated by [Fossil](http://fossil-scm.org), the distributed version control system, bug tracking system and wiki software server.

[How to clone the repository](wiki?name=How+to+clone+this+repository)
## How to clone this repository

* `fossil clone -u http://code.grammalecte.net grammalecte.fossil`

or, if you have an account:

* `fossil clone -u http://user:password@code.grammalecte.net grammalecte.fossil`

Then, open the repository:

* `fossil open grammalecte.fossil`

Copy unversioned files from the repository to your drive:

* `cd gc_lang/fr/dictionnaire/lexique/corpus_data`

* `fossil uv export stats_frwiki.txt stats_frwiki.txt`

* `fossil uv export stats_frwikisource.txt stats_frwikisource.txt`

* `fossil uv export stats_google_ngram_1.txt stats_google_ngram_1.txt`

* `fossil uv export stats_litterature.txt stats_litterature.txt`

## First build

In the main folder, type:

* `make.py fr -js`