Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
wikicolor
Commits
568f77fe
Commit
568f77fe
authored
Nov 07, 2022
by
Sylvain Coulange
🌼
Browse files
validation optimisation checkword
parent
8f01c0b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
colorapp/textPhonographer.py
View file @
568f77fe
...
...
@@ -83,7 +83,7 @@ def getLenDic(lang):
##### MISE EN MÉMOIRE DES DICTIONNAIRES (seulement les transcriptions+regions)
def
makeWord2trans
(
alemDic
):
query
=
alemDic
.
find
().
limit
(
10000
)
query
=
alemDic
.
find
()
#
.limit(10000)
word2trans
=
{}
cpt
=
0
for
q
in
query
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment