-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathParlaMint-taxonomy-USAS.ana.xml
1369 lines (1369 loc) · 47.8 KB
/
ParlaMint-taxonomy-USAS.ana.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<taxonomy xmlns="http://www.tei-c.org/ns/1.0" xml:id="ParlaMint-taxonomy-USAS.ana" xml:lang="en">
<desc xml:lang="en"><term>USAS categories</term>: Semantic categories following the USAS Semantic tagset, cf. <ref target="https://ucrel.lancs.ac.uk/usas/">https://ucrel.lancs.ac.uk/usas/</ref>. The taxonomy was derived from <ref target="https://ucrel.lancs.ac.uk/usas/semtags_subcategories.txt">https://ucrel.lancs.ac.uk/usas/semtags_subcategories.txt</ref>. A category can contain up to one positive (USAS = '+', taxonomy = 'p') or negative (USAS = '-', taxonomy = 'n') modifier. Other USAS modifiers (i.e. regex [mfnci%@]) are not retained.</desc>
<category xml:id="A1">
<catDesc><term>A1</term>: General And Abstract Terms</catDesc>
<category xml:id="A1.1.1">
<catDesc><term>A1.1.1</term>: General actions / making</catDesc>
<category xml:id="A1.1.1n">
<catDesc><term>A1.1.1-</term>: Inaction</catDesc>
</category>
</category>
<category xml:id="A1.1.2">
<catDesc><term>A1.1.2</term>: Damaging and destroying</catDesc>
<category xml:id="A1.1.2n">
<catDesc><term>A1.1.2-</term>: Fixing and mending</catDesc>
</category>
</category>
<category xml:id="A1.2">
<catDesc><term>A1.2</term>: Suitability</catDesc>
<category xml:id="A1.2p">
<catDesc><term>A1.2+</term>: Suitable</catDesc>
</category>
<category xml:id="A1.2n">
<catDesc><term>A1.2-</term>: Unsuitable</catDesc>
</category>
</category>
<category xml:id="A1.3">
<catDesc><term>A1.3</term>: Caution</catDesc>
<category xml:id="A1.3p">
<catDesc><term>A1.3+</term>: Cautious</catDesc>
</category>
<category xml:id="A1.3n">
<catDesc><term>A1.3-</term>: No caution</catDesc>
</category>
</category>
<category xml:id="A1.4">
<catDesc><term>A1.4</term>: Chance, luck</catDesc>
<category xml:id="A1.4p">
<catDesc><term>A1.4+</term>: Lucky</catDesc>
</category>
<category xml:id="A1.4n">
<catDesc><term>A1.4-</term>: Unlucky</catDesc>
</category>
</category>
<category xml:id="A1.5">
<catDesc><term>A1.5</term>: Use</catDesc>
<category xml:id="A1.5.1">
<catDesc><term>A1.5.1</term>: Using</catDesc>
<category xml:id="A1.5.1p">
<catDesc><term>A1.5.1+</term>: Used</catDesc>
</category>
<category xml:id="A1.5.1n">
<catDesc><term>A1.5.1-</term>: Unused</catDesc>
</category>
</category>
<category xml:id="A1.5.2">
<catDesc><term>A1.5.2</term>: Usefulness</catDesc>
<category xml:id="A1.5.2p">
<catDesc><term>A1.5.2+</term>: Useful</catDesc>
</category>
<category xml:id="A1.5.2n">
<catDesc><term>A1.5.2-</term>: Useless</catDesc>
</category>
</category>
</category>
<category xml:id="A1.6">
<catDesc><term>A1.6</term>: Concrete/Abstract</catDesc>
</category>
<category xml:id="A1.7">
<catDesc><term>A1.7</term>: Constraint</catDesc>
<category xml:id="A1.7p">
<catDesc><term>A1.7+</term>: Constraint</catDesc>
</category>
<category xml:id="A1.7n">
<catDesc><term>A1.7-</term>: No constraint</catDesc>
</category>
</category>
<category xml:id="A1.8">
<catDesc><term>A1.8</term>: Inclusion/Exclusion</catDesc>
<category xml:id="A1.8p">
<catDesc><term>A1.8+</term>: Inclusion</catDesc>
</category>
<category xml:id="A1.8n">
<catDesc><term>A1.8-</term>: Exclusion</catDesc>
</category>
</category>
<category xml:id="A1.9">
<catDesc><term>A1.9</term>: Avoiding</catDesc>
<category xml:id="A1.9n">
<catDesc><term>A1.9-</term>: Unavoidable</catDesc>
</category>
</category>
</category>
<category xml:id="A2">
<catDesc><term>A2</term>: Affect</catDesc>
<category xml:id="A2.1">
<catDesc><term>A2.1</term>: Affect: Modify, change</catDesc>
<category xml:id="A2.1p">
<catDesc><term>A2.1+</term>: Change</catDesc>
</category>
<category xml:id="A2.1n">
<catDesc><term>A2.1-</term>: No change</catDesc>
</category>
</category>
<category xml:id="A2.2">
<catDesc><term>A2.2</term>: Cause</catDesc>
<category xml:id="A2.2p">
<catDesc><term>A2.2+</term>: Connected</catDesc>
</category>
<category xml:id="A2.2n">
<catDesc><term>A2.2-</term>: Unconnected</catDesc>
</category>
</category>
</category>
<category xml:id="A3">
<catDesc><term>A3</term>: Being</catDesc>
<category xml:id="A3p">
<catDesc><term>A3+</term>: Existing</catDesc>
</category>
<category xml:id="A3n">
<catDesc><term>A3-</term>: Non-existing</catDesc>
</category>
</category>
<category xml:id="A4">
<catDesc><term>A4</term>: Classification</catDesc>
<category xml:id="A4.1">
<catDesc><term>A4.1</term>: Generally kinds, groups, examples</catDesc>
<category xml:id="A4.1n">
<catDesc><term>A4.1-</term>: Unclassified</catDesc>
</category>
</category>
<category xml:id="A4.2">
<catDesc><term>A4.2</term>: Particular/general; detail</catDesc>
<category xml:id="A4.2p">
<catDesc><term>A4.2+</term>: Detailed</catDesc>
</category>
<category xml:id="A4.2n">
<catDesc><term>A4.2-</term>: General</catDesc>
</category>
</category>
</category>
<category xml:id="A5">
<catDesc><term>A5</term>: Evaluation</catDesc>
<category xml:id="A5.1">
<catDesc><term>A5.1</term>: Evaluation: Good/bad</catDesc>
<category xml:id="A5.1p">
<catDesc><term>A5.1+</term>: Evaluation: Good</catDesc>
</category>
<category xml:id="A5.1n">
<catDesc><term>A5.1-</term>: Evaluation: Bad</catDesc>
</category>
</category>
<category xml:id="A5.2">
<catDesc><term>A5.2</term>: Evaluation: True/false</catDesc>
<category xml:id="A5.2p">
<catDesc><term>A5.2+</term>: Evaluation: True</catDesc>
</category>
<category xml:id="A5.2n">
<catDesc><term>A5.2-</term>: Evaluation: False</catDesc>
</category>
</category>
<category xml:id="A5.3">
<catDesc><term>A5.3</term>: Evaluation: Accuracy</catDesc>
<category xml:id="A5.3p">
<catDesc><term>A5.3+</term>: Evaluation: Accurate</catDesc>
</category>
<category xml:id="A5.3n">
<catDesc><term>A5.3-</term>: Evaluation: Inaccurate</catDesc>
</category>
</category>
<category xml:id="A5.4">
<catDesc><term>A5.4</term>: Evaluation: Authenticity</catDesc>
<category xml:id="A5.4p">
<catDesc><term>A5.4+</term>: Evaluation: Authentic</catDesc>
</category>
<category xml:id="A5.4n">
<catDesc><term>A5.4-</term>: Evaluation: Unauthentic</catDesc>
</category>
</category>
</category>
<category xml:id="A6">
<catDesc><term>A6</term>: Comparing</catDesc>
<category xml:id="A6.1">
<catDesc><term>A6.1</term>: Comparing: Similar/different</catDesc>
<category xml:id="A6.1p">
<catDesc><term>A6.1+</term>: Comparing: Similar</catDesc>
</category>
<category xml:id="A6.1n">
<catDesc><term>A6.1-</term>: Comparing: Different</catDesc>
</category>
</category>
<category xml:id="A6.2">
<catDesc><term>A6.2</term>: Comparing: Usual/unusual</catDesc>
<category xml:id="A6.2p">
<catDesc><term>A6.2+</term>: Comparing: Usual</catDesc>
</category>
<category xml:id="A6.2n">
<catDesc><term>A6.2-</term>: Comparing: Unusual</catDesc>
</category>
</category>
<category xml:id="A6.3">
<catDesc><term>A6.3</term>: Comparing: Variety</catDesc>
<category xml:id="A6.3p">
<catDesc><term>A6.3+</term>: Comparing: Varied</catDesc>
</category>
<category xml:id="A6.3n">
<catDesc><term>A6.3-</term>: Comparing: Unvaried</catDesc>
</category>
</category>
</category>
<category xml:id="A7">
<catDesc><term>A7</term>: Probability</catDesc>
<category xml:id="A7p">
<catDesc><term>A7+</term>: Likely</catDesc>
</category>
<category xml:id="A7n">
<catDesc><term>A7-</term>: Unlikely</catDesc>
</category>
</category>
<category xml:id="A8">
<catDesc><term>A8</term>: Seem</catDesc>
</category>
<category xml:id="A9">
<catDesc><term>A9</term>: Getting and giving; possession</catDesc>
<category xml:id="A9p">
<catDesc><term>A9+</term>: Getting and possession</catDesc>
</category>
<category xml:id="A9n">
<catDesc><term>A9-</term>: Giving</catDesc>
</category>
</category>
<category xml:id="A10">
<catDesc><term>A10</term>: Open/closed; Hiding/Hidden; Finding; Showing</catDesc>
<category xml:id="A10p">
<catDesc><term>A10+</term>: Open; Finding; Showing</catDesc>
</category>
<category xml:id="A10n">
<catDesc><term>A10-</term>: Closed; Hiding/Hidden</catDesc>
</category>
</category>
<category xml:id="A11">
<catDesc><term>A11</term>: Importance</catDesc>
<category xml:id="A11.1">
<catDesc><term>A11.1</term>: Importance</catDesc>
<category xml:id="A11.1p">
<catDesc><term>A11.1+</term>: Important</catDesc>
</category>
<category xml:id="A11.1n">
<catDesc><term>A11.1-</term>: Unimportant</catDesc>
</category>
</category>
<category xml:id="A11.2">
<catDesc><term>A11.2</term>: Noticeability</catDesc>
<category xml:id="A11.2p">
<catDesc><term>A11.2+</term>: Noticeable</catDesc>
</category>
<category xml:id="A11.2n">
<catDesc><term>A11.2-</term>: Unnoticeable</catDesc>
</category>
</category>
</category>
<category xml:id="A12">
<catDesc><term>A12</term>: Easy/difficult</catDesc>
<category xml:id="A12p">
<catDesc><term>A12+</term>: Easy</catDesc>
</category>
<category xml:id="A12n">
<catDesc><term>A12-</term>: Difficult</catDesc>
</category>
</category>
<category xml:id="A13">
<catDesc><term>A13</term>: Degree</catDesc>
<category xml:id="A13.1">
<catDesc><term>A13.1</term>: Degree: Non-specific</catDesc>
</category>
<category xml:id="A13.2">
<catDesc><term>A13.2</term>: Degree: Maximizers</catDesc>
</category>
<category xml:id="A13.3">
<catDesc><term>A13.3</term>: Degree: Boosters</catDesc>
</category>
<category xml:id="A13.4">
<catDesc><term>A13.4</term>: Degree: Approximators</catDesc>
</category>
<category xml:id="A13.5">
<catDesc><term>A13.5</term>: Degree: Compromisers</catDesc>
</category>
<category xml:id="A13.6">
<catDesc><term>A13.6</term>: Degree: Diminishers</catDesc>
</category>
<category xml:id="A13.7">
<catDesc><term>A13.7</term>: Degree: Minimizers</catDesc>
</category>
</category>
<category xml:id="A14">
<catDesc><term>A14</term>: Exclusivizers/particularizers</catDesc>
</category>
<category xml:id="A15">
<catDesc><term>A15</term>: Safety/Danger</catDesc>
<category xml:id="A15p">
<catDesc><term>A15+</term>: Safe</catDesc>
</category>
<category xml:id="A15n">
<catDesc><term>A15-</term>: Danger</catDesc>
</category>
</category>
<category xml:id="B1">
<catDesc><term>B1</term>: Anatomy and physiology</catDesc>
</category>
<category xml:id="B2">
<catDesc><term>B2</term>: Health and disease</catDesc>
<category xml:id="B2p">
<catDesc><term>B2+</term>: Healthy</catDesc>
</category>
<category xml:id="B2n">
<catDesc><term>B2-</term>: Disease</catDesc>
</category>
</category>
<category xml:id="B3">
<catDesc><term>B3</term>: Medicines and medical treatment</catDesc>
<category xml:id="B3n">
<catDesc><term>B3-</term>: Without medical treatment</catDesc>
</category>
</category>
<category xml:id="B4">
<catDesc><term>B4</term>: Cleaning and personal care</catDesc>
<category xml:id="B4p">
<catDesc><term>B4+</term>: Clean</catDesc>
</category>
<category xml:id="B4n">
<catDesc><term>B4-</term>: Dirty</catDesc>
</category>
</category>
<category xml:id="B5">
<catDesc><term>B5</term>: Clothes and personal belongings</catDesc>
<category xml:id="B5n">
<catDesc><term>B5-</term>: Without clothes</catDesc>
</category>
</category>
<category xml:id="C1">
<catDesc><term>C1</term>: Arts and crafts</catDesc>
</category>
<category xml:id="E1">
<catDesc><term>E1</term>: Emotional Actions, States And Processes General</catDesc>
<category xml:id="E1p">
<catDesc><term>E1+</term>: Emotional</catDesc>
</category>
<category xml:id="E1n">
<catDesc><term>E1-</term>: Unemotional</catDesc>
</category>
</category>
<category xml:id="E2">
<catDesc><term>E2</term>: Liking</catDesc>
<category xml:id="E2p">
<catDesc><term>E2+</term>: Like</catDesc>
</category>
<category xml:id="E2n">
<catDesc><term>E2-</term>: Dislike</catDesc>
</category>
</category>
<category xml:id="E3">
<catDesc><term>E3</term>: Calm/Violent/Angry</catDesc>
<category xml:id="E3p">
<catDesc><term>E3+</term>: Calm</catDesc>
</category>
<category xml:id="E3n">
<catDesc><term>E3-</term>: Violent/Angry</catDesc>
</category>
</category>
<category xml:id="E4">
<catDesc><term>E4</term>: Happiness and Contentment</catDesc>
<category xml:id="E4.1">
<catDesc><term>E4.1</term>: Happy/sad</catDesc>
<category xml:id="E4.1p">
<catDesc><term>E4.1+</term>: Happy</catDesc>
</category>
<category xml:id="E4.1n">
<catDesc><term>E4.1-</term>: Sad</catDesc>
</category>
</category>
<category xml:id="E4.2">
<catDesc><term>E4.2</term>: Contentment</catDesc>
<category xml:id="E4.2p">
<catDesc><term>E4.2+</term>: Content</catDesc>
</category>
<category xml:id="E4.2n">
<catDesc><term>E4.2-</term>: Discontent</catDesc>
</category>
</category>
</category>
<category xml:id="E5">
<catDesc><term>E5</term>: Bravery and Fear</catDesc>
<category xml:id="E5p">
<catDesc><term>E5+</term>: Bravery</catDesc>
</category>
<category xml:id="E5n">
<catDesc><term>E5-</term>: Fear/shock</catDesc>
</category>
</category>
<category xml:id="E6">
<catDesc><term>E6</term>: Worry and confidence</catDesc>
<category xml:id="E6p">
<catDesc><term>E6+</term>: Confident</catDesc>
</category>
<category xml:id="E6n">
<catDesc><term>E6-</term>: Worry</catDesc>
</category>
</category>
<category xml:id="F1">
<catDesc><term>F1</term>: Food</catDesc>
<category xml:id="F1p">
<catDesc><term>F1+</term>: Abundance of food</catDesc>
</category>
<category xml:id="F1n">
<catDesc><term>F1-</term>: Lack of food</catDesc>
</category>
</category>
<category xml:id="F2">
<catDesc><term>F2</term>: Drinks and alcohol</catDesc>
<category xml:id="F2p">
<catDesc><term>F2+</term>: Excessive drinking</catDesc>
</category>
<category xml:id="F2n">
<catDesc><term>F2-</term>: Not drinking</catDesc>
</category>
</category>
<category xml:id="F3">
<catDesc><term>F3</term>: Smoking and non-medical drugs</catDesc>
<category xml:id="F3p">
<catDesc><term>F3+</term>: Smoking and drugs abuse</catDesc>
</category>
<category xml:id="F3n">
<catDesc><term>F3-</term>: Non-smoking / no use of drugs</catDesc>
</category>
</category>
<category xml:id="F4">
<catDesc><term>F4</term>: Farming & Horticulture</catDesc>
<category xml:id="F4n">
<catDesc><term>F4-</term>: Uncultivated</catDesc>
</category>
</category>
<category xml:id="G1">
<catDesc><term>G1</term>: Government and Politics</catDesc>
<category xml:id="G1.1">
<catDesc><term>G1.1</term>: Government</catDesc>
<category xml:id="G1.1n">
<catDesc><term>G1.1-</term>: Non-governmental</catDesc>
</category>
</category>
<category xml:id="G1.2">
<catDesc><term>G1.2</term>: Politics</catDesc>
<category xml:id="G1.2n">
<catDesc><term>G1.2-</term>: Non-political</catDesc>
</category>
</category>
</category>
<category xml:id="G2">
<catDesc><term>G2</term>: Crime, law and order</catDesc>
<category xml:id="G2.1">
<catDesc><term>G2.1</term>: Law and order</catDesc>
<category xml:id="G2.1p">
<catDesc><term>G2.1+</term>: Lawful</catDesc>
</category>
<category xml:id="G2.1n">
<catDesc><term>G2.1-</term>: Crime</catDesc>
</category>
</category>
<category xml:id="G2.2">
<catDesc><term>G2.2</term>: General ethics</catDesc>
<category xml:id="G2.2p">
<catDesc><term>G2.2+</term>: Ethical</catDesc>
</category>
<category xml:id="G2.2n">
<catDesc><term>G2.2-</term>: Unethical</catDesc>
</category>
</category>
</category>
<category xml:id="G3">
<catDesc><term>G3</term>: Warfare, defence and the army; weapons</catDesc>
<category xml:id="G3n">
<catDesc><term>G3-</term>: Anti-war</catDesc>
</category>
</category>
<category xml:id="H1">
<catDesc><term>H1</term>: Architecture, houses and buildings</catDesc>
</category>
<category xml:id="H2">
<catDesc><term>H2</term>: Parts of buildings</catDesc>
</category>
<category xml:id="H3">
<catDesc><term>H3</term>: Areas around or near houses</catDesc>
</category>
<category xml:id="H4">
<catDesc><term>H4</term>: Residence</catDesc>
<category xml:id="H4n">
<catDesc><term>H4-</term>: Non-resident</catDesc>
</category>
</category>
<category xml:id="H5">
<catDesc><term>H5</term>: Furniture and household fittings</catDesc>
<category xml:id="H5n">
<catDesc><term>H5-</term>: Unfurnished</catDesc>
</category>
</category>
<category xml:id="I1">
<catDesc><term>I1</term>: Money generally</catDesc>
<category xml:id="I1.1">
<catDesc><term>I1.1</term>: Money and pay</catDesc>
<category xml:id="I1.1p">
<catDesc><term>I1.1+</term>: Money: Affluence</catDesc>
</category>
<category xml:id="I1.1n">
<catDesc><term>I1.1-</term>: Money: Lack</catDesc>
</category>
</category>
<category xml:id="I1.2">
<catDesc><term>I1.2</term>: Money: Debts</catDesc>
<category xml:id="I1.2p">
<catDesc><term>I1.2+</term>: Spending and money loss</catDesc>
</category>
<category xml:id="I1.2n">
<catDesc><term>I1.2-</term>: Debt-free</catDesc>
</category>
</category>
<category xml:id="I1.3">
<catDesc><term>I1.3</term>: Money: Cost and price</catDesc>
<category xml:id="I1.3p">
<catDesc><term>I1.3+</term>: Expensive</catDesc>
</category>
<category xml:id="I1.3n">
<catDesc><term>I1.3-</term>: Cheap</catDesc>
</category>
</category>
</category>
<category xml:id="I2">
<catDesc><term>I2</term>: Business</catDesc>
<category xml:id="I2.1">
<catDesc><term>I2.1</term>: Business: Generally</catDesc>
<category xml:id="I2.1n">
<catDesc><term>I2.1-</term>: Non-commercial</catDesc>
</category>
</category>
<category xml:id="I2.2">
<catDesc><term>I2.2</term>: Business: Selling</catDesc>
</category>
</category>
<category xml:id="I3">
<catDesc><term>I3</term>: Work and employment</catDesc>
<category xml:id="I3.1">
<catDesc><term>I3.1</term>: Work and employment: Generally</catDesc>
<category xml:id="I3.1n">
<catDesc><term>I3.1-</term>: Unemployed</catDesc>
</category>
</category>
<category xml:id="I3.2">
<catDesc><term>I3.2</term>: Work and employment: Professionalism</catDesc>
<category xml:id="I3.2p">
<catDesc><term>I3.2+</term>: Professional</catDesc>
</category>
<category xml:id="I3.2n">
<catDesc><term>I3.2-</term>: Unprofessional</catDesc>
</category>
</category>
</category>
<category xml:id="I4">
<catDesc><term>I4</term>: Industry</catDesc>
<category xml:id="I4n">
<catDesc><term>I4-</term>: No industry</catDesc>
</category>
</category>
<category xml:id="K1">
<catDesc><term>K1</term>: Entertainment generally</catDesc>
</category>
<category xml:id="K2">
<catDesc><term>K2</term>: Music and related activities</catDesc>
</category>
<category xml:id="K3">
<catDesc><term>K3</term>: Recorded sound</catDesc>
</category>
<category xml:id="K4">
<catDesc><term>K4</term>: Drama, the theatre and show business</catDesc>
</category>
<category xml:id="K5">
<catDesc><term>K5</term>: Sports and games generally</catDesc>
<category xml:id="K5.1">
<catDesc><term>K5.1</term>: Sports</catDesc>
</category>
<category xml:id="K5.2">
<catDesc><term>K5.2</term>: Games</catDesc>
</category>
</category>
<category xml:id="K6">
<catDesc><term>K6</term>: Children's games and toys</catDesc>
</category>
<category xml:id="L1">
<catDesc><term>L1</term>: Life and living things</catDesc>
<category xml:id="L1p">
<catDesc><term>L1+</term>: Alive</catDesc>
</category>
<category xml:id="L1n">
<catDesc><term>L1-</term>: Dead</catDesc>
</category>
</category>
<category xml:id="L2">
<catDesc><term>L2</term>: Living creatures: animals, birds, etc.</catDesc>
<category xml:id="L2n">
<catDesc><term>L2-</term>: No living creatures</catDesc>
</category>
</category>
<category xml:id="L3">
<catDesc><term>L3</term>: Plants</catDesc>
<category xml:id="L3n">
<catDesc><term>L3-</term>: No plants</catDesc>
</category>
</category>
<category xml:id="M1">
<catDesc><term>M1</term>: Moving, coming and going</catDesc>
</category>
<category xml:id="M2">
<catDesc><term>M2</term>: Putting, pulling, pushing, transporting</catDesc>
</category>
<category xml:id="M3">
<catDesc><term>M3</term>: Vehicles and transport on land</catDesc>
</category>
<category xml:id="M4">
<catDesc><term>M4</term>: Sailing, swimming, etc.</catDesc>
<category xml:id="M4n">
<catDesc><term>M4-</term>: Non-swimming</catDesc>
</category>
</category>
<category xml:id="M5">
<catDesc><term>M5</term>: Flying and aircraft</catDesc>
</category>
<category xml:id="M6">
<catDesc><term>M6</term>: Location and direction</catDesc>
</category>
<category xml:id="M7">
<catDesc><term>M7</term>: Places</catDesc>
</category>
<category xml:id="M8">
<catDesc><term>M8</term>: Stationary</catDesc>
</category>
<category xml:id="N1">
<catDesc><term>N1</term>: Numbers</catDesc>
</category>
<category xml:id="N2">
<catDesc><term>N2</term>: Mathematics</catDesc>
</category>
<category xml:id="N3">
<catDesc><term>N3</term>: Measurement</catDesc>
<category xml:id="N3.1">
<catDesc><term>N3.1</term>: Measurement: General</catDesc>
</category>
<category xml:id="N3.2">
<catDesc><term>N3.2</term>: Measurement: Size</catDesc>
<category xml:id="N3.2p">
<catDesc><term>N3.2+</term>: Size: Big</catDesc>
</category>
<category xml:id="N3.2n">
<catDesc><term>N3.2-</term>: Size: Small</catDesc>
</category>
</category>
<category xml:id="N3.3">
<catDesc><term>N3.3</term>: Measurement: Distance</catDesc>
<category xml:id="N3.3p">
<catDesc><term>N3.3+</term>: Distance: Far</catDesc>
</category>
<category xml:id="N3.3n">
<catDesc><term>N3.3-</term>: Distance: Near</catDesc>
</category>
</category>
<category xml:id="N3.4">
<catDesc><term>N3.4</term>: Measurement: Volume</catDesc>
<category xml:id="N3.4p">
<catDesc><term>N3.4+</term>: Volume: Inflated</catDesc>
</category>
<category xml:id="N3.4n">
<catDesc><term>N3.4-</term>: Volume: Compressed</catDesc>
</category>
</category>
<category xml:id="N3.5">
<catDesc><term>N3.5</term>: Measurement: Weight</catDesc>
<category xml:id="N3.5p">
<catDesc><term>N3.5+</term>: Weight: Heavy</catDesc>
</category>
<category xml:id="N3.5n">
<catDesc><term>N3.5-</term>: Weight: Light</catDesc>
</category>
</category>
<category xml:id="N3.6">
<catDesc><term>N3.6</term>: Measurement: Area</catDesc>
<category xml:id="N3.6p">
<catDesc><term>N3.6+</term>: Spacious</catDesc>
</category>
</category>
<category xml:id="N3.7">
<catDesc><term>N3.7</term>: Measurement: Length & height</catDesc>
<category xml:id="N3.7p">
<catDesc><term>N3.7+</term>: Long, tall and wide</catDesc>
</category>
<category xml:id="N3.7n">
<catDesc><term>N3.7-</term>: Short and narrow</catDesc>
</category>
</category>
<category xml:id="N3.8">
<catDesc><term>N3.8</term>: Measurement: Speed</catDesc>
<category xml:id="N3.8p">
<catDesc><term>N3.8+</term>: Speed: Fast</catDesc>
</category>
<category xml:id="N3.8n">
<catDesc><term>N3.8-</term>: Speed: Slow</catDesc>
</category>
</category>
</category>
<category xml:id="N4">
<catDesc><term>N4</term>: Linear order</catDesc>
<category xml:id="N4n">
<catDesc><term>N4-</term>: Nonlinear</catDesc>
</category>
</category>
<category xml:id="N5">
<catDesc><term>N5</term>: Quantities</catDesc>
<category xml:id="N5p">
<catDesc><term>N5+</term>: Quantities: many/much</catDesc>
</category>
<category xml:id="N5n">
<catDesc><term>N5-</term>: Quantities: little</catDesc>
</category>
<category xml:id="N5.1">
<catDesc><term>N5.1</term>: Entirety; maximum</catDesc>
<category xml:id="N5.1p">
<catDesc><term>N5.1+</term>: Entire; maximum</catDesc>
</category>
<category xml:id="N5.1n">
<catDesc><term>N5.1-</term>: Part</catDesc>
</category>
</category>
<category xml:id="N5.2">
<catDesc><term>N5.2</term>: Exceeding</catDesc>
<category xml:id="N5.2p">
<catDesc><term>N5.2+</term>: Exceed; waste</catDesc>
</category>
</category>
</category>
<category xml:id="N6">
<catDesc><term>N6</term>: Frequency</catDesc>
<category xml:id="N6p">
<catDesc><term>N6+</term>: Frequent</catDesc>
</category>
<category xml:id="N6n">
<catDesc><term>N6-</term>: Infrequent</catDesc>
</category>
</category>
<category xml:id="O1">
<catDesc><term>O1</term>: Substances and materials generally</catDesc>
<category xml:id="O1.1">
<catDesc><term>O1.1</term>: Substances and materials: Solid</catDesc>
</category>
<category xml:id="O1.2">
<catDesc><term>O1.2</term>: Substances and materials: Liquid</catDesc>
<category xml:id="O1.2n">
<catDesc><term>O1.2-</term>: Dry</catDesc>
</category>
</category>
<category xml:id="O1.3">
<catDesc><term>O1.3</term>: Substances and materials: Gas</catDesc>
<category xml:id="O1.3n">
<catDesc><term>O1.3-</term>: Gasless</catDesc>
</category>
</category>
</category>
<category xml:id="O2">
<catDesc><term>O2</term>: Objects generally</catDesc>
</category>
<category xml:id="O3">
<catDesc><term>O3</term>: Electricity and electrical equipment</catDesc>
</category>
<category xml:id="O4">
<catDesc><term>O4</term>: Physical attributes</catDesc>
<category xml:id="O4.1">
<catDesc><term>O4.1</term>: General appearance and physical properties</catDesc>
</category>
<category xml:id="O4.2">
<catDesc><term>O4.2</term>: Judgement of appearance</catDesc>
<category xml:id="O4.2p">
<catDesc><term>O4.2+</term>: Judgement of appearance: Beautiful</catDesc>
</category>
<category xml:id="O4.2n">
<catDesc><term>O4.2-</term>: Judgement of appearance: Ugly</catDesc>
</category>
</category>
<category xml:id="O4.3">
<catDesc><term>O4.3</term>: Colour and colour patterns</catDesc>
</category>
<category xml:id="O4.4">
<catDesc><term>O4.4</term>: Shape</catDesc>
</category>
<category xml:id="O4.5">
<catDesc><term>O4.5</term>: Texture</catDesc>
</category>
<category xml:id="O4.6">
<catDesc><term>O4.6</term>: Temperature</catDesc>
<category xml:id="O4.6p">
<catDesc><term>O4.6+</term>: Temperature: Hot / on fire</catDesc>
</category>
<category xml:id="O4.6n">
<catDesc><term>O4.6-</term>: Temperature: Cold</catDesc>
</category>
</category>
</category>
<category xml:id="P1">
<catDesc><term>P1</term>: Education in general</catDesc>
<category xml:id="P1n">
<catDesc><term>P1-</term>: Not educated</catDesc>
</category>
</category>
<category xml:id="Q1">
<catDesc><term>Q1</term>: Linguistic Actions, States And Processes; Communication</catDesc>
<category xml:id="Q1.1">
<catDesc><term>Q1.1</term>: Linguistic Actions, States And Processes; Communication</catDesc>
</category>
<category xml:id="Q1.2">
<catDesc><term>Q1.2</term>: Paper documents and writing</catDesc>
<category xml:id="Q1.2n">
<catDesc><term>Q1.2-</term>: Unwritten</catDesc>
</category>
</category>
<category xml:id="Q1.3">
<catDesc><term>Q1.3</term>: Telecommunications</catDesc>
</category>
</category>
<category xml:id="Q2">
<catDesc><term>Q2</term>: Speech</catDesc>
<category xml:id="Q2.1">
<catDesc><term>Q2.1</term>: Speech: Communicative</catDesc>
<category xml:id="Q2.1p">
<catDesc><term>Q2.1+</term>: Speech: Talkative</catDesc>
</category>
<category xml:id="Q2.1n">
<catDesc><term>Q2.1-</term>: Speech: Not communicating</catDesc>
</category>
</category>
<category xml:id="Q2.2">
<catDesc><term>Q2.2</term>: Speech acts</catDesc>
<category xml:id="Q2.2n">
<catDesc><term>Q2.2-</term>: Speech acts: Not speaking</catDesc>
</category>
</category>
</category>
<category xml:id="Q3">
<catDesc><term>Q3</term>: Language, speech and grammar</catDesc>
<category xml:id="Q3n">
<catDesc><term>Q3-</term>: Non-verbal</catDesc>
</category>
</category>
<category xml:id="Q4">
<catDesc><term>Q4</term>: The Media</catDesc>
<category xml:id="Q4.1">
<catDesc><term>Q4.1</term>: The Media: Books</catDesc>
</category>
<category xml:id="Q4.2">
<catDesc><term>Q4.2</term>: The Media: Newspapers etc.</catDesc>
</category>
<category xml:id="Q4.3">
<catDesc><term>Q4.3</term>: The Media: TV, Radio and Cinema</catDesc>
</category>
</category>
<category xml:id="S1">
<catDesc><term>S1</term>: Social Actions, States And Processes</catDesc>
<category xml:id="S1.1">
<catDesc><term>S1.1</term>: Social Actions, States And Processes</catDesc>
<category xml:id="S1.1.1">
<catDesc><term>S1.1.1</term>: Social Actions, States And Processes</catDesc>
</category>
<category xml:id="S1.1.2">
<catDesc><term>S1.1.2</term>: Reciprocity</catDesc>
<category xml:id="S1.1.2p">
<catDesc><term>S1.1.2+</term>: Reciprocal</catDesc>
</category>
<category xml:id="S1.1.2n">
<catDesc><term>S1.1.2-</term>: Unilateral</catDesc>
</category>
</category>
<category xml:id="S1.1.3">
<catDesc><term>S1.1.3</term>: Participation</catDesc>
<category xml:id="S1.1.3p">
<catDesc><term>S1.1.3+</term>: Participating</catDesc>
</category>
<category xml:id="S1.1.3n">
<catDesc><term>S1.1.3-</term>: Non-participating</catDesc>
</category>
</category>
<category xml:id="S1.1.4">
<catDesc><term>S1.1.4</term>: Deserve</catDesc>
<category xml:id="S1.1.4p">
<catDesc><term>S1.1.4+</term>: Deserving</catDesc>
</category>
<category xml:id="S1.1.4n">
<catDesc><term>S1.1.4-</term>: Undeserving</catDesc>
</category>
</category>
</category>
<category xml:id="S1.2">
<catDesc><term>S1.2</term>: Personality traits</catDesc>
<category xml:id="S1.2.1">
<catDesc><term>S1.2.1</term>: Approachability and Friendliness</catDesc>
<category xml:id="S1.2.1p">
<catDesc><term>S1.2.1+</term>: Informal/Friendly</catDesc>
</category>
<category xml:id="S1.2.1n">
<catDesc><term>S1.2.1-</term>: Formal/Unfriendly</catDesc>
</category>
</category>
<category xml:id="S1.2.2">
<catDesc><term>S1.2.2</term>: Avarice</catDesc>
<category xml:id="S1.2.2p">
<catDesc><term>S1.2.2+</term>: Greedy</catDesc>
</category>
<category xml:id="S1.2.2n">
<catDesc><term>S1.2.2-</term>: Generous</catDesc>
</category>
</category>
<category xml:id="S1.2.3">
<catDesc><term>S1.2.3</term>: Egoism</catDesc>
<category xml:id="S1.2.3p">
<catDesc><term>S1.2.3+</term>: Selfish</catDesc>
</category>
<category xml:id="S1.2.3n">
<catDesc><term>S1.2.3-</term>: Unselfish</catDesc>
</category>
</category>
<category xml:id="S1.2.4">
<catDesc><term>S1.2.4</term>: Politeness</catDesc>
<category xml:id="S1.2.4p">
<catDesc><term>S1.2.4+</term>: Polite</catDesc>
</category>
<category xml:id="S1.2.4n">
<catDesc><term>S1.2.4-</term>: Impolite</catDesc>
</category>
</category>
<category xml:id="S1.2.5">
<catDesc><term>S1.2.5</term>: Toughness; strong/weak</catDesc>
<category xml:id="S1.2.5p">
<catDesc><term>S1.2.5+</term>: Tough/strong</catDesc>
</category>
<category xml:id="S1.2.5n">
<catDesc><term>S1.2.5-</term>: Weak</catDesc>
</category>
</category>
<category xml:id="S1.2.6">
<catDesc><term>S1.2.6</term>: Common sense</catDesc>
<category xml:id="S1.2.6p">
<catDesc><term>S1.2.6+</term>: Sensible</catDesc>
</category>
<category xml:id="S1.2.6n">
<catDesc><term>S1.2.6-</term>: Foolish</catDesc>
</category>
</category>
</category>
</category>
<category xml:id="S2">
<catDesc><term>S2</term>: People</catDesc>
<category xml:id="S2n">
<catDesc><term>S2-</term>: No people</catDesc>
</category>
<category xml:id="S2.1">
<catDesc><term>S2.1</term>: People: Female</catDesc>
<category xml:id="S2.1n">
<catDesc><term>S2.1-</term>: Not feminine</catDesc>
</category>
</category>
<category xml:id="S2.2">
<catDesc><term>S2.2</term>: People: Male</catDesc>
</category>
</category>
<category xml:id="S3">
<catDesc><term>S3</term>: Relationship</catDesc>
<category xml:id="S3.1">
<catDesc><term>S3.1</term>: Personal relationship: General</catDesc>
<category xml:id="S3.1n">
<catDesc><term>S3.1-</term>: No personal relationship</catDesc>
</category>
</category>
<category xml:id="S3.2">
<catDesc><term>S3.2</term>: Relationship: Intimacy and sex</catDesc>
<category xml:id="S3.2p">
<catDesc><term>S3.2+</term>: Relationship: Sexual</catDesc>
</category>
<category xml:id="S3.2n">
<catDesc><term>S3.2-</term>: Relationship: Asexual</catDesc>
</category>
</category>
</category>
<category xml:id="S4">
<catDesc><term>S4</term>: Kin</catDesc>
<category xml:id="S4n">
<catDesc><term>S4-</term>: No kin</catDesc>
</category>
</category>
<category xml:id="S5">