|
81 | 81 | <!ENTITY nouns_with_off "(log|show|spin|take|sign|write|pay|run|hand|drop|kick|lay|shut|cut|rub|stand|trade|send|brush|turn|lift|rip|set|scratch|sell)"> |
82 | 82 | <!ENTITY nouns_with_down "(shoot|lock|back|slow|drop|drift|break|push|shut|crack|count|let|write|take|step|drill|mark|touch|draw|bring|run|stare|lay)"> |
83 | 83 | <!ENTITY nouns_with_over "(turn|hand|roll|fail|sleep|voice|take|pop|do|make|cross|hold|spill|stop|pull)"> |
84 | | - <!ENTITY nouns_with_out "(blow|brown|call|cop|carve|hold|miss|spin|hand|eat|fall|cut|brush|slip|black|opt|stand|pull|hide|bail|pay|freak|hang|shout|cash|print|try|burn|sign|log|break|time|look|roll|work|check|lay|take|read|knock|wash|watch|carry|turn|drop|make|cheap|phase)"> |
| 84 | + <!ENTITY nouns_with_out "(blow|brown|call|cop|carve|hold|miss|spin|hand|eat|fall|cut|brush|slip|black|opt|stand|pull|hide|bail|pay|freak|hang|shout|cash|print|try|burn|sign|log|break|time|look|roll|work|check|lay|take|read|knock|wash|watch|carry|turn|drop|make|cheap|phase|share)"> |
85 | 85 | <!ENTITY nouns_with_back "(play|blow|push|pull|charge|stand|pay|kick|roll|lift|call|come|feed|fall|buy|set|throw|flash|draw|fight)"> |
86 | 86 | <!ENTITY nouns_with_away "(run|get|take|give|cast|fly|break|walk|work|throw)"> |
87 | 87 | <!ENTITY nouns_with_in "(run|get|take|give|add|drop|fill|opt|check|sleep|plug|trade|call|drive|walk|pull|write|log|break|step|sign)"> |
|
223 | 223 | <token>squash</token> |
224 | 224 | <token inflected="yes">merge</token> |
225 | 225 | </antipattern> |
| 226 | + <antipattern> |
| 227 | + <token>raw</token> |
| 228 | + <token inflected="yes">dog</token> |
| 229 | + </antipattern> |
226 | 230 | <antipattern><!-- https://www.lexico.com/definition/soft_soap --> |
227 | 231 | <token>soft</token> |
228 | 232 | <token inflected="yes" regexp="yes">soap|sell|serve|block|reset|lock</token> |
@@ -32372,6 +32376,46 @@ USA |
32372 | 32376 | <token skip="-1">thanks</token> |
32373 | 32377 | <token regexp="yes">that|who</token> |
32374 | 32378 | </antipattern> |
| 32379 | + <antipattern> |
| 32380 | + <token postag="VB[DZ]" postag_regexp="yes" /> |
| 32381 | + <token postag="RB" min="0" /> |
| 32382 | + <token regexp="yes">among(st)?</token> |
| 32383 | + <token chunk_re="B-NP.*" /> |
| 32384 | + <token chunk_re="I-NP.*" min="0" /> |
| 32385 | + <token chunk="E-NP-plural" /> |
| 32386 | + <token regexp="yes">that|who</token> |
| 32387 | + <token postag="VBZ" /> |
| 32388 | + <example>The United States is among the foreign countries that has collaborated with the center in conducting capacity building programmes.</example> |
| 32389 | + </antipattern> |
| 32390 | + <antipattern> |
| 32391 | + <token chunk="E-NP-singular" /> |
| 32392 | + <token regexp="yes">which|that|who</token> |
| 32393 | + <token postag="RB" min="0" /> |
| 32394 | + <token postag="VB[DZ]" postag_regexp="yes" /> |
| 32395 | + <token postag="RB" min="0" /> |
| 32396 | + <token postag="IN" /> |
| 32397 | + <token chunk_re="B-NP-plural" min="0" /> |
| 32398 | + <token chunk_re="I-NP-plural" min="0" /> |
| 32399 | + <token chunk_re="E-NP-plural" /> |
| 32400 | + <token regexp="yes">that|who</token> |
| 32401 | + <token postag="VBZ" /> |
| 32402 | + <example>The customer has prepared a detailed document which is in the bug attachments that shows the step-by-step process used to demonstrate the issue.</example> |
| 32403 | + </antipattern> |
| 32404 | + <antipattern> |
| 32405 | + <token chunk="E-NP-singular" /> |
| 32406 | + <token regexp="yes">which|that|who</token> |
| 32407 | + <token postag="RB" min="0" /> |
| 32408 | + <token inflected="yes" regexp="yes">have|will|can|cannot|must|should|be|get</token> |
| 32409 | + <token postag="RB" min="0" /> |
| 32410 | + <token postag="VB.*" postag_regexp="yes" /> |
| 32411 | + <token postag="RB" min="0" /> |
| 32412 | + <token postag="IN" /> |
| 32413 | + <token chunk_re="B-NP-plural" min="0" /> |
| 32414 | + <token chunk_re="I-NP-plural" min="0" /> |
| 32415 | + <token chunk_re="E-NP-plural" /> |
| 32416 | + <token regexp="yes">that|who</token> |
| 32417 | + <token postag="VBZ" /> |
| 32418 | + </antipattern> |
32375 | 32419 | <pattern> |
32376 | 32420 | <token><exception postag="CD" /></token> |
32377 | 32421 | <token regexp="yes" postag="NNS" chunk="E-NP-plural">.+s |
|
0 commit comments