Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| user:cqp_macros:start [2010/11/29 09:18] – TjPFzmKwQmhyzNSx 142.35.45.220 | user:cqp_macros:start [2010/12/03 09:31] (current) – old revision restored eros | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | BpZ4DW | + | ====== CQP Macro Library ====== |
| + | |||
| + | This is a little space for sharing CQP macros. Each macro here should be listed within a '' | ||
| + | |||
| + | * a short description of what the macros does | ||
| + | * (if applicable) a description of the positional and structural parameters on which the macro relies | ||
| + | * (if applicable) a description of the parameters and their default values (if applicable) | ||
| + | * one or more examples | ||
| + | * author information | ||
| + | * date of the last change | ||
| + | |||
| + | ===== Find passive verb form ===== | ||
| + | |||
| + | <file> | ||
| + | # Find passive of a particular verb. | ||
| + | # | ||
| + | # Positional parameters | ||
| + | # | ||
| + | # | ||
| + | # Arguments | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # Example | ||
| + | # | ||
| + | # | ||
| + | # Author: Richard Eckart | ||
| + | # Date: 30 Aug 2007 | ||
| + | |||
| + | MACRO passive(2) | ||
| + | ( | ||
| + | ( | ||
| + | | ||
| + | | ||
| + | ) | ||
| + | | | ||
| + | ( | ||
| + | | ||
| + | [pos=" | ||
| + | ) | ||
| + | ) | ||
| + | [$0=" | ||
| + | ; | ||
| + | </file> | ||