-
Notifications
You must be signed in to change notification settings - Fork 1
Services/terms tools/add loterre mkd #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
0b2dcb9
b9e0b37
50d1f46
f208542
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| outs: | ||
| - md5: 635dc2107a2cb98668005553867d258a.dir | ||
| size: 5493790 | ||
| nfiles: 17 | ||
| - md5: 3831a76c64ca2ee7f88223252e487215.dir | ||
| size: 5515439 | ||
| nfiles: 33 | ||
| hash: md5 | ||
| path: data |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| outs: | ||
| - md5: 453b5bfcf03d58e12825f61ab080d9a3.dir | ||
| nfiles: 220 | ||
| - md5: 284492df3237deb260840f0b3b66c2a9.dir | ||
| nfiles: 251 | ||
| hash: md5 | ||
| path: dictionary | ||
| size: 325672221 |
Large diffs are not rendered by default.
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mon impression se confirme: ce fichier est un sous-programme appelé par les routes |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| [use] | ||
| plugin = basics | ||
| plugin = analytics | ||
| plugin = spawn | ||
|
|
||
| [JSONParse] | ||
| separator = * | ||
|
|
||
| [env] | ||
| path = voc_loterre | ||
| value = env('loterreID').prepend('_annot_').prepend(env('langue')).append('.jsonl') | ||
|
|
||
| [env] | ||
| path = config | ||
| value = env('langue').prepend('config_annot_').append('.ini') | ||
|
|
||
| # return only the 1st object = on ne traite, pour les tests | ||
| #[shift] | ||
|
|
||
| [env] | ||
| path = mapping-format | ||
| value = fix({ "json-indoc": "doc", "xml-standoff": "json", "json-standoff":"json" }) | ||
|
|
||
| [env] | ||
| path = param_format | ||
| value = env('mapping-format').get(env('format')) | ||
|
|
||
|
|
||
| [exec] | ||
| command = terms_tools | ||
| #important : mettre ou 2 en prod | ||
| concurrency = 2 | ||
| args = termMatcher | ||
| args = fix('-lang') | ||
| args = env('langue') | ||
| args = fix('-d') | ||
| args = env('voc_loterre') | ||
| args = fix('-f') | ||
| args = fix('text') | ||
| args = fix('-o') | ||
| args = fix(env('param_format')) | ||
| args = fix('-ini_file') | ||
| args = env('config') | ||
| args = fix('-ezs') | ||
|
|
||
|
|
||
| [delegate] | ||
| file = env('format').prepend('./v1/').append('.cfg') |
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 note (non-blocking): Dépendances déjà déclarées à la racine du monorepo
Voir
web-services/package.json
Lines 83 to 86 in fd87b89