Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
wikicolor
Commits
c229eed4
Commit
c229eed4
authored
Sep 13, 2021
by
Sylvain Coulange
Browse files
déblocage limit(1000)
parent
c938e4e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
colorapp/textPhonographer.py
View file @
c229eed4
...
@@ -81,7 +81,7 @@ def getLenDic(lang):
...
@@ -81,7 +81,7 @@ def getLenDic(lang):
##### MISE EN MÉMOIRE DES DICTIONNAIRES (seulement les transcriptions+regions)
##### MISE EN MÉMOIRE DES DICTIONNAIRES (seulement les transcriptions+regions)
def
makeWord2trans
(
alemDic
):
def
makeWord2trans
(
alemDic
):
query
=
alemDic
.
find
().
limit
(
1000
)
query
=
alemDic
.
find
()
#
.limit(1000)
word2trans
=
{}
word2trans
=
{}
cpt
=
0
cpt
=
0
for
q
in
query
:
for
q
in
query
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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