5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
|
<<- morph(\1, ">porter ", False) ~2>> *
__[i](loc_prendre_à_la_légère)__
(pr[eiî]\w+) +(([àa]) la légère) @@0,$,w
<<- morph(\1, ">prendre ", False) >>>
<<- \3 == "a" -3>> à # Confusion : “a” est une conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.
<<- ~2>> *
__[i](p_prendre)__
(pr[eiî]\w+) +(au dépourvu|congé|conscience|contact|de court|en charge|ombrage|pour argent comptant|par surprise|racine|soin|vie) @@0,$
<<- morph(\1, ">prendre ", False) ~2>> *
__[i](p_rester_lettre_morte)__
(rest\w+) (lettre morte) @@0,$
<<- morph(\1, ">rester ", False) ~2>> *
__[i](p_sembler_paraitre_être)__
(sembl\w+|par[au]\w+) +(être|avoir été) +({w_2}) @@0,w,$
<<- morph(\1, ">(?:sembler|para[îi]tre) ") and morphex(\3, ":A", ":G") ~2>> *
|
|
|
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
|
<<- morph(\1, ">porter ", False) ~2>> *
__[i](loc_prendre_à_la_légère)__
(pr[eiî]\w+) +(([àa]) la légère) @@0,$,w
<<- morph(\1, ">prendre ", False) >>>
<<- \3 == "a" -3>> à # Confusion : “a” est une conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.
<<- ~2>> *
__[i](p_prendre)__
(pr[eiî]\w+) +(au (?:dépourvu|sérieux)|congé|conscience|contact|de court|en charge|ombrage|pour argent comptant|par surprise|racine|soin|vie) @@0,$
<<- morph(\1, ">prendre ", False) ~2>> *
__[i](p_rester_lettre_morte)__
(rest\w+) (lettre morte) @@0,$
<<- morph(\1, ">rester ", False) ~2>> *
__[i](p_sembler_paraitre_être)__
(sembl\w+|par[au]\w+) +(être|avoir été) +({w_2}) @@0,w,$
<<- morph(\1, ">(?:sembler|para[îi]tre) ") and morphex(\3, ":A", ":G") ~2>> *
|