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
25622ecc
Commit
25622ecc
authored
Jan 07, 2023
by
Sylvain Coulange
🌼
Browse files
debug getPhonoOf() en
parent
8f5153a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
colorapp/stressPattern.txt
View file @
25622ecc
absent
accent
accents
access
accesses
addict
addicts
address
...
...
colorapp/views.py
View file @
25622ecc
...
...
@@ -232,7 +232,7 @@ def getPhonoOf(request):
else
:
print
(
"Mot en entrée :"
,
token
.
text
)
if
lang
==
"en"
:
result
=
txtphono
.
traitement
(
token
.
text
,
lang
)
result
=
txtphono
.
traitement
(
token
.
text
,
lang
,
None
)
else
:
result
=
txtphono
.
traitement
(
token
.
text
,
lang
,
None
)
print
(
result
)
...
...
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