Specify category by values
- Description:
- Symbol: -cn:LONG
- Examples:
Retrieve all lexical records with specified category values.
This option retrieves all lexical records with specified category values and then exits from the program. Values of categories are shown as bellows:
| Category | Symbol | Value |
|---|---|---|
| Adj | -c:a | 1 |
| Adv | -c:b | 2 |
| Aux | -c:x | 4 |
| Compl | -c:c | 8 |
| Conj | -c:j | 16 |
| Det | -c:d | 32 |
| Modal | -c:m | 64 |
| Noun | -c:n | 128 |
| Prep | -c:p | 256 |
| Pron | -c:r | 512 |
| Verb | -c:v | 1024 |
| All | -c:all | 2047 |
shell> lexAccess -cn:12 -f:bd => Retrieve all base with detail information for categories of Aux (4) and Compl (8) records be|E0012152|aux do|E0023651|aux have|E0030899|aux that|E0060480|compl
