AntiNorm Tables
| AntiNorm | |||
| Name | Type | Properties | Notes |
| normTerm | CHAR(105) | Index key | Normalized term |
| inflTerm | CHAR(105) | . | Original inflectional term in lexicon |
| termCat | INT | . | Category |
| termInfl | LONG | . | Inflection |
| eui | CHAR(8) | NOT NULL | EUI: Unique ID |
Notes:
The maximum length for normTerm is 101. We use CHAR(105) for this column.
The maximum length for inflTerm is 103. We use CHAR(105) for this column.