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
f2c8c524
Commit
f2c8c524
authored
Nov 07, 2022
by
Sylvain Coulange
🌼
Browse files
debug checkword
parent
568f77fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
colorapp/textPhonographer.py
View file @
f2c8c524
...
...
@@ -476,7 +476,7 @@ def checkIfWordExists(w,t,lang='fr'):
res
[
'w'
]
=
True
if
len
(
t
)
>
0
and
t
in
phono2ortho
.
keys
():
res
[
't'
]
=
True
if
len
(
w
)
>
0
and
w
in
t
:
if
len
(
w
)
>
0
and
w
in
phono2ortho
[
t
]
:
res
[
'wt'
]
=
True
# if len(w)>0 and len(t)>0:
...
...
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