34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
dic_personal_description = Français - dictionnaire personnel
# Finite state automaton compression: 1, 2 (experimental) or 3 (experimental)
fsa_method = 1
# stemming method: S for suffixes only, A for prefixes and suffixes
stemming_method = S
# LibreOffice
unopkg = C:/Program Files/LibreOffice/program/unopkg.com
oxt_version = 7.7
oxt_identifier = French.linguistic.resources.from.Dicollecte.by.OlivierR
oxt_update_info_URL = https://grammalecte.net/grammalecte/oxt/grammalecte.update.xml
# Firefox
fx_identifier = French-GC@grammalecte.net
fx_name = Grammalecte [fr]
win_fx_path = C:\Program Files\Mozilla Firefox\firefox.exe
win_fx_dev_path = C:\Program Files\Firefox Developer Edition\firefox.exe
win_fx_nightly_path = C:\Program Files\Firefox Nightly\firefox.exe
|
<
>
>
>
>
>
>
|
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
dic_personal_description = Français - dictionnaire personnel
# Finite state automaton compression: 1, 2 (experimental) or 3 (experimental)
fsa_method = 1
# stemming method: S for suffixes only, A for prefixes and suffixes
stemming_method = S
# LibreOffice
oxt_version = 7.7
oxt_identifier = French.linguistic.resources.from.Dicollecte.by.OlivierR
# Warning! The oxt_identifier variable must be the same to the one used in LibreOffice for the
# dictionary. If you want to change this identifier, you must first change it in LibreOffice,
# then release a new version of your extension with this identifier. Dont forget to change the
# <description.xml> file to update the minimal version of LibreOffice required for the extension
# with the new oxt_identifier variable.
oxt_update_info_URL = https://grammalecte.net/grammalecte/oxt/grammalecte.update.xml
unopkg = C:/Program Files/LibreOffice/program/unopkg.com
# Firefox
fx_identifier = French-GC@grammalecte.net
fx_name = Grammalecte [fr]
win_fx_path = C:\Program Files\Mozilla Firefox\firefox.exe
win_fx_dev_path = C:\Program Files\Firefox Developer Edition\firefox.exe
win_fx_nightly_path = C:\Program Files\Firefox Nightly\firefox.exe
|