5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
|
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
|
+
+
+
+
-
+
|
__[i](loc_tenir_à_distance)__
(t[eiî]\w+) +(([àa]) distance) d(?:es?|u) @@0,$,w
<<- morph(\1, ">tenir ", False) >>>
<<- \3 == "a" -3>> à # Confusion : “a” est une conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.
<<- ~2>> *
__[i](loc_tenir_compte)__
(t[eiî]\w+) +(co(?:mp?|n)tes?) d(?:es?|u) @@0,w
<<- morph(\1, ">tenir ", False) >>>
<<- \2 != "compte" -2>> compte # Dans cette locution, écrivez “compte” au singulier.|https://fr.wiktionary.org/wiki/tenir_compte
<<- ~2>> *
__[i](p_tirer_profit)__
(tir\w+) +(profit) d(?:es?|u) @@0,w
<<- morph(\1, ">tenir ", False) ~2>> *
<<- morph(\1, ">tirer ", False) ~2>> *
__[i](loc_tourner_court)__
(tourn\w+) +(cour(?:re|t|s|)) @@0,$
<<- morph(\1, ">tourner ", False) >>>
<<- \2 != "court" -2>> court # Locution : tourner court.|https://fr.wiktionary.org/wiki/tourner_court
<<- ~2>> *
__[i](p_trier_sur_le_volet)__
(tri\w+) (sur le volet) @@0,$
|