Filter the WALS dataset down to a subset by a logical condition.

filter_WALS(expr, data = WALS)

Arguments

expr

Logical expression, must evaluate to a Boolean

data

Optionally, a data frame (e.g. any subset of WALS)

Value

A portion of the WALS data frame

Details

The expr argument should refer to columns in the WALS data frame.

See also

See WALS for a description of the columns of the returned data frame.

Examples

# Get the subset of WALS pertaining to Afro-Asiatic languages: filter_WALS(family=="Afro-Asiatic")
#> combined_ID feature_ID #> 164 1A-hba 1A #> 215 1A-kul 1A #> 237 1A-ker 1A #> 244 1A-diz 1A #> 269 1A-tug 1A #> 350 1A-bej 1A #> 359 1A-hmr 1A #> 382 1A-som 1A #> 389 1A-knk 1A #> 395 1A-kef 1A #> 400 1A-dnw 1A #> 404 1A-nap 1A #> 419 1A-lam 1A #> 429 1A-orh 1A #> 448 1A-mrg 1A #> 450 1A-irq 1A #> 457 1A-awn 1A #> 461 1A-soq 1A #> 462 1A-hau 1A #> 464 1A-amh 1A #> 471 1A-ktk 1A #> 479 1A-aeg 1A #> 490 1A-bma 1A #> 497 1A-tgr 1A #> 498 1A-anc 1A #> 511 1A-ngz 1A #> 517 1A-ter 1A #> 538 1A-dah 1A #> 572 10A-tmk 10A #> 672 10A-ktk 10A #> 690 10A-pod 10A #> 692 10A-aeg 10A #> 705 10A-hrs 10A #> 709 10A-lam 10A #> 720 10A-ban 10A #> 724 10A-irq 10A #> 742 10A-heb 10A #> 747 10A-kem 10A #> 761 10A-orh 10A #> 774 10A-hau 10A #> 789 10A-bma 10A #> 822 10B-lam 10B #> 823 10B-ktk 10B #> 825 10B-pod 10B #> 826 10B-ban 10B #> 884 100A-gud 100A #> 911 100A-mle 100A #> 922 100A-hau 100A #> 931 100A-hmr 100A #> 961 100A-heb 100A #> 973 100A-lel 100A #> 974 100A-bln 100A #> 985 100A-ker 100A #> 994 100A-mup 100A #> 997 100A-cop 100A #> 1007 100A-brn 100A #> 1008 100A-irq 100A #> 1009 100A-amh 100A #> 1020 100A-orh 100A #> 1073 100A-aeg 100A #> 1076 100A-bma 100A #> 1080 100A-diz 100A #> 1134 100A-bej 100A #> 1264 101A-gud 101A #> 1277 101A-mup 101A #> 1311 101A-aeg 101A #> 1317 101A-uld 101A #> 1318 101A-irq 101A #> 1382 101A-dim 101A #> 1386 101A-bma 101A #> 1403 101A-bfg 101A #> 1421 101A-zay 101A #> 1432 101A-sid 101A #> 1451 101A-bej 101A #> 1461 101A-orh 101A #> 1471 101A-naj 101A #> 1478 101A-cld 101A #> 1482 101A-asy 101A #> 1496 101A-meh 101A #> 1521 101A-chh 101A #> 1542 101A-brf 101A #> 1557 101A-amr 101A #> 1576 101A-amh 101A #> 1594 101A-tsk 101A #> 1595 101A-bln 101A #> 1610 101A-aar 101A #> 1656 101A-arq 101A #> 1684 101A-arg 101A #> 1713 101A-tgh 101A #> 1726 101A-tgr 101A #> 1780 101A-gim 101A #> 1788 101A-hau 101A #> 1789 101A-brn 101A #> 1792 101A-mof 101A #> 1803 101A-ngz 101A #> 1807 101A-miy 101A #> 1810 101A-ron 101A #> 1819 101A-mbr 101A #> 1832 101A-mgu 101A #> 1839 101A-lel 101A #> 1840 101A-som 101A #> 1879 101A-goe 101A #> 1893 101A-mas 101A #> 1908 101A-dha 101A #> 1915 101A-bid 101A #> 1918 101A-heb 101A #> 1920 101A-bud 101A #> 1935 101A-mlg 101A #> 1941 102A-gud 102A #> 1971 102A-hmr 102A #> 2002 102A-hau 102A #> 2023 102A-cop 102A #> 2037 102A-orh 102A #> 2045 102A-brn 102A #> 2050 102A-irq 102A #> 2073 102A-heb 102A #> 2092 102A-diz 102A #> 2096 102A-ker 102A #> 2098 102A-mup 102A #> 2133 102A-aeg 102A #> 2147 102A-bln 102A #> 2247 102A-bej 102A #> 2296 102A-bma 102A #> 2298 102A-lel 102A #> 2304 102A-amh 102A #> 2344 103A-ker 103A #> 2366 103A-mle 103A #> 2372 103A-hmr 103A #> 2378 103A-gud 103A #> 2397 103A-hau 103A #> 2399 103A-mup 103A #> 2422 103A-lel 103A #> 2453 103A-bej 103A #> 2459 103A-amh 103A #> 2463 103A-bma 103A #> 2511 103A-brn 103A #> 2512 103A-cop 103A #> 2539 103A-irq 103A #> 2551 103A-diz 103A #> 2571 103A-bln 103A #> 2599 103A-orh 103A #> 2625 103A-aeg 103A #> 2657 103A-heb 103A #> 2705 104A-diz 104A #> 2720 104A-gud 104A #> 2739 104A-ker 104A #> 2743 104A-orh 104A #> 2748 104A-heb 104A #> 2758 104A-brn 104A #> 2788 104A-mle 104A #> 2793 104A-cop 104A #> 2805 104A-mup 104A #> 2873 104A-hau 104A #> 2875 104A-hmr 104A #> 2882 104A-irq 104A #> 2899 104A-bln 104A #> 2930 104A-bma 104A #> 2935 104A-bej 104A #> 2950 104A-aeg 104A #> 2976 104A-amh 104A #> 3052 104A-lel 104A #> 3089 105A-ron 105A #> 3096 105A-per 105A #> 3108 105A-gam 105A #> 3113 105A-mgu 105A #> 3147 105A-kem 105A #> 3158 105A-mup 105A #> 3163 105A-mlt 105A #> 3168 105A-qaf 105A #> 3187 105A-bma 105A #> 3190 105A-gdf 105A #> 3192 105A-dug 105A #> 3194 105A-cop 105A #> 3206 105A-zay 105A #> 3207 105A-heb 105A #> 3217 105A-bfg 105A #> 3221 105A-ker 105A #> 3223 105A-mle 105A #> 3224 105A-tig 105A #> 3253 105A-irq 105A #> 3259 105A-orh 105A #> 3271 105A-miy 105A #> 3275 105A-dah 105A #> 3285 105A-amh 105A #> 3290 105A-hdi 105A #> 3339 105A-lel 105A #> 3354 105A-som 105A #> 3410 105A-hau 105A #> 3447 105A-aeg 105A #> 3472 106A-anc 106A #> 3495 106A-orh 106A #> 3505 106A-hau 106A #> 3552 106A-bma 106A #> 3561 106A-aeg 106A #> 3583 106A-heb 106A #> 3610 106A-gim 106A #> 3636 107A-bln 107A #> 3646 107A-diz 107A #> 3692 107A-mle 107A #> 3693 107A-amh 107A #> 3694 107A-aeg 107A #> 3714 107A-hau 107A #> 3716 107A-bma 107A #> 3752 107A-bej 107A #> 3766 107A-cop 107A #> 3769 107A-heb 107A #> 3770 107A-hmr 107A #> 3776 107A-irq 107A #> 3870 107A-lel 107A #> 3900 107A-mup 107A #> 3916 107A-ker 107A #> 3966 107A-orh 107A #> 3969 107A-brn 107A #> 3994 107A-gud 107A #> 4062 108A-heb 108A #> 4071 108A-bma 108A #> 4107 108A-hau 108A #> 4129 108A-qaf 108A #> 4143 108A-aeg 108A #> 4162 108A-bej 108A #> 4174 108A-chh 108A #> 4176 108A-irq 108A #> 4178 108A-orh 108A #> 4260 108B-heb 108B #> 4263 108B-irq 108B #> 4264 108B-orh 108B #> 4268 108B-chh 108B #> 4285 108B-qaf 108B #> 4358 108B-bma 108B #> 4369 108B-hau 108B #> 4379 108B-aeg 108B #> 4380 108B-bej 108B #> 4390 109A-qaf 109A #> 4401 109A-chh 109A #> 4447 109A-hau 109A #> 4480 109A-heb 109A #> 4484 109A-orh 109A #> 4486 109A-irq 109A #> 4515 109A-aeg 109A #> 4524 109A-bma 109A #> 4598 109B-hau 109B #> 4613 109B-qaf 109B #> 4639 109B-chh 109B #> 4663 109B-aeg 109B #> 4685 109B-bma 109B #> 4714 109B-irq 109B #> 4729 109B-orh 109B #> 4746 109B-heb 109B #> 4763 11A-lam 11A #> 4789 11A-tgr 11A #> 4799 11A-hau 11A #> 4806 11A-bma 11A #> 4811 11A-ngz 11A #> 4817 11A-ker 11A #> 4829 11A-anc 11A #> 4833 11A-awn 11A #> 4848 11A-som 11A #> 4860 11A-ter 11A #> 4930 11A-knk 11A #> 4948 11A-soq 11A #> 4964 11A-tas 11A #> 4966 11A-dnw 11A #> 4992 11A-diz 11A #> 5029 11A-hba 11A #> 5037 11A-nap 11A #> 5075 11A-bej 11A #> 5081 11A-tug 11A #> 5082 11A-kul 11A #> 5095 11A-aeg 11A #> 5103 11A-mrg 11A #> 5111 11A-dah 11A #> 5131 11A-amh 11A #> 5137 11A-hmr 11A #> 5139 11A-ktk 11A #> 5193 11A-kef 11A #> 5243 11A-irq 11A #> 5266 11A-orh 11A #> 5311 110A-hau 110A #> 5385 110A-awn 110A #> 5386 110A-heb 110A #> 5395 110A-orh 110A #> 5412 110A-aeg 110A #> 5452 111A-orw 111A #> 5460 111A-tas 111A #> 5469 111A-awn 111A #> 5479 111A-amh 111A #> 5503 111A-kem 111A #> 5530 111A-bej 111A #> 5544 111A-irq 111A #> 5575 111A-cld 111A #> 5588 111A-heb 111A #> 5608 111A-bma 111A #> 5622 111A-hau 111A #> 5675 111A-orh 111A #> 5679 111A-aeg 111A #> 5747 112A-tan 112A #> 5806 112A-wly 112A #> 5829 112A-dim 112A #> 5850 112A-aar 112A #> 5855 112A-gim 112A #> 5875 112A-bej 112A #> 5884 112A-kem 112A #> 5903 112A-sod 112A #> 5918 112A-tgr 112A #> 5921 112A-bln 112A #> 5937 112A-brn 112A #> 5958 112A-chh 112A #> 5975 112A-mlg 112A #> 5983 112A-cop 112A #> 5984 112A-zay 112A #> 5985 112A-arq 112A #> 6131 112A-irq 112A #> 6133 112A-bud 112A #> 6137 112A-tsk 112A #> 6138 112A-lag 112A #> 6179 112A-tgh 112A #> 6184 112A-bfg 112A #> 6204 112A-uld 112A #> 6213 112A-arg 112A #> 6217 112A-meh 112A #> 6218 112A-mas 112A #> 6247 112A-bma 112A #> 6289 112A-heb 112A #> 6301 112A-arj 112A #> 6302 112A-gud 112A #> 6310 112A-asy 112A #> 6342 112A-paa 112A #> 6385 112A-mrg 112A #> 6410 112A-aeg 112A #> 6415 112A-som 112A #> 6445 112A-mgu 112A #> 6448 112A-pod 112A #> 6458 112A-sid 112A #> 6462 112A-brf 112A #> 6465 112A-hau 112A #> 6489 112A-lel 112A #> 6510 112A-mda 112A #> 6514 112A-ngz 112A #> 6539 112A-ter 112A #> 6568 112A-naj 112A #> 6571 112A-ker 112A #> 6582 112A-lmg 112A #> 6628 112A-hna 112A #> 6699 112A-goe 112A #> 6707 112A-mup 112A #> 6716 112A-anc 112A #> 6772 112A-tas 112A #> 6790 112A-bid 112A #> 6795 112A-tig 112A #> 6799 112A-amh 112A #> 6824 112A-dha 112A #> 6836 112A-orw 112A #> 6848 112A-amr 112A #> 6849 112A-knk 112A #> 6857 112A-per 112A #> 6867 112A-hdi 112A #> 6868 112A-miy 112A #> 6881 112A-orh 112A #> 6890 112A-kbl 112A #> 6932 113A-mas 113A #> 6967 113A-aeg 113A #> 7009 113A-bma 113A #> 7021 113A-irq 113A #> 7028 113A-kem 113A #> 7033 113A-som 113A #> 7066 113A-bej 113A #> 7069 113A-hau 113A #> 7109 113A-miy 113A #> 7115 113A-ker 113A #> 7147 113A-ter 113A #> 7179 113A-heb 113A #> 7184 113A-orh 113A #> 7217 114A-heb 114A #> 7225 114A-irq 114A #> 7254 114A-hau 114A #> 7260 114A-ker 114A #> 7292 114A-miy 114A #> 7293 114A-ter 114A #> 7317 114A-kem 114A #> 7347 114A-bma 114A #> 7350 114A-som 114A #> 7355 114A-orh 114A #> 7358 114A-bej 114A #> 7431 114A-aeg 114A #> 7476 114A-mas 114A #> 7492 115A-bma 115A #> 7505 115A-hau 115A #> 7507 115A-som 115A #> 7513 115A-aeg 115A #> 7529 115A-cop 115A #> 7547 115A-miy 115A #> 7571 115A-lel 115A #> 7579 115A-mgu 115A #> 7587 115A-ker 115A #> 7615 115A-mle 115A #> 7616 115A-heb 115A #> 7631 115A-orh 115A #> 7648 115A-bud 115A #> 7671 115A-mlg 115A #> 7673 115A-mlt 115A #> 7688 115A-irq 115A #> 7726 116A-lel 116A #> 7728 116A-cop 116A #> 7730 116A-miy 116A #> 7735 116A-heb 116A #> 7800 116A-anc 116A #> 7806 116A-knk 116A #> 7830 116A-som 116A #> 7847 116A-ams 116A #> 7856 116A-tsk 116A #> 7863 116A-mup 116A #> 7895 116A-bud 116A #> 7904 116A-brf 116A #> 7919 116A-lag 116A #> 7933 116A-bma 116A #> 7946 116A-bfg 116A #> 7951 116A-amr 116A #> 7968 116A-uld 116A #> 7971 116A-goe 116A #> 7997 116A-ter 116A #> 8005 116A-tgh 116A #> 8012 116A-chh 116A #> 8014 116A-ron 116A #> 8022 116A-hdi 116A #> 8031 116A-mrg 116A #> 8058 116A-ker 116A #> 8080 116A-mgu 116A #> 8093 116A-pod 116A #> 8110 116A-asy 116A #> 8125 116A-per 116A #> 8140 116A-aeg 116A #> 8176 116A-mas 116A #> 8177 116A-mbr 116A #> 8196 116A-hna 116A #> 8197 116A-gud 116A #> 8217 116A-lmg 116A #> 8246 116A-hau 116A #> 8282 116A-aar 116A #> 8292 116A-bln 116A #> 8293 116A-brn 116A #> 8322 116A-dim 116A #> 8323 116A-irq 116A #> 8375 116A-kem 116A #> 8384 116A-wly 116A #> 8388 116A-gim 116A #> 8440 116A-bej 116A #> 8455 116A-amh 116A #> 8458 116A-tas 116A #> 8475 116A-zay 116A #> 8479 116A-sid 116A #> 8526 116A-tai 116A #> 8532 116A-dha 116A #> 8534 116A-naj 116A #> 8538 116A-orh 116A #> 8556 116A-arg 116A #> 8590 116A-ngz 116A #> 8600 116A-paa 116A #> 8634 116A-kbl 116A #> 8643 116A-mlg 116A #> 8646 116A-meh 116A #> 8666 117A-bln 117A #> 8674 117A-aeg 117A #> 8676 117A-tug 117A #> 8677 117A-tas 117A #> 8678 117A-mlt 117A #> 8681 117A-heb 117A #> 8682 117A-amh 117A #> 8686 117A-cop 117A #> 8696 117A-kbl 117A #> 8706 117A-bej 117A #> 8769 117A-ter 117A #> 8777 117A-hau 117A #> 8781 117A-mup 117A #> 8799 117A-som 117A #> 8803 117A-mrg 117A #> 8853 117A-orh 117A #> 8919 118A-tas 118A #> 8994 118A-tug 118A #> 9029 118A-bma 118A #> 9041 118A-heb 118A #> 9078 118A-aeg 118A #> 9089 118A-tgr 118A #> 9092 118A-knk 118A #> 9099 118A-hau 118A #> 9100 118A-mlt 118A #> 9106 118A-amh 118A #> 9119 118A-ngz 118A #> 9131 118A-amr 118A #> 9190 118A-bej 118A #> 9191 118A-brj 118A #> 9196 118A-gud 118A #> 9210 118A-hmr 118A #> 9221 118A-kbl 118A #> 9222 118A-diz 118A #> 9236 118A-dab 118A #> 9242 118A-som 118A #> 9243 118A-mrg 118A #> 9245 118A-orh 118A #> 9246 118A-irq 118A #> 9256 118A-bln 118A #> 9265 118A-cop 118A #> 9301 119A-diz 119A #> 9303 119A-brj 119A #> 9321 119A-kbl 119A #> 9323 119A-tas 119A #> 9348 119A-som 119A #> 9353 119A-irq 119A #> 9371 119A-hau 119A #> 9377 119A-knk 119A #> 9392 119A-bma 119A #> 9399 119A-dab 119A #> 9428 119A-gud 119A #> 9434 119A-cop 119A #> 9438 119A-hmr 119A #> 9453 119A-ngz 119A #> 9510 119A-tug 119A #> 9511 119A-mrg 119A #> 9549 119A-amr 119A #> 9567 119A-aeg 119A #> 9570 119A-bej 119A #> 9576 119A-amh 119A #> 9593 119A-orh 119A #> 9594 119A-heb 119A #> 9598 119A-mlt 119A #> 9608 119A-tgr 119A #> 9620 119A-bln 119A #> 9729 12A-irq 12A #> 9731 12A-tgr 12A #> 9742 12A-kul 12A #> 9757 12A-awn 12A #> 9766 12A-ter 12A #> 9770 12A-ngz 12A #> 9788 12A-hmr 12A #> 9851 12A-som 12A #> 9886 12A-orh 12A #> 9937 12A-amh 12A #> 9948 12A-knk 12A #> 9949 12A-ker 12A #> 9959 12A-dnw 12A #> 9980 12A-hau 12A #> 9992 12A-kef 12A #> 10010 12A-bma 12A #> 10014 12A-ktk 12A #> 10017 12A-diz 12A #> 10023 12A-anc 12A #> 10026 12A-bej 12A #> 10054 12A-soq 12A #> 10071 12A-tas 12A #> 10072 12A-nap 12A #> 10076 12A-aeg 12A #> 10119 12A-hba 12A #> 10138 12A-tug 12A #> 10154 120A-hau 120A #> 10182 120A-bej 120A #> 10199 120A-tgr 120A #> 10216 120A-hmr 120A #> 10250 120A-bln 120A #> 10254 120A-knk 120A #> 10304 120A-amh 120A #> 10324 120A-kbl 120A #> 10331 120A-ngz 120A #> 10362 120A-brj 120A #> 10385 120A-orh 120A #> 10393 120A-aeg 120A #> 10397 120A-som 120A #> 10409 120A-tas 120A #> 10414 120A-cop 120A #> 10416 120A-mrg 120A #> 10439 120A-gud 120A #> 10454 120A-heb 120A #> 10466 120A-dab 120A #> 10491 120A-bma 120A #> 10504 120A-tug 120A #> 10510 120A-irq 120A #> 10512 120A-diz 120A #> 10515 120A-amr 120A #> 10531 120A-mlt 120A #> 10545 121A-bln 121A #> 10547 121A-kbl 121A #> 10554 121A-heb 121A #> 10562 121A-ams 121A #> 10568 121A-amr 121A #> 10572 121A-amh 121A #> 10575 121A-mlt 121A #> 10583 121A-arg 121A #> 10586 121A-bma 121A #> 10590 121A-tug 121A #> 10596 121A-kem 121A #> 10634 121A-mrg 121A #> 10637 121A-hau 121A #> 10742 122A-lel 122A #> 10766 122A-orh 122A #> 10773 122A-kjr 122A #> 10782 122A-heb 122A #> 10791 122A-aeg 122A #> 10793 122A-blq 122A #> 10797 122A-bma 122A #> 10814 122A-kul 122A #> 10815 122A-mle 122A #> 10820 122A-gdr 122A #> 10822 122A-hau 122A #> 10838 122A-giz 122A #> 10848 122A-per 122A #> 10865 122A-miy 122A #> 10903 123A-miy 123A #> 10904 123A-heb 123A #> 10905 123A-aeg 123A #> 10908 123A-hau 123A #> 10909 123A-blq 123A #> 10933 123A-per 123A #> 10950 123A-orh 123A #> 10951 123A-mle 123A #> 10956 123A-bma 123A #> 10994 124A-lel 124A #> 11005 124A-heb 124A #> 11021 124A-cop 124A #> 11028 124A-kem 124A #> 11037 124A-mle 124A #> 11038 124A-irq 124A #> 11042 124A-mup 124A #> 11051 124A-dha 124A #> 11109 124A-ker 124A #> 11129 124A-aeg 124A #> 11131 124A-hau 124A #> 11133 124A-bma 124A #> 11134 124A-som 124A #> 11152 124A-meh 124A #> 11155 124A-qaf 124A #> 11178 124A-bud 124A #> 11183 124A-soq 124A #> 11198 124A-per 124A #> 11203 124A-miy 124A #> 11206 124A-orh 124A #> 11288 125A-som 125A #> 11304 125A-heb 125A #> 11309 125A-bma 125A #> 11311 125A-arg 125A #> 11350 125A-hau 125A #> 11353 125A-irq 125A #> 11372 125A-orh 125A #> 11392 125A-miy 125A #> 11393 125A-per 125A #> 11431 125A-gim 125A #> 11446 126A-orh 126A #> 11461 126A-heb 126A #> 11477 126A-miy 126A #> 11492 126A-per 126A #> 11510 126A-som 126A #> 11516 126A-hau 126A #> 11523 126A-bma 126A #> 11532 126A-arg 126A #> 11560 126A-gim 126A #> 11562 126A-irq 126A #> 11631 127A-heb 127A #> 11640 127A-hau 127A #> 11641 127A-per 127A #> 11659 127A-som 127A #> 11679 127A-orh 127A #> 11691 127A-miy 127A #> 11701 127A-arg 127A #> 11726 127A-bma 127A #> 11761 127A-irq 127A #> 11767 127A-gim 127A #> 11783 128A-heb 128A #> 11810 128A-per 128A #> 11816 128A-orb 128A #> 11829 128A-miy 128A #> 11887 128A-gim 128A #> 11893 128A-mup 128A #> 11901 128A-arg 128A #> 11903 128A-bma 128A #> 11933 129A-amh 129A #> 11953 129A-mup 129A #> 12020 129A-ngz 129A #> 12050 129A-hau 129A #> 12066 129A-amr 129A #> 12077 129A-per 129A #> 12136 129A-tbe 129A #> 12207 129A-moc 129A #> 12240 129A-owc 129A #> 12497 129A-heb 129A #> 12536 13A-soq 13A #> 12547 13A-bma 13A #> 12555 13A-tas 13A #> 12628 13A-nap 13A #> 12639 13A-tug 13A #> 12643 13A-tgr 13A #> 12655 13A-aeg 13A #> 12750 13A-amh 13A #> 12756 13A-hba 13A #> 12865 13A-hmr 13A #> 12872 13A-hau 13A #> 12876 13A-kul 13A #> 12885 13A-mrg 13A #> 12892 13A-ngz 13A #> 12906 13A-kef 13A #> 12911 13A-knk 13A #> 12912 13A-dah 13A #> 12917 13A-dnw 13A #> 12937 13A-awn 13A #> 12949 13A-irq 13A #> 12952 13A-som 13A #> 12955 13A-bej 13A #> 12958 13A-ktk 13A #> 12981 13A-anc 13A #> 12982 13A-lam 13A #> 12990 13A-ter 13A #> 13014 13A-diz 13A #> 13050 13A-orh 13A #> 13061 13A-ker 13A #> 13100 130A-ngz 130A #> 13139 130A-per 130A #> 13156 130A-amr 130A #> 13198 130A-owc 130A #> 13202 130A-hau 130A #> 13230 130A-moc 130A #> 13369 130A-heb 130A #> 13379 130A-amh 130A #> 13432 130A-tbe 130A #> 13503 130A-kul 130A #> 13530 130A-mup 130A #> 13724 130B-ngz 130B #> 13735 131A-hau 131A #> 13737 131A-bma 131A #> 13766 131A-amh 131A #> 13774 131A-tug 131A #> 13797 131A-aeg 131A #> 13802 131A-orh 131A #> 13849 131A-heb 131A #> 13850 131A-irq 131A #> 13944 132A-lel 132A #> 14039 132A-arl 132A #> 14053 133A-lel 133A #> 14153 133A-arl 133A #> 14167 134A-arl 134A #> 14276 134A-lel 134A #> 14288 135A-arl 135A #> 14396 135A-lel 135A #> 14417 136A-heb 136A #> 14425 136A-diz 136A #> 14431 136A-orh 136A #> 14435 136A-aeg 136A #> 14476 136A-bma 136A #> 14524 136A-bej 136A #> 14558 136A-amh 136A #> 14568 136A-hau 136A #> 14645 136B-diz 136B #> 14678 136B-hau 136B #> 14703 136B-amh 136B #> 14719 136B-aeg 136B #> 14743 136B-orh 136B #> 14751 136B-bej 136B #> 14760 136B-heb 136B #> 14764 136B-bma 136B #> 14879 137A-diz 137A #> 14931 137A-orh 137A #> 14945 137A-heb 137A #> 14961 137A-amh 137A #> 14974 137A-bej 137A #> 15023 137A-aeg 137A #> 15045 137A-hau 137A #> 15088 137A-bma 137A #> 15120 137B-orh 137B #> 15132 137B-bej 137B #> 15136 137B-amh 137B #> 15149 137B-diz 137B #> 15161 137B-hau 137B #> 15185 137B-aeg 137B #> 15211 137B-heb 137B #> 15317 137B-bma 137B #> 15324 138A-amh 138A #> 15327 138A-orh 138A #> 15346 138A-brj 138A #> 15361 138A-dah 138A #> 15362 138A-som 138A #> 15380 138A-aeg 138A #> 15392 138A-qaf 138A #> 15404 138A-hau 138A #> 15418 138A-ssh 138A #> 15422 138A-owc 138A #> 15425 138A-yms 138A #> 15478 138A-mlt 138A #> 15495 138A-heb 138A #> 15523 138A-ren 138A #> 15541 138A-bma 138A #> 15546 138A-kbl 138A #> 15589 14A-bej 14A #> 15593 14A-irq 14A #> 15598 14A-arv 14A #> 15614 14A-asy 14A #> 15617 14A-ael 14A #> 15629 14A-ker 14A #> 15641 14A-abe 14A #> 15691 14A-aeg 14A #> 15697 14A-sao 14A #> 15717 14A-arg 14A #> 15725 14A-ahs 14A #> 15726 14A-mlt 14A #> 15746 14A-arh 14A #> 15749 14A-arl 14A #> 15753 14A-gor 14A #> 15786 14A-apa 14A #> 15956 14A-naj 14A #> 16005 14A-nsy 14A #> 16055 14A-bma 14A #> 16057 14A-tas 14A #> 16058 14A-heb 14A #> 16135 142A-abh 142A #> 16136 142A-heb 142A #> 16138 142A-ako 142A #> 16147 142A-mlt 142A #> 16152 142A-som 142A #> 16159 142A-arl 142A #> 16164 142A-ars 142A #> 16170 142A-amr 142A #> 16171 142A-bej 142A #> 16176 142A-atu 142A #> 16216 142A-hau 142A #> 16245 142A-ter 142A #> 16285 143A-heb 143A #> 16354 143A-asy 143A #> 16360 143A-bch 143A #> 16367 143A-arg 143A #> 16379 143A-tgh 143A #> 16466 143A-brf 143A #> 16500 143A-bfg 143A #> 16537 143A-sid 143A #> 16580 143A-som 143A #> 16600 143A-naj 143A #> 16644 143A-ams 143A #> 16740 143A-bmz 143A #> 16759 143A-gud 143A #> 16794 143A-arj 143A #> 16820 143A-tig 143A #> 16831 143A-bid 143A #> 16834 143A-hdi 143A #> 16837 143A-amh 143A #> 16839 143A-miy 143A #> 16842 143A-amr 143A #> 16855 143A-per 143A #> 16859 143A-dha 143A #> 16898 143A-orh 143A #> 16917 143A-orw 143A #> 16926 143A-knk 143A #> 16928 143A-kbl 143A #> 16938 143A-lmg 143A #> 16943 143A-hau 143A #> 16966 143A-paa 143A #> 16980 143A-cop 143A #> 16989 143A-ter 143A #> 16997 143A-tsk 143A #> 17005 143A-aeg 143A #> 17006 143A-mup 143A #> 17033 143A-hna 143A #> 17037 143A-ker 143A #> 17039 143A-meh 143A #> 17056 143A-lel 143A #> 17061 143A-mas 143A #> 17062 143A-goe 143A #> 17069 143A-pod 143A #> 17072 143A-lag 143A #> 17074 143A-bud 143A #> 17088 143A-uld 143A #> 17097 143A-mgu 143A #> 17124 143A-giz 143A #> 17125 143A-anc 143A #> 17141 143A-mda 143A #> 17154 143A-mig 143A #> 17163 143A-mbr 143A #> 17167 143A-mrg 143A #> 17179 143A-ngz 143A #> 17187 143A-ron 143A #> 17195 143A-chh 143A #> 17219 143A-sod 143A #> 17234 143A-bej 143A #> 17313 143A-tgr 143A #> 17317 143A-arq 143A #> 17390 143A-bln 143A #> 17408 143A-gim 143A #> 17418 143A-irq 143A #> 17422 143A-wly 143A #> 17455 143A-aar 143A #> 17464 143A-tan 143A #> 17467 143A-mlg 143A #> 17472 143A-dim 143A #> 17514 143A-brn 143A #> 17516 143A-kem 143A #> 17520 143A-zay 143A #> 17579 143A-tas 143A #> 17606 143B-bid 143B #> 17607 143B-per 143B #> 17613 143B-knk 143B #> 17623 143B-kbl 143B #> 17638 143B-miy 143B #> 17650 143B-dha 143B #> 17662 143B-orw 143B #> 17688 143B-amh 143B #> 17690 143B-tig 143B #> 17699 143B-amr 143B #> 17711 143B-orh 143B #> 17716 143B-hdi 143B #> 17719 143C-hau 143C #> 17735 143C-tsk 143C #> 17737 143C-aeg 143C #> 17739 143C-cop 143C #> 17749 143C-mup 143C #> 17752 143C-paa 143C #> 17764 143C-ter 143C #> 17797 143C-lmg 143C #> 17812 143E-ams 143E #> 17817 143E-asy 143E #> 17854 143E-paa 143E #> 17901 143E-bfg 143E #> 17934 143E-hau 143E #> 17945 143E-knk 143E #> 17965 143E-arg 143E #> 17966 143E-naj 143E #> 18011 143E-dha 143E #> 18023 143E-tgh 143E #> 18027 143E-per 143E #> 18089 143E-bid 143E #> 18122 143E-brf 143E #> 18165 143E-kbl 143E #> 18175 143E-ter 143E #> 18203 143E-heb 143E #> 18209 143E-orw 143E #> 18283 143E-sid 143E #> 18287 143E-mup 143E #> 18298 143E-arj 143E #> 18328 143E-tsk 143E #> 18332 143E-gud 143E #> 18338 143E-bch 143E #> 18361 143E-miy 143E #> 18389 143E-som 143E #> 18408 143E-bmz 143E #> 18517 143E-tig 143E #> 18570 143E-orh 143E #> 18580 143E-sod 143E #> 18610 143E-amr 143E #> 18644 143E-bej 143E #> 18665 143E-arq 143E #> 18669 143E-tgr 143E #> 18706 143E-amh 143E #> 18714 143E-chh 143E #> 18722 143E-cop 143E #> 18733 143E-aeg 143E #> 18735 143E-tas 143E #> 18746 143E-aar 143E #> 18760 143E-mbr 143E #> 18761 143E-brn 143E #> 18764 143E-mda 143E #> 18791 143E-irq 143E #> 18816 143E-pod 143E #> 18825 143E-mig 143E #> 18836 143E-uld 143E #> 18840 143E-hdi 143E #> 18858 143E-mrg 143E #> 18880 143E-ker 143E #> 18899 143E-ngz 143E #> 18900 143E-dim 143E #> 18901 143E-mas 143E #> 18905 143E-lag 143E #> 18909 143E-mgu 143E #> 18910 143E-goe 143E #> 18938 143E-kem 143E #> 18951 143E-bln 143E #> 18954 143E-ron 143E #> 18968 143E-mlg 143E #> 18978 143E-anc 143E #> 18988 143E-meh 143E #> 18995 143E-bud 143E #> 19012 143E-zay 143E #> 19063 143E-gim 143E #> 19081 143E-hna 143E #> 19106 143E-tan 143E #> 19109 143E-lmg 143E #> 19111 143E-lel 143E #> 19116 143E-giz 143E #> 19125 143E-wly 143E #> 19139 143F-uld 143F #> 19140 143F-ker 143F #> 19160 143F-anc 143F #> 19164 143F-lmg 143F #> 19171 143F-mig 143F #> 19177 143F-miy 143F #> 19180 143F-bud 143F #> 19181 143F-knk 143F #> 19193 143F-per 143F #> 19198 143F-ter 143F #> 19217 143F-ron 143F #> 19228 143F-mbr 143F #> 19233 143F-mas 143F #> 19251 143F-pod 143F #> 19268 143F-mrg 143F #> 19281 143F-hau 143F #> 19286 143F-mda 143F #> 19289 143F-lel 143F #> 19290 143F-hdi 143F #> 19297 143F-paa 143F #> 19310 143F-hna 143F #> 19315 143F-ngz 143F #> 19319 143F-lag 143F #> 19330 143F-mgu 143F #> 19340 143F-bid 143F #> 19347 143F-mup 143F #> 19353 143F-goe 143F #> 19370 143F-cop 143F #> 19380 143F-giz 143F #> 19391 143F-meh 143F #> 19408 143F-kbl 143F #> 19432 143F-bln 143F #> 19436 143F-gim 143F #> 19445 143F-amh 143F #> 19451 143F-amr 143F #> 19462 143F-mlg 143F #> 19475 143F-aeg 143F #> 19503 143F-aar 143F #> 19506 143F-tan 143F #> 19541 143F-brn 143F #> 19579 143F-dha 143F #> 19591 143F-zay 143F #> 19615 143F-orw 143F #> 19650 143F-wly 143F #> 19664 143F-tig 143F #> 19671 143F-kem 143F #> 19713 143F-dim 143F #> 19720 143F-irq 143F #> 19848 143F-arj 143F #> 19917 143F-tgr 143F #> 19924 143F-arg 143F #> 19989 143F-bej 143F #> 19995 143F-chh 143F #> 20034 143F-bmz 143F #> 20042 143F-asy 143F #> 20092 143F-sod 143F #> 20094 143F-tsk 143F #> 20141 143F-heb 143F #> 20163 143F-bch 143F #> 20167 143F-gud 143F #> 20183 143F-tgh 143F #> 20251 143F-naj 143F #> 20272 143F-sid 143F #> 20304 143F-bfg 143F #> 20342 143F-arq 143F #> 20394 143F-brf 143F #> 20395 143F-som 143F #> 20409 143F-ams 143F #> 20426 143F-tas 143F #> 20436 143F-orh 143F #> 20457 143G-orh 143G #> 20462 143G-tsk 143G #> 20478 143G-ams 143G #> 20482 143G-cop 143G #> 20489 143G-bud 143G #> 20544 143G-amh 143G #> 20553 143G-tgr 143G #> 20570 143G-tas 143G #> 20596 143G-som 143G #> 20601 143G-kbl 143G #> 20614 143G-sod 143G #> 20640 143G-ter 143G #> 20660 143G-bch 143G #> 20678 143G-mda 143G #> 20691 143G-lel 143G #> 20698 143G-ker 143G #> 20703 143G-bid 143G #> 20718 143G-dim 143G #> 20732 143G-hdi 143G #> 20748 143G-mig 143G #> 20800 143G-anc 143G #> 20802 143G-bln 143G #> 20815 143G-bfg 143G #> 20826 143G-mbr 143G #> 20837 143G-meh 143G #> 20851 143G-naj 143G #> 20863 143G-kem 143G #> 20867 143G-aar 143G #> 20894 143G-ngz 143G #> 20947 143G-brf 143G #> 20970 143G-irq 143G #> 20990 143G-lmg 143G #> 21054 143G-paa 143G #> 21055 143G-gim 143G #> 21075 143G-arg 143G #> 21077 143G-lag 143G #> 21109 143G-miy 143G #> 21129 143G-heb 143G #> 21162 143G-amr 143G #> 21170 143G-mgu 143G #> 21214 143G-pod 143G #> 21221 143G-chh 143G #> 21223 143G-arq 143G #> 21231 143G-per 143G #> 21244 143G-bej 143G #> 21291 143G-hau 143G #> 21293 143G-sid 143G #> 21333 143G-dha 143G #> 21392 143G-zay 143G #> 21397 143G-orw 143G #> 21430 143G-knk 143G #> 21491 143G-wly 143G #> 21503 143G-asy 143G #> 21534 143G-brn 143G #> 21555 143G-ron 143G #> 21565 143G-mlg 143G #> 21577 143G-aeg 143G #> 21578 143G-tig 143G #> 21588 143G-mup 143G #> 21612 143G-hna 143G #> 21617 143G-mrg 143G #> 21646 143G-uld 143G #> 21659 143G-arj 143G #> 21673 143G-tan 143G #> 21682 143G-bmz 143G #> 21688 143G-goe 143G #> 21722 143G-mas 143G #> 21771 143G-gud 143G #> 21773 143G-giz 143G #> 21775 143G-tgh 143G #> 21778 144A-gud 144A #> 21788 144A-pod 144A #> 21838 144A-meh 144A #> 21884 144A-bch 144A #> 21887 144A-asy 144A #> 21918 144A-bid 144A #> 21926 144A-tig 144A #> 21930 144A-hdi 144A #> 21932 144A-dha 144A #> 21935 144A-amr 144A #> 21957 144A-amh 144A #> 21958 144A-orw 144A #> 21961 144A-miy 144A #> 21979 144A-knk 144A #> 21983 144A-orh 144A #> 21994 144A-kbl 144A #> 22004 144A-per 144A #> 22009 144A-lmg 144A #> 22010 144A-ter 144A #> 22026 144A-tsk 144A #> 22030 144A-cop 144A #> 22037 144A-aeg 144A #> 22046 144A-paa 144A #> 22047 144A-hau 144A #> 22063 144A-mup 144A #> 22086 144A-brf 144A #> 22108 144A-heb 144A #> 22154 144A-arg 144A #> 22175 144A-arj 144A #> 22210 144A-dim 144A #> 22216 144A-gim 144A #> 22225 144A-sod 144A #> 22266 144A-aar 144A #> 22286 144A-kem 144A #> 22303 144A-chh 144A #> 22376 144A-arq 144A #> 22387 144A-irq 144A #> 22402 144A-wly 144A #> 22424 144A-zay 144A #> 22425 144A-mlg 144A #> 22443 144A-tgr 144A #> 22487 144A-bej 144A #> 22489 144A-tan 144A #> 22493 144A-brn 144A #> 22696 144A-lag 144A #> 22710 144A-bud 144A #> 22715 144A-ker 144A #> 22721 144A-goe 144A #> 22725 144A-anc 144A #> 22727 144A-mda 144A #> 22728 144A-mrg 144A #> 22731 144A-mgu 144A #> 22739 144A-ron 144A #> 22740 144A-lel 144A #> 22744 144A-ngz 144A #> 22749 144A-uld 144A #> 22752 144A-mbr 144A #> 22763 144A-hna 144A #> 22766 144A-mas 144A #> 22830 144A-sid 144A #> 22831 144A-naj 144A #> 22836 144A-som 144A #> 22908 144A-ams 144A #> 22923 144A-bfg 144A #> 23009 144B-gud 144B #> 23045 144B-arj 144B #> 23074 144B-ams 144B #> 23134 144B-aeg 144B #> 23135 144B-brf 144B #> 23136 144B-som 144B #> 23151 144B-tsk 144B #> 23168 144B-asy 144B #> 23173 144B-bfg 144B #> 23234 144B-heb 144B #> 23243 144B-hau 144B #> 23253 144B-bch 144B #> 23261 144B-arg 144B #> 23291 144B-sid 144B #> 23311 144B-naj 144B #> 23461 144B-hna 144B #> 23464 144B-lel 144B #> 23479 144B-mas 144B #> 23480 144B-mrg 144B #> 23501 144B-ter 144B #> 23507 144B-mda 144B #> 23508 144B-anc 144B #> 23510 144B-lmg 144B #> 23512 144B-goe 144B #> 23520 144B-mbr 144B #> 23525 144B-ker 144B #> 23527 144B-meh 144B #> 23528 144B-lag 144B #> 23535 144B-ngz 144B #> 23536 144B-paa 144B #> 23542 144B-mgu 144B #> 23551 144B-bud 144B #> 23558 144B-pod 144B #> 23559 144B-uld 144B #> 23566 144B-mup 144B #> 23567 144B-ron 144B #> 23575 144C-gud 144C #> 23651 144D-meh 144D #> 23681 144D-bch 144D #> 23684 144D-asy 144D #> 23702 144D-bid 144D #> 23711 144D-per 144D #> 23717 144D-miy 144D #> 23720 144D-knk 144D #> 23750 144D-cop 144D #> 23758 144D-mup 144D #> 23765 144D-ter 144D #> 23766 144D-aeg 144D #> 23777 144D-hau 144D #> 23780 144D-paa 144D #> 23818 144D-heb 144D #> 23842 144D-brf 144D #> 23843 144D-arg 144D #> 23853 144D-arj 144D #> 23895 144D-hna 144D #> 23896 144D-mgu 144D #> 23901 144D-goe 144D #> 23910 144D-mas 144D #> 23912 144D-ron 144D #> 23920 144D-anc 144D #> 23929 144D-mrg 144D #> 23934 144D-bud 144D #> 23937 144D-lel 144D #> 23955 144D-uld 144D #> 23958 144D-lag 144D #> 23962 144D-ngz 144D #> 23965 144D-mbr 144D #> 23971 144D-mda 144D #> 23974 144D-ker 144D #> 23982 144D-arq 144D #> 24042 144D-tan 144D #> 24046 144D-mlg 144D #> 24050 144D-brn 144D #> 24059 144D-gud 144D #> 24073 144E-asy 144E #> 24075 144E-bch 144E #> 24076 144E-meh 144E #> 24115 144F-per 144F #> 24119 144F-knk 144F #> 24142 144F-miy 144F #> 24147 144F-bid 144F #> 24175 144G-hau 144G #> 24181 144G-cop 144G #> 24182 144G-aeg 144G #> 24189 144G-ter 144G #> 24191 144G-paa 144G #> 24199 144G-mup 144G #> 24216 144H-gud 144H #> 24225 144H-cop 144H #> 24229 144H-mup 144H #> 24235 144H-mda 144H #> 24255 144H-brf 144H #> 24272 144H-hau 144H #> 24273 144H-ker 144H #> 24309 144H-heb 144H #> 24310 144H-arg 144H #> 24321 144H-ron 144H #> 24328 144H-anc 144H #> 24409 144H-paa 144H #> 24410 144H-goe 144H #> 24413 144H-mlg 144H #> 24425 144H-mrg 144H #> 24430 144H-bch 144H #> 24431 144H-uld 144H #> 24437 144H-lel 144H #> 24439 144H-aeg 144H #> 24445 144H-arj 144H #> 24450 144H-asy 144H #> 24471 144H-miy 144H #> 24477 144H-per 144H #> 24482 144H-mas 144H #> 24489 144H-tan 144H #> 24536 144H-mbr 144H #> 24542 144H-knk 144H #> 24558 144H-ngz 144H #> 24576 144H-ter 144H #> 24577 144H-mgu 144H #> 24595 144H-arq 144H #> 24603 144H-meh 144H #> 24606 144H-hna 144H #> 24617 144H-lag 144H #> 24618 144H-brn 144H #> 24624 144H-bud 144H #> 24648 144I-brf 144I #> 24662 144I-heb 144I #> 24697 144I-arg 144I #> 24702 144I-asy 144I #> 24706 144I-bch 144I #> 24708 144I-arj 144I #> 24790 144I-arq 144I #> 24838 144I-hau 144I #> 24840 144I-cop 144I #> 24846 144I-per 144I #> 24847 144I-paa 144I #> 24860 144I-knk 144I #> 24862 144I-miy 144I #> 24871 144I-ter 144I #> 24903 144I-aeg 144I #> 24934 144I-ker 144I #> 24942 144I-ron 144I #> 24944 144I-mgu 144I #> 24947 144I-mlg 144I #> 24949 144I-mbr 144I #> 24951 144I-goe 144I #> 24952 144I-mda 144I #> 24953 144I-mas 144I #> 24964 144I-hna 144I #> 24966 144I-mrg 144I #> 24984 144I-lel 144I #> 24986 144I-gud 144I #> 24999 144I-tan 144I #> 25001 144I-ngz 144I #> 25006 144I-uld 144I #> 25020 144I-brn 144I #> 25022 144I-mup 144I #> 25028 144I-bud 144I #> 25033 144I-lag 144I #> 25034 144I-meh 144I #> 25037 144I-anc 144I #> 25064 144J-mlg 144J #> 25070 144J-brn 144J #> 25074 144J-tan 144J #> 25095 144J-miy 144J #> 25097 144J-cop 144J #> 25105 144J-aeg 144J #> 25134 144J-mbr 144J #> 25138 144J-per 144J #> 25154 144J-bch 144J #> 25168 144J-heb 144J #> 25190 144J-mup 144J #> 25207 144J-uld 144J #> 25213 144J-hau 144J #> 25248 144J-mrg 144J #> 25252 144J-paa 144J #> 25264 144J-ron 144J #> 25276 144J-mgu 144J #> 25279 144J-ker 144J #> 25298 144J-bud 144J #> 25301 144J-ter 144J #> 25315 144J-brf 144J #> 25320 144J-lag 144J #> 25331 144J-mda 144J #> 25338 144J-anc 144J #> 25350 144J-ngz 144J #> 25354 144J-goe 144J #> 25356 144J-hna 144J #> 25366 144J-meh 144J #> 25382 144J-lel 144J #> 25393 144J-arq 144J #> 25415 144J-arg 144J #> 25421 144J-arj 144J #> 25459 144J-gud 144J #> 25474 144J-asy 144J #> 25487 144J-knk 144J #> 25490 144J-mas 144J #> 25498 144K-bud 144K #> 25508 144K-ker 144K #> 25509 144K-mas 144K #> 25528 144K-mda 144K #> 25531 144K-mgu 144K #> 25534 144K-uld 144K #> 25540 144K-lel 144K #> 25549 144K-mbr 144K #> 25553 144K-lag 144K #> 25562 144K-mrg 144K #> 25563 144K-ngz 144K #> 25566 144K-goe 144K #> 25567 144K-hna 144K #> 25578 144K-ron 144K #> 25581 144K-meh 144K #> 25582 144K-anc 144K #> 25589 144K-paa 144K #> 25592 144K-mup 144K #> 25597 144K-ter 144K #> 25605 144K-knk 144K #> 25613 144K-per 144K #> 25618 144K-miy 144K #> 25620 144K-hau 144K #> 25642 144K-arq 144K #> 25645 144K-gud 144K #> 25648 144K-arj 144K #> 25689 144K-aeg 144K #> 25712 144K-brf 144K #> 25725 144K-arg 144K #> 25731 144K-tan 144K #> 25771 144K-mlg 144K #> 25777 144K-bch 144K #> 25792 144K-cop 144K #> 25847 144K-heb 144K #> 25887 144K-asy 144K #> 25890 144K-brn 144K #> 26066 144L-tig 144L #> 26068 144L-orh 144L #> 26079 144L-amh 144L #> 26081 144L-dha 144L #> 26106 144L-orw 144L #> 26200 144L-aar 144L #> 26226 144L-naj 144L #> 26242 144L-som 144L #> 26271 144L-sid 144L #> 26354 144L-bej 144L #> 26363 144L-chh 144L #> 26370 144L-sod 144L #> 26372 144L-tgr 144L #> 26409 144L-wly 144L #> 26435 144L-irq 144L #> 26437 144L-gim 144L #> 26463 144L-dim 144L #> 26486 144L-kem 144L #> 26498 144L-zay 144L #> 26576 144N-orw 144N #> 26577 144N-dha 144N #> 26603 144N-tig 144N #> 26605 144N-amh 144N #> 26606 144N-orh 144N #> 26695 144P-kem 144P #> 26707 144P-irq 144P #> 26729 144P-tig 144P #> 26742 144P-zay 144P #> 26745 144P-som 144P #> 26797 144P-orh 144P #> 26809 144P-amh 144P #> 26817 144P-naj 144P #> 26820 144P-gim 144P #> 26906 144P-tgr 144P #> 26918 144P-bej 144P #> 26921 144P-dim 144P #> 26941 144P-chh 144P #> 27038 144P-sod 144P #> 27039 144P-wly 144P #> 27040 144P-sid 144P #> 27091 144Q-tig 144Q #> 27103 144Q-orh 144Q #> 27104 144Q-chh 144Q #> 27121 144Q-sid 144Q #> 27139 144Q-kem 144Q #> 27161 144Q-naj 144Q #> 27169 144Q-wly 144Q #> 27267 144Q-gim 144Q #> 27270 144Q-dim 144Q #> 27278 144Q-bej 144Q #> 27315 144Q-amh 144Q #> 27337 144Q-som 144Q #> 27365 144Q-tgr 144Q #> 27394 144Q-sod 144Q #> 27438 144Q-zay 144Q #> 27448 144Q-irq 144Q #> 27469 144R-sid 144R #> 27503 144R-naj 144R #> 27520 144R-som 144R #> 27532 144R-sod 144R #> 27540 144R-bej 144R #> 27550 144R-tgr 144R #> 27569 144R-chh 144R #> 27607 144R-orh 144R #> 27608 144R-amh 144R #> 27612 144R-tig 144R #> 27630 144R-wly 144R #> 27653 144R-kem 144R #> 27654 144R-zay 144R #> 27768 144R-dim 144R #> 27790 144R-gim 144R #> 27802 144R-irq 144R #> 27934 144S-naj 144S #> 27938 144S-bej 144S #> 27939 144S-som 144S #> 27985 144S-tgr 144S #> 28004 144S-sid 144S #> 28006 144S-orh 144S #> 28013 144S-sod 144S #> 28091 144S-chh 144S #> 28158 144S-wly 144S #> 28180 144S-zay 144S #> 28203 144S-irq 144S #> 28245 144S-kem 144S #> 28256 144S-dim 144S #> 28261 144S-gim 144S #> 28316 144S-orw 144S #> 28329 144S-dha 144S #> 28330 144S-tig 144S #> 28341 144S-amh 144S #> 28395 144T-ams 144T #> 28403 144T-bfg 144T #> 28419 144T-asy 144T #> 28421 144T-bch 144T #> 28423 144T-meh 144T #> 28435 144T-amr 144T #> 28436 144T-hdi 144T #> 28437 144T-miy 144T #> 28440 144T-kbl 144T #> 28445 144T-lmg 144T #> 28449 144T-tsk 144T #> 28452 144T-pod 144T #> 28508 144U-kbl 144U #> 28510 144U-tsk 144U #> 28520 144U-hdi 144U #> 28521 144U-amr 144U #> 28522 144U-miy 144U #> 28523 144U-lmg 144U #> 28584 144V-asy 144V #> 28609 144V-ams 144V #> 28613 144V-bch 144V #> 28623 144V-bfg 144V #> 28658 144V-tsk 144V #> 28660 144V-kbl 144V #> 28661 144V-miy 144V #> 28664 144V-amr 144V #> 28671 144V-meh 144V #> 28672 144V-lmg 144V #> 28673 144V-pod 144V #> 28675 144V-hdi 144V #> 28679 144W-kbl 144W #> 28680 144W-miy 144W #> 28682 144W-lmg 144W #> 28683 144W-hdi 144W #> 28687 144W-amr 144W #> 28707 144W-meh 144W #> 28754 144W-bfg 144W #> 28761 144W-ams 144W #> 28768 144W-bch 144W #> 28787 144W-pod 144W #> 28788 144W-tsk 144W #> 28814 144W-asy 144W #> 28828 144X-meh 144X #> 28829 144X-pod 144X #> 28830 144X-lmg 144X #> 28832 144X-hdi 144X #> 28833 144X-miy 144X #> 28856 144X-kbl 144X #> 28884 144X-amr 144X #> 28902 144X-tsk 144X #> 28932 144X-asy 144X #> 28946 144X-bfg 144X #> 28958 144X-bch 144X #> 28976 144X-ams 144X #> 29042 15A-arg 15A #> 29061 15A-mlt 15A #> 29099 15A-asy 15A #> 29108 15A-ael 15A #> 29111 15A-aeg 15A #> 29112 15A-arl 15A #> 29117 15A-abe 15A #> 29118 15A-arh 15A #> 29123 15A-apa 15A #> 29125 15A-bej 15A #> 29143 15A-ahs 15A #> 29147 15A-gor 15A #> 29150 15A-ker 15A #> 29181 15A-arv 15A #> 29186 15A-irq 15A #> 29207 15A-sao 15A #> 29215 15A-naj 15A #> 29369 15A-heb 15A #> 29406 15A-tas 15A #> 29446 15A-nsy 15A #> 29466 15A-bma 15A #> 29562 16A-naj 16A #> 29615 16A-tas 16A #> 29660 16A-heb 16A #> 29717 16A-bej 16A #> 29730 16A-bma 16A #> 29736 16A-nsy 16A #> 29819 16A-arg 16A #> 29849 16A-asy 16A #> 29854 16A-arl 16A #> 29855 16A-abe 16A #> 29863 16A-gor 16A #> 29867 16A-arh 16A #> 29946 16A-sao 16A #> 29954 16A-ker 16A #> 29959 16A-arv 16A #> 29960 16A-apa 16A #> 29966 16A-ael 16A #> 29978 16A-aeg 16A #> 29980 16A-irq 16A #> 29986 16A-ahs 16A #> 29989 16A-mlt 16A #> 29995 17A-arv 17A #> 29996 17A-abe 17A #> 30063 17A-asy 17A #> 30087 17A-heb 17A #> 30121 17A-apa 17A #> 30146 17A-aeg 17A #> 30169 17A-ael 17A #> 30202 17A-mlt 17A #> 30229 17A-irq 17A #> 30267 17A-ker 17A #> 30268 17A-gor 17A #> 30281 17A-tas 17A #> 30323 18A-ker 18A #> 30384 18A-awn 18A #> 30395 18A-lam 18A #> 30398 18A-tas 18A #> 30428 18A-soq 18A #> 30461 18A-ter 18A #> 30475 18A-tug 18A #> 30481 18A-ngz 18A #> 30492 18A-aeg 18A #> 30546 18A-nap 18A #> 30559 18A-diz 18A #> 30567 18A-kul 18A #> 30584 18A-bej 18A #> 30587 18A-anc 18A #> 30614 18A-dnw 18A #> 30615 18A-kef 18A #> 30619 18A-irq 18A #> 30638 18A-dah 18A #> 30655 18A-hau 18A #> 30664 18A-ktk 18A #> 30685 18A-bma 18A #> 30691 18A-hmr 18A #> 30699 18A-knk 18A #> 30725 18A-amh 18A #> 30729 18A-hba 18A #> 30744 18A-orh 18A #> 30759 18A-mrg 18A #> 30795 18A-tgr 18A #> 30809 18A-som 18A #> 30893 19A-ter 19A #> 30897 19A-anc 19A #> 30915 19A-orh 19A #> 30930 19A-kef 19A #> 30957 19A-lam 19A #> 30968 19A-hau 19A #> 30977 19A-dnw 19A #> 31012 19A-ker 19A #> 31054 19A-nap 19A #> 31058 19A-hmr 19A #> 31106 19A-mrg 19A #> 31110 19A-bej 19A #> 31197 19A-knk 19A #> 31226 19A-kul 19A #> 31237 19A-diz 19A #> 31247 19A-hba 19A #> 31253 19A-ngz 19A #> 31313 19A-amh 19A #> 31328 19A-tug 19A #> 31330 19A-awn 19A #> 31375 19A-ktk 19A #> 31389 19A-som 19A #> 31391 19A-soq 19A #> 31396 19A-tas 19A #> 31397 19A-tgr 19A #> 31402 19A-bma 19A #> 31403 19A-irq 19A #> 31404 19A-aeg 19A #> 31449 19A-dah 19A #> 31468 2A-bma 2A #> 31528 2A-tas 2A #> 31529 2A-mrg 2A #> 31559 2A-tgr 2A #> 31566 2A-kef 2A #> 31591 2A-bej 2A #> 31608 2A-ker 2A #> 31625 2A-ter 2A #> 31628 2A-soq 2A #> 31641 2A-lam 2A #> 31652 2A-ngz 2A #> 31664 2A-kul 2A #> 31665 2A-hau 2A #> 31688 2A-dah 2A #> 31700 2A-aeg 2A #> 31716 2A-orh 2A #> 31726 2A-hmr 2A #> 31738 2A-hba 2A #> 31740 2A-knk 2A #> 31757 2A-irq 2A #> 31812 2A-diz 2A #> 31828 2A-nap 2A #> 31880 2A-anc 2A #> 31919 2A-som 2A #> 31941 2A-amh 2A #> 31968 2A-awn 2A #> 31985 2A-tug 2A #> 31996 2A-dnw 2A #> 32005 2A-ktk 2A #> 32129 20A-orh 20A #> 32143 20A-ter 20A #> 32148 20A-hau 20A #> 32163 20A-bej 20A #> 32164 20A-bma 20A #> 32165 20A-heb 20A #> 32167 20A-aeg 20A #> 32205 21A-orh 21A #> 32234 21A-bma 21A #> 32243 21A-bej 21A #> 32281 21A-ter 21A #> 32283 21A-aeg 21A #> 32309 21A-mrg 21A #> 32331 21A-heb 21A #> 32341 21A-hau 21A #> 32378 21B-ter 21B #> 32424 21B-bej 21B #> 32425 21B-mrg 21B #> 32450 21B-orh 21B #> 32451 21B-bma 21B #> 32456 21B-hau 21B #> 32489 21B-heb 21B #> 32491 21B-aeg 21B #> 32562 22A-bej 22A #> 32575 22A-heb 22A #> 32585 22A-hau 22A #> 32590 22A-aeg 22A #> 32610 22A-orh 22A #> 32612 22A-bma 22A #> 32726 23A-heb 23A #> 32739 23A-bej 23A #> 32747 23A-diz 23A #> 32757 23A-bma 23A #> 32791 23A-hau 23A #> 32861 23A-orh 23A #> 32877 23A-aeg 23A #> 33025 24A-hau 24A #> 33031 24A-bma 24A #> 33044 24A-bej 24A #> 33058 24A-heb 24A #> 33078 24A-diz 24A #> 33097 24A-aeg 24A #> 33117 24A-orh 24A #> 33182 25A-bej 25A #> 33205 25A-bma 25A #> 33235 25A-heb 25A #> 33289 25A-orh 25A #> 33318 25A-hau 25A #> 33333 25A-aeg 25A #> 33334 25A-diz 25A #> 33377 25B-bej 25B #> 33421 25B-bma 25B #> 33451 25B-heb 25B #> 33454 25B-orh 25B #> 33511 25B-diz 25B #> 33567 25B-aeg 25B #> 33584 25B-hau 25B #> 33609 26A-mup 26A #> 33655 26A-goe 26A #> 33665 26A-anc 26A #> 33682 26A-hau 26A #> 33734 26A-ngz 26A #> 33757 26A-wly 26A #> 33758 26A-irq 26A #> 33848 26A-zay 26A #> 33851 26A-ams 26A #> 33859 26A-orh 26A #> 33878 26A-paa 26A #> 33903 26A-brn 26A #> 33910 26A-mgu 26A #> 33929 26A-gud 26A #> 33939 26A-bln 26A #> 33943 26A-naj 26A #> 33949 26A-lel 26A #> 33958 26A-aar 26A #> 33963 26A-dim 26A #> 33974 26A-kem 26A #> 33993 26A-knk 26A #> 34034 26A-lmg 26A #> 34038 26A-sid 26A #> 34043 26A-mlg 26A #> 34045 26A-miy 26A #> 34063 26A-ker 26A #> 34068 26A-gim 26A #> 34076 26A-som 26A #> 34095 26A-ter 26A #> 34110 26A-mbr 26A #> 34155 26A-asy 26A #> 34158 26A-mrg 26A #> 34159 26A-amr 26A #> 34197 26A-amh 26A #> 34208 26A-arg 26A #> 34209 26A-bej 26A #> 34228 26A-tgr 26A #> 34233 26A-heb 26A #> 34252 26A-aeg 26A #> 34267 26A-bud 26A #> 34285 26A-meh 26A #> 34296 26A-chh 26A #> 34301 26A-tsk 26A #> 34318 26A-per 26A #> 34324 26A-arq 26A #> 34343 26A-bma 26A #> 34373 26A-lag 26A #> 34444 26A-tas 26A #> 34451 26A-tgh 26A #> 34461 26A-brf 26A #> 34465 26A-bfg 26A #> 34481 26A-cop 26A #> 34536 26A-uld 26A #> 34568 27A-amh 27A #> 34577 27A-dah 27A #> 34585 27A-blq 27A #> 34597 27A-tig 27A #> 34609 27A-asy 27A #> 34623 27A-bma 27A #> 34668 27A-miy 27A #> 34704 27A-hrr 27A #> 34742 27A-hau 27A #> 34746 27A-chh 27A #> 34756 27A-tgr 27A #> 34759 27A-bej 27A #> 34762 27A-muh 27A #> 34764 27A-orh 27A #> 34772 27A-heb 27A #> 34774 27A-som 27A #> 34818 27A-aeg 27A #> 34952 28A-irq 28A #> 34953 28A-ker 28A #> 34964 28A-heb 28A #> 34993 28A-aeg 28A #> 34998 28A-bma 28A #> 35037 28A-bej 28A #> 35056 28A-orh 28A #> 35105 28A-hau 28A #> 35134 29A-hau 29A #> 35172 29A-ker 29A #> 35187 29A-aeg 29A #> 35191 29A-irq 29A #> 35218 29A-bej 29A #> 35225 29A-orh 29A #> 35236 29A-heb 29A #> 35305 29A-bma 29A #> 35445 3A-som 3A #> 35491 3A-awn 3A #> 35556 3A-diz 3A #> 35570 3A-knk 3A #> 35592 3A-dnw 3A #> 35612 3A-hba 3A #> 35646 3A-bej 3A #> 35651 3A-ktk 3A #> 35672 3A-kef 3A #> 35678 3A-tug 3A #> 35709 3A-ker 3A #> 35730 3A-hmr 3A #> 35734 3A-soq 3A #> 35739 3A-kul 3A #> 35740 3A-orh 3A #> 35742 3A-hau 3A #> 35750 3A-anc 3A #> 35752 3A-aeg 3A #> 35776 3A-nap 3A #> 35780 3A-amh 3A #> 35786 3A-lam 3A #> 35789 3A-tgr 3A #> 35822 3A-ter 3A #> 35835 3A-bma 3A #> 35841 3A-tas 3A #> 35848 3A-ngz 3A #> 35850 3A-mrg 3A #> 35874 3A-irq 3A #> 35881 3A-dah 3A #> 36035 30A-hau 30A #> 36037 30A-lel 30A #> 36040 30A-amh 30A #> 36041 30A-mlt 30A #> 36043 30A-asy 30A #> 36049 30A-bys 30A #> 36050 30A-abo 30A #> 36051 30A-aeg 30A #> 36052 30A-bej 30A #> 36054 30A-miy 30A #> 36055 30A-diz 30A #> 36056 30A-qaf 30A #> 36057 30A-orh 30A #> 36070 30A-heb 30A #> 36071 30A-agw 30A #> 36075 30A-ren 30A #> 36076 30A-bma 30A #> 36079 30A-irq 30A #> 36081 30A-arg 30A #> 36082 30A-tgr 30A #> 36292 31A-bej 31A #> 36294 31A-agw 31A #> 36297 31A-orh 31A #> 36305 31A-abo 31A #> 36310 31A-asy 31A #> 36311 31A-bma 31A #> 36312 31A-bys 31A #> 36313 31A-amh 31A #> 36321 31A-heb 31A #> 36324 31A-diz 31A #> 36333 31A-arg 31A #> 36340 31A-qaf 31A #> 36355 31A-hau 31A #> 36356 31A-miy 31A #> 36357 31A-ren 31A #> 36358 31A-tgr 31A #> 36362 31A-mlt 31A #> 36365 31A-lel 31A #> 36367 31A-aeg 31A #> 36370 31A-irq 31A #> 36584 32A-diz 32A #> 36600 32A-arg 32A #> 36601 32A-hau 32A #> 36602 32A-lel 32A #> 36603 32A-abo 32A #> 36609 32A-bys 32A #> 36610 32A-bej 32A #> 36615 32A-amh 32A #> 36623 32A-asy 32A #> 36627 32A-heb 32A #> 36629 32A-qaf 32A #> 36631 32A-bma 32A #> 36634 32A-mlt 32A #> 36637 32A-ren 32A #> 36638 32A-miy 32A #> 36640 32A-tgr 32A #> 36643 32A-aeg 32A #> 36648 32A-agw 32A #> 36650 32A-orh 32A #> 36653 32A-irq 32A #> 36708 33A-ker 33A #> 36790 33A-gud 33A #> 36798 33A-zay 33A #> 36804 33A-kem 33A #> 36818 33A-mas 33A #> 36823 33A-hdi 33A #> 36874 33A-wly 33A #> 36882 33A-miy 33A #> 36957 33A-bid 33A #> 36977 33A-meh 33A #> 36993 33A-heb 33A #> 37001 33A-gnd 33A #> 37033 33A-bej 33A #> 37035 33A-bln 33A #> 37051 33A-hau 33A #> 37078 33A-knk 33A #> 37090 33A-ngz 33A #> 37095 33A-naj 33A #> 37099 33A-gam 33A #> 37101 33A-lmg 33A #> 37102 33A-mgu 33A #> 37128 33A-irq 33A #> 37136 33A-brn 33A #> 37137 33A-mbr 33A #> 37144 33A-lel 33A #> 37154 33A-cld 33A #> 37160 33A-mlg 33A #> 37201 33A-bmz 33A #> 37202 33A-bud 33A #> 37217 33A-som 33A #> 37236 33A-sid 33A #> 37265 33A-gim 33A #> 37269 33A-paa 33A #> 37285 33A-tig 33A #> 37289 33A-amh 33A #> 37319 33A-bma 33A #> 37321 33A-arj 33A #> 37323 33A-tgr 33A #> 37324 33A-aeg 33A #> 37327 33A-arg 33A #> 37328 33A-bfg 33A #> 37329 33A-asy 33A #> 37330 33A-brf 33A #> 37331 33A-amr 33A #> 37333 33A-tsk 33A #> 37342 33A-tgh 33A #> 37348 33A-tas 33A #> 37350 33A-arq 33A #> 37353 33A-lag 33A #> 37355 33A-bsi 33A #> 37389 33A-giz 33A #> 37397 33A-anc 33A #> 37415 33A-mda 33A #> 37439 33A-goe 33A #> 37450 33A-mup 33A #> 37474 33A-uld 33A #> 37525 33A-mof 33A #> 37547 33A-dim 33A #> 37558 33A-hna 33A #> 37581 33A-ter 33A #> 37616 33A-mrg 33A #> 37638 33A-aar 33A #> 37640 33A-orh 33A #> 37655 33A-chh 33A #> 37665 33A-per 33A #> 37673 33A-orw 33A #> 37718 33A-cop 33A #> 37762 34A-orh 34A #> 37787 34A-lel 34A #> 37795 34A-per 34A #> 37815 34A-lmg 34A #> 37852 34A-hdi 34A #> 37882 34A-meh 34A #> 37885 34A-aeg 34A #> 37897 34A-kem 34A #> 37899 34A-soq 34A #> 37906 34A-qaf 34A #> 37908 34A-som 34A #> 37928 34A-hau 34A #> 37939 34A-dug 34A #> 37945 34A-bud 34A #> 37948 34A-irq 34A #> 37953 34A-dha 34A #> 37962 34A-cop 34A #> 37977 34A-heb 34A #> 37981 34A-mlt 34A #> 37982 34A-zay 34A #> 37988 34A-mig 34A #> 37995 34A-tig 34A #> 38002 34A-miy 34A #> 38010 34A-dah 34A #> 38103 35A-aeg 35A #> 38110 35A-orh 35A #> 38111 35A-ker 35A #> 38121 35A-amh 35A #> 38159 35A-meh 35A #> 38161 35A-irq 35A #> 38162 35A-bej 35A #> 38165 35A-heb 35A #> 38204 35A-bma 35A #> 38209 35A-hau 35A #> 38294 36A-mup 36A #> 38349 36A-mrg 36A #> 38383 36A-amh 36A #> 38445 36A-hau 36A #> 38446 36A-ker 36A #> 38455 36A-gud 36A #> 38474 36A-mlt 36A #> 38481 36A-aeg 36A #> 38496 36A-heb 36A #> 38524 37A-cop 37A #> 38528 37A-uld 37A #> 38542 37A-mrg 37A #> 38554 37A-mof 37A #> 38575 37A-tgr 37A #> 38590 37A-brf 37A #> 38601 37A-lmg 37A #> 38620 37A-ngz 37A #> 38636 37A-mup 37A #> 38644 37A-goe 37A #> 38652 37A-dim 37A #> 38664 37A-ker 37A #> 38675 37A-ron 37A #> 38678 37A-amh 37A #> 38687 37A-zay 37A #> 38698 37A-miy 37A #> 38708 37A-hau 37A #> 38746 37A-mgu 37A #> 38790 37A-chh 37A #> 38791 37A-tig 37A #> 38800 37A-ams 37A #> 38815 37A-gnd 37A #> 38817 37A-knk 37A #> 38821 37A-asy 37A #> 38824 37A-mbr 37A #> 38825 37A-aar 37A #> 38827 37A-arq 37A #> 38833 37A-arj 37A #> 38835 37A-gam 37A #> 38841 37A-bej 37A #> 38842 37A-naj 37A #> 38846 37A-tan 37A #> 38849 37A-heb 37A #> 38852 37A-lag 37A #> 38860 37A-mko 37A #> 38866 37A-amr 37A #> 38870 37A-per 37A #> 38871 37A-arg 37A #> 38873 37A-aeg 37A #> 38874 37A-som 37A #> 38880 37A-brn 37A #> 38889 37A-gud 37A #> 38914 37A-tas 37A #> 38943 37A-orw 37A #> 39014 37A-irq 37A #> 39065 37A-orh 37A #> 39073 37A-qaf 37A #> 39088 37A-bsi 37A #> 39097 37A-sid 37A #> 39098 37A-bfg 37A #> 39135 38A-cop 38A #> 39144 38A-hau 38A #> 39163 38A-lmg 38A #> 39171 38A-mup 38A #> 39185 38A-miy 38A #> 39186 38A-ngz 38A #> 39210 38A-arq 38A #> 39227 38A-lel 38A #> 39242 38A-tgr 38A #> 39244 38A-amh 38A #> 39254 38A-brf 38A #> 39261 38A-chh 38A #> 39264 38A-tig 38A #> 39282 38A-heb 38A #> 39307 38A-naj 38A #> 39332 38A-mgu 38A #> 39345 38A-paa 38A #> 39352 38A-gnd 38A #> 39357 38A-amr 38A #> 39366 38A-tas 38A #> 39373 38A-aar 38A #> 39385 38A-mas 38A #> 39388 38A-per 38A #> 39393 38A-arg 38A #> 39406 38A-mrg 38A #> 39407 38A-aeg 38A #> 39411 38A-arj 38A #> 39420 38A-goe 38A #> 39421 38A-zay 38A #> 39424 38A-asy 38A #> 39438 38A-brn 38A #> 39445 38A-som 38A #> 39508 38A-bfg 38A #> 39527 38A-orw 38A #> 39541 38A-qaf 38A #> 39542 38A-irq 38A #> 39567 38A-sid 38A #> 39581 38A-orh 38A #> 39640 38A-bsi 38A #> 39688 39A-irq 39A #> 39691 39A-bma 39A #> 39728 39A-hau 39A #> 39737 39A-bej 39A #> 39760 39A-aeg 39A #> 39788 39A-heb 39A #> 39797 39A-orh 39A #> 39866 39A-ker 39A #> 40126 4A-som 4A #> 40162 4A-kul 4A #> 40208 4A-irq 4A #> 40215 4A-ktk 4A #> 40237 4A-knk 4A #> 40242 4A-kef 4A #> 40287 4A-bej 4A #> 40295 4A-amh 4A #> 40297 4A-hba 4A #> 40347 4A-dnw 4A #> 40360 4A-diz 4A #> 40372 4A-hau 4A #> 40377 4A-lam 4A #> 40379 4A-hmr 4A #> 40385 4A-bma 4A #> 40389 4A-aeg 4A #> 40396 4A-tgr 4A #> 40414 4A-soq 4A #> 40417 4A-mrg 4A #> 40420 4A-ngz 4A #> 40428 4A-ter 4A #> 40439 4A-dah 4A #> 40442 4A-orh 4A #> 40445 4A-awn 4A #> 40459 4A-tas 4A #> 40463 4A-ker 4A #> 40466 4A-nap 4A #> 40475 4A-tug 4A #> 40503 4A-anc 4A #> 40512 40A-hau 40A #> 40531 40A-ker 40A #> 40596 40A-aeg 40A #> 40610 40A-bej 40A #> 40615 40A-heb 40A #> 40636 40A-irq 40A #> 40642 40A-orh 40A #> 40660 40A-bma 40A #> 40711 41A-ker 41A #> 40714 41A-kwm 41A #> 40715 41A-heb 41A #> 40719 41A-arg 41A #> 40720 41A-miy 41A #> 40725 41A-mlt 41A #> 40743 41A-aeg 41A #> 40766 41A-bfg 41A #> 40776 41A-wly 41A #> 40785 41A-ngz 41A #> 40808 41A-bad 41A #> 40812 41A-mrg 41A #> 40824 41A-orh 41A #> 40846 41A-klb 41A #> 40895 41A-kbl 41A #> 40914 41A-hdi 41A #> 40923 41A-tas 41A #> 40927 41A-hau 41A #> 40929 41A-irq 41A #> 40931 41A-som 41A #> 40964 42A-kwm 42A #> 40972 42A-aeg 42A #> 40994 42A-ker 42A #> 41006 42A-heb 42A #> 41032 42A-mlt 42A #> 41034 42A-miy 42A #> 41053 42A-orh 42A #> 41066 42A-hau 42A #> 41085 42A-tas 42A #> 41086 42A-mrg 42A #> 41087 42A-klb 42A #> 41089 42A-ngz 42A #> 41097 42A-bfg 42A #> 41101 42A-kbl 42A #> 41106 42A-irq 42A #> 41107 42A-arg 42A #> 41108 42A-wly 42A #> 41118 42A-bad 42A #> 41125 42A-som 42A #> 41150 43A-orh 43A #> 41162 43A-mrg 43A #> 41163 43A-hau 43A #> 41193 43A-irq 43A #> 41208 43A-miy 43A #> 41233 43A-bma 43A #> 41277 43A-cld 43A #> 41281 43A-heb 43A #> 41329 43A-mlt 43A #> 41332 43A-aeg 43A #> 41345 43A-per 43A #> 41361 43A-mup 43A #> 41368 44A-amh 44A #> 41369 44A-bma 44A #> 41370 44A-hau 44A #> 41373 44A-heb 44A #> 41374 44A-bej 44A #> 41375 44A-mup 44A #> 41377 44A-lel 44A #> 41378 44A-ker 44A #> 41380 44A-cop 44A #> 41382 44A-aeg 44A #> 41429 44A-orh 44A #> 41430 44A-mle 44A #> 41452 44A-gud 44A #> 41459 44A-bln 44A #> 41479 44A-diz 44A #> 41486 44A-irq 44A #> 41487 44A-brn 44A #> 41609 44A-hmr 44A #> 41768 45A-bma 45A #> 41781 45A-som 45A #> 41785 45A-heb 45A #> 41793 45A-orh 45A #> 41797 45A-cop 45A #> 41822 45A-hau 45A #> 41841 45A-aeg 45A #> 41847 45A-ker 45A #> 41856 45A-per 45A #> 41877 45A-irq 45A #> 42120 46A-heb 46A #> 42144 46A-bud 46A #> 42147 46A-gam 46A #> 42149 46A-som 46A #> 42150 46A-orh 46A #> 42154 46A-aeg 46A #> 42160 46A-irq 46A #> 42163 46A-mle 46A #> 42172 46A-hau 46A #> 42183 46A-mgu 46A #> 42188 46A-lel 46A #> 42192 46A-mlt 46A #> 42226 46A-mrg 46A #> 42271 46A-mlg 46A #> 42281 47A-heb 47A #> 42299 47A-pod 47A #> 42305 47A-arg 47A #> 42310 47A-tas 47A #> 42316 47A-mup 47A #> 42321 47A-amh 47A #> 42330 47A-mlt 47A #> 42349 47A-miy 47A #> 42372 47A-orh 47A #> 42407 47A-som 47A #> 42469 48A-mle 48A #> 42495 48A-hmr 48A #> 42520 48A-brn 48A #> 42603 48A-bej 48A #> 42606 48A-irq 48A #> 42620 48A-lel 48A #> 42625 48A-bln 48A #> 42626 48A-ker 48A #> 42634 48A-diz 48A #> 42678 48A-orh 48A #> 42680 48A-gud 48A #> 42732 48A-hau 48A #> 42741 48A-cop 48A #> 42753 48A-amh 48A #> 42758 48A-aeg 48A #> 42774 48A-heb 48A #> 42794 48A-bma 48A #> 42798 48A-mup 48A #> 42850 49A-heb 49A #> 42898 49A-aeg 49A #> 42914 49A-hau 49A #> 42923 49A-amh 49A #> 42933 49A-bma 49A #> 42939 49A-bej 49A #> 42946 49A-som 49A #> 42975 49A-orh 49A #> 42994 49A-gim 49A #> 43066 49A-ker 49A #> 43069 49A-irq 49A #> 43330 5A-knk 5A #> 43338 5A-hmr 5A #> 43346 5A-awn 5A #> 43353 5A-dah 5A #> 43373 5A-kef 5A #> 43383 5A-anc 5A #> 43392 5A-amh 5A #> 43407 5A-mrg 5A #> 43420 5A-lam 5A #> 43436 5A-ngz 5A #> 43467 5A-ter 5A #> 43483 5A-hba 5A #> 43499 5A-ktk 5A #> 43555 5A-dnw 5A #> 43567 5A-irq 5A #> 43568 5A-ker 5A #> 43571 5A-nap 5A #> 43580 5A-orh 5A #> 43582 5A-diz 5A #> 43583 5A-kul 5A #> 43585 5A-som 5A #> 43588 5A-hau 5A #> 43598 5A-tgr 5A #> 43600 5A-tug 5A #> 43601 5A-bej 5A #> 43605 5A-bma 5A #> 43609 5A-aeg 5A #> 43610 5A-soq 5A #> 43612 5A-tas 5A #> 43651 50A-hau 50A #> 43653 50A-aeg 50A #> 43700 50A-heb 50A #> 43764 50A-amh 50A #> 43787 50A-irq 50A #> 43793 50A-ker 50A #> 43800 50A-som 50A #> 43862 50A-gim 50A #> 43865 50A-orh 50A #> 43871 50A-bma 50A #> 43899 50A-bej 50A #> 43998 51A-amh 51A #> 44080 51A-aar 51A #> 44141 51A-zay 51A #> 44156 51A-bej 51A #> 44158 51A-orh 51A #> 44163 51A-gam 51A #> 44170 51A-ams 51A #> 44217 51A-kem 51A #> 44272 51A-wly 51A #> 44282 51A-orw 51A #> 44315 51A-ker 51A #> 44373 51A-bfg 51A #> 44382 51A-tas 51A #> 44385 51A-tsk 51A #> 44389 51A-brf 51A #> 44393 51A-bma 51A #> 44408 51A-sid 51A #> 44411 51A-dha 51A #> 44449 51A-gim 51A #> 44471 51A-dim 51A #> 44540 51A-arq 51A #> 44541 51A-cop 51A #> 44546 51A-asy 51A #> 44547 51A-tig 51A #> 44548 51A-naj 51A #> 44551 51A-heb 51A #> 44567 51A-mrg 51A #> 44574 51A-gud 51A #> 44586 51A-amr 51A #> 44599 51A-aeg 51A #> 44600 51A-lmg 51A #> 44607 51A-arg 51A #> 44637 51A-irq 51A #> 44653 51A-som 51A #> 44661 51A-tgh 51A #> 44667 51A-mup 51A #> 44682 51A-paa 51A #> 44693 51A-hna 51A #> 44718 51A-knk 51A #> 44738 51A-uld 51A #> 44752 51A-mgu 51A #> 44769 51A-goe 51A #> 44773 51A-bud 51A #> 44794 51A-meh 51A #> 44809 51A-ter 51A #> 44820 51A-miy 51A #> 44822 51A-hau 51A #> 44836 51A-mlg 51A #> 44837 51A-tgr 51A #> 44891 51A-ngz 51A #> 44902 51A-lel 51A #> 44909 51A-per 51A #> 44938 51A-anc 51A #> 44948 52A-ter 52A #> 44969 52A-hau 52A #> 45001 52A-heb 52A #> 45003 52A-ker 52A #> 45031 52A-som 52A #> 45035 52A-kwm 52A #> 45036 52A-per 52A #> 45056 52A-bou 52A #> 45089 52A-aeg 52A #> 45095 52A-mup 52A #> 45104 52A-mlt 52A #> 45126 52A-mrg 52A #> 45129 52A-arg 52A #> 45130 52A-dug 52A #> 45177 52A-ssh 52A #> 45184 52A-bma 52A #> 45190 52A-tug 52A #> 45202 52A-dah 52A #> 45205 52A-tas 52A #> 45227 52A-orh 52A #> 45248 52A-owc 52A #> 45254 52A-irq 52A #> 45305 53A-irq 53A #> 45316 53A-per 53A #> 45319 53A-mup 53A #> 45320 53A-som 53A #> 45392 53A-owc 53A #> 45395 53A-kwm 53A #> 45404 53A-ssh 53A #> 45407 53A-mlt 53A #> 45411 53A-bma 53A #> 45417 53A-arg 53A #> 45419 53A-cop 53A #> 45428 53A-heb 53A #> 45429 53A-orb 53A #> 45460 53A-ker 53A #> 45479 53A-hau 53A #> 45495 53A-aeg 53A #> 45506 53A-orh 53A #> 45515 53A-wly 53A #> 45522 53A-amr 53A #> 45587 54A-heb 54A #> 45588 54A-ars 54A #> 45622 54A-ako 54A #> 45642 54A-aeg 54A #> 45668 54A-wly 54A #> 45676 54A-gdf 54A #> 45680 54A-amh 54A #> 45690 54A-irq 54A #> 45696 54A-kef 54A #> 45698 54A-mrg 54A #> 45709 54A-ssh 54A #> 45713 54A-hau 54A #> 45716 54A-ren 54A #> 45727 54A-yms 54A #> 45729 54A-bpa 54A #> 45849 55A-abo 55A #> 45851 55A-amh 55A #> 45862 55A-hau 55A #> 45865 55A-diz 55A #> 45872 55A-heb 55A #> 45915 55A-tgh 55A #> 45940 55A-ako 55A #> 45961 55A-irq 55A #> 45963 55A-orh 55A #> 45975 55A-naj 55A #> 45976 55A-mrg 55A #> 45980 55A-amr 55A #> 45993 55A-mup 55A #> 46001 55A-agw 55A #> 46023 55A-gdf 55A #> 46026 55A-mbg 55A #> 46032 55A-ngz 55A #> 46067 55A-miy 55A #> 46068 55A-aeg 55A #> 46251 56A-amr 56A #> 46283 56A-heb 56A #> 46292 56A-irq 56A #> 46310 56A-mrg 56A #> 46316 56A-ngz 56A #> 46327 56A-arn 56A #> 46609 57A-mgu 57A #> 46642 57A-mbr 57A #> 46650 57A-amr 57A #> 46657 57A-bma 57A #> 46663 57A-tas 57A #> 46671 57A-ams 57A #> 46681 57A-per 57A #> 46684 57A-mko 57A #> 46690 57A-hdi 57A #> 46695 57A-pod 57A #> 46699 57A-brn 57A #> 46701 57A-lel 57A #> 46706 57A-ker 57A #> 46718 57A-paa 57A #> 46722 57A-heb 57A #> 46724 57A-bej 57A #> 46727 57A-mig 57A #> 46739 57A-tig 57A #> 46748 57A-mlg 57A #> 46760 57A-som 57A #> 46764 57A-ngz 57A #> 46765 57A-bch 57A #> 46772 57A-arq 57A #> 46790 57A-arg 57A #> 46791 57A-lag 57A #> 46793 57A-gud 57A #> 46794 57A-amh 57A #> 46795 57A-cld 57A #> 46799 57A-ter 57A #> 46805 57A-chh 57A #> 46814 57A-irq 57A #> 46818 57A-tai 57A #> 46819 57A-mrg 57A #> 46833 57A-hau 57A #> 46860 57A-aeg 57A #> 46865 57A-brf 57A #> 46871 57A-anc 57A #> 46873 57A-naj 57A #> 46880 57A-bsi 57A #> 46889 57A-miy 57A #> 46900 57A-zen 57A #> 46905 57A-sod 57A #> 46907 57A-lmg 57A #> 46914 57A-bfg 57A #> 46916 57A-tsk 57A #> 46917 57A-tan 57A #> 46925 57A-bud 57A #> 46929 57A-giz 57A #> 46930 57A-asy 57A #> 46935 57A-bid 57A #> 46954 57A-tgr 57A #> 47035 57A-mup 57A #> 47047 57A-aar 57A #> 47135 57A-qaf 57A #> 47214 57A-orh 57A #> 47216 57A-knk 57A #> 47217 57A-wly 57A #> 47335 58A-mrg 58A #> 47341 58A-aeg 58A #> 47342 58A-orh 58A #> 47345 58A-heb 58A #> 47388 58A-ter 58A #> 47407 58A-bej 58A #> 47408 58A-hau 58A #> 47419 58A-bma 58A #> 47437 58A-amh 58A #> 47454 58A-diz 58A #> 47473 58A-knk 58A #> 47510 58B-aeg 58B #> 47513 58B-orh 58B #> 47517 58B-hau 58B #> 47530 58B-knk 58B #> 47567 58B-amh 58B #> 47585 58B-bej 58B #> 47605 58B-mrg 58B #> 47636 58B-heb 58B #> 47656 58B-diz 58B #> 47675 58B-bma 58B #> 47700 58B-ter 58B #> 47777 59A-aeg 59A #> 47782 59A-bej 59A #> 47816 59A-heb 59A #> 47819 59A-hau 59A #> 47828 59A-amh 59A #> 47891 59A-mrg 59A #> 47896 59A-knk 59A #> 47915 59A-ter 59A #> 47938 59A-orh 59A #> 47950 59A-bma 59A #> 47958 59A-diz 59A #> 47989 6A-amh 6A #> 48052 6A-kul 6A #> 48060 6A-orh 6A #> 48122 6A-lam 6A #> 48127 6A-tgr 6A #> 48135 6A-anc 6A #> 48206 6A-tas 6A #> 48217 6A-bej 6A #> 48239 6A-dah 6A #> 48257 6A-ktk 6A #> 48258 6A-kef 6A #> 48283 6A-ngz 6A #> 48292 6A-soq 6A #> 48300 6A-diz 6A #> 48323 6A-ter 6A #> 48326 6A-dnw 6A #> 48369 6A-hau 6A #> 48385 6A-knk 6A #> 48440 6A-ker 6A #> 48450 6A-mrg 6A #> 48454 6A-bma 6A #> 48466 6A-som 6A #> 48467 6A-awn 6A #> 48477 6A-hmr 6A #> 48478 6A-irq 6A #> 48496 6A-hba 6A #> 48515 6A-aeg 6A #> 48547 6A-tug 6A #> 48549 6A-nap 6A #> 48565 60A-ngz 60A #> 48575 60A-naj 60A #> 48610 60A-mup 60A #> 48617 60A-miy 60A #> 48622 60A-agw 60A #> 48638 60A-brn 60A #> 48647 60A-mrg 60A #> 48656 60A-irq 60A #> 48668 60A-heb 60A #> 48685 60A-tgh 60A #> 48691 61A-ngz 61A #> 48714 61A-mrg 61A #> 48718 61A-heb 61A #> 48741 61A-amr 61A #> 48754 61A-mbg 61A #> 48785 61A-irq 61A #> 48790 61A-brn 61A #> 48794 61A-naj 61A #> 48799 61A-agw 61A #> 48842 62A-orh 62A #> 48859 62A-amh 62A #> 48868 62A-kbl 62A #> 48893 62A-mlt 62A #> 48910 62A-lel 62A #> 48911 62A-heb 62A #> 48913 62A-aeg 62A #> 48917 62A-hau 62A #> 48935 62A-irq 62A #> 48987 63A-som 63A #> 48992 63A-amh 63A #> 49019 63A-mlt 63A #> 49021 63A-orh 63A #> 49031 63A-bej 63A #> 49072 63A-tgr 63A #> 49076 63A-heb 63A #> 49080 63A-aeg 63A #> 49153 63A-bln 63A #> 49166 63A-hau 63A #> 49189 63A-mrg 63A #> 49191 63A-cop 63A #> 49193 63A-bma 63A #> 49202 63A-ter 63A #> 49236 64A-irq 64A #> 49254 64A-ker 64A #> 49274 64A-dug 64A #> 49330 64A-heb 64A #> 49354 64A-aeg 64A #> 49392 64A-bma 64A #> 49400 64A-mle 64A #> 49401 64A-miy 64A #> 49406 64A-qaf 64A #> 49407 64A-orh 64A #> 49418 64A-dha 64A #> 49426 64A-hau 64A #> 49427 64A-per 64A #> 49428 64A-tig 64A #> 49434 64A-cop 64A #> 49437 64A-mup 64A #> 49459 64A-lmg 64A #> 49465 64A-som 64A #> 49472 64A-lel 64A #> 49497 64A-bud 64A #> 49500 64A-mgu 64A #> 49516 65A-knk 65A #> 49517 65A-wly 65A #> 49522 65A-bma 65A #> 49532 65A-orh 65A #> 49542 65A-aeg 65A #> 49544 65A-bej 65A #> 49550 65A-mlt 65A #> 49551 65A-mrg 65A #> 49614 65A-tug 65A #> 49615 65A-ren 65A #> 49616 65A-atu 65A #> 49629 65A-tgr 65A #> 49662 65A-awn 65A #> 49680 65A-heb 65A #> 49687 65A-som 65A #> 49704 65A-hau 65A #> 49733 65A-amh 65A #> 49737 65A-tig 65A #> 49748 66A-mlt 66A #> 49753 66A-tgr 66A #> 49757 66A-atu 66A #> 49766 66A-som 66A #> 49781 66A-heb 66A #> 49800 66A-knk 66A #> 49802 66A-bej 66A #> 49808 66A-tig 66A #> 49815 66A-aeg 66A #> 49824 66A-awn 66A #> 49827 66A-amh 66A #> 49830 66A-orh 66A #> 49882 66A-hau 66A #> 49911 66A-wly 66A #> 49912 66A-bma 66A #> 49929 66A-ren 66A #> 49940 66A-tug 66A #> 49951 66A-mrg 66A #> 49966 67A-mrg 67A #> 49968 67A-tig 67A #> 49987 67A-heb 67A #> 49991 67A-tug 67A #> 50005 67A-som 67A #> 50006 67A-knk 67A #> 50018 67A-wly 67A #> 50055 67A-aeg 67A #> 50060 67A-awn 67A #> 50078 67A-orh 67A #> 50091 67A-bma 67A #> 50097 67A-hau 67A #> 50102 67A-bej 67A #> 50127 67A-tgr 67A #> 50139 67A-mlt 67A #> 50174 67A-amh 67A #> 50178 67A-ren 67A #> 50181 67A-atu 67A #> 50214 68A-bej 68A #> 50230 68A-tgr 68A #> 50256 68A-mrg 68A #> 50265 68A-awn 68A #> 50271 68A-orh 68A #> 50286 68A-amh 68A #> 50298 68A-tig 68A #> 50309 68A-heb 68A #> 50312 68A-som 68A #> 50318 68A-mlt 68A #> 50324 68A-wly 68A #> 50326 68A-tug 68A #> 50349 68A-hau 68A #> 50360 68A-knk 68A #> 50367 68A-aeg 68A #> 50375 68A-atu 68A #> 50382 68A-bma 68A #> 50403 68A-ren 68A #> 50420 69A-uld 69A #> 50426 69A-brf 69A #> 50454 69A-tas 69A #> 50465 69A-tgh 69A #> 50469 69A-lag 69A #> 50551 69A-bud 69A #> 50559 69A-orh 69A #> 50582 69A-paa 69A #> 50586 69A-tan 69A #> 50701 69A-knk 69A #> 50723 69A-bln 69A #> 50752 69A-kem 69A #> 50797 69A-gud 69A #> 50831 69A-wly 69A #> 50863 69A-aar 69A #> 50886 69A-bej 69A #> 50887 69A-cld 69A #> 50930 69A-dim 69A #> 50935 69A-som 69A #> 50968 69A-brn 69A #> 51015 69A-zay 69A #> 51026 69A-ker 69A #> 51054 69A-orw 69A #> 51132 69A-ngz 69A #> 51175 69A-gim 69A #> 51197 69A-sid 69A #> 51229 69A-mas 69A #> 51252 69A-mrg 69A #> 51257 69A-lel 69A #> 51276 69A-sod 69A #> 51280 69A-arq 69A #> 51282 69A-naj 69A #> 51295 69A-chh 69A #> 51298 69A-bfg 69A #> 51310 69A-bma 69A #> 51317 69A-amh 69A #> 51323 69A-per 69A #> 51324 69A-asy 69A #> 51328 69A-lmg 69A #> 51333 69A-aeg 69A #> 51339 69A-amr 69A #> 51359 69A-arg 69A #> 51363 69A-meh 69A #> 51377 69A-heb 69A #> 51435 69A-anc 69A #> 51437 69A-cop 69A #> 51449 69A-mbr 69A #> 51453 69A-hau 69A #> 51468 69A-ter 69A #> 51478 69A-goe 69A #> 51480 69A-irq 69A #> 51517 69A-mup 69A #> 51531 69A-miy 69A #> 51573 7A-awn 7A #> 51581 7A-bej 7A #> 51711 7A-nap 7A #> 51726 7A-tas 7A #> 51757 7A-tug 7A #> 51773 7A-aeg 7A #> 51826 7A-som 7A #> 51841 7A-hba 7A #> 51913 7A-bma 7A #> 51957 7A-kef 7A #> 51960 7A-diz 7A #> 51967 7A-tgr 7A #> 51993 7A-amh 7A #> 52014 7A-anc 7A #> 52024 7A-dnw 7A #> 52034 7A-lam 7A #> 52035 7A-ngz 7A #> 52038 7A-knk 7A #> 52041 7A-ter 7A #> 52047 7A-mrg 7A #> 52053 7A-ker 7A #> 52061 7A-dah 7A #> 52063 7A-orh 7A #> 52066 7A-ktk 7A #> 52067 7A-irq 7A #> 52071 7A-kul 7A #> 52072 7A-hau 7A #> 52074 7A-hmr 7A #> 52075 7A-soq 7A #> 52106 70A-orh 70A #> 52123 70A-meh 70A #> 52124 70A-gam 70A #> 52137 70A-tgr 70A #> 52146 70A-bma 70A #> 52164 70A-bfg 70A #> 52176 70A-arg 70A #> 52203 70A-ars 70A #> 52204 70A-tas 70A #> 52208 70A-zen 70A #> 52226 70A-anl 70A #> 52234 70A-mle 70A #> 52243 70A-mrg 70A #> 52246 70A-amh 70A #> 52249 70A-irq 70A #> 52256 70A-mlt 70A #> 52268 70A-mbg 70A #> 52269 70A-nap 70A #> 52271 70A-uld 70A #> 52278 70A-miy 70A #> 52286 70A-gim 70A #> 52288 70A-bej 70A #> 52301 70A-cld 70A #> 52304 70A-abb 70A #> 52324 70A-ter 70A #> 52336 70A-bud 70A #> 52345 70A-aeg 70A #> 52350 70A-amr 70A #> 52363 70A-heb 70A #> 52381 70A-diz 70A #> 52407 70A-hau 70A #> 52484 70A-mup 70A #> 52504 70A-kbl 70A #> 52546 70A-apa 70A #> 52571 70A-hmr 70A #> 52638 70A-ker 70A #> 52667 71A-tas 71A #> 52674 71A-apa 71A #> 52695 71A-bfg 71A #> 52791 71A-arg 71A #> 52810 71A-bej 71A #> 52820 71A-irq 71A #> 52838 71A-gim 71A #> 52898 71A-orh 71A #> 52960 71A-bma 71A #> 52963 71A-amr 71A #> 52964 71A-meh 71A #> 52966 71A-tgr 71A #> 52973 71A-anl 71A #> 52974 71A-ter 71A #> 52975 71A-abb 71A #> 52982 71A-zen 71A #> 52983 71A-bud 71A #> 52989 71A-aeg 71A #> 52999 71A-heb 71A #> 53006 71A-ars 71A #> 53009 71A-hau 71A #> 53021 71A-amh 71A #> 53027 71A-hmr 71A #> 53033 71A-mle 71A #> 53035 71A-diz 71A #> 53036 71A-ker 71A #> 53081 71A-miy 71A #> 53112 71A-mlt 71A #> 53126 71A-mbg 71A #> 53188 72A-gam 72A #> 53191 72A-heb 72A #> 53202 72A-awn 72A #> 53229 72A-anl 72A #> 53265 72A-mrg 72A #> 53272 72A-irq 72A #> 53302 72A-hau 72A #> 53314 72A-ker 72A #> 53364 72A-amh 72A #> 53368 72A-aeg 72A #> 53378 72A-miy 72A #> 53382 72A-orh 72A #> 53394 72A-mlt 72A #> 53403 72A-bma 72A #> 53413 72A-mle 72A #> 53421 72A-amr 72A #> 53479 72A-cld 72A #> 53503 72A-cop 72A #> 53512 72A-tgr 72A #> 53569 73A-ker 73A #> 53607 73A-aeg 73A #> 53622 73A-heb 73A #> 53628 73A-hau 73A #> 53633 73A-bma 73A #> 53704 73A-orh 73A #> 53767 73A-som 73A #> 53817 73A-irq 73A #> 53826 73A-amr 73A #> 53835 73A-tgr 73A #> 53919 74A-arg 74A #> 53922 74A-meh 74A #> 53928 74A-hau 74A #> 53955 74A-aeg 74A #> 53968 74A-som 74A #> 53991 74A-orh 74A #> 53992 74A-amr 74A #> 54008 74A-bej 74A #> 54013 74A-mlt 74A #> 54028 74A-amh 74A #> 54031 74A-heb 74A #> 54035 74A-ker 74A #> 54040 74A-tgr 74A #> 54048 74A-irq 74A #> 54052 74A-bma 74A #> 54078 75A-heb 75A #> 54082 75A-hau 75A #> 54086 75A-mlt 75A #> 54108 75A-arg 75A #> 54113 75A-amr 75A #> 54116 75A-meh 75A #> 54117 75A-orh 75A #> 54119 75A-aeg 75A #> 54123 75A-amh 75A #> 54137 75A-som 75A #> 54243 75A-irq 75A #> 54255 75A-tgr 75A #> 54256 75A-ker 75A #> 54296 75A-bej 75A #> 54329 76A-heb 76A #> 54334 76A-aeg 76A #> 54339 76A-mlt 76A #> 54363 76A-irq 76A #> 54389 76A-amr 76A #> 54390 76A-hau 76A #> 54394 76A-arg 76A #> 54407 76A-orh 76A #> 54421 76A-meh 76A #> 54452 76A-amh 76A #> 54457 76A-tgr 76A #> 54464 76A-ker 76A #> 54489 76A-som 76A #> 54520 77A-orh 77A #> 54536 77A-heb 77A #> 54560 77A-ker 77A #> 54567 77A-hau 77A #> 54589 77A-aeg 77A #> 54610 77A-irq 77A #> 54639 77A-bse 77A #> 54722 77A-arg 77A #> 54829 77A-bej 77A #> 54948 78A-bse 78A #> 54988 78A-hau 78A #> 55014 78A-ker 78A #> 55022 78A-orh 78A #> 55080 78A-heb 78A #> 55084 78A-aeg 78A #> 55107 78A-irq 78A #> 55184 78A-arg 78A #> 55284 78A-bej 78A #> 55381 79A-orh 79A #> 55387 79A-heb 79A #> 55436 79A-bma 79A #> 55442 79A-amr 79A #> 55452 79A-mup 79A #> 55465 79A-irq 79A #> 55480 79A-orb 79A #> 55497 79A-wly 79A #> 55509 79A-hau 79A #> 55521 79A-mlt 79A #> 55533 79A-aeg 79A #> 55535 79A-atu 79A #> 55547 79A-agw 79A #> 55548 79B-bma 79B #> 55555 79B-irq 79B #> 55557 79B-aeg 79B #> 55567 79B-amr 79B #> 55571 79B-atu 79B #> 55580 79B-orh 79B #> 55582 79B-mlt 79B #> 55584 79B-orb 79B #> 55587 79B-agw 79B #> 55604 79B-hau 79B #> 55619 79B-wly 79B #> 55656 79B-heb 79B #> 55667 79B-mup 79B #> 55845 8A-kef 8A #> 55865 8A-ktk 8A #> 55870 8A-kul 8A #> 55904 8A-diz 8A #> 55918 8A-soq 8A #> 55922 8A-som 8A #> 55940 8A-hau 8A #> 55969 8A-bma 8A #> 56008 8A-tgr 8A #> 56017 8A-hmr 8A #> 56024 8A-ker 8A #> 56027 8A-tas 8A #> 56036 8A-orh 8A #> 56037 8A-dnw 8A #> 56048 8A-bej 8A #> 56053 8A-anc 8A #> 56092 8A-amh 8A #> 56113 8A-nap 8A #> 56140 8A-aeg 8A #> 56162 8A-tug 8A #> 56195 8A-awn 8A #> 56214 8A-hba 8A #> 56264 8A-irq 8A #> 56270 8A-dah 8A #> 56274 8A-ngz 8A #> 56275 8A-mrg 8A #> 56280 8A-ter 8A #> 56285 8A-lam 8A #> 56293 8A-knk 8A #> 56318 80A-aeg 80A #> 56343 80A-wly 80A #> 56368 80A-hau 80A #> 56375 80A-agw 80A #> 56378 80A-bma 80A #> 56395 80A-mlt 80A #> 56420 80A-atu 80A #> 56426 80A-orb 80A #> 56438 80A-orh 80A #> 56451 80A-amr 80A #> 56462 80A-irq 80A #> 56463 80A-heb 80A #> 56476 80A-mup 80A #> 56521 81A-abo 81A #> 56541 81A-naj 81A #> 56580 81A-amh 81A #> 56587 81A-gam 81A #> 56635 81A-tig 81A #> 56636 81A-orh 81A #> 56688 81A-qaf 81A #> 56706 81A-som 81A #> 56709 81A-sod 81A #> 56712 81A-kem 81A #> 56724 81A-wly 81A #> 56727 81A-gim 81A #> 56753 81A-chh 81A #> 56782 81A-irq 81A #> 56800 81A-dim 81A #> 56854 81A-zay 81A #> 56867 81A-tgr 81A #> 56902 81A-orw 81A #> 57005 81A-sid 81A #> 57025 81A-bej 81A #> 57045 81A-dha 81A #> 57074 81A-lel 81A #> 57076 81A-mas 81A #> 57088 81A-hau 81A #> 57099 81A-brn 81A #> 57122 81A-arg 81A #> 57145 81A-ker 81A #> 57192 81A-mup 81A #> 57223 81A-ron 81A #> 57224 81A-arj 81A #> 57232 81A-knk 81A #> 57241 81A-per 81A #> 57256 81A-heb 81A #> 57260 81A-mlg 81A #> 57273 81A-bud 81A #> 57298 81A-ngz 81A #> 57299 81A-anc 81A #> 57307 81A-mgu 81A #> 57360 81A-uld 81A #> 57378 81A-aeg 81A #> 57384 81A-ter 81A #> 57389 81A-mda 81A #> 57399 81A-mbr 81A #> 57415 81A-cop 81A #> 57430 81A-arq 81A #> 57441 81A-paa 81A #> 57452 81A-brf 81A #> 57453 81A-mof 81A #> 57476 81A-tan 81A #> 57481 81A-mrg 81A #> 57490 81A-goe 81A #> 57506 81A-bid 81A #> 57517 81A-hna 81A #> 57536 81A-lag 81A #> 57570 81A-hdi 81A #> 57577 81A-ams 81A #> 57579 81A-lmg 81A #> 57592 81A-bma 81A #> 57600 81A-tsk 81A #> 57615 81A-pod 81A #> 57631 81A-gud 81A #> 57632 81A-kbl 81A #> 57635 81A-bfg 81A #> 57711 81A-meh 81A #> 57728 81A-tas 81A #> 57750 81A-bln 81A #> 57788 81A-bch 81A #> 57819 81A-asy 81A #> 57836 81A-miy 81A #> 57923 81B-asy 81B #> 57925 81B-bch 81B #> 57929 81B-meh 81B #> 57941 81B-miy 81B #> 57946 82A-ker 82A #> 57956 82A-arg 82A #> 58010 82A-uld 82A #> 58025 82A-heb 82A #> 58028 82A-per 82A #> 58062 82A-lag 82A #> 58070 82A-bud 82A #> 58086 82A-mbr 82A #> 58099 82A-abo 82A #> 58108 82A-mgu 82A #> 58222 82A-mup 82A #> 58251 82A-knk 82A #> 58262 82A-dim 82A #> 58300 82A-bid 82A #> 58324 82A-dha 82A #> 58327 82A-sid 82A #> 58352 82A-som 82A #> 58356 82A-ron 82A #> 58364 82A-brf 82A #> 58376 82A-chh 82A #> 58387 82A-brn 82A #> 58392 82A-kem 82A #> 58397 82A-arq 82A #> 58428 82A-hna 82A #> 58446 82A-amh 82A #> 58545 82A-goe 82A #> 58574 82A-irq 82A #> 58586 82A-zay 82A #> 58638 82A-qaf 82A #> 58647 82A-cop 82A #> 58651 82A-sod 82A #> 58657 82A-gam 82A #> 58663 82A-bej 82A #> 58664 82A-anc 82A #> 58675 82A-mas 82A #> 58713 82A-aar 82A #> 58721 82A-mlg 82A #> 58736 82A-lel 82A #> 58741 82A-orh 82A #> 58817 82A-gim 82A #> 58835 82A-tgr 82A #> 58837 82A-mrg 82A #> 58850 82A-paa 82A #> 58858 82A-aeg 82A #> 58860 82A-ter 82A #> 58903 82A-mda 82A #> 58910 82A-hau 82A #> 58958 82A-naj 82A #> 59011 82A-wly 82A #> 59062 82A-tan 82A #> 59069 82A-ngz 82A #> 59125 82A-arj 82A #> 59131 82A-tig 82A #> 59135 82A-mof 82A #> 59137 82A-orw 82A #> 59172 82A-tsk 82A #> 59189 82A-ams 82A #> 59202 82A-tai 82A #> 59214 82A-amr 82A #> 59233 82A-lmg 82A #> 59239 82A-kbl 82A #> 59247 82A-bma 82A #> 59292 82A-bfg 82A #> 59294 82A-gud 82A #> 59305 82A-pod 82A #> 59308 82A-hdi 82A #> 59351 82A-meh 82A #> 59376 82A-bch 82A #> 59388 82A-tas 82A #> 59402 82A-miy 82A #> 59433 82A-bln 82A #> 59441 82A-asy 82A #> 59443 83A-gam 83A #> 59446 83A-kem 83A #> 59448 83A-amh 83A #> 59466 83A-bln 83A #> 59519 83A-orh 83A #> 59650 83A-som 83A #> 59687 83A-chh 83A #> 59694 83A-zay 83A #> 59711 83A-wly 83A #> 59779 83A-irq 83A #> 59805 83A-sid 83A #> 59823 83A-bej 83A #> 59914 83A-gim 83A #> 59936 83A-aar 83A #> 59953 83A-qaf 83A #> 59988 83A-sod 83A #> 59995 83A-orw 83A #> 60024 83A-dim 83A #> 60049 83A-naj 83A #> 60082 83A-dha 83A #> 60097 83A-tig 83A #> 60121 83A-abo 83A #> 60126 83A-tgr 83A #> 60159 83A-meh 83A #> 60166 83A-arj 83A #> 60175 83A-gnd 83A #> 60214 83A-mas 83A #> 60223 83A-bch 83A #> 60225 83A-paa 83A #> 60229 83A-arq 83A #> 60230 83A-tai 83A #> 60236 83A-arg 83A #> 60249 83A-kbl 83A #> 60256 83A-bma 83A #> 60263 83A-lmg 83A #> 60287 83A-amr 83A #> 60344 83A-aeg 83A #> 60347 83A-hna 83A #> 60367 83A-mbr 83A #> 60377 83A-bse 83A #> 60378 83A-mlg 83A #> 60393 83A-tgh 83A #> 60400 83A-giz 83A #> 60411 83A-lel 83A #> 60414 83A-mup 83A #> 60434 83A-tsk 83A #> 60456 83A-hdi 83A #> 60465 83A-bud 83A #> 60471 83A-hau 83A #> 60477 83A-uld 83A #> 60502 83A-goe 83A #> 60537 83A-mgu 83A #> 60552 83A-mrg 83A #> 60558 83A-mda 83A #> 60567 83A-knk 83A #> 60568 83A-heb 83A #> 60578 83A-ron 83A #> 60615 83A-ker 83A #> 60620 83A-ngz 83A #> 60627 83A-pod 83A #> 60628 83A-brf 83A #> 60633 83A-mof 83A #> 60706 83A-cop 83A #> 60707 83A-miy 83A #> 60712 83A-gud 83A #> 60724 83A-ter 83A #> 60737 83A-tan 83A #> 60746 83A-per 83A #> 60747 83A-tas 83A #> 60753 83A-ams 83A #> 60761 83A-lag 83A #> 60776 83A-bfg 83A #> 60783 83A-brn 83A #> 60827 83A-bid 83A #> 60845 83A-anc 83A #> 60857 83A-asy 83A #> 60970 84A-gud 84A #> 60972 84A-paa 84A #> 60975 84A-cop 84A #> 60985 84A-bma 84A #> 60991 84A-uld 84A #> 60992 84A-mup 84A #> 60994 84A-ams 84A #> 61019 84A-brf 84A #> 61022 84A-aeg 84A #> 61028 84A-knk 84A #> 61033 84A-ngz 84A #> 61035 84A-bud 84A #> 61052 84A-kbl 84A #> 61060 84A-hdi 84A #> 61061 84A-arg 84A #> 61075 84A-miy 84A #> 61086 84A-hna 84A #> 61095 84A-bfg 84A #> 61120 84A-hau 84A #> 61145 84A-mof 84A #> 61157 84A-lmg 84A #> 61158 84A-ter 84A #> 61160 84A-tsk 84A #> 61170 84A-anc 84A #> 61197 84A-chh 84A #> 61213 84A-orh 84A #> 61225 84A-dha 84A #> 61231 84A-orw 84A #> 61273 84A-naj 84A #> 61344 84A-brn 84A #> 61384 84A-irq 84A #> 61462 85A-gam 85A #> 61536 85A-gim 85A #> 61562 85A-dim 85A #> 61585 85A-bln 85A #> 61595 85A-orh 85A #> 61758 85A-orw 85A #> 61762 85A-aar 85A #> 61781 85A-qaf 85A #> 61784 85A-bej 85A #> 61808 85A-kem 85A #> 61968 85A-sid 85A #> 62037 85A-asy 85A #> 62039 85A-knk 85A #> 62040 85A-anc 85A #> 62072 85A-goe 85A #> 62073 85A-ngz 85A #> 62075 85A-kwm 85A #> 62077 85A-per 85A #> 62092 85A-brf 85A #> 62097 85A-meh 85A #> 62103 85A-mof 85A #> 62106 85A-ker 85A #> 62136 85A-tai 85A #> 62142 85A-mup 85A #> 62150 85A-ams 85A #> 62162 85A-heb 85A #> 62185 85A-mig 85A #> 62206 85A-gnd 85A #> 62209 85A-amr 85A #> 62219 85A-lmg 85A #> 62225 85A-bse 85A #> 62227 85A-uld 85A #> 62229 85A-hdi 85A #> 62235 85A-ter 85A #> 62242 85A-cop 85A #> 62247 85A-mgu 85A #> 62258 85A-kbl 85A #> 62263 85A-bud 85A #> 62272 85A-hau 85A #> 62277 85A-hna 85A #> 62281 85A-mas 85A #> 62302 85A-mlg 85A #> 62307 85A-bfg 85A #> 62321 85A-mrg 85A #> 62333 85A-tgr 85A #> 62341 85A-arg 85A #> 62361 85A-naj 85A #> 62370 85A-bmz 85A #> 62371 85A-lel 85A #> 62391 85A-zen 85A #> 62401 85A-gud 85A #> 62428 85A-aeg 85A #> 62441 85A-arq 85A #> 62455 85A-mko 85A #> 62463 85A-arj 85A #> 62464 85A-lag 85A #> 62473 85A-bma 85A #> 62478 85A-cld 85A #> 62481 85A-bsi 85A #> 62486 85A-tgh 85A #> 62494 85A-paa 85A #> 62506 85A-irq 85A #> 62512 85A-bid 85A #> 62513 85A-giz 85A #> 62531 85A-tsk 85A #> 62537 85A-pod 85A #> 62538 85A-miy 85A #> 62541 85A-tig 85A #> 62582 85A-amh 85A #> 62592 85A-chh 85A #> 62605 85A-som 85A #> 62607 85A-sod 85A #> 62610 85A-brn 85A #> 62611 85A-mbr 85A #> 62654 86A-gam 86A #> 62711 86A-zay 86A #> 62754 86A-sid 86A #> 62760 86A-qaf 86A #> 62778 86A-bej 86A #> 62839 86A-chh 86A #> 62846 86A-bln 86A #> 62851 86A-wly 86A #> 62927 86A-sod 86A #> 63037 86A-kem 86A #> 63224 86A-amh 86A #> 63232 86A-aar 86A #> 63275 86A-dha 86A #> 63340 86A-tgh 86A #> 63344 86A-bid 86A #> 63346 86A-ngz 86A #> 63347 86A-bch 86A #> 63371 86A-brf 86A #> 63382 86A-cop 86A #> 63404 86A-irq 86A #> 63430 86A-naj 86A #> 63439 86A-brn 86A #> 63447 86A-lmg 86A #> 63457 86A-tas 86A #> 63459 86A-per 86A #> 63461 86A-ron 86A #> 63468 86A-anc 86A #> 63471 86A-gud 86A #> 63476 86A-orh 86A #> 63494 86A-mup 86A #> 63495 86A-pod 86A #> 63498 86A-mlg 86A #> 63499 86A-hdi 86A #> 63512 86A-paa 86A #> 63513 86A-tgr 86A #> 63526 86A-mas 86A #> 63531 86A-lag 86A #> 63532 86A-uld 86A #> 63533 86A-ams 86A #> 63537 86A-tsk 86A #> 63563 86A-ter 86A #> 63568 86A-kwm 86A #> 63575 86A-abo 86A #> 63580 86A-mda 86A #> 63581 86A-mrg 86A #> 63585 86A-heb 86A #> 63604 86A-amr 86A #> 63619 86A-goe 86A #> 63636 86A-arj 86A #> 63642 86A-meh 86A #> 63662 86A-bma 86A #> 63663 86A-orw 86A #> 63669 86A-asy 86A #> 63670 86A-aeg 86A #> 63674 86A-hna 86A #> 63680 86A-mgu 86A #> 63681 86A-hau 86A #> 63688 86A-zen 86A #> 63697 86A-miy 86A #> 63705 86A-bfg 86A #> 63744 86A-knk 86A #> 63755 86A-kbl 86A #> 63757 86A-gnd 86A #> 63758 86A-cld 86A #> 63768 86A-bud 86A #> 63769 86A-arg 86A #> 63772 86A-arq 86A #> 63776 86A-tai 86A #> 63778 86A-ker 86A #> 63792 86A-mbr 86A #> 63794 86A-mof 86A #> 63798 86A-tig 86A #> 63816 86A-lel 86A #> 63888 86A-som 86A #> 63917 87A-qaf 87A #> 64044 87A-zay 87A #> 64127 87A-hau 87A #> 64134 87A-paa 87A #> 64135 87A-sid 87A #> 64138 87A-tig 87A #> 64159 87A-kem 87A #> 64207 87A-sod 87A #> 64219 87A-gud 87A #> 64244 87A-wly 87A #> 64246 87A-tgr 87A #> 64253 87A-amh 87A #> 64258 87A-gam 87A #> 64264 87A-chh 87A #> 64295 87A-orw 87A #> 64300 87A-abo 87A #> 64301 87A-dim 87A #> 64303 87A-mbr 87A #> 64334 87A-mgu 87A #> 64354 87A-naj 87A #> 64361 87A-dha 87A #> 64387 87A-arg 87A #> 64391 87A-arq 87A #> 64397 87A-uld 87A #> 64407 87A-arj 87A #> 64425 87A-bud 87A #> 64445 87A-per 87A #> 64479 87A-brf 87A #> 64486 87A-gnd 87A #> 64490 87A-ngz 87A #> 64521 87A-bid 87A #> 64524 87A-bfg 87A #> 64549 87A-orh 87A #> 64551 87A-lmg 87A #> 64562 87A-aeg 87A #> 64568 87A-lag 87A #> 64580 87A-tsk 87A #> 64592 87A-cld 87A #> 64626 87A-amr 87A #> 64627 87A-kbl 87A #> 64668 87A-mof 87A #> 64671 87A-anc 87A #> 64672 87A-bsi 87A #> 64719 87A-mlg 87A #> 64723 87A-mup 87A #> 64724 87A-brn 87A #> 64728 87A-ker 87A #> 64746 87A-mrg 87A #> 64774 87A-mda 87A #> 64827 87A-miy 87A #> 64887 87A-asy 87A #> 64891 87A-hdi 87A #> 64898 87A-cop 87A #> 64900 87A-mas 87A #> 64901 87A-heb 87A #> 64945 87A-som 87A #> 64967 87A-hna 87A #> 64968 87A-goe 87A #> 64982 87A-bch 87A #> 65063 87A-kwm 87A #> 65071 87A-ter 87A #> 65090 87A-lel 87A #> 65103 87A-bln 87A #> 65105 87A-irq 87A #> 65122 87A-meh 87A #> 65129 87A-aar 87A #> 65130 87A-ams 87A #> 65138 87A-bma 87A #> 65185 87A-knk 87A #> 65196 87A-gim 87A #> 65241 87A-bej 87A #> 65250 87A-pod 87A #> 65287 88A-amh 88A #> 65397 88A-zay 88A #> 65408 88A-cld 88A #> 65409 88A-pod 88A #> 65460 88A-gam 88A #> 65464 88A-tig 88A #> 65499 88A-qaf 88A #> 65538 88A-naj 88A #> 65562 88A-ams 88A #> 65603 88A-bfg 88A #> 65671 88A-kem 88A #> 65695 88A-wly 88A #> 65711 88A-miy 88A #> 65724 88A-sid 88A #> 65726 88A-amr 88A #> 65823 88A-hna 88A #> 65824 88A-mrg 88A #> 65828 88A-mda 88A #> 65844 88A-tsk 88A #> 65856 88A-brf 88A #> 65875 88A-tai 88A #> 65890 88A-goe 88A #> 65937 88A-lel 88A #> 65945 88A-mof 88A #> 65962 88A-anc 88A #> 65969 88A-dim 88A #> 65986 88A-uld 88A #> 66028 88A-irq 88A #> 66052 88A-chh 88A #> 66084 88A-ron 88A #> 66098 88A-orw 88A #> 66125 88A-bid 88A #> 66126 88A-mbr 88A #> 66127 88A-mlg 88A #> 66135 88A-bch 88A #> 66136 88A-bse 88A #> 66140 88A-knk 88A #> 66163 88A-ter 88A #> 66177 88A-bud 88A #> 66186 88A-mup 88A #> 66202 88A-ngz 88A #> 66225 88A-gnd 88A #> 66230 88A-aeg 88A #> 66236 88A-mgu 88A #> 66269 88A-dha 88A #> 66296 88A-bsi 88A #> 66302 88A-gim 88A #> 66319 88A-ker 88A #> 66320 88A-heb 88A #> 66321 88A-orh 88A #> 66326 88A-aar 88A #> 66345 88A-tgh 88A #> 66375 88A-lag 88A #> 66383 88A-gud 88A #> 66385 88A-brn 88A #> 66390 88A-som 88A #> 66395 88A-tas 88A #> 66401 88A-bej 88A #> 66402 88A-hdi 88A #> 66425 88A-tgr 88A #> 66426 88A-lmg 88A #> 66428 88A-bma 88A #> 66440 88A-arj 88A #> 66454 88A-asy 88A #> 66460 88A-arg 88A #> 66477 88A-hau 88A #> 66478 88A-cop 88A #> 66483 89A-wly 89A #> 66511 89A-gam 89A #> 66563 89A-ams 89A #> 66579 89A-bch 89A #> 66586 89A-bfg 89A #> 66606 89A-bma 89A #> 66625 89A-qaf 89A #> 66665 89A-tgr 89A #> 66680 89A-tgh 89A #> 66684 89A-amr 89A #> 66698 89A-cop 89A #> 66760 89A-bln 89A #> 66788 89A-sid 89A #> 66798 89A-zen 89A #> 66827 89A-tsk 89A #> 66830 89A-amh 89A #> 66842 89A-zay 89A #> 66843 89A-brf 89A #> 66854 89A-cld 89A #> 66886 89A-arq 89A #> 66888 89A-som 89A #> 66895 89A-naj 89A #> 66919 89A-arg 89A #> 66930 89A-heb 89A #> 66931 89A-chh 89A #> 66968 89A-abo 89A #> 66984 89A-dha 89A #> 66999 89A-knk 89A #> 67032 89A-mrg 89A #> 67052 89A-hdi 89A #> 67055 89A-anc 89A #> 67056 89A-mda 89A #> 67087 89A-miy 89A #> 67096 89A-aar 89A #> 67121 89A-ter 89A #> 67123 89A-hna 89A #> 67164 89A-irq 89A #> 67169 89A-pod 89A #> 67188 89A-mbr 89A #> 67192 89A-ngz 89A #> 67234 89A-dim 89A #> 67238 89A-hau 89A #> 67250 89A-orh 89A #> 67253 89A-ron 89A #> 67258 89A-gud 89A #> 67299 89A-ker 89A #> 67303 89A-mup 89A #> 67308 89A-mgu 89A #> 67345 89A-lmg 89A #> 67364 89A-giz 89A #> 67366 89A-paa 89A #> 67386 89A-mlg 89A #> 67405 89A-mas 89A #> 67428 89A-goe 89A #> 67442 89A-uld 89A #> 67469 89A-lel 89A #> 67470 89A-brn 89A #> 67476 89A-orw 89A #> 67494 89A-per 89A #> 67530 89A-bid 89A #> 67545 89A-lag 89A #> 67553 89A-mof 89A #> 67563 89A-bud 89A #> 67569 89A-aeg 89A #> 67577 89A-arj 89A #> 67579 89A-meh 89A #> 67610 89A-asy 89A #> 67619 89A-gim 89A #> 67642 9A-irq 9A #> 67819 9A-awn 9A #> 67890 9A-soq 9A #> 67898 9A-hau 9A #> 67916 9A-bej 9A #> 67926 9A-hrs 9A #> 67936 9A-mma 9A #> 67939 9A-bma 9A #> 67956 9A-som 9A #> 67960 9A-bth 9A #> 67966 9A-meh 9A #> 67985 9A-mlt 9A #> 68013 9A-ngz 9A #> 68015 9A-naa 9A #> 68021 9A-amh 9A #> 68025 9A-jib 9A #> 68032 9A-amr 9A #> 68060 9A-tas 9A #> 68061 9A-aeg 9A #> 68069 9A-heb 9A #> 68086 9A-sod 9A #> 68094 9A-orh 9A #> 68097 9A-chh 9A #> 68107 90A-uld 90A #> 68110 90A-mas 90A #> 68119 90A-hna 90A #> 68140 90A-arj 90A #> 68151 90A-gnd 90A #> 68169 90A-pod 90A #> 68207 90A-ter 90A #> 68220 90A-paa 90A #> 68228 90A-mup 90A #> 68234 90A-hau 90A #> 68244 90A-orw 90A #> 68249 90A-gud 90A #> 68296 90A-brf 90A #> 68297 90A-irq 90A #> 68299 90A-anc 90A #> 68300 90A-bud 90A #> 68323 90A-knk 90A #> 68342 90A-arq 90A #> 68347 90A-ker 90A #> 68351 90A-per 90A #> 68367 90A-cop 90A #> 68374 90A-heb 90A #> 68378 90A-arg 90A #> 68383 90A-aar 90A #> 68386 90A-mbr 90A #> 68390 90A-naj 90A #> 68406 90A-mlg 90A #> 68419 90A-bfg 90A #> 68424 90A-mgu 90A #> 68439 90A-cld 90A #> 68455 90A-kbl 90A #> 68456 90A-mrg 90A #> 68457 90A-bma 90A #> 68458 90A-tai 90A #> 68466 90A-miy 90A #> 68482 90A-orh 90A #> 68487 90A-hdi 90A #> 68497 90A-ngz 90A #> 68519 90A-bej 90A #> 68523 90A-som 90A #> 68549 90A-aeg 90A #> 68557 90A-ron 90A #> 68589 90A-meh 90A #> 68601 90A-lmg 90A #> 68602 90A-amr 90A #> 68622 90A-asy 90A #> 68640 90A-tsk 90A #> 68646 90A-abo 90A #> 68653 90A-bid 90A #> 68656 90A-mof 90A #> 68657 90A-brn 90A #> 68674 90A-lel 90A #> 68694 90A-tgr 90A #> 68722 90A-kem 90A #> 68734 90A-sid 90A #> 68745 90A-chh 90A #> 68775 90A-qaf 90A #> 68778 90A-gam 90A #> 68810 90A-zay 90A #> 68819 90A-amh 90A #> 68873 90A-gim 90A #> 68930 90B-qaf 90B #> 68937 90B-gam 90B #> 69008 90B-tgr 90B #> 69009 90B-kem 90B #> 69024 90B-chh 90B #> 69057 90B-amh 90B #> 69064 90B-zay 90B #> 69065 90B-sid 90B #> 69091 90B-gim 90B #> 69122 90C-hau 90C #> 69136 90C-anc 90C #> 69146 90C-gnd 90C #> 69147 90C-amr 90C #> 69154 90C-som 90C #> 69156 90C-brf 90C #> 69170 90C-arj 90C #> 69174 90C-aeg 90C #> 69178 90C-mof 90C #> 69183 90C-meh 90C #> 69191 90C-per 90C #> 69234 90C-hdi 90C #> 69254 90C-lel 90C #> 69268 90C-paa 90C #> 69281 90C-uld 90C #> 69283 90C-ter 90C #> 69300 90C-mlg 90C #> 69304 90C-pod 90C #> 69311 90C-aar 90C #> 69314 90C-orh 90C #> 69321 90C-ngz 90C #> 69352 90C-knk 90C #> 69364 90C-asy 90C #> 69383 90C-tsk 90C #> 69390 90C-ron 90C #> 69407 90C-cld 90C #> 69415 90C-kbl 90C #> 69444 90C-bud 90C #> 69448 90C-mrg 90C #> 69458 90C-ker 90C #> 69487 90C-bej 90C #> 69510 90C-bid 90C #> 69522 90C-mbr 90C #> 69530 90C-bma 90C #> 69537 90C-bfg 90C #> 69565 90C-gud 90C #> 69566 90C-orw 90C #> 69568 90C-arg 90C #> 69571 90C-lmg 90C #> 69599 90C-heb 90C #> 69604 90C-tai 90C #> 69608 90C-mup 90C #> 69611 90C-cop 90C #> 69612 90C-irq 90C #> 69618 90C-naj 90C #> 69625 90C-arq 90C #> 69637 90C-miy 90C #> 69668 90C-mgu 90C #> 69674 90C-hna 90C #> 69680 90C-brn 90C #> 69687 90C-mas 90C #> 69691 90C-abo 90C #> 69723 90C-gim 90C #> 69840 90G-hna 90G #> 69852 91A-orh 91A #> 69853 91A-arj 91A #> 69877 91A-arg 91A #> 69879 91A-dim 91A #> 70014 91A-som 91A #> 70072 91A-hau 91A #> 70075 91A-bud 91A #> 70089 91A-bid 91A #> 70121 91A-ams 91A #> 70129 91A-cld 91A #> 70150 91A-aeg 91A #> 70168 91A-ngz 91A #> 70207 91A-mrg 91A #> 70223 91A-brn 91A #> 70240 91A-amr 91A #> 70282 91A-mup 91A #> 70295 91A-arq 91A #> 70298 91A-asy 91A #> 70321 91A-heb 91A #> 70344 92A-bma 92A #> 70346 92A-tsk 92A #> 70361 92A-brf 92A #> 70369 92A-amr 92A #> 70373 92A-bfg 92A #> 70382 92A-heb 92A #> 70394 92A-aeg 92A #> 70429 92A-cop 92A #> 70442 92A-ams 92A #> 70459 92A-hna 92A #> 70472 92A-per 92A #> 70481 92A-chh 92A #> 70487 92A-lmg 92A #> 70489 92A-lag 92A #> 70494 92A-gud 92A #> 70498 92A-hau 92A #> 70535 92A-lel 92A #> 70572 92A-mrg 92A #> 70586 92A-ter 92A #> 70587 92A-asy 92A #> 70599 92A-hdi 92A #> 70601 92A-miy 92A #> 70607 92A-bud 92A #> 70608 92A-mgu 92A #> 70620 92A-pod 92A #> 70632 92A-anc 92A #> 70657 92A-ron 92A #> 70658 92A-goe 92A #> 70660 92A-ker 92A #> 70690 92A-mup 92A #> 70724 92A-mbr 92A #> 70739 92A-mas 92A #> 70757 92A-knk 92A #> 70763 92A-uld 92A #> 70822 92A-som 92A #> 70872 92A-dim 92A #> 70896 92A-ngz 92A #> 70898 92A-irq 92A #> 70904 92A-gim 92A #> 70911 92A-naj 92A #> 70914 92A-meh 92A #> 70929 92A-orh 92A #> 70945 92A-bej 92A #> 70949 92A-mlg 92A #> 70950 92A-paa 92A #> 70982 92A-wly 92A #> 70993 92A-aar 92A #> 71047 92A-dha 92A #> 71099 92A-sid 92A #> 71108 92A-bln 92A #> 71127 92A-zay 92A #> 71136 92A-kbl 92A #> 71160 92A-tai 92A #> 71161 92A-arg 92A #> 71166 92A-kem 92A #> 71204 92A-brn 92A #> 71216 93A-bma 93A #> 71243 93A-gud 93A #> 71251 93A-hdi 93A #> 71252 93A-heb 93A #> 71267 93A-brf 93A #> 71279 93A-tig 93A #> 71286 93A-bfg 93A #> 71291 93A-meh 93A #> 71321 93A-zay 93A #> 71417 93A-tsk 93A #> 71454 93A-asy 93A #> 71478 93A-cop 93A #> 71480 93A-goe 93A #> 71488 93A-knk 93A #> 71492 93A-tas 93A #> 71522 93A-mgu 93A #> 71525 93A-som 93A #> 71535 93A-tgr 93A #> 71540 93A-mup 93A #> 71548 93A-arg 93A #> 71560 93A-anc 93A #> 71633 93A-mrg 93A #> 71643 93A-lel 93A #> 71647 93A-dha 93A #> 71675 93A-brn 93A #> 71727 93A-ter 93A #> 71748 93A-arj 93A #> 71758 93A-irq 93A #> 71817 93A-naj 93A #> 71818 93A-bej 93A #> 71848 93A-paa 93A #> 71857 93A-ker 93A #> 71868 93A-ron 93A #> 71869 93A-orw 93A #> 71875 93A-bud 93A #> 71905 93A-ngz 93A #> 71911 93A-sid 93A #> 71923 93A-orh 93A #> 71946 93A-amh 93A #> 71954 93A-mas 93A #> 71977 93A-mlg 93A #> 71985 93A-per 93A #> 72017 93A-hna 93A #> 72050 93A-giz 93A #> 72059 93A-lag 93A #> 72063 93A-arq 93A #> 72066 93A-aeg 93A #> 72088 93A-hau 93A #> 72095 93A-miy 93A #> 72115 94A-knk 94A #> 72122 94A-brf 94A #> 72124 94A-lmg 94A #> 72132 94A-bfg 94A #> 72143 94A-lel 94A #> 72161 94A-naj 94A #> 72223 94A-som 94A #> 72224 94A-arj 94A #> 72239 94A-ams 94A #> 72249 94A-meh 94A #> 72272 94A-ter 94A #> 72273 94A-cop 94A #> 72281 94A-mgu 94A #> 72283 94A-aeg 94A #> 72293 94A-miy 94A #> 72301 94A-asy 94A #> 72304 94A-mlg 94A #> 72309 94A-gud 94A #> 72323 94A-bma 94A #> 72331 94A-ker 94A #> 72334 94A-tgh 94A #> 72341 94A-mrg 94A #> 72342 94A-heb 94A #> 72370 94A-amr 94A #> 72371 94A-orh 94A #> 72372 94A-uld 94A #> 72379 94A-arq 94A #> 72401 94A-hau 94A #> 72403 94A-hna 94A #> 72426 94A-paa 94A #> 72431 94A-mbr 94A #> 72474 94A-mup 94A #> 72488 94A-arg 94A #> 72493 94A-tsk 94A #> 72564 94A-bud 94A #> 72581 94A-amh 94A #> 72596 94A-gim 94A #> 72643 94A-bej 94A #> 72693 94A-tgr 94A #> 72708 94A-sod 94A #> 72719 94A-tas 94A #> 72731 94A-lag 94A #> 72741 94A-per 94A #> 72759 94A-ngz 94A #> 72808 95A-sid 95A #> 72872 95A-bej 95A #> 72880 95A-dim 95A #> 72943 95A-bln 95A #> 72963 95A-aar 95A #> 72969 95A-qaf 95A #> 73033 95A-orw 95A #> 73149 95A-orh 95A #> 73150 95A-gam 95A #> 73199 95A-gim 95A #> 73235 95A-kem 95A #> 73241 95A-irq 95A #> 73249 95A-tig 95A #> 73250 95A-naj 95A #> 73252 95A-tgr 95A #> 73312 95A-meh 95A #> 73318 95A-hau 95A #> 73329 95A-pod 95A #> 73331 95A-tsk 95A #> 73337 95A-hdi 95A #> 73340 95A-per 95A #> 73349 95A-hna 95A #> 73351 95A-brf 95A #> 73353 95A-lmg 95A #> 73356 95A-mrg 95A #> 73358 95A-ams 95A #> 73372 95A-tgh 95A #> 73375 95A-cop 95A #> 73381 95A-mof 95A #> 73384 95A-ter 95A #> 73411 95A-bse 95A #> 73414 95A-arg 95A #> 73441 95A-ker 95A #> 73444 95A-anc 95A #> 73465 95A-goe 95A #> 73495 95A-arj 95A #> 73503 95A-gnd 95A #> 73506 95A-bid 95A #> 73517 95A-mgu 95A #> 73527 95A-mlg 95A #> 73577 95A-bud 95A #> 73587 95A-amr 95A #> 73594 95A-bma 95A #> 73602 95A-arq 95A #> 73607 95A-lel 95A #> 73616 95A-knk 95A #> 73622 95A-gud 95A #> 73625 95A-bfg 95A #> 73649 95A-asy 95A #> 73657 95A-tai 95A #> 73667 95A-kbl 95A #> 73668 95A-miy 95A #> 73673 95A-aeg 95A #> 73676 95A-giz 95A #> 73686 95A-heb 95A #> 73703 95A-paa 95A #> 73710 95A-mas 95A #> 73714 95A-lag 95A #> 73743 95A-ngz 95A #> 73748 95A-mup 95A #> 73750 95A-uld 95A #> 73754 95A-amh 95A #> 73789 95A-brn 95A #> 73826 95A-sod 95A #> 73843 95A-mbr 95A #> 73879 95A-chh 95A #> 73882 95A-som 95A #> 73919 96A-qaf 96A #> 73925 96A-tgr 96A #> 73962 96A-gam 96A #> 73968 96A-zay 96A #> 73986 96A-sid 96A #> 74014 96A-kem 96A #> 74022 96A-amh 96A #> 74036 96A-chh 96A #> 74051 96A-orw 96A #> 74052 96A-orh 96A #> 74064 96A-som 96A #> 74072 96A-aar 96A #> 74099 96A-abo 96A #> 74130 96A-naj 96A #> 74135 96A-irq 96A #> 74143 96A-bej 96A #> 74160 96A-hau 96A #> 74184 96A-mbr 96A #> 74199 96A-miy 96A #> 74204 96A-gud 96A #> 74206 96A-hdi 96A #> 74214 96A-ngz 96A #> 74221 96A-asy 96A #> 74226 96A-mup 96A #> 74227 96A-knk 96A #> 74233 96A-mof 96A #> 74240 96A-ron 96A #> 74251 96A-aeg 96A #> 74279 96A-ter 96A #> 74287 96A-kbl 96A #> 74290 96A-paa 96A #> 74304 96A-mgu 96A #> 74313 96A-per 96A #> 74327 96A-brf 96A #> 74331 96A-arj 96A #> 74332 96A-gnd 96A #> 74337 96A-lel 96A #> 74338 96A-mrg 96A #> 74354 96A-uld 96A #> 74358 96A-cop 96A #> 74369 96A-bid 96A #> 74371 96A-lmg 96A #> 74375 96A-heb 96A #> 74380 96A-bud 96A #> 74384 96A-hna 96A #> 74394 96A-amr 96A #> 74415 96A-ker 96A #> 74420 96A-tai 96A #> 74440 96A-bfg 96A #> 74480 96A-meh 96A #> 74486 96A-bma 96A #> 74494 96A-mlg 96A #> 74501 96A-brn 96A #> 74509 96A-tsk 96A #> 74529 96A-anc 96A #> 74530 96A-mas 96A #> 74546 96A-pod 96A #> 74555 96A-arg 96A #> 74573 96A-arq 96A #> 74686 96A-cld 96A #> 74748 96A-gim 96A #> 74794 97A-tig 97A #> 74814 97A-qaf 97A #> 74816 97A-amh 97A #> 74850 97A-gam 97A #> 74860 97A-sod 97A #> 74888 97A-sid 97A #> 74896 97A-wly 97A #> 74897 97A-tgr 97A #> 74941 97A-chh 97A #> 74971 97A-zay 97A #> 74985 97A-kem 97A #> 75009 97A-orw 97A #> 75020 97A-aar 97A #> 75025 97A-som 97A #> 75051 97A-dha 97A #> 75089 97A-dim 97A #> 75099 97A-naj 97A #> 75171 97A-irq 97A #> 75253 97A-bln 97A #> 75279 97A-orh 97A #> 75317 97A-abo 97A #> 75350 97A-paa 97A #> 75359 97A-hau 97A #> 75407 97A-gud 97A #> 75457 97A-brf 97A #> 75461 97A-mup 97A #> 75473 97A-mlg 97A #> 75493 97A-bch 97A #> 75497 97A-lag 97A #> 75524 97A-goe 97A #> 75527 97A-aeg 97A #> 75528 97A-gnd 97A #> 75529 97A-mrg 97A #> 75533 97A-bfg 97A #> 75550 97A-hna 97A #> 75558 97A-ter 97A #> 75565 97A-bud 97A #> 75590 97A-amr 97A #> 75591 97A-bid 97A #> 75599 97A-hdi 97A #> 75662 97A-per 97A #> 75665 97A-ker 97A #> 75668 97A-bma 97A #> 75685 97A-brn 97A #> 75686 97A-mgu 97A #> 75692 97A-uld 97A #> 75698 97A-kbl 97A #> 75700 97A-cop 97A #> 75701 97A-miy 97A #> 75702 97A-anc 97A #> 75703 97A-ams 97A #> 75743 97A-tsk 97A #> 75760 97A-mbr 97A #> 75774 97A-asy 97A #> 75781 97A-mas 97A #> 75785 97A-lel 97A #> 75788 97A-ngz 97A #> 75794 97A-arq 97A #> 75859 97A-mof 97A #> 75863 97A-heb 97A #> 75867 97A-arg 97A #> 75881 97A-arj 97A #> 75892 97A-meh 97A #> 75893 97A-mda 97A #> 75905 97A-lmg 97A #> 75906 97A-gim 97A #> 75915 97A-bej 97A #> 75921 97A-pod 97A #> 76072 97A-knk 97A #> 76109 98A-aeg 98A #> 76164 98A-ker 98A #> 76171 98A-hau 98A #> 76206 98A-heb 98A #> 76242 98A-irq 98A #> 76248 98A-bma 98A #> 76250 98A-orh 98A #> 76303 99A-irq 99A #> 76307 99A-ker 99A #> 76309 99A-aeg 99A #> 76327 99A-hau 99A #> 76364 99A-bma 99A #> 76398 99A-orh 99A #> 76412 99A-heb 99A #> feature #> 164 Consonant Inventories #> 215 Consonant Inventories #> 237 Consonant Inventories #> 244 Consonant Inventories #> 269 Consonant Inventories #> 350 Consonant Inventories #> 359 Consonant Inventories #> 382 Consonant Inventories #> 389 Consonant Inventories #> 395 Consonant Inventories #> 400 Consonant Inventories #> 404 Consonant Inventories #> 419 Consonant Inventories #> 429 Consonant Inventories #> 448 Consonant Inventories #> 450 Consonant Inventories #> 457 Consonant Inventories #> 461 Consonant Inventories #> 462 Consonant Inventories #> 464 Consonant Inventories #> 471 Consonant Inventories #> 479 Consonant Inventories #> 490 Consonant Inventories #> 497 Consonant Inventories #> 498 Consonant Inventories #> 511 Consonant Inventories #> 517 Consonant Inventories #> 538 Consonant Inventories #> 572 Vowel Nasalization #> 672 Vowel Nasalization #> 690 Vowel Nasalization #> 692 Vowel Nasalization #> 705 Vowel Nasalization #> 709 Vowel Nasalization #> 720 Vowel Nasalization #> 724 Vowel Nasalization #> 742 Vowel Nasalization #> 747 Vowel Nasalization #> 761 Vowel Nasalization #> 774 Vowel Nasalization #> 789 Vowel Nasalization #> 822 Nasal Vowels in West Africa #> 823 Nasal Vowels in West Africa #> 825 Nasal Vowels in West Africa #> 826 Nasal Vowels in West Africa #> 884 Alignment of Verbal Person Marking #> 911 Alignment of Verbal Person Marking #> 922 Alignment of Verbal Person Marking #> 931 Alignment of Verbal Person Marking #> 961 Alignment of Verbal Person Marking #> 973 Alignment of Verbal Person Marking #> 974 Alignment of Verbal Person Marking #> 985 Alignment of Verbal Person Marking #> 994 Alignment of Verbal Person Marking #> 997 Alignment of Verbal Person Marking #> 1007 Alignment of Verbal Person Marking #> 1008 Alignment of Verbal Person Marking #> 1009 Alignment of Verbal Person Marking #> 1020 Alignment of Verbal Person Marking #> 1073 Alignment of Verbal Person Marking #> 1076 Alignment of Verbal Person Marking #> 1080 Alignment of Verbal Person Marking #> 1134 Alignment of Verbal Person Marking #> 1264 Expression of Pronominal Subjects #> 1277 Expression of Pronominal Subjects #> 1311 Expression of Pronominal Subjects #> 1317 Expression of Pronominal Subjects #> 1318 Expression of Pronominal Subjects #> 1382 Expression of Pronominal Subjects #> 1386 Expression of Pronominal Subjects #> 1403 Expression of Pronominal Subjects #> 1421 Expression of Pronominal Subjects #> 1432 Expression of Pronominal Subjects #> 1451 Expression of Pronominal Subjects #> 1461 Expression of Pronominal Subjects #> 1471 Expression of Pronominal Subjects #> 1478 Expression of Pronominal Subjects #> 1482 Expression of Pronominal Subjects #> 1496 Expression of Pronominal Subjects #> 1521 Expression of Pronominal Subjects #> 1542 Expression of Pronominal Subjects #> 1557 Expression of Pronominal Subjects #> 1576 Expression of Pronominal Subjects #> 1594 Expression of Pronominal Subjects #> 1595 Expression of Pronominal Subjects #> 1610 Expression of Pronominal Subjects #> 1656 Expression of Pronominal Subjects #> 1684 Expression of Pronominal Subjects #> 1713 Expression of Pronominal Subjects #> 1726 Expression of Pronominal Subjects #> 1780 Expression of Pronominal Subjects #> 1788 Expression of Pronominal Subjects #> 1789 Expression of Pronominal Subjects #> 1792 Expression of Pronominal Subjects #> 1803 Expression of Pronominal Subjects #> 1807 Expression of Pronominal Subjects #> 1810 Expression of Pronominal Subjects #> 1819 Expression of Pronominal Subjects #> 1832 Expression of Pronominal Subjects #> 1839 Expression of Pronominal Subjects #> 1840 Expression of Pronominal Subjects #> 1879 Expression of Pronominal Subjects #> 1893 Expression of Pronominal Subjects #> 1908 Expression of Pronominal Subjects #> 1915 Expression of Pronominal Subjects #> 1918 Expression of Pronominal Subjects #> 1920 Expression of Pronominal Subjects #> 1935 Expression of Pronominal Subjects #> 1941 Verbal Person Marking #> 1971 Verbal Person Marking #> 2002 Verbal Person Marking #> 2023 Verbal Person Marking #> 2037 Verbal Person Marking #> 2045 Verbal Person Marking #> 2050 Verbal Person Marking #> 2073 Verbal Person Marking #> 2092 Verbal Person Marking #> 2096 Verbal Person Marking #> 2098 Verbal Person Marking #> 2133 Verbal Person Marking #> 2147 Verbal Person Marking #> 2247 Verbal Person Marking #> 2296 Verbal Person Marking #> 2298 Verbal Person Marking #> 2304 Verbal Person Marking #> 2344 Third Person Zero of Verbal Person Marking #> 2366 Third Person Zero of Verbal Person Marking #> 2372 Third Person Zero of Verbal Person Marking #> 2378 Third Person Zero of Verbal Person Marking #> 2397 Third Person Zero of Verbal Person Marking #> 2399 Third Person Zero of Verbal Person Marking #> 2422 Third Person Zero of Verbal Person Marking #> 2453 Third Person Zero of Verbal Person Marking #> 2459 Third Person Zero of Verbal Person Marking #> 2463 Third Person Zero of Verbal Person Marking #> 2511 Third Person Zero of Verbal Person Marking #> 2512 Third Person Zero of Verbal Person Marking #> 2539 Third Person Zero of Verbal Person Marking #> 2551 Third Person Zero of Verbal Person Marking #> 2571 Third Person Zero of Verbal Person Marking #> 2599 Third Person Zero of Verbal Person Marking #> 2625 Third Person Zero of Verbal Person Marking #> 2657 Third Person Zero of Verbal Person Marking #> 2705 Order of Person Markers on the Verb #> 2720 Order of Person Markers on the Verb #> 2739 Order of Person Markers on the Verb #> 2743 Order of Person Markers on the Verb #> 2748 Order of Person Markers on the Verb #> 2758 Order of Person Markers on the Verb #> 2788 Order of Person Markers on the Verb #> 2793 Order of Person Markers on the Verb #> 2805 Order of Person Markers on the Verb #> 2873 Order of Person Markers on the Verb #> 2875 Order of Person Markers on the Verb #> 2882 Order of Person Markers on the Verb #> 2899 Order of Person Markers on the Verb #> 2930 Order of Person Markers on the Verb #> 2935 Order of Person Markers on the Verb #> 2950 Order of Person Markers on the Verb #> 2976 Order of Person Markers on the Verb #> 3052 Order of Person Markers on the Verb #> 3089 Ditransitive Constructions: The Verb 'Give' #> 3096 Ditransitive Constructions: The Verb 'Give' #> 3108 Ditransitive Constructions: The Verb 'Give' #> 3113 Ditransitive Constructions: The Verb 'Give' #> 3147 Ditransitive Constructions: The Verb 'Give' #> 3158 Ditransitive Constructions: The Verb 'Give' #> 3163 Ditransitive Constructions: The Verb 'Give' #> 3168 Ditransitive Constructions: The Verb 'Give' #> 3187 Ditransitive Constructions: The Verb 'Give' #> 3190 Ditransitive Constructions: The Verb 'Give' #> 3192 Ditransitive Constructions: The Verb 'Give' #> 3194 Ditransitive Constructions: The Verb 'Give' #> 3206 Ditransitive Constructions: The Verb 'Give' #> 3207 Ditransitive Constructions: The Verb 'Give' #> 3217 Ditransitive Constructions: The Verb 'Give' #> 3221 Ditransitive Constructions: The Verb 'Give' #> 3223 Ditransitive Constructions: The Verb 'Give' #> 3224 Ditransitive Constructions: The Verb 'Give' #> 3253 Ditransitive Constructions: The Verb 'Give' #> 3259 Ditransitive Constructions: The Verb 'Give' #> 3271 Ditransitive Constructions: The Verb 'Give' #> 3275 Ditransitive Constructions: The Verb 'Give' #> 3285 Ditransitive Constructions: The Verb 'Give' #> 3290 Ditransitive Constructions: The Verb 'Give' #> 3339 Ditransitive Constructions: The Verb 'Give' #> 3354 Ditransitive Constructions: The Verb 'Give' #> 3410 Ditransitive Constructions: The Verb 'Give' #> 3447 Ditransitive Constructions: The Verb 'Give' #> 3472 Reciprocal Constructions #> 3495 Reciprocal Constructions #> 3505 Reciprocal Constructions #> 3552 Reciprocal Constructions #> 3561 Reciprocal Constructions #> 3583 Reciprocal Constructions #> 3610 Reciprocal Constructions #> 3636 Passive Constructions #> 3646 Passive Constructions #> 3692 Passive Constructions #> 3693 Passive Constructions #> 3694 Passive Constructions #> 3714 Passive Constructions #> 3716 Passive Constructions #> 3752 Passive Constructions #> 3766 Passive Constructions #> 3769 Passive Constructions #> 3770 Passive Constructions #> 3776 Passive Constructions #> 3870 Passive Constructions #> 3900 Passive Constructions #> 3916 Passive Constructions #> 3966 Passive Constructions #> 3969 Passive Constructions #> 3994 Passive Constructions #> 4062 Antipassive Constructions #> 4071 Antipassive Constructions #> 4107 Antipassive Constructions #> 4129 Antipassive Constructions #> 4143 Antipassive Constructions #> 4162 Antipassive Constructions #> 4174 Antipassive Constructions #> 4176 Antipassive Constructions #> 4178 Antipassive Constructions #> 4260 Productivity of the Antipassive Construction #> 4263 Productivity of the Antipassive Construction #> 4264 Productivity of the Antipassive Construction #> 4268 Productivity of the Antipassive Construction #> 4285 Productivity of the Antipassive Construction #> 4358 Productivity of the Antipassive Construction #> 4369 Productivity of the Antipassive Construction #> 4379 Productivity of the Antipassive Construction #> 4380 Productivity of the Antipassive Construction #> 4390 Applicative Constructions #> 4401 Applicative Constructions #> 4447 Applicative Constructions #> 4480 Applicative Constructions #> 4484 Applicative Constructions #> 4486 Applicative Constructions #> 4515 Applicative Constructions #> 4524 Applicative Constructions #> 4598 Other Roles of Applied Objects #> 4613 Other Roles of Applied Objects #> 4639 Other Roles of Applied Objects #> 4663 Other Roles of Applied Objects #> 4685 Other Roles of Applied Objects #> 4714 Other Roles of Applied Objects #> 4729 Other Roles of Applied Objects #> 4746 Other Roles of Applied Objects #> 4763 Front Rounded Vowels #> 4789 Front Rounded Vowels #> 4799 Front Rounded Vowels #> 4806 Front Rounded Vowels #> 4811 Front Rounded Vowels #> 4817 Front Rounded Vowels #> 4829 Front Rounded Vowels #> 4833 Front Rounded Vowels #> 4848 Front Rounded Vowels #> 4860 Front Rounded Vowels #> 4930 Front Rounded Vowels #> 4948 Front Rounded Vowels #> 4964 Front Rounded Vowels #> 4966 Front Rounded Vowels #> 4992 Front Rounded Vowels #> 5029 Front Rounded Vowels #> 5037 Front Rounded Vowels #> 5075 Front Rounded Vowels #> 5081 Front Rounded Vowels #> 5082 Front Rounded Vowels #> 5095 Front Rounded Vowels #> 5103 Front Rounded Vowels #> 5111 Front Rounded Vowels #> 5131 Front Rounded Vowels #> 5137 Front Rounded Vowels #> 5139 Front Rounded Vowels #> 5193 Front Rounded Vowels #> 5243 Front Rounded Vowels #> 5266 Front Rounded Vowels #> 5311 Periphrastic Causative Constructions #> 5385 Periphrastic Causative Constructions #> 5386 Periphrastic Causative Constructions #> 5395 Periphrastic Causative Constructions #> 5412 Periphrastic Causative Constructions #> 5452 Nonperiphrastic Causative Constructions #> 5460 Nonperiphrastic Causative Constructions #> 5469 Nonperiphrastic Causative Constructions #> 5479 Nonperiphrastic Causative Constructions #> 5503 Nonperiphrastic Causative Constructions #> 5530 Nonperiphrastic Causative Constructions #> 5544 Nonperiphrastic Causative Constructions #> 5575 Nonperiphrastic Causative Constructions #> 5588 Nonperiphrastic Causative Constructions #> 5608 Nonperiphrastic Causative Constructions #> 5622 Nonperiphrastic Causative Constructions #> 5675 Nonperiphrastic Causative Constructions #> 5679 Nonperiphrastic Causative Constructions #> 5747 Negative Morphemes #> 5806 Negative Morphemes #> 5829 Negative Morphemes #> 5850 Negative Morphemes #> 5855 Negative Morphemes #> 5875 Negative Morphemes #> 5884 Negative Morphemes #> 5903 Negative Morphemes #> 5918 Negative Morphemes #> 5921 Negative Morphemes #> 5937 Negative Morphemes #> 5958 Negative Morphemes #> 5975 Negative Morphemes #> 5983 Negative Morphemes #> 5984 Negative Morphemes #> 5985 Negative Morphemes #> 6131 Negative Morphemes #> 6133 Negative Morphemes #> 6137 Negative Morphemes #> 6138 Negative Morphemes #> 6179 Negative Morphemes #> 6184 Negative Morphemes #> 6204 Negative Morphemes #> 6213 Negative Morphemes #> 6217 Negative Morphemes #> 6218 Negative Morphemes #> 6247 Negative Morphemes #> 6289 Negative Morphemes #> 6301 Negative Morphemes #> 6302 Negative Morphemes #> 6310 Negative Morphemes #> 6342 Negative Morphemes #> 6385 Negative Morphemes #> 6410 Negative Morphemes #> 6415 Negative Morphemes #> 6445 Negative Morphemes #> 6448 Negative Morphemes #> 6458 Negative Morphemes #> 6462 Negative Morphemes #> 6465 Negative Morphemes #> 6489 Negative Morphemes #> 6510 Negative Morphemes #> 6514 Negative Morphemes #> 6539 Negative Morphemes #> 6568 Negative Morphemes #> 6571 Negative Morphemes #> 6582 Negative Morphemes #> 6628 Negative Morphemes #> 6699 Negative Morphemes #> 6707 Negative Morphemes #> 6716 Negative Morphemes #> 6772 Negative Morphemes #> 6790 Negative Morphemes #> 6795 Negative Morphemes #> 6799 Negative Morphemes #> 6824 Negative Morphemes #> 6836 Negative Morphemes #> 6848 Negative Morphemes #> 6849 Negative Morphemes #> 6857 Negative Morphemes #> 6867 Negative Morphemes #> 6868 Negative Morphemes #> 6881 Negative Morphemes #> 6890 Negative Morphemes #> 6932 Symmetric and Asymmetric Standard Negation #> 6967 Symmetric and Asymmetric Standard Negation #> 7009 Symmetric and Asymmetric Standard Negation #> 7021 Symmetric and Asymmetric Standard Negation #> 7028 Symmetric and Asymmetric Standard Negation #> 7033 Symmetric and Asymmetric Standard Negation #> 7066 Symmetric and Asymmetric Standard Negation #> 7069 Symmetric and Asymmetric Standard Negation #> 7109 Symmetric and Asymmetric Standard Negation #> 7115 Symmetric and Asymmetric Standard Negation #> 7147 Symmetric and Asymmetric Standard Negation #> 7179 Symmetric and Asymmetric Standard Negation #> 7184 Symmetric and Asymmetric Standard Negation #> 7217 Subtypes of Asymmetric Standard Negation #> 7225 Subtypes of Asymmetric Standard Negation #> 7254 Subtypes of Asymmetric Standard Negation #> 7260 Subtypes of Asymmetric Standard Negation #> 7292 Subtypes of Asymmetric Standard Negation #> 7293 Subtypes of Asymmetric Standard Negation #> 7317 Subtypes of Asymmetric Standard Negation #> 7347 Subtypes of Asymmetric Standard Negation #> 7350 Subtypes of Asymmetric Standard Negation #> 7355 Subtypes of Asymmetric Standard Negation #> 7358 Subtypes of Asymmetric Standard Negation #> 7431 Subtypes of Asymmetric Standard Negation #> 7476 Subtypes of Asymmetric Standard Negation #> 7492 Negative Indefinite Pronouns and Predicate Negation #> 7505 Negative Indefinite Pronouns and Predicate Negation #> 7507 Negative Indefinite Pronouns and Predicate Negation #> 7513 Negative Indefinite Pronouns and Predicate Negation #> 7529 Negative Indefinite Pronouns and Predicate Negation #> 7547 Negative Indefinite Pronouns and Predicate Negation #> 7571 Negative Indefinite Pronouns and Predicate Negation #> 7579 Negative Indefinite Pronouns and Predicate Negation #> 7587 Negative Indefinite Pronouns and Predicate Negation #> 7615 Negative Indefinite Pronouns and Predicate Negation #> 7616 Negative Indefinite Pronouns and Predicate Negation #> 7631 Negative Indefinite Pronouns and Predicate Negation #> 7648 Negative Indefinite Pronouns and Predicate Negation #> 7671 Negative Indefinite Pronouns and Predicate Negation #> 7673 Negative Indefinite Pronouns and Predicate Negation #> 7688 Negative Indefinite Pronouns and Predicate Negation #> 7726 Polar Questions #> 7728 Polar Questions #> 7730 Polar Questions #> 7735 Polar Questions #> 7800 Polar Questions #> 7806 Polar Questions #> 7830 Polar Questions #> 7847 Polar Questions #> 7856 Polar Questions #> 7863 Polar Questions #> 7895 Polar Questions #> 7904 Polar Questions #> 7919 Polar Questions #> 7933 Polar Questions #> 7946 Polar Questions #> 7951 Polar Questions #> 7968 Polar Questions #> 7971 Polar Questions #> 7997 Polar Questions #> 8005 Polar Questions #> 8012 Polar Questions #> 8014 Polar Questions #> 8022 Polar Questions #> 8031 Polar Questions #> 8058 Polar Questions #> 8080 Polar Questions #> 8093 Polar Questions #> 8110 Polar Questions #> 8125 Polar Questions #> 8140 Polar Questions #> 8176 Polar Questions #> 8177 Polar Questions #> 8196 Polar Questions #> 8197 Polar Questions #> 8217 Polar Questions #> 8246 Polar Questions #> 8282 Polar Questions #> 8292 Polar Questions #> 8293 Polar Questions #> 8322 Polar Questions #> 8323 Polar Questions #> 8375 Polar Questions #> 8384 Polar Questions #> 8388 Polar Questions #> 8440 Polar Questions #> 8455 Polar Questions #> 8458 Polar Questions #> 8475 Polar Questions #> 8479 Polar Questions #> 8526 Polar Questions #> 8532 Polar Questions #> 8534 Polar Questions #> 8538 Polar Questions #> 8556 Polar Questions #> 8590 Polar Questions #> 8600 Polar Questions #> 8634 Polar Questions #> 8643 Polar Questions #> 8646 Polar Questions #> 8666 Predicative Possession #> 8674 Predicative Possession #> 8676 Predicative Possession #> 8677 Predicative Possession #> 8678 Predicative Possession #> 8681 Predicative Possession #> 8682 Predicative Possession #> 8686 Predicative Possession #> 8696 Predicative Possession #> 8706 Predicative Possession #> 8769 Predicative Possession #> 8777 Predicative Possession #> 8781 Predicative Possession #> 8799 Predicative Possession #> 8803 Predicative Possession #> 8853 Predicative Possession #> 8919 Predicative Adjectives #> 8994 Predicative Adjectives #> 9029 Predicative Adjectives #> 9041 Predicative Adjectives #> 9078 Predicative Adjectives #> 9089 Predicative Adjectives #> 9092 Predicative Adjectives #> 9099 Predicative Adjectives #> 9100 Predicative Adjectives #> 9106 Predicative Adjectives #> 9119 Predicative Adjectives #> 9131 Predicative Adjectives #> 9190 Predicative Adjectives #> 9191 Predicative Adjectives #> 9196 Predicative Adjectives #> 9210 Predicative Adjectives #> 9221 Predicative Adjectives #> 9222 Predicative Adjectives #> 9236 Predicative Adjectives #> 9242 Predicative Adjectives #> 9243 Predicative Adjectives #> 9245 Predicative Adjectives #> 9246 Predicative Adjectives #> 9256 Predicative Adjectives #> 9265 Predicative Adjectives #> 9301 Nominal and Locational Predication #> 9303 Nominal and Locational Predication #> 9321 Nominal and Locational Predication #> 9323 Nominal and Locational Predication #> 9348 Nominal and Locational Predication #> 9353 Nominal and Locational Predication #> 9371 Nominal and Locational Predication #> 9377 Nominal and Locational Predication #> 9392 Nominal and Locational Predication #> 9399 Nominal and Locational Predication #> 9428 Nominal and Locational Predication #> 9434 Nominal and Locational Predication #> 9438 Nominal and Locational Predication #> 9453 Nominal and Locational Predication #> 9510 Nominal and Locational Predication #> 9511 Nominal and Locational Predication #> 9549 Nominal and Locational Predication #> 9567 Nominal and Locational Predication #> 9570 Nominal and Locational Predication #> 9576 Nominal and Locational Predication #> 9593 Nominal and Locational Predication #> 9594 Nominal and Locational Predication #> 9598 Nominal and Locational Predication #> 9608 Nominal and Locational Predication #> 9620 Nominal and Locational Predication #> 9729 Syllable Structure #> 9731 Syllable Structure #> 9742 Syllable Structure #> 9757 Syllable Structure #> 9766 Syllable Structure #> 9770 Syllable Structure #> 9788 Syllable Structure #> 9851 Syllable Structure #> 9886 Syllable Structure #> 9937 Syllable Structure #> 9948 Syllable Structure #> 9949 Syllable Structure #> 9959 Syllable Structure #> 9980 Syllable Structure #> 9992 Syllable Structure #> 10010 Syllable Structure #> 10014 Syllable Structure #> 10017 Syllable Structure #> 10023 Syllable Structure #> 10026 Syllable Structure #> 10054 Syllable Structure #> 10071 Syllable Structure #> 10072 Syllable Structure #> 10076 Syllable Structure #> 10119 Syllable Structure #> 10138 Syllable Structure #> 10154 Zero Copula for Predicate Nominals #> 10182 Zero Copula for Predicate Nominals #> 10199 Zero Copula for Predicate Nominals #> 10216 Zero Copula for Predicate Nominals #> 10250 Zero Copula for Predicate Nominals #> 10254 Zero Copula for Predicate Nominals #> 10304 Zero Copula for Predicate Nominals #> 10324 Zero Copula for Predicate Nominals #> 10331 Zero Copula for Predicate Nominals #> 10362 Zero Copula for Predicate Nominals #> 10385 Zero Copula for Predicate Nominals #> 10393 Zero Copula for Predicate Nominals #> 10397 Zero Copula for Predicate Nominals #> 10409 Zero Copula for Predicate Nominals #> 10414 Zero Copula for Predicate Nominals #> 10416 Zero Copula for Predicate Nominals #> 10439 Zero Copula for Predicate Nominals #> 10454 Zero Copula for Predicate Nominals #> 10466 Zero Copula for Predicate Nominals #> 10491 Zero Copula for Predicate Nominals #> 10504 Zero Copula for Predicate Nominals #> 10510 Zero Copula for Predicate Nominals #> 10512 Zero Copula for Predicate Nominals #> 10515 Zero Copula for Predicate Nominals #> 10531 Zero Copula for Predicate Nominals #> 10545 Comparative Constructions #> 10547 Comparative Constructions #> 10554 Comparative Constructions #> 10562 Comparative Constructions #> 10568 Comparative Constructions #> 10572 Comparative Constructions #> 10575 Comparative Constructions #> 10583 Comparative Constructions #> 10586 Comparative Constructions #> 10590 Comparative Constructions #> 10596 Comparative Constructions #> 10634 Comparative Constructions #> 10637 Comparative Constructions #> 10742 Relativization on Subjects #> 10766 Relativization on Subjects #> 10773 Relativization on Subjects #> 10782 Relativization on Subjects #> 10791 Relativization on Subjects #> 10793 Relativization on Subjects #> 10797 Relativization on Subjects #> 10814 Relativization on Subjects #> 10815 Relativization on Subjects #> 10820 Relativization on Subjects #> 10822 Relativization on Subjects #> 10838 Relativization on Subjects #> 10848 Relativization on Subjects #> 10865 Relativization on Subjects #> 10903 Relativization on Obliques #> 10904 Relativization on Obliques #> 10905 Relativization on Obliques #> 10908 Relativization on Obliques #> 10909 Relativization on Obliques #> 10933 Relativization on Obliques #> 10950 Relativization on Obliques #> 10951 Relativization on Obliques #> 10956 Relativization on Obliques #> 10994 'Want' Complement Subjects #> 11005 'Want' Complement Subjects #> 11021 'Want' Complement Subjects #> 11028 'Want' Complement Subjects #> 11037 'Want' Complement Subjects #> 11038 'Want' Complement Subjects #> 11042 'Want' Complement Subjects #> 11051 'Want' Complement Subjects #> 11109 'Want' Complement Subjects #> 11129 'Want' Complement Subjects #> 11131 'Want' Complement Subjects #> 11133 'Want' Complement Subjects #> 11134 'Want' Complement Subjects #> 11152 'Want' Complement Subjects #> 11155 'Want' Complement Subjects #> 11178 'Want' Complement Subjects #> 11183 'Want' Complement Subjects #> 11198 'Want' Complement Subjects #> 11203 'Want' Complement Subjects #> 11206 'Want' Complement Subjects #> 11288 Purpose Clauses #> 11304 Purpose Clauses #> 11309 Purpose Clauses #> 11311 Purpose Clauses #> 11350 Purpose Clauses #> 11353 Purpose Clauses #> 11372 Purpose Clauses #> 11392 Purpose Clauses #> 11393 Purpose Clauses #> 11431 Purpose Clauses #> 11446 'When' Clauses #> 11461 'When' Clauses #> 11477 'When' Clauses #> 11492 'When' Clauses #> 11510 'When' Clauses #> 11516 'When' Clauses #> 11523 'When' Clauses #> 11532 'When' Clauses #> 11560 'When' Clauses #> 11562 'When' Clauses #> 11631 Reason Clauses #> 11640 Reason Clauses #> 11641 Reason Clauses #> 11659 Reason Clauses #> 11679 Reason Clauses #> 11691 Reason Clauses #> 11701 Reason Clauses #> 11726 Reason Clauses #> 11761 Reason Clauses #> 11767 Reason Clauses #> 11783 Utterance Complement Clauses #> 11810 Utterance Complement Clauses #> 11816 Utterance Complement Clauses #> 11829 Utterance Complement Clauses #> 11887 Utterance Complement Clauses #> 11893 Utterance Complement Clauses #> 11901 Utterance Complement Clauses #> 11903 Utterance Complement Clauses #> 11933 Hand and Arm #> 11953 Hand and Arm #> 12020 Hand and Arm #> 12050 Hand and Arm #> 12066 Hand and Arm #> 12077 Hand and Arm #> 12136 Hand and Arm #> 12207 Hand and Arm #> 12240 Hand and Arm #> 12497 Hand and Arm #> 12536 Tone #> 12547 Tone #> 12555 Tone #> 12628 Tone #> 12639 Tone #> 12643 Tone #> 12655 Tone #> 12750 Tone #> 12756 Tone #> 12865 Tone #> 12872 Tone #> 12876 Tone #> 12885 Tone #> 12892 Tone #> 12906 Tone #> 12911 Tone #> 12912 Tone #> 12917 Tone #> 12937 Tone #> 12949 Tone #> 12952 Tone #> 12955 Tone #> 12958 Tone #> 12981 Tone #> 12982 Tone #> 12990 Tone #> 13014 Tone #> 13050 Tone #> 13061 Tone #> 13100 Finger and Hand #> 13139 Finger and Hand #> 13156 Finger and Hand #> 13198 Finger and Hand #> 13202 Finger and Hand #> 13230 Finger and Hand #> 13369 Finger and Hand #> 13379 Finger and Hand #> 13432 Finger and Hand #> 13503 Finger and Hand #> 13530 Finger and Hand #> 13724 Cultural Categories of Languages with Identity of 'Finger' and 'Hand' #> 13735 Numeral Bases #> 13737 Numeral Bases #> 13766 Numeral Bases #> 13774 Numeral Bases #> 13797 Numeral Bases #> 13802 Numeral Bases #> 13849 Numeral Bases #> 13850 Numeral Bases #> 13944 Number of Non-Derived Basic Colour Categories #> 14039 Number of Non-Derived Basic Colour Categories #> 14053 Number of Basic Colour Categories #> 14153 Number of Basic Colour Categories #> 14167 Green and Blue #> 14276 Green and Blue #> 14288 Red and Yellow #> 14396 Red and Yellow #> 14417 M-T Pronouns #> 14425 M-T Pronouns #> 14431 M-T Pronouns #> 14435 M-T Pronouns #> 14476 M-T Pronouns #> 14524 M-T Pronouns #> 14558 M-T Pronouns #> 14568 M-T Pronouns #> 14645 M in First Person Singular #> 14678 M in First Person Singular #> 14703 M in First Person Singular #> 14719 M in First Person Singular #> 14743 M in First Person Singular #> 14751 M in First Person Singular #> 14760 M in First Person Singular #> 14764 M in First Person Singular #> 14879 N-M Pronouns #> 14931 N-M Pronouns #> 14945 N-M Pronouns #> 14961 N-M Pronouns #> 14974 N-M Pronouns #> 15023 N-M Pronouns #> 15045 N-M Pronouns #> 15088 N-M Pronouns #> 15120 M in Second Person Singular #> 15132 M in Second Person Singular #> 15136 M in Second Person Singular #> 15149 M in Second Person Singular #> 15161 M in Second Person Singular #> 15185 M in Second Person Singular #> 15211 M in Second Person Singular #> 15317 M in Second Person Singular #> 15324 Tea #> 15327 Tea #> 15346 Tea #> 15361 Tea #> 15362 Tea #> 15380 Tea #> 15392 Tea #> 15404 Tea #> 15418 Tea #> 15422 Tea #> 15425 Tea #> 15478 Tea #> 15495 Tea #> 15523 Tea #> 15541 Tea #> 15546 Tea #> 15589 Fixed Stress Locations #> 15593 Fixed Stress Locations #> 15598 Fixed Stress Locations #> 15614 Fixed Stress Locations #> 15617 Fixed Stress Locations #> 15629 Fixed Stress Locations #> 15641 Fixed Stress Locations #> 15691 Fixed Stress Locations #> 15697 Fixed Stress Locations #> 15717 Fixed Stress Locations #> 15725 Fixed Stress Locations #> 15726 Fixed Stress Locations #> 15746 Fixed Stress Locations #> 15749 Fixed Stress Locations #> 15753 Fixed Stress Locations #> 15786 Fixed Stress Locations #> 15956 Fixed Stress Locations #> 16005 Fixed Stress Locations #> 16055 Fixed Stress Locations #> 16057 Fixed Stress Locations #> 16058 Fixed Stress Locations #> 16135 Para-Linguistic Usages of Clicks #> 16136 Para-Linguistic Usages of Clicks #> 16138 Para-Linguistic Usages of Clicks #> 16147 Para-Linguistic Usages of Clicks #> 16152 Para-Linguistic Usages of Clicks #> 16159 Para-Linguistic Usages of Clicks #> 16164 Para-Linguistic Usages of Clicks #> 16170 Para-Linguistic Usages of Clicks #> 16171 Para-Linguistic Usages of Clicks #> 16176 Para-Linguistic Usages of Clicks #> 16216 Para-Linguistic Usages of Clicks #> 16245 Para-Linguistic Usages of Clicks #> 16285 Order of Negative Morpheme and Verb #> 16354 Order of Negative Morpheme and Verb #> 16360 Order of Negative Morpheme and Verb #> 16367 Order of Negative Morpheme and Verb #> 16379 Order of Negative Morpheme and Verb #> 16466 Order of Negative Morpheme and Verb #> 16500 Order of Negative Morpheme and Verb #> 16537 Order of Negative Morpheme and Verb #> 16580 Order of Negative Morpheme and Verb #> 16600 Order of Negative Morpheme and Verb #> 16644 Order of Negative Morpheme and Verb #> 16740 Order of Negative Morpheme and Verb #> 16759 Order of Negative Morpheme and Verb #> 16794 Order of Negative Morpheme and Verb #> 16820 Order of Negative Morpheme and Verb #> 16831 Order of Negative Morpheme and Verb #> 16834 Order of Negative Morpheme and Verb #> 16837 Order of Negative Morpheme and Verb #> 16839 Order of Negative Morpheme and Verb #> 16842 Order of Negative Morpheme and Verb #> 16855 Order of Negative Morpheme and Verb #> 16859 Order of Negative Morpheme and Verb #> 16898 Order of Negative Morpheme and Verb #> 16917 Order of Negative Morpheme and Verb #> 16926 Order of Negative Morpheme and Verb #> 16928 Order of Negative Morpheme and Verb #> 16938 Order of Negative Morpheme and Verb #> 16943 Order of Negative Morpheme and Verb #> 16966 Order of Negative Morpheme and Verb #> 16980 Order of Negative Morpheme and Verb #> 16989 Order of Negative Morpheme and Verb #> 16997 Order of Negative Morpheme and Verb #> 17005 Order of Negative Morpheme and Verb #> 17006 Order of Negative Morpheme and Verb #> 17033 Order of Negative Morpheme and Verb #> 17037 Order of Negative Morpheme and Verb #> 17039 Order of Negative Morpheme and Verb #> 17056 Order of Negative Morpheme and Verb #> 17061 Order of Negative Morpheme and Verb #> 17062 Order of Negative Morpheme and Verb #> 17069 Order of Negative Morpheme and Verb #> 17072 Order of Negative Morpheme and Verb #> 17074 Order of Negative Morpheme and Verb #> 17088 Order of Negative Morpheme and Verb #> 17097 Order of Negative Morpheme and Verb #> 17124 Order of Negative Morpheme and Verb #> 17125 Order of Negative Morpheme and Verb #> 17141 Order of Negative Morpheme and Verb #> 17154 Order of Negative Morpheme and Verb #> 17163 Order of Negative Morpheme and Verb #> 17167 Order of Negative Morpheme and Verb #> 17179 Order of Negative Morpheme and Verb #> 17187 Order of Negative Morpheme and Verb #> 17195 Order of Negative Morpheme and Verb #> 17219 Order of Negative Morpheme and Verb #> 17234 Order of Negative Morpheme and Verb #> 17313 Order of Negative Morpheme and Verb #> 17317 Order of Negative Morpheme and Verb #> 17390 Order of Negative Morpheme and Verb #> 17408 Order of Negative Morpheme and Verb #> 17418 Order of Negative Morpheme and Verb #> 17422 Order of Negative Morpheme and Verb #> 17455 Order of Negative Morpheme and Verb #> 17464 Order of Negative Morpheme and Verb #> 17467 Order of Negative Morpheme and Verb #> 17472 Order of Negative Morpheme and Verb #> 17514 Order of Negative Morpheme and Verb #> 17516 Order of Negative Morpheme and Verb #> 17520 Order of Negative Morpheme and Verb #> 17579 Order of Negative Morpheme and Verb #> 17606 Obligatory Double Negation #> 17607 Obligatory Double Negation #> 17613 Obligatory Double Negation #> 17623 Obligatory Double Negation #> 17638 Obligatory Double Negation #> 17650 Obligatory Double Negation #> 17662 Obligatory Double Negation #> 17688 Obligatory Double Negation #> 17690 Obligatory Double Negation #> 17699 Obligatory Double Negation #> 17711 Obligatory Double Negation #> 17716 Obligatory Double Negation #> 17719 Optional Double Negation #> 17735 Optional Double Negation #> 17737 Optional Double Negation #> 17739 Optional Double Negation #> 17749 Optional Double Negation #> 17752 Optional Double Negation #> 17764 Optional Double Negation #> 17797 Optional Double Negation #> 17812 Preverbal Negative Morphemes #> 17817 Preverbal Negative Morphemes #> 17854 Preverbal Negative Morphemes #> 17901 Preverbal Negative Morphemes #> 17934 Preverbal Negative Morphemes #> 17945 Preverbal Negative Morphemes #> 17965 Preverbal Negative Morphemes #> 17966 Preverbal Negative Morphemes #> 18011 Preverbal Negative Morphemes #> 18023 Preverbal Negative Morphemes #> 18027 Preverbal Negative Morphemes #> 18089 Preverbal Negative Morphemes #> 18122 Preverbal Negative Morphemes #> 18165 Preverbal Negative Morphemes #> 18175 Preverbal Negative Morphemes #> 18203 Preverbal Negative Morphemes #> 18209 Preverbal Negative Morphemes #> 18283 Preverbal Negative Morphemes #> 18287 Preverbal Negative Morphemes #> 18298 Preverbal Negative Morphemes #> 18328 Preverbal Negative Morphemes #> 18332 Preverbal Negative Morphemes #> 18338 Preverbal Negative Morphemes #> 18361 Preverbal Negative Morphemes #> 18389 Preverbal Negative Morphemes #> 18408 Preverbal Negative Morphemes #> 18517 Preverbal Negative Morphemes #> 18570 Preverbal Negative Morphemes #> 18580 Preverbal Negative Morphemes #> 18610 Preverbal Negative Morphemes #> 18644 Preverbal Negative Morphemes #> 18665 Preverbal Negative Morphemes #> 18669 Preverbal Negative Morphemes #> 18706 Preverbal Negative Morphemes #> 18714 Preverbal Negative Morphemes #> 18722 Preverbal Negative Morphemes #> 18733 Preverbal Negative Morphemes #> 18735 Preverbal Negative Morphemes #> 18746 Preverbal Negative Morphemes #> 18760 Preverbal Negative Morphemes #> 18761 Preverbal Negative Morphemes #> 18764 Preverbal Negative Morphemes #> 18791 Preverbal Negative Morphemes #> 18816 Preverbal Negative Morphemes #> 18825 Preverbal Negative Morphemes #> 18836 Preverbal Negative Morphemes #> 18840 Preverbal Negative Morphemes #> 18858 Preverbal Negative Morphemes #> 18880 Preverbal Negative Morphemes #> 18899 Preverbal Negative Morphemes #> 18900 Preverbal Negative Morphemes #> 18901 Preverbal Negative Morphemes #> 18905 Preverbal Negative Morphemes #> 18909 Preverbal Negative Morphemes #> 18910 Preverbal Negative Morphemes #> 18938 Preverbal Negative Morphemes #> 18951 Preverbal Negative Morphemes #> 18954 Preverbal Negative Morphemes #> 18968 Preverbal Negative Morphemes #> 18978 Preverbal Negative Morphemes #> 18988 Preverbal Negative Morphemes #> 18995 Preverbal Negative Morphemes #> 19012 Preverbal Negative Morphemes #> 19063 Preverbal Negative Morphemes #> 19081 Preverbal Negative Morphemes #> 19106 Preverbal Negative Morphemes #> 19109 Preverbal Negative Morphemes #> 19111 Preverbal Negative Morphemes #> 19116 Preverbal Negative Morphemes #> 19125 Preverbal Negative Morphemes #> 19139 Postverbal Negative Morphemes #> 19140 Postverbal Negative Morphemes #> 19160 Postverbal Negative Morphemes #> 19164 Postverbal Negative Morphemes #> 19171 Postverbal Negative Morphemes #> 19177 Postverbal Negative Morphemes #> 19180 Postverbal Negative Morphemes #> 19181 Postverbal Negative Morphemes #> 19193 Postverbal Negative Morphemes #> 19198 Postverbal Negative Morphemes #> 19217 Postverbal Negative Morphemes #> 19228 Postverbal Negative Morphemes #> 19233 Postverbal Negative Morphemes #> 19251 Postverbal Negative Morphemes #> 19268 Postverbal Negative Morphemes #> 19281 Postverbal Negative Morphemes #> 19286 Postverbal Negative Morphemes #> 19289 Postverbal Negative Morphemes #> 19290 Postverbal Negative Morphemes #> 19297 Postverbal Negative Morphemes #> 19310 Postverbal Negative Morphemes #> 19315 Postverbal Negative Morphemes #> 19319 Postverbal Negative Morphemes #> 19330 Postverbal Negative Morphemes #> 19340 Postverbal Negative Morphemes #> 19347 Postverbal Negative Morphemes #> 19353 Postverbal Negative Morphemes #> 19370 Postverbal Negative Morphemes #> 19380 Postverbal Negative Morphemes #> 19391 Postverbal Negative Morphemes #> 19408 Postverbal Negative Morphemes #> 19432 Postverbal Negative Morphemes #> 19436 Postverbal Negative Morphemes #> 19445 Postverbal Negative Morphemes #> 19451 Postverbal Negative Morphemes #> 19462 Postverbal Negative Morphemes #> 19475 Postverbal Negative Morphemes #> 19503 Postverbal Negative Morphemes #> 19506 Postverbal Negative Morphemes #> 19541 Postverbal Negative Morphemes #> 19579 Postverbal Negative Morphemes #> 19591 Postverbal Negative Morphemes #> 19615 Postverbal Negative Morphemes #> 19650 Postverbal Negative Morphemes #> 19664 Postverbal Negative Morphemes #> 19671 Postverbal Negative Morphemes #> 19713 Postverbal Negative Morphemes #> 19720 Postverbal Negative Morphemes #> 19848 Postverbal Negative Morphemes #> 19917 Postverbal Negative Morphemes #> 19924 Postverbal Negative Morphemes #> 19989 Postverbal Negative Morphemes #> 19995 Postverbal Negative Morphemes #> 20034 Postverbal Negative Morphemes #> 20042 Postverbal Negative Morphemes #> 20092 Postverbal Negative Morphemes #> 20094 Postverbal Negative Morphemes #> 20141 Postverbal Negative Morphemes #> 20163 Postverbal Negative Morphemes #> 20167 Postverbal Negative Morphemes #> 20183 Postverbal Negative Morphemes #> 20251 Postverbal Negative Morphemes #> 20272 Postverbal Negative Morphemes #> 20304 Postverbal Negative Morphemes #> 20342 Postverbal Negative Morphemes #> 20394 Postverbal Negative Morphemes #> 20395 Postverbal Negative Morphemes #> 20409 Postverbal Negative Morphemes #> 20426 Postverbal Negative Morphemes #> 20436 Postverbal Negative Morphemes #> 20457 Minor morphological means of signaling negation #> 20462 Minor morphological means of signaling negation #> 20478 Minor morphological means of signaling negation #> 20482 Minor morphological means of signaling negation #> 20489 Minor morphological means of signaling negation #> 20544 Minor morphological means of signaling negation #> 20553 Minor morphological means of signaling negation #> 20570 Minor morphological means of signaling negation #> 20596 Minor morphological means of signaling negation #> 20601 Minor morphological means of signaling negation #> 20614 Minor morphological means of signaling negation #> 20640 Minor morphological means of signaling negation #> 20660 Minor morphological means of signaling negation #> 20678 Minor morphological means of signaling negation #> 20691 Minor morphological means of signaling negation #> 20698 Minor morphological means of signaling negation #> 20703 Minor morphological means of signaling negation #> 20718 Minor morphological means of signaling negation #> 20732 Minor morphological means of signaling negation #> 20748 Minor morphological means of signaling negation #> 20800 Minor morphological means of signaling negation #> 20802 Minor morphological means of signaling negation #> 20815 Minor morphological means of signaling negation #> 20826 Minor morphological means of signaling negation #> 20837 Minor morphological means of signaling negation #> 20851 Minor morphological means of signaling negation #> 20863 Minor morphological means of signaling negation #> 20867 Minor morphological means of signaling negation #> 20894 Minor morphological means of signaling negation #> 20947 Minor morphological means of signaling negation #> 20970 Minor morphological means of signaling negation #> 20990 Minor morphological means of signaling negation #> 21054 Minor morphological means of signaling negation #> 21055 Minor morphological means of signaling negation #> 21075 Minor morphological means of signaling negation #> 21077 Minor morphological means of signaling negation #> 21109 Minor morphological means of signaling negation #> 21129 Minor morphological means of signaling negation #> 21162 Minor morphological means of signaling negation #> 21170 Minor morphological means of signaling negation #> 21214 Minor morphological means of signaling negation #> 21221 Minor morphological means of signaling negation #> 21223 Minor morphological means of signaling negation #> 21231 Minor morphological means of signaling negation #> 21244 Minor morphological means of signaling negation #> 21291 Minor morphological means of signaling negation #> 21293 Minor morphological means of signaling negation #> 21333 Minor morphological means of signaling negation #> 21392 Minor morphological means of signaling negation #> 21397 Minor morphological means of signaling negation #> 21430 Minor morphological means of signaling negation #> 21491 Minor morphological means of signaling negation #> 21503 Minor morphological means of signaling negation #> 21534 Minor morphological means of signaling negation #> 21555 Minor morphological means of signaling negation #> 21565 Minor morphological means of signaling negation #> 21577 Minor morphological means of signaling negation #> 21578 Minor morphological means of signaling negation #> 21588 Minor morphological means of signaling negation #> 21612 Minor morphological means of signaling negation #> 21617 Minor morphological means of signaling negation #> 21646 Minor morphological means of signaling negation #> 21659 Minor morphological means of signaling negation #> 21673 Minor morphological means of signaling negation #> 21682 Minor morphological means of signaling negation #> 21688 Minor morphological means of signaling negation #> 21722 Minor morphological means of signaling negation #> 21771 Minor morphological means of signaling negation #> 21773 Minor morphological means of signaling negation #> 21775 Minor morphological means of signaling negation #> 21778 Position of Negative Word With Respect to Subject, Object, and Verb #> 21788 Position of Negative Word With Respect to Subject, Object, and Verb #> 21838 Position of Negative Word With Respect to Subject, Object, and Verb #> 21884 Position of Negative Word With Respect to Subject, Object, and Verb #> 21887 Position of Negative Word With Respect to Subject, Object, and Verb #> 21918 Position of Negative Word With Respect to Subject, Object, and Verb #> 21926 Position of Negative Word With Respect to Subject, Object, and Verb #> 21930 Position of Negative Word With Respect to Subject, Object, and Verb #> 21932 Position of Negative Word With Respect to Subject, Object, and Verb #> 21935 Position of Negative Word With Respect to Subject, Object, and Verb #> 21957 Position of Negative Word With Respect to Subject, Object, and Verb #> 21958 Position of Negative Word With Respect to Subject, Object, and Verb #> 21961 Position of Negative Word With Respect to Subject, Object, and Verb #> 21979 Position of Negative Word With Respect to Subject, Object, and Verb #> 21983 Position of Negative Word With Respect to Subject, Object, and Verb #> 21994 Position of Negative Word With Respect to Subject, Object, and Verb #> 22004 Position of Negative Word With Respect to Subject, Object, and Verb #> 22009 Position of Negative Word With Respect to Subject, Object, and Verb #> 22010 Position of Negative Word With Respect to Subject, Object, and Verb #> 22026 Position of Negative Word With Respect to Subject, Object, and Verb #> 22030 Position of Negative Word With Respect to Subject, Object, and Verb #> 22037 Position of Negative Word With Respect to Subject, Object, and Verb #> 22046 Position of Negative Word With Respect to Subject, Object, and Verb #> 22047 Position of Negative Word With Respect to Subject, Object, and Verb #> 22063 Position of Negative Word With Respect to Subject, Object, and Verb #> 22086 Position of Negative Word With Respect to Subject, Object, and Verb #> 22108 Position of Negative Word With Respect to Subject, Object, and Verb #> 22154 Position of Negative Word With Respect to Subject, Object, and Verb #> 22175 Position of Negative Word With Respect to Subject, Object, and Verb #> 22210 Position of Negative Word With Respect to Subject, Object, and Verb #> 22216 Position of Negative Word With Respect to Subject, Object, and Verb #> 22225 Position of Negative Word With Respect to Subject, Object, and Verb #> 22266 Position of Negative Word With Respect to Subject, Object, and Verb #> 22286 Position of Negative Word With Respect to Subject, Object, and Verb #> 22303 Position of Negative Word With Respect to Subject, Object, and Verb #> 22376 Position of Negative Word With Respect to Subject, Object, and Verb #> 22387 Position of Negative Word With Respect to Subject, Object, and Verb #> 22402 Position of Negative Word With Respect to Subject, Object, and Verb #> 22424 Position of Negative Word With Respect to Subject, Object, and Verb #> 22425 Position of Negative Word With Respect to Subject, Object, and Verb #> 22443 Position of Negative Word With Respect to Subject, Object, and Verb #> 22487 Position of Negative Word With Respect to Subject, Object, and Verb #> 22489 Position of Negative Word With Respect to Subject, Object, and Verb #> 22493 Position of Negative Word With Respect to Subject, Object, and Verb #> 22696 Position of Negative Word With Respect to Subject, Object, and Verb #> 22710 Position of Negative Word With Respect to Subject, Object, and Verb #> 22715 Position of Negative Word With Respect to Subject, Object, and Verb #> 22721 Position of Negative Word With Respect to Subject, Object, and Verb #> 22725 Position of Negative Word With Respect to Subject, Object, and Verb #> 22727 Position of Negative Word With Respect to Subject, Object, and Verb #> 22728 Position of Negative Word With Respect to Subject, Object, and Verb #> 22731 Position of Negative Word With Respect to Subject, Object, and Verb #> 22739 Position of Negative Word With Respect to Subject, Object, and Verb #> 22740 Position of Negative Word With Respect to Subject, Object, and Verb #> 22744 Position of Negative Word With Respect to Subject, Object, and Verb #> 22749 Position of Negative Word With Respect to Subject, Object, and Verb #> 22752 Position of Negative Word With Respect to Subject, Object, and Verb #> 22763 Position of Negative Word With Respect to Subject, Object, and Verb #> 22766 Position of Negative Word With Respect to Subject, Object, and Verb #> 22830 Position of Negative Word With Respect to Subject, Object, and Verb #> 22831 Position of Negative Word With Respect to Subject, Object, and Verb #> 22836 Position of Negative Word With Respect to Subject, Object, and Verb #> 22908 Position of Negative Word With Respect to Subject, Object, and Verb #> 22923 Position of Negative Word With Respect to Subject, Object, and Verb #> 23009 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23045 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23074 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23134 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23135 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23136 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23151 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23168 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23173 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23234 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23243 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23253 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23261 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23291 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23311 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23461 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23464 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23479 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23480 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23501 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23507 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23508 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23510 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23512 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23520 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23525 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23527 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23528 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23535 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23536 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23542 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23551 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23558 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23559 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23566 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23567 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23575 Languages with different word order in negative clauses #> 23651 The Position of Negative Morphemes in SVO Languages #> 23681 The Position of Negative Morphemes in SVO Languages #> 23684 The Position of Negative Morphemes in SVO Languages #> 23702 The Position of Negative Morphemes in SVO Languages #> 23711 The Position of Negative Morphemes in SVO Languages #> 23717 The Position of Negative Morphemes in SVO Languages #> 23720 The Position of Negative Morphemes in SVO Languages #> 23750 The Position of Negative Morphemes in SVO Languages #> 23758 The Position of Negative Morphemes in SVO Languages #> 23765 The Position of Negative Morphemes in SVO Languages #> 23766 The Position of Negative Morphemes in SVO Languages #> 23777 The Position of Negative Morphemes in SVO Languages #> 23780 The Position of Negative Morphemes in SVO Languages #> 23818 The Position of Negative Morphemes in SVO Languages #> 23842 The Position of Negative Morphemes in SVO Languages #> 23843 The Position of Negative Morphemes in SVO Languages #> 23853 The Position of Negative Morphemes in SVO Languages #> 23895 The Position of Negative Morphemes in SVO Languages #> 23896 The Position of Negative Morphemes in SVO Languages #> 23901 The Position of Negative Morphemes in SVO Languages #> 23910 The Position of Negative Morphemes in SVO Languages #> 23912 The Position of Negative Morphemes in SVO Languages #> 23920 The Position of Negative Morphemes in SVO Languages #> 23929 The Position of Negative Morphemes in SVO Languages #> 23934 The Position of Negative Morphemes in SVO Languages #> 23937 The Position of Negative Morphemes in SVO Languages #> 23955 The Position of Negative Morphemes in SVO Languages #> 23958 The Position of Negative Morphemes in SVO Languages #> 23962 The Position of Negative Morphemes in SVO Languages #> 23965 The Position of Negative Morphemes in SVO Languages #> 23971 The Position of Negative Morphemes in SVO Languages #> 23974 The Position of Negative Morphemes in SVO Languages #> 23982 The Position of Negative Morphemes in SVO Languages #> 24042 The Position of Negative Morphemes in SVO Languages #> 24046 The Position of Negative Morphemes in SVO Languages #> 24050 The Position of Negative Morphemes in SVO Languages #> 24059 The Position of Negative Morphemes in SVO Languages #> 24073 Multiple Negative Constructions in SVO Languages #> 24075 Multiple Negative Constructions in SVO Languages #> 24076 Multiple Negative Constructions in SVO Languages #> 24115 Obligatory Double Negation in SVO languages #> 24119 Obligatory Double Negation in SVO languages #> 24142 Obligatory Double Negation in SVO languages #> 24147 Obligatory Double Negation in SVO languages #> 24175 Optional Double Negation in SVO languages #> 24181 Optional Double Negation in SVO languages #> 24182 Optional Double Negation in SVO languages #> 24189 Optional Double Negation in SVO languages #> 24191 Optional Double Negation in SVO languages #> 24199 Optional Double Negation in SVO languages #> 24216 NegSVO Order #> 24225 NegSVO Order #> 24229 NegSVO Order #> 24235 NegSVO Order #> 24255 NegSVO Order #> 24272 NegSVO Order #> 24273 NegSVO Order #> 24309 NegSVO Order #> 24310 NegSVO Order #> 24321 NegSVO Order #> 24328 NegSVO Order #> 24409 NegSVO Order #> 24410 NegSVO Order #> 24413 NegSVO Order #> 24425 NegSVO Order #> 24430 NegSVO Order #> 24431 NegSVO Order #> 24437 NegSVO Order #> 24439 NegSVO Order #> 24445 NegSVO Order #> 24450 NegSVO Order #> 24471 NegSVO Order #> 24477 NegSVO Order #> 24482 NegSVO Order #> 24489 NegSVO Order #> 24536 NegSVO Order #> 24542 NegSVO Order #> 24558 NegSVO Order #> 24576 NegSVO Order #> 24577 NegSVO Order #> 24595 NegSVO Order #> 24603 NegSVO Order #> 24606 NegSVO Order #> 24617 NegSVO Order #> 24618 NegSVO Order #> 24624 NegSVO Order #> 24648 SNegVO Order #> 24662 SNegVO Order #> 24697 SNegVO Order #> 24702 SNegVO Order #> 24706 SNegVO Order #> 24708 SNegVO Order #> 24790 SNegVO Order #> 24838 SNegVO Order #> 24840 SNegVO Order #> 24846 SNegVO Order #> 24847 SNegVO Order #> 24860 SNegVO Order #> 24862 SNegVO Order #> 24871 SNegVO Order #> 24903 SNegVO Order #> 24934 SNegVO Order #> 24942 SNegVO Order #> 24944 SNegVO Order #> 24947 SNegVO Order #> 24949 SNegVO Order #> 24951 SNegVO Order #> 24952 SNegVO Order #> 24953 SNegVO Order #> 24964 SNegVO Order #> 24966 SNegVO Order #> 24984 SNegVO Order #> 24986 SNegVO Order #> 24999 SNegVO Order #> 25001 SNegVO Order #> 25006 SNegVO Order #> 25020 SNegVO Order #> 25022 SNegVO Order #> 25028 SNegVO Order #> 25033 SNegVO Order #> 25034 SNegVO Order #> 25037 SNegVO Order #> 25064 SVNegO Order #> 25070 SVNegO Order #> 25074 SVNegO Order #> 25095 SVNegO Order #> 25097 SVNegO Order #> 25105 SVNegO Order #> 25134 SVNegO Order #> 25138 SVNegO Order #> 25154 SVNegO Order #> 25168 SVNegO Order #> 25190 SVNegO Order #> 25207 SVNegO Order #> 25213 SVNegO Order #> 25248 SVNegO Order #> 25252 SVNegO Order #> 25264 SVNegO Order #> 25276 SVNegO Order #> 25279 SVNegO Order #> 25298 SVNegO Order #> 25301 SVNegO Order #> 25315 SVNegO Order #> 25320 SVNegO Order #> 25331 SVNegO Order #> 25338 SVNegO Order #> 25350 SVNegO Order #> 25354 SVNegO Order #> 25356 SVNegO Order #> 25366 SVNegO Order #> 25382 SVNegO Order #> 25393 SVNegO Order #> 25415 SVNegO Order #> 25421 SVNegO Order #> 25459 SVNegO Order #> 25474 SVNegO Order #> 25487 SVNegO Order #> 25490 SVNegO Order #> 25498 SVONeg Order #> 25508 SVONeg Order #> 25509 SVONeg Order #> 25528 SVONeg Order #> 25531 SVONeg Order #> 25534 SVONeg Order #> 25540 SVONeg Order #> 25549 SVONeg Order #> 25553 SVONeg Order #> 25562 SVONeg Order #> 25563 SVONeg Order #> 25566 SVONeg Order #> 25567 SVONeg Order #> 25578 SVONeg Order #> 25581 SVONeg Order #> 25582 SVONeg Order #> 25589 SVONeg Order #> 25592 SVONeg Order #> 25597 SVONeg Order #> 25605 SVONeg Order #> 25613 SVONeg Order #> 25618 SVONeg Order #> 25620 SVONeg Order #> 25642 SVONeg Order #> 25645 SVONeg Order #> 25648 SVONeg Order #> 25689 SVONeg Order #> 25712 SVONeg Order #> 25725 SVONeg Order #> 25731 SVONeg Order #> 25771 SVONeg Order #> 25777 SVONeg Order #> 25792 SVONeg Order #> 25847 SVONeg Order #> 25887 SVONeg Order #> 25890 SVONeg Order #> 26066 The Position of Negative Morphemes in SOV Languages #> 26068 The Position of Negative Morphemes in SOV Languages #> 26079 The Position of Negative Morphemes in SOV Languages #> 26081 The Position of Negative Morphemes in SOV Languages #> 26106 The Position of Negative Morphemes in SOV Languages #> 26200 The Position of Negative Morphemes in SOV Languages #> 26226 The Position of Negative Morphemes in SOV Languages #> 26242 The Position of Negative Morphemes in SOV Languages #> 26271 The Position of Negative Morphemes in SOV Languages #> 26354 The Position of Negative Morphemes in SOV Languages #> 26363 The Position of Negative Morphemes in SOV Languages #> 26370 The Position of Negative Morphemes in SOV Languages #> 26372 The Position of Negative Morphemes in SOV Languages #> 26409 The Position of Negative Morphemes in SOV Languages #> 26435 The Position of Negative Morphemes in SOV Languages #> 26437 The Position of Negative Morphemes in SOV Languages #> 26463 The Position of Negative Morphemes in SOV Languages #> 26486 The Position of Negative Morphemes in SOV Languages #> 26498 The Position of Negative Morphemes in SOV Languages #> 26576 Obligatory Double Negation in SOV languages #> 26577 Obligatory Double Negation in SOV languages #> 26603 Obligatory Double Negation in SOV languages #> 26605 Obligatory Double Negation in SOV languages #> 26606 Obligatory Double Negation in SOV languages #> 26695 NegSOV Order #> 26707 NegSOV Order #> 26729 NegSOV Order #> 26742 NegSOV Order #> 26745 NegSOV Order #> 26797 NegSOV Order #> 26809 NegSOV Order #> 26817 NegSOV Order #> 26820 NegSOV Order #> 26906 NegSOV Order #> 26918 NegSOV Order #> 26921 NegSOV Order #> 26941 NegSOV Order #> 27038 NegSOV Order #> 27039 NegSOV Order #> 27040 NegSOV Order #> 27091 SNegOV Order #> 27103 SNegOV Order #> 27104 SNegOV Order #> 27121 SNegOV Order #> 27139 SNegOV Order #> 27161 SNegOV Order #> 27169 SNegOV Order #> 27267 SNegOV Order #> 27270 SNegOV Order #> 27278 SNegOV Order #> 27315 SNegOV Order #> 27337 SNegOV Order #> 27365 SNegOV Order #> 27394 SNegOV Order #> 27438 SNegOV Order #> 27448 SNegOV Order #> 27469 SONegV Order #> 27503 SONegV Order #> 27520 SONegV Order #> 27532 SONegV Order #> 27540 SONegV Order #> 27550 SONegV Order #> 27569 SONegV Order #> 27607 SONegV Order #> 27608 SONegV Order #> 27612 SONegV Order #> 27630 SONegV Order #> 27653 SONegV Order #> 27654 SONegV Order #> 27768 SONegV Order #> 27790 SONegV Order #> 27802 SONegV Order #> 27934 SOVNeg Order #> 27938 SOVNeg Order #> 27939 SOVNeg Order #> 27985 SOVNeg Order #> 28004 SOVNeg Order #> 28006 SOVNeg Order #> 28013 SOVNeg Order #> 28091 SOVNeg Order #> 28158 SOVNeg Order #> 28180 SOVNeg Order #> 28203 SOVNeg Order #> 28245 SOVNeg Order #> 28256 SOVNeg Order #> 28261 SOVNeg Order #> 28316 SOVNeg Order #> 28329 SOVNeg Order #> 28330 SOVNeg Order #> 28341 SOVNeg Order #> 28395 The Position of Negative Morphemes in Verb-Initial Languages #> 28403 The Position of Negative Morphemes in Verb-Initial Languages #> 28419 The Position of Negative Morphemes in Verb-Initial Languages #> 28421 The Position of Negative Morphemes in Verb-Initial Languages #> 28423 The Position of Negative Morphemes in Verb-Initial Languages #> 28435 The Position of Negative Morphemes in Verb-Initial Languages #> 28436 The Position of Negative Morphemes in Verb-Initial Languages #> 28437 The Position of Negative Morphemes in Verb-Initial Languages #> 28440 The Position of Negative Morphemes in Verb-Initial Languages #> 28445 The Position of Negative Morphemes in Verb-Initial Languages #> 28449 The Position of Negative Morphemes in Verb-Initial Languages #> 28452 The Position of Negative Morphemes in Verb-Initial Languages #> 28508 Double negation in verb-initial languages #> 28510 Double negation in verb-initial languages #> 28520 Double negation in verb-initial languages #> 28521 Double negation in verb-initial languages #> 28522 Double negation in verb-initial languages #> 28523 Double negation in verb-initial languages #> 28584 Verb-Initial with Preverbal Negative #> 28609 Verb-Initial with Preverbal Negative #> 28613 Verb-Initial with Preverbal Negative #> 28623 Verb-Initial with Preverbal Negative #> 28658 Verb-Initial with Preverbal Negative #> 28660 Verb-Initial with Preverbal Negative #> 28661 Verb-Initial with Preverbal Negative #> 28664 Verb-Initial with Preverbal Negative #> 28671 Verb-Initial with Preverbal Negative #> 28672 Verb-Initial with Preverbal Negative #> 28673 Verb-Initial with Preverbal Negative #> 28675 Verb-Initial with Preverbal Negative #> 28679 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28680 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28682 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28683 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28687 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28707 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28754 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28761 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28768 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28787 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28788 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28814 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28828 Verb-Initial with Clause-Final Negative #> 28829 Verb-Initial with Clause-Final Negative #> 28830 Verb-Initial with Clause-Final Negative #> 28832 Verb-Initial with Clause-Final Negative #> 28833 Verb-Initial with Clause-Final Negative #> 28856 Verb-Initial with Clause-Final Negative #> 28884 Verb-Initial with Clause-Final Negative #> 28902 Verb-Initial with Clause-Final Negative #> 28932 Verb-Initial with Clause-Final Negative #> 28946 Verb-Initial with Clause-Final Negative #> 28958 Verb-Initial with Clause-Final Negative #> 28976 Verb-Initial with Clause-Final Negative #> 29042 Weight-Sensitive Stress #> 29061 Weight-Sensitive Stress #> 29099 Weight-Sensitive Stress #> 29108 Weight-Sensitive Stress #> 29111 Weight-Sensitive Stress #> 29112 Weight-Sensitive Stress #> 29117 Weight-Sensitive Stress #> 29118 Weight-Sensitive Stress #> 29123 Weight-Sensitive Stress #> 29125 Weight-Sensitive Stress #> 29143 Weight-Sensitive Stress #> 29147 Weight-Sensitive Stress #> 29150 Weight-Sensitive Stress #> 29181 Weight-Sensitive Stress #> 29186 Weight-Sensitive Stress #> 29207 Weight-Sensitive Stress #> 29215 Weight-Sensitive Stress #> 29369 Weight-Sensitive Stress #> 29406 Weight-Sensitive Stress #> 29446 Weight-Sensitive Stress #> 29466 Weight-Sensitive Stress #> 29562 Weight Factors in Weight-Sensitive Stress Systems #> 29615 Weight Factors in Weight-Sensitive Stress Systems #> 29660 Weight Factors in Weight-Sensitive Stress Systems #> 29717 Weight Factors in Weight-Sensitive Stress Systems #> 29730 Weight Factors in Weight-Sensitive Stress Systems #> 29736 Weight Factors in Weight-Sensitive Stress Systems #> 29819 Weight Factors in Weight-Sensitive Stress Systems #> 29849 Weight Factors in Weight-Sensitive Stress Systems #> 29854 Weight Factors in Weight-Sensitive Stress Systems #> 29855 Weight Factors in Weight-Sensitive Stress Systems #> 29863 Weight Factors in Weight-Sensitive Stress Systems #> 29867 Weight Factors in Weight-Sensitive Stress Systems #> 29946 Weight Factors in Weight-Sensitive Stress Systems #> 29954 Weight Factors in Weight-Sensitive Stress Systems #> 29959 Weight Factors in Weight-Sensitive Stress Systems #> 29960 Weight Factors in Weight-Sensitive Stress Systems #> 29966 Weight Factors in Weight-Sensitive Stress Systems #> 29978 Weight Factors in Weight-Sensitive Stress Systems #> 29980 Weight Factors in Weight-Sensitive Stress Systems #> 29986 Weight Factors in Weight-Sensitive Stress Systems #> 29989 Weight Factors in Weight-Sensitive Stress Systems #> 29995 Rhythm Types #> 29996 Rhythm Types #> 30063 Rhythm Types #> 30087 Rhythm Types #> 30121 Rhythm Types #> 30146 Rhythm Types #> 30169 Rhythm Types #> 30202 Rhythm Types #> 30229 Rhythm Types #> 30267 Rhythm Types #> 30268 Rhythm Types #> 30281 Rhythm Types #> 30323 Absence of Common Consonants #> 30384 Absence of Common Consonants #> 30395 Absence of Common Consonants #> 30398 Absence of Common Consonants #> 30428 Absence of Common Consonants #> 30461 Absence of Common Consonants #> 30475 Absence of Common Consonants #> 30481 Absence of Common Consonants #> 30492 Absence of Common Consonants #> 30546 Absence of Common Consonants #> 30559 Absence of Common Consonants #> 30567 Absence of Common Consonants #> 30584 Absence of Common Consonants #> 30587 Absence of Common Consonants #> 30614 Absence of Common Consonants #> 30615 Absence of Common Consonants #> 30619 Absence of Common Consonants #> 30638 Absence of Common Consonants #> 30655 Absence of Common Consonants #> 30664 Absence of Common Consonants #> 30685 Absence of Common Consonants #> 30691 Absence of Common Consonants #> 30699 Absence of Common Consonants #> 30725 Absence of Common Consonants #> 30729 Absence of Common Consonants #> 30744 Absence of Common Consonants #> 30759 Absence of Common Consonants #> 30795 Absence of Common Consonants #> 30809 Absence of Common Consonants #> 30893 Presence of Uncommon Consonants #> 30897 Presence of Uncommon Consonants #> 30915 Presence of Uncommon Consonants #> 30930 Presence of Uncommon Consonants #> 30957 Presence of Uncommon Consonants #> 30968 Presence of Uncommon Consonants #> 30977 Presence of Uncommon Consonants #> 31012 Presence of Uncommon Consonants #> 31054 Presence of Uncommon Consonants #> 31058 Presence of Uncommon Consonants #> 31106 Presence of Uncommon Consonants #> 31110 Presence of Uncommon Consonants #> 31197 Presence of Uncommon Consonants #> 31226 Presence of Uncommon Consonants #> 31237 Presence of Uncommon Consonants #> 31247 Presence of Uncommon Consonants #> 31253 Presence of Uncommon Consonants #> 31313 Presence of Uncommon Consonants #> 31328 Presence of Uncommon Consonants #> 31330 Presence of Uncommon Consonants #> 31375 Presence of Uncommon Consonants #> 31389 Presence of Uncommon Consonants #> 31391 Presence of Uncommon Consonants #> 31396 Presence of Uncommon Consonants #> 31397 Presence of Uncommon Consonants #> 31402 Presence of Uncommon Consonants #> 31403 Presence of Uncommon Consonants #> 31404 Presence of Uncommon Consonants #> 31449 Presence of Uncommon Consonants #> 31468 Vowel Quality Inventories #> 31528 Vowel Quality Inventories #> 31529 Vowel Quality Inventories #> 31559 Vowel Quality Inventories #> 31566 Vowel Quality Inventories #> 31591 Vowel Quality Inventories #> 31608 Vowel Quality Inventories #> 31625 Vowel Quality Inventories #> 31628 Vowel Quality Inventories #> 31641 Vowel Quality Inventories #> 31652 Vowel Quality Inventories #> 31664 Vowel Quality Inventories #> 31665 Vowel Quality Inventories #> 31688 Vowel Quality Inventories #> 31700 Vowel Quality Inventories #> 31716 Vowel Quality Inventories #> 31726 Vowel Quality Inventories #> 31738 Vowel Quality Inventories #> 31740 Vowel Quality Inventories #> 31757 Vowel Quality Inventories #> 31812 Vowel Quality Inventories #> 31828 Vowel Quality Inventories #> 31880 Vowel Quality Inventories #> 31919 Vowel Quality Inventories #> 31941 Vowel Quality Inventories #> 31968 Vowel Quality Inventories #> 31985 Vowel Quality Inventories #> 31996 Vowel Quality Inventories #> 32005 Vowel Quality Inventories #> 32129 Fusion of Selected Inflectional Formatives #> 32143 Fusion of Selected Inflectional Formatives #> 32148 Fusion of Selected Inflectional Formatives #> 32163 Fusion of Selected Inflectional Formatives #> 32164 Fusion of Selected Inflectional Formatives #> 32165 Fusion of Selected Inflectional Formatives #> 32167 Fusion of Selected Inflectional Formatives #> 32205 Exponence of Selected Inflectional Formatives #> 32234 Exponence of Selected Inflectional Formatives #> 32243 Exponence of Selected Inflectional Formatives #> 32281 Exponence of Selected Inflectional Formatives #> 32283 Exponence of Selected Inflectional Formatives #> 32309 Exponence of Selected Inflectional Formatives #> 32331 Exponence of Selected Inflectional Formatives #> 32341 Exponence of Selected Inflectional Formatives #> 32378 Exponence of Tense-Aspect-Mood Inflection #> 32424 Exponence of Tense-Aspect-Mood Inflection #> 32425 Exponence of Tense-Aspect-Mood Inflection #> 32450 Exponence of Tense-Aspect-Mood Inflection #> 32451 Exponence of Tense-Aspect-Mood Inflection #> 32456 Exponence of Tense-Aspect-Mood Inflection #> 32489 Exponence of Tense-Aspect-Mood Inflection #> 32491 Exponence of Tense-Aspect-Mood Inflection #> 32562 Inflectional Synthesis of the Verb #> 32575 Inflectional Synthesis of the Verb #> 32585 Inflectional Synthesis of the Verb #> 32590 Inflectional Synthesis of the Verb #> 32610 Inflectional Synthesis of the Verb #> 32612 Inflectional Synthesis of the Verb #> 32726 Locus of Marking in the Clause #> 32739 Locus of Marking in the Clause #> 32747 Locus of Marking in the Clause #> 32757 Locus of Marking in the Clause #> 32791 Locus of Marking in the Clause #> 32861 Locus of Marking in the Clause #> 32877 Locus of Marking in the Clause #> 33025 Locus of Marking in Possessive Noun Phrases #> 33031 Locus of Marking in Possessive Noun Phrases #> 33044 Locus of Marking in Possessive Noun Phrases #> 33058 Locus of Marking in Possessive Noun Phrases #> 33078 Locus of Marking in Possessive Noun Phrases #> 33097 Locus of Marking in Possessive Noun Phrases #> 33117 Locus of Marking in Possessive Noun Phrases #> 33182 Locus of Marking: Whole-language Typology #> 33205 Locus of Marking: Whole-language Typology #> 33235 Locus of Marking: Whole-language Typology #> 33289 Locus of Marking: Whole-language Typology #> 33318 Locus of Marking: Whole-language Typology #> 33333 Locus of Marking: Whole-language Typology #> 33334 Locus of Marking: Whole-language Typology #> 33377 Zero Marking of A and P Arguments #> 33421 Zero Marking of A and P Arguments #> 33451 Zero Marking of A and P Arguments #> 33454 Zero Marking of A and P Arguments #> 33511 Zero Marking of A and P Arguments #> 33567 Zero Marking of A and P Arguments #> 33584 Zero Marking of A and P Arguments #> 33609 Prefixing vs. Suffixing in Inflectional Morphology #> 33655 Prefixing vs. Suffixing in Inflectional Morphology #> 33665 Prefixing vs. Suffixing in Inflectional Morphology #> 33682 Prefixing vs. Suffixing in Inflectional Morphology #> 33734 Prefixing vs. Suffixing in Inflectional Morphology #> 33757 Prefixing vs. Suffixing in Inflectional Morphology #> 33758 Prefixing vs. Suffixing in Inflectional Morphology #> 33848 Prefixing vs. Suffixing in Inflectional Morphology #> 33851 Prefixing vs. Suffixing in Inflectional Morphology #> 33859 Prefixing vs. Suffixing in Inflectional Morphology #> 33878 Prefixing vs. Suffixing in Inflectional Morphology #> 33903 Prefixing vs. Suffixing in Inflectional Morphology #> 33910 Prefixing vs. Suffixing in Inflectional Morphology #> 33929 Prefixing vs. Suffixing in Inflectional Morphology #> 33939 Prefixing vs. Suffixing in Inflectional Morphology #> 33943 Prefixing vs. Suffixing in Inflectional Morphology #> 33949 Prefixing vs. Suffixing in Inflectional Morphology #> 33958 Prefixing vs. Suffixing in Inflectional Morphology #> 33963 Prefixing vs. Suffixing in Inflectional Morphology #> 33974 Prefixing vs. Suffixing in Inflectional Morphology #> 33993 Prefixing vs. Suffixing in Inflectional Morphology #> 34034 Prefixing vs. Suffixing in Inflectional Morphology #> 34038 Prefixing vs. Suffixing in Inflectional Morphology #> 34043 Prefixing vs. Suffixing in Inflectional Morphology #> 34045 Prefixing vs. Suffixing in Inflectional Morphology #> 34063 Prefixing vs. Suffixing in Inflectional Morphology #> 34068 Prefixing vs. Suffixing in Inflectional Morphology #> 34076 Prefixing vs. Suffixing in Inflectional Morphology #> 34095 Prefixing vs. Suffixing in Inflectional Morphology #> 34110 Prefixing vs. Suffixing in Inflectional Morphology #> 34155 Prefixing vs. Suffixing in Inflectional Morphology #> 34158 Prefixing vs. Suffixing in Inflectional Morphology #> 34159 Prefixing vs. Suffixing in Inflectional Morphology #> 34197 Prefixing vs. Suffixing in Inflectional Morphology #> 34208 Prefixing vs. Suffixing in Inflectional Morphology #> 34209 Prefixing vs. Suffixing in Inflectional Morphology #> 34228 Prefixing vs. Suffixing in Inflectional Morphology #> 34233 Prefixing vs. Suffixing in Inflectional Morphology #> 34252 Prefixing vs. Suffixing in Inflectional Morphology #> 34267 Prefixing vs. Suffixing in Inflectional Morphology #> 34285 Prefixing vs. Suffixing in Inflectional Morphology #> 34296 Prefixing vs. Suffixing in Inflectional Morphology #> 34301 Prefixing vs. Suffixing in Inflectional Morphology #> 34318 Prefixing vs. Suffixing in Inflectional Morphology #> 34324 Prefixing vs. Suffixing in Inflectional Morphology #> 34343 Prefixing vs. Suffixing in Inflectional Morphology #> 34373 Prefixing vs. Suffixing in Inflectional Morphology #> 34444 Prefixing vs. Suffixing in Inflectional Morphology #> 34451 Prefixing vs. Suffixing in Inflectional Morphology #> 34461 Prefixing vs. Suffixing in Inflectional Morphology #> 34465 Prefixing vs. Suffixing in Inflectional Morphology #> 34481 Prefixing vs. Suffixing in Inflectional Morphology #> 34536 Prefixing vs. Suffixing in Inflectional Morphology #> 34568 Reduplication #> 34577 Reduplication #> 34585 Reduplication #> 34597 Reduplication #> 34609 Reduplication #> 34623 Reduplication #> 34668 Reduplication #> 34704 Reduplication #> 34742 Reduplication #> 34746 Reduplication #> 34756 Reduplication #> 34759 Reduplication #> 34762 Reduplication #> 34764 Reduplication #> 34772 Reduplication #> 34774 Reduplication #> 34818 Reduplication #> 34952 Case Syncretism #> 34953 Case Syncretism #> 34964 Case Syncretism #> 34993 Case Syncretism #> 34998 Case Syncretism #> 35037 Case Syncretism #> 35056 Case Syncretism #> 35105 Case Syncretism #> 35134 Syncretism in Verbal Person/Number Marking #> 35172 Syncretism in Verbal Person/Number Marking #> 35187 Syncretism in Verbal Person/Number Marking #> 35191 Syncretism in Verbal Person/Number Marking #> 35218 Syncretism in Verbal Person/Number Marking #> 35225 Syncretism in Verbal Person/Number Marking #> 35236 Syncretism in Verbal Person/Number Marking #> 35305 Syncretism in Verbal Person/Number Marking #> 35445 Consonant-Vowel Ratio #> 35491 Consonant-Vowel Ratio #> 35556 Consonant-Vowel Ratio #> 35570 Consonant-Vowel Ratio #> 35592 Consonant-Vowel Ratio #> 35612 Consonant-Vowel Ratio #> 35646 Consonant-Vowel Ratio #> 35651 Consonant-Vowel Ratio #> 35672 Consonant-Vowel Ratio #> 35678 Consonant-Vowel Ratio #> 35709 Consonant-Vowel Ratio #> 35730 Consonant-Vowel Ratio #> 35734 Consonant-Vowel Ratio #> 35739 Consonant-Vowel Ratio #> 35740 Consonant-Vowel Ratio #> 35742 Consonant-Vowel Ratio #> 35750 Consonant-Vowel Ratio #> 35752 Consonant-Vowel Ratio #> 35776 Consonant-Vowel Ratio #> 35780 Consonant-Vowel Ratio #> 35786 Consonant-Vowel Ratio #> 35789 Consonant-Vowel Ratio #> 35822 Consonant-Vowel Ratio #> 35835 Consonant-Vowel Ratio #> 35841 Consonant-Vowel Ratio #> 35848 Consonant-Vowel Ratio #> 35850 Consonant-Vowel Ratio #> 35874 Consonant-Vowel Ratio #> 35881 Consonant-Vowel Ratio #> 36035 Number of Genders #> 36037 Number of Genders #> 36040 Number of Genders #> 36041 Number of Genders #> 36043 Number of Genders #> 36049 Number of Genders #> 36050 Number of Genders #> 36051 Number of Genders #> 36052 Number of Genders #> 36054 Number of Genders #> 36055 Number of Genders #> 36056 Number of Genders #> 36057 Number of Genders #> 36070 Number of Genders #> 36071 Number of Genders #> 36075 Number of Genders #> 36076 Number of Genders #> 36079 Number of Genders #> 36081 Number of Genders #> 36082 Number of Genders #> 36292 Sex-based and Non-sex-based Gender Systems #> 36294 Sex-based and Non-sex-based Gender Systems #> 36297 Sex-based and Non-sex-based Gender Systems #> 36305 Sex-based and Non-sex-based Gender Systems #> 36310 Sex-based and Non-sex-based Gender Systems #> 36311 Sex-based and Non-sex-based Gender Systems #> 36312 Sex-based and Non-sex-based Gender Systems #> 36313 Sex-based and Non-sex-based Gender Systems #> 36321 Sex-based and Non-sex-based Gender Systems #> 36324 Sex-based and Non-sex-based Gender Systems #> 36333 Sex-based and Non-sex-based Gender Systems #> 36340 Sex-based and Non-sex-based Gender Systems #> 36355 Sex-based and Non-sex-based Gender Systems #> 36356 Sex-based and Non-sex-based Gender Systems #> 36357 Sex-based and Non-sex-based Gender Systems #> 36358 Sex-based and Non-sex-based Gender Systems #> 36362 Sex-based and Non-sex-based Gender Systems #> 36365 Sex-based and Non-sex-based Gender Systems #> 36367 Sex-based and Non-sex-based Gender Systems #> 36370 Sex-based and Non-sex-based Gender Systems #> 36584 Systems of Gender Assignment #> 36600 Systems of Gender Assignment #> 36601 Systems of Gender Assignment #> 36602 Systems of Gender Assignment #> 36603 Systems of Gender Assignment #> 36609 Systems of Gender Assignment #> 36610 Systems of Gender Assignment #> 36615 Systems of Gender Assignment #> 36623 Systems of Gender Assignment #> 36627 Systems of Gender Assignment #> 36629 Systems of Gender Assignment #> 36631 Systems of Gender Assignment #> 36634 Systems of Gender Assignment #> 36637 Systems of Gender Assignment #> 36638 Systems of Gender Assignment #> 36640 Systems of Gender Assignment #> 36643 Systems of Gender Assignment #> 36648 Systems of Gender Assignment #> 36650 Systems of Gender Assignment #> 36653 Systems of Gender Assignment #> 36708 Coding of Nominal Plurality #> 36790 Coding of Nominal Plurality #> 36798 Coding of Nominal Plurality #> 36804 Coding of Nominal Plurality #> 36818 Coding of Nominal Plurality #> 36823 Coding of Nominal Plurality #> 36874 Coding of Nominal Plurality #> 36882 Coding of Nominal Plurality #> 36957 Coding of Nominal Plurality #> 36977 Coding of Nominal Plurality #> 36993 Coding of Nominal Plurality #> 37001 Coding of Nominal Plurality #> 37033 Coding of Nominal Plurality #> 37035 Coding of Nominal Plurality #> 37051 Coding of Nominal Plurality #> 37078 Coding of Nominal Plurality #> 37090 Coding of Nominal Plurality #> 37095 Coding of Nominal Plurality #> 37099 Coding of Nominal Plurality #> 37101 Coding of Nominal Plurality #> 37102 Coding of Nominal Plurality #> 37128 Coding of Nominal Plurality #> 37136 Coding of Nominal Plurality #> 37137 Coding of Nominal Plurality #> 37144 Coding of Nominal Plurality #> 37154 Coding of Nominal Plurality #> 37160 Coding of Nominal Plurality #> 37201 Coding of Nominal Plurality #> 37202 Coding of Nominal Plurality #> 37217 Coding of Nominal Plurality #> 37236 Coding of Nominal Plurality #> 37265 Coding of Nominal Plurality #> 37269 Coding of Nominal Plurality #> 37285 Coding of Nominal Plurality #> 37289 Coding of Nominal Plurality #> 37319 Coding of Nominal Plurality #> 37321 Coding of Nominal Plurality #> 37323 Coding of Nominal Plurality #> 37324 Coding of Nominal Plurality #> 37327 Coding of Nominal Plurality #> 37328 Coding of Nominal Plurality #> 37329 Coding of Nominal Plurality #> 37330 Coding of Nominal Plurality #> 37331 Coding of Nominal Plurality #> 37333 Coding of Nominal Plurality #> 37342 Coding of Nominal Plurality #> 37348 Coding of Nominal Plurality #> 37350 Coding of Nominal Plurality #> 37353 Coding of Nominal Plurality #> 37355 Coding of Nominal Plurality #> 37389 Coding of Nominal Plurality #> 37397 Coding of Nominal Plurality #> 37415 Coding of Nominal Plurality #> 37439 Coding of Nominal Plurality #> 37450 Coding of Nominal Plurality #> 37474 Coding of Nominal Plurality #> 37525 Coding of Nominal Plurality #> 37547 Coding of Nominal Plurality #> 37558 Coding of Nominal Plurality #> 37581 Coding of Nominal Plurality #> 37616 Coding of Nominal Plurality #> 37638 Coding of Nominal Plurality #> 37640 Coding of Nominal Plurality #> 37655 Coding of Nominal Plurality #> 37665 Coding of Nominal Plurality #> 37673 Coding of Nominal Plurality #> 37718 Coding of Nominal Plurality #> 37762 Occurrence of Nominal Plurality #> 37787 Occurrence of Nominal Plurality #> 37795 Occurrence of Nominal Plurality #> 37815 Occurrence of Nominal Plurality #> 37852 Occurrence of Nominal Plurality #> 37882 Occurrence of Nominal Plurality #> 37885 Occurrence of Nominal Plurality #> 37897 Occurrence of Nominal Plurality #> 37899 Occurrence of Nominal Plurality #> 37906 Occurrence of Nominal Plurality #> 37908 Occurrence of Nominal Plurality #> 37928 Occurrence of Nominal Plurality #> 37939 Occurrence of Nominal Plurality #> 37945 Occurrence of Nominal Plurality #> 37948 Occurrence of Nominal Plurality #> 37953 Occurrence of Nominal Plurality #> 37962 Occurrence of Nominal Plurality #> 37977 Occurrence of Nominal Plurality #> 37981 Occurrence of Nominal Plurality #> 37982 Occurrence of Nominal Plurality #> 37988 Occurrence of Nominal Plurality #> 37995 Occurrence of Nominal Plurality #> 38002 Occurrence of Nominal Plurality #> 38010 Occurrence of Nominal Plurality #> 38103 Plurality in Independent Personal Pronouns #> 38110 Plurality in Independent Personal Pronouns #> 38111 Plurality in Independent Personal Pronouns #> 38121 Plurality in Independent Personal Pronouns #> 38159 Plurality in Independent Personal Pronouns #> 38161 Plurality in Independent Personal Pronouns #> 38162 Plurality in Independent Personal Pronouns #> 38165 Plurality in Independent Personal Pronouns #> 38204 Plurality in Independent Personal Pronouns #> 38209 Plurality in Independent Personal Pronouns #> 38294 The Associative Plural #> 38349 The Associative Plural #> 38383 The Associative Plural #> 38445 The Associative Plural #> 38446 The Associative Plural #> 38455 The Associative Plural #> 38474 The Associative Plural #> 38481 The Associative Plural #> 38496 The Associative Plural #> 38524 Definite Articles #> 38528 Definite Articles #> 38542 Definite Articles #> 38554 Definite Articles #> 38575 Definite Articles #> 38590 Definite Articles #> 38601 Definite Articles #> 38620 Definite Articles #> 38636 Definite Articles #> 38644 Definite Articles #> 38652 Definite Articles #> 38664 Definite Articles #> 38675 Definite Articles #> 38678 Definite Articles #> 38687 Definite Articles #> 38698 Definite Articles #> 38708 Definite Articles #> 38746 Definite Articles #> 38790 Definite Articles #> 38791 Definite Articles #> 38800 Definite Articles #> 38815 Definite Articles #> 38817 Definite Articles #> 38821 Definite Articles #> 38824 Definite Articles #> 38825 Definite Articles #> 38827 Definite Articles #> 38833 Definite Articles #> 38835 Definite Articles #> 38841 Definite Articles #> 38842 Definite Articles #> 38846 Definite Articles #> 38849 Definite Articles #> 38852 Definite Articles #> 38860 Definite Articles #> 38866 Definite Articles #> 38870 Definite Articles #> 38871 Definite Articles #> 38873 Definite Articles #> 38874 Definite Articles #> 38880 Definite Articles #> 38889 Definite Articles #> 38914 Definite Articles #> 38943 Definite Articles #> 39014 Definite Articles #> 39065 Definite Articles #> 39073 Definite Articles #> 39088 Definite Articles #> 39097 Definite Articles #> 39098 Definite Articles #> 39135 Indefinite Articles #> 39144 Indefinite Articles #> 39163 Indefinite Articles #> 39171 Indefinite Articles #> 39185 Indefinite Articles #> 39186 Indefinite Articles #> 39210 Indefinite Articles #> 39227 Indefinite Articles #> 39242 Indefinite Articles #> 39244 Indefinite Articles #> 39254 Indefinite Articles #> 39261 Indefinite Articles #> 39264 Indefinite Articles #> 39282 Indefinite Articles #> 39307 Indefinite Articles #> 39332 Indefinite Articles #> 39345 Indefinite Articles #> 39352 Indefinite Articles #> 39357 Indefinite Articles #> 39366 Indefinite Articles #> 39373 Indefinite Articles #> 39385 Indefinite Articles #> 39388 Indefinite Articles #> 39393 Indefinite Articles #> 39406 Indefinite Articles #> 39407 Indefinite Articles #> 39411 Indefinite Articles #> 39420 Indefinite Articles #> 39421 Indefinite Articles #> 39424 Indefinite Articles #> 39438 Indefinite Articles #> 39445 Indefinite Articles #> 39508 Indefinite Articles #> 39527 Indefinite Articles #> 39541 Indefinite Articles #> 39542 Indefinite Articles #> 39567 Indefinite Articles #> 39581 Indefinite Articles #> 39640 Indefinite Articles #> 39688 Inclusive/Exclusive Distinction in Independent Pronouns #> 39691 Inclusive/Exclusive Distinction in Independent Pronouns #> 39728 Inclusive/Exclusive Distinction in Independent Pronouns #> 39737 Inclusive/Exclusive Distinction in Independent Pronouns #> 39760 Inclusive/Exclusive Distinction in Independent Pronouns #> 39788 Inclusive/Exclusive Distinction in Independent Pronouns #> 39797 Inclusive/Exclusive Distinction in Independent Pronouns #> 39866 Inclusive/Exclusive Distinction in Independent Pronouns #> 40126 Voicing in Plosives and Fricatives #> 40162 Voicing in Plosives and Fricatives #> 40208 Voicing in Plosives and Fricatives #> 40215 Voicing in Plosives and Fricatives #> 40237 Voicing in Plosives and Fricatives #> 40242 Voicing in Plosives and Fricatives #> 40287 Voicing in Plosives and Fricatives #> 40295 Voicing in Plosives and Fricatives #> 40297 Voicing in Plosives and Fricatives #> 40347 Voicing in Plosives and Fricatives #> 40360 Voicing in Plosives and Fricatives #> 40372 Voicing in Plosives and Fricatives #> 40377 Voicing in Plosives and Fricatives #> 40379 Voicing in Plosives and Fricatives #> 40385 Voicing in Plosives and Fricatives #> 40389 Voicing in Plosives and Fricatives #> 40396 Voicing in Plosives and Fricatives #> 40414 Voicing in Plosives and Fricatives #> 40417 Voicing in Plosives and Fricatives #> 40420 Voicing in Plosives and Fricatives #> 40428 Voicing in Plosives and Fricatives #> 40439 Voicing in Plosives and Fricatives #> 40442 Voicing in Plosives and Fricatives #> 40445 Voicing in Plosives and Fricatives #> 40459 Voicing in Plosives and Fricatives #> 40463 Voicing in Plosives and Fricatives #> 40466 Voicing in Plosives and Fricatives #> 40475 Voicing in Plosives and Fricatives #> 40503 Voicing in Plosives and Fricatives #> 40512 Inclusive/Exclusive Distinction in Verbal Inflection #> 40531 Inclusive/Exclusive Distinction in Verbal Inflection #> 40596 Inclusive/Exclusive Distinction in Verbal Inflection #> 40610 Inclusive/Exclusive Distinction in Verbal Inflection #> 40615 Inclusive/Exclusive Distinction in Verbal Inflection #> 40636 Inclusive/Exclusive Distinction in Verbal Inflection #> 40642 Inclusive/Exclusive Distinction in Verbal Inflection #> 40660 Inclusive/Exclusive Distinction in Verbal Inflection #> 40711 Distance Contrasts in Demonstratives #> 40714 Distance Contrasts in Demonstratives #> 40715 Distance Contrasts in Demonstratives #> 40719 Distance Contrasts in Demonstratives #> 40720 Distance Contrasts in Demonstratives #> 40725 Distance Contrasts in Demonstratives #> 40743 Distance Contrasts in Demonstratives #> 40766 Distance Contrasts in Demonstratives #> 40776 Distance Contrasts in Demonstratives #> 40785 Distance Contrasts in Demonstratives #> 40808 Distance Contrasts in Demonstratives #> 40812 Distance Contrasts in Demonstratives #> 40824 Distance Contrasts in Demonstratives #> 40846 Distance Contrasts in Demonstratives #> 40895 Distance Contrasts in Demonstratives #> 40914 Distance Contrasts in Demonstratives #> 40923 Distance Contrasts in Demonstratives #> 40927 Distance Contrasts in Demonstratives #> 40929 Distance Contrasts in Demonstratives #> 40931 Distance Contrasts in Demonstratives #> 40964 Pronominal and Adnominal Demonstratives #> 40972 Pronominal and Adnominal Demonstratives #> 40994 Pronominal and Adnominal Demonstratives #> 41006 Pronominal and Adnominal Demonstratives #> 41032 Pronominal and Adnominal Demonstratives #> 41034 Pronominal and Adnominal Demonstratives #> 41053 Pronominal and Adnominal Demonstratives #> 41066 Pronominal and Adnominal Demonstratives #> 41085 Pronominal and Adnominal Demonstratives #> 41086 Pronominal and Adnominal Demonstratives #> 41087 Pronominal and Adnominal Demonstratives #> 41089 Pronominal and Adnominal Demonstratives #> 41097 Pronominal and Adnominal Demonstratives #> 41101 Pronominal and Adnominal Demonstratives #> 41106 Pronominal and Adnominal Demonstratives #> 41107 Pronominal and Adnominal Demonstratives #> 41108 Pronominal and Adnominal Demonstratives #> 41118 Pronominal and Adnominal Demonstratives #> 41125 Pronominal and Adnominal Demonstratives #> 41150 Third Person Pronouns and Demonstratives #> 41162 Third Person Pronouns and Demonstratives #> 41163 Third Person Pronouns and Demonstratives #> 41193 Third Person Pronouns and Demonstratives #> 41208 Third Person Pronouns and Demonstratives #> 41233 Third Person Pronouns and Demonstratives #> 41277 Third Person Pronouns and Demonstratives #> 41281 Third Person Pronouns and Demonstratives #> 41329 Third Person Pronouns and Demonstratives #> 41332 Third Person Pronouns and Demonstratives #> 41345 Third Person Pronouns and Demonstratives #> 41361 Third Person Pronouns and Demonstratives #> 41368 Gender Distinctions in Independent Personal Pronouns #> 41369 Gender Distinctions in Independent Personal Pronouns #> 41370 Gender Distinctions in Independent Personal Pronouns #> 41373 Gender Distinctions in Independent Personal Pronouns #> 41374 Gender Distinctions in Independent Personal Pronouns #> 41375 Gender Distinctions in Independent Personal Pronouns #> 41377 Gender Distinctions in Independent Personal Pronouns #> 41378 Gender Distinctions in Independent Personal Pronouns #> 41380 Gender Distinctions in Independent Personal Pronouns #> 41382 Gender Distinctions in Independent Personal Pronouns #> 41429 Gender Distinctions in Independent Personal Pronouns #> 41430 Gender Distinctions in Independent Personal Pronouns #> 41452 Gender Distinctions in Independent Personal Pronouns #> 41459 Gender Distinctions in Independent Personal Pronouns #> 41479 Gender Distinctions in Independent Personal Pronouns #> 41486 Gender Distinctions in Independent Personal Pronouns #> 41487 Gender Distinctions in Independent Personal Pronouns #> 41609 Gender Distinctions in Independent Personal Pronouns #> 41768 Politeness Distinctions in Pronouns #> 41781 Politeness Distinctions in Pronouns #> 41785 Politeness Distinctions in Pronouns #> 41793 Politeness Distinctions in Pronouns #> 41797 Politeness Distinctions in Pronouns #> 41822 Politeness Distinctions in Pronouns #> 41841 Politeness Distinctions in Pronouns #> 41847 Politeness Distinctions in Pronouns #> 41856 Politeness Distinctions in Pronouns #> 41877 Politeness Distinctions in Pronouns #> 42120 Indefinite Pronouns #> 42144 Indefinite Pronouns #> 42147 Indefinite Pronouns #> 42149 Indefinite Pronouns #> 42150 Indefinite Pronouns #> 42154 Indefinite Pronouns #> 42160 Indefinite Pronouns #> 42163 Indefinite Pronouns #> 42172 Indefinite Pronouns #> 42183 Indefinite Pronouns #> 42188 Indefinite Pronouns #> 42192 Indefinite Pronouns #> 42226 Indefinite Pronouns #> 42271 Indefinite Pronouns #> 42281 Intensifiers and Reflexive Pronouns #> 42299 Intensifiers and Reflexive Pronouns #> 42305 Intensifiers and Reflexive Pronouns #> 42310 Intensifiers and Reflexive Pronouns #> 42316 Intensifiers and Reflexive Pronouns #> 42321 Intensifiers and Reflexive Pronouns #> 42330 Intensifiers and Reflexive Pronouns #> 42349 Intensifiers and Reflexive Pronouns #> 42372 Intensifiers and Reflexive Pronouns #> 42407 Intensifiers and Reflexive Pronouns #> 42469 Person Marking on Adpositions #> 42495 Person Marking on Adpositions #> 42520 Person Marking on Adpositions #> 42603 Person Marking on Adpositions #> 42606 Person Marking on Adpositions #> 42620 Person Marking on Adpositions #> 42625 Person Marking on Adpositions #> 42626 Person Marking on Adpositions #> 42634 Person Marking on Adpositions #> 42678 Person Marking on Adpositions #> 42680 Person Marking on Adpositions #> 42732 Person Marking on Adpositions #> 42741 Person Marking on Adpositions #> 42753 Person Marking on Adpositions #> 42758 Person Marking on Adpositions #> 42774 Person Marking on Adpositions #> 42794 Person Marking on Adpositions #> 42798 Person Marking on Adpositions #> 42850 Number of Cases #> 42898 Number of Cases #> 42914 Number of Cases #> 42923 Number of Cases #> 42933 Number of Cases #> 42939 Number of Cases #> 42946 Number of Cases #> 42975 Number of Cases #> 42994 Number of Cases #> 43066 Number of Cases #> 43069 Number of Cases #> 43330 Voicing and Gaps in Plosive Systems #> 43338 Voicing and Gaps in Plosive Systems #> 43346 Voicing and Gaps in Plosive Systems #> 43353 Voicing and Gaps in Plosive Systems #> 43373 Voicing and Gaps in Plosive Systems #> 43383 Voicing and Gaps in Plosive Systems #> 43392 Voicing and Gaps in Plosive Systems #> 43407 Voicing and Gaps in Plosive Systems #> 43420 Voicing and Gaps in Plosive Systems #> 43436 Voicing and Gaps in Plosive Systems #> 43467 Voicing and Gaps in Plosive Systems #> 43483 Voicing and Gaps in Plosive Systems #> 43499 Voicing and Gaps in Plosive Systems #> 43555 Voicing and Gaps in Plosive Systems #> 43567 Voicing and Gaps in Plosive Systems #> 43568 Voicing and Gaps in Plosive Systems #> 43571 Voicing and Gaps in Plosive Systems #> 43580 Voicing and Gaps in Plosive Systems #> 43582 Voicing and Gaps in Plosive Systems #> 43583 Voicing and Gaps in Plosive Systems #> 43585 Voicing and Gaps in Plosive Systems #> 43588 Voicing and Gaps in Plosive Systems #> 43598 Voicing and Gaps in Plosive Systems #> 43600 Voicing and Gaps in Plosive Systems #> 43601 Voicing and Gaps in Plosive Systems #> 43605 Voicing and Gaps in Plosive Systems #> 43609 Voicing and Gaps in Plosive Systems #> 43610 Voicing and Gaps in Plosive Systems #> 43612 Voicing and Gaps in Plosive Systems #> 43651 Asymmetrical Case-Marking #> 43653 Asymmetrical Case-Marking #> 43700 Asymmetrical Case-Marking #> 43764 Asymmetrical Case-Marking #> 43787 Asymmetrical Case-Marking #> 43793 Asymmetrical Case-Marking #> 43800 Asymmetrical Case-Marking #> 43862 Asymmetrical Case-Marking #> 43865 Asymmetrical Case-Marking #> 43871 Asymmetrical Case-Marking #> 43899 Asymmetrical Case-Marking #> 43998 Position of Case Affixes #> 44080 Position of Case Affixes #> 44141 Position of Case Affixes #> 44156 Position of Case Affixes #> 44158 Position of Case Affixes #> 44163 Position of Case Affixes #> 44170 Position of Case Affixes #> 44217 Position of Case Affixes #> 44272 Position of Case Affixes #> 44282 Position of Case Affixes #> 44315 Position of Case Affixes #> 44373 Position of Case Affixes #> 44382 Position of Case Affixes #> 44385 Position of Case Affixes #> 44389 Position of Case Affixes #> 44393 Position of Case Affixes #> 44408 Position of Case Affixes #> 44411 Position of Case Affixes #> 44449 Position of Case Affixes #> 44471 Position of Case Affixes #> 44540 Position of Case Affixes #> 44541 Position of Case Affixes #> 44546 Position of Case Affixes #> 44547 Position of Case Affixes #> 44548 Position of Case Affixes #> 44551 Position of Case Affixes #> 44567 Position of Case Affixes #> 44574 Position of Case Affixes #> 44586 Position of Case Affixes #> 44599 Position of Case Affixes #> 44600 Position of Case Affixes #> 44607 Position of Case Affixes #> 44637 Position of Case Affixes #> 44653 Position of Case Affixes #> 44661 Position of Case Affixes #> 44667 Position of Case Affixes #> 44682 Position of Case Affixes #> 44693 Position of Case Affixes #> 44718 Position of Case Affixes #> 44738 Position of Case Affixes #> 44752 Position of Case Affixes #> 44769 Position of Case Affixes #> 44773 Position of Case Affixes #> 44794 Position of Case Affixes #> 44809 Position of Case Affixes #> 44820 Position of Case Affixes #> 44822 Position of Case Affixes #> 44836 Position of Case Affixes #> 44837 Position of Case Affixes #> 44891 Position of Case Affixes #> 44902 Position of Case Affixes #> 44909 Position of Case Affixes #> 44938 Position of Case Affixes #> 44948 Comitatives and Instrumentals #> 44969 Comitatives and Instrumentals #> 45001 Comitatives and Instrumentals #> 45003 Comitatives and Instrumentals #> 45031 Comitatives and Instrumentals #> 45035 Comitatives and Instrumentals #> 45036 Comitatives and Instrumentals #> 45056 Comitatives and Instrumentals #> 45089 Comitatives and Instrumentals #> 45095 Comitatives and Instrumentals #> 45104 Comitatives and Instrumentals #> 45126 Comitatives and Instrumentals #> 45129 Comitatives and Instrumentals #> 45130 Comitatives and Instrumentals #> 45177 Comitatives and Instrumentals #> 45184 Comitatives and Instrumentals #> 45190 Comitatives and Instrumentals #> 45202 Comitatives and Instrumentals #> 45205 Comitatives and Instrumentals #> 45227 Comitatives and Instrumentals #> 45248 Comitatives and Instrumentals #> 45254 Comitatives and Instrumentals #> 45305 Ordinal Numerals #> 45316 Ordinal Numerals #> 45319 Ordinal Numerals #> 45320 Ordinal Numerals #> 45392 Ordinal Numerals #> 45395 Ordinal Numerals #> 45404 Ordinal Numerals #> 45407 Ordinal Numerals #> 45411 Ordinal Numerals #> 45417 Ordinal Numerals #> 45419 Ordinal Numerals #> 45428 Ordinal Numerals #> 45429 Ordinal Numerals #> 45460 Ordinal Numerals #> 45479 Ordinal Numerals #> 45495 Ordinal Numerals #> 45506 Ordinal Numerals #> 45515 Ordinal Numerals #> 45522 Ordinal Numerals #> 45587 Distributive Numerals #> 45588 Distributive Numerals #> 45622 Distributive Numerals #> 45642 Distributive Numerals #> 45668 Distributive Numerals #> 45676 Distributive Numerals #> 45680 Distributive Numerals #> 45690 Distributive Numerals #> 45696 Distributive Numerals #> 45698 Distributive Numerals #> 45709 Distributive Numerals #> 45713 Distributive Numerals #> 45716 Distributive Numerals #> 45727 Distributive Numerals #> 45729 Distributive Numerals #> 45849 Numeral Classifiers #> 45851 Numeral Classifiers #> 45862 Numeral Classifiers #> 45865 Numeral Classifiers #> 45872 Numeral Classifiers #> 45915 Numeral Classifiers #> 45940 Numeral Classifiers #> 45961 Numeral Classifiers #> 45963 Numeral Classifiers #> 45975 Numeral Classifiers #> 45976 Numeral Classifiers #> 45980 Numeral Classifiers #> 45993 Numeral Classifiers #> 46001 Numeral Classifiers #> 46023 Numeral Classifiers #> 46026 Numeral Classifiers #> 46032 Numeral Classifiers #> 46067 Numeral Classifiers #> 46068 Numeral Classifiers #> 46251 Conjunctions and Universal Quantifiers #> 46283 Conjunctions and Universal Quantifiers #> 46292 Conjunctions and Universal Quantifiers #> 46310 Conjunctions and Universal Quantifiers #> 46316 Conjunctions and Universal Quantifiers #> 46327 Conjunctions and Universal Quantifiers #> 46609 Position of Pronominal Possessive Affixes #> 46642 Position of Pronominal Possessive Affixes #> 46650 Position of Pronominal Possessive Affixes #> 46657 Position of Pronominal Possessive Affixes #> 46663 Position of Pronominal Possessive Affixes #> 46671 Position of Pronominal Possessive Affixes #> 46681 Position of Pronominal Possessive Affixes #> 46684 Position of Pronominal Possessive Affixes #> 46690 Position of Pronominal Possessive Affixes #> 46695 Position of Pronominal Possessive Affixes #> 46699 Position of Pronominal Possessive Affixes #> 46701 Position of Pronominal Possessive Affixes #> 46706 Position of Pronominal Possessive Affixes #> 46718 Position of Pronominal Possessive Affixes #> 46722 Position of Pronominal Possessive Affixes #> 46724 Position of Pronominal Possessive Affixes #> 46727 Position of Pronominal Possessive Affixes #> 46739 Position of Pronominal Possessive Affixes #> 46748 Position of Pronominal Possessive Affixes #> 46760 Position of Pronominal Possessive Affixes #> 46764 Position of Pronominal Possessive Affixes #> 46765 Position of Pronominal Possessive Affixes #> 46772 Position of Pronominal Possessive Affixes #> 46790 Position of Pronominal Possessive Affixes #> 46791 Position of Pronominal Possessive Affixes #> 46793 Position of Pronominal Possessive Affixes #> 46794 Position of Pronominal Possessive Affixes #> 46795 Position of Pronominal Possessive Affixes #> 46799 Position of Pronominal Possessive Affixes #> 46805 Position of Pronominal Possessive Affixes #> 46814 Position of Pronominal Possessive Affixes #> 46818 Position of Pronominal Possessive Affixes #> 46819 Position of Pronominal Possessive Affixes #> 46833 Position of Pronominal Possessive Affixes #> 46860 Position of Pronominal Possessive Affixes #> 46865 Position of Pronominal Possessive Affixes #> 46871 Position of Pronominal Possessive Affixes #> 46873 Position of Pronominal Possessive Affixes #> 46880 Position of Pronominal Possessive Affixes #> 46889 Position of Pronominal Possessive Affixes #> 46900 Position of Pronominal Possessive Affixes #> 46905 Position of Pronominal Possessive Affixes #> 46907 Position of Pronominal Possessive Affixes #> 46914 Position of Pronominal Possessive Affixes #> 46916 Position of Pronominal Possessive Affixes #> 46917 Position of Pronominal Possessive Affixes #> 46925 Position of Pronominal Possessive Affixes #> 46929 Position of Pronominal Possessive Affixes #> 46930 Position of Pronominal Possessive Affixes #> 46935 Position of Pronominal Possessive Affixes #> 46954 Position of Pronominal Possessive Affixes #> 47035 Position of Pronominal Possessive Affixes #> 47047 Position of Pronominal Possessive Affixes #> 47135 Position of Pronominal Possessive Affixes #> 47214 Position of Pronominal Possessive Affixes #> 47216 Position of Pronominal Possessive Affixes #> 47217 Position of Pronominal Possessive Affixes #> 47335 Obligatory Possessive Inflection #> 47341 Obligatory Possessive Inflection #> 47342 Obligatory Possessive Inflection #> 47345 Obligatory Possessive Inflection #> 47388 Obligatory Possessive Inflection #> 47407 Obligatory Possessive Inflection #> 47408 Obligatory Possessive Inflection #> 47419 Obligatory Possessive Inflection #> 47437 Obligatory Possessive Inflection #> 47454 Obligatory Possessive Inflection #> 47473 Obligatory Possessive Inflection #> 47510 Number of Possessive Nouns #> 47513 Number of Possessive Nouns #> 47517 Number of Possessive Nouns #> 47530 Number of Possessive Nouns #> 47567 Number of Possessive Nouns #> 47585 Number of Possessive Nouns #> 47605 Number of Possessive Nouns #> 47636 Number of Possessive Nouns #> 47656 Number of Possessive Nouns #> 47675 Number of Possessive Nouns #> 47700 Number of Possessive Nouns #> 47777 Possessive Classification #> 47782 Possessive Classification #> 47816 Possessive Classification #> 47819 Possessive Classification #> 47828 Possessive Classification #> 47891 Possessive Classification #> 47896 Possessive Classification #> 47915 Possessive Classification #> 47938 Possessive Classification #> 47950 Possessive Classification #> 47958 Possessive Classification #> 47989 Uvular Consonants #> 48052 Uvular Consonants #> 48060 Uvular Consonants #> 48122 Uvular Consonants #> 48127 Uvular Consonants #> 48135 Uvular Consonants #> 48206 Uvular Consonants #> 48217 Uvular Consonants #> 48239 Uvular Consonants #> 48257 Uvular Consonants #> 48258 Uvular Consonants #> 48283 Uvular Consonants #> 48292 Uvular Consonants #> 48300 Uvular Consonants #> 48323 Uvular Consonants #> 48326 Uvular Consonants #> 48369 Uvular Consonants #> 48385 Uvular Consonants #> 48440 Uvular Consonants #> 48450 Uvular Consonants #> 48454 Uvular Consonants #> 48466 Uvular Consonants #> 48467 Uvular Consonants #> 48477 Uvular Consonants #> 48478 Uvular Consonants #> 48496 Uvular Consonants #> 48515 Uvular Consonants #> 48547 Uvular Consonants #> 48549 Uvular Consonants #> 48565 Genitives, Adjectives and Relative Clauses #> 48575 Genitives, Adjectives and Relative Clauses #> 48610 Genitives, Adjectives and Relative Clauses #> 48617 Genitives, Adjectives and Relative Clauses #> 48622 Genitives, Adjectives and Relative Clauses #> 48638 Genitives, Adjectives and Relative Clauses #> 48647 Genitives, Adjectives and Relative Clauses #> 48656 Genitives, Adjectives and Relative Clauses #> 48668 Genitives, Adjectives and Relative Clauses #> 48685 Genitives, Adjectives and Relative Clauses #> 48691 Adjectives without Nouns #> 48714 Adjectives without Nouns #> 48718 Adjectives without Nouns #> 48741 Adjectives without Nouns #> 48754 Adjectives without Nouns #> 48785 Adjectives without Nouns #> 48790 Adjectives without Nouns #> 48794 Adjectives without Nouns #> 48799 Adjectives without Nouns #> 48842 Action Nominal Constructions #> 48859 Action Nominal Constructions #> 48868 Action Nominal Constructions #> 48893 Action Nominal Constructions #> 48910 Action Nominal Constructions #> 48911 Action Nominal Constructions #> 48913 Action Nominal Constructions #> 48917 Action Nominal Constructions #> 48935 Action Nominal Constructions #> 48987 Noun Phrase Conjunction #> 48992 Noun Phrase Conjunction #> 49019 Noun Phrase Conjunction #> 49021 Noun Phrase Conjunction #> 49031 Noun Phrase Conjunction #> 49072 Noun Phrase Conjunction #> 49076 Noun Phrase Conjunction #> 49080 Noun Phrase Conjunction #> 49153 Noun Phrase Conjunction #> 49166 Noun Phrase Conjunction #> 49189 Noun Phrase Conjunction #> 49191 Noun Phrase Conjunction #> 49193 Noun Phrase Conjunction #> 49202 Noun Phrase Conjunction #> 49236 Nominal and Verbal Conjunction #> 49254 Nominal and Verbal Conjunction #> 49274 Nominal and Verbal Conjunction #> 49330 Nominal and Verbal Conjunction #> 49354 Nominal and Verbal Conjunction #> 49392 Nominal and Verbal Conjunction #> 49400 Nominal and Verbal Conjunction #> 49401 Nominal and Verbal Conjunction #> 49406 Nominal and Verbal Conjunction #> 49407 Nominal and Verbal Conjunction #> 49418 Nominal and Verbal Conjunction #> 49426 Nominal and Verbal Conjunction #> 49427 Nominal and Verbal Conjunction #> 49428 Nominal and Verbal Conjunction #> 49434 Nominal and Verbal Conjunction #> 49437 Nominal and Verbal Conjunction #> 49459 Nominal and Verbal Conjunction #> 49465 Nominal and Verbal Conjunction #> 49472 Nominal and Verbal Conjunction #> 49497 Nominal and Verbal Conjunction #> 49500 Nominal and Verbal Conjunction #> 49516 Perfective/Imperfective Aspect #> 49517 Perfective/Imperfective Aspect #> 49522 Perfective/Imperfective Aspect #> 49532 Perfective/Imperfective Aspect #> 49542 Perfective/Imperfective Aspect #> 49544 Perfective/Imperfective Aspect #> 49550 Perfective/Imperfective Aspect #> 49551 Perfective/Imperfective Aspect #> 49614 Perfective/Imperfective Aspect #> 49615 Perfective/Imperfective Aspect #> 49616 Perfective/Imperfective Aspect #> 49629 Perfective/Imperfective Aspect #> 49662 Perfective/Imperfective Aspect #> 49680 Perfective/Imperfective Aspect #> 49687 Perfective/Imperfective Aspect #> 49704 Perfective/Imperfective Aspect #> 49733 Perfective/Imperfective Aspect #> 49737 Perfective/Imperfective Aspect #> 49748 The Past Tense #> 49753 The Past Tense #> 49757 The Past Tense #> 49766 The Past Tense #> 49781 The Past Tense #> 49800 The Past Tense #> 49802 The Past Tense #> 49808 The Past Tense #> 49815 The Past Tense #> 49824 The Past Tense #> 49827 The Past Tense #> 49830 The Past Tense #> 49882 The Past Tense #> 49911 The Past Tense #> 49912 The Past Tense #> 49929 The Past Tense #> 49940 The Past Tense #> 49951 The Past Tense #> 49966 The Future Tense #> 49968 The Future Tense #> 49987 The Future Tense #> 49991 The Future Tense #> 50005 The Future Tense #> 50006 The Future Tense #> 50018 The Future Tense #> 50055 The Future Tense #> 50060 The Future Tense #> 50078 The Future Tense #> 50091 The Future Tense #> 50097 The Future Tense #> 50102 The Future Tense #> 50127 The Future Tense #> 50139 The Future Tense #> 50174 The Future Tense #> 50178 The Future Tense #> 50181 The Future Tense #> 50214 The Perfect #> 50230 The Perfect #> 50256 The Perfect #> 50265 The Perfect #> 50271 The Perfect #> 50286 The Perfect #> 50298 The Perfect #> 50309 The Perfect #> 50312 The Perfect #> 50318 The Perfect #> 50324 The Perfect #> 50326 The Perfect #> 50349 The Perfect #> 50360 The Perfect #> 50367 The Perfect #> 50375 The Perfect #> 50382 The Perfect #> 50403 The Perfect #> 50420 Position of Tense-Aspect Affixes #> 50426 Position of Tense-Aspect Affixes #> 50454 Position of Tense-Aspect Affixes #> 50465 Position of Tense-Aspect Affixes #> 50469 Position of Tense-Aspect Affixes #> 50551 Position of Tense-Aspect Affixes #> 50559 Position of Tense-Aspect Affixes #> 50582 Position of Tense-Aspect Affixes #> 50586 Position of Tense-Aspect Affixes #> 50701 Position of Tense-Aspect Affixes #> 50723 Position of Tense-Aspect Affixes #> 50752 Position of Tense-Aspect Affixes #> 50797 Position of Tense-Aspect Affixes #> 50831 Position of Tense-Aspect Affixes #> 50863 Position of Tense-Aspect Affixes #> 50886 Position of Tense-Aspect Affixes #> 50887 Position of Tense-Aspect Affixes #> 50930 Position of Tense-Aspect Affixes #> 50935 Position of Tense-Aspect Affixes #> 50968 Position of Tense-Aspect Affixes #> 51015 Position of Tense-Aspect Affixes #> 51026 Position of Tense-Aspect Affixes #> 51054 Position of Tense-Aspect Affixes #> 51132 Position of Tense-Aspect Affixes #> 51175 Position of Tense-Aspect Affixes #> 51197 Position of Tense-Aspect Affixes #> 51229 Position of Tense-Aspect Affixes #> 51252 Position of Tense-Aspect Affixes #> 51257 Position of Tense-Aspect Affixes #> 51276 Position of Tense-Aspect Affixes #> 51280 Position of Tense-Aspect Affixes #> 51282 Position of Tense-Aspect Affixes #> 51295 Position of Tense-Aspect Affixes #> 51298 Position of Tense-Aspect Affixes #> 51310 Position of Tense-Aspect Affixes #> 51317 Position of Tense-Aspect Affixes #> 51323 Position of Tense-Aspect Affixes #> 51324 Position of Tense-Aspect Affixes #> 51328 Position of Tense-Aspect Affixes #> 51333 Position of Tense-Aspect Affixes #> 51339 Position of Tense-Aspect Affixes #> 51359 Position of Tense-Aspect Affixes #> 51363 Position of Tense-Aspect Affixes #> 51377 Position of Tense-Aspect Affixes #> 51435 Position of Tense-Aspect Affixes #> 51437 Position of Tense-Aspect Affixes #> 51449 Position of Tense-Aspect Affixes #> 51453 Position of Tense-Aspect Affixes #> 51468 Position of Tense-Aspect Affixes #> 51478 Position of Tense-Aspect Affixes #> 51480 Position of Tense-Aspect Affixes #> 51517 Position of Tense-Aspect Affixes #> 51531 Position of Tense-Aspect Affixes #> 51573 Glottalized Consonants #> 51581 Glottalized Consonants #> 51711 Glottalized Consonants #> 51726 Glottalized Consonants #> 51757 Glottalized Consonants #> 51773 Glottalized Consonants #> 51826 Glottalized Consonants #> 51841 Glottalized Consonants #> 51913 Glottalized Consonants #> 51957 Glottalized Consonants #> 51960 Glottalized Consonants #> 51967 Glottalized Consonants #> 51993 Glottalized Consonants #> 52014 Glottalized Consonants #> 52024 Glottalized Consonants #> 52034 Glottalized Consonants #> 52035 Glottalized Consonants #> 52038 Glottalized Consonants #> 52041 Glottalized Consonants #> 52047 Glottalized Consonants #> 52053 Glottalized Consonants #> 52061 Glottalized Consonants #> 52063 Glottalized Consonants #> 52066 Glottalized Consonants #> 52067 Glottalized Consonants #> 52071 Glottalized Consonants #> 52072 Glottalized Consonants #> 52074 Glottalized Consonants #> 52075 Glottalized Consonants #> 52106 The Morphological Imperative #> 52123 The Morphological Imperative #> 52124 The Morphological Imperative #> 52137 The Morphological Imperative #> 52146 The Morphological Imperative #> 52164 The Morphological Imperative #> 52176 The Morphological Imperative #> 52203 The Morphological Imperative #> 52204 The Morphological Imperative #> 52208 The Morphological Imperative #> 52226 The Morphological Imperative #> 52234 The Morphological Imperative #> 52243 The Morphological Imperative #> 52246 The Morphological Imperative #> 52249 The Morphological Imperative #> 52256 The Morphological Imperative #> 52268 The Morphological Imperative #> 52269 The Morphological Imperative #> 52271 The Morphological Imperative #> 52278 The Morphological Imperative #> 52286 The Morphological Imperative #> 52288 The Morphological Imperative #> 52301 The Morphological Imperative #> 52304 The Morphological Imperative #> 52324 The Morphological Imperative #> 52336 The Morphological Imperative #> 52345 The Morphological Imperative #> 52350 The Morphological Imperative #> 52363 The Morphological Imperative #> 52381 The Morphological Imperative #> 52407 The Morphological Imperative #> 52484 The Morphological Imperative #> 52504 The Morphological Imperative #> 52546 The Morphological Imperative #> 52571 The Morphological Imperative #> 52638 The Morphological Imperative #> 52667 The Prohibitive #> 52674 The Prohibitive #> 52695 The Prohibitive #> 52791 The Prohibitive #> 52810 The Prohibitive #> 52820 The Prohibitive #> 52838 The Prohibitive #> 52898 The Prohibitive #> 52960 The Prohibitive #> 52963 The Prohibitive #> 52964 The Prohibitive #> 52966 The Prohibitive #> 52973 The Prohibitive #> 52974 The Prohibitive #> 52975 The Prohibitive #> 52982 The Prohibitive #> 52983 The Prohibitive #> 52989 The Prohibitive #> 52999 The Prohibitive #> 53006 The Prohibitive #> 53009 The Prohibitive #> 53021 The Prohibitive #> 53027 The Prohibitive #> 53033 The Prohibitive #> 53035 The Prohibitive #> 53036 The Prohibitive #> 53081 The Prohibitive #> 53112 The Prohibitive #> 53126 The Prohibitive #> 53188 Imperative-Hortative Systems #> 53191 Imperative-Hortative Systems #> 53202 Imperative-Hortative Systems #> 53229 Imperative-Hortative Systems #> 53265 Imperative-Hortative Systems #> 53272 Imperative-Hortative Systems #> 53302 Imperative-Hortative Systems #> 53314 Imperative-Hortative Systems #> 53364 Imperative-Hortative Systems #> 53368 Imperative-Hortative Systems #> 53378 Imperative-Hortative Systems #> 53382 Imperative-Hortative Systems #> 53394 Imperative-Hortative Systems #> 53403 Imperative-Hortative Systems #> 53413 Imperative-Hortative Systems #> 53421 Imperative-Hortative Systems #> 53479 Imperative-Hortative Systems #> 53503 Imperative-Hortative Systems #> 53512 Imperative-Hortative Systems #> 53569 The Optative #> 53607 The Optative #> 53622 The Optative #> 53628 The Optative #> 53633 The Optative #> 53704 The Optative #> 53767 The Optative #> 53817 The Optative #> 53826 The Optative #> 53835 The Optative #> 53919 Situational Possibility #> 53922 Situational Possibility #> 53928 Situational Possibility #> 53955 Situational Possibility #> 53968 Situational Possibility #> 53991 Situational Possibility #> 53992 Situational Possibility #> 54008 Situational Possibility #> 54013 Situational Possibility #> 54028 Situational Possibility #> 54031 Situational Possibility #> 54035 Situational Possibility #> 54040 Situational Possibility #> 54048 Situational Possibility #> 54052 Situational Possibility #> 54078 Epistemic Possibility #> 54082 Epistemic Possibility #> 54086 Epistemic Possibility #> 54108 Epistemic Possibility #> 54113 Epistemic Possibility #> 54116 Epistemic Possibility #> 54117 Epistemic Possibility #> 54119 Epistemic Possibility #> 54123 Epistemic Possibility #> 54137 Epistemic Possibility #> 54243 Epistemic Possibility #> 54255 Epistemic Possibility #> 54256 Epistemic Possibility #> 54296 Epistemic Possibility #> 54329 Overlap between Situational and Epistemic Modal Marking #> 54334 Overlap between Situational and Epistemic Modal Marking #> 54339 Overlap between Situational and Epistemic Modal Marking #> 54363 Overlap between Situational and Epistemic Modal Marking #> 54389 Overlap between Situational and Epistemic Modal Marking #> 54390 Overlap between Situational and Epistemic Modal Marking #> 54394 Overlap between Situational and Epistemic Modal Marking #> 54407 Overlap between Situational and Epistemic Modal Marking #> 54421 Overlap between Situational and Epistemic Modal Marking #> 54452 Overlap between Situational and Epistemic Modal Marking #> 54457 Overlap between Situational and Epistemic Modal Marking #> 54464 Overlap between Situational and Epistemic Modal Marking #> 54489 Overlap between Situational and Epistemic Modal Marking #> 54520 Semantic Distinctions of Evidentiality #> 54536 Semantic Distinctions of Evidentiality #> 54560 Semantic Distinctions of Evidentiality #> 54567 Semantic Distinctions of Evidentiality #> 54589 Semantic Distinctions of Evidentiality #> 54610 Semantic Distinctions of Evidentiality #> 54639 Semantic Distinctions of Evidentiality #> 54722 Semantic Distinctions of Evidentiality #> 54829 Semantic Distinctions of Evidentiality #> 54948 Coding of Evidentiality #> 54988 Coding of Evidentiality #> 55014 Coding of Evidentiality #> 55022 Coding of Evidentiality #> 55080 Coding of Evidentiality #> 55084 Coding of Evidentiality #> 55107 Coding of Evidentiality #> 55184 Coding of Evidentiality #> 55284 Coding of Evidentiality #> 55381 Suppletion According to Tense and Aspect #> 55387 Suppletion According to Tense and Aspect #> 55436 Suppletion According to Tense and Aspect #> 55442 Suppletion According to Tense and Aspect #> 55452 Suppletion According to Tense and Aspect #> 55465 Suppletion According to Tense and Aspect #> 55480 Suppletion According to Tense and Aspect #> 55497 Suppletion According to Tense and Aspect #> 55509 Suppletion According to Tense and Aspect #> 55521 Suppletion According to Tense and Aspect #> 55533 Suppletion According to Tense and Aspect #> 55535 Suppletion According to Tense and Aspect #> 55547 Suppletion According to Tense and Aspect #> 55548 Suppletion in Imperatives and Hortatives #> 55555 Suppletion in Imperatives and Hortatives #> 55557 Suppletion in Imperatives and Hortatives #> 55567 Suppletion in Imperatives and Hortatives #> 55571 Suppletion in Imperatives and Hortatives #> 55580 Suppletion in Imperatives and Hortatives #> 55582 Suppletion in Imperatives and Hortatives #> 55584 Suppletion in Imperatives and Hortatives #> 55587 Suppletion in Imperatives and Hortatives #> 55604 Suppletion in Imperatives and Hortatives #> 55619 Suppletion in Imperatives and Hortatives #> 55656 Suppletion in Imperatives and Hortatives #> 55667 Suppletion in Imperatives and Hortatives #> 55845 Lateral Consonants #> 55865 Lateral Consonants #> 55870 Lateral Consonants #> 55904 Lateral Consonants #> 55918 Lateral Consonants #> 55922 Lateral Consonants #> 55940 Lateral Consonants #> 55969 Lateral Consonants #> 56008 Lateral Consonants #> 56017 Lateral Consonants #> 56024 Lateral Consonants #> 56027 Lateral Consonants #> 56036 Lateral Consonants #> 56037 Lateral Consonants #> 56048 Lateral Consonants #> 56053 Lateral Consonants #> 56092 Lateral Consonants #> 56113 Lateral Consonants #> 56140 Lateral Consonants #> 56162 Lateral Consonants #> 56195 Lateral Consonants #> 56214 Lateral Consonants #> 56264 Lateral Consonants #> 56270 Lateral Consonants #> 56274 Lateral Consonants #> 56275 Lateral Consonants #> 56280 Lateral Consonants #> 56285 Lateral Consonants #> 56293 Lateral Consonants #> 56318 Verbal Number and Suppletion #> 56343 Verbal Number and Suppletion #> 56368 Verbal Number and Suppletion #> 56375 Verbal Number and Suppletion #> 56378 Verbal Number and Suppletion #> 56395 Verbal Number and Suppletion #> 56420 Verbal Number and Suppletion #> 56426 Verbal Number and Suppletion #> 56438 Verbal Number and Suppletion #> 56451 Verbal Number and Suppletion #> 56462 Verbal Number and Suppletion #> 56463 Verbal Number and Suppletion #> 56476 Verbal Number and Suppletion #> 56521 Order of Subject, Object and Verb #> 56541 Order of Subject, Object and Verb #> 56580 Order of Subject, Object and Verb #> 56587 Order of Subject, Object and Verb #> 56635 Order of Subject, Object and Verb #> 56636 Order of Subject, Object and Verb #> 56688 Order of Subject, Object and Verb #> 56706 Order of Subject, Object and Verb #> 56709 Order of Subject, Object and Verb #> 56712 Order of Subject, Object and Verb #> 56724 Order of Subject, Object and Verb #> 56727 Order of Subject, Object and Verb #> 56753 Order of Subject, Object and Verb #> 56782 Order of Subject, Object and Verb #> 56800 Order of Subject, Object and Verb #> 56854 Order of Subject, Object and Verb #> 56867 Order of Subject, Object and Verb #> 56902 Order of Subject, Object and Verb #> 57005 Order of Subject, Object and Verb #> 57025 Order of Subject, Object and Verb #> 57045 Order of Subject, Object and Verb #> 57074 Order of Subject, Object and Verb #> 57076 Order of Subject, Object and Verb #> 57088 Order of Subject, Object and Verb #> 57099 Order of Subject, Object and Verb #> 57122 Order of Subject, Object and Verb #> 57145 Order of Subject, Object and Verb #> 57192 Order of Subject, Object and Verb #> 57223 Order of Subject, Object and Verb #> 57224 Order of Subject, Object and Verb #> 57232 Order of Subject, Object and Verb #> 57241 Order of Subject, Object and Verb #> 57256 Order of Subject, Object and Verb #> 57260 Order of Subject, Object and Verb #> 57273 Order of Subject, Object and Verb #> 57298 Order of Subject, Object and Verb #> 57299 Order of Subject, Object and Verb #> 57307 Order of Subject, Object and Verb #> 57360 Order of Subject, Object and Verb #> 57378 Order of Subject, Object and Verb #> 57384 Order of Subject, Object and Verb #> 57389 Order of Subject, Object and Verb #> 57399 Order of Subject, Object and Verb #> 57415 Order of Subject, Object and Verb #> 57430 Order of Subject, Object and Verb #> 57441 Order of Subject, Object and Verb #> 57452 Order of Subject, Object and Verb #> 57453 Order of Subject, Object and Verb #> 57476 Order of Subject, Object and Verb #> 57481 Order of Subject, Object and Verb #> 57490 Order of Subject, Object and Verb #> 57506 Order of Subject, Object and Verb #> 57517 Order of Subject, Object and Verb #> 57536 Order of Subject, Object and Verb #> 57570 Order of Subject, Object and Verb #> 57577 Order of Subject, Object and Verb #> 57579 Order of Subject, Object and Verb #> 57592 Order of Subject, Object and Verb #> 57600 Order of Subject, Object and Verb #> 57615 Order of Subject, Object and Verb #> 57631 Order of Subject, Object and Verb #> 57632 Order of Subject, Object and Verb #> 57635 Order of Subject, Object and Verb #> 57711 Order of Subject, Object and Verb #> 57728 Order of Subject, Object and Verb #> 57750 Order of Subject, Object and Verb #> 57788 Order of Subject, Object and Verb #> 57819 Order of Subject, Object and Verb #> 57836 Order of Subject, Object and Verb #> 57923 Languages with two Dominant Orders of Subject, Object, and Verb #> 57925 Languages with two Dominant Orders of Subject, Object, and Verb #> 57929 Languages with two Dominant Orders of Subject, Object, and Verb #> 57941 Languages with two Dominant Orders of Subject, Object, and Verb #> 57946 Order of Subject and Verb #> 57956 Order of Subject and Verb #> 58010 Order of Subject and Verb #> 58025 Order of Subject and Verb #> 58028 Order of Subject and Verb #> 58062 Order of Subject and Verb #> 58070 Order of Subject and Verb #> 58086 Order of Subject and Verb #> 58099 Order of Subject and Verb #> 58108 Order of Subject and Verb #> 58222 Order of Subject and Verb #> 58251 Order of Subject and Verb #> 58262 Order of Subject and Verb #> 58300 Order of Subject and Verb #> 58324 Order of Subject and Verb #> 58327 Order of Subject and Verb #> 58352 Order of Subject and Verb #> 58356 Order of Subject and Verb #> 58364 Order of Subject and Verb #> 58376 Order of Subject and Verb #> 58387 Order of Subject and Verb #> 58392 Order of Subject and Verb #> 58397 Order of Subject and Verb #> 58428 Order of Subject and Verb #> 58446 Order of Subject and Verb #> 58545 Order of Subject and Verb #> 58574 Order of Subject and Verb #> 58586 Order of Subject and Verb #> 58638 Order of Subject and Verb #> 58647 Order of Subject and Verb #> 58651 Order of Subject and Verb #> 58657 Order of Subject and Verb #> 58663 Order of Subject and Verb #> 58664 Order of Subject and Verb #> 58675 Order of Subject and Verb #> 58713 Order of Subject and Verb #> 58721 Order of Subject and Verb #> 58736 Order of Subject and Verb #> 58741 Order of Subject and Verb #> 58817 Order of Subject and Verb #> 58835 Order of Subject and Verb #> 58837 Order of Subject and Verb #> 58850 Order of Subject and Verb #> 58858 Order of Subject and Verb #> 58860 Order of Subject and Verb #> 58903 Order of Subject and Verb #> 58910 Order of Subject and Verb #> 58958 Order of Subject and Verb #> 59011 Order of Subject and Verb #> 59062 Order of Subject and Verb #> 59069 Order of Subject and Verb #> 59125 Order of Subject and Verb #> 59131 Order of Subject and Verb #> 59135 Order of Subject and Verb #> 59137 Order of Subject and Verb #> 59172 Order of Subject and Verb #> 59189 Order of Subject and Verb #> 59202 Order of Subject and Verb #> 59214 Order of Subject and Verb #> 59233 Order of Subject and Verb #> 59239 Order of Subject and Verb #> 59247 Order of Subject and Verb #> 59292 Order of Subject and Verb #> 59294 Order of Subject and Verb #> 59305 Order of Subject and Verb #> 59308 Order of Subject and Verb #> 59351 Order of Subject and Verb #> 59376 Order of Subject and Verb #> 59388 Order of Subject and Verb #> 59402 Order of Subject and Verb #> 59433 Order of Subject and Verb #> 59441 Order of Subject and Verb #> 59443 Order of Object and Verb #> 59446 Order of Object and Verb #> 59448 Order of Object and Verb #> 59466 Order of Object and Verb #> 59519 Order of Object and Verb #> 59650 Order of Object and Verb #> 59687 Order of Object and Verb #> 59694 Order of Object and Verb #> 59711 Order of Object and Verb #> 59779 Order of Object and Verb #> 59805 Order of Object and Verb #> 59823 Order of Object and Verb #> 59914 Order of Object and Verb #> 59936 Order of Object and Verb #> 59953 Order of Object and Verb #> 59988 Order of Object and Verb #> 59995 Order of Object and Verb #> 60024 Order of Object and Verb #> 60049 Order of Object and Verb #> 60082 Order of Object and Verb #> 60097 Order of Object and Verb #> 60121 Order of Object and Verb #> 60126 Order of Object and Verb #> 60159 Order of Object and Verb #> 60166 Order of Object and Verb #> 60175 Order of Object and Verb #> 60214 Order of Object and Verb #> 60223 Order of Object and Verb #> 60225 Order of Object and Verb #> 60229 Order of Object and Verb #> 60230 Order of Object and Verb #> 60236 Order of Object and Verb #> 60249 Order of Object and Verb #> 60256 Order of Object and Verb #> 60263 Order of Object and Verb #> 60287 Order of Object and Verb #> 60344 Order of Object and Verb #> 60347 Order of Object and Verb #> 60367 Order of Object and Verb #> 60377 Order of Object and Verb #> 60378 Order of Object and Verb #> 60393 Order of Object and Verb #> 60400 Order of Object and Verb #> 60411 Order of Object and Verb #> 60414 Order of Object and Verb #> 60434 Order of Object and Verb #> 60456 Order of Object and Verb #> 60465 Order of Object and Verb #> 60471 Order of Object and Verb #> 60477 Order of Object and Verb #> 60502 Order of Object and Verb #> 60537 Order of Object and Verb #> 60552 Order of Object and Verb #> 60558 Order of Object and Verb #> 60567 Order of Object and Verb #> 60568 Order of Object and Verb #> 60578 Order of Object and Verb #> 60615 Order of Object and Verb #> 60620 Order of Object and Verb #> 60627 Order of Object and Verb #> 60628 Order of Object and Verb #> 60633 Order of Object and Verb #> 60706 Order of Object and Verb #> 60707 Order of Object and Verb #> 60712 Order of Object and Verb #> 60724 Order of Object and Verb #> 60737 Order of Object and Verb #> 60746 Order of Object and Verb #> 60747 Order of Object and Verb #> 60753 Order of Object and Verb #> 60761 Order of Object and Verb #> 60776 Order of Object and Verb #> 60783 Order of Object and Verb #> 60827 Order of Object and Verb #> 60845 Order of Object and Verb #> 60857 Order of Object and Verb #> 60970 Order of Object, Oblique, and Verb #> 60972 Order of Object, Oblique, and Verb #> 60975 Order of Object, Oblique, and Verb #> 60985 Order of Object, Oblique, and Verb #> 60991 Order of Object, Oblique, and Verb #> 60992 Order of Object, Oblique, and Verb #> 60994 Order of Object, Oblique, and Verb #> 61019 Order of Object, Oblique, and Verb #> 61022 Order of Object, Oblique, and Verb #> 61028 Order of Object, Oblique, and Verb #> 61033 Order of Object, Oblique, and Verb #> 61035 Order of Object, Oblique, and Verb #> 61052 Order of Object, Oblique, and Verb #> 61060 Order of Object, Oblique, and Verb #> 61061 Order of Object, Oblique, and Verb #> 61075 Order of Object, Oblique, and Verb #> 61086 Order of Object, Oblique, and Verb #> 61095 Order of Object, Oblique, and Verb #> 61120 Order of Object, Oblique, and Verb #> 61145 Order of Object, Oblique, and Verb #> 61157 Order of Object, Oblique, and Verb #> 61158 Order of Object, Oblique, and Verb #> 61160 Order of Object, Oblique, and Verb #> 61170 Order of Object, Oblique, and Verb #> 61197 Order of Object, Oblique, and Verb #> 61213 Order of Object, Oblique, and Verb #> 61225 Order of Object, Oblique, and Verb #> 61231 Order of Object, Oblique, and Verb #> 61273 Order of Object, Oblique, and Verb #> 61344 Order of Object, Oblique, and Verb #> 61384 Order of Object, Oblique, and Verb #> 61462 Order of Adposition and Noun Phrase #> 61536 Order of Adposition and Noun Phrase #> 61562 Order of Adposition and Noun Phrase #> 61585 Order of Adposition and Noun Phrase #> 61595 Order of Adposition and Noun Phrase #> 61758 Order of Adposition and Noun Phrase #> 61762 Order of Adposition and Noun Phrase #> 61781 Order of Adposition and Noun Phrase #> 61784 Order of Adposition and Noun Phrase #> 61808 Order of Adposition and Noun Phrase #> 61968 Order of Adposition and Noun Phrase #> 62037 Order of Adposition and Noun Phrase #> 62039 Order of Adposition and Noun Phrase #> 62040 Order of Adposition and Noun Phrase #> 62072 Order of Adposition and Noun Phrase #> 62073 Order of Adposition and Noun Phrase #> 62075 Order of Adposition and Noun Phrase #> 62077 Order of Adposition and Noun Phrase #> 62092 Order of Adposition and Noun Phrase #> 62097 Order of Adposition and Noun Phrase #> 62103 Order of Adposition and Noun Phrase #> 62106 Order of Adposition and Noun Phrase #> 62136 Order of Adposition and Noun Phrase #> 62142 Order of Adposition and Noun Phrase #> 62150 Order of Adposition and Noun Phrase #> 62162 Order of Adposition and Noun Phrase #> 62185 Order of Adposition and Noun Phrase #> 62206 Order of Adposition and Noun Phrase #> 62209 Order of Adposition and Noun Phrase #> 62219 Order of Adposition and Noun Phrase #> 62225 Order of Adposition and Noun Phrase #> 62227 Order of Adposition and Noun Phrase #> 62229 Order of Adposition and Noun Phrase #> 62235 Order of Adposition and Noun Phrase #> 62242 Order of Adposition and Noun Phrase #> 62247 Order of Adposition and Noun Phrase #> 62258 Order of Adposition and Noun Phrase #> 62263 Order of Adposition and Noun Phrase #> 62272 Order of Adposition and Noun Phrase #> 62277 Order of Adposition and Noun Phrase #> 62281 Order of Adposition and Noun Phrase #> 62302 Order of Adposition and Noun Phrase #> 62307 Order of Adposition and Noun Phrase #> 62321 Order of Adposition and Noun Phrase #> 62333 Order of Adposition and Noun Phrase #> 62341 Order of Adposition and Noun Phrase #> 62361 Order of Adposition and Noun Phrase #> 62370 Order of Adposition and Noun Phrase #> 62371 Order of Adposition and Noun Phrase #> 62391 Order of Adposition and Noun Phrase #> 62401 Order of Adposition and Noun Phrase #> 62428 Order of Adposition and Noun Phrase #> 62441 Order of Adposition and Noun Phrase #> 62455 Order of Adposition and Noun Phrase #> 62463 Order of Adposition and Noun Phrase #> 62464 Order of Adposition and Noun Phrase #> 62473 Order of Adposition and Noun Phrase #> 62478 Order of Adposition and Noun Phrase #> 62481 Order of Adposition and Noun Phrase #> 62486 Order of Adposition and Noun Phrase #> 62494 Order of Adposition and Noun Phrase #> 62506 Order of Adposition and Noun Phrase #> 62512 Order of Adposition and Noun Phrase #> 62513 Order of Adposition and Noun Phrase #> 62531 Order of Adposition and Noun Phrase #> 62537 Order of Adposition and Noun Phrase #> 62538 Order of Adposition and Noun Phrase #> 62541 Order of Adposition and Noun Phrase #> 62582 Order of Adposition and Noun Phrase #> 62592 Order of Adposition and Noun Phrase #> 62605 Order of Adposition and Noun Phrase #> 62607 Order of Adposition and Noun Phrase #> 62610 Order of Adposition and Noun Phrase #> 62611 Order of Adposition and Noun Phrase #> 62654 Order of Genitive and Noun #> 62711 Order of Genitive and Noun #> 62754 Order of Genitive and Noun #> 62760 Order of Genitive and Noun #> 62778 Order of Genitive and Noun #> 62839 Order of Genitive and Noun #> 62846 Order of Genitive and Noun #> 62851 Order of Genitive and Noun #> 62927 Order of Genitive and Noun #> 63037 Order of Genitive and Noun #> 63224 Order of Genitive and Noun #> 63232 Order of Genitive and Noun #> 63275 Order of Genitive and Noun #> 63340 Order of Genitive and Noun #> 63344 Order of Genitive and Noun #> 63346 Order of Genitive and Noun #> 63347 Order of Genitive and Noun #> 63371 Order of Genitive and Noun #> 63382 Order of Genitive and Noun #> 63404 Order of Genitive and Noun #> 63430 Order of Genitive and Noun #> 63439 Order of Genitive and Noun #> 63447 Order of Genitive and Noun #> 63457 Order of Genitive and Noun #> 63459 Order of Genitive and Noun #> 63461 Order of Genitive and Noun #> 63468 Order of Genitive and Noun #> 63471 Order of Genitive and Noun #> 63476 Order of Genitive and Noun #> 63494 Order of Genitive and Noun #> 63495 Order of Genitive and Noun #> 63498 Order of Genitive and Noun #> 63499 Order of Genitive and Noun #> 63512 Order of Genitive and Noun #> 63513 Order of Genitive and Noun #> 63526 Order of Genitive and Noun #> 63531 Order of Genitive and Noun #> 63532 Order of Genitive and Noun #> 63533 Order of Genitive and Noun #> 63537 Order of Genitive and Noun #> 63563 Order of Genitive and Noun #> 63568 Order of Genitive and Noun #> 63575 Order of Genitive and Noun #> 63580 Order of Genitive and Noun #> 63581 Order of Genitive and Noun #> 63585 Order of Genitive and Noun #> 63604 Order of Genitive and Noun #> 63619 Order of Genitive and Noun #> 63636 Order of Genitive and Noun #> 63642 Order of Genitive and Noun #> 63662 Order of Genitive and Noun #> 63663 Order of Genitive and Noun #> 63669 Order of Genitive and Noun #> 63670 Order of Genitive and Noun #> 63674 Order of Genitive and Noun #> 63680 Order of Genitive and Noun #> 63681 Order of Genitive and Noun #> 63688 Order of Genitive and Noun #> 63697 Order of Genitive and Noun #> 63705 Order of Genitive and Noun #> 63744 Order of Genitive and Noun #> 63755 Order of Genitive and Noun #> 63757 Order of Genitive and Noun #> 63758 Order of Genitive and Noun #> 63768 Order of Genitive and Noun #> 63769 Order of Genitive and Noun #> 63772 Order of Genitive and Noun #> 63776 Order of Genitive and Noun #> 63778 Order of Genitive and Noun #> 63792 Order of Genitive and Noun #> 63794 Order of Genitive and Noun #> 63798 Order of Genitive and Noun #> 63816 Order of Genitive and Noun #> 63888 Order of Genitive and Noun #> 63917 Order of Adjective and Noun #> 64044 Order of Adjective and Noun #> 64127 Order of Adjective and Noun #> 64134 Order of Adjective and Noun #> 64135 Order of Adjective and Noun #> 64138 Order of Adjective and Noun #> 64159 Order of Adjective and Noun #> 64207 Order of Adjective and Noun #> 64219 Order of Adjective and Noun #> 64244 Order of Adjective and Noun #> 64246 Order of Adjective and Noun #> 64253 Order of Adjective and Noun #> 64258 Order of Adjective and Noun #> 64264 Order of Adjective and Noun #> 64295 Order of Adjective and Noun #> 64300 Order of Adjective and Noun #> 64301 Order of Adjective and Noun #> 64303 Order of Adjective and Noun #> 64334 Order of Adjective and Noun #> 64354 Order of Adjective and Noun #> 64361 Order of Adjective and Noun #> 64387 Order of Adjective and Noun #> 64391 Order of Adjective and Noun #> 64397 Order of Adjective and Noun #> 64407 Order of Adjective and Noun #> 64425 Order of Adjective and Noun #> 64445 Order of Adjective and Noun #> 64479 Order of Adjective and Noun #> 64486 Order of Adjective and Noun #> 64490 Order of Adjective and Noun #> 64521 Order of Adjective and Noun #> 64524 Order of Adjective and Noun #> 64549 Order of Adjective and Noun #> 64551 Order of Adjective and Noun #> 64562 Order of Adjective and Noun #> 64568 Order of Adjective and Noun #> 64580 Order of Adjective and Noun #> 64592 Order of Adjective and Noun #> 64626 Order of Adjective and Noun #> 64627 Order of Adjective and Noun #> 64668 Order of Adjective and Noun #> 64671 Order of Adjective and Noun #> 64672 Order of Adjective and Noun #> 64719 Order of Adjective and Noun #> 64723 Order of Adjective and Noun #> 64724 Order of Adjective and Noun #> 64728 Order of Adjective and Noun #> 64746 Order of Adjective and Noun #> 64774 Order of Adjective and Noun #> 64827 Order of Adjective and Noun #> 64887 Order of Adjective and Noun #> 64891 Order of Adjective and Noun #> 64898 Order of Adjective and Noun #> 64900 Order of Adjective and Noun #> 64901 Order of Adjective and Noun #> 64945 Order of Adjective and Noun #> 64967 Order of Adjective and Noun #> 64968 Order of Adjective and Noun #> 64982 Order of Adjective and Noun #> 65063 Order of Adjective and Noun #> 65071 Order of Adjective and Noun #> 65090 Order of Adjective and Noun #> 65103 Order of Adjective and Noun #> 65105 Order of Adjective and Noun #> 65122 Order of Adjective and Noun #> 65129 Order of Adjective and Noun #> 65130 Order of Adjective and Noun #> 65138 Order of Adjective and Noun #> 65185 Order of Adjective and Noun #> 65196 Order of Adjective and Noun #> 65241 Order of Adjective and Noun #> 65250 Order of Adjective and Noun #> 65287 Order of Demonstrative and Noun #> 65397 Order of Demonstrative and Noun #> 65408 Order of Demonstrative and Noun #> 65409 Order of Demonstrative and Noun #> 65460 Order of Demonstrative and Noun #> 65464 Order of Demonstrative and Noun #> 65499 Order of Demonstrative and Noun #> 65538 Order of Demonstrative and Noun #> 65562 Order of Demonstrative and Noun #> 65603 Order of Demonstrative and Noun #> 65671 Order of Demonstrative and Noun #> 65695 Order of Demonstrative and Noun #> 65711 Order of Demonstrative and Noun #> 65724 Order of Demonstrative and Noun #> 65726 Order of Demonstrative and Noun #> 65823 Order of Demonstrative and Noun #> 65824 Order of Demonstrative and Noun #> 65828 Order of Demonstrative and Noun #> 65844 Order of Demonstrative and Noun #> 65856 Order of Demonstrative and Noun #> 65875 Order of Demonstrative and Noun #> 65890 Order of Demonstrative and Noun #> 65937 Order of Demonstrative and Noun #> 65945 Order of Demonstrative and Noun #> 65962 Order of Demonstrative and Noun #> 65969 Order of Demonstrative and Noun #> 65986 Order of Demonstrative and Noun #> 66028 Order of Demonstrative and Noun #> 66052 Order of Demonstrative and Noun #> 66084 Order of Demonstrative and Noun #> 66098 Order of Demonstrative and Noun #> 66125 Order of Demonstrative and Noun #> 66126 Order of Demonstrative and Noun #> 66127 Order of Demonstrative and Noun #> 66135 Order of Demonstrative and Noun #> 66136 Order of Demonstrative and Noun #> 66140 Order of Demonstrative and Noun #> 66163 Order of Demonstrative and Noun #> 66177 Order of Demonstrative and Noun #> 66186 Order of Demonstrative and Noun #> 66202 Order of Demonstrative and Noun #> 66225 Order of Demonstrative and Noun #> 66230 Order of Demonstrative and Noun #> 66236 Order of Demonstrative and Noun #> 66269 Order of Demonstrative and Noun #> 66296 Order of Demonstrative and Noun #> 66302 Order of Demonstrative and Noun #> 66319 Order of Demonstrative and Noun #> 66320 Order of Demonstrative and Noun #> 66321 Order of Demonstrative and Noun #> 66326 Order of Demonstrative and Noun #> 66345 Order of Demonstrative and Noun #> 66375 Order of Demonstrative and Noun #> 66383 Order of Demonstrative and Noun #> 66385 Order of Demonstrative and Noun #> 66390 Order of Demonstrative and Noun #> 66395 Order of Demonstrative and Noun #> 66401 Order of Demonstrative and Noun #> 66402 Order of Demonstrative and Noun #> 66425 Order of Demonstrative and Noun #> 66426 Order of Demonstrative and Noun #> 66428 Order of Demonstrative and Noun #> 66440 Order of Demonstrative and Noun #> 66454 Order of Demonstrative and Noun #> 66460 Order of Demonstrative and Noun #> 66477 Order of Demonstrative and Noun #> 66478 Order of Demonstrative and Noun #> 66483 Order of Numeral and Noun #> 66511 Order of Numeral and Noun #> 66563 Order of Numeral and Noun #> 66579 Order of Numeral and Noun #> 66586 Order of Numeral and Noun #> 66606 Order of Numeral and Noun #> 66625 Order of Numeral and Noun #> 66665 Order of Numeral and Noun #> 66680 Order of Numeral and Noun #> 66684 Order of Numeral and Noun #> 66698 Order of Numeral and Noun #> 66760 Order of Numeral and Noun #> 66788 Order of Numeral and Noun #> 66798 Order of Numeral and Noun #> 66827 Order of Numeral and Noun #> 66830 Order of Numeral and Noun #> 66842 Order of Numeral and Noun #> 66843 Order of Numeral and Noun #> 66854 Order of Numeral and Noun #> 66886 Order of Numeral and Noun #> 66888 Order of Numeral and Noun #> 66895 Order of Numeral and Noun #> 66919 Order of Numeral and Noun #> 66930 Order of Numeral and Noun #> 66931 Order of Numeral and Noun #> 66968 Order of Numeral and Noun #> 66984 Order of Numeral and Noun #> 66999 Order of Numeral and Noun #> 67032 Order of Numeral and Noun #> 67052 Order of Numeral and Noun #> 67055 Order of Numeral and Noun #> 67056 Order of Numeral and Noun #> 67087 Order of Numeral and Noun #> 67096 Order of Numeral and Noun #> 67121 Order of Numeral and Noun #> 67123 Order of Numeral and Noun #> 67164 Order of Numeral and Noun #> 67169 Order of Numeral and Noun #> 67188 Order of Numeral and Noun #> 67192 Order of Numeral and Noun #> 67234 Order of Numeral and Noun #> 67238 Order of Numeral and Noun #> 67250 Order of Numeral and Noun #> 67253 Order of Numeral and Noun #> 67258 Order of Numeral and Noun #> 67299 Order of Numeral and Noun #> 67303 Order of Numeral and Noun #> 67308 Order of Numeral and Noun #> 67345 Order of Numeral and Noun #> 67364 Order of Numeral and Noun #> 67366 Order of Numeral and Noun #> 67386 Order of Numeral and Noun #> 67405 Order of Numeral and Noun #> 67428 Order of Numeral and Noun #> 67442 Order of Numeral and Noun #> 67469 Order of Numeral and Noun #> 67470 Order of Numeral and Noun #> 67476 Order of Numeral and Noun #> 67494 Order of Numeral and Noun #> 67530 Order of Numeral and Noun #> 67545 Order of Numeral and Noun #> 67553 Order of Numeral and Noun #> 67563 Order of Numeral and Noun #> 67569 Order of Numeral and Noun #> 67577 Order of Numeral and Noun #> 67579 Order of Numeral and Noun #> 67610 Order of Numeral and Noun #> 67619 Order of Numeral and Noun #> 67642 The Velar Nasal #> 67819 The Velar Nasal #> 67890 The Velar Nasal #> 67898 The Velar Nasal #> 67916 The Velar Nasal #> 67926 The Velar Nasal #> 67936 The Velar Nasal #> 67939 The Velar Nasal #> 67956 The Velar Nasal #> 67960 The Velar Nasal #> 67966 The Velar Nasal #> 67985 The Velar Nasal #> 68013 The Velar Nasal #> 68015 The Velar Nasal #> 68021 The Velar Nasal #> 68025 The Velar Nasal #> 68032 The Velar Nasal #> 68060 The Velar Nasal #> 68061 The Velar Nasal #> 68069 The Velar Nasal #> 68086 The Velar Nasal #> 68094 The Velar Nasal #> 68097 The Velar Nasal #> 68107 Order of Relative Clause and Noun #> 68110 Order of Relative Clause and Noun #> 68119 Order of Relative Clause and Noun #> 68140 Order of Relative Clause and Noun #> 68151 Order of Relative Clause and Noun #> 68169 Order of Relative Clause and Noun #> 68207 Order of Relative Clause and Noun #> 68220 Order of Relative Clause and Noun #> 68228 Order of Relative Clause and Noun #> 68234 Order of Relative Clause and Noun #> 68244 Order of Relative Clause and Noun #> 68249 Order of Relative Clause and Noun #> 68296 Order of Relative Clause and Noun #> 68297 Order of Relative Clause and Noun #> 68299 Order of Relative Clause and Noun #> 68300 Order of Relative Clause and Noun #> 68323 Order of Relative Clause and Noun #> 68342 Order of Relative Clause and Noun #> 68347 Order of Relative Clause and Noun #> 68351 Order of Relative Clause and Noun #> 68367 Order of Relative Clause and Noun #> 68374 Order of Relative Clause and Noun #> 68378 Order of Relative Clause and Noun #> 68383 Order of Relative Clause and Noun #> 68386 Order of Relative Clause and Noun #> 68390 Order of Relative Clause and Noun #> 68406 Order of Relative Clause and Noun #> 68419 Order of Relative Clause and Noun #> 68424 Order of Relative Clause and Noun #> 68439 Order of Relative Clause and Noun #> 68455 Order of Relative Clause and Noun #> 68456 Order of Relative Clause and Noun #> 68457 Order of Relative Clause and Noun #> 68458 Order of Relative Clause and Noun #> 68466 Order of Relative Clause and Noun #> 68482 Order of Relative Clause and Noun #> 68487 Order of Relative Clause and Noun #> 68497 Order of Relative Clause and Noun #> 68519 Order of Relative Clause and Noun #> 68523 Order of Relative Clause and Noun #> 68549 Order of Relative Clause and Noun #> 68557 Order of Relative Clause and Noun #> 68589 Order of Relative Clause and Noun #> 68601 Order of Relative Clause and Noun #> 68602 Order of Relative Clause and Noun #> 68622 Order of Relative Clause and Noun #> 68640 Order of Relative Clause and Noun #> 68646 Order of Relative Clause and Noun #> 68653 Order of Relative Clause and Noun #> 68656 Order of Relative Clause and Noun #> 68657 Order of Relative Clause and Noun #> 68674 Order of Relative Clause and Noun #> 68694 Order of Relative Clause and Noun #> 68722 Order of Relative Clause and Noun #> 68734 Order of Relative Clause and Noun #> 68745 Order of Relative Clause and Noun #> 68775 Order of Relative Clause and Noun #> 68778 Order of Relative Clause and Noun #> 68810 Order of Relative Clause and Noun #> 68819 Order of Relative Clause and Noun #> 68873 Order of Relative Clause and Noun #> 68930 Prenominal relative clauses #> 68937 Prenominal relative clauses #> 69008 Prenominal relative clauses #> 69009 Prenominal relative clauses #> 69024 Prenominal relative clauses #> 69057 Prenominal relative clauses #> 69064 Prenominal relative clauses #> 69065 Prenominal relative clauses #> 69091 Prenominal relative clauses #> 69122 Postnominal relative clauses #> 69136 Postnominal relative clauses #> 69146 Postnominal relative clauses #> 69147 Postnominal relative clauses #> 69154 Postnominal relative clauses #> 69156 Postnominal relative clauses #> 69170 Postnominal relative clauses #> 69174 Postnominal relative clauses #> 69178 Postnominal relative clauses #> 69183 Postnominal relative clauses #> 69191 Postnominal relative clauses #> 69234 Postnominal relative clauses #> 69254 Postnominal relative clauses #> 69268 Postnominal relative clauses #> 69281 Postnominal relative clauses #> 69283 Postnominal relative clauses #> 69300 Postnominal relative clauses #> 69304 Postnominal relative clauses #> 69311 Postnominal relative clauses #> 69314 Postnominal relative clauses #> 69321 Postnominal relative clauses #> 69352 Postnominal relative clauses #> 69364 Postnominal relative clauses #> 69383 Postnominal relative clauses #> 69390 Postnominal relative clauses #> 69407 Postnominal relative clauses #> 69415 Postnominal relative clauses #> 69444 Postnominal relative clauses #> 69448 Postnominal relative clauses #> 69458 Postnominal relative clauses #> 69487 Postnominal relative clauses #> 69510 Postnominal relative clauses #> 69522 Postnominal relative clauses #> 69530 Postnominal relative clauses #> 69537 Postnominal relative clauses #> 69565 Postnominal relative clauses #> 69566 Postnominal relative clauses #> 69568 Postnominal relative clauses #> 69571 Postnominal relative clauses #> 69599 Postnominal relative clauses #> 69604 Postnominal relative clauses #> 69608 Postnominal relative clauses #> 69611 Postnominal relative clauses #> 69612 Postnominal relative clauses #> 69618 Postnominal relative clauses #> 69625 Postnominal relative clauses #> 69637 Postnominal relative clauses #> 69668 Postnominal relative clauses #> 69674 Postnominal relative clauses #> 69680 Postnominal relative clauses #> 69687 Postnominal relative clauses #> 69691 Postnominal relative clauses #> 69723 Postnominal relative clauses #> 69840 Double-headed relative clauses #> 69852 Order of Degree Word and Adjective #> 69853 Order of Degree Word and Adjective #> 69877 Order of Degree Word and Adjective #> 69879 Order of Degree Word and Adjective #> 70014 Order of Degree Word and Adjective #> 70072 Order of Degree Word and Adjective #> 70075 Order of Degree Word and Adjective #> 70089 Order of Degree Word and Adjective #> 70121 Order of Degree Word and Adjective #> 70129 Order of Degree Word and Adjective #> 70150 Order of Degree Word and Adjective #> 70168 Order of Degree Word and Adjective #> 70207 Order of Degree Word and Adjective #> 70223 Order of Degree Word and Adjective #> 70240 Order of Degree Word and Adjective #> 70282 Order of Degree Word and Adjective #> 70295 Order of Degree Word and Adjective #> 70298 Order of Degree Word and Adjective #> 70321 Order of Degree Word and Adjective #> 70344 Position of Polar Question Particles #> 70346 Position of Polar Question Particles #> 70361 Position of Polar Question Particles #> 70369 Position of Polar Question Particles #> 70373 Position of Polar Question Particles #> 70382 Position of Polar Question Particles #> 70394 Position of Polar Question Particles #> 70429 Position of Polar Question Particles #> 70442 Position of Polar Question Particles #> 70459 Position of Polar Question Particles #> 70472 Position of Polar Question Particles #> 70481 Position of Polar Question Particles #> 70487 Position of Polar Question Particles #> 70489 Position of Polar Question Particles #> 70494 Position of Polar Question Particles #> 70498 Position of Polar Question Particles #> 70535 Position of Polar Question Particles #> 70572 Position of Polar Question Particles #> 70586 Position of Polar Question Particles #> 70587 Position of Polar Question Particles #> 70599 Position of Polar Question Particles #> 70601 Position of Polar Question Particles #> 70607 Position of Polar Question Particles #> 70608 Position of Polar Question Particles #> 70620 Position of Polar Question Particles #> 70632 Position of Polar Question Particles #> 70657 Position of Polar Question Particles #> 70658 Position of Polar Question Particles #> 70660 Position of Polar Question Particles #> 70690 Position of Polar Question Particles #> 70724 Position of Polar Question Particles #> 70739 Position of Polar Question Particles #> 70757 Position of Polar Question Particles #> 70763 Position of Polar Question Particles #> 70822 Position of Polar Question Particles #> 70872 Position of Polar Question Particles #> 70896 Position of Polar Question Particles #> 70898 Position of Polar Question Particles #> 70904 Position of Polar Question Particles #> 70911 Position of Polar Question Particles #> 70914 Position of Polar Question Particles #> 70929 Position of Polar Question Particles #> 70945 Position of Polar Question Particles #> 70949 Position of Polar Question Particles #> 70950 Position of Polar Question Particles #> 70982 Position of Polar Question Particles #> 70993 Position of Polar Question Particles #> 71047 Position of Polar Question Particles #> 71099 Position of Polar Question Particles #> 71108 Position of Polar Question Particles #> 71127 Position of Polar Question Particles #> 71136 Position of Polar Question Particles #> 71160 Position of Polar Question Particles #> 71161 Position of Polar Question Particles #> 71166 Position of Polar Question Particles #> 71204 Position of Polar Question Particles #> 71216 Position of Interrogative Phrases in Content Questions #> 71243 Position of Interrogative Phrases in Content Questions #> 71251 Position of Interrogative Phrases in Content Questions #> 71252 Position of Interrogative Phrases in Content Questions #> 71267 Position of Interrogative Phrases in Content Questions #> 71279 Position of Interrogative Phrases in Content Questions #> 71286 Position of Interrogative Phrases in Content Questions #> 71291 Position of Interrogative Phrases in Content Questions #> 71321 Position of Interrogative Phrases in Content Questions #> 71417 Position of Interrogative Phrases in Content Questions #> 71454 Position of Interrogative Phrases in Content Questions #> 71478 Position of Interrogative Phrases in Content Questions #> 71480 Position of Interrogative Phrases in Content Questions #> 71488 Position of Interrogative Phrases in Content Questions #> 71492 Position of Interrogative Phrases in Content Questions #> 71522 Position of Interrogative Phrases in Content Questions #> 71525 Position of Interrogative Phrases in Content Questions #> 71535 Position of Interrogative Phrases in Content Questions #> 71540 Position of Interrogative Phrases in Content Questions #> 71548 Position of Interrogative Phrases in Content Questions #> 71560 Position of Interrogative Phrases in Content Questions #> 71633 Position of Interrogative Phrases in Content Questions #> 71643 Position of Interrogative Phrases in Content Questions #> 71647 Position of Interrogative Phrases in Content Questions #> 71675 Position of Interrogative Phrases in Content Questions #> 71727 Position of Interrogative Phrases in Content Questions #> 71748 Position of Interrogative Phrases in Content Questions #> 71758 Position of Interrogative Phrases in Content Questions #> 71817 Position of Interrogative Phrases in Content Questions #> 71818 Position of Interrogative Phrases in Content Questions #> 71848 Position of Interrogative Phrases in Content Questions #> 71857 Position of Interrogative Phrases in Content Questions #> 71868 Position of Interrogative Phrases in Content Questions #> 71869 Position of Interrogative Phrases in Content Questions #> 71875 Position of Interrogative Phrases in Content Questions #> 71905 Position of Interrogative Phrases in Content Questions #> 71911 Position of Interrogative Phrases in Content Questions #> 71923 Position of Interrogative Phrases in Content Questions #> 71946 Position of Interrogative Phrases in Content Questions #> 71954 Position of Interrogative Phrases in Content Questions #> 71977 Position of Interrogative Phrases in Content Questions #> 71985 Position of Interrogative Phrases in Content Questions #> 72017 Position of Interrogative Phrases in Content Questions #> 72050 Position of Interrogative Phrases in Content Questions #> 72059 Position of Interrogative Phrases in Content Questions #> 72063 Position of Interrogative Phrases in Content Questions #> 72066 Position of Interrogative Phrases in Content Questions #> 72088 Position of Interrogative Phrases in Content Questions #> 72095 Position of Interrogative Phrases in Content Questions #> 72115 Order of Adverbial Subordinator and Clause #> 72122 Order of Adverbial Subordinator and Clause #> 72124 Order of Adverbial Subordinator and Clause #> 72132 Order of Adverbial Subordinator and Clause #> 72143 Order of Adverbial Subordinator and Clause #> 72161 Order of Adverbial Subordinator and Clause #> 72223 Order of Adverbial Subordinator and Clause #> 72224 Order of Adverbial Subordinator and Clause #> 72239 Order of Adverbial Subordinator and Clause #> 72249 Order of Adverbial Subordinator and Clause #> 72272 Order of Adverbial Subordinator and Clause #> 72273 Order of Adverbial Subordinator and Clause #> 72281 Order of Adverbial Subordinator and Clause #> 72283 Order of Adverbial Subordinator and Clause #> 72293 Order of Adverbial Subordinator and Clause #> 72301 Order of Adverbial Subordinator and Clause #> 72304 Order of Adverbial Subordinator and Clause #> 72309 Order of Adverbial Subordinator and Clause #> 72323 Order of Adverbial Subordinator and Clause #> 72331 Order of Adverbial Subordinator and Clause #> 72334 Order of Adverbial Subordinator and Clause #> 72341 Order of Adverbial Subordinator and Clause #> 72342 Order of Adverbial Subordinator and Clause #> 72370 Order of Adverbial Subordinator and Clause #> 72371 Order of Adverbial Subordinator and Clause #> 72372 Order of Adverbial Subordinator and Clause #> 72379 Order of Adverbial Subordinator and Clause #> 72401 Order of Adverbial Subordinator and Clause #> 72403 Order of Adverbial Subordinator and Clause #> 72426 Order of Adverbial Subordinator and Clause #> 72431 Order of Adverbial Subordinator and Clause #> 72474 Order of Adverbial Subordinator and Clause #> 72488 Order of Adverbial Subordinator and Clause #> 72493 Order of Adverbial Subordinator and Clause #> 72564 Order of Adverbial Subordinator and Clause #> 72581 Order of Adverbial Subordinator and Clause #> 72596 Order of Adverbial Subordinator and Clause #> 72643 Order of Adverbial Subordinator and Clause #> 72693 Order of Adverbial Subordinator and Clause #> 72708 Order of Adverbial Subordinator and Clause #> 72719 Order of Adverbial Subordinator and Clause #> 72731 Order of Adverbial Subordinator and Clause #> 72741 Order of Adverbial Subordinator and Clause #> 72759 Order of Adverbial Subordinator and Clause #> 72808 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 72872 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 72880 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 72943 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 72963 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 72969 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73033 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73149 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73150 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73199 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73235 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73241 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73249 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73250 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73252 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73312 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73318 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73329 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73331 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73337 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73340 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73349 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73351 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73353 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73356 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73358 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73372 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73375 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73381 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73384 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73411 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73414 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73441 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73444 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73465 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73495 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73503 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73506 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73517 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73527 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73577 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73587 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73594 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73602 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73607 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73616 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73622 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73625 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73649 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73657 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73667 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73668 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73673 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73676 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73686 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73703 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73710 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73714 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73743 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73748 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73750 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73754 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73789 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73826 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73843 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73879 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73882 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73919 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 73925 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 73962 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 73968 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 73986 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74014 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74022 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74036 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74051 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74052 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74064 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74072 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74099 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74130 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74135 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74143 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74160 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74184 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74199 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74204 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74206 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74214 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74221 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74226 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74227 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74233 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74240 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74251 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74279 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74287 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74290 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74304 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74313 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74327 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74331 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74332 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74337 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74338 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74354 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74358 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74369 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74371 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74375 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74380 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74384 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74394 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74415 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74420 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74440 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74480 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74486 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74494 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74501 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74509 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74529 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74530 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74546 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74555 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74573 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74686 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74748 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74794 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74814 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74816 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74850 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74860 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74888 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74896 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74897 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74941 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74971 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74985 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75009 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75020 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75025 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75051 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75089 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75099 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75171 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75253 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75279 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75317 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75350 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75359 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75407 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75457 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75461 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75473 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75493 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75497 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75524 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75527 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75528 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75529 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75533 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75550 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75558 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75565 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75590 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75591 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75599 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75662 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75665 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75668 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75685 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75686 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75692 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75698 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75700 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75701 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75702 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75703 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75743 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75760 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75774 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75781 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75785 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75788 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75794 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75859 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75863 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75867 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75881 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75892 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75893 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75905 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75906 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75915 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75921 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 76072 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 76109 Alignment of Case Marking of Full Noun Phrases #> 76164 Alignment of Case Marking of Full Noun Phrases #> 76171 Alignment of Case Marking of Full Noun Phrases #> 76206 Alignment of Case Marking of Full Noun Phrases #> 76242 Alignment of Case Marking of Full Noun Phrases #> 76248 Alignment of Case Marking of Full Noun Phrases #> 76250 Alignment of Case Marking of Full Noun Phrases #> 76303 Alignment of Case Marking of Pronouns #> 76307 Alignment of Case Marking of Pronouns #> 76309 Alignment of Case Marking of Pronouns #> 76327 Alignment of Case Marking of Pronouns #> 76364 Alignment of Case Marking of Pronouns #> 76398 Alignment of Case Marking of Pronouns #> 76412 Alignment of Case Marking of Pronouns #> value_ID #> 164 2 #> 215 3 #> 237 3 #> 244 3 #> 269 3 #> 350 3 #> 359 3 #> 382 3 #> 389 3 #> 395 3 #> 400 3 #> 404 3 #> 419 4 #> 429 4 #> 448 4 #> 450 4 #> 457 4 #> 461 4 #> 462 4 #> 464 4 #> 471 4 #> 479 4 #> 490 4 #> 497 4 #> 498 4 #> 511 5 #> 517 5 #> 538 5 #> 572 1 #> 672 2 #> 690 2 #> 692 2 #> 705 2 #> 709 2 #> 720 2 #> 724 2 #> 742 2 #> 747 2 #> 761 2 #> 774 2 #> 789 2 #> 822 1 #> 823 1 #> 825 1 #> 826 1 #> 884 1 #> 911 1 #> 922 1 #> 931 1 #> 961 2 #> 973 2 #> 974 2 #> 985 2 #> 994 2 #> 997 2 #> 1007 2 #> 1008 2 #> 1009 2 #> 1020 2 #> 1073 2 #> 1076 2 #> 1080 2 #> 1134 2 #> 1264 1 #> 1277 1 #> 1311 2 #> 1317 2 #> 1318 2 #> 1382 2 #> 1386 2 #> 1403 2 #> 1421 2 #> 1432 2 #> 1451 2 #> 1461 2 #> 1471 2 #> 1478 2 #> 1482 2 #> 1496 2 #> 1521 2 #> 1542 2 #> 1557 2 #> 1576 2 #> 1594 2 #> 1595 2 #> 1610 2 #> 1656 2 #> 1684 2 #> 1713 2 #> 1726 2 #> 1780 4 #> 1788 4 #> 1789 4 #> 1792 4 #> 1803 4 #> 1807 4 #> 1810 4 #> 1819 4 #> 1832 4 #> 1839 4 #> 1840 4 #> 1879 5 #> 1893 5 #> 1908 6 #> 1915 6 #> 1918 6 #> 1920 6 #> 1935 6 #> 1941 1 #> 1971 1 #> 2002 1 #> 2023 2 #> 2037 2 #> 2045 2 #> 2050 2 #> 2073 2 #> 2092 2 #> 2096 3 #> 2098 3 #> 2133 5 #> 2147 5 #> 2247 5 #> 2296 5 #> 2298 5 #> 2304 5 #> 2344 1 #> 2366 1 #> 2372 1 #> 2378 1 #> 2397 1 #> 2399 1 #> 2422 2 #> 2453 2 #> 2459 2 #> 2463 2 #> 2511 2 #> 2512 2 #> 2539 2 #> 2551 2 #> 2571 2 #> 2599 3 #> 2625 4 #> 2657 4 #> 2705 1 #> 2720 1 #> 2739 1 #> 2743 1 #> 2748 1 #> 2758 1 #> 2788 1 #> 2793 1 #> 2805 1 #> 2873 1 #> 2875 1 #> 2882 1 #> 2899 2 #> 2930 2 #> 2935 2 #> 2950 2 #> 2976 2 #> 3052 4 #> 3089 1 #> 3096 1 #> 3108 1 #> 3113 1 #> 3147 1 #> 3158 1 #> 3163 1 #> 3168 1 #> 3187 1 #> 3190 1 #> 3192 1 #> 3194 1 #> 3206 1 #> 3207 1 #> 3217 1 #> 3221 1 #> 3223 1 #> 3224 1 #> 3253 1 #> 3259 1 #> 3271 2 #> 3275 2 #> 3285 2 #> 3290 2 #> 3339 2 #> 3354 3 #> 3410 3 #> 3447 4 #> 3472 2 #> 3495 2 #> 3505 2 #> 3552 2 #> 3561 2 #> 3583 3 #> 3610 4 #> 3636 1 #> 3646 1 #> 3692 1 #> 3693 1 #> 3694 1 #> 3714 1 #> 3716 1 #> 3752 1 #> 3766 1 #> 3769 1 #> 3770 1 #> 3776 1 #> 3870 2 #> 3900 2 #> 3916 2 #> 3966 2 #> 3969 2 #> 3994 2 #> 4062 3 #> 4071 3 #> 4107 3 #> 4129 3 #> 4143 3 #> 4162 3 #> 4174 3 #> 4176 3 #> 4178 3 #> 4260 4 #> 4263 4 #> 4264 4 #> 4268 4 #> 4285 4 #> 4358 4 #> 4369 4 #> 4379 4 #> 4380 4 #> 4390 1 #> 4401 2 #> 4447 3 #> 4480 8 #> 4484 8 #> 4486 8 #> 4515 8 #> 4524 8 #> 4598 2 #> 4613 4 #> 4639 4 #> 4663 5 #> 4685 5 #> 4714 5 #> 4729 5 #> 4746 5 #> 4763 1 #> 4789 1 #> 4799 1 #> 4806 1 #> 4811 1 #> 4817 1 #> 4829 1 #> 4833 1 #> 4848 1 #> 4860 1 #> 4930 1 #> 4948 1 #> 4964 1 #> 4966 1 #> 4992 1 #> 5029 1 #> 5037 1 #> 5075 1 #> 5081 1 #> 5082 1 #> 5095 1 #> 5103 1 #> 5111 1 #> 5131 1 #> 5137 1 #> 5139 1 #> 5193 1 #> 5243 1 #> 5266 1 #> 5311 1 #> 5385 2 #> 5386 2 #> 5395 2 #> 5412 2 #> 5452 2 #> 5460 2 #> 5469 2 #> 5479 2 #> 5503 2 #> 5530 2 #> 5544 2 #> 5575 2 #> 5588 2 #> 5608 2 #> 5622 2 #> 5675 2 #> 5679 2 #> 5747 1 #> 5806 1 #> 5829 1 #> 5850 1 #> 5855 1 #> 5875 1 #> 5884 1 #> 5903 1 #> 5918 1 #> 5921 1 #> 5937 1 #> 5958 1 #> 5975 1 #> 5983 1 #> 5984 1 #> 5985 1 #> 6131 1 #> 6133 2 #> 6137 2 #> 6138 2 #> 6179 2 #> 6184 2 #> 6204 2 #> 6213 2 #> 6217 2 #> 6218 2 #> 6247 2 #> 6289 2 #> 6301 2 #> 6302 2 #> 6310 2 #> 6342 2 #> 6385 2 #> 6410 2 #> 6415 2 #> 6445 2 #> 6448 2 #> 6458 2 #> 6462 2 #> 6465 2 #> 6489 2 #> 6510 2 #> 6514 2 #> 6539 2 #> 6568 2 #> 6571 2 #> 6582 2 #> 6628 2 #> 6699 4 #> 6707 4 #> 6716 4 #> 6772 5 #> 6790 6 #> 6795 6 #> 6799 6 #> 6824 6 #> 6836 6 #> 6848 6 #> 6849 6 #> 6857 6 #> 6867 6 #> 6868 6 #> 6881 6 #> 6890 6 #> 6932 1 #> 6967 1 #> 7009 2 #> 7021 2 #> 7028 2 #> 7033 2 #> 7066 3 #> 7069 3 #> 7109 3 #> 7115 3 #> 7147 3 #> 7179 3 #> 7184 3 #> 7217 1 #> 7225 1 #> 7254 3 #> 7260 3 #> 7292 3 #> 7293 3 #> 7317 3 #> 7347 5 #> 7350 5 #> 7355 5 #> 7358 5 #> 7431 7 #> 7476 7 #> 7492 1 #> 7505 1 #> 7507 1 #> 7513 1 #> 7529 1 #> 7547 1 #> 7571 1 #> 7579 1 #> 7587 1 #> 7615 1 #> 7616 1 #> 7631 1 #> 7648 1 #> 7671 3 #> 7673 3 #> 7688 4 #> 7726 1 #> 7728 1 #> 7730 1 #> 7735 1 #> 7800 1 #> 7806 1 #> 7830 1 #> 7847 1 #> 7856 1 #> 7863 1 #> 7895 1 #> 7904 1 #> 7919 1 #> 7933 1 #> 7946 1 #> 7951 1 #> 7968 1 #> 7971 1 #> 7997 1 #> 8005 1 #> 8012 1 #> 8014 1 #> 8022 1 #> 8031 1 #> 8058 1 #> 8080 1 #> 8093 1 #> 8110 1 #> 8125 1 #> 8140 1 #> 8176 1 #> 8177 1 #> 8196 1 #> 8197 1 #> 8217 1 #> 8246 1 #> 8282 2 #> 8292 2 #> 8293 2 #> 8322 2 #> 8323 2 #> 8375 2 #> 8384 2 #> 8388 2 #> 8440 2 #> 8455 3 #> 8458 3 #> 8475 5 #> 8479 6 #> 8526 6 #> 8532 6 #> 8534 6 #> 8538 6 #> 8556 6 #> 8590 6 #> 8600 6 #> 8634 6 #> 8643 6 #> 8646 6 #> 8666 1 #> 8674 1 #> 8676 1 #> 8677 1 #> 8678 1 #> 8681 1 #> 8682 1 #> 8686 1 #> 8696 1 #> 8706 2 #> 8769 4 #> 8777 4 #> 8781 4 #> 8799 4 #> 8803 4 #> 8853 5 #> 8919 1 #> 8994 1 #> 9029 1 #> 9041 2 #> 9078 2 #> 9089 2 #> 9092 2 #> 9099 2 #> 9100 2 #> 9106 2 #> 9119 2 #> 9131 2 #> 9190 3 #> 9191 3 #> 9196 3 #> 9210 3 #> 9221 3 #> 9222 3 #> 9236 3 #> 9242 3 #> 9243 3 #> 9245 3 #> 9246 3 #> 9256 3 #> 9265 3 #> 9301 1 #> 9303 1 #> 9321 1 #> 9323 1 #> 9348 1 #> 9353 1 #> 9371 1 #> 9377 1 #> 9392 1 #> 9399 1 #> 9428 1 #> 9434 1 #> 9438 1 #> 9453 1 #> 9510 1 #> 9511 1 #> 9549 2 #> 9567 2 #> 9570 2 #> 9576 2 #> 9593 2 #> 9594 2 #> 9598 2 #> 9608 2 #> 9620 2 #> 9729 2 #> 9731 2 #> 9742 2 #> 9757 2 #> 9766 2 #> 9770 2 #> 9788 2 #> 9851 2 #> 9886 2 #> 9937 2 #> 9948 2 #> 9949 2 #> 9959 2 #> 9980 2 #> 9992 2 #> 10010 3 #> 10014 3 #> 10017 3 #> 10023 3 #> 10026 3 #> 10054 3 #> 10071 3 #> 10072 3 #> 10076 3 #> 10119 3 #> 10138 3 #> 10154 1 #> 10182 1 #> 10199 1 #> 10216 1 #> 10250 1 #> 10254 1 #> 10304 1 #> 10324 1 #> 10331 1 #> 10362 2 #> 10385 2 #> 10393 2 #> 10397 2 #> 10409 2 #> 10414 2 #> 10416 2 #> 10439 2 #> 10454 2 #> 10466 2 #> 10491 2 #> 10504 2 #> 10510 2 #> 10512 2 #> 10515 2 #> 10531 2 #> 10545 1 #> 10547 1 #> 10554 1 #> 10562 1 #> 10568 1 #> 10572 1 #> 10575 1 #> 10583 1 #> 10586 1 #> 10590 1 #> 10596 1 #> 10634 2 #> 10637 2 #> 10742 4 #> 10766 4 #> 10773 4 #> 10782 4 #> 10791 4 #> 10793 4 #> 10797 4 #> 10814 4 #> 10815 4 #> 10820 4 #> 10822 4 #> 10838 4 #> 10848 4 #> 10865 4 #> 10903 3 #> 10904 3 #> 10905 3 #> 10908 3 #> 10909 3 #> 10933 4 #> 10950 4 #> 10951 4 #> 10956 4 #> 10994 1 #> 11005 1 #> 11021 1 #> 11028 1 #> 11037 1 #> 11038 1 #> 11042 1 #> 11051 1 #> 11109 1 #> 11129 2 #> 11131 2 #> 11133 2 #> 11134 2 #> 11152 2 #> 11155 2 #> 11178 2 #> 11183 2 #> 11198 3 #> 11203 3 #> 11206 3 #> 11288 1 #> 11304 2 #> 11309 2 #> 11311 2 #> 11350 3 #> 11353 3 #> 11372 3 #> 11392 3 #> 11393 3 #> 11431 3 #> 11446 1 #> 11461 1 #> 11477 1 #> 11492 1 #> 11510 1 #> 11516 2 #> 11523 2 #> 11532 2 #> 11560 3 #> 11562 3 #> 11631 1 #> 11640 1 #> 11641 1 #> 11659 1 #> 11679 1 #> 11691 1 #> 11701 2 #> 11726 2 #> 11761 3 #> 11767 3 #> 11783 1 #> 11810 1 #> 11816 1 #> 11829 1 #> 11887 1 #> 11893 2 #> 11901 2 #> 11903 2 #> 11933 1 #> 11953 1 #> 12020 1 #> 12050 1 #> 12066 1 #> 12077 1 #> 12136 1 #> 12207 2 #> 12240 2 #> 12497 2 #> 12536 1 #> 12547 1 #> 12555 1 #> 12628 1 #> 12639 1 #> 12643 1 #> 12655 1 #> 12750 1 #> 12756 1 #> 12865 2 #> 12872 2 #> 12876 2 #> 12885 2 #> 12892 2 #> 12906 2 #> 12911 2 #> 12912 2 #> 12917 2 #> 12937 2 #> 12949 2 #> 12952 2 #> 12955 2 #> 12958 2 #> 12981 3 #> 12982 3 #> 12990 3 #> 13014 3 #> 13050 3 #> 13061 3 #> 13100 1 #> 13139 2 #> 13156 2 #> 13198 2 #> 13202 2 #> 13230 2 #> 13369 2 #> 13379 2 #> 13432 2 #> 13503 2 #> 13530 2 #> 13724 3 #> 13735 1 #> 13737 1 #> 13766 1 #> 13774 1 #> 13797 1 #> 13802 1 #> 13849 1 #> 13850 1 #> 13944 3 #> 14039 7 #> 14053 1 #> 14153 7 #> 14167 1 #> 14276 5 #> 14288 1 #> 14396 3 #> 14417 1 #> 14425 1 #> 14431 1 #> 14435 1 #> 14476 1 #> 14524 1 #> 14558 1 #> 14568 1 #> 14645 1 #> 14678 1 #> 14703 1 #> 14719 1 #> 14743 1 #> 14751 1 #> 14760 1 #> 14764 1 #> 14879 1 #> 14931 1 #> 14945 1 #> 14961 1 #> 14974 1 #> 15023 1 #> 15045 1 #> 15088 3 #> 15120 1 #> 15132 1 #> 15136 1 #> 15149 1 #> 15161 1 #> 15185 1 #> 15211 1 #> 15317 2 #> 15324 1 #> 15327 1 #> 15346 1 #> 15361 1 #> 15362 1 #> 15380 1 #> 15392 1 #> 15404 1 #> 15418 1 #> 15422 1 #> 15425 1 #> 15478 2 #> 15495 2 #> 15523 3 #> 15541 3 #> 15546 3 #> 15589 1 #> 15593 1 #> 15598 1 #> 15614 1 #> 15617 1 #> 15629 1 #> 15641 1 #> 15691 1 #> 15697 1 #> 15717 1 #> 15725 1 #> 15726 1 #> 15746 1 #> 15749 1 #> 15753 1 #> 15786 1 #> 15956 6 #> 16005 6 #> 16055 7 #> 16057 7 #> 16058 7 #> 16135 1 #> 16136 1 #> 16138 1 #> 16147 1 #> 16152 1 #> 16159 1 #> 16164 1 #> 16170 1 #> 16171 1 #> 16176 1 #> 16216 2 #> 16245 2 #> 16285 1 #> 16354 1 #> 16360 1 #> 16367 1 #> 16379 1 #> 16466 1 #> 16500 1 #> 16537 1 #> 16580 1 #> 16600 1 #> 16644 1 #> 16740 1 #> 16759 1 #> 16794 1 #> 16820 14 #> 16831 14 #> 16834 14 #> 16837 14 #> 16839 14 #> 16842 14 #> 16855 14 #> 16859 14 #> 16898 14 #> 16917 14 #> 16926 14 #> 16928 14 #> 16938 15 #> 16943 15 #> 16966 15 #> 16980 15 #> 16989 15 #> 16997 15 #> 17005 15 #> 17006 15 #> 17033 2 #> 17037 2 #> 17039 2 #> 17056 2 #> 17061 2 #> 17062 2 #> 17069 2 #> 17072 2 #> 17074 2 #> 17088 2 #> 17097 2 #> 17124 2 #> 17125 2 #> 17141 2 #> 17154 2 #> 17163 2 #> 17167 2 #> 17179 2 #> 17187 2 #> 17195 3 #> 17219 3 #> 17234 3 #> 17313 3 #> 17317 3 #> 17390 4 #> 17408 4 #> 17418 4 #> 17422 4 #> 17455 4 #> 17464 4 #> 17467 4 #> 17472 4 #> 17514 4 #> 17516 4 #> 17520 4 #> 17579 7 #> 17606 1 #> 17607 1 #> 17613 1 #> 17623 1 #> 17638 14 #> 17650 2 #> 17662 2 #> 17688 4 #> 17690 4 #> 17699 4 #> 17711 6 #> 17716 9 #> 17719 1 #> 17735 13 #> 17737 14 #> 17739 16 #> 17749 2 #> 17752 2 #> 17764 2 #> 17797 9 #> 17812 1 #> 17817 1 #> 17854 1 #> 17901 1 #> 17934 1 #> 17945 1 #> 17965 1 #> 17966 1 #> 18011 1 #> 18023 1 #> 18027 1 #> 18089 1 #> 18122 1 #> 18165 1 #> 18175 1 #> 18203 1 #> 18209 1 #> 18283 1 #> 18287 1 #> 18298 1 #> 18328 1 #> 18332 1 #> 18338 1 #> 18361 1 #> 18389 1 #> 18408 1 #> 18517 2 #> 18570 2 #> 18580 2 #> 18610 2 #> 18644 2 #> 18665 2 #> 18669 2 #> 18706 2 #> 18714 2 #> 18722 3 #> 18733 3 #> 18735 3 #> 18746 4 #> 18760 4 #> 18761 4 #> 18764 4 #> 18791 4 #> 18816 4 #> 18825 4 #> 18836 4 #> 18840 4 #> 18858 4 #> 18880 4 #> 18899 4 #> 18900 4 #> 18901 4 #> 18905 4 #> 18909 4 #> 18910 4 #> 18938 4 #> 18951 4 #> 18954 4 #> 18968 4 #> 18978 4 #> 18988 4 #> 18995 4 #> 19012 4 #> 19063 4 #> 19081 4 #> 19106 4 #> 19109 4 #> 19111 4 #> 19116 4 #> 19125 4 #> 19139 1 #> 19140 1 #> 19160 1 #> 19164 1 #> 19171 1 #> 19177 1 #> 19180 1 #> 19181 1 #> 19193 1 #> 19198 1 #> 19217 1 #> 19228 1 #> 19233 1 #> 19251 1 #> 19268 1 #> 19281 1 #> 19286 1 #> 19289 1 #> 19290 1 #> 19297 1 #> 19310 1 #> 19315 1 #> 19319 1 #> 19330 1 #> 19340 1 #> 19347 1 #> 19353 1 #> 19370 1 #> 19380 1 #> 19391 1 #> 19408 1 #> 19432 2 #> 19436 2 #> 19445 2 #> 19451 2 #> 19462 2 #> 19475 2 #> 19503 2 #> 19506 2 #> 19541 2 #> 19579 2 #> 19591 2 #> 19615 2 #> 19650 2 #> 19664 2 #> 19671 2 #> 19713 2 #> 19720 2 #> 19848 4 #> 19917 4 #> 19924 4 #> 19989 4 #> 19995 4 #> 20034 4 #> 20042 4 #> 20092 4 #> 20094 4 #> 20141 4 #> 20163 4 #> 20167 4 #> 20183 4 #> 20251 4 #> 20272 4 #> 20304 4 #> 20342 4 #> 20394 4 #> 20395 4 #> 20409 4 #> 20426 4 #> 20436 4 #> 20457 1 #> 20462 3 #> 20478 4 #> 20482 4 #> 20489 4 #> 20544 4 #> 20553 4 #> 20570 4 #> 20596 4 #> 20601 4 #> 20614 4 #> 20640 4 #> 20660 4 #> 20678 4 #> 20691 4 #> 20698 4 #> 20703 4 #> 20718 4 #> 20732 4 #> 20748 4 #> 20800 4 #> 20802 4 #> 20815 4 #> 20826 4 #> 20837 4 #> 20851 4 #> 20863 4 #> 20867 4 #> 20894 4 #> 20947 4 #> 20970 4 #> 20990 4 #> 21054 4 #> 21055 4 #> 21075 4 #> 21077 4 #> 21109 4 #> 21129 4 #> 21162 4 #> 21170 4 #> 21214 4 #> 21221 4 #> 21223 4 #> 21231 4 #> 21244 4 #> 21291 4 #> 21293 4 #> 21333 4 #> 21392 4 #> 21397 4 #> 21430 4 #> 21491 4 #> 21503 4 #> 21534 4 #> 21555 4 #> 21565 4 #> 21577 4 #> 21578 4 #> 21588 4 #> 21612 4 #> 21617 4 #> 21646 4 #> 21659 4 #> 21673 4 #> 21682 4 #> 21688 4 #> 21722 4 #> 21771 4 #> 21773 4 #> 21775 4 #> 21778 1 #> 21788 11 #> 21838 16 #> 21884 16 #> 21887 16 #> 21918 18 #> 21926 18 #> 21930 18 #> 21932 18 #> 21935 18 #> 21957 18 #> 21958 18 #> 21961 18 #> 21979 18 #> 21983 18 #> 21994 18 #> 22004 18 #> 22009 19 #> 22010 19 #> 22026 19 #> 22030 19 #> 22037 19 #> 22046 19 #> 22047 19 #> 22063 19 #> 22086 2 #> 22108 2 #> 22154 2 #> 22175 2 #> 22210 20 #> 22216 20 #> 22225 20 #> 22266 20 #> 22286 20 #> 22303 20 #> 22376 20 #> 22387 20 #> 22402 20 #> 22424 20 #> 22425 20 #> 22443 20 #> 22487 20 #> 22489 20 #> 22493 20 #> 22696 4 #> 22710 4 #> 22715 4 #> 22721 4 #> 22725 4 #> 22727 4 #> 22728 4 #> 22731 4 #> 22739 4 #> 22740 4 #> 22744 4 #> 22749 4 #> 22752 4 #> 22763 4 #> 22766 4 #> 22830 7 #> 22831 7 #> 22836 7 #> 22908 9 #> 22923 9 #> 23009 1 #> 23045 3 #> 23074 3 #> 23134 3 #> 23135 3 #> 23136 3 #> 23151 3 #> 23168 3 #> 23173 3 #> 23234 3 #> 23243 3 #> 23253 3 #> 23261 3 #> 23291 3 #> 23311 3 #> 23461 6 #> 23464 6 #> 23479 6 #> 23480 6 #> 23501 6 #> 23507 6 #> 23508 6 #> 23510 6 #> 23512 6 #> 23520 6 #> 23525 6 #> 23527 6 #> 23528 6 #> 23535 6 #> 23536 6 #> 23542 6 #> 23551 6 #> 23558 6 #> 23559 6 #> 23566 6 #> 23567 6 #> 23575 1 #> 23651 13 #> 23681 13 #> 23684 13 #> 23702 14 #> 23711 14 #> 23717 14 #> 23720 14 #> 23750 15 #> 23758 15 #> 23765 15 #> 23766 15 #> 23777 15 #> 23780 15 #> 23818 2 #> 23842 2 #> 23843 2 #> 23853 2 #> 23895 4 #> 23896 4 #> 23901 4 #> 23910 4 #> 23912 4 #> 23920 4 #> 23929 4 #> 23934 4 #> 23937 4 #> 23955 4 #> 23958 4 #> 23962 4 #> 23965 4 #> 23971 4 #> 23974 4 #> 23982 5 #> 24042 6 #> 24046 6 #> 24050 6 #> 24059 8 #> 24073 10 #> 24075 10 #> 24076 11 #> 24115 1 #> 24119 1 #> 24142 21 #> 24147 22 #> 24175 1 #> 24181 14 #> 24182 15 #> 24189 2 #> 24191 2 #> 24199 5 #> 24216 1 #> 24225 3 #> 24229 3 #> 24235 4 #> 24255 4 #> 24272 4 #> 24273 4 #> 24309 4 #> 24310 4 #> 24321 4 #> 24328 4 #> 24409 4 #> 24410 4 #> 24413 4 #> 24425 4 #> 24430 4 #> 24431 4 #> 24437 4 #> 24439 4 #> 24445 4 #> 24450 4 #> 24471 4 #> 24477 4 #> 24482 4 #> 24489 4 #> 24536 4 #> 24542 4 #> 24558 4 #> 24576 4 #> 24577 4 #> 24595 4 #> 24603 4 #> 24606 4 #> 24617 4 #> 24618 4 #> 24624 4 #> 24648 1 #> 24662 1 #> 24697 1 #> 24702 1 #> 24706 1 #> 24708 1 #> 24790 2 #> 24838 3 #> 24840 4 #> 24846 5 #> 24847 5 #> 24860 5 #> 24862 5 #> 24871 5 #> 24903 7 #> 24934 8 #> 24942 8 #> 24944 8 #> 24947 8 #> 24949 8 #> 24951 8 #> 24952 8 #> 24953 8 #> 24964 8 #> 24966 8 #> 24984 8 #> 24986 8 #> 24999 8 #> 25001 8 #> 25006 8 #> 25020 8 #> 25022 8 #> 25028 8 #> 25033 8 #> 25034 8 #> 25037 8 #> 25064 2 #> 25070 2 #> 25074 2 #> 25095 5 #> 25097 5 #> 25105 6 #> 25134 7 #> 25138 7 #> 25154 7 #> 25168 7 #> 25190 7 #> 25207 7 #> 25213 7 #> 25248 7 #> 25252 7 #> 25264 7 #> 25276 7 #> 25279 7 #> 25298 7 #> 25301 7 #> 25315 7 #> 25320 7 #> 25331 7 #> 25338 7 #> 25350 7 #> 25354 7 #> 25356 7 #> 25366 7 #> 25382 7 #> 25393 7 #> 25415 7 #> 25421 7 #> 25459 7 #> 25474 7 #> 25487 7 #> 25490 7 #> 25498 1 #> 25508 1 #> 25509 1 #> 25528 1 #> 25531 1 #> 25534 1 #> 25540 1 #> 25549 1 #> 25553 1 #> 25562 1 #> 25563 1 #> 25566 1 #> 25567 1 #> 25578 1 #> 25581 1 #> 25582 1 #> 25589 2 #> 25592 2 #> 25597 2 #> 25605 3 #> 25613 3 #> 25618 3 #> 25620 3 #> 25642 4 #> 25645 4 #> 25648 4 #> 25689 4 #> 25712 4 #> 25725 4 #> 25731 4 #> 25771 4 #> 25777 4 #> 25792 4 #> 25847 4 #> 25887 4 #> 25890 4 #> 26066 16 #> 26068 16 #> 26079 16 #> 26081 16 #> 26106 16 #> 26200 21 #> 26226 3 #> 26242 3 #> 26271 3 #> 26354 5 #> 26363 5 #> 26370 5 #> 26372 5 #> 26409 6 #> 26435 6 #> 26437 6 #> 26463 6 #> 26486 6 #> 26498 6 #> 26576 15 #> 26577 15 #> 26603 6 #> 26605 6 #> 26606 7 #> 26695 4 #> 26707 4 #> 26729 4 #> 26742 4 #> 26745 4 #> 26797 4 #> 26809 4 #> 26817 4 #> 26820 4 #> 26906 4 #> 26918 4 #> 26921 4 #> 26941 4 #> 27038 4 #> 27039 4 #> 27040 4 #> 27091 4 #> 27103 4 #> 27104 4 #> 27121 4 #> 27139 4 #> 27161 4 #> 27169 4 #> 27267 4 #> 27270 4 #> 27278 4 #> 27315 4 #> 27337 4 #> 27365 4 #> 27394 4 #> 27438 4 #> 27448 4 #> 27469 1 #> 27503 1 #> 27520 1 #> 27532 2 #> 27540 2 #> 27550 2 #> 27569 2 #> 27607 6 #> 27608 6 #> 27612 6 #> 27630 8 #> 27653 8 #> 27654 8 #> 27768 8 #> 27790 8 #> 27802 8 #> 27934 11 #> 27938 11 #> 27939 11 #> 27985 11 #> 28004 11 #> 28006 11 #> 28013 11 #> 28091 11 #> 28158 2 #> 28180 2 #> 28203 2 #> 28245 2 #> 28256 2 #> 28261 2 #> 28316 6 #> 28329 6 #> 28330 6 #> 28341 6 #> 28395 1 #> 28403 1 #> 28419 14 #> 28421 14 #> 28423 15 #> 28435 22 #> 28436 22 #> 28437 22 #> 28440 22 #> 28445 23 #> 28449 23 #> 28452 3 #> 28508 1 #> 28510 11 #> 28520 5 #> 28521 6 #> 28522 7 #> 28523 8 #> 28584 1 #> 28609 1 #> 28613 1 #> 28623 1 #> 28658 3 #> 28660 5 #> 28661 5 #> 28664 6 #> 28671 9 #> 28672 9 #> 28673 9 #> 28675 9 #> 28679 2 #> 28680 2 #> 28682 2 #> 28683 2 #> 28687 4 #> 28707 6 #> 28754 6 #> 28761 6 #> 28768 6 #> 28787 6 #> 28788 6 #> 28814 6 #> 28828 1 #> 28829 1 #> 28830 2 #> 28832 3 #> 28833 3 #> 28856 4 #> 28884 4 #> 28902 4 #> 28932 4 #> 28946 4 #> 28958 4 #> 28976 4 #> 29042 3 #> 29061 3 #> 29099 4 #> 29108 4 #> 29111 4 #> 29112 4 #> 29117 4 #> 29118 4 #> 29123 4 #> 29125 4 #> 29143 5 #> 29147 5 #> 29150 5 #> 29181 6 #> 29186 6 #> 29207 7 #> 29215 8 #> 29369 8 #> 29406 8 #> 29446 8 #> 29466 8 #> 29562 1 #> 29615 1 #> 29660 1 #> 29717 1 #> 29730 1 #> 29736 1 #> 29819 2 #> 29849 4 #> 29854 4 #> 29855 4 #> 29863 4 #> 29867 4 #> 29946 6 #> 29954 7 #> 29959 7 #> 29960 7 #> 29966 7 #> 29978 7 #> 29980 7 #> 29986 7 #> 29989 7 #> 29995 1 #> 29996 1 #> 30063 1 #> 30087 1 #> 30121 1 #> 30146 1 #> 30169 2 #> 30202 4 #> 30229 5 #> 30267 5 #> 30268 5 #> 30281 5 #> 30323 1 #> 30384 1 #> 30395 1 #> 30398 1 #> 30428 1 #> 30461 1 #> 30475 1 #> 30481 1 #> 30492 1 #> 30546 1 #> 30559 1 #> 30567 1 #> 30584 1 #> 30587 1 #> 30614 1 #> 30615 1 #> 30619 1 #> 30638 1 #> 30655 1 #> 30664 1 #> 30685 1 #> 30691 1 #> 30699 1 #> 30725 1 #> 30729 1 #> 30744 1 #> 30759 1 #> 30795 1 #> 30809 1 #> 30893 1 #> 30897 1 #> 30915 1 #> 30930 1 #> 30957 1 #> 30968 1 #> 30977 1 #> 31012 1 #> 31054 1 #> 31058 1 #> 31106 1 #> 31110 1 #> 31197 1 #> 31226 1 #> 31237 1 #> 31247 1 #> 31253 1 #> 31313 1 #> 31328 1 #> 31330 1 #> 31375 3 #> 31389 4 #> 31391 4 #> 31396 4 #> 31397 4 #> 31402 4 #> 31403 4 #> 31404 4 #> 31449 6 #> 31468 1 #> 31528 1 #> 31529 1 #> 31559 2 #> 31566 2 #> 31591 2 #> 31608 2 #> 31625 2 #> 31628 2 #> 31641 2 #> 31652 2 #> 31664 2 #> 31665 2 #> 31688 2 #> 31700 2 #> 31716 2 #> 31726 2 #> 31738 2 #> 31740 2 #> 31757 2 #> 31812 2 #> 31828 2 #> 31880 3 #> 31919 3 #> 31941 3 #> 31968 3 #> 31985 3 #> 31996 3 #> 32005 3 #> 32129 1 #> 32143 2 #> 32148 2 #> 32163 6 #> 32164 6 #> 32165 6 #> 32167 6 #> 32205 1 #> 32234 1 #> 32243 1 #> 32281 5 #> 32283 5 #> 32309 5 #> 32331 5 #> 32341 5 #> 32378 1 #> 32424 1 #> 32425 1 #> 32450 1 #> 32451 1 #> 32456 1 #> 32489 3 #> 32491 3 #> 32562 3 #> 32575 3 #> 32585 4 #> 32590 4 #> 32610 4 #> 32612 4 #> 32726 2 #> 32739 2 #> 32747 2 #> 32757 2 #> 32791 3 #> 32861 4 #> 32877 4 #> 33025 2 #> 33031 2 #> 33044 2 #> 33058 2 #> 33078 3 #> 33097 4 #> 33117 5 #> 33182 2 #> 33205 2 #> 33235 5 #> 33289 5 #> 33318 5 #> 33333 5 #> 33334 5 #> 33377 2 #> 33421 2 #> 33451 2 #> 33454 2 #> 33511 2 #> 33567 2 #> 33584 2 #> 33609 1 #> 33655 1 #> 33665 1 #> 33682 1 #> 33734 2 #> 33757 2 #> 33758 2 #> 33848 2 #> 33851 2 #> 33859 2 #> 33878 2 #> 33903 2 #> 33910 2 #> 33929 2 #> 33939 2 #> 33943 2 #> 33949 2 #> 33958 2 #> 33963 2 #> 33974 2 #> 33993 2 #> 34034 2 #> 34038 2 #> 34043 2 #> 34045 2 #> 34063 2 #> 34068 2 #> 34076 2 #> 34095 2 #> 34110 2 #> 34155 3 #> 34158 3 #> 34159 3 #> 34197 3 #> 34208 3 #> 34209 3 #> 34228 3 #> 34233 3 #> 34252 3 #> 34267 4 #> 34285 4 #> 34296 4 #> 34301 4 #> 34318 4 #> 34324 4 #> 34343 4 #> 34373 4 #> 34444 5 #> 34451 5 #> 34461 5 #> 34465 5 #> 34481 5 #> 34536 6 #> 34568 1 #> 34577 1 #> 34585 1 #> 34597 1 #> 34609 1 #> 34623 1 #> 34668 1 #> 34704 1 #> 34742 1 #> 34746 1 #> 34756 1 #> 34759 1 #> 34762 1 #> 34764 1 #> 34772 1 #> 34774 1 #> 34818 1 #> 34952 1 #> 34953 1 #> 34964 1 #> 34993 1 #> 34998 1 #> 35037 1 #> 35056 2 #> 35105 4 #> 35134 1 #> 35172 1 #> 35187 2 #> 35191 2 #> 35218 2 #> 35225 2 #> 35236 2 #> 35305 3 #> 35445 2 #> 35491 3 #> 35556 3 #> 35570 3 #> 35592 3 #> 35612 3 #> 35646 3 #> 35651 3 #> 35672 3 #> 35678 3 #> 35709 3 #> 35730 4 #> 35734 4 #> 35739 4 #> 35740 4 #> 35742 4 #> 35750 4 #> 35752 4 #> 35776 4 #> 35780 4 #> 35786 4 #> 35789 4 #> 35822 5 #> 35835 5 #> 35841 5 #> 35848 5 #> 35850 5 #> 35874 5 #> 35881 5 #> 36035 2 #> 36037 2 #> 36040 2 #> 36041 2 #> 36043 2 #> 36049 2 #> 36050 2 #> 36051 2 #> 36052 2 #> 36054 2 #> 36055 2 #> 36056 2 #> 36057 2 #> 36070 2 #> 36071 2 #> 36075 2 #> 36076 2 #> 36079 2 #> 36081 2 #> 36082 2 #> 36292 2 #> 36294 2 #> 36297 2 #> 36305 2 #> 36310 2 #> 36311 2 #> 36312 2 #> 36313 2 #> 36321 2 #> 36324 2 #> 36333 2 #> 36340 2 #> 36355 2 #> 36356 2 #> 36357 2 #> 36358 2 #> 36362 2 #> 36365 2 #> 36367 2 #> 36370 2 #> 36584 2 #> 36600 3 #> 36601 3 #> 36602 3 #> 36603 3 #> 36609 3 #> 36610 3 #> 36615 3 #> 36623 3 #> 36627 3 #> 36629 3 #> 36631 3 #> 36634 3 #> 36637 3 #> 36638 3 #> 36640 3 #> 36643 3 #> 36648 3 #> 36650 3 #> 36653 3 #> 36708 1 #> 36790 2 #> 36798 2 #> 36804 2 #> 36818 2 #> 36823 2 #> 36874 2 #> 36882 2 #> 36957 2 #> 36977 2 #> 36993 2 #> 37001 2 #> 37033 2 #> 37035 2 #> 37051 2 #> 37078 2 #> 37090 2 #> 37095 2 #> 37099 2 #> 37101 2 #> 37102 2 #> 37128 2 #> 37136 2 #> 37137 2 #> 37144 2 #> 37154 2 #> 37160 2 #> 37201 2 #> 37202 2 #> 37217 2 #> 37236 2 #> 37265 2 #> 37269 2 #> 37285 2 #> 37289 2 #> 37319 6 #> 37321 6 #> 37323 6 #> 37324 6 #> 37327 6 #> 37328 6 #> 37329 6 #> 37330 6 #> 37331 6 #> 37333 6 #> 37342 6 #> 37348 6 #> 37350 6 #> 37353 6 #> 37355 6 #> 37389 7 #> 37397 7 #> 37415 7 #> 37439 7 #> 37450 7 #> 37474 7 #> 37525 7 #> 37547 8 #> 37558 8 #> 37581 8 #> 37616 8 #> 37638 9 #> 37640 9 #> 37655 9 #> 37665 9 #> 37673 9 #> 37718 9 #> 37762 2 #> 37787 3 #> 37795 3 #> 37815 4 #> 37852 4 #> 37882 5 #> 37885 6 #> 37897 6 #> 37899 6 #> 37906 6 #> 37908 6 #> 37928 6 #> 37939 6 #> 37945 6 #> 37948 6 #> 37953 6 #> 37962 6 #> 37977 6 #> 37981 6 #> 37982 6 #> 37988 6 #> 37995 6 #> 38002 6 #> 38010 6 #> 38103 4 #> 38110 4 #> 38111 4 #> 38121 4 #> 38159 4 #> 38161 4 #> 38162 4 #> 38165 4 #> 38204 5 #> 38209 5 #> 38294 1 #> 38349 1 #> 38383 2 #> 38445 3 #> 38446 3 #> 38455 3 #> 38474 3 #> 38481 4 #> 38496 4 #> 38524 1 #> 38528 1 #> 38542 1 #> 38554 1 #> 38575 1 #> 38590 1 #> 38601 1 #> 38620 1 #> 38636 1 #> 38644 1 #> 38652 1 #> 38664 1 #> 38675 1 #> 38678 1 #> 38687 1 #> 38698 1 #> 38708 1 #> 38746 2 #> 38790 2 #> 38791 2 #> 38800 3 #> 38815 3 #> 38817 3 #> 38821 3 #> 38824 3 #> 38825 3 #> 38827 3 #> 38833 3 #> 38835 3 #> 38841 3 #> 38842 3 #> 38846 3 #> 38849 3 #> 38852 3 #> 38860 3 #> 38866 3 #> 38870 3 #> 38871 3 #> 38873 3 #> 38874 3 #> 38880 3 #> 38889 3 #> 38914 4 #> 38943 5 #> 39014 5 #> 39065 5 #> 39073 5 #> 39088 5 #> 39097 5 #> 39098 5 #> 39135 1 #> 39144 1 #> 39163 1 #> 39171 1 #> 39185 1 #> 39186 1 #> 39210 1 #> 39227 1 #> 39242 2 #> 39244 2 #> 39254 2 #> 39261 2 #> 39264 2 #> 39282 2 #> 39307 2 #> 39332 2 #> 39345 2 #> 39352 3 #> 39357 3 #> 39366 3 #> 39373 4 #> 39385 4 #> 39388 4 #> 39393 4 #> 39406 4 #> 39407 4 #> 39411 4 #> 39420 4 #> 39421 4 #> 39424 4 #> 39438 4 #> 39445 4 #> 39508 5 #> 39527 5 #> 39541 5 #> 39542 5 #> 39567 5 #> 39581 5 #> 39640 5 #> 39688 3 #> 39691 3 #> 39728 3 #> 39737 3 #> 39760 3 #> 39788 3 #> 39797 3 #> 39866 5 #> 40126 2 #> 40162 2 #> 40208 2 #> 40215 2 #> 40237 2 #> 40242 2 #> 40287 2 #> 40295 2 #> 40297 2 #> 40347 4 #> 40360 4 #> 40372 4 #> 40377 4 #> 40379 4 #> 40385 4 #> 40389 4 #> 40396 4 #> 40414 4 #> 40417 4 #> 40420 4 #> 40428 4 #> 40439 4 #> 40442 4 #> 40445 4 #> 40459 4 #> 40463 4 #> 40466 4 #> 40475 4 #> 40503 4 #> 40512 1 #> 40531 1 #> 40596 3 #> 40610 3 #> 40615 3 #> 40636 3 #> 40642 3 #> 40660 3 #> 40711 1 #> 40714 2 #> 40715 2 #> 40719 2 #> 40720 2 #> 40725 2 #> 40743 2 #> 40766 2 #> 40776 2 #> 40785 2 #> 40808 2 #> 40812 2 #> 40824 2 #> 40846 3 #> 40895 3 #> 40914 3 #> 40923 3 #> 40927 4 #> 40929 4 #> 40931 4 #> 40964 1 #> 40972 1 #> 40994 1 #> 41006 1 #> 41032 1 #> 41034 1 #> 41053 1 #> 41066 1 #> 41085 2 #> 41086 2 #> 41087 2 #> 41089 2 #> 41097 2 #> 41101 2 #> 41106 2 #> 41107 2 #> 41108 2 #> 41118 2 #> 41125 3 #> 41150 1 #> 41162 1 #> 41163 1 #> 41193 1 #> 41208 1 #> 41233 1 #> 41277 2 #> 41281 2 #> 41329 5 #> 41332 5 #> 41345 5 #> 41361 6 #> 41368 1 #> 41369 1 #> 41370 1 #> 41373 1 #> 41374 1 #> 41375 1 #> 41377 1 #> 41378 1 #> 41380 1 #> 41382 1 #> 41429 3 #> 41430 3 #> 41452 3 #> 41459 3 #> 41479 3 #> 41486 4 #> 41487 4 #> 41609 6 #> 41768 1 #> 41781 1 #> 41785 1 #> 41793 1 #> 41797 1 #> 41822 1 #> 41841 1 #> 41847 1 #> 41856 1 #> 41877 1 #> 42120 1 #> 42144 2 #> 42147 2 #> 42149 2 #> 42150 2 #> 42154 2 #> 42160 2 #> 42163 2 #> 42172 2 #> 42183 2 #> 42188 2 #> 42192 2 #> 42226 2 #> 42271 4 #> 42281 1 #> 42299 1 #> 42305 1 #> 42310 1 #> 42316 1 #> 42321 1 #> 42330 1 #> 42349 1 #> 42372 2 #> 42407 2 #> 42469 1 #> 42495 1 #> 42520 2 #> 42603 2 #> 42606 2 #> 42620 2 #> 42625 2 #> 42626 2 #> 42634 2 #> 42678 2 #> 42680 2 #> 42732 3 #> 42741 3 #> 42753 3 #> 42758 3 #> 42774 3 #> 42794 3 #> 42798 3 #> 42850 1 #> 42898 1 #> 42914 1 #> 42923 2 #> 42933 2 #> 42939 2 #> 42946 3 #> 42975 6 #> 42994 6 #> 43066 9 #> 43069 9 #> 43330 2 #> 43338 2 #> 43346 2 #> 43353 2 #> 43373 2 #> 43383 2 #> 43392 2 #> 43407 2 #> 43420 2 #> 43436 2 #> 43467 2 #> 43483 2 #> 43499 2 #> 43555 2 #> 43567 2 #> 43568 2 #> 43571 2 #> 43580 3 #> 43582 3 #> 43583 3 #> 43585 3 #> 43588 3 #> 43598 3 #> 43600 3 #> 43601 3 #> 43605 3 #> 43609 3 #> 43610 3 #> 43612 3 #> 43651 1 #> 43653 1 #> 43700 1 #> 43764 2 #> 43787 2 #> 43793 2 #> 43800 2 #> 43862 3 #> 43865 4 #> 43871 4 #> 43899 6 #> 43998 1 #> 44080 1 #> 44141 1 #> 44156 1 #> 44158 1 #> 44163 1 #> 44170 1 #> 44217 1 #> 44272 1 #> 44282 1 #> 44315 1 #> 44373 2 #> 44382 2 #> 44385 2 #> 44389 2 #> 44393 2 #> 44408 5 #> 44411 5 #> 44449 6 #> 44471 6 #> 44540 7 #> 44541 7 #> 44546 7 #> 44547 7 #> 44548 7 #> 44551 7 #> 44567 9 #> 44574 9 #> 44586 9 #> 44599 9 #> 44600 9 #> 44607 9 #> 44637 9 #> 44653 9 #> 44661 9 #> 44667 9 #> 44682 9 #> 44693 9 #> 44718 9 #> 44738 9 #> 44752 9 #> 44769 9 #> 44773 9 #> 44794 9 #> 44809 9 #> 44820 9 #> 44822 9 #> 44836 9 #> 44837 9 #> 44891 9 #> 44902 9 #> 44909 9 #> 44938 9 #> 44948 1 #> 44969 1 #> 45001 1 #> 45003 1 #> 45031 2 #> 45035 2 #> 45036 2 #> 45056 2 #> 45089 2 #> 45095 2 #> 45104 2 #> 45126 2 #> 45129 2 #> 45130 2 #> 45177 2 #> 45184 2 #> 45190 2 #> 45202 2 #> 45205 2 #> 45227 2 #> 45248 3 #> 45254 3 #> 45305 3 #> 45316 4 #> 45319 4 #> 45320 4 #> 45392 5 #> 45395 5 #> 45404 5 #> 45407 6 #> 45411 6 #> 45417 6 #> 45419 6 #> 45428 6 #> 45429 6 #> 45460 6 #> 45479 6 #> 45495 6 #> 45506 6 #> 45515 6 #> 45522 7 #> 45587 1 #> 45588 1 #> 45622 1 #> 45642 1 #> 45668 2 #> 45676 2 #> 45680 2 #> 45690 2 #> 45696 2 #> 45698 2 #> 45709 2 #> 45713 2 #> 45716 2 #> 45727 2 #> 45729 2 #> 45849 1 #> 45851 1 #> 45862 1 #> 45865 1 #> 45872 1 #> 45915 1 #> 45940 1 #> 45961 1 #> 45963 1 #> 45975 1 #> 45976 1 #> 45980 1 #> 45993 1 #> 46001 1 #> 46023 1 #> 46026 1 #> 46032 1 #> 46067 1 #> 46068 1 #> 46251 1 #> 46283 2 #> 46292 2 #> 46310 3 #> 46316 3 #> 46327 3 #> 46609 2 #> 46642 2 #> 46650 2 #> 46657 2 #> 46663 2 #> 46671 2 #> 46681 2 #> 46684 2 #> 46690 2 #> 46695 2 #> 46699 2 #> 46701 2 #> 46706 2 #> 46718 2 #> 46722 2 #> 46724 2 #> 46727 2 #> 46739 2 #> 46748 2 #> 46760 2 #> 46764 2 #> 46765 2 #> 46772 2 #> 46790 2 #> 46791 2 #> 46793 2 #> 46794 2 #> 46795 2 #> 46799 2 #> 46805 2 #> 46814 2 #> 46818 2 #> 46819 2 #> 46833 2 #> 46860 2 #> 46865 2 #> 46871 2 #> 46873 2 #> 46880 2 #> 46889 2 #> 46900 2 #> 46905 2 #> 46907 2 #> 46914 2 #> 46916 2 #> 46917 2 #> 46925 2 #> 46929 2 #> 46930 2 #> 46935 2 #> 46954 2 #> 47035 4 #> 47047 4 #> 47135 4 #> 47214 4 #> 47216 4 #> 47217 4 #> 47335 2 #> 47341 2 #> 47342 2 #> 47345 2 #> 47388 2 #> 47407 2 #> 47408 2 #> 47419 2 #> 47437 2 #> 47454 2 #> 47473 2 #> 47510 1 #> 47513 1 #> 47517 1 #> 47530 1 #> 47567 1 #> 47585 1 #> 47605 1 #> 47636 1 #> 47656 1 #> 47675 1 #> 47700 1 #> 47777 1 #> 47782 1 #> 47816 1 #> 47819 1 #> 47828 1 #> 47891 2 #> 47896 2 #> 47915 2 #> 47938 2 #> 47950 2 #> 47958 2 #> 47989 1 #> 48052 1 #> 48060 1 #> 48122 1 #> 48127 1 #> 48135 1 #> 48206 1 #> 48217 1 #> 48239 1 #> 48257 1 #> 48258 1 #> 48283 1 #> 48292 1 #> 48300 1 #> 48323 1 #> 48326 1 #> 48369 1 #> 48385 1 #> 48440 1 #> 48450 1 #> 48454 2 #> 48466 2 #> 48467 2 #> 48477 2 #> 48478 2 #> 48496 3 #> 48515 4 #> 48547 4 #> 48549 4 #> 48565 1 #> 48575 3 #> 48610 5 #> 48617 6 #> 48622 6 #> 48638 6 #> 48647 6 #> 48656 6 #> 48668 6 #> 48685 6 #> 48691 2 #> 48714 2 #> 48718 2 #> 48741 2 #> 48754 2 #> 48785 5 #> 48790 5 #> 48794 5 #> 48799 5 #> 48842 2 #> 48859 2 #> 48868 3 #> 48893 4 #> 48910 6 #> 48911 6 #> 48913 6 #> 48917 7 #> 48935 7 #> 48987 1 #> 48992 1 #> 49019 1 #> 49021 1 #> 49031 1 #> 49072 1 #> 49076 1 #> 49080 1 #> 49153 2 #> 49166 2 #> 49189 2 #> 49191 2 #> 49193 2 #> 49202 2 #> 49236 1 #> 49254 1 #> 49274 1 #> 49330 1 #> 49354 1 #> 49392 2 #> 49400 2 #> 49401 2 #> 49406 2 #> 49407 2 #> 49418 2 #> 49426 2 #> 49427 2 #> 49428 2 #> 49434 2 #> 49437 2 #> 49459 2 #> 49465 2 #> 49472 2 #> 49497 2 #> 49500 2 #> 49516 1 #> 49517 1 #> 49522 1 #> 49532 1 #> 49542 1 #> 49544 1 #> 49550 1 #> 49551 1 #> 49614 1 #> 49615 1 #> 49616 1 #> 49629 2 #> 49662 2 #> 49680 2 #> 49687 2 #> 49704 2 #> 49733 2 #> 49737 2 #> 49748 1 #> 49753 1 #> 49757 1 #> 49766 1 #> 49781 1 #> 49800 1 #> 49802 1 #> 49808 1 #> 49815 1 #> 49824 1 #> 49827 1 #> 49830 1 #> 49882 4 #> 49911 4 #> 49912 4 #> 49929 4 #> 49940 4 #> 49951 4 #> 49966 1 #> 49968 1 #> 49987 1 #> 49991 1 #> 50005 1 #> 50006 1 #> 50018 1 #> 50055 1 #> 50060 1 #> 50078 2 #> 50091 2 #> 50097 2 #> 50102 2 #> 50127 2 #> 50139 2 #> 50174 2 #> 50178 2 #> 50181 2 #> 50214 3 #> 50230 3 #> 50256 3 #> 50265 3 #> 50271 3 #> 50286 3 #> 50298 4 #> 50309 4 #> 50312 4 #> 50318 4 #> 50324 4 #> 50326 4 #> 50349 4 #> 50360 4 #> 50367 4 #> 50375 4 #> 50382 4 #> 50403 4 #> 50420 1 #> 50426 1 #> 50454 1 #> 50465 1 #> 50469 1 #> 50551 1 #> 50559 2 #> 50582 2 #> 50586 2 #> 50701 2 #> 50723 2 #> 50752 2 #> 50797 2 #> 50831 2 #> 50863 2 #> 50886 2 #> 50887 2 #> 50930 2 #> 50935 2 #> 50968 2 #> 51015 2 #> 51026 2 #> 51054 2 #> 51132 2 #> 51175 2 #> 51197 2 #> 51229 3 #> 51252 4 #> 51257 4 #> 51276 4 #> 51280 4 #> 51282 4 #> 51295 4 #> 51298 4 #> 51310 4 #> 51317 4 #> 51323 4 #> 51324 4 #> 51328 4 #> 51333 4 #> 51339 4 #> 51359 4 #> 51363 4 #> 51377 4 #> 51435 5 #> 51437 5 #> 51449 5 #> 51453 5 #> 51468 5 #> 51478 5 #> 51480 5 #> 51517 5 #> 51531 5 #> 51573 1 #> 51581 1 #> 51711 1 #> 51726 1 #> 51757 1 #> 51773 1 #> 51826 1 #> 51841 1 #> 51913 1 #> 51957 2 #> 51960 2 #> 51967 2 #> 51993 2 #> 52014 3 #> 52024 3 #> 52034 3 #> 52035 3 #> 52038 3 #> 52041 3 #> 52047 3 #> 52053 3 #> 52061 5 #> 52063 5 #> 52066 5 #> 52067 5 #> 52071 5 #> 52072 5 #> 52074 5 #> 52075 6 #> 52106 1 #> 52123 1 #> 52124 1 #> 52137 1 #> 52146 1 #> 52164 1 #> 52176 1 #> 52203 1 #> 52204 1 #> 52208 1 #> 52226 1 #> 52234 1 #> 52243 1 #> 52246 1 #> 52249 1 #> 52256 1 #> 52268 1 #> 52269 1 #> 52271 1 #> 52278 1 #> 52286 1 #> 52288 1 #> 52301 1 #> 52304 1 #> 52324 1 #> 52336 1 #> 52345 1 #> 52350 1 #> 52363 1 #> 52381 1 #> 52407 2 #> 52484 4 #> 52504 4 #> 52546 5 #> 52571 5 #> 52638 5 #> 52667 1 #> 52674 1 #> 52695 1 #> 52791 2 #> 52810 2 #> 52820 2 #> 52838 2 #> 52898 2 #> 52960 3 #> 52963 3 #> 52964 3 #> 52966 3 #> 52973 3 #> 52974 3 #> 52975 3 #> 52982 3 #> 52983 3 #> 52989 3 #> 52999 4 #> 53006 4 #> 53009 4 #> 53021 4 #> 53027 4 #> 53033 4 #> 53035 4 #> 53036 4 #> 53081 4 #> 53112 4 #> 53126 4 #> 53188 1 #> 53191 1 #> 53202 1 #> 53229 1 #> 53265 1 #> 53272 1 #> 53302 3 #> 53314 3 #> 53364 4 #> 53368 4 #> 53378 4 #> 53382 4 #> 53394 4 #> 53403 4 #> 53413 4 #> 53421 4 #> 53479 4 #> 53503 4 #> 53512 4 #> 53569 2 #> 53607 2 #> 53622 2 #> 53628 2 #> 53633 2 #> 53704 2 #> 53767 2 #> 53817 2 #> 53826 2 #> 53835 2 #> 53919 2 #> 53922 2 #> 53928 2 #> 53955 2 #> 53968 2 #> 53991 2 #> 53992 2 #> 54008 2 #> 54013 2 #> 54028 2 #> 54031 2 #> 54035 2 #> 54040 2 #> 54048 2 #> 54052 2 #> 54078 1 #> 54082 1 #> 54086 1 #> 54108 1 #> 54113 1 #> 54116 1 #> 54117 1 #> 54119 1 #> 54123 1 #> 54137 2 #> 54243 3 #> 54255 3 #> 54256 3 #> 54296 3 #> 54329 1 #> 54334 1 #> 54339 1 #> 54363 2 #> 54389 2 #> 54390 2 #> 54394 2 #> 54407 2 #> 54421 3 #> 54452 3 #> 54457 3 #> 54464 3 #> 54489 3 #> 54520 1 #> 54536 1 #> 54560 1 #> 54567 1 #> 54589 1 #> 54610 1 #> 54639 1 #> 54722 2 #> 54829 2 #> 54948 1 #> 54988 1 #> 55014 1 #> 55022 1 #> 55080 1 #> 55084 1 #> 55107 1 #> 55184 2 #> 55284 4 #> 55381 1 #> 55387 1 #> 55436 4 #> 55442 4 #> 55452 4 #> 55465 4 #> 55480 4 #> 55497 4 #> 55509 4 #> 55521 4 #> 55533 4 #> 55535 4 #> 55547 4 #> 55548 1 #> 55555 1 #> 55557 2 #> 55567 2 #> 55571 2 #> 55580 2 #> 55582 2 #> 55584 2 #> 55587 4 #> 55604 5 #> 55619 5 #> 55656 5 #> 55667 5 #> 55845 2 #> 55865 2 #> 55870 2 #> 55904 2 #> 55918 2 #> 55922 2 #> 55940 2 #> 55969 2 #> 56008 2 #> 56017 2 #> 56024 2 #> 56027 2 #> 56036 2 #> 56037 2 #> 56048 2 #> 56053 2 #> 56092 2 #> 56113 2 #> 56140 2 #> 56162 2 #> 56195 2 #> 56214 2 #> 56264 4 #> 56270 4 #> 56274 4 #> 56275 4 #> 56280 4 #> 56285 4 #> 56293 4 #> 56318 1 #> 56343 1 #> 56368 1 #> 56375 1 #> 56378 1 #> 56395 1 #> 56420 1 #> 56426 1 #> 56438 1 #> 56451 1 #> 56462 1 #> 56463 1 #> 56476 2 #> 56521 1 #> 56541 1 #> 56580 1 #> 56587 1 #> 56635 1 #> 56636 1 #> 56688 1 #> 56706 1 #> 56709 1 #> 56712 1 #> 56724 1 #> 56727 1 #> 56753 1 #> 56782 1 #> 56800 1 #> 56854 1 #> 56867 1 #> 56902 1 #> 57005 1 #> 57025 1 #> 57045 1 #> 57074 2 #> 57076 2 #> 57088 2 #> 57099 2 #> 57122 2 #> 57145 2 #> 57192 2 #> 57223 2 #> 57224 2 #> 57232 2 #> 57241 2 #> 57256 2 #> 57260 2 #> 57273 2 #> 57298 2 #> 57299 2 #> 57307 2 #> 57360 2 #> 57378 2 #> 57384 2 #> 57389 2 #> 57399 2 #> 57415 2 #> 57430 2 #> 57441 2 #> 57452 2 #> 57453 2 #> 57476 2 #> 57481 2 #> 57490 2 #> 57506 2 #> 57517 2 #> 57536 2 #> 57570 3 #> 57577 3 #> 57579 3 #> 57592 3 #> 57600 3 #> 57615 3 #> 57631 3 #> 57632 3 #> 57635 3 #> 57711 7 #> 57728 7 #> 57750 7 #> 57788 7 #> 57819 7 #> 57836 7 #> 57923 3 #> 57925 3 #> 57929 3 #> 57941 4 #> 57946 1 #> 57956 1 #> 58010 1 #> 58025 1 #> 58028 1 #> 58062 1 #> 58070 1 #> 58086 1 #> 58099 1 #> 58108 1 #> 58222 1 #> 58251 1 #> 58262 1 #> 58300 1 #> 58324 1 #> 58327 1 #> 58352 1 #> 58356 1 #> 58364 1 #> 58376 1 #> 58387 1 #> 58392 1 #> 58397 1 #> 58428 1 #> 58446 1 #> 58545 1 #> 58574 1 #> 58586 1 #> 58638 1 #> 58647 1 #> 58651 1 #> 58657 1 #> 58663 1 #> 58664 1 #> 58675 1 #> 58713 1 #> 58721 1 #> 58736 1 #> 58741 1 #> 58817 1 #> 58835 1 #> 58837 1 #> 58850 1 #> 58858 1 #> 58860 1 #> 58903 1 #> 58910 1 #> 58958 1 #> 59011 1 #> 59062 1 #> 59069 1 #> 59125 1 #> 59131 1 #> 59135 1 #> 59137 1 #> 59172 2 #> 59189 2 #> 59202 2 #> 59214 2 #> 59233 2 #> 59239 2 #> 59247 2 #> 59292 2 #> 59294 2 #> 59305 2 #> 59308 2 #> 59351 3 #> 59376 3 #> 59388 3 #> 59402 3 #> 59433 3 #> 59441 3 #> 59443 1 #> 59446 1 #> 59448 1 #> 59466 1 #> 59519 1 #> 59650 1 #> 59687 1 #> 59694 1 #> 59711 1 #> 59779 1 #> 59805 1 #> 59823 1 #> 59914 1 #> 59936 1 #> 59953 1 #> 59988 1 #> 59995 1 #> 60024 1 #> 60049 1 #> 60082 1 #> 60097 1 #> 60121 1 #> 60126 1 #> 60159 2 #> 60166 2 #> 60175 2 #> 60214 2 #> 60223 2 #> 60225 2 #> 60229 2 #> 60230 2 #> 60236 2 #> 60249 2 #> 60256 2 #> 60263 2 #> 60287 2 #> 60344 2 #> 60347 2 #> 60367 2 #> 60377 2 #> 60378 2 #> 60393 2 #> 60400 2 #> 60411 2 #> 60414 2 #> 60434 2 #> 60456 2 #> 60465 2 #> 60471 2 #> 60477 2 #> 60502 2 #> 60537 2 #> 60552 2 #> 60558 2 #> 60567 2 #> 60568 2 #> 60578 2 #> 60615 2 #> 60620 2 #> 60627 2 #> 60628 2 #> 60633 2 #> 60706 2 #> 60707 2 #> 60712 2 #> 60724 2 #> 60737 2 #> 60746 2 #> 60747 2 #> 60753 2 #> 60761 2 #> 60776 2 #> 60783 2 #> 60827 2 #> 60845 2 #> 60857 2 #> 60970 1 #> 60972 1 #> 60975 1 #> 60985 1 #> 60991 1 #> 60992 1 #> 60994 1 #> 61019 1 #> 61022 1 #> 61028 1 #> 61033 1 #> 61035 1 #> 61052 1 #> 61060 1 #> 61061 1 #> 61075 1 #> 61086 1 #> 61095 1 #> 61120 1 #> 61145 1 #> 61157 1 #> 61158 1 #> 61160 1 #> 61170 1 #> 61197 3 #> 61213 3 #> 61225 4 #> 61231 4 #> 61273 5 #> 61344 6 #> 61384 6 #> 61462 1 #> 61536 1 #> 61562 1 #> 61585 1 #> 61595 1 #> 61758 1 #> 61762 1 #> 61781 1 #> 61784 1 #> 61808 1 #> 61968 1 #> 62037 2 #> 62039 2 #> 62040 2 #> 62072 2 #> 62073 2 #> 62075 2 #> 62077 2 #> 62092 2 #> 62097 2 #> 62103 2 #> 62106 2 #> 62136 2 #> 62142 2 #> 62150 2 #> 62162 2 #> 62185 2 #> 62206 2 #> 62209 2 #> 62219 2 #> 62225 2 #> 62227 2 #> 62229 2 #> 62235 2 #> 62242 2 #> 62247 2 #> 62258 2 #> 62263 2 #> 62272 2 #> 62277 2 #> 62281 2 #> 62302 2 #> 62307 2 #> 62321 2 #> 62333 2 #> 62341 2 #> 62361 2 #> 62370 2 #> 62371 2 #> 62391 2 #> 62401 2 #> 62428 2 #> 62441 2 #> 62455 2 #> 62463 2 #> 62464 2 #> 62473 2 #> 62478 2 #> 62481 2 #> 62486 2 #> 62494 2 #> 62506 2 #> 62512 2 #> 62513 2 #> 62531 2 #> 62537 2 #> 62538 2 #> 62541 2 #> 62582 4 #> 62592 4 #> 62605 4 #> 62607 4 #> 62610 4 #> 62611 4 #> 62654 1 #> 62711 1 #> 62754 1 #> 62760 1 #> 62778 1 #> 62839 1 #> 62846 1 #> 62851 1 #> 62927 1 #> 63037 1 #> 63224 1 #> 63232 1 #> 63275 1 #> 63340 2 #> 63344 2 #> 63346 2 #> 63347 2 #> 63371 2 #> 63382 2 #> 63404 2 #> 63430 2 #> 63439 2 #> 63447 2 #> 63457 2 #> 63459 2 #> 63461 2 #> 63468 2 #> 63471 2 #> 63476 2 #> 63494 2 #> 63495 2 #> 63498 2 #> 63499 2 #> 63512 2 #> 63513 2 #> 63526 2 #> 63531 2 #> 63532 2 #> 63533 2 #> 63537 2 #> 63563 2 #> 63568 2 #> 63575 2 #> 63580 2 #> 63581 2 #> 63585 2 #> 63604 2 #> 63619 2 #> 63636 2 #> 63642 2 #> 63662 2 #> 63663 2 #> 63669 2 #> 63670 2 #> 63674 2 #> 63680 2 #> 63681 2 #> 63688 2 #> 63697 2 #> 63705 2 #> 63744 2 #> 63755 2 #> 63757 2 #> 63758 2 #> 63768 2 #> 63769 2 #> 63772 2 #> 63776 2 #> 63778 2 #> 63792 2 #> 63794 2 #> 63798 3 #> 63816 3 #> 63888 3 #> 63917 1 #> 64044 1 #> 64127 1 #> 64134 1 #> 64135 1 #> 64138 1 #> 64159 1 #> 64207 1 #> 64219 1 #> 64244 1 #> 64246 1 #> 64253 1 #> 64258 1 #> 64264 1 #> 64295 2 #> 64300 2 #> 64301 2 #> 64303 2 #> 64334 2 #> 64354 2 #> 64361 2 #> 64387 2 #> 64391 2 #> 64397 2 #> 64407 2 #> 64425 2 #> 64445 2 #> 64479 2 #> 64486 2 #> 64490 2 #> 64521 2 #> 64524 2 #> 64549 2 #> 64551 2 #> 64562 2 #> 64568 2 #> 64580 2 #> 64592 2 #> 64626 2 #> 64627 2 #> 64668 2 #> 64671 2 #> 64672 2 #> 64719 2 #> 64723 2 #> 64724 2 #> 64728 2 #> 64746 2 #> 64774 2 #> 64827 2 #> 64887 2 #> 64891 2 #> 64898 2 #> 64900 2 #> 64901 2 #> 64945 2 #> 64967 2 #> 64968 2 #> 64982 2 #> 65063 2 #> 65071 2 #> 65090 2 #> 65103 2 #> 65105 2 #> 65122 2 #> 65129 2 #> 65130 2 #> 65138 2 #> 65185 3 #> 65196 3 #> 65241 3 #> 65250 3 #> 65287 1 #> 65397 1 #> 65408 1 #> 65409 1 #> 65460 1 #> 65464 1 #> 65499 1 #> 65538 1 #> 65562 1 #> 65603 1 #> 65671 1 #> 65695 1 #> 65711 1 #> 65724 1 #> 65726 1 #> 65823 2 #> 65824 2 #> 65828 2 #> 65844 2 #> 65856 2 #> 65875 2 #> 65890 2 #> 65937 2 #> 65945 2 #> 65962 2 #> 65969 2 #> 65986 2 #> 66028 2 #> 66052 2 #> 66084 2 #> 66098 2 #> 66125 2 #> 66126 2 #> 66127 2 #> 66135 2 #> 66136 2 #> 66140 2 #> 66163 2 #> 66177 2 #> 66186 2 #> 66202 2 #> 66225 2 #> 66230 2 #> 66236 2 #> 66269 2 #> 66296 2 #> 66302 2 #> 66319 2 #> 66320 2 #> 66321 2 #> 66326 2 #> 66345 2 #> 66375 4 #> 66383 4 #> 66385 4 #> 66390 4 #> 66395 4 #> 66401 5 #> 66402 5 #> 66425 6 #> 66426 6 #> 66428 6 #> 66440 6 #> 66454 6 #> 66460 6 #> 66477 6 #> 66478 6 #> 66483 1 #> 66511 1 #> 66563 1 #> 66579 1 #> 66586 1 #> 66606 1 #> 66625 1 #> 66665 1 #> 66680 1 #> 66684 1 #> 66698 1 #> 66760 1 #> 66788 1 #> 66798 1 #> 66827 1 #> 66830 1 #> 66842 1 #> 66843 1 #> 66854 1 #> 66886 1 #> 66888 1 #> 66895 1 #> 66919 1 #> 66930 1 #> 66931 1 #> 66968 2 #> 66984 2 #> 66999 2 #> 67032 2 #> 67052 2 #> 67055 2 #> 67056 2 #> 67087 2 #> 67096 2 #> 67121 2 #> 67123 2 #> 67164 2 #> 67169 2 #> 67188 2 #> 67192 2 #> 67234 2 #> 67238 2 #> 67250 2 #> 67253 2 #> 67258 2 #> 67299 2 #> 67303 2 #> 67308 2 #> 67345 2 #> 67364 2 #> 67366 2 #> 67386 2 #> 67405 2 #> 67428 2 #> 67442 2 #> 67469 2 #> 67470 2 #> 67476 2 #> 67494 2 #> 67530 2 #> 67545 2 #> 67553 2 #> 67563 2 #> 67569 3 #> 67577 3 #> 67579 3 #> 67610 3 #> 67619 3 #> 67642 1 #> 67819 2 #> 67890 3 #> 67898 3 #> 67916 3 #> 67926 3 #> 67936 3 #> 67939 3 #> 67956 3 #> 67960 3 #> 67966 3 #> 67985 3 #> 68013 3 #> 68015 3 #> 68021 3 #> 68025 3 #> 68032 3 #> 68060 3 #> 68061 3 #> 68069 3 #> 68086 3 #> 68094 3 #> 68097 3 #> 68107 1 #> 68110 1 #> 68119 1 #> 68140 1 #> 68151 1 #> 68169 1 #> 68207 1 #> 68220 1 #> 68228 1 #> 68234 1 #> 68244 1 #> 68249 1 #> 68296 1 #> 68297 1 #> 68299 1 #> 68300 1 #> 68323 1 #> 68342 1 #> 68347 1 #> 68351 1 #> 68367 1 #> 68374 1 #> 68378 1 #> 68383 1 #> 68386 1 #> 68390 1 #> 68406 1 #> 68419 1 #> 68424 1 #> 68439 1 #> 68455 1 #> 68456 1 #> 68457 1 #> 68458 1 #> 68466 1 #> 68482 1 #> 68487 1 #> 68497 1 #> 68519 1 #> 68523 1 #> 68549 1 #> 68557 1 #> 68589 1 #> 68601 1 #> 68602 1 #> 68622 1 #> 68640 1 #> 68646 1 #> 68653 1 #> 68656 1 #> 68657 1 #> 68674 1 #> 68694 2 #> 68722 2 #> 68734 2 #> 68745 2 #> 68775 2 #> 68778 2 #> 68810 2 #> 68819 2 #> 68873 7 #> 68930 1 #> 68937 1 #> 69008 1 #> 69009 1 #> 69024 1 #> 69057 1 #> 69064 1 #> 69065 1 #> 69091 2 #> 69122 1 #> 69136 1 #> 69146 1 #> 69147 1 #> 69154 1 #> 69156 1 #> 69170 1 #> 69174 1 #> 69178 1 #> 69183 1 #> 69191 1 #> 69234 1 #> 69254 1 #> 69268 1 #> 69281 1 #> 69283 1 #> 69300 1 #> 69304 1 #> 69311 1 #> 69314 1 #> 69321 1 #> 69352 1 #> 69364 1 #> 69383 1 #> 69390 1 #> 69407 1 #> 69415 1 #> 69444 1 #> 69448 1 #> 69458 1 #> 69487 1 #> 69510 1 #> 69522 1 #> 69530 1 #> 69537 1 #> 69565 1 #> 69566 1 #> 69568 1 #> 69571 1 #> 69599 1 #> 69604 1 #> 69608 1 #> 69611 1 #> 69612 1 #> 69618 1 #> 69625 1 #> 69637 1 #> 69668 1 #> 69674 1 #> 69680 1 #> 69687 1 #> 69691 1 #> 69723 2 #> 69840 4 #> 69852 1 #> 69853 1 #> 69877 1 #> 69879 1 #> 70014 1 #> 70072 2 #> 70075 2 #> 70089 2 #> 70121 2 #> 70129 2 #> 70150 2 #> 70168 2 #> 70207 2 #> 70223 2 #> 70240 2 #> 70282 3 #> 70295 3 #> 70298 3 #> 70321 3 #> 70344 1 #> 70346 1 #> 70361 1 #> 70369 1 #> 70373 1 #> 70382 1 #> 70394 1 #> 70429 1 #> 70442 1 #> 70459 2 #> 70472 2 #> 70481 2 #> 70487 2 #> 70489 2 #> 70494 2 #> 70498 2 #> 70535 2 #> 70572 2 #> 70586 2 #> 70587 2 #> 70599 2 #> 70601 2 #> 70607 2 #> 70608 2 #> 70620 2 #> 70632 2 #> 70657 2 #> 70658 2 #> 70660 2 #> 70690 2 #> 70724 2 #> 70739 2 #> 70757 2 #> 70763 2 #> 70822 4 #> 70872 6 #> 70896 6 #> 70898 6 #> 70904 6 #> 70911 6 #> 70914 6 #> 70929 6 #> 70945 6 #> 70949 6 #> 70950 6 #> 70982 6 #> 70993 6 #> 71047 6 #> 71099 6 #> 71108 6 #> 71127 6 #> 71136 6 #> 71160 6 #> 71161 6 #> 71166 6 #> 71204 6 #> 71216 1 #> 71243 1 #> 71251 1 #> 71252 1 #> 71267 1 #> 71279 1 #> 71286 1 #> 71291 1 #> 71321 1 #> 71417 1 #> 71454 1 #> 71478 2 #> 71480 2 #> 71488 2 #> 71492 2 #> 71522 2 #> 71525 2 #> 71535 2 #> 71540 2 #> 71548 2 #> 71560 2 #> 71633 2 #> 71643 2 #> 71647 2 #> 71675 2 #> 71727 2 #> 71748 2 #> 71758 2 #> 71817 2 #> 71818 2 #> 71848 2 #> 71857 2 #> 71868 2 #> 71869 2 #> 71875 2 #> 71905 2 #> 71911 2 #> 71923 2 #> 71946 2 #> 71954 2 #> 71977 2 #> 71985 2 #> 72017 2 #> 72050 2 #> 72059 2 #> 72063 2 #> 72066 2 #> 72088 3 #> 72095 3 #> 72115 1 #> 72122 1 #> 72124 1 #> 72132 1 #> 72143 1 #> 72161 1 #> 72223 1 #> 72224 1 #> 72239 1 #> 72249 1 #> 72272 1 #> 72273 1 #> 72281 1 #> 72283 1 #> 72293 1 #> 72301 1 #> 72304 1 #> 72309 1 #> 72323 1 #> 72331 1 #> 72334 1 #> 72341 1 #> 72342 1 #> 72370 1 #> 72371 1 #> 72372 1 #> 72379 1 #> 72401 1 #> 72403 1 #> 72426 1 #> 72431 1 #> 72474 1 #> 72488 1 #> 72493 1 #> 72564 2 #> 72581 2 #> 72596 2 #> 72643 4 #> 72693 5 #> 72708 5 #> 72719 5 #> 72731 5 #> 72741 5 #> 72759 5 #> 72808 1 #> 72872 1 #> 72880 1 #> 72943 1 #> 72963 1 #> 72969 1 #> 73033 1 #> 73149 1 #> 73150 1 #> 73199 1 #> 73235 1 #> 73241 2 #> 73249 2 #> 73250 2 #> 73252 2 #> 73312 4 #> 73318 4 #> 73329 4 #> 73331 4 #> 73337 4 #> 73340 4 #> 73349 4 #> 73351 4 #> 73353 4 #> 73356 4 #> 73358 4 #> 73372 4 #> 73375 4 #> 73381 4 #> 73384 4 #> 73411 4 #> 73414 4 #> 73441 4 #> 73444 4 #> 73465 4 #> 73495 4 #> 73503 4 #> 73506 4 #> 73517 4 #> 73527 4 #> 73577 4 #> 73587 4 #> 73594 4 #> 73602 4 #> 73607 4 #> 73616 4 #> 73622 4 #> 73625 4 #> 73649 4 #> 73657 4 #> 73667 4 #> 73668 4 #> 73673 4 #> 73676 4 #> 73686 4 #> 73703 4 #> 73710 4 #> 73714 4 #> 73743 4 #> 73748 4 #> 73750 4 #> 73754 5 #> 73789 5 #> 73826 5 #> 73843 5 #> 73879 5 #> 73882 5 #> 73919 1 #> 73925 1 #> 73962 1 #> 73968 1 #> 73986 1 #> 74014 1 #> 74022 1 #> 74036 1 #> 74051 2 #> 74052 2 #> 74064 2 #> 74072 2 #> 74099 2 #> 74130 2 #> 74135 2 #> 74143 2 #> 74160 4 #> 74184 4 #> 74199 4 #> 74204 4 #> 74206 4 #> 74214 4 #> 74221 4 #> 74226 4 #> 74227 4 #> 74233 4 #> 74240 4 #> 74251 4 #> 74279 4 #> 74287 4 #> 74290 4 #> 74304 4 #> 74313 4 #> 74327 4 #> 74331 4 #> 74332 4 #> 74337 4 #> 74338 4 #> 74354 4 #> 74358 4 #> 74369 4 #> 74371 4 #> 74375 4 #> 74380 4 #> 74384 4 #> 74394 4 #> 74415 4 #> 74420 4 #> 74440 4 #> 74480 4 #> 74486 4 #> 74494 4 #> 74501 4 #> 74509 4 #> 74529 4 #> 74530 4 #> 74546 4 #> 74555 4 #> 74573 4 #> 74686 5 #> 74748 5 #> 74794 1 #> 74814 1 #> 74816 1 #> 74850 1 #> 74860 1 #> 74888 1 #> 74896 1 #> 74897 1 #> 74941 1 #> 74971 1 #> 74985 1 #> 75009 2 #> 75020 2 #> 75025 2 #> 75051 2 #> 75089 2 #> 75099 2 #> 75171 2 #> 75253 2 #> 75279 2 #> 75317 2 #> 75350 3 #> 75359 3 #> 75407 3 #> 75457 4 #> 75461 4 #> 75473 4 #> 75493 4 #> 75497 4 #> 75524 4 #> 75527 4 #> 75528 4 #> 75529 4 #> 75533 4 #> 75550 4 #> 75558 4 #> 75565 4 #> 75590 4 #> 75591 4 #> 75599 4 #> 75662 4 #> 75665 4 #> 75668 4 #> 75685 4 #> 75686 4 #> 75692 4 #> 75698 4 #> 75700 4 #> 75701 4 #> 75702 4 #> 75703 4 #> 75743 4 #> 75760 4 #> 75774 4 #> 75781 4 #> 75785 4 #> 75788 4 #> 75794 4 #> 75859 4 #> 75863 4 #> 75867 4 #> 75881 4 #> 75892 4 #> 75893 4 #> 75905 4 #> 75906 5 #> 75915 5 #> 75921 5 #> 76072 5 #> 76109 1 #> 76164 1 #> 76171 1 #> 76206 2 #> 76242 2 #> 76248 3 #> 76250 3 #> 76303 1 #> 76307 1 #> 76309 1 #> 76327 1 #> 76364 1 #> 76398 2 #> 76412 2 #> value #> 164 Moderately small #> 215 Average #> 237 Average #> 244 Average #> 269 Average #> 350 Average #> 359 Average #> 382 Average #> 389 Average #> 395 Average #> 400 Average #> 404 Average #> 419 Moderately large #> 429 Moderately large #> 448 Moderately large #> 450 Moderately large #> 457 Moderately large #> 461 Moderately large #> 462 Moderately large #> 464 Moderately large #> 471 Moderately large #> 479 Moderately large #> 490 Moderately large #> 497 Moderately large #> 498 Moderately large #> 511 Large #> 517 Large #> 538 Large #> 572 Contrast present #> 672 Contrast absent #> 690 Contrast absent #> 692 Contrast absent #> 705 Contrast absent #> 709 Contrast absent #> 720 Contrast absent #> 724 Contrast absent #> 742 Contrast absent #> 747 Contrast absent #> 761 Contrast absent #> 774 Contrast absent #> 789 Contrast absent #> 822 no nasal vs. oral vowel contrast #> 823 no nasal vs. oral vowel contrast #> 825 no nasal vs. oral vowel contrast #> 826 no nasal vs. oral vowel contrast #> 884 Neutral #> 911 Neutral #> 922 Neutral #> 931 Neutral #> 961 Accusative #> 973 Accusative #> 974 Accusative #> 985 Accusative #> 994 Accusative #> 997 Accusative #> 1007 Accusative #> 1008 Accusative #> 1009 Accusative #> 1020 Accusative #> 1073 Accusative #> 1076 Accusative #> 1080 Accusative #> 1134 Accusative #> 1264 Obligatory pronouns in subject position #> 1277 Obligatory pronouns in subject position #> 1311 Subject affixes on verb #> 1317 Subject affixes on verb #> 1318 Subject affixes on verb #> 1382 Subject affixes on verb #> 1386 Subject affixes on verb #> 1403 Subject affixes on verb #> 1421 Subject affixes on verb #> 1432 Subject affixes on verb #> 1451 Subject affixes on verb #> 1461 Subject affixes on verb #> 1471 Subject affixes on verb #> 1478 Subject affixes on verb #> 1482 Subject affixes on verb #> 1496 Subject affixes on verb #> 1521 Subject affixes on verb #> 1542 Subject affixes on verb #> 1557 Subject affixes on verb #> 1576 Subject affixes on verb #> 1594 Subject affixes on verb #> 1595 Subject affixes on verb #> 1610 Subject affixes on verb #> 1656 Subject affixes on verb #> 1684 Subject affixes on verb #> 1713 Subject affixes on verb #> 1726 Subject affixes on verb #> 1780 Subject pronouns in different position #> 1788 Subject pronouns in different position #> 1789 Subject pronouns in different position #> 1792 Subject pronouns in different position #> 1803 Subject pronouns in different position #> 1807 Subject pronouns in different position #> 1810 Subject pronouns in different position #> 1819 Subject pronouns in different position #> 1832 Subject pronouns in different position #> 1839 Subject pronouns in different position #> 1840 Subject pronouns in different position #> 1879 Optional pronouns in subject position #> 1893 Optional pronouns in subject position #> 1908 Mixed #> 1915 Mixed #> 1918 Mixed #> 1920 Mixed #> 1935 Mixed #> 1941 No person marking #> 1971 No person marking #> 2002 No person marking #> 2023 Only the A argument #> 2037 Only the A argument #> 2045 Only the A argument #> 2050 Only the A argument #> 2073 Only the A argument #> 2092 Only the A argument #> 2096 Only the P argument #> 2098 Only the P argument #> 2133 Both the A and P arguments #> 2147 Both the A and P arguments #> 2247 Both the A and P arguments #> 2296 Both the A and P arguments #> 2298 Both the A and P arguments #> 2304 Both the A and P arguments #> 2344 No person marking #> 2366 No person marking #> 2372 No person marking #> 2378 No person marking #> 2397 No person marking #> 2399 No person marking #> 2422 No zero realization #> 2453 No zero realization #> 2459 No zero realization #> 2463 No zero realization #> 2511 No zero realization #> 2512 No zero realization #> 2539 No zero realization #> 2551 No zero realization #> 2571 No zero realization #> 2599 Zero in some 3sg forms #> 2625 Zero in all 3sg forms #> 2657 Zero in all 3sg forms #> 2705 A and P do not or do not both occur on the verb #> 2720 A and P do not or do not both occur on the verb #> 2739 A and P do not or do not both occur on the verb #> 2743 A and P do not or do not both occur on the verb #> 2748 A and P do not or do not both occur on the verb #> 2758 A and P do not or do not both occur on the verb #> 2788 A and P do not or do not both occur on the verb #> 2793 A and P do not or do not both occur on the verb #> 2805 A and P do not or do not both occur on the verb #> 2873 A and P do not or do not both occur on the verb #> 2875 A and P do not or do not both occur on the verb #> 2882 A and P do not or do not both occur on the verb #> 2899 A precedes P #> 2930 A precedes P #> 2935 A precedes P #> 2950 A precedes P #> 2976 A precedes P #> 3052 Both orders of A and P occur #> 3089 Indirect-object construction #> 3096 Indirect-object construction #> 3108 Indirect-object construction #> 3113 Indirect-object construction #> 3147 Indirect-object construction #> 3158 Indirect-object construction #> 3163 Indirect-object construction #> 3168 Indirect-object construction #> 3187 Indirect-object construction #> 3190 Indirect-object construction #> 3192 Indirect-object construction #> 3194 Indirect-object construction #> 3206 Indirect-object construction #> 3207 Indirect-object construction #> 3217 Indirect-object construction #> 3221 Indirect-object construction #> 3223 Indirect-object construction #> 3224 Indirect-object construction #> 3253 Indirect-object construction #> 3259 Indirect-object construction #> 3271 Double-object construction #> 3275 Double-object construction #> 3285 Double-object construction #> 3290 Double-object construction #> 3339 Double-object construction #> 3354 Secondary-object construction #> 3410 Secondary-object construction #> 3447 Mixed #> 3472 Distinct from reflexive #> 3495 Distinct from reflexive #> 3505 Distinct from reflexive #> 3552 Distinct from reflexive #> 3561 Distinct from reflexive #> 3583 Mixed #> 3610 Identical to reflexive #> 3636 Present #> 3646 Present #> 3692 Present #> 3693 Present #> 3694 Present #> 3714 Present #> 3716 Present #> 3752 Present #> 3766 Present #> 3769 Present #> 3770 Present #> 3776 Present #> 3870 Absent #> 3900 Absent #> 3916 Absent #> 3966 Absent #> 3969 Absent #> 3994 Absent #> 4062 No antipassive #> 4071 No antipassive #> 4107 No antipassive #> 4129 No antipassive #> 4143 No antipassive #> 4162 No antipassive #> 4174 No antipassive #> 4176 No antipassive #> 4178 No antipassive #> 4260 no antipassive #> 4263 no antipassive #> 4264 no antipassive #> 4268 no antipassive #> 4285 no antipassive #> 4358 no antipassive #> 4369 no antipassive #> 4379 no antipassive #> 4380 no antipassive #> 4390 Benefactive object; both bases #> 4401 Benefactive object; only transitive #> 4447 Benefactive and other; both bases #> 4480 No applicative construction #> 4484 No applicative construction #> 4486 No applicative construction #> 4515 No applicative construction #> 4524 No applicative construction #> 4598 Locative #> 4613 No other roles (= Only benefactive) #> 4639 No other roles (= Only benefactive) #> 4663 No applicative construction #> 4685 No applicative construction #> 4714 No applicative construction #> 4729 No applicative construction #> 4746 No applicative construction #> 4763 None #> 4789 None #> 4799 None #> 4806 None #> 4811 None #> 4817 None #> 4829 None #> 4833 None #> 4848 None #> 4860 None #> 4930 None #> 4948 None #> 4964 None #> 4966 None #> 4992 None #> 5029 None #> 5037 None #> 5075 None #> 5081 None #> 5082 None #> 5095 None #> 5103 None #> 5111 None #> 5131 None #> 5137 None #> 5139 None #> 5193 None #> 5243 None #> 5266 None #> 5311 Sequential but no purposive #> 5385 Purposive but no sequential #> 5386 Purposive but no sequential #> 5395 Purposive but no sequential #> 5412 Purposive but no sequential #> 5452 Morphological but no compound #> 5460 Morphological but no compound #> 5469 Morphological but no compound #> 5479 Morphological but no compound #> 5503 Morphological but no compound #> 5530 Morphological but no compound #> 5544 Morphological but no compound #> 5575 Morphological but no compound #> 5588 Morphological but no compound #> 5608 Morphological but no compound #> 5622 Morphological but no compound #> 5675 Morphological but no compound #> 5679 Morphological but no compound #> 5747 Negative affix #> 5806 Negative affix #> 5829 Negative affix #> 5850 Negative affix #> 5855 Negative affix #> 5875 Negative affix #> 5884 Negative affix #> 5903 Negative affix #> 5918 Negative affix #> 5921 Negative affix #> 5937 Negative affix #> 5958 Negative affix #> 5975 Negative affix #> 5983 Negative affix #> 5984 Negative affix #> 5985 Negative affix #> 6131 Negative affix #> 6133 Negative particle #> 6137 Negative particle #> 6138 Negative particle #> 6179 Negative particle #> 6184 Negative particle #> 6204 Negative particle #> 6213 Negative particle #> 6217 Negative particle #> 6218 Negative particle #> 6247 Negative particle #> 6289 Negative particle #> 6301 Negative particle #> 6302 Negative particle #> 6310 Negative particle #> 6342 Negative particle #> 6385 Negative particle #> 6410 Negative particle #> 6415 Negative particle #> 6445 Negative particle #> 6448 Negative particle #> 6458 Negative particle #> 6462 Negative particle #> 6465 Negative particle #> 6489 Negative particle #> 6510 Negative particle #> 6514 Negative particle #> 6539 Negative particle #> 6568 Negative particle #> 6571 Negative particle #> 6582 Negative particle #> 6628 Negative particle #> 6699 Negative word, unclear if verb or particle #> 6707 Negative word, unclear if verb or particle #> 6716 Negative word, unclear if verb or particle #> 6772 Variation between negative word and affix #> 6790 Double negation #> 6795 Double negation #> 6799 Double negation #> 6824 Double negation #> 6836 Double negation #> 6848 Double negation #> 6849 Double negation #> 6857 Double negation #> 6867 Double negation #> 6868 Double negation #> 6881 Double negation #> 6890 Double negation #> 6932 Symmetric #> 6967 Symmetric #> 7009 Asymmetric #> 7021 Asymmetric #> 7028 Asymmetric #> 7033 Asymmetric #> 7066 Both #> 7069 Both #> 7109 Both #> 7115 Both #> 7147 Both #> 7179 Both #> 7184 Both #> 7217 A/Fin #> 7225 A/Fin #> 7254 A/Cat #> 7260 A/Cat #> 7292 A/Cat #> 7293 A/Cat #> 7317 A/Cat #> 7347 A/Fin and A/Cat #> 7350 A/Fin and A/Cat #> 7355 A/Fin and A/Cat #> 7358 A/Fin and A/Cat #> 7431 Non-assignable #> 7476 Non-assignable #> 7492 Predicate negation also present #> 7505 Predicate negation also present #> 7507 Predicate negation also present #> 7513 Predicate negation also present #> 7529 Predicate negation also present #> 7547 Predicate negation also present #> 7571 Predicate negation also present #> 7579 Predicate negation also present #> 7587 Predicate negation also present #> 7615 Predicate negation also present #> 7616 Predicate negation also present #> 7631 Predicate negation also present #> 7648 Predicate negation also present #> 7671 Mixed behaviour #> 7673 Mixed behaviour #> 7688 Negative existential construction #> 7726 Question particle #> 7728 Question particle #> 7730 Question particle #> 7735 Question particle #> 7800 Question particle #> 7806 Question particle #> 7830 Question particle #> 7847 Question particle #> 7856 Question particle #> 7863 Question particle #> 7895 Question particle #> 7904 Question particle #> 7919 Question particle #> 7933 Question particle #> 7946 Question particle #> 7951 Question particle #> 7968 Question particle #> 7971 Question particle #> 7997 Question particle #> 8005 Question particle #> 8012 Question particle #> 8014 Question particle #> 8022 Question particle #> 8031 Question particle #> 8058 Question particle #> 8080 Question particle #> 8093 Question particle #> 8110 Question particle #> 8125 Question particle #> 8140 Question particle #> 8176 Question particle #> 8177 Question particle #> 8196 Question particle #> 8197 Question particle #> 8217 Question particle #> 8246 Question particle #> 8282 Interrogative verb morphology #> 8292 Interrogative verb morphology #> 8293 Interrogative verb morphology #> 8322 Interrogative verb morphology #> 8323 Interrogative verb morphology #> 8375 Interrogative verb morphology #> 8384 Interrogative verb morphology #> 8388 Interrogative verb morphology #> 8440 Interrogative verb morphology #> 8455 Mixture of previous two types #> 8458 Mixture of previous two types #> 8475 Absence of declarative morphemes #> 8479 Interrogative intonation only #> 8526 Interrogative intonation only #> 8532 Interrogative intonation only #> 8534 Interrogative intonation only #> 8538 Interrogative intonation only #> 8556 Interrogative intonation only #> 8590 Interrogative intonation only #> 8600 Interrogative intonation only #> 8634 Interrogative intonation only #> 8643 Interrogative intonation only #> 8646 Interrogative intonation only #> 8666 Locational #> 8674 Locational #> 8676 Locational #> 8677 Locational #> 8678 Locational #> 8681 Locational #> 8682 Locational #> 8686 Locational #> 8696 Locational #> 8706 Genitive #> 8769 Conjunctional #> 8777 Conjunctional #> 8781 Conjunctional #> 8799 Conjunctional #> 8803 Conjunctional #> 8853 'Have' #> 8919 Verbal encoding #> 8994 Verbal encoding #> 9029 Verbal encoding #> 9041 Nonverbal encoding #> 9078 Nonverbal encoding #> 9089 Nonverbal encoding #> 9092 Nonverbal encoding #> 9099 Nonverbal encoding #> 9100 Nonverbal encoding #> 9106 Nonverbal encoding #> 9119 Nonverbal encoding #> 9131 Nonverbal encoding #> 9190 Mixed #> 9191 Mixed #> 9196 Mixed #> 9210 Mixed #> 9221 Mixed #> 9222 Mixed #> 9236 Mixed #> 9242 Mixed #> 9243 Mixed #> 9245 Mixed #> 9246 Mixed #> 9256 Mixed #> 9265 Mixed #> 9301 Different #> 9303 Different #> 9321 Different #> 9323 Different #> 9348 Different #> 9353 Different #> 9371 Different #> 9377 Different #> 9392 Different #> 9399 Different #> 9428 Different #> 9434 Different #> 9438 Different #> 9453 Different #> 9510 Different #> 9511 Different #> 9549 Identical #> 9567 Identical #> 9570 Identical #> 9576 Identical #> 9593 Identical #> 9594 Identical #> 9598 Identical #> 9608 Identical #> 9620 Identical #> 9729 Moderately complex #> 9731 Moderately complex #> 9742 Moderately complex #> 9757 Moderately complex #> 9766 Moderately complex #> 9770 Moderately complex #> 9788 Moderately complex #> 9851 Moderately complex #> 9886 Moderately complex #> 9937 Moderately complex #> 9948 Moderately complex #> 9949 Moderately complex #> 9959 Moderately complex #> 9980 Moderately complex #> 9992 Moderately complex #> 10010 Complex #> 10014 Complex #> 10017 Complex #> 10023 Complex #> 10026 Complex #> 10054 Complex #> 10071 Complex #> 10072 Complex #> 10076 Complex #> 10119 Complex #> 10138 Complex #> 10154 Impossible #> 10182 Impossible #> 10199 Impossible #> 10216 Impossible #> 10250 Impossible #> 10254 Impossible #> 10304 Impossible #> 10324 Impossible #> 10331 Impossible #> 10362 Possible #> 10385 Possible #> 10393 Possible #> 10397 Possible #> 10409 Possible #> 10414 Possible #> 10416 Possible #> 10439 Possible #> 10454 Possible #> 10466 Possible #> 10491 Possible #> 10504 Possible #> 10510 Possible #> 10512 Possible #> 10515 Possible #> 10531 Possible #> 10545 Locational #> 10547 Locational #> 10554 Locational #> 10562 Locational #> 10568 Locational #> 10572 Locational #> 10575 Locational #> 10583 Locational #> 10586 Locational #> 10590 Locational #> 10596 Locational #> 10634 Exceed #> 10637 Exceed #> 10742 Gap #> 10766 Gap #> 10773 Gap #> 10782 Gap #> 10791 Gap #> 10793 Gap #> 10797 Gap #> 10814 Gap #> 10815 Gap #> 10820 Gap #> 10822 Gap #> 10838 Gap #> 10848 Gap #> 10865 Gap #> 10903 Pronoun-retention #> 10904 Pronoun-retention #> 10905 Pronoun-retention #> 10908 Pronoun-retention #> 10909 Pronoun-retention #> 10933 Gap #> 10950 Gap #> 10951 Gap #> 10956 Gap #> 10994 Subject is left implicit #> 11005 Subject is left implicit #> 11021 Subject is left implicit #> 11028 Subject is left implicit #> 11037 Subject is left implicit #> 11038 Subject is left implicit #> 11042 Subject is left implicit #> 11051 Subject is left implicit #> 11109 Subject is left implicit #> 11129 Subject is expressed overtly #> 11131 Subject is expressed overtly #> 11133 Subject is expressed overtly #> 11134 Subject is expressed overtly #> 11152 Subject is expressed overtly #> 11155 Subject is expressed overtly #> 11178 Subject is expressed overtly #> 11183 Subject is expressed overtly #> 11198 Both construction types exist #> 11203 Both construction types exist #> 11206 Both construction types exist #> 11288 Balanced #> 11304 Balanced/deranked #> 11309 Balanced/deranked #> 11311 Balanced/deranked #> 11350 Deranked #> 11353 Deranked #> 11372 Deranked #> 11392 Deranked #> 11393 Deranked #> 11431 Deranked #> 11446 Balanced #> 11461 Balanced #> 11477 Balanced #> 11492 Balanced #> 11510 Balanced #> 11516 Balanced/deranked #> 11523 Balanced/deranked #> 11532 Balanced/deranked #> 11560 Deranked #> 11562 Deranked #> 11631 Balanced #> 11640 Balanced #> 11641 Balanced #> 11659 Balanced #> 11679 Balanced #> 11691 Balanced #> 11701 Balanced/deranked #> 11726 Balanced/deranked #> 11761 Deranked #> 11767 Deranked #> 11783 Balanced #> 11810 Balanced #> 11816 Balanced #> 11829 Balanced #> 11887 Balanced #> 11893 Balanced/deranked #> 11901 Balanced/deranked #> 11903 Balanced/deranked #> 11933 Identical #> 11953 Identical #> 12020 Identical #> 12050 Identical #> 12066 Identical #> 12077 Identical #> 12136 Identical #> 12207 Different #> 12240 Different #> 12497 Different #> 12536 No tones #> 12547 No tones #> 12555 No tones #> 12628 No tones #> 12639 No tones #> 12643 No tones #> 12655 No tones #> 12750 No tones #> 12756 No tones #> 12865 Simple tone system #> 12872 Simple tone system #> 12876 Simple tone system #> 12885 Simple tone system #> 12892 Simple tone system #> 12906 Simple tone system #> 12911 Simple tone system #> 12912 Simple tone system #> 12917 Simple tone system #> 12937 Simple tone system #> 12949 Simple tone system #> 12952 Simple tone system #> 12955 Simple tone system #> 12958 Simple tone system #> 12981 Complex tone system #> 12982 Complex tone system #> 12990 Complex tone system #> 13014 Complex tone system #> 13050 Complex tone system #> 13061 Complex tone system #> 13100 Identical #> 13139 Different #> 13156 Different #> 13198 Different #> 13202 Different #> 13230 Different #> 13369 Different #> 13379 Different #> 13432 Different #> 13503 Different #> 13530 Different #> 13724 Full-fledged farmers #> 13735 Decimal #> 13737 Decimal #> 13766 Decimal #> 13774 Decimal #> 13797 Decimal #> 13802 Decimal #> 13849 Decimal #> 13850 Decimal #> 13944 4 #> 14039 6 #> 14053 3-4 #> 14153 11 #> 14167 Green vs. blue #> 14276 Yellow/green/blue #> 14288 Red vs. yellow #> 14396 Yellow/green/blue vs. red #> 14417 No M-T pronouns #> 14425 No M-T pronouns #> 14431 No M-T pronouns #> 14435 No M-T pronouns #> 14476 No M-T pronouns #> 14524 No M-T pronouns #> 14558 No M-T pronouns #> 14568 No M-T pronouns #> 14645 No m in first person singular #> 14678 No m in first person singular #> 14703 No m in first person singular #> 14719 No m in first person singular #> 14743 No m in first person singular #> 14751 No m in first person singular #> 14760 No m in first person singular #> 14764 No m in first person singular #> 14879 No N-M pronouns #> 14931 No N-M pronouns #> 14945 No N-M pronouns #> 14961 No N-M pronouns #> 14974 No N-M pronouns #> 15023 No N-M pronouns #> 15045 No N-M pronouns #> 15088 N-M pronouns, non-paradigmatic #> 15120 No m in second person singular #> 15132 No m in second person singular #> 15136 No m in second person singular #> 15149 No m in second person singular #> 15161 No m in second person singular #> 15185 No m in second person singular #> 15211 No m in second person singular #> 15317 m in second person singular #> 15324 Words derived from Sinitic cha #> 15327 Words derived from Sinitic cha #> 15346 Words derived from Sinitic cha #> 15361 Words derived from Sinitic cha #> 15362 Words derived from Sinitic cha #> 15380 Words derived from Sinitic cha #> 15392 Words derived from Sinitic cha #> 15404 Words derived from Sinitic cha #> 15418 Words derived from Sinitic cha #> 15422 Words derived from Sinitic cha #> 15425 Words derived from Sinitic cha #> 15478 Words derived from Min Nan Chinese te #> 15495 Words derived from Min Nan Chinese te #> 15523 Others #> 15541 Others #> 15546 Others #> 15589 No fixed stress #> 15593 No fixed stress #> 15598 No fixed stress #> 15614 No fixed stress #> 15617 No fixed stress #> 15629 No fixed stress #> 15641 No fixed stress #> 15691 No fixed stress #> 15697 No fixed stress #> 15717 No fixed stress #> 15725 No fixed stress #> 15726 No fixed stress #> 15746 No fixed stress #> 15749 No fixed stress #> 15753 No fixed stress #> 15786 No fixed stress #> 15956 Penultimate #> 16005 Penultimate #> 16055 Ultimate #> 16057 Ultimate #> 16058 Ultimate #> 16135 Logical meanings #> 16136 Logical meanings #> 16138 Logical meanings #> 16147 Logical meanings #> 16152 Logical meanings #> 16159 Logical meanings #> 16164 Logical meanings #> 16170 Logical meanings #> 16171 Logical meanings #> 16176 Logical meanings #> 16216 Affective meanings #> 16245 Affective meanings #> 16285 NegV #> 16354 NegV #> 16360 NegV #> 16367 NegV #> 16379 NegV #> 16466 NegV #> 16500 NegV #> 16537 NegV #> 16580 NegV #> 16600 NegV #> 16644 NegV #> 16740 NegV #> 16759 NegV #> 16794 NegV #> 16820 ObligDoubleNeg #> 16831 ObligDoubleNeg #> 16834 ObligDoubleNeg #> 16837 ObligDoubleNeg #> 16839 ObligDoubleNeg #> 16842 ObligDoubleNeg #> 16855 ObligDoubleNeg #> 16859 ObligDoubleNeg #> 16898 ObligDoubleNeg #> 16917 ObligDoubleNeg #> 16926 ObligDoubleNeg #> 16928 ObligDoubleNeg #> 16938 OptDoubleNeg #> 16943 OptDoubleNeg #> 16966 OptDoubleNeg #> 16980 OptDoubleNeg #> 16989 OptDoubleNeg #> 16997 OptDoubleNeg #> 17005 OptDoubleNeg #> 17006 OptDoubleNeg #> 17033 VNeg #> 17037 VNeg #> 17039 VNeg #> 17056 VNeg #> 17061 VNeg #> 17062 VNeg #> 17069 VNeg #> 17072 VNeg #> 17074 VNeg #> 17088 VNeg #> 17097 VNeg #> 17124 VNeg #> 17125 VNeg #> 17141 VNeg #> 17154 VNeg #> 17163 VNeg #> 17167 VNeg #> 17179 VNeg #> 17187 VNeg #> 17195 [Neg-V] #> 17219 [Neg-V] #> 17234 [Neg-V] #> 17313 [Neg-V] #> 17317 [Neg-V] #> 17390 [V-Neg] #> 17408 [V-Neg] #> 17418 [V-Neg] #> 17422 [V-Neg] #> 17455 [V-Neg] #> 17464 [V-Neg] #> 17467 [V-Neg] #> 17472 [V-Neg] #> 17514 [V-Neg] #> 17516 [V-Neg] #> 17520 [V-Neg] #> 17579 Type 1 / Type 3 #> 17606 NegVNeg #> 17607 NegVNeg #> 17613 NegVNeg #> 17623 NegVNeg #> 17638 Type 1 / Type 9 #> 17650 Neg[V-Neg] #> 17662 Neg[V-Neg] #> 17688 [Neg-V-Neg] #> 17690 [Neg-V-Neg] #> 17699 [Neg-V-Neg] #> 17711 Negative tone & [Neg-V] #> 17716 VNegNeg #> 17719 NegV(Neg) #> 17735 NegV&OptChangeVerbStem #> 17737 NegV/[Neg-V-Neg] #> 17739 [Neg-V]/NegVNeg #> 17749 (Neg)VNeg #> 17752 (Neg)VNeg #> 17764 (Neg)VNeg #> 17797 V(Neg)Neg #> 17812 NegV #> 17817 NegV #> 17854 NegV #> 17901 NegV #> 17934 NegV #> 17945 NegV #> 17965 NegV #> 17966 NegV #> 18011 NegV #> 18023 NegV #> 18027 NegV #> 18089 NegV #> 18122 NegV #> 18165 NegV #> 18175 NegV #> 18203 NegV #> 18209 NegV #> 18283 NegV #> 18287 NegV #> 18298 NegV #> 18328 NegV #> 18332 NegV #> 18338 NegV #> 18361 NegV #> 18389 NegV #> 18408 NegV #> 18517 [Neg-V] #> 18570 [Neg-V] #> 18580 [Neg-V] #> 18610 [Neg-V] #> 18644 [Neg-V] #> 18665 [Neg-V] #> 18669 [Neg-V] #> 18706 [Neg-V] #> 18714 [Neg-V] #> 18722 NegV&[Neg-V] #> 18733 NegV&[Neg-V] #> 18735 NegV&[Neg-V] #> 18746 None #> 18760 None #> 18761 None #> 18764 None #> 18791 None #> 18816 None #> 18825 None #> 18836 None #> 18840 None #> 18858 None #> 18880 None #> 18899 None #> 18900 None #> 18901 None #> 18905 None #> 18909 None #> 18910 None #> 18938 None #> 18951 None #> 18954 None #> 18968 None #> 18978 None #> 18988 None #> 18995 None #> 19012 None #> 19063 None #> 19081 None #> 19106 None #> 19109 None #> 19111 None #> 19116 None #> 19125 None #> 19139 VNeg #> 19140 VNeg #> 19160 VNeg #> 19164 VNeg #> 19171 VNeg #> 19177 VNeg #> 19180 VNeg #> 19181 VNeg #> 19193 VNeg #> 19198 VNeg #> 19217 VNeg #> 19228 VNeg #> 19233 VNeg #> 19251 VNeg #> 19268 VNeg #> 19281 VNeg #> 19286 VNeg #> 19289 VNeg #> 19290 VNeg #> 19297 VNeg #> 19310 VNeg #> 19315 VNeg #> 19319 VNeg #> 19330 VNeg #> 19340 VNeg #> 19347 VNeg #> 19353 VNeg #> 19370 VNeg #> 19380 VNeg #> 19391 VNeg #> 19408 VNeg #> 19432 [V-Neg] #> 19436 [V-Neg] #> 19445 [V-Neg] #> 19451 [V-Neg] #> 19462 [V-Neg] #> 19475 [V-Neg] #> 19503 [V-Neg] #> 19506 [V-Neg] #> 19541 [V-Neg] #> 19579 [V-Neg] #> 19591 [V-Neg] #> 19615 [V-Neg] #> 19650 [V-Neg] #> 19664 [V-Neg] #> 19671 [V-Neg] #> 19713 [V-Neg] #> 19720 [V-Neg] #> 19848 None #> 19917 None #> 19924 None #> 19989 None #> 19995 None #> 20034 None #> 20042 None #> 20092 None #> 20094 None #> 20141 None #> 20163 None #> 20167 None #> 20183 None #> 20251 None #> 20272 None #> 20304 None #> 20342 None #> 20394 None #> 20395 None #> 20409 None #> 20426 None #> 20436 None #> 20457 NegTone #> 20462 NegStemChange #> 20478 None #> 20482 None #> 20489 None #> 20544 None #> 20553 None #> 20570 None #> 20596 None #> 20601 None #> 20614 None #> 20640 None #> 20660 None #> 20678 None #> 20691 None #> 20698 None #> 20703 None #> 20718 None #> 20732 None #> 20748 None #> 20800 None #> 20802 None #> 20815 None #> 20826 None #> 20837 None #> 20851 None #> 20863 None #> 20867 None #> 20894 None #> 20947 None #> 20970 None #> 20990 None #> 21054 None #> 21055 None #> 21075 None #> 21077 None #> 21109 None #> 21129 None #> 21162 None #> 21170 None #> 21214 None #> 21221 None #> 21223 None #> 21231 None #> 21244 None #> 21291 None #> 21293 None #> 21333 None #> 21392 None #> 21397 None #> 21430 None #> 21491 None #> 21503 None #> 21534 None #> 21555 None #> 21565 None #> 21577 None #> 21578 None #> 21588 None #> 21612 None #> 21617 None #> 21646 None #> 21659 None #> 21673 None #> 21682 None #> 21688 None #> 21722 None #> 21771 None #> 21773 None #> 21775 None #> 21778 NegSVO #> 21788 VSONeg #> 21838 More than one position #> 21884 More than one position #> 21887 More than one position #> 21918 ObligDoubleNeg #> 21926 ObligDoubleNeg #> 21930 ObligDoubleNeg #> 21932 ObligDoubleNeg #> 21935 ObligDoubleNeg #> 21957 ObligDoubleNeg #> 21958 ObligDoubleNeg #> 21961 ObligDoubleNeg #> 21979 ObligDoubleNeg #> 21983 ObligDoubleNeg #> 21994 ObligDoubleNeg #> 22004 ObligDoubleNeg #> 22009 OptDoubleNeg #> 22010 OptDoubleNeg #> 22026 OptDoubleNeg #> 22030 OptDoubleNeg #> 22037 OptDoubleNeg #> 22046 OptDoubleNeg #> 22047 OptDoubleNeg #> 22063 OptDoubleNeg #> 22086 SNegVO #> 22108 SNegVO #> 22154 SNegVO #> 22175 SNegVO #> 22210 MorphNeg #> 22216 MorphNeg #> 22225 MorphNeg #> 22266 MorphNeg #> 22286 MorphNeg #> 22303 MorphNeg #> 22376 MorphNeg #> 22387 MorphNeg #> 22402 MorphNeg #> 22424 MorphNeg #> 22425 MorphNeg #> 22443 MorphNeg #> 22487 MorphNeg #> 22489 MorphNeg #> 22493 MorphNeg #> 22696 SVONeg #> 22710 SVONeg #> 22715 SVONeg #> 22721 SVONeg #> 22725 SVONeg #> 22727 SVONeg #> 22728 SVONeg #> 22731 SVONeg #> 22739 SVONeg #> 22740 SVONeg #> 22744 SVONeg #> 22749 SVONeg #> 22752 SVONeg #> 22763 SVONeg #> 22766 SVONeg #> 22830 SONegV #> 22831 SONegV #> 22836 SONegV #> 22908 NegVSO #> 22923 NegVSO #> 23009 Beginning, not immed preverbal #> 23045 Immed preverbal #> 23074 Immed preverbal #> 23134 Immed preverbal #> 23135 Immed preverbal #> 23136 Immed preverbal #> 23151 Immed preverbal #> 23168 Immed preverbal #> 23173 Immed preverbal #> 23234 Immed preverbal #> 23243 Immed preverbal #> 23253 Immed preverbal #> 23261 Immed preverbal #> 23291 Immed preverbal #> 23311 Immed preverbal #> 23461 End, not immed postverbal #> 23464 End, not immed postverbal #> 23479 End, not immed postverbal #> 23480 End, not immed postverbal #> 23501 End, not immed postverbal #> 23507 End, not immed postverbal #> 23508 End, not immed postverbal #> 23510 End, not immed postverbal #> 23512 End, not immed postverbal #> 23520 End, not immed postverbal #> 23525 End, not immed postverbal #> 23527 End, not immed postverbal #> 23528 End, not immed postverbal #> 23535 End, not immed postverbal #> 23536 End, not immed postverbal #> 23542 End, not immed postverbal #> 23551 End, not immed postverbal #> 23558 End, not immed postverbal #> 23559 End, not immed postverbal #> 23566 End, not immed postverbal #> 23567 End, not immed postverbal #> 23575 VSO, but NegSVO #> 23651 More than one construction #> 23681 More than one construction #> 23684 More than one construction #> 23702 ObligNeg #> 23711 ObligNeg #> 23717 ObligNeg #> 23720 ObligNeg #> 23750 OptNeg #> 23758 OptNeg #> 23765 OptNeg #> 23766 OptNeg #> 23777 OptNeg #> 23780 OptNeg #> 23818 SNegVO #> 23842 SNegVO #> 23843 SNegVO #> 23853 SNegVO #> 23895 SVONeg #> 23896 SVONeg #> 23901 SVONeg #> 23910 SVONeg #> 23912 SVONeg #> 23920 SVONeg #> 23929 SVONeg #> 23934 SVONeg #> 23937 SVONeg #> 23955 SVONeg #> 23958 SVONeg #> 23962 SVONeg #> 23965 SVONeg #> 23971 SVONeg #> 23974 SVONeg #> 23982 S[Neg-V]O #> 24042 S[V-Neg]O #> 24046 S[V-Neg]O #> 24050 S[V-Neg]O #> 24059 VSO but NegSVO #> 24073 SNegVO/NegVSO #> 24075 SNegVO/NegVSO #> 24076 SVONeg/VSONeg #> 24115 SNegVONeg #> 24119 SNegVONeg #> 24142 SNegVONeg/SVNegONeg/NegVOSNeg/VNegOSNeg #> 24147 SVO & NegVNeg #> 24175 SNegVO(Neg) #> 24181 S[Neg-V]O/NegSVNegO #> 24182 SNeg[V-Neg]O/S[Neg-V-Neg]O #> 24189 S(Neg)VONeg #> 24191 S(Neg)VONeg #> 24199 (Neg)SVONeg #> 24216 NoDoubleNeg #> 24225 OnlyWithAnotherNeg #> 24229 OnlyWithAnotherNeg #> 24235 No NegSVO #> 24255 No NegSVO #> 24272 No NegSVO #> 24273 No NegSVO #> 24309 No NegSVO #> 24310 No NegSVO #> 24321 No NegSVO #> 24328 No NegSVO #> 24409 No NegSVO #> 24410 No NegSVO #> 24413 No NegSVO #> 24425 No NegSVO #> 24430 No NegSVO #> 24431 No NegSVO #> 24437 No NegSVO #> 24439 No NegSVO #> 24445 No NegSVO #> 24450 No NegSVO #> 24471 No NegSVO #> 24477 No NegSVO #> 24482 No NegSVO #> 24489 No NegSVO #> 24536 No NegSVO #> 24542 No NegSVO #> 24558 No NegSVO #> 24576 No NegSVO #> 24577 No NegSVO #> 24595 No NegSVO #> 24603 No NegSVO #> 24606 No NegSVO #> 24617 No NegSVO #> 24618 No NegSVO #> 24624 No NegSVO #> 24648 Word&NoDoubleNeg #> 24662 Word&NoDoubleNeg #> 24697 Word&NoDoubleNeg #> 24702 Word&NoDoubleNeg #> 24706 Word&NoDoubleNeg #> 24708 Word&NoDoubleNeg #> 24790 Prefix&NoDoubleNeg #> 24838 Word&OptDoubleNeg #> 24840 Prefix&OptDoubleNeg #> 24846 Word&OnlyWithAnotherNeg #> 24847 Word&OnlyWithAnotherNeg #> 24860 Word&OnlyWithAnotherNeg #> 24862 Word&OnlyWithAnotherNeg #> 24871 Word&OnlyWithAnotherNeg #> 24903 Type 1 / Type 2 #> 24934 No SNegVO #> 24942 No SNegVO #> 24944 No SNegVO #> 24947 No SNegVO #> 24949 No SNegVO #> 24951 No SNegVO #> 24952 No SNegVO #> 24953 No SNegVO #> 24964 No SNegVO #> 24966 No SNegVO #> 24984 No SNegVO #> 24986 No SNegVO #> 24999 No SNegVO #> 25001 No SNegVO #> 25006 No SNegVO #> 25020 No SNegVO #> 25022 No SNegVO #> 25028 No SNegVO #> 25033 No SNegVO #> 25034 No SNegVO #> 25037 No SNegVO #> 25064 Suffix&NoDoubleNeg #> 25070 Suffix&NoDoubleNeg #> 25074 Suffix&NoDoubleNeg #> 25095 Word&OnlyWithAnotherNeg #> 25097 Word&OnlyWithAnotherNeg #> 25105 Suffix&OnlyWithAnotherNeg #> 25134 No SVNegO #> 25138 No SVNegO #> 25154 No SVNegO #> 25168 No SVNegO #> 25190 No SVNegO #> 25207 No SVNegO #> 25213 No SVNegO #> 25248 No SVNegO #> 25252 No SVNegO #> 25264 No SVNegO #> 25276 No SVNegO #> 25279 No SVNegO #> 25298 No SVNegO #> 25301 No SVNegO #> 25315 No SVNegO #> 25320 No SVNegO #> 25331 No SVNegO #> 25338 No SVNegO #> 25350 No SVNegO #> 25354 No SVNegO #> 25356 No SVNegO #> 25366 No SVNegO #> 25382 No SVNegO #> 25393 No SVNegO #> 25415 No SVNegO #> 25421 No SVNegO #> 25459 No SVNegO #> 25474 No SVNegO #> 25487 No SVNegO #> 25490 No SVNegO #> 25498 NoDoubleNeg #> 25508 NoDoubleNeg #> 25509 NoDoubleNeg #> 25528 NoDoubleNeg #> 25531 NoDoubleNeg #> 25534 NoDoubleNeg #> 25540 NoDoubleNeg #> 25549 NoDoubleNeg #> 25553 NoDoubleNeg #> 25562 NoDoubleNeg #> 25563 NoDoubleNeg #> 25566 NoDoubleNeg #> 25567 NoDoubleNeg #> 25578 NoDoubleNeg #> 25581 NoDoubleNeg #> 25582 NoDoubleNeg #> 25589 OptDoubleNeg #> 25592 OptDoubleNeg #> 25597 OptDoubleNeg #> 25605 OnlyWithAnotherNeg #> 25613 OnlyWithAnotherNeg #> 25618 OnlyWithAnotherNeg #> 25620 OnlyWithAnotherNeg #> 25642 No SVONeg #> 25645 No SVONeg #> 25648 No SVONeg #> 25689 No SVONeg #> 25712 No SVONeg #> 25725 No SVONeg #> 25731 No SVONeg #> 25771 No SVONeg #> 25777 No SVONeg #> 25792 No SVONeg #> 25847 No SVONeg #> 25887 No SVONeg #> 25890 No SVONeg #> 26066 ObligDoubleNeg #> 26068 ObligDoubleNeg #> 26079 ObligDoubleNeg #> 26081 ObligDoubleNeg #> 26106 ObligDoubleNeg #> 26200 SV&OV&[V-Neg] #> 26226 SONegV #> 26242 SONegV #> 26271 SONegV #> 26354 SO[Neg-V] #> 26363 SO[Neg-V] #> 26370 SO[Neg-V] #> 26372 SO[Neg-V] #> 26409 SO[V-Neg] #> 26435 SO[V-Neg] #> 26437 SO[V-Neg] #> 26463 SO[V-Neg] #> 26486 SO[V-Neg] #> 26498 SO[V-Neg] #> 26576 SOV & Neg[V-Neg] #> 26577 SOV & Neg[V-Neg] #> 26603 SO[Neg-V-Neg] #> 26605 SO[Neg-V-Neg] #> 26606 SO[Neg-V] with negative tone on verb\tSO[Neg-V]&NegTone #> 26695 No NegSOV #> 26707 No NegSOV #> 26729 No NegSOV #> 26742 No NegSOV #> 26745 No NegSOV #> 26797 No NegSOV #> 26809 No NegSOV #> 26817 No NegSOV #> 26820 No NegSOV #> 26906 No NegSOV #> 26918 No NegSOV #> 26921 No NegSOV #> 26941 No NegSOV #> 27038 No NegSOV #> 27039 No NegSOV #> 27040 No NegSOV #> 27091 No SNegOV #> 27103 No SNegOV #> 27104 No SNegOV #> 27121 No SNegOV #> 27139 No SNegOV #> 27161 No SNegOV #> 27169 No SNegOV #> 27267 No SNegOV #> 27270 No SNegOV #> 27278 No SNegOV #> 27315 No SNegOV #> 27337 No SNegOV #> 27365 No SNegOV #> 27394 No SNegOV #> 27438 No SNegOV #> 27448 No SNegOV #> 27469 Word&NoDoubleNeg #> 27503 Word&NoDoubleNeg #> 27520 Word&NoDoubleNeg #> 27532 Prefix&NoDoubleNeg #> 27540 Prefix&NoDoubleNeg #> 27550 Prefix&NoDoubleNeg #> 27569 Prefix&NoDoubleNeg #> 27607 Prefix&OnlyWithAnotherNeg #> 27608 Prefix&OnlyWithAnotherNeg #> 27612 Prefix&OnlyWithAnotherNeg #> 27630 No SONegV #> 27653 No SONegV #> 27654 No SONegV #> 27768 No SONegV #> 27790 No SONegV #> 27802 No SONegV #> 27934 NoSOVNeg #> 27938 NoSOVNeg #> 27939 NoSOVNeg #> 27985 NoSOVNeg #> 28004 NoSOVNeg #> 28006 NoSOVNeg #> 28013 NoSOVNeg #> 28091 NoSOVNeg #> 28158 Suffix&NoDoubleNeg #> 28180 Suffix&NoDoubleNeg #> 28203 Suffix&NoDoubleNeg #> 28245 Suffix&NoDoubleNeg #> 28256 Suffix&NoDoubleNeg #> 28261 Suffix&NoDoubleNeg #> 28316 Suffix&OnlyWithAnotherNeg #> 28329 Suffix&OnlyWithAnotherNeg #> 28330 Suffix&OnlyWithAnotherNeg #> 28341 Suffix&OnlyWithAnotherNeg #> 28395 NegVSO #> 28403 NegVSO #> 28419 NegVSO/SNegVO #> 28421 NegVSO/SNegVO #> 28423 VSONeg/SVONeg #> 28435 ObligDoubleNeg #> 28436 ObligDoubleNeg #> 28437 ObligDoubleNeg #> 28440 ObligDoubleNeg #> 28445 OptDoubleNeg #> 28449 OptDoubleNeg #> 28452 VSONeg #> 28508 NegVNegSO #> 28510 NegVSO&OptStemChange #> 28520 VNegSONeg #> 28521 VS & VO & [Neg-V-Neg] #> 28522 NegVOSNeg/VNegOSNeg/SNegVONeg/SVNegONeg #> 28523 V(Neg)SONeg #> 28584 Separate word, no double negation\tWord&NoDoubleNeg #> 28609 Separate word, no double negation\tWord&NoDoubleNeg #> 28613 Separate word, no double negation\tWord&NoDoubleNeg #> 28623 Separate word, no double negation\tWord&NoDoubleNeg #> 28658 Word&Opt #> 28660 Word&OnlyWithAnotherNeg #> 28661 Word&OnlyWithAnotherNeg #> 28664 Prefix&OnlyWithAnotherNeg #> 28671 No preverbal neg #> 28672 No preverbal neg #> 28673 No preverbal neg #> 28675 No preverbal neg #> 28679 Word&OnlyWithAnotherNeg #> 28680 Word&OnlyWithAnotherNeg #> 28682 Word&OnlyWithAnotherNeg #> 28683 Word&OnlyWithAnotherNeg #> 28687 Suffix&OnlyWithAnotherNeg #> 28707 None #> 28754 None #> 28761 None #> 28768 None #> 28787 None #> 28788 None #> 28814 None #> 28828 NoDoubleNeg #> 28829 NoDoubleNeg #> 28830 OptDoubleNeg #> 28832 OnlyWithAnotherNeg #> 28833 OnlyWithAnotherNeg #> 28856 No clause-final neg #> 28884 No clause-final neg #> 28902 No clause-final neg #> 28932 No clause-final neg #> 28946 No clause-final neg #> 28958 No clause-final neg #> 28976 No clause-final neg #> 29042 Right-edge: Ultimate or penultimate #> 29061 Right-edge: Ultimate or penultimate #> 29099 Right-oriented: One of the last three #> 29108 Right-oriented: One of the last three #> 29111 Right-oriented: One of the last three #> 29112 Right-oriented: One of the last three #> 29117 Right-oriented: One of the last three #> 29118 Right-oriented: One of the last three #> 29123 Right-oriented: One of the last three #> 29125 Right-oriented: One of the last three #> 29143 Unbounded: Stress can be anywhere #> 29147 Unbounded: Stress can be anywhere #> 29150 Unbounded: Stress can be anywhere #> 29181 Combined: Right-edge and unbounded #> 29186 Combined: Right-edge and unbounded #> 29207 Not predictable #> 29215 Fixed stress (no weight-sensitivity) #> 29369 Fixed stress (no weight-sensitivity) #> 29406 Fixed stress (no weight-sensitivity) #> 29446 Fixed stress (no weight-sensitivity) #> 29466 Fixed stress (no weight-sensitivity) #> 29562 No weight #> 29615 No weight #> 29660 No weight #> 29717 No weight #> 29730 No weight #> 29736 No weight #> 29819 Long vowel #> 29849 Long vowel or coda consonant #> 29854 Long vowel or coda consonant #> 29855 Long vowel or coda consonant #> 29863 Long vowel or coda consonant #> 29867 Long vowel or coda consonant #> 29946 Lexical stress #> 29954 Combined #> 29959 Combined #> 29960 Combined #> 29966 Combined #> 29978 Combined #> 29980 Combined #> 29986 Combined #> 29989 Combined #> 29995 Trochaic #> 29996 Trochaic #> 30063 Trochaic #> 30087 Trochaic #> 30121 Trochaic #> 30146 Trochaic #> 30169 Iambic #> 30202 Undetermined #> 30229 No rhythmic stress #> 30267 No rhythmic stress #> 30268 No rhythmic stress #> 30281 No rhythmic stress #> 30323 All present #> 30384 All present #> 30395 All present #> 30398 All present #> 30428 All present #> 30461 All present #> 30475 All present #> 30481 All present #> 30492 All present #> 30546 All present #> 30559 All present #> 30567 All present #> 30584 All present #> 30587 All present #> 30614 All present #> 30615 All present #> 30619 All present #> 30638 All present #> 30655 All present #> 30664 All present #> 30685 All present #> 30691 All present #> 30699 All present #> 30725 All present #> 30729 All present #> 30744 All present #> 30759 All present #> 30795 All present #> 30809 All present #> 30893 None #> 30897 None #> 30915 None #> 30930 None #> 30957 None #> 30968 None #> 30977 None #> 31012 None #> 31054 None #> 31058 None #> 31106 None #> 31110 None #> 31197 None #> 31226 None #> 31237 None #> 31247 None #> 31253 None #> 31313 None #> 31328 None #> 31330 None #> 31375 Labial-velars #> 31389 Pharyngeals #> 31391 Pharyngeals #> 31396 Pharyngeals #> 31397 Pharyngeals #> 31402 Pharyngeals #> 31403 Pharyngeals #> 31404 Pharyngeals #> 31449 Clicks, pharyngeals, and 'th' #> 31468 Small (2-4) #> 31528 Small (2-4) #> 31529 Small (2-4) #> 31559 Average (5-6) #> 31566 Average (5-6) #> 31591 Average (5-6) #> 31608 Average (5-6) #> 31625 Average (5-6) #> 31628 Average (5-6) #> 31641 Average (5-6) #> 31652 Average (5-6) #> 31664 Average (5-6) #> 31665 Average (5-6) #> 31688 Average (5-6) #> 31700 Average (5-6) #> 31716 Average (5-6) #> 31726 Average (5-6) #> 31738 Average (5-6) #> 31740 Average (5-6) #> 31757 Average (5-6) #> 31812 Average (5-6) #> 31828 Average (5-6) #> 31880 Large (7-14) #> 31919 Large (7-14) #> 31941 Large (7-14) #> 31968 Large (7-14) #> 31985 Large (7-14) #> 31996 Large (7-14) #> 32005 Large (7-14) #> 32129 Exclusively concatenative #> 32143 Exclusively isolating #> 32148 Exclusively isolating #> 32163 Ablaut/concatenative #> 32164 Ablaut/concatenative #> 32165 Ablaut/concatenative #> 32167 Ablaut/concatenative #> 32205 Monoexponential case #> 32234 Monoexponential case #> 32243 Monoexponential case #> 32281 No case #> 32283 No case #> 32309 No case #> 32331 No case #> 32341 No case #> 32378 monoexponential TAM #> 32424 monoexponential TAM #> 32425 monoexponential TAM #> 32450 monoexponential TAM #> 32451 monoexponential TAM #> 32456 monoexponential TAM #> 32489 TAM+agreement+diathesis #> 32491 TAM+agreement+diathesis #> 32562 4-5 categories per word #> 32575 4-5 categories per word #> 32585 6-7 categories per word #> 32590 6-7 categories per word #> 32610 6-7 categories per word #> 32612 6-7 categories per word #> 32726 Dependent marking #> 32739 Dependent marking #> 32747 Dependent marking #> 32757 Dependent marking #> 32791 Double marking #> 32861 No marking #> 32877 No marking #> 33025 Dependent marking #> 33031 Dependent marking #> 33044 Dependent marking #> 33058 Dependent marking #> 33078 Double marking #> 33097 No marking #> 33117 Other #> 33182 Dependent-marking #> 33205 Dependent-marking #> 33235 Inconsistent or other #> 33289 Inconsistent or other #> 33318 Inconsistent or other #> 33333 Inconsistent or other #> 33334 Inconsistent or other #> 33377 Non-zero marking #> 33421 Non-zero marking #> 33451 Non-zero marking #> 33454 Non-zero marking #> 33511 Non-zero marking #> 33567 Non-zero marking #> 33584 Non-zero marking #> 33609 Little affixation #> 33655 Little affixation #> 33665 Little affixation #> 33682 Little affixation #> 33734 Strongly suffixing #> 33757 Strongly suffixing #> 33758 Strongly suffixing #> 33848 Strongly suffixing #> 33851 Strongly suffixing #> 33859 Strongly suffixing #> 33878 Strongly suffixing #> 33903 Strongly suffixing #> 33910 Strongly suffixing #> 33929 Strongly suffixing #> 33939 Strongly suffixing #> 33943 Strongly suffixing #> 33949 Strongly suffixing #> 33958 Strongly suffixing #> 33963 Strongly suffixing #> 33974 Strongly suffixing #> 33993 Strongly suffixing #> 34034 Strongly suffixing #> 34038 Strongly suffixing #> 34043 Strongly suffixing #> 34045 Strongly suffixing #> 34063 Strongly suffixing #> 34068 Strongly suffixing #> 34076 Strongly suffixing #> 34095 Strongly suffixing #> 34110 Strongly suffixing #> 34155 Weakly suffixing #> 34158 Weakly suffixing #> 34159 Weakly suffixing #> 34197 Weakly suffixing #> 34208 Weakly suffixing #> 34209 Weakly suffixing #> 34228 Weakly suffixing #> 34233 Weakly suffixing #> 34252 Weakly suffixing #> 34267 Equal prefixing and suffixing #> 34285 Equal prefixing and suffixing #> 34296 Equal prefixing and suffixing #> 34301 Equal prefixing and suffixing #> 34318 Equal prefixing and suffixing #> 34324 Equal prefixing and suffixing #> 34343 Equal prefixing and suffixing #> 34373 Equal prefixing and suffixing #> 34444 Weakly prefixing #> 34451 Weakly prefixing #> 34461 Weakly prefixing #> 34465 Weakly prefixing #> 34481 Weakly prefixing #> 34536 Strong prefixing #> 34568 Productive full and partial reduplication #> 34577 Productive full and partial reduplication #> 34585 Productive full and partial reduplication #> 34597 Productive full and partial reduplication #> 34609 Productive full and partial reduplication #> 34623 Productive full and partial reduplication #> 34668 Productive full and partial reduplication #> 34704 Productive full and partial reduplication #> 34742 Productive full and partial reduplication #> 34746 Productive full and partial reduplication #> 34756 Productive full and partial reduplication #> 34759 Productive full and partial reduplication #> 34762 Productive full and partial reduplication #> 34764 Productive full and partial reduplication #> 34772 Productive full and partial reduplication #> 34774 Productive full and partial reduplication #> 34818 Productive full and partial reduplication #> 34952 No case marking #> 34953 No case marking #> 34964 No case marking #> 34993 No case marking #> 34998 No case marking #> 35037 No case marking #> 35056 Core cases only #> 35105 No syncretism #> 35134 No subject person/number marking #> 35172 No subject person/number marking #> 35187 Syncretic #> 35191 Syncretic #> 35218 Syncretic #> 35225 Syncretic #> 35236 Syncretic #> 35305 Not syncretic #> 35445 Moderately low #> 35491 Average #> 35556 Average #> 35570 Average #> 35592 Average #> 35612 Average #> 35646 Average #> 35651 Average #> 35672 Average #> 35678 Average #> 35709 Average #> 35730 Moderately high #> 35734 Moderately high #> 35739 Moderately high #> 35740 Moderately high #> 35742 Moderately high #> 35750 Moderately high #> 35752 Moderately high #> 35776 Moderately high #> 35780 Moderately high #> 35786 Moderately high #> 35789 Moderately high #> 35822 High #> 35835 High #> 35841 High #> 35848 High #> 35850 High #> 35874 High #> 35881 High #> 36035 Two #> 36037 Two #> 36040 Two #> 36041 Two #> 36043 Two #> 36049 Two #> 36050 Two #> 36051 Two #> 36052 Two #> 36054 Two #> 36055 Two #> 36056 Two #> 36057 Two #> 36070 Two #> 36071 Two #> 36075 Two #> 36076 Two #> 36079 Two #> 36081 Two #> 36082 Two #> 36292 Sex-based #> 36294 Sex-based #> 36297 Sex-based #> 36305 Sex-based #> 36310 Sex-based #> 36311 Sex-based #> 36312 Sex-based #> 36313 Sex-based #> 36321 Sex-based #> 36324 Sex-based #> 36333 Sex-based #> 36340 Sex-based #> 36355 Sex-based #> 36356 Sex-based #> 36357 Sex-based #> 36358 Sex-based #> 36362 Sex-based #> 36365 Sex-based #> 36367 Sex-based #> 36370 Sex-based #> 36584 Semantic #> 36600 Semantic and formal #> 36601 Semantic and formal #> 36602 Semantic and formal #> 36603 Semantic and formal #> 36609 Semantic and formal #> 36610 Semantic and formal #> 36615 Semantic and formal #> 36623 Semantic and formal #> 36627 Semantic and formal #> 36629 Semantic and formal #> 36631 Semantic and formal #> 36634 Semantic and formal #> 36637 Semantic and formal #> 36638 Semantic and formal #> 36640 Semantic and formal #> 36643 Semantic and formal #> 36648 Semantic and formal #> 36650 Semantic and formal #> 36653 Semantic and formal #> 36708 Plural prefix #> 36790 Plural suffix #> 36798 Plural suffix #> 36804 Plural suffix #> 36818 Plural suffix #> 36823 Plural suffix #> 36874 Plural suffix #> 36882 Plural suffix #> 36957 Plural suffix #> 36977 Plural suffix #> 36993 Plural suffix #> 37001 Plural suffix #> 37033 Plural suffix #> 37035 Plural suffix #> 37051 Plural suffix #> 37078 Plural suffix #> 37090 Plural suffix #> 37095 Plural suffix #> 37099 Plural suffix #> 37101 Plural suffix #> 37102 Plural suffix #> 37128 Plural suffix #> 37136 Plural suffix #> 37137 Plural suffix #> 37144 Plural suffix #> 37154 Plural suffix #> 37160 Plural suffix #> 37201 Plural suffix #> 37202 Plural suffix #> 37217 Plural suffix #> 37236 Plural suffix #> 37265 Plural suffix #> 37269 Plural suffix #> 37285 Plural suffix #> 37289 Plural suffix #> 37319 Mixed morphological plural #> 37321 Mixed morphological plural #> 37323 Mixed morphological plural #> 37324 Mixed morphological plural #> 37327 Mixed morphological plural #> 37328 Mixed morphological plural #> 37329 Mixed morphological plural #> 37330 Mixed morphological plural #> 37331 Mixed morphological plural #> 37333 Mixed morphological plural #> 37342 Mixed morphological plural #> 37348 Mixed morphological plural #> 37350 Mixed morphological plural #> 37353 Mixed morphological plural #> 37355 Mixed morphological plural #> 37389 Plural word #> 37397 Plural word #> 37415 Plural word #> 37439 Plural word #> 37450 Plural word #> 37474 Plural word #> 37525 Plural word #> 37547 Plural clitic #> 37558 Plural clitic #> 37581 Plural clitic #> 37616 Plural clitic #> 37638 No plural #> 37640 No plural #> 37655 No plural #> 37665 No plural #> 37673 No plural #> 37718 No plural #> 37762 Only human nouns, optional #> 37787 Only human nouns, obligatory #> 37795 Only human nouns, obligatory #> 37815 All nouns, always optional #> 37852 All nouns, always optional #> 37882 All nouns, optional in inanimates #> 37885 All nouns, always obligatory #> 37897 All nouns, always obligatory #> 37899 All nouns, always obligatory #> 37906 All nouns, always obligatory #> 37908 All nouns, always obligatory #> 37928 All nouns, always obligatory #> 37939 All nouns, always obligatory #> 37945 All nouns, always obligatory #> 37948 All nouns, always obligatory #> 37953 All nouns, always obligatory #> 37962 All nouns, always obligatory #> 37977 All nouns, always obligatory #> 37981 All nouns, always obligatory #> 37982 All nouns, always obligatory #> 37988 All nouns, always obligatory #> 37995 All nouns, always obligatory #> 38002 All nouns, always obligatory #> 38010 All nouns, always obligatory #> 38103 Person-number stem #> 38110 Person-number stem #> 38111 Person-number stem #> 38121 Person-number stem #> 38159 Person-number stem #> 38161 Person-number stem #> 38162 Person-number stem #> 38165 Person-number stem #> 38204 Person-number stem + pronominal plural affix #> 38209 Person-number stem + pronominal plural affix #> 38294 Associative same as additive plural #> 38349 Associative same as additive plural #> 38383 Unique affixal associative plural #> 38445 Unique periphrastic associative plural #> 38446 Unique periphrastic associative plural #> 38455 Unique periphrastic associative plural #> 38474 Unique periphrastic associative plural #> 38481 No associative plural #> 38496 No associative plural #> 38524 Definite word distinct from demonstrative #> 38528 Definite word distinct from demonstrative #> 38542 Definite word distinct from demonstrative #> 38554 Definite word distinct from demonstrative #> 38575 Definite word distinct from demonstrative #> 38590 Definite word distinct from demonstrative #> 38601 Definite word distinct from demonstrative #> 38620 Definite word distinct from demonstrative #> 38636 Definite word distinct from demonstrative #> 38644 Definite word distinct from demonstrative #> 38652 Definite word distinct from demonstrative #> 38664 Definite word distinct from demonstrative #> 38675 Definite word distinct from demonstrative #> 38678 Definite word distinct from demonstrative #> 38687 Definite word distinct from demonstrative #> 38698 Definite word distinct from demonstrative #> 38708 Definite word distinct from demonstrative #> 38746 Demonstrative word used as definite article #> 38790 Demonstrative word used as definite article #> 38791 Demonstrative word used as definite article #> 38800 Definite affix #> 38815 Definite affix #> 38817 Definite affix #> 38821 Definite affix #> 38824 Definite affix #> 38825 Definite affix #> 38827 Definite affix #> 38833 Definite affix #> 38835 Definite affix #> 38841 Definite affix #> 38842 Definite affix #> 38846 Definite affix #> 38849 Definite affix #> 38852 Definite affix #> 38860 Definite affix #> 38866 Definite affix #> 38870 Definite affix #> 38871 Definite affix #> 38873 Definite affix #> 38874 Definite affix #> 38880 Definite affix #> 38889 Definite affix #> 38914 No definite, but indefinite article #> 38943 No definite or indefinite article #> 39014 No definite or indefinite article #> 39065 No definite or indefinite article #> 39073 No definite or indefinite article #> 39088 No definite or indefinite article #> 39097 No definite or indefinite article #> 39098 No definite or indefinite article #> 39135 Indefinite word distinct from 'one' #> 39144 Indefinite word distinct from 'one' #> 39163 Indefinite word distinct from 'one' #> 39171 Indefinite word distinct from 'one' #> 39185 Indefinite word distinct from 'one' #> 39186 Indefinite word distinct from 'one' #> 39210 Indefinite word distinct from 'one' #> 39227 Indefinite word distinct from 'one' #> 39242 Indefinite word same as 'one' #> 39244 Indefinite word same as 'one' #> 39254 Indefinite word same as 'one' #> 39261 Indefinite word same as 'one' #> 39264 Indefinite word same as 'one' #> 39282 Indefinite word same as 'one' #> 39307 Indefinite word same as 'one' #> 39332 Indefinite word same as 'one' #> 39345 Indefinite word same as 'one' #> 39352 Indefinite affix #> 39357 Indefinite affix #> 39366 Indefinite affix #> 39373 No indefinite, but definite article #> 39385 No indefinite, but definite article #> 39388 No indefinite, but definite article #> 39393 No indefinite, but definite article #> 39406 No indefinite, but definite article #> 39407 No indefinite, but definite article #> 39411 No indefinite, but definite article #> 39420 No indefinite, but definite article #> 39421 No indefinite, but definite article #> 39424 No indefinite, but definite article #> 39438 No indefinite, but definite article #> 39445 No indefinite, but definite article #> 39508 No definite or indefinite article #> 39527 No definite or indefinite article #> 39541 No definite or indefinite article #> 39542 No definite or indefinite article #> 39567 No definite or indefinite article #> 39581 No definite or indefinite article #> 39640 No definite or indefinite article #> 39688 No inclusive/exclusive #> 39691 No inclusive/exclusive #> 39728 No inclusive/exclusive #> 39737 No inclusive/exclusive #> 39760 No inclusive/exclusive #> 39788 No inclusive/exclusive #> 39797 No inclusive/exclusive #> 39866 Inclusive/exclusive #> 40126 In plosives alone #> 40162 In plosives alone #> 40208 In plosives alone #> 40215 In plosives alone #> 40237 In plosives alone #> 40242 In plosives alone #> 40287 In plosives alone #> 40295 In plosives alone #> 40297 In plosives alone #> 40347 In both plosives and fricatives #> 40360 In both plosives and fricatives #> 40372 In both plosives and fricatives #> 40377 In both plosives and fricatives #> 40379 In both plosives and fricatives #> 40385 In both plosives and fricatives #> 40389 In both plosives and fricatives #> 40396 In both plosives and fricatives #> 40414 In both plosives and fricatives #> 40417 In both plosives and fricatives #> 40420 In both plosives and fricatives #> 40428 In both plosives and fricatives #> 40439 In both plosives and fricatives #> 40442 In both plosives and fricatives #> 40445 In both plosives and fricatives #> 40459 In both plosives and fricatives #> 40463 In both plosives and fricatives #> 40466 In both plosives and fricatives #> 40475 In both plosives and fricatives #> 40503 In both plosives and fricatives #> 40512 No person marking #> 40531 No person marking #> 40596 No inclusive/exclusive #> 40610 No inclusive/exclusive #> 40615 No inclusive/exclusive #> 40636 No inclusive/exclusive #> 40642 No inclusive/exclusive #> 40660 No inclusive/exclusive #> 40711 No distance contrast #> 40714 Two-way contrast #> 40715 Two-way contrast #> 40719 Two-way contrast #> 40720 Two-way contrast #> 40725 Two-way contrast #> 40743 Two-way contrast #> 40766 Two-way contrast #> 40776 Two-way contrast #> 40785 Two-way contrast #> 40808 Two-way contrast #> 40812 Two-way contrast #> 40824 Two-way contrast #> 40846 Three-way contrast #> 40895 Three-way contrast #> 40914 Three-way contrast #> 40923 Three-way contrast #> 40927 Four-way contrast #> 40929 Four-way contrast #> 40931 Four-way contrast #> 40964 Identical #> 40972 Identical #> 40994 Identical #> 41006 Identical #> 41032 Identical #> 41034 Identical #> 41053 Identical #> 41066 Identical #> 41085 Different stem #> 41086 Different stem #> 41087 Different stem #> 41089 Different stem #> 41097 Different stem #> 41101 Different stem #> 41106 Different stem #> 41107 Different stem #> 41108 Different stem #> 41118 Different stem #> 41125 Different inflection #> 41150 Unrelated #> 41162 Unrelated #> 41163 Unrelated #> 41193 Unrelated #> 41208 Unrelated #> 41233 Unrelated #> 41277 Related for all demonstratives #> 41281 Related for all demonstratives #> 41329 Related by gender markers #> 41332 Related by gender markers #> 41345 Related by gender markers #> 41361 Related for non-human reference #> 41368 In 3rd person + 1st and/or 2nd person #> 41369 In 3rd person + 1st and/or 2nd person #> 41370 In 3rd person + 1st and/or 2nd person #> 41373 In 3rd person + 1st and/or 2nd person #> 41374 In 3rd person + 1st and/or 2nd person #> 41375 In 3rd person + 1st and/or 2nd person #> 41377 In 3rd person + 1st and/or 2nd person #> 41378 In 3rd person + 1st and/or 2nd person #> 41380 In 3rd person + 1st and/or 2nd person #> 41382 In 3rd person + 1st and/or 2nd person #> 41429 3rd person singular only #> 41430 3rd person singular only #> 41452 3rd person singular only #> 41459 3rd person singular only #> 41479 3rd person singular only #> 41486 1st or 2nd person but not 3rd #> 41487 1st or 2nd person but not 3rd #> 41609 No gender distinctions #> 41768 No politeness distinction #> 41781 No politeness distinction #> 41785 No politeness distinction #> 41793 No politeness distinction #> 41797 No politeness distinction #> 41822 No politeness distinction #> 41841 No politeness distinction #> 41847 No politeness distinction #> 41856 No politeness distinction #> 41877 No politeness distinction #> 42120 Interrogative-based #> 42144 Generic-noun-based #> 42147 Generic-noun-based #> 42149 Generic-noun-based #> 42150 Generic-noun-based #> 42154 Generic-noun-based #> 42160 Generic-noun-based #> 42163 Generic-noun-based #> 42172 Generic-noun-based #> 42183 Generic-noun-based #> 42188 Generic-noun-based #> 42192 Generic-noun-based #> 42226 Generic-noun-based #> 42271 Mixed #> 42281 Identical #> 42299 Identical #> 42305 Identical #> 42310 Identical #> 42316 Identical #> 42321 Identical #> 42330 Identical #> 42349 Identical #> 42372 Differentiated #> 42407 Differentiated #> 42469 No adpositions #> 42495 No adpositions #> 42520 No person marking #> 42603 No person marking #> 42606 No person marking #> 42620 No person marking #> 42625 No person marking #> 42626 No person marking #> 42634 No person marking #> 42678 No person marking #> 42680 No person marking #> 42732 Pronouns only #> 42741 Pronouns only #> 42753 Pronouns only #> 42758 Pronouns only #> 42774 Pronouns only #> 42794 Pronouns only #> 42798 Pronouns only #> 42850 No morphological case-marking #> 42898 No morphological case-marking #> 42914 No morphological case-marking #> 42923 2 cases #> 42933 2 cases #> 42939 2 cases #> 42946 3 cases #> 42975 6-7 cases #> 42994 6-7 cases #> 43066 Exclusively borderline case-marking #> 43069 Exclusively borderline case-marking #> 43330 None missing in /p t k b d g/ #> 43338 None missing in /p t k b d g/ #> 43346 None missing in /p t k b d g/ #> 43353 None missing in /p t k b d g/ #> 43373 None missing in /p t k b d g/ #> 43383 None missing in /p t k b d g/ #> 43392 None missing in /p t k b d g/ #> 43407 None missing in /p t k b d g/ #> 43420 None missing in /p t k b d g/ #> 43436 None missing in /p t k b d g/ #> 43467 None missing in /p t k b d g/ #> 43483 None missing in /p t k b d g/ #> 43499 None missing in /p t k b d g/ #> 43555 None missing in /p t k b d g/ #> 43567 None missing in /p t k b d g/ #> 43568 None missing in /p t k b d g/ #> 43571 None missing in /p t k b d g/ #> 43580 Missing /p/ #> 43582 Missing /p/ #> 43583 Missing /p/ #> 43585 Missing /p/ #> 43588 Missing /p/ #> 43598 Missing /p/ #> 43600 Missing /p/ #> 43601 Missing /p/ #> 43605 Missing /p/ #> 43609 Missing /p/ #> 43610 Missing /p/ #> 43612 Missing /p/ #> 43651 No case-marking #> 43653 No case-marking #> 43700 No case-marking #> 43764 Symmetrical #> 43787 Symmetrical #> 43793 Symmetrical #> 43800 Symmetrical #> 43862 Additive-quantitatively asymmetrical #> 43865 Subtractive-quantitatively asymmetrical #> 43871 Subtractive-quantitatively asymmetrical #> 43899 Syncretism in relevant NP-types #> 43998 Case suffixes #> 44080 Case suffixes #> 44141 Case suffixes #> 44156 Case suffixes #> 44158 Case suffixes #> 44163 Case suffixes #> 44170 Case suffixes #> 44217 Case suffixes #> 44272 Case suffixes #> 44282 Case suffixes #> 44315 Case suffixes #> 44373 Case prefixes #> 44382 Case prefixes #> 44385 Case prefixes #> 44389 Case prefixes #> 44393 Case prefixes #> 44408 Mixed morphological case #> 44411 Mixed morphological case #> 44449 Postpositional clitics #> 44471 Postpositional clitics #> 44540 Prepositional clitics #> 44541 Prepositional clitics #> 44546 Prepositional clitics #> 44547 Prepositional clitics #> 44548 Prepositional clitics #> 44551 Prepositional clitics #> 44567 No case affixes or adpositional clitics #> 44574 No case affixes or adpositional clitics #> 44586 No case affixes or adpositional clitics #> 44599 No case affixes or adpositional clitics #> 44600 No case affixes or adpositional clitics #> 44607 No case affixes or adpositional clitics #> 44637 No case affixes or adpositional clitics #> 44653 No case affixes or adpositional clitics #> 44661 No case affixes or adpositional clitics #> 44667 No case affixes or adpositional clitics #> 44682 No case affixes or adpositional clitics #> 44693 No case affixes or adpositional clitics #> 44718 No case affixes or adpositional clitics #> 44738 No case affixes or adpositional clitics #> 44752 No case affixes or adpositional clitics #> 44769 No case affixes or adpositional clitics #> 44773 No case affixes or adpositional clitics #> 44794 No case affixes or adpositional clitics #> 44809 No case affixes or adpositional clitics #> 44820 No case affixes or adpositional clitics #> 44822 No case affixes or adpositional clitics #> 44836 No case affixes or adpositional clitics #> 44837 No case affixes or adpositional clitics #> 44891 No case affixes or adpositional clitics #> 44902 No case affixes or adpositional clitics #> 44909 No case affixes or adpositional clitics #> 44938 No case affixes or adpositional clitics #> 44948 Identity #> 44969 Identity #> 45001 Identity #> 45003 Identity #> 45031 Differentiation #> 45035 Differentiation #> 45036 Differentiation #> 45056 Differentiation #> 45089 Differentiation #> 45095 Differentiation #> 45104 Differentiation #> 45126 Differentiation #> 45129 Differentiation #> 45130 Differentiation #> 45177 Differentiation #> 45184 Differentiation #> 45190 Differentiation #> 45202 Differentiation #> 45205 Differentiation #> 45227 Differentiation #> 45248 Mixed #> 45254 Mixed #> 45305 First, two, three #> 45316 One-th, two-th, three-th #> 45319 One-th, two-th, three-th #> 45320 One-th, two-th, three-th #> 45392 First/one-th, two-th, three-th #> 45395 First/one-th, two-th, three-th #> 45404 First/one-th, two-th, three-th #> 45407 First, two-th, three-th #> 45411 First, two-th, three-th #> 45417 First, two-th, three-th #> 45419 First, two-th, three-th #> 45428 First, two-th, three-th #> 45429 First, two-th, three-th #> 45460 First, two-th, three-th #> 45479 First, two-th, three-th #> 45495 First, two-th, three-th #> 45506 First, two-th, three-th #> 45515 First, two-th, three-th #> 45522 First, second, three-th #> 45587 No distributive numerals #> 45588 No distributive numerals #> 45622 No distributive numerals #> 45642 No distributive numerals #> 45668 Marked by reduplication #> 45676 Marked by reduplication #> 45680 Marked by reduplication #> 45690 Marked by reduplication #> 45696 Marked by reduplication #> 45698 Marked by reduplication #> 45709 Marked by reduplication #> 45713 Marked by reduplication #> 45716 Marked by reduplication #> 45727 Marked by reduplication #> 45729 Marked by reduplication #> 45849 Absent #> 45851 Absent #> 45862 Absent #> 45865 Absent #> 45872 Absent #> 45915 Absent #> 45940 Absent #> 45961 Absent #> 45963 Absent #> 45975 Absent #> 45976 Absent #> 45980 Absent #> 45993 Absent #> 46001 Absent #> 46023 Absent #> 46026 Absent #> 46032 Absent #> 46067 Absent #> 46068 Absent #> 46251 Formally different #> 46283 Formally similar, without interrogative #> 46292 Formally similar, without interrogative #> 46310 Formally similar, with interrogative #> 46316 Formally similar, with interrogative #> 46327 Formally similar, with interrogative #> 46609 Possessive suffixes #> 46642 Possessive suffixes #> 46650 Possessive suffixes #> 46657 Possessive suffixes #> 46663 Possessive suffixes #> 46671 Possessive suffixes #> 46681 Possessive suffixes #> 46684 Possessive suffixes #> 46690 Possessive suffixes #> 46695 Possessive suffixes #> 46699 Possessive suffixes #> 46701 Possessive suffixes #> 46706 Possessive suffixes #> 46718 Possessive suffixes #> 46722 Possessive suffixes #> 46724 Possessive suffixes #> 46727 Possessive suffixes #> 46739 Possessive suffixes #> 46748 Possessive suffixes #> 46760 Possessive suffixes #> 46764 Possessive suffixes #> 46765 Possessive suffixes #> 46772 Possessive suffixes #> 46790 Possessive suffixes #> 46791 Possessive suffixes #> 46793 Possessive suffixes #> 46794 Possessive suffixes #> 46795 Possessive suffixes #> 46799 Possessive suffixes #> 46805 Possessive suffixes #> 46814 Possessive suffixes #> 46818 Possessive suffixes #> 46819 Possessive suffixes #> 46833 Possessive suffixes #> 46860 Possessive suffixes #> 46865 Possessive suffixes #> 46871 Possessive suffixes #> 46873 Possessive suffixes #> 46880 Possessive suffixes #> 46889 Possessive suffixes #> 46900 Possessive suffixes #> 46905 Possessive suffixes #> 46907 Possessive suffixes #> 46914 Possessive suffixes #> 46916 Possessive suffixes #> 46917 Possessive suffixes #> 46925 Possessive suffixes #> 46929 Possessive suffixes #> 46930 Possessive suffixes #> 46935 Possessive suffixes #> 46954 Possessive suffixes #> 47035 No possessive affixes #> 47047 No possessive affixes #> 47135 No possessive affixes #> 47214 No possessive affixes #> 47216 No possessive affixes #> 47217 No possessive affixes #> 47335 Absent #> 47341 Absent #> 47342 Absent #> 47345 Absent #> 47388 Absent #> 47407 Absent #> 47408 Absent #> 47419 Absent #> 47437 Absent #> 47454 Absent #> 47473 Absent #> 47510 None reported #> 47513 None reported #> 47517 None reported #> 47530 None reported #> 47567 None reported #> 47585 None reported #> 47605 None reported #> 47636 None reported #> 47656 None reported #> 47675 None reported #> 47700 None reported #> 47777 No possessive classification #> 47782 No possessive classification #> 47816 No possessive classification #> 47819 No possessive classification #> 47828 No possessive classification #> 47891 Two classes #> 47896 Two classes #> 47915 Two classes #> 47938 Two classes #> 47950 Two classes #> 47958 Two classes #> 47989 None #> 48052 None #> 48060 None #> 48122 None #> 48127 None #> 48135 None #> 48206 None #> 48217 None #> 48239 None #> 48257 None #> 48258 None #> 48283 None #> 48292 None #> 48300 None #> 48323 None #> 48326 None #> 48369 None #> 48385 None #> 48440 None #> 48450 None #> 48454 Uvular stops only #> 48466 Uvular stops only #> 48467 Uvular stops only #> 48477 Uvular stops only #> 48478 Uvular stops only #> 48496 Uvular continuants only #> 48515 Uvular stops and continuants #> 48547 Uvular stops and continuants #> 48549 Uvular stops and continuants #> 48565 Weakly differentiated #> 48575 Genitives and relative clauses collapsed #> 48610 Moderately differentiated in other ways #> 48617 Highly differentiated #> 48622 Highly differentiated #> 48638 Highly differentiated #> 48647 Highly differentiated #> 48656 Highly differentiated #> 48668 Highly differentiated #> 48685 Highly differentiated #> 48691 Without marking #> 48714 Without marking #> 48718 Without marking #> 48741 Without marking #> 48754 Without marking #> 48785 Marked by preceding word #> 48790 Marked by preceding word #> 48794 Marked by preceding word #> 48799 Marked by preceding word #> 48842 Possessive-Accusative #> 48859 Possessive-Accusative #> 48868 Ergative-Possessive #> 48893 Double-Possessive #> 48910 Mixed #> 48911 Mixed #> 48913 Mixed #> 48917 Restricted #> 48935 Restricted #> 48987 'And' different from 'with' #> 48992 'And' different from 'with' #> 49019 'And' different from 'with' #> 49021 'And' different from 'with' #> 49031 'And' different from 'with' #> 49072 'And' different from 'with' #> 49076 'And' different from 'with' #> 49080 'And' different from 'with' #> 49153 'And' identical to 'with' #> 49166 'And' identical to 'with' #> 49189 'And' identical to 'with' #> 49191 'And' identical to 'with' #> 49193 'And' identical to 'with' #> 49202 'And' identical to 'with' #> 49236 Identity #> 49254 Identity #> 49274 Identity #> 49330 Identity #> 49354 Identity #> 49392 Differentiation #> 49400 Differentiation #> 49401 Differentiation #> 49406 Differentiation #> 49407 Differentiation #> 49418 Differentiation #> 49426 Differentiation #> 49427 Differentiation #> 49428 Differentiation #> 49434 Differentiation #> 49437 Differentiation #> 49459 Differentiation #> 49465 Differentiation #> 49472 Differentiation #> 49497 Differentiation #> 49500 Differentiation #> 49516 Grammatical marking #> 49517 Grammatical marking #> 49522 Grammatical marking #> 49532 Grammatical marking #> 49542 Grammatical marking #> 49544 Grammatical marking #> 49550 Grammatical marking #> 49551 Grammatical marking #> 49614 Grammatical marking #> 49615 Grammatical marking #> 49616 Grammatical marking #> 49629 No grammatical marking #> 49662 No grammatical marking #> 49680 No grammatical marking #> 49687 No grammatical marking #> 49704 No grammatical marking #> 49733 No grammatical marking #> 49737 No grammatical marking #> 49748 Present, no remoteness distinctions #> 49753 Present, no remoteness distinctions #> 49757 Present, no remoteness distinctions #> 49766 Present, no remoteness distinctions #> 49781 Present, no remoteness distinctions #> 49800 Present, no remoteness distinctions #> 49802 Present, no remoteness distinctions #> 49808 Present, no remoteness distinctions #> 49815 Present, no remoteness distinctions #> 49824 Present, no remoteness distinctions #> 49827 Present, no remoteness distinctions #> 49830 Present, no remoteness distinctions #> 49882 No past tense #> 49911 No past tense #> 49912 No past tense #> 49929 No past tense #> 49940 No past tense #> 49951 No past tense #> 49966 Inflectional future exists #> 49968 Inflectional future exists #> 49987 Inflectional future exists #> 49991 Inflectional future exists #> 50005 Inflectional future exists #> 50006 Inflectional future exists #> 50018 Inflectional future exists #> 50055 Inflectional future exists #> 50060 Inflectional future exists #> 50078 No inflectional future #> 50091 No inflectional future #> 50097 No inflectional future #> 50102 No inflectional future #> 50127 No inflectional future #> 50139 No inflectional future #> 50174 No inflectional future #> 50178 No inflectional future #> 50181 No inflectional future #> 50214 Other perfect #> 50230 Other perfect #> 50256 Other perfect #> 50265 Other perfect #> 50271 Other perfect #> 50286 Other perfect #> 50298 No perfect #> 50309 No perfect #> 50312 No perfect #> 50318 No perfect #> 50324 No perfect #> 50326 No perfect #> 50349 No perfect #> 50360 No perfect #> 50367 No perfect #> 50375 No perfect #> 50382 No perfect #> 50403 No perfect #> 50420 Tense-aspect prefixes #> 50426 Tense-aspect prefixes #> 50454 Tense-aspect prefixes #> 50465 Tense-aspect prefixes #> 50469 Tense-aspect prefixes #> 50551 Tense-aspect prefixes #> 50559 Tense-aspect suffixes #> 50582 Tense-aspect suffixes #> 50586 Tense-aspect suffixes #> 50701 Tense-aspect suffixes #> 50723 Tense-aspect suffixes #> 50752 Tense-aspect suffixes #> 50797 Tense-aspect suffixes #> 50831 Tense-aspect suffixes #> 50863 Tense-aspect suffixes #> 50886 Tense-aspect suffixes #> 50887 Tense-aspect suffixes #> 50930 Tense-aspect suffixes #> 50935 Tense-aspect suffixes #> 50968 Tense-aspect suffixes #> 51015 Tense-aspect suffixes #> 51026 Tense-aspect suffixes #> 51054 Tense-aspect suffixes #> 51132 Tense-aspect suffixes #> 51175 Tense-aspect suffixes #> 51197 Tense-aspect suffixes #> 51229 Tense-aspect tone #> 51252 Mixed type #> 51257 Mixed type #> 51276 Mixed type #> 51280 Mixed type #> 51282 Mixed type #> 51295 Mixed type #> 51298 Mixed type #> 51310 Mixed type #> 51317 Mixed type #> 51323 Mixed type #> 51324 Mixed type #> 51328 Mixed type #> 51333 Mixed type #> 51339 Mixed type #> 51359 Mixed type #> 51363 Mixed type #> 51377 Mixed type #> 51435 No tense-aspect inflection #> 51437 No tense-aspect inflection #> 51449 No tense-aspect inflection #> 51453 No tense-aspect inflection #> 51468 No tense-aspect inflection #> 51478 No tense-aspect inflection #> 51480 No tense-aspect inflection #> 51517 No tense-aspect inflection #> 51531 No tense-aspect inflection #> 51573 No glottalized consonants #> 51581 No glottalized consonants #> 51711 No glottalized consonants #> 51726 No glottalized consonants #> 51757 No glottalized consonants #> 51773 No glottalized consonants #> 51826 No glottalized consonants #> 51841 No glottalized consonants #> 51913 No glottalized consonants #> 51957 Ejectives only #> 51960 Ejectives only #> 51967 Ejectives only #> 51993 Ejectives only #> 52014 Implosives only #> 52024 Implosives only #> 52034 Implosives only #> 52035 Implosives only #> 52038 Implosives only #> 52041 Implosives only #> 52047 Implosives only #> 52053 Implosives only #> 52061 Ejectives and implosives #> 52063 Ejectives and implosives #> 52066 Ejectives and implosives #> 52067 Ejectives and implosives #> 52071 Ejectives and implosives #> 52072 Ejectives and implosives #> 52074 Ejectives and implosives #> 52075 Ejectives and glottalized resonants #> 52106 Second singular and second plural #> 52123 Second singular and second plural #> 52124 Second singular and second plural #> 52137 Second singular and second plural #> 52146 Second singular and second plural #> 52164 Second singular and second plural #> 52176 Second singular and second plural #> 52203 Second singular and second plural #> 52204 Second singular and second plural #> 52208 Second singular and second plural #> 52226 Second singular and second plural #> 52234 Second singular and second plural #> 52243 Second singular and second plural #> 52246 Second singular and second plural #> 52249 Second singular and second plural #> 52256 Second singular and second plural #> 52268 Second singular and second plural #> 52269 Second singular and second plural #> 52271 Second singular and second plural #> 52278 Second singular and second plural #> 52286 Second singular and second plural #> 52288 Second singular and second plural #> 52301 Second singular and second plural #> 52304 Second singular and second plural #> 52324 Second singular and second plural #> 52336 Second singular and second plural #> 52345 Second singular and second plural #> 52350 Second singular and second plural #> 52363 Second singular and second plural #> 52381 Second singular and second plural #> 52407 Second singular #> 52484 Second person number-neutral #> 52504 Second person number-neutral #> 52546 No second-person imperatives #> 52571 No second-person imperatives #> 52638 No second-person imperatives #> 52667 Normal imperative + normal negative #> 52674 Normal imperative + normal negative #> 52695 Normal imperative + normal negative #> 52791 Normal imperative + special negative #> 52810 Normal imperative + special negative #> 52820 Normal imperative + special negative #> 52838 Normal imperative + special negative #> 52898 Normal imperative + special negative #> 52960 Special imperative + normal negative #> 52963 Special imperative + normal negative #> 52964 Special imperative + normal negative #> 52966 Special imperative + normal negative #> 52973 Special imperative + normal negative #> 52974 Special imperative + normal negative #> 52975 Special imperative + normal negative #> 52982 Special imperative + normal negative #> 52983 Special imperative + normal negative #> 52989 Special imperative + normal negative #> 52999 Special imperative + special negative #> 53006 Special imperative + special negative #> 53009 Special imperative + special negative #> 53021 Special imperative + special negative #> 53027 Special imperative + special negative #> 53033 Special imperative + special negative #> 53035 Special imperative + special negative #> 53036 Special imperative + special negative #> 53081 Special imperative + special negative #> 53112 Special imperative + special negative #> 53126 Special imperative + special negative #> 53188 Maximal system #> 53191 Maximal system #> 53202 Maximal system #> 53229 Maximal system #> 53265 Maximal system #> 53272 Maximal system #> 53302 Both types of system #> 53314 Both types of system #> 53364 Neither type of system #> 53368 Neither type of system #> 53378 Neither type of system #> 53382 Neither type of system #> 53394 Neither type of system #> 53403 Neither type of system #> 53413 Neither type of system #> 53421 Neither type of system #> 53479 Neither type of system #> 53503 Neither type of system #> 53512 Neither type of system #> 53569 Inflectional optative absent #> 53607 Inflectional optative absent #> 53622 Inflectional optative absent #> 53628 Inflectional optative absent #> 53633 Inflectional optative absent #> 53704 Inflectional optative absent #> 53767 Inflectional optative absent #> 53817 Inflectional optative absent #> 53826 Inflectional optative absent #> 53835 Inflectional optative absent #> 53919 Verbal constructions #> 53922 Verbal constructions #> 53928 Verbal constructions #> 53955 Verbal constructions #> 53968 Verbal constructions #> 53991 Verbal constructions #> 53992 Verbal constructions #> 54008 Verbal constructions #> 54013 Verbal constructions #> 54028 Verbal constructions #> 54031 Verbal constructions #> 54035 Verbal constructions #> 54040 Verbal constructions #> 54048 Verbal constructions #> 54052 Verbal constructions #> 54078 Verbal constructions #> 54082 Verbal constructions #> 54086 Verbal constructions #> 54108 Verbal constructions #> 54113 Verbal constructions #> 54116 Verbal constructions #> 54117 Verbal constructions #> 54119 Verbal constructions #> 54123 Verbal constructions #> 54137 Affixes on verbs #> 54243 Other #> 54255 Other #> 54256 Other #> 54296 Other #> 54329 Overlap for both possibility and necessity #> 54334 Overlap for both possibility and necessity #> 54339 Overlap for both possibility and necessity #> 54363 Overlap for either possibility or necessity #> 54389 Overlap for either possibility or necessity #> 54390 Overlap for either possibility or necessity #> 54394 Overlap for either possibility or necessity #> 54407 Overlap for either possibility or necessity #> 54421 No overlap #> 54452 No overlap #> 54457 No overlap #> 54464 No overlap #> 54489 No overlap #> 54520 No grammatical evidentials #> 54536 No grammatical evidentials #> 54560 No grammatical evidentials #> 54567 No grammatical evidentials #> 54589 No grammatical evidentials #> 54610 No grammatical evidentials #> 54639 No grammatical evidentials #> 54722 Indirect only #> 54829 Indirect only #> 54948 No grammatical evidentials #> 54988 No grammatical evidentials #> 55014 No grammatical evidentials #> 55022 No grammatical evidentials #> 55080 No grammatical evidentials #> 55084 No grammatical evidentials #> 55107 No grammatical evidentials #> 55184 Verbal affix or clitic #> 55284 Separate particle #> 55381 Tense #> 55387 Tense #> 55436 None #> 55442 None #> 55452 None #> 55465 None #> 55480 None #> 55497 None #> 55509 None #> 55521 None #> 55533 None #> 55535 None #> 55547 None #> 55548 A regular and a suppletive form alternate #> 55555 A regular and a suppletive form alternate #> 55557 Imperative #> 55567 Imperative #> 55571 Imperative #> 55580 Imperative #> 55582 Imperative #> 55584 Imperative #> 55587 Imperative and Hortative #> 55604 None (= no suppletive imperatives reported in the reference material) #> 55619 None (= no suppletive imperatives reported in the reference material) #> 55656 None (= no suppletive imperatives reported in the reference material) #> 55667 None (= no suppletive imperatives reported in the reference material) #> 55845 /l/, no obstruent laterals #> 55865 /l/, no obstruent laterals #> 55870 /l/, no obstruent laterals #> 55904 /l/, no obstruent laterals #> 55918 /l/, no obstruent laterals #> 55922 /l/, no obstruent laterals #> 55940 /l/, no obstruent laterals #> 55969 /l/, no obstruent laterals #> 56008 /l/, no obstruent laterals #> 56017 /l/, no obstruent laterals #> 56024 /l/, no obstruent laterals #> 56027 /l/, no obstruent laterals #> 56036 /l/, no obstruent laterals #> 56037 /l/, no obstruent laterals #> 56048 /l/, no obstruent laterals #> 56053 /l/, no obstruent laterals #> 56092 /l/, no obstruent laterals #> 56113 /l/, no obstruent laterals #> 56140 /l/, no obstruent laterals #> 56162 /l/, no obstruent laterals #> 56195 /l/, no obstruent laterals #> 56214 /l/, no obstruent laterals #> 56264 /l/ and lateral obstruent #> 56270 /l/ and lateral obstruent #> 56274 /l/ and lateral obstruent #> 56275 /l/ and lateral obstruent #> 56280 /l/ and lateral obstruent #> 56285 /l/ and lateral obstruent #> 56293 /l/ and lateral obstruent #> 56318 None #> 56343 None #> 56368 None #> 56375 None #> 56378 None #> 56395 None #> 56420 None #> 56426 None #> 56438 None #> 56451 None #> 56462 None #> 56463 None #> 56476 Singular-plural pairs, no suppletion #> 56521 SOV #> 56541 SOV #> 56580 SOV #> 56587 SOV #> 56635 SOV #> 56636 SOV #> 56688 SOV #> 56706 SOV #> 56709 SOV #> 56712 SOV #> 56724 SOV #> 56727 SOV #> 56753 SOV #> 56782 SOV #> 56800 SOV #> 56854 SOV #> 56867 SOV #> 56902 SOV #> 57005 SOV #> 57025 SOV #> 57045 SOV #> 57074 SVO #> 57076 SVO #> 57088 SVO #> 57099 SVO #> 57122 SVO #> 57145 SVO #> 57192 SVO #> 57223 SVO #> 57224 SVO #> 57232 SVO #> 57241 SVO #> 57256 SVO #> 57260 SVO #> 57273 SVO #> 57298 SVO #> 57299 SVO #> 57307 SVO #> 57360 SVO #> 57378 SVO #> 57384 SVO #> 57389 SVO #> 57399 SVO #> 57415 SVO #> 57430 SVO #> 57441 SVO #> 57452 SVO #> 57453 SVO #> 57476 SVO #> 57481 SVO #> 57490 SVO #> 57506 SVO #> 57517 SVO #> 57536 SVO #> 57570 VSO #> 57577 VSO #> 57579 VSO #> 57592 VSO #> 57600 VSO #> 57615 VSO #> 57631 VSO #> 57632 VSO #> 57635 VSO #> 57711 No dominant order #> 57728 No dominant order #> 57750 No dominant order #> 57788 No dominant order #> 57819 No dominant order #> 57836 No dominant order #> 57923 SVO or VSO #> 57925 SVO or VSO #> 57929 SVO or VSO #> 57941 SVO or VOS #> 57946 SV #> 57956 SV #> 58010 SV #> 58025 SV #> 58028 SV #> 58062 SV #> 58070 SV #> 58086 SV #> 58099 SV #> 58108 SV #> 58222 SV #> 58251 SV #> 58262 SV #> 58300 SV #> 58324 SV #> 58327 SV #> 58352 SV #> 58356 SV #> 58364 SV #> 58376 SV #> 58387 SV #> 58392 SV #> 58397 SV #> 58428 SV #> 58446 SV #> 58545 SV #> 58574 SV #> 58586 SV #> 58638 SV #> 58647 SV #> 58651 SV #> 58657 SV #> 58663 SV #> 58664 SV #> 58675 SV #> 58713 SV #> 58721 SV #> 58736 SV #> 58741 SV #> 58817 SV #> 58835 SV #> 58837 SV #> 58850 SV #> 58858 SV #> 58860 SV #> 58903 SV #> 58910 SV #> 58958 SV #> 59011 SV #> 59062 SV #> 59069 SV #> 59125 SV #> 59131 SV #> 59135 SV #> 59137 SV #> 59172 VS #> 59189 VS #> 59202 VS #> 59214 VS #> 59233 VS #> 59239 VS #> 59247 VS #> 59292 VS #> 59294 VS #> 59305 VS #> 59308 VS #> 59351 No dominant order #> 59376 No dominant order #> 59388 No dominant order #> 59402 No dominant order #> 59433 No dominant order #> 59441 No dominant order #> 59443 OV #> 59446 OV #> 59448 OV #> 59466 OV #> 59519 OV #> 59650 OV #> 59687 OV #> 59694 OV #> 59711 OV #> 59779 OV #> 59805 OV #> 59823 OV #> 59914 OV #> 59936 OV #> 59953 OV #> 59988 OV #> 59995 OV #> 60024 OV #> 60049 OV #> 60082 OV #> 60097 OV #> 60121 OV #> 60126 OV #> 60159 VO #> 60166 VO #> 60175 VO #> 60214 VO #> 60223 VO #> 60225 VO #> 60229 VO #> 60230 VO #> 60236 VO #> 60249 VO #> 60256 VO #> 60263 VO #> 60287 VO #> 60344 VO #> 60347 VO #> 60367 VO #> 60377 VO #> 60378 VO #> 60393 VO #> 60400 VO #> 60411 VO #> 60414 VO #> 60434 VO #> 60456 VO #> 60465 VO #> 60471 VO #> 60477 VO #> 60502 VO #> 60537 VO #> 60552 VO #> 60558 VO #> 60567 VO #> 60568 VO #> 60578 VO #> 60615 VO #> 60620 VO #> 60627 VO #> 60628 VO #> 60633 VO #> 60706 VO #> 60707 VO #> 60712 VO #> 60724 VO #> 60737 VO #> 60746 VO #> 60747 VO #> 60753 VO #> 60761 VO #> 60776 VO #> 60783 VO #> 60827 VO #> 60845 VO #> 60857 VO #> 60970 VOX #> 60972 VOX #> 60975 VOX #> 60985 VOX #> 60991 VOX #> 60992 VOX #> 60994 VOX #> 61019 VOX #> 61022 VOX #> 61028 VOX #> 61033 VOX #> 61035 VOX #> 61052 VOX #> 61060 VOX #> 61061 VOX #> 61075 VOX #> 61086 VOX #> 61095 VOX #> 61120 VOX #> 61145 VOX #> 61157 VOX #> 61158 VOX #> 61160 VOX #> 61170 VOX #> 61197 XOV #> 61213 XOV #> 61225 OXV #> 61231 OXV #> 61273 OVX #> 61344 No dominant order #> 61384 No dominant order #> 61462 Postpositions #> 61536 Postpositions #> 61562 Postpositions #> 61585 Postpositions #> 61595 Postpositions #> 61758 Postpositions #> 61762 Postpositions #> 61781 Postpositions #> 61784 Postpositions #> 61808 Postpositions #> 61968 Postpositions #> 62037 Prepositions #> 62039 Prepositions #> 62040 Prepositions #> 62072 Prepositions #> 62073 Prepositions #> 62075 Prepositions #> 62077 Prepositions #> 62092 Prepositions #> 62097 Prepositions #> 62103 Prepositions #> 62106 Prepositions #> 62136 Prepositions #> 62142 Prepositions #> 62150 Prepositions #> 62162 Prepositions #> 62185 Prepositions #> 62206 Prepositions #> 62209 Prepositions #> 62219 Prepositions #> 62225 Prepositions #> 62227 Prepositions #> 62229 Prepositions #> 62235 Prepositions #> 62242 Prepositions #> 62247 Prepositions #> 62258 Prepositions #> 62263 Prepositions #> 62272 Prepositions #> 62277 Prepositions #> 62281 Prepositions #> 62302 Prepositions #> 62307 Prepositions #> 62321 Prepositions #> 62333 Prepositions #> 62341 Prepositions #> 62361 Prepositions #> 62370 Prepositions #> 62371 Prepositions #> 62391 Prepositions #> 62401 Prepositions #> 62428 Prepositions #> 62441 Prepositions #> 62455 Prepositions #> 62463 Prepositions #> 62464 Prepositions #> 62473 Prepositions #> 62478 Prepositions #> 62481 Prepositions #> 62486 Prepositions #> 62494 Prepositions #> 62506 Prepositions #> 62512 Prepositions #> 62513 Prepositions #> 62531 Prepositions #> 62537 Prepositions #> 62538 Prepositions #> 62541 Prepositions #> 62582 No dominant order #> 62592 No dominant order #> 62605 No dominant order #> 62607 No dominant order #> 62610 No dominant order #> 62611 No dominant order #> 62654 Genitive-Noun #> 62711 Genitive-Noun #> 62754 Genitive-Noun #> 62760 Genitive-Noun #> 62778 Genitive-Noun #> 62839 Genitive-Noun #> 62846 Genitive-Noun #> 62851 Genitive-Noun #> 62927 Genitive-Noun #> 63037 Genitive-Noun #> 63224 Genitive-Noun #> 63232 Genitive-Noun #> 63275 Genitive-Noun #> 63340 Noun-Genitive #> 63344 Noun-Genitive #> 63346 Noun-Genitive #> 63347 Noun-Genitive #> 63371 Noun-Genitive #> 63382 Noun-Genitive #> 63404 Noun-Genitive #> 63430 Noun-Genitive #> 63439 Noun-Genitive #> 63447 Noun-Genitive #> 63457 Noun-Genitive #> 63459 Noun-Genitive #> 63461 Noun-Genitive #> 63468 Noun-Genitive #> 63471 Noun-Genitive #> 63476 Noun-Genitive #> 63494 Noun-Genitive #> 63495 Noun-Genitive #> 63498 Noun-Genitive #> 63499 Noun-Genitive #> 63512 Noun-Genitive #> 63513 Noun-Genitive #> 63526 Noun-Genitive #> 63531 Noun-Genitive #> 63532 Noun-Genitive #> 63533 Noun-Genitive #> 63537 Noun-Genitive #> 63563 Noun-Genitive #> 63568 Noun-Genitive #> 63575 Noun-Genitive #> 63580 Noun-Genitive #> 63581 Noun-Genitive #> 63585 Noun-Genitive #> 63604 Noun-Genitive #> 63619 Noun-Genitive #> 63636 Noun-Genitive #> 63642 Noun-Genitive #> 63662 Noun-Genitive #> 63663 Noun-Genitive #> 63669 Noun-Genitive #> 63670 Noun-Genitive #> 63674 Noun-Genitive #> 63680 Noun-Genitive #> 63681 Noun-Genitive #> 63688 Noun-Genitive #> 63697 Noun-Genitive #> 63705 Noun-Genitive #> 63744 Noun-Genitive #> 63755 Noun-Genitive #> 63757 Noun-Genitive #> 63758 Noun-Genitive #> 63768 Noun-Genitive #> 63769 Noun-Genitive #> 63772 Noun-Genitive #> 63776 Noun-Genitive #> 63778 Noun-Genitive #> 63792 Noun-Genitive #> 63794 Noun-Genitive #> 63798 No dominant order #> 63816 No dominant order #> 63888 No dominant order #> 63917 Adjective-Noun #> 64044 Adjective-Noun #> 64127 Adjective-Noun #> 64134 Adjective-Noun #> 64135 Adjective-Noun #> 64138 Adjective-Noun #> 64159 Adjective-Noun #> 64207 Adjective-Noun #> 64219 Adjective-Noun #> 64244 Adjective-Noun #> 64246 Adjective-Noun #> 64253 Adjective-Noun #> 64258 Adjective-Noun #> 64264 Adjective-Noun #> 64295 Noun-Adjective #> 64300 Noun-Adjective #> 64301 Noun-Adjective #> 64303 Noun-Adjective #> 64334 Noun-Adjective #> 64354 Noun-Adjective #> 64361 Noun-Adjective #> 64387 Noun-Adjective #> 64391 Noun-Adjective #> 64397 Noun-Adjective #> 64407 Noun-Adjective #> 64425 Noun-Adjective #> 64445 Noun-Adjective #> 64479 Noun-Adjective #> 64486 Noun-Adjective #> 64490 Noun-Adjective #> 64521 Noun-Adjective #> 64524 Noun-Adjective #> 64549 Noun-Adjective #> 64551 Noun-Adjective #> 64562 Noun-Adjective #> 64568 Noun-Adjective #> 64580 Noun-Adjective #> 64592 Noun-Adjective #> 64626 Noun-Adjective #> 64627 Noun-Adjective #> 64668 Noun-Adjective #> 64671 Noun-Adjective #> 64672 Noun-Adjective #> 64719 Noun-Adjective #> 64723 Noun-Adjective #> 64724 Noun-Adjective #> 64728 Noun-Adjective #> 64746 Noun-Adjective #> 64774 Noun-Adjective #> 64827 Noun-Adjective #> 64887 Noun-Adjective #> 64891 Noun-Adjective #> 64898 Noun-Adjective #> 64900 Noun-Adjective #> 64901 Noun-Adjective #> 64945 Noun-Adjective #> 64967 Noun-Adjective #> 64968 Noun-Adjective #> 64982 Noun-Adjective #> 65063 Noun-Adjective #> 65071 Noun-Adjective #> 65090 Noun-Adjective #> 65103 Noun-Adjective #> 65105 Noun-Adjective #> 65122 Noun-Adjective #> 65129 Noun-Adjective #> 65130 Noun-Adjective #> 65138 Noun-Adjective #> 65185 No dominant order #> 65196 No dominant order #> 65241 No dominant order #> 65250 No dominant order #> 65287 Demonstrative-Noun #> 65397 Demonstrative-Noun #> 65408 Demonstrative-Noun #> 65409 Demonstrative-Noun #> 65460 Demonstrative-Noun #> 65464 Demonstrative-Noun #> 65499 Demonstrative-Noun #> 65538 Demonstrative-Noun #> 65562 Demonstrative-Noun #> 65603 Demonstrative-Noun #> 65671 Demonstrative-Noun #> 65695 Demonstrative-Noun #> 65711 Demonstrative-Noun #> 65724 Demonstrative-Noun #> 65726 Demonstrative-Noun #> 65823 Noun-Demonstrative #> 65824 Noun-Demonstrative #> 65828 Noun-Demonstrative #> 65844 Noun-Demonstrative #> 65856 Noun-Demonstrative #> 65875 Noun-Demonstrative #> 65890 Noun-Demonstrative #> 65937 Noun-Demonstrative #> 65945 Noun-Demonstrative #> 65962 Noun-Demonstrative #> 65969 Noun-Demonstrative #> 65986 Noun-Demonstrative #> 66028 Noun-Demonstrative #> 66052 Noun-Demonstrative #> 66084 Noun-Demonstrative #> 66098 Noun-Demonstrative #> 66125 Noun-Demonstrative #> 66126 Noun-Demonstrative #> 66127 Noun-Demonstrative #> 66135 Noun-Demonstrative #> 66136 Noun-Demonstrative #> 66140 Noun-Demonstrative #> 66163 Noun-Demonstrative #> 66177 Noun-Demonstrative #> 66186 Noun-Demonstrative #> 66202 Noun-Demonstrative #> 66225 Noun-Demonstrative #> 66230 Noun-Demonstrative #> 66236 Noun-Demonstrative #> 66269 Noun-Demonstrative #> 66296 Noun-Demonstrative #> 66302 Noun-Demonstrative #> 66319 Noun-Demonstrative #> 66320 Noun-Demonstrative #> 66321 Noun-Demonstrative #> 66326 Noun-Demonstrative #> 66345 Noun-Demonstrative #> 66375 Demonstrative suffix #> 66383 Demonstrative suffix #> 66385 Demonstrative suffix #> 66390 Demonstrative suffix #> 66395 Demonstrative suffix #> 66401 Demonstrative before and after Noun #> 66402 Demonstrative before and after Noun #> 66425 Mixed #> 66426 Mixed #> 66428 Mixed #> 66440 Mixed #> 66454 Mixed #> 66460 Mixed #> 66477 Mixed #> 66478 Mixed #> 66483 Numeral-Noun #> 66511 Numeral-Noun #> 66563 Numeral-Noun #> 66579 Numeral-Noun #> 66586 Numeral-Noun #> 66606 Numeral-Noun #> 66625 Numeral-Noun #> 66665 Numeral-Noun #> 66680 Numeral-Noun #> 66684 Numeral-Noun #> 66698 Numeral-Noun #> 66760 Numeral-Noun #> 66788 Numeral-Noun #> 66798 Numeral-Noun #> 66827 Numeral-Noun #> 66830 Numeral-Noun #> 66842 Numeral-Noun #> 66843 Numeral-Noun #> 66854 Numeral-Noun #> 66886 Numeral-Noun #> 66888 Numeral-Noun #> 66895 Numeral-Noun #> 66919 Numeral-Noun #> 66930 Numeral-Noun #> 66931 Numeral-Noun #> 66968 Noun-Numeral #> 66984 Noun-Numeral #> 66999 Noun-Numeral #> 67032 Noun-Numeral #> 67052 Noun-Numeral #> 67055 Noun-Numeral #> 67056 Noun-Numeral #> 67087 Noun-Numeral #> 67096 Noun-Numeral #> 67121 Noun-Numeral #> 67123 Noun-Numeral #> 67164 Noun-Numeral #> 67169 Noun-Numeral #> 67188 Noun-Numeral #> 67192 Noun-Numeral #> 67234 Noun-Numeral #> 67238 Noun-Numeral #> 67250 Noun-Numeral #> 67253 Noun-Numeral #> 67258 Noun-Numeral #> 67299 Noun-Numeral #> 67303 Noun-Numeral #> 67308 Noun-Numeral #> 67345 Noun-Numeral #> 67364 Noun-Numeral #> 67366 Noun-Numeral #> 67386 Noun-Numeral #> 67405 Noun-Numeral #> 67428 Noun-Numeral #> 67442 Noun-Numeral #> 67469 Noun-Numeral #> 67470 Noun-Numeral #> 67476 Noun-Numeral #> 67494 Noun-Numeral #> 67530 Noun-Numeral #> 67545 Noun-Numeral #> 67553 Noun-Numeral #> 67563 Noun-Numeral #> 67569 No dominant order #> 67577 No dominant order #> 67579 No dominant order #> 67610 No dominant order #> 67619 No dominant order #> 67642 Initial velar nasal #> 67819 No initial velar nasal #> 67890 No velar nasal #> 67898 No velar nasal #> 67916 No velar nasal #> 67926 No velar nasal #> 67936 No velar nasal #> 67939 No velar nasal #> 67956 No velar nasal #> 67960 No velar nasal #> 67966 No velar nasal #> 67985 No velar nasal #> 68013 No velar nasal #> 68015 No velar nasal #> 68021 No velar nasal #> 68025 No velar nasal #> 68032 No velar nasal #> 68060 No velar nasal #> 68061 No velar nasal #> 68069 No velar nasal #> 68086 No velar nasal #> 68094 No velar nasal #> 68097 No velar nasal #> 68107 Noun-Relative clause #> 68110 Noun-Relative clause #> 68119 Noun-Relative clause #> 68140 Noun-Relative clause #> 68151 Noun-Relative clause #> 68169 Noun-Relative clause #> 68207 Noun-Relative clause #> 68220 Noun-Relative clause #> 68228 Noun-Relative clause #> 68234 Noun-Relative clause #> 68244 Noun-Relative clause #> 68249 Noun-Relative clause #> 68296 Noun-Relative clause #> 68297 Noun-Relative clause #> 68299 Noun-Relative clause #> 68300 Noun-Relative clause #> 68323 Noun-Relative clause #> 68342 Noun-Relative clause #> 68347 Noun-Relative clause #> 68351 Noun-Relative clause #> 68367 Noun-Relative clause #> 68374 Noun-Relative clause #> 68378 Noun-Relative clause #> 68383 Noun-Relative clause #> 68386 Noun-Relative clause #> 68390 Noun-Relative clause #> 68406 Noun-Relative clause #> 68419 Noun-Relative clause #> 68424 Noun-Relative clause #> 68439 Noun-Relative clause #> 68455 Noun-Relative clause #> 68456 Noun-Relative clause #> 68457 Noun-Relative clause #> 68458 Noun-Relative clause #> 68466 Noun-Relative clause #> 68482 Noun-Relative clause #> 68487 Noun-Relative clause #> 68497 Noun-Relative clause #> 68519 Noun-Relative clause #> 68523 Noun-Relative clause #> 68549 Noun-Relative clause #> 68557 Noun-Relative clause #> 68589 Noun-Relative clause #> 68601 Noun-Relative clause #> 68602 Noun-Relative clause #> 68622 Noun-Relative clause #> 68640 Noun-Relative clause #> 68646 Noun-Relative clause #> 68653 Noun-Relative clause #> 68656 Noun-Relative clause #> 68657 Noun-Relative clause #> 68674 Noun-Relative clause #> 68694 Relative clause-Noun #> 68722 Relative clause-Noun #> 68734 Relative clause-Noun #> 68745 Relative clause-Noun #> 68775 Relative clause-Noun #> 68778 Relative clause-Noun #> 68810 Relative clause-Noun #> 68819 Relative clause-Noun #> 68873 Mixed #> 68930 Relative clause-Noun (RelN) dominant #> 68937 Relative clause-Noun (RelN) dominant #> 69008 Relative clause-Noun (RelN) dominant #> 69009 Relative clause-Noun (RelN) dominant #> 69024 Relative clause-Noun (RelN) dominant #> 69057 Relative clause-Noun (RelN) dominant #> 69064 Relative clause-Noun (RelN) dominant #> 69065 Relative clause-Noun (RelN) dominant #> 69091 RelN or NRel #> 69122 Noun-Relative clause (NRel) dominant #> 69136 Noun-Relative clause (NRel) dominant #> 69146 Noun-Relative clause (NRel) dominant #> 69147 Noun-Relative clause (NRel) dominant #> 69154 Noun-Relative clause (NRel) dominant #> 69156 Noun-Relative clause (NRel) dominant #> 69170 Noun-Relative clause (NRel) dominant #> 69174 Noun-Relative clause (NRel) dominant #> 69178 Noun-Relative clause (NRel) dominant #> 69183 Noun-Relative clause (NRel) dominant #> 69191 Noun-Relative clause (NRel) dominant #> 69234 Noun-Relative clause (NRel) dominant #> 69254 Noun-Relative clause (NRel) dominant #> 69268 Noun-Relative clause (NRel) dominant #> 69281 Noun-Relative clause (NRel) dominant #> 69283 Noun-Relative clause (NRel) dominant #> 69300 Noun-Relative clause (NRel) dominant #> 69304 Noun-Relative clause (NRel) dominant #> 69311 Noun-Relative clause (NRel) dominant #> 69314 Noun-Relative clause (NRel) dominant #> 69321 Noun-Relative clause (NRel) dominant #> 69352 Noun-Relative clause (NRel) dominant #> 69364 Noun-Relative clause (NRel) dominant #> 69383 Noun-Relative clause (NRel) dominant #> 69390 Noun-Relative clause (NRel) dominant #> 69407 Noun-Relative clause (NRel) dominant #> 69415 Noun-Relative clause (NRel) dominant #> 69444 Noun-Relative clause (NRel) dominant #> 69448 Noun-Relative clause (NRel) dominant #> 69458 Noun-Relative clause (NRel) dominant #> 69487 Noun-Relative clause (NRel) dominant #> 69510 Noun-Relative clause (NRel) dominant #> 69522 Noun-Relative clause (NRel) dominant #> 69530 Noun-Relative clause (NRel) dominant #> 69537 Noun-Relative clause (NRel) dominant #> 69565 Noun-Relative clause (NRel) dominant #> 69566 Noun-Relative clause (NRel) dominant #> 69568 Noun-Relative clause (NRel) dominant #> 69571 Noun-Relative clause (NRel) dominant #> 69599 Noun-Relative clause (NRel) dominant #> 69604 Noun-Relative clause (NRel) dominant #> 69608 Noun-Relative clause (NRel) dominant #> 69611 Noun-Relative clause (NRel) dominant #> 69612 Noun-Relative clause (NRel) dominant #> 69618 Noun-Relative clause (NRel) dominant #> 69625 Noun-Relative clause (NRel) dominant #> 69637 Noun-Relative clause (NRel) dominant #> 69668 Noun-Relative clause (NRel) dominant #> 69674 Noun-Relative clause (NRel) dominant #> 69680 Noun-Relative clause (NRel) dominant #> 69687 Noun-Relative clause (NRel) dominant #> 69691 Noun-Relative clause (NRel) dominant #> 69723 NRel or RelN #> 69840 Double-headed as nondominant type #> 69852 Degree word-Adjective #> 69853 Degree word-Adjective #> 69877 Degree word-Adjective #> 69879 Degree word-Adjective #> 70014 Degree word-Adjective #> 70072 Adjective-Degree word #> 70075 Adjective-Degree word #> 70089 Adjective-Degree word #> 70121 Adjective-Degree word #> 70129 Adjective-Degree word #> 70150 Adjective-Degree word #> 70168 Adjective-Degree word #> 70207 Adjective-Degree word #> 70223 Adjective-Degree word #> 70240 Adjective-Degree word #> 70282 No dominant order #> 70295 No dominant order #> 70298 No dominant order #> 70321 No dominant order #> 70344 Initial #> 70346 Initial #> 70361 Initial #> 70369 Initial #> 70373 Initial #> 70382 Initial #> 70394 Initial #> 70429 Initial #> 70442 Initial #> 70459 Final #> 70472 Final #> 70481 Final #> 70487 Final #> 70489 Final #> 70494 Final #> 70498 Final #> 70535 Final #> 70572 Final #> 70586 Final #> 70587 Final #> 70599 Final #> 70601 Final #> 70607 Final #> 70608 Final #> 70620 Final #> 70632 Final #> 70657 Final #> 70658 Final #> 70660 Final #> 70690 Final #> 70724 Final #> 70739 Final #> 70757 Final #> 70763 Final #> 70822 Other position #> 70872 No question particle #> 70896 No question particle #> 70898 No question particle #> 70904 No question particle #> 70911 No question particle #> 70914 No question particle #> 70929 No question particle #> 70945 No question particle #> 70949 No question particle #> 70950 No question particle #> 70982 No question particle #> 70993 No question particle #> 71047 No question particle #> 71099 No question particle #> 71108 No question particle #> 71127 No question particle #> 71136 No question particle #> 71160 No question particle #> 71161 No question particle #> 71166 No question particle #> 71204 No question particle #> 71216 Initial interrogative phrase #> 71243 Initial interrogative phrase #> 71251 Initial interrogative phrase #> 71252 Initial interrogative phrase #> 71267 Initial interrogative phrase #> 71279 Initial interrogative phrase #> 71286 Initial interrogative phrase #> 71291 Initial interrogative phrase #> 71321 Initial interrogative phrase #> 71417 Initial interrogative phrase #> 71454 Initial interrogative phrase #> 71478 Not initial interrogative phrase #> 71480 Not initial interrogative phrase #> 71488 Not initial interrogative phrase #> 71492 Not initial interrogative phrase #> 71522 Not initial interrogative phrase #> 71525 Not initial interrogative phrase #> 71535 Not initial interrogative phrase #> 71540 Not initial interrogative phrase #> 71548 Not initial interrogative phrase #> 71560 Not initial interrogative phrase #> 71633 Not initial interrogative phrase #> 71643 Not initial interrogative phrase #> 71647 Not initial interrogative phrase #> 71675 Not initial interrogative phrase #> 71727 Not initial interrogative phrase #> 71748 Not initial interrogative phrase #> 71758 Not initial interrogative phrase #> 71817 Not initial interrogative phrase #> 71818 Not initial interrogative phrase #> 71848 Not initial interrogative phrase #> 71857 Not initial interrogative phrase #> 71868 Not initial interrogative phrase #> 71869 Not initial interrogative phrase #> 71875 Not initial interrogative phrase #> 71905 Not initial interrogative phrase #> 71911 Not initial interrogative phrase #> 71923 Not initial interrogative phrase #> 71946 Not initial interrogative phrase #> 71954 Not initial interrogative phrase #> 71977 Not initial interrogative phrase #> 71985 Not initial interrogative phrase #> 72017 Not initial interrogative phrase #> 72050 Not initial interrogative phrase #> 72059 Not initial interrogative phrase #> 72063 Not initial interrogative phrase #> 72066 Not initial interrogative phrase #> 72088 Mixed #> 72095 Mixed #> 72115 Initial subordinator word #> 72122 Initial subordinator word #> 72124 Initial subordinator word #> 72132 Initial subordinator word #> 72143 Initial subordinator word #> 72161 Initial subordinator word #> 72223 Initial subordinator word #> 72224 Initial subordinator word #> 72239 Initial subordinator word #> 72249 Initial subordinator word #> 72272 Initial subordinator word #> 72273 Initial subordinator word #> 72281 Initial subordinator word #> 72283 Initial subordinator word #> 72293 Initial subordinator word #> 72301 Initial subordinator word #> 72304 Initial subordinator word #> 72309 Initial subordinator word #> 72323 Initial subordinator word #> 72331 Initial subordinator word #> 72334 Initial subordinator word #> 72341 Initial subordinator word #> 72342 Initial subordinator word #> 72370 Initial subordinator word #> 72371 Initial subordinator word #> 72372 Initial subordinator word #> 72379 Initial subordinator word #> 72401 Initial subordinator word #> 72403 Initial subordinator word #> 72426 Initial subordinator word #> 72431 Initial subordinator word #> 72474 Initial subordinator word #> 72488 Initial subordinator word #> 72493 Initial subordinator word #> 72564 Final subordinator word #> 72581 Final subordinator word #> 72596 Final subordinator word #> 72643 Subordinating suffix #> 72693 Mixed #> 72708 Mixed #> 72719 Mixed #> 72731 Mixed #> 72741 Mixed #> 72759 Mixed #> 72808 OV and Postpositions #> 72872 OV and Postpositions #> 72880 OV and Postpositions #> 72943 OV and Postpositions #> 72963 OV and Postpositions #> 72969 OV and Postpositions #> 73033 OV and Postpositions #> 73149 OV and Postpositions #> 73150 OV and Postpositions #> 73199 OV and Postpositions #> 73235 OV and Postpositions #> 73241 OV and Prepositions #> 73249 OV and Prepositions #> 73250 OV and Prepositions #> 73252 OV and Prepositions #> 73312 VO and Prepositions #> 73318 VO and Prepositions #> 73329 VO and Prepositions #> 73331 VO and Prepositions #> 73337 VO and Prepositions #> 73340 VO and Prepositions #> 73349 VO and Prepositions #> 73351 VO and Prepositions #> 73353 VO and Prepositions #> 73356 VO and Prepositions #> 73358 VO and Prepositions #> 73372 VO and Prepositions #> 73375 VO and Prepositions #> 73381 VO and Prepositions #> 73384 VO and Prepositions #> 73411 VO and Prepositions #> 73414 VO and Prepositions #> 73441 VO and Prepositions #> 73444 VO and Prepositions #> 73465 VO and Prepositions #> 73495 VO and Prepositions #> 73503 VO and Prepositions #> 73506 VO and Prepositions #> 73517 VO and Prepositions #> 73527 VO and Prepositions #> 73577 VO and Prepositions #> 73587 VO and Prepositions #> 73594 VO and Prepositions #> 73602 VO and Prepositions #> 73607 VO and Prepositions #> 73616 VO and Prepositions #> 73622 VO and Prepositions #> 73625 VO and Prepositions #> 73649 VO and Prepositions #> 73657 VO and Prepositions #> 73667 VO and Prepositions #> 73668 VO and Prepositions #> 73673 VO and Prepositions #> 73676 VO and Prepositions #> 73686 VO and Prepositions #> 73703 VO and Prepositions #> 73710 VO and Prepositions #> 73714 VO and Prepositions #> 73743 VO and Prepositions #> 73748 VO and Prepositions #> 73750 VO and Prepositions #> 73754 Other #> 73789 Other #> 73826 Other #> 73843 Other #> 73879 Other #> 73882 Other #> 73919 OV and RelN #> 73925 OV and RelN #> 73962 OV and RelN #> 73968 OV and RelN #> 73986 OV and RelN #> 74014 OV and RelN #> 74022 OV and RelN #> 74036 OV and RelN #> 74051 OV and NRel #> 74052 OV and NRel #> 74064 OV and NRel #> 74072 OV and NRel #> 74099 OV and NRel #> 74130 OV and NRel #> 74135 OV and NRel #> 74143 OV and NRel #> 74160 VO and NRel #> 74184 VO and NRel #> 74199 VO and NRel #> 74204 VO and NRel #> 74206 VO and NRel #> 74214 VO and NRel #> 74221 VO and NRel #> 74226 VO and NRel #> 74227 VO and NRel #> 74233 VO and NRel #> 74240 VO and NRel #> 74251 VO and NRel #> 74279 VO and NRel #> 74287 VO and NRel #> 74290 VO and NRel #> 74304 VO and NRel #> 74313 VO and NRel #> 74327 VO and NRel #> 74331 VO and NRel #> 74332 VO and NRel #> 74337 VO and NRel #> 74338 VO and NRel #> 74354 VO and NRel #> 74358 VO and NRel #> 74369 VO and NRel #> 74371 VO and NRel #> 74375 VO and NRel #> 74380 VO and NRel #> 74384 VO and NRel #> 74394 VO and NRel #> 74415 VO and NRel #> 74420 VO and NRel #> 74440 VO and NRel #> 74480 VO and NRel #> 74486 VO and NRel #> 74494 VO and NRel #> 74501 VO and NRel #> 74509 VO and NRel #> 74529 VO and NRel #> 74530 VO and NRel #> 74546 VO and NRel #> 74555 VO and NRel #> 74573 VO and NRel #> 74686 Other #> 74748 Other #> 74794 OV and AdjN #> 74814 OV and AdjN #> 74816 OV and AdjN #> 74850 OV and AdjN #> 74860 OV and AdjN #> 74888 OV and AdjN #> 74896 OV and AdjN #> 74897 OV and AdjN #> 74941 OV and AdjN #> 74971 OV and AdjN #> 74985 OV and AdjN #> 75009 OV and NAdj #> 75020 OV and NAdj #> 75025 OV and NAdj #> 75051 OV and NAdj #> 75089 OV and NAdj #> 75099 OV and NAdj #> 75171 OV and NAdj #> 75253 OV and NAdj #> 75279 OV and NAdj #> 75317 OV and NAdj #> 75350 VO and AdjN #> 75359 VO and AdjN #> 75407 VO and AdjN #> 75457 VO and NAdj #> 75461 VO and NAdj #> 75473 VO and NAdj #> 75493 VO and NAdj #> 75497 VO and NAdj #> 75524 VO and NAdj #> 75527 VO and NAdj #> 75528 VO and NAdj #> 75529 VO and NAdj #> 75533 VO and NAdj #> 75550 VO and NAdj #> 75558 VO and NAdj #> 75565 VO and NAdj #> 75590 VO and NAdj #> 75591 VO and NAdj #> 75599 VO and NAdj #> 75662 VO and NAdj #> 75665 VO and NAdj #> 75668 VO and NAdj #> 75685 VO and NAdj #> 75686 VO and NAdj #> 75692 VO and NAdj #> 75698 VO and NAdj #> 75700 VO and NAdj #> 75701 VO and NAdj #> 75702 VO and NAdj #> 75703 VO and NAdj #> 75743 VO and NAdj #> 75760 VO and NAdj #> 75774 VO and NAdj #> 75781 VO and NAdj #> 75785 VO and NAdj #> 75788 VO and NAdj #> 75794 VO and NAdj #> 75859 VO and NAdj #> 75863 VO and NAdj #> 75867 VO and NAdj #> 75881 VO and NAdj #> 75892 VO and NAdj #> 75893 VO and NAdj #> 75905 VO and NAdj #> 75906 Other #> 75915 Other #> 75921 Other #> 76072 Other #> 76109 Neutral #> 76164 Neutral #> 76171 Neutral #> 76206 Nominative - accusative (standard) #> 76242 Nominative - accusative (standard) #> 76248 Nominative - accusative (marked nominative) #> 76250 Nominative - accusative (marked nominative) #> 76303 Neutral #> 76307 Neutral #> 76309 Neutral #> 76327 Neutral #> 76364 Neutral #> 76398 Nominative - accusative (standard) #> 76412 Nominative - accusative (standard) #> code_ID language_ID iso_code glottocode #> 164 1A-2 hba heb hebr1245 #> 215 1A-3 kul gmo gamo1244 #> 237 1A-3 ker ker kera1255 #> 244 1A-3 diz mdx dizi1235 #> 269 1A-3 tug thv taha1241 #> 350 1A-3 bej bej beja1238 #> 359 1A-3 hmr amf hame1242 #> 382 1A-3 som som soma1255 #> 389 1A-3 knk kna dera1248 #> 395 1A-3 kef kbr kafa1242 #> 400 1A-3 dnw daa dang1274 #> 404 1A-3 nap trg lish1246 #> 419 1A-4 lam lme peve1243 #> 429 1A-4 orh hae east2652 #> 448 1A-4 mrg mrt marg1265 #> 450 1A-4 irq irk iraq1241 #> 457 1A-4 awn awn awng1244 #> 461 1A-4 soq sqt soqo1240 #> 462 1A-4 hau hau haus1257 #> 464 1A-4 amh amh amha1245 #> 471 1A-4 ktk aal afad1236 #> 479 1A-4 aeg arz egyp1253 #> 490 1A-4 bma tzm cent2194 #> 497 1A-4 tgr tig tigr1270 #> 498 1A-4 anc anc ngas1240 #> 511 1A-5 ngz ngi ngiz1242 #> 517 1A-5 ter ttr tera1251 #> 538 1A-5 dah dal daha1245 #> 572 10A-1 tmk tmc tuma1260 #> 672 10A-2 ktk aal afad1236 #> 690 10A-2 pod pbi park1239 #> 692 10A-2 aeg arz egyp1253 #> 705 10A-2 hrs hss hars1241 #> 709 10A-2 lam lme peve1243 #> 720 10A-2 ban bcw bana1305 #> 724 10A-2 irq irk iraq1241 #> 742 10A-2 heb heb hebr1245 #> 747 10A-2 kem ahg qima1242 #> 761 10A-2 orh hae east2652 #> 774 10A-2 hau hau haus1257 #> 789 10A-2 bma tzm cent2194 #> 822 10B-1 lam lme peve1243 #> 823 10B-1 ktk aal afad1236 #> 825 10B-1 pod pbi park1239 #> 826 10B-1 ban bcw bana1305 #> 884 100A-1 gud gde gude1246 #> 911 100A-1 mle mdy male1284 #> 922 100A-1 hau hau haus1257 #> 931 100A-1 hmr amf hame1242 #> 961 100A-2 heb heb hebr1245 #> 973 100A-2 lel lln lele1276 #> 974 100A-2 bln byn bili1260 #> 985 100A-2 ker ker kera1255 #> 994 100A-2 mup sur mwag1236 #> 997 100A-2 cop cop copt1239 #> 1007 100A-2 brn bds buru1320 #> 1008 100A-2 irq irk iraq1241 #> 1009 100A-2 amh amh amha1245 #> 1020 100A-2 orh hae east2652 #> 1073 100A-2 aeg arz egyp1253 #> 1076 100A-2 bma tzm cent2194 #> 1080 100A-2 diz mdx dizi1235 #> 1134 100A-2 bej bej beja1238 #> 1264 101A-1 gud gde gude1246 #> 1277 101A-1 mup sur mwag1236 #> 1311 101A-2 aeg arz egyp1253 #> 1317 101A-2 uld udl wuzl1236 #> 1318 101A-2 irq irk iraq1241 #> 1382 101A-2 dim dim dime1235 #> 1386 101A-2 bma tzm cent2194 #> 1403 101A-2 bfg #> 1421 101A-2 zay zay zays1235 #> 1432 101A-2 sid sid sida1246 #> 1451 101A-2 bej bej beja1238 #> 1461 101A-2 orh hae east2652 #> 1471 101A-2 naj aij lish1245 #> 1478 101A-2 cld cld chal1275 #> 1482 101A-2 asy apc nort3139 #> 1496 101A-2 meh gdq mehr1241 #> 1521 101A-2 chh sgw seba1251 #> 1542 101A-2 brf rif tari1263 #> 1557 101A-2 amr ary moro1292 #> 1576 101A-2 amh amh amha1245 #> 1594 101A-2 tsk taq tama1365 #> 1595 101A-2 bln byn bili1260 #> 1610 101A-2 aar aiw aari1239 #> 1656 101A-2 arq acm meso1252 #> 1684 101A-2 arg afb gulf1241 #> 1713 101A-2 tgh thv taha1241 #> 1726 101A-2 tgr tig tigr1270 #> 1780 101A-4 gim bcq benc1235 #> 1788 101A-4 hau hau haus1257 #> 1789 101A-4 brn bds buru1320 #> 1792 101A-4 mof mif mofu1248 #> 1803 101A-4 ngz ngi ngiz1242 #> 1807 101A-4 miy mkf miya1266 #> 1810 101A-4 ron cla ronn1241 #> 1819 101A-4 mbr mpk mbar1260 #> 1832 101A-4 mgu mug musg1254 #> 1839 101A-4 lel lln lele1276 #> 1840 101A-4 som som soma1255 #> 1879 101A-5 goe ank goem1240 #> 1893 101A-5 mas mcn masa1322 #> 1908 101A-6 dha dsh daas1238 #> 1915 101A-6 bid bid bidi1241 #> 1918 101A-6 heb heb hebr1245 #> 1920 101A-6 bud bdm budu1265 #> 1935 101A-6 mlg mfi wand1278 #> 1941 102A-1 gud gde gude1246 #> 1971 102A-1 hmr amf hame1242 #> 2002 102A-1 hau hau haus1257 #> 2023 102A-2 cop cop copt1239 #> 2037 102A-2 orh hae east2652 #> 2045 102A-2 brn bds buru1320 #> 2050 102A-2 irq irk iraq1241 #> 2073 102A-2 heb heb hebr1245 #> 2092 102A-2 diz mdx dizi1235 #> 2096 102A-3 ker ker kera1255 #> 2098 102A-3 mup sur mwag1236 #> 2133 102A-5 aeg arz egyp1253 #> 2147 102A-5 bln byn bili1260 #> 2247 102A-5 bej bej beja1238 #> 2296 102A-5 bma tzm cent2194 #> 2298 102A-5 lel lln lele1276 #> 2304 102A-5 amh amh amha1245 #> 2344 103A-1 ker ker kera1255 #> 2366 103A-1 mle mdy male1284 #> 2372 103A-1 hmr amf hame1242 #> 2378 103A-1 gud gde gude1246 #> 2397 103A-1 hau hau haus1257 #> 2399 103A-1 mup sur mwag1236 #> 2422 103A-2 lel lln lele1276 #> 2453 103A-2 bej bej beja1238 #> 2459 103A-2 amh amh amha1245 #> 2463 103A-2 bma tzm cent2194 #> 2511 103A-2 brn bds buru1320 #> 2512 103A-2 cop cop copt1239 #> 2539 103A-2 irq irk iraq1241 #> 2551 103A-2 diz mdx dizi1235 #> 2571 103A-2 bln byn bili1260 #> 2599 103A-3 orh hae east2652 #> 2625 103A-4 aeg arz egyp1253 #> 2657 103A-4 heb heb hebr1245 #> 2705 104A-1 diz mdx dizi1235 #> 2720 104A-1 gud gde gude1246 #> 2739 104A-1 ker ker kera1255 #> 2743 104A-1 orh hae east2652 #> 2748 104A-1 heb heb hebr1245 #> 2758 104A-1 brn bds buru1320 #> 2788 104A-1 mle mdy male1284 #> 2793 104A-1 cop cop copt1239 #> 2805 104A-1 mup sur mwag1236 #> 2873 104A-1 hau hau haus1257 #> 2875 104A-1 hmr amf hame1242 #> 2882 104A-1 irq irk iraq1241 #> 2899 104A-2 bln byn bili1260 #> 2930 104A-2 bma tzm cent2194 #> 2935 104A-2 bej bej beja1238 #> 2950 104A-2 aeg arz egyp1253 #> 2976 104A-2 amh amh amha1245 #> 3052 104A-4 lel lln lele1276 #> 3089 105A-1 ron cla ronn1241 #> 3096 105A-1 per pip pero1241 #> 3108 105A-1 gam gmv gamo1243 #> 3113 105A-1 mgu mug musg1254 #> 3147 105A-1 kem ahg qima1242 #> 3158 105A-1 mup sur mwag1236 #> 3163 105A-1 mlt mlt malt1254 #> 3168 105A-1 qaf aar afar1241 #> 3187 105A-1 bma tzm cent2194 #> 3190 105A-1 gdf gdf gudu1252 #> 3192 105A-1 dug gwd gaww1239 #> 3194 105A-1 cop cop copt1239 #> 3206 105A-1 zay zay zays1235 #> 3207 105A-1 heb heb hebr1245 #> 3217 105A-1 bfg #> 3221 105A-1 ker ker kera1255 #> 3223 105A-1 mle mdy male1284 #> 3224 105A-1 tig tir tigr1271 #> 3253 105A-1 irq irk iraq1241 #> 3259 105A-1 orh hae east2652 #> 3271 105A-2 miy mkf miya1266 #> 3275 105A-2 dah dal daha1245 #> 3285 105A-2 amh amh amha1245 #> 3290 105A-2 hdi xed hdii1240 #> 3339 105A-2 lel lln lele1276 #> 3354 105A-3 som som soma1255 #> 3410 105A-3 hau hau haus1257 #> 3447 105A-4 aeg arz egyp1253 #> 3472 106A-2 anc anc ngas1240 #> 3495 106A-2 orh hae east2652 #> 3505 106A-2 hau hau haus1257 #> 3552 106A-2 bma tzm cent2194 #> 3561 106A-2 aeg arz egyp1253 #> 3583 106A-3 heb heb hebr1245 #> 3610 106A-4 gim bcq benc1235 #> 3636 107A-1 bln byn bili1260 #> 3646 107A-1 diz mdx dizi1235 #> 3692 107A-1 mle mdy male1284 #> 3693 107A-1 amh amh amha1245 #> 3694 107A-1 aeg arz egyp1253 #> 3714 107A-1 hau hau haus1257 #> 3716 107A-1 bma tzm cent2194 #> 3752 107A-1 bej bej beja1238 #> 3766 107A-1 cop cop copt1239 #> 3769 107A-1 heb heb hebr1245 #> 3770 107A-1 hmr amf hame1242 #> 3776 107A-1 irq irk iraq1241 #> 3870 107A-2 lel lln lele1276 #> 3900 107A-2 mup sur mwag1236 #> 3916 107A-2 ker ker kera1255 #> 3966 107A-2 orh hae east2652 #> 3969 107A-2 brn bds buru1320 #> 3994 107A-2 gud gde gude1246 #> 4062 108A-3 heb heb hebr1245 #> 4071 108A-3 bma tzm cent2194 #> 4107 108A-3 hau hau haus1257 #> 4129 108A-3 qaf aar afar1241 #> 4143 108A-3 aeg arz egyp1253 #> 4162 108A-3 bej bej beja1238 #> 4174 108A-3 chh sgw seba1251 #> 4176 108A-3 irq irk iraq1241 #> 4178 108A-3 orh hae east2652 #> 4260 108B-4 heb heb hebr1245 #> 4263 108B-4 irq irk iraq1241 #> 4264 108B-4 orh hae east2652 #> 4268 108B-4 chh sgw seba1251 #> 4285 108B-4 qaf aar afar1241 #> 4358 108B-4 bma tzm cent2194 #> 4369 108B-4 hau hau haus1257 #> 4379 108B-4 aeg arz egyp1253 #> 4380 108B-4 bej bej beja1238 #> 4390 109A-1 qaf aar afar1241 #> 4401 109A-2 chh sgw seba1251 #> 4447 109A-3 hau hau haus1257 #> 4480 109A-8 heb heb hebr1245 #> 4484 109A-8 orh hae east2652 #> 4486 109A-8 irq irk iraq1241 #> 4515 109A-8 aeg arz egyp1253 #> 4524 109A-8 bma tzm cent2194 #> 4598 109B-2 hau hau haus1257 #> 4613 109B-4 qaf aar afar1241 #> 4639 109B-4 chh sgw seba1251 #> 4663 109B-5 aeg arz egyp1253 #> 4685 109B-5 bma tzm cent2194 #> 4714 109B-5 irq irk iraq1241 #> 4729 109B-5 orh hae east2652 #> 4746 109B-5 heb heb hebr1245 #> 4763 11A-1 lam lme peve1243 #> 4789 11A-1 tgr tig tigr1270 #> 4799 11A-1 hau hau haus1257 #> 4806 11A-1 bma tzm cent2194 #> 4811 11A-1 ngz ngi ngiz1242 #> 4817 11A-1 ker ker kera1255 #> 4829 11A-1 anc anc ngas1240 #> 4833 11A-1 awn awn awng1244 #> 4848 11A-1 som som soma1255 #> 4860 11A-1 ter ttr tera1251 #> 4930 11A-1 knk kna dera1248 #> 4948 11A-1 soq sqt soqo1240 #> 4964 11A-1 tas shi tach1250 #> 4966 11A-1 dnw daa dang1274 #> 4992 11A-1 diz mdx dizi1235 #> 5029 11A-1 hba heb hebr1245 #> 5037 11A-1 nap trg lish1246 #> 5075 11A-1 bej bej beja1238 #> 5081 11A-1 tug thv taha1241 #> 5082 11A-1 kul gmo gamo1244 #> 5095 11A-1 aeg arz egyp1253 #> 5103 11A-1 mrg mrt marg1265 #> 5111 11A-1 dah dal daha1245 #> 5131 11A-1 amh amh amha1245 #> 5137 11A-1 hmr amf hame1242 #> 5139 11A-1 ktk aal afad1236 #> 5193 11A-1 kef kbr kafa1242 #> 5243 11A-1 irq irk iraq1241 #> 5266 11A-1 orh hae east2652 #> 5311 110A-1 hau hau haus1257 #> 5385 110A-2 awn awn awng1244 #> 5386 110A-2 heb heb hebr1245 #> 5395 110A-2 orh hae east2652 #> 5412 110A-2 aeg arz egyp1253 #> 5452 111A-2 orw ssn waat1238 #> 5460 111A-2 tas shi tach1250 #> 5469 111A-2 awn awn awng1244 #> 5479 111A-2 amh amh amha1245 #> 5503 111A-2 kem ahg qima1242 #> 5530 111A-2 bej bej beja1238 #> 5544 111A-2 irq irk iraq1241 #> 5575 111A-2 cld cld chal1275 #> 5588 111A-2 heb heb hebr1245 #> 5608 111A-2 bma tzm cent2194 #> 5622 111A-2 hau hau haus1257 #> 5675 111A-2 orh hae east2652 #> 5679 111A-2 aeg arz egyp1253 #> 5747 112A-1 tan tan nucl1696 #> 5806 112A-1 wly wal wola1242 #> 5829 112A-1 dim dim dime1235 #> 5850 112A-1 aar aiw aari1239 #> 5855 112A-1 gim bcq benc1235 #> 5875 112A-1 bej bej beja1238 #> 5884 112A-1 kem ahg qima1242 #> 5903 112A-1 sod gru kist1241 #> 5918 112A-1 tgr tig tigr1270 #> 5921 112A-1 bln byn bili1260 #> 5937 112A-1 brn bds buru1320 #> 5958 112A-1 chh sgw seba1251 #> 5975 112A-1 mlg mfi wand1278 #> 5983 112A-1 cop cop copt1239 #> 5984 112A-1 zay zay zays1235 #> 5985 112A-1 arq acm meso1252 #> 6131 112A-1 irq irk iraq1241 #> 6133 112A-2 bud bdm budu1265 #> 6137 112A-2 tsk taq tama1365 #> 6138 112A-2 lag kot lagw1237 #> 6179 112A-2 tgh thv taha1241 #> 6184 112A-2 bfg #> 6204 112A-2 uld udl wuzl1236 #> 6213 112A-2 arg afb gulf1241 #> 6217 112A-2 meh gdq mehr1241 #> 6218 112A-2 mas mcn masa1322 #> 6247 112A-2 bma tzm cent2194 #> 6289 112A-2 heb heb hebr1245 #> 6301 112A-2 arj afb gulf1241 #> 6302 112A-2 gud gde gude1246 #> 6310 112A-2 asy apc nort3139 #> 6342 112A-2 paa pqa paaa1242 #> 6385 112A-2 mrg mrt marg1265 #> 6410 112A-2 aeg arz egyp1253 #> 6415 112A-2 som som soma1255 #> 6445 112A-2 mgu mug musg1254 #> 6448 112A-2 pod pbi park1239 #> 6458 112A-2 sid sid sida1246 #> 6462 112A-2 brf rif tari1263 #> 6465 112A-2 hau hau haus1257 #> 6489 112A-2 lel lln lele1276 #> 6510 112A-2 mda mxu mada1293 #> 6514 112A-2 ngz ngi ngiz1242 #> 6539 112A-2 ter ttr tera1251 #> 6568 112A-2 naj aij lish1245 #> 6571 112A-2 ker ker kera1255 #> 6582 112A-2 lmg hia lama1288 #> 6628 112A-2 hna hna mina1276 #> 6699 112A-4 goe ank goem1240 #> 6707 112A-4 mup sur mwag1236 #> 6716 112A-4 anc anc ngas1240 #> 6772 112A-5 tas shi tach1250 #> 6790 112A-6 bid bid bidi1241 #> 6795 112A-6 tig tir tigr1271 #> 6799 112A-6 amh amh amha1245 #> 6824 112A-6 dha dsh daas1238 #> 6836 112A-6 orw ssn waat1238 #> 6848 112A-6 amr ary moro1292 #> 6849 112A-6 knk kna dera1248 #> 6857 112A-6 per pip pero1241 #> 6867 112A-6 hdi xed hdii1240 #> 6868 112A-6 miy mkf miya1266 #> 6881 112A-6 orh hae east2652 #> 6890 112A-6 kbl kab kaby1243 #> 6932 113A-1 mas mcn masa1322 #> 6967 113A-1 aeg arz egyp1253 #> 7009 113A-2 bma tzm cent2194 #> 7021 113A-2 irq irk iraq1241 #> 7028 113A-2 kem ahg qima1242 #> 7033 113A-2 som som soma1255 #> 7066 113A-3 bej bej beja1238 #> 7069 113A-3 hau hau haus1257 #> 7109 113A-3 miy mkf miya1266 #> 7115 113A-3 ker ker kera1255 #> 7147 113A-3 ter ttr tera1251 #> 7179 113A-3 heb heb hebr1245 #> 7184 113A-3 orh hae east2652 #> 7217 114A-1 heb heb hebr1245 #> 7225 114A-1 irq irk iraq1241 #> 7254 114A-3 hau hau haus1257 #> 7260 114A-3 ker ker kera1255 #> 7292 114A-3 miy mkf miya1266 #> 7293 114A-3 ter ttr tera1251 #> 7317 114A-3 kem ahg qima1242 #> 7347 114A-5 bma tzm cent2194 #> 7350 114A-5 som som soma1255 #> 7355 114A-5 orh hae east2652 #> 7358 114A-5 bej bej beja1238 #> 7431 114A-7 aeg arz egyp1253 #> 7476 114A-7 mas mcn masa1322 #> 7492 115A-1 bma tzm cent2194 #> 7505 115A-1 hau hau haus1257 #> 7507 115A-1 som som soma1255 #> 7513 115A-1 aeg arz egyp1253 #> 7529 115A-1 cop cop copt1239 #> 7547 115A-1 miy mkf miya1266 #> 7571 115A-1 lel lln lele1276 #> 7579 115A-1 mgu mug musg1254 #> 7587 115A-1 ker ker kera1255 #> 7615 115A-1 mle mdy male1284 #> 7616 115A-1 heb heb hebr1245 #> 7631 115A-1 orh hae east2652 #> 7648 115A-1 bud bdm budu1265 #> 7671 115A-3 mlg mfi wand1278 #> 7673 115A-3 mlt mlt malt1254 #> 7688 115A-4 irq irk iraq1241 #> 7726 116A-1 lel lln lele1276 #> 7728 116A-1 cop cop copt1239 #> 7730 116A-1 miy mkf miya1266 #> 7735 116A-1 heb heb hebr1245 #> 7800 116A-1 anc anc ngas1240 #> 7806 116A-1 knk kna dera1248 #> 7830 116A-1 som som soma1255 #> 7847 116A-1 ams arb stan1318 #> 7856 116A-1 tsk taq tama1365 #> 7863 116A-1 mup sur mwag1236 #> 7895 116A-1 bud bdm budu1265 #> 7904 116A-1 brf rif tari1263 #> 7919 116A-1 lag kot lagw1237 #> 7933 116A-1 bma tzm cent2194 #> 7946 116A-1 bfg #> 7951 116A-1 amr ary moro1292 #> 7968 116A-1 uld udl wuzl1236 #> 7971 116A-1 goe ank goem1240 #> 7997 116A-1 ter ttr tera1251 #> 8005 116A-1 tgh thv taha1241 #> 8012 116A-1 chh sgw seba1251 #> 8014 116A-1 ron cla ronn1241 #> 8022 116A-1 hdi xed hdii1240 #> 8031 116A-1 mrg mrt marg1265 #> 8058 116A-1 ker ker kera1255 #> 8080 116A-1 mgu mug musg1254 #> 8093 116A-1 pod pbi park1239 #> 8110 116A-1 asy apc nort3139 #> 8125 116A-1 per pip pero1241 #> 8140 116A-1 aeg arz egyp1253 #> 8176 116A-1 mas mcn masa1322 #> 8177 116A-1 mbr mpk mbar1260 #> 8196 116A-1 hna hna mina1276 #> 8197 116A-1 gud gde gude1246 #> 8217 116A-1 lmg hia lama1288 #> 8246 116A-1 hau hau haus1257 #> 8282 116A-2 aar aiw aari1239 #> 8292 116A-2 bln byn bili1260 #> 8293 116A-2 brn bds buru1320 #> 8322 116A-2 dim dim dime1235 #> 8323 116A-2 irq irk iraq1241 #> 8375 116A-2 kem ahg qima1242 #> 8384 116A-2 wly wal wola1242 #> 8388 116A-2 gim bcq benc1235 #> 8440 116A-2 bej bej beja1238 #> 8455 116A-3 amh amh amha1245 #> 8458 116A-3 tas shi tach1250 #> 8475 116A-5 zay zay zays1235 #> 8479 116A-6 sid sid sida1246 #> 8526 116A-6 tai thv taha1241 #> 8532 116A-6 dha dsh daas1238 #> 8534 116A-6 naj aij lish1245 #> 8538 116A-6 orh hae east2652 #> 8556 116A-6 arg afb gulf1241 #> 8590 116A-6 ngz ngi ngiz1242 #> 8600 116A-6 paa pqa paaa1242 #> 8634 116A-6 kbl kab kaby1243 #> 8643 116A-6 mlg mfi wand1278 #> 8646 116A-6 meh gdq mehr1241 #> 8666 117A-1 bln byn bili1260 #> 8674 117A-1 aeg arz egyp1253 #> 8676 117A-1 tug thv taha1241 #> 8677 117A-1 tas shi tach1250 #> 8678 117A-1 mlt mlt malt1254 #> 8681 117A-1 heb heb hebr1245 #> 8682 117A-1 amh amh amha1245 #> 8686 117A-1 cop cop copt1239 #> 8696 117A-1 kbl kab kaby1243 #> 8706 117A-2 bej bej beja1238 #> 8769 117A-4 ter ttr tera1251 #> 8777 117A-4 hau hau haus1257 #> 8781 117A-4 mup sur mwag1236 #> 8799 117A-4 som som soma1255 #> 8803 117A-4 mrg mrt marg1265 #> 8853 117A-5 orh hae east2652 #> 8919 118A-1 tas shi tach1250 #> 8994 118A-1 tug thv taha1241 #> 9029 118A-1 bma tzm cent2194 #> 9041 118A-2 heb heb hebr1245 #> 9078 118A-2 aeg arz egyp1253 #> 9089 118A-2 tgr tig tigr1270 #> 9092 118A-2 knk kna dera1248 #> 9099 118A-2 hau hau haus1257 #> 9100 118A-2 mlt mlt malt1254 #> 9106 118A-2 amh amh amha1245 #> 9119 118A-2 ngz ngi ngiz1242 #> 9131 118A-2 amr ary moro1292 #> 9190 118A-3 bej bej beja1238 #> 9191 118A-3 brj bji burj1242 #> 9196 118A-3 gud gde gude1246 #> 9210 118A-3 hmr amf hame1242 #> 9221 118A-3 kbl kab kaby1243 #> 9222 118A-3 diz mdx dizi1235 #> 9236 118A-3 dab dbq maza1304 #> 9242 118A-3 som som soma1255 #> 9243 118A-3 mrg mrt marg1265 #> 9245 118A-3 orh hae east2652 #> 9246 118A-3 irq irk iraq1241 #> 9256 118A-3 bln byn bili1260 #> 9265 118A-3 cop cop copt1239 #> 9301 119A-1 diz mdx dizi1235 #> 9303 119A-1 brj bji burj1242 #> 9321 119A-1 kbl kab kaby1243 #> 9323 119A-1 tas shi tach1250 #> 9348 119A-1 som som soma1255 #> 9353 119A-1 irq irk iraq1241 #> 9371 119A-1 hau hau haus1257 #> 9377 119A-1 knk kna dera1248 #> 9392 119A-1 bma tzm cent2194 #> 9399 119A-1 dab dbq maza1304 #> 9428 119A-1 gud gde gude1246 #> 9434 119A-1 cop cop copt1239 #> 9438 119A-1 hmr amf hame1242 #> 9453 119A-1 ngz ngi ngiz1242 #> 9510 119A-1 tug thv taha1241 #> 9511 119A-1 mrg mrt marg1265 #> 9549 119A-2 amr ary moro1292 #> 9567 119A-2 aeg arz egyp1253 #> 9570 119A-2 bej bej beja1238 #> 9576 119A-2 amh amh amha1245 #> 9593 119A-2 orh hae east2652 #> 9594 119A-2 heb heb hebr1245 #> 9598 119A-2 mlt mlt malt1254 #> 9608 119A-2 tgr tig tigr1270 #> 9620 119A-2 bln byn bili1260 #> 9729 12A-2 irq irk iraq1241 #> 9731 12A-2 tgr tig tigr1270 #> 9742 12A-2 kul gmo gamo1244 #> 9757 12A-2 awn awn awng1244 #> 9766 12A-2 ter ttr tera1251 #> 9770 12A-2 ngz ngi ngiz1242 #> 9788 12A-2 hmr amf hame1242 #> 9851 12A-2 som som soma1255 #> 9886 12A-2 orh hae east2652 #> 9937 12A-2 amh amh amha1245 #> 9948 12A-2 knk kna dera1248 #> 9949 12A-2 ker ker kera1255 #> 9959 12A-2 dnw daa dang1274 #> 9980 12A-2 hau hau haus1257 #> 9992 12A-2 kef kbr kafa1242 #> 10010 12A-3 bma tzm cent2194 #> 10014 12A-3 ktk aal afad1236 #> 10017 12A-3 diz mdx dizi1235 #> 10023 12A-3 anc anc ngas1240 #> 10026 12A-3 bej bej beja1238 #> 10054 12A-3 soq sqt soqo1240 #> 10071 12A-3 tas shi tach1250 #> 10072 12A-3 nap trg lish1246 #> 10076 12A-3 aeg arz egyp1253 #> 10119 12A-3 hba heb hebr1245 #> 10138 12A-3 tug thv taha1241 #> 10154 120A-1 hau hau haus1257 #> 10182 120A-1 bej bej beja1238 #> 10199 120A-1 tgr tig tigr1270 #> 10216 120A-1 hmr amf hame1242 #> 10250 120A-1 bln byn bili1260 #> 10254 120A-1 knk kna dera1248 #> 10304 120A-1 amh amh amha1245 #> 10324 120A-1 kbl kab kaby1243 #> 10331 120A-1 ngz ngi ngiz1242 #> 10362 120A-2 brj bji burj1242 #> 10385 120A-2 orh hae east2652 #> 10393 120A-2 aeg arz egyp1253 #> 10397 120A-2 som som soma1255 #> 10409 120A-2 tas shi tach1250 #> 10414 120A-2 cop cop copt1239 #> 10416 120A-2 mrg mrt marg1265 #> 10439 120A-2 gud gde gude1246 #> 10454 120A-2 heb heb hebr1245 #> 10466 120A-2 dab dbq maza1304 #> 10491 120A-2 bma tzm cent2194 #> 10504 120A-2 tug thv taha1241 #> 10510 120A-2 irq irk iraq1241 #> 10512 120A-2 diz mdx dizi1235 #> 10515 120A-2 amr ary moro1292 #> 10531 120A-2 mlt mlt malt1254 #> 10545 121A-1 bln byn bili1260 #> 10547 121A-1 kbl kab kaby1243 #> 10554 121A-1 heb heb hebr1245 #> 10562 121A-1 ams arb stan1318 #> 10568 121A-1 amr ary moro1292 #> 10572 121A-1 amh amh amha1245 #> 10575 121A-1 mlt mlt malt1254 #> 10583 121A-1 arg afb gulf1241 #> 10586 121A-1 bma tzm cent2194 #> 10590 121A-1 tug thv taha1241 #> 10596 121A-1 kem ahg qima1242 #> 10634 121A-2 mrg mrt marg1265 #> 10637 121A-2 hau hau haus1257 #> 10742 122A-4 lel lln lele1276 #> 10766 122A-4 orh hae east2652 #> 10773 122A-4 kjr kqy koor1239 #> 10782 122A-4 heb heb hebr1245 #> 10791 122A-4 aeg arz egyp1253 #> 10793 122A-4 blq bol nucl1695 #> 10797 122A-4 bma tzm cent2194 #> 10814 122A-4 kul gmo gamo1244 #> 10815 122A-4 mle mdy male1284 #> 10820 122A-4 gdr gid gida1247 #> 10822 122A-4 hau hau haus1257 #> 10838 122A-4 giz gis maro1246 #> 10848 122A-4 per pip pero1241 #> 10865 122A-4 miy mkf miya1266 #> 10903 123A-3 miy mkf miya1266 #> 10904 123A-3 heb heb hebr1245 #> 10905 123A-3 aeg arz egyp1253 #> 10908 123A-3 hau hau haus1257 #> 10909 123A-3 blq bol nucl1695 #> 10933 123A-4 per pip pero1241 #> 10950 123A-4 orh hae east2652 #> 10951 123A-4 mle mdy male1284 #> 10956 123A-4 bma tzm cent2194 #> 10994 124A-1 lel lln lele1276 #> 11005 124A-1 heb heb hebr1245 #> 11021 124A-1 cop cop copt1239 #> 11028 124A-1 kem ahg qima1242 #> 11037 124A-1 mle mdy male1284 #> 11038 124A-1 irq irk iraq1241 #> 11042 124A-1 mup sur mwag1236 #> 11051 124A-1 dha dsh daas1238 #> 11109 124A-1 ker ker kera1255 #> 11129 124A-2 aeg arz egyp1253 #> 11131 124A-2 hau hau haus1257 #> 11133 124A-2 bma tzm cent2194 #> 11134 124A-2 som som soma1255 #> 11152 124A-2 meh gdq mehr1241 #> 11155 124A-2 qaf aar afar1241 #> 11178 124A-2 bud bdm budu1265 #> 11183 124A-2 soq sqt soqo1240 #> 11198 124A-3 per pip pero1241 #> 11203 124A-3 miy mkf miya1266 #> 11206 124A-3 orh hae east2652 #> 11288 125A-1 som som soma1255 #> 11304 125A-2 heb heb hebr1245 #> 11309 125A-2 bma tzm cent2194 #> 11311 125A-2 arg afb gulf1241 #> 11350 125A-3 hau hau haus1257 #> 11353 125A-3 irq irk iraq1241 #> 11372 125A-3 orh hae east2652 #> 11392 125A-3 miy mkf miya1266 #> 11393 125A-3 per pip pero1241 #> 11431 125A-3 gim bcq benc1235 #> 11446 126A-1 orh hae east2652 #> 11461 126A-1 heb heb hebr1245 #> 11477 126A-1 miy mkf miya1266 #> 11492 126A-1 per pip pero1241 #> 11510 126A-1 som som soma1255 #> 11516 126A-2 hau hau haus1257 #> 11523 126A-2 bma tzm cent2194 #> 11532 126A-2 arg afb gulf1241 #> 11560 126A-3 gim bcq benc1235 #> 11562 126A-3 irq irk iraq1241 #> 11631 127A-1 heb heb hebr1245 #> 11640 127A-1 hau hau haus1257 #> 11641 127A-1 per pip pero1241 #> 11659 127A-1 som som soma1255 #> 11679 127A-1 orh hae east2652 #> 11691 127A-1 miy mkf miya1266 #> 11701 127A-2 arg afb gulf1241 #> 11726 127A-2 bma tzm cent2194 #> 11761 127A-3 irq irk iraq1241 #> 11767 127A-3 gim bcq benc1235 #> 11783 128A-1 heb heb hebr1245 #> 11810 128A-1 per pip pero1241 #> 11816 128A-1 orb gax bora1271 #> 11829 128A-1 miy mkf miya1266 #> 11887 128A-1 gim bcq benc1235 #> 11893 128A-2 mup sur mwag1236 #> 11901 128A-2 arg afb gulf1241 #> 11903 128A-2 bma tzm cent2194 #> 11933 129A-1 amh amh amha1245 #> 11953 129A-1 mup sur mwag1236 #> 12020 129A-1 ngz ngi ngiz1242 #> 12050 129A-1 hau hau haus1257 #> 12066 129A-1 amr ary moro1292 #> 12077 129A-1 per pip pero1241 #> 12136 129A-1 tbe tig tigr1270 #> 12207 129A-2 moc moy shek1244 #> 12240 129A-2 owc gaz west2721 #> 12497 129A-2 heb heb hebr1245 #> 12536 13A-1 soq sqt soqo1240 #> 12547 13A-1 bma tzm cent2194 #> 12555 13A-1 tas shi tach1250 #> 12628 13A-1 nap trg lish1246 #> 12639 13A-1 tug thv taha1241 #> 12643 13A-1 tgr tig tigr1270 #> 12655 13A-1 aeg arz egyp1253 #> 12750 13A-1 amh amh amha1245 #> 12756 13A-1 hba heb hebr1245 #> 12865 13A-2 hmr amf hame1242 #> 12872 13A-2 hau hau haus1257 #> 12876 13A-2 kul gmo gamo1244 #> 12885 13A-2 mrg mrt marg1265 #> 12892 13A-2 ngz ngi ngiz1242 #> 12906 13A-2 kef kbr kafa1242 #> 12911 13A-2 knk kna dera1248 #> 12912 13A-2 dah dal daha1245 #> 12917 13A-2 dnw daa dang1274 #> 12937 13A-2 awn awn awng1244 #> 12949 13A-2 irq irk iraq1241 #> 12952 13A-2 som som soma1255 #> 12955 13A-2 bej bej beja1238 #> 12958 13A-2 ktk aal afad1236 #> 12981 13A-3 anc anc ngas1240 #> 12982 13A-3 lam lme peve1243 #> 12990 13A-3 ter ttr tera1251 #> 13014 13A-3 diz mdx dizi1235 #> 13050 13A-3 orh hae east2652 #> 13061 13A-3 ker ker kera1255 #> 13100 130A-1 ngz ngi ngiz1242 #> 13139 130A-2 per pip pero1241 #> 13156 130A-2 amr ary moro1292 #> 13198 130A-2 owc gaz west2721 #> 13202 130A-2 hau hau haus1257 #> 13230 130A-2 moc moy shek1244 #> 13369 130A-2 heb heb hebr1245 #> 13379 130A-2 amh amh amha1245 #> 13432 130A-2 tbe tig tigr1270 #> 13503 130A-2 kul gmo gamo1244 #> 13530 130A-2 mup sur mwag1236 #> 13724 130B-3 ngz ngi ngiz1242 #> 13735 131A-1 hau hau haus1257 #> 13737 131A-1 bma tzm cent2194 #> 13766 131A-1 amh amh amha1245 #> 13774 131A-1 tug thv taha1241 #> 13797 131A-1 aeg arz egyp1253 #> 13802 131A-1 orh hae east2652 #> 13849 131A-1 heb heb hebr1245 #> 13850 131A-1 irq irk iraq1241 #> 13944 132A-3 lel lln lele1276 #> 14039 132A-7 arl apc nort3139 #> 14053 133A-1 lel lln lele1276 #> 14153 133A-7 arl apc nort3139 #> 14167 134A-1 arl apc nort3139 #> 14276 134A-5 lel lln lele1276 #> 14288 135A-1 arl apc nort3139 #> 14396 135A-3 lel lln lele1276 #> 14417 136A-1 heb heb hebr1245 #> 14425 136A-1 diz mdx dizi1235 #> 14431 136A-1 orh hae east2652 #> 14435 136A-1 aeg arz egyp1253 #> 14476 136A-1 bma tzm cent2194 #> 14524 136A-1 bej bej beja1238 #> 14558 136A-1 amh amh amha1245 #> 14568 136A-1 hau hau haus1257 #> 14645 136B-1 diz mdx dizi1235 #> 14678 136B-1 hau hau haus1257 #> 14703 136B-1 amh amh amha1245 #> 14719 136B-1 aeg arz egyp1253 #> 14743 136B-1 orh hae east2652 #> 14751 136B-1 bej bej beja1238 #> 14760 136B-1 heb heb hebr1245 #> 14764 136B-1 bma tzm cent2194 #> 14879 137A-1 diz mdx dizi1235 #> 14931 137A-1 orh hae east2652 #> 14945 137A-1 heb heb hebr1245 #> 14961 137A-1 amh amh amha1245 #> 14974 137A-1 bej bej beja1238 #> 15023 137A-1 aeg arz egyp1253 #> 15045 137A-1 hau hau haus1257 #> 15088 137A-3 bma tzm cent2194 #> 15120 137B-1 orh hae east2652 #> 15132 137B-1 bej bej beja1238 #> 15136 137B-1 amh amh amha1245 #> 15149 137B-1 diz mdx dizi1235 #> 15161 137B-1 hau hau haus1257 #> 15185 137B-1 aeg arz egyp1253 #> 15211 137B-1 heb heb hebr1245 #> 15317 137B-2 bma tzm cent2194 #> 15324 138A-1 amh amh amha1245 #> 15327 138A-1 orh hae east2652 #> 15346 138A-1 brj bji burj1242 #> 15361 138A-1 dah dal daha1245 #> 15362 138A-1 som som soma1255 #> 15380 138A-1 aeg arz egyp1253 #> 15392 138A-1 qaf aar afar1241 #> 15404 138A-1 hau hau haus1257 #> 15418 138A-1 ssh bwo boro1277 #> 15422 138A-1 owc gaz west2721 #> 15425 138A-1 yms jnj yems1235 #> 15478 138A-2 mlt mlt malt1254 #> 15495 138A-2 heb heb hebr1245 #> 15523 138A-3 ren rel rend1243 #> 15541 138A-3 bma tzm cent2194 #> 15546 138A-3 kbl kab kaby1243 #> 15589 14A-1 bej bej beja1238 #> 15593 14A-1 irq irk iraq1241 #> 15598 14A-1 arv ajp sout3123 #> 15614 14A-1 asy apc nort3139 #> 15617 14A-1 ael ayl liby1240 #> 15629 14A-1 ker ker kera1255 #> 15641 14A-1 abe apc nort3139 #> 15691 14A-1 aeg arz egyp1253 #> 15697 14A-1 sao ssy saho1246 #> 15717 14A-1 arg afb gulf1241 #> 15725 14A-1 ahs mey hass1238 #> 15726 14A-1 mlt mlt malt1254 #> 15746 14A-1 arh acw hija1235 #> 15749 14A-1 arl apc nort3139 #> 15753 14A-1 gor gow goro1270 #> 15786 14A-1 apa ajp sout3123 #> 15956 14A-6 naj aij lish1245 #> 16005 14A-6 nsy aii assy1241 #> 16055 14A-7 bma tzm cent2194 #> 16057 14A-7 tas shi tach1250 #> 16058 14A-7 heb heb hebr1245 #> 16135 142A-1 abh abv baha1259 #> 16136 142A-1 heb heb hebr1245 #> 16138 142A-1 ako acy cypr1248 #> 16147 142A-1 mlt mlt malt1254 #> 16152 142A-1 som som soma1255 #> 16159 142A-1 arl apc nort3139 #> 16164 142A-1 ars ayn sana1295 #> 16170 142A-1 amr ary moro1292 #> 16171 142A-1 bej bej beja1238 #> 16176 142A-1 atu aeb tuni1259 #> 16216 142A-2 hau hau haus1257 #> 16245 142A-2 ter ttr tera1251 #> 16285 143A-1 heb heb hebr1245 #> 16354 143A-1 asy apc nort3139 #> 16360 143A-1 bch shy tach1249 #> 16367 143A-1 arg afb gulf1241 #> 16379 143A-1 tgh thv taha1241 #> 16466 143A-1 brf rif tari1263 #> 16500 143A-1 bfg #> 16537 143A-1 sid sid sida1246 #> 16580 143A-1 som som soma1255 #> 16600 143A-1 naj aij lish1245 #> 16644 143A-1 ams arb stan1318 #> 16740 143A-1 bmz mzb tumz1238 #> 16759 143A-1 gud gde gude1246 #> 16794 143A-1 arj afb gulf1241 #> 16820 143A-14 tig tir tigr1271 #> 16831 143A-14 bid bid bidi1241 #> 16834 143A-14 hdi xed hdii1240 #> 16837 143A-14 amh amh amha1245 #> 16839 143A-14 miy mkf miya1266 #> 16842 143A-14 amr ary moro1292 #> 16855 143A-14 per pip pero1241 #> 16859 143A-14 dha dsh daas1238 #> 16898 143A-14 orh hae east2652 #> 16917 143A-14 orw ssn waat1238 #> 16926 143A-14 knk kna dera1248 #> 16928 143A-14 kbl kab kaby1243 #> 16938 143A-15 lmg hia lama1288 #> 16943 143A-15 hau hau haus1257 #> 16966 143A-15 paa pqa paaa1242 #> 16980 143A-15 cop cop copt1239 #> 16989 143A-15 ter ttr tera1251 #> 16997 143A-15 tsk taq tama1365 #> 17005 143A-15 aeg arz egyp1253 #> 17006 143A-15 mup sur mwag1236 #> 17033 143A-2 hna hna mina1276 #> 17037 143A-2 ker ker kera1255 #> 17039 143A-2 meh gdq mehr1241 #> 17056 143A-2 lel lln lele1276 #> 17061 143A-2 mas mcn masa1322 #> 17062 143A-2 goe ank goem1240 #> 17069 143A-2 pod pbi park1239 #> 17072 143A-2 lag kot lagw1237 #> 17074 143A-2 bud bdm budu1265 #> 17088 143A-2 uld udl wuzl1236 #> 17097 143A-2 mgu mug musg1254 #> 17124 143A-2 giz gis maro1246 #> 17125 143A-2 anc anc ngas1240 #> 17141 143A-2 mda mxu mada1293 #> 17154 143A-2 mig mmy miga1249 #> 17163 143A-2 mbr mpk mbar1260 #> 17167 143A-2 mrg mrt marg1265 #> 17179 143A-2 ngz ngi ngiz1242 #> 17187 143A-2 ron cla ronn1241 #> 17195 143A-3 chh sgw seba1251 #> 17219 143A-3 sod gru kist1241 #> 17234 143A-3 bej bej beja1238 #> 17313 143A-3 tgr tig tigr1270 #> 17317 143A-3 arq acm meso1252 #> 17390 143A-4 bln byn bili1260 #> 17408 143A-4 gim bcq benc1235 #> 17418 143A-4 irq irk iraq1241 #> 17422 143A-4 wly wal wola1242 #> 17455 143A-4 aar aiw aari1239 #> 17464 143A-4 tan tan nucl1696 #> 17467 143A-4 mlg mfi wand1278 #> 17472 143A-4 dim dim dime1235 #> 17514 143A-4 brn bds buru1320 #> 17516 143A-4 kem ahg qima1242 #> 17520 143A-4 zay zay zays1235 #> 17579 143A-7 tas shi tach1250 #> 17606 143B-1 bid bid bidi1241 #> 17607 143B-1 per pip pero1241 #> 17613 143B-1 knk kna dera1248 #> 17623 143B-1 kbl kab kaby1243 #> 17638 143B-14 miy mkf miya1266 #> 17650 143B-2 dha dsh daas1238 #> 17662 143B-2 orw ssn waat1238 #> 17688 143B-4 amh amh amha1245 #> 17690 143B-4 tig tir tigr1271 #> 17699 143B-4 amr ary moro1292 #> 17711 143B-6 orh hae east2652 #> 17716 143B-9 hdi xed hdii1240 #> 17719 143C-1 hau hau haus1257 #> 17735 143C-13 tsk taq tama1365 #> 17737 143C-14 aeg arz egyp1253 #> 17739 143C-16 cop cop copt1239 #> 17749 143C-2 mup sur mwag1236 #> 17752 143C-2 paa pqa paaa1242 #> 17764 143C-2 ter ttr tera1251 #> 17797 143C-9 lmg hia lama1288 #> 17812 143E-1 ams arb stan1318 #> 17817 143E-1 asy apc nort3139 #> 17854 143E-1 paa pqa paaa1242 #> 17901 143E-1 bfg #> 17934 143E-1 hau hau haus1257 #> 17945 143E-1 knk kna dera1248 #> 17965 143E-1 arg afb gulf1241 #> 17966 143E-1 naj aij lish1245 #> 18011 143E-1 dha dsh daas1238 #> 18023 143E-1 tgh thv taha1241 #> 18027 143E-1 per pip pero1241 #> 18089 143E-1 bid bid bidi1241 #> 18122 143E-1 brf rif tari1263 #> 18165 143E-1 kbl kab kaby1243 #> 18175 143E-1 ter ttr tera1251 #> 18203 143E-1 heb heb hebr1245 #> 18209 143E-1 orw ssn waat1238 #> 18283 143E-1 sid sid sida1246 #> 18287 143E-1 mup sur mwag1236 #> 18298 143E-1 arj afb gulf1241 #> 18328 143E-1 tsk taq tama1365 #> 18332 143E-1 gud gde gude1246 #> 18338 143E-1 bch shy tach1249 #> 18361 143E-1 miy mkf miya1266 #> 18389 143E-1 som som soma1255 #> 18408 143E-1 bmz mzb tumz1238 #> 18517 143E-2 tig tir tigr1271 #> 18570 143E-2 orh hae east2652 #> 18580 143E-2 sod gru kist1241 #> 18610 143E-2 amr ary moro1292 #> 18644 143E-2 bej bej beja1238 #> 18665 143E-2 arq acm meso1252 #> 18669 143E-2 tgr tig tigr1270 #> 18706 143E-2 amh amh amha1245 #> 18714 143E-2 chh sgw seba1251 #> 18722 143E-3 cop cop copt1239 #> 18733 143E-3 aeg arz egyp1253 #> 18735 143E-3 tas shi tach1250 #> 18746 143E-4 aar aiw aari1239 #> 18760 143E-4 mbr mpk mbar1260 #> 18761 143E-4 brn bds buru1320 #> 18764 143E-4 mda mxu mada1293 #> 18791 143E-4 irq irk iraq1241 #> 18816 143E-4 pod pbi park1239 #> 18825 143E-4 mig mmy miga1249 #> 18836 143E-4 uld udl wuzl1236 #> 18840 143E-4 hdi xed hdii1240 #> 18858 143E-4 mrg mrt marg1265 #> 18880 143E-4 ker ker kera1255 #> 18899 143E-4 ngz ngi ngiz1242 #> 18900 143E-4 dim dim dime1235 #> 18901 143E-4 mas mcn masa1322 #> 18905 143E-4 lag kot lagw1237 #> 18909 143E-4 mgu mug musg1254 #> 18910 143E-4 goe ank goem1240 #> 18938 143E-4 kem ahg qima1242 #> 18951 143E-4 bln byn bili1260 #> 18954 143E-4 ron cla ronn1241 #> 18968 143E-4 mlg mfi wand1278 #> 18978 143E-4 anc anc ngas1240 #> 18988 143E-4 meh gdq mehr1241 #> 18995 143E-4 bud bdm budu1265 #> 19012 143E-4 zay zay zays1235 #> 19063 143E-4 gim bcq benc1235 #> 19081 143E-4 hna hna mina1276 #> 19106 143E-4 tan tan nucl1696 #> 19109 143E-4 lmg hia lama1288 #> 19111 143E-4 lel lln lele1276 #> 19116 143E-4 giz gis maro1246 #> 19125 143E-4 wly wal wola1242 #> 19139 143F-1 uld udl wuzl1236 #> 19140 143F-1 ker ker kera1255 #> 19160 143F-1 anc anc ngas1240 #> 19164 143F-1 lmg hia lama1288 #> 19171 143F-1 mig mmy miga1249 #> 19177 143F-1 miy mkf miya1266 #> 19180 143F-1 bud bdm budu1265 #> 19181 143F-1 knk kna dera1248 #> 19193 143F-1 per pip pero1241 #> 19198 143F-1 ter ttr tera1251 #> 19217 143F-1 ron cla ronn1241 #> 19228 143F-1 mbr mpk mbar1260 #> 19233 143F-1 mas mcn masa1322 #> 19251 143F-1 pod pbi park1239 #> 19268 143F-1 mrg mrt marg1265 #> 19281 143F-1 hau hau haus1257 #> 19286 143F-1 mda mxu mada1293 #> 19289 143F-1 lel lln lele1276 #> 19290 143F-1 hdi xed hdii1240 #> 19297 143F-1 paa pqa paaa1242 #> 19310 143F-1 hna hna mina1276 #> 19315 143F-1 ngz ngi ngiz1242 #> 19319 143F-1 lag kot lagw1237 #> 19330 143F-1 mgu mug musg1254 #> 19340 143F-1 bid bid bidi1241 #> 19347 143F-1 mup sur mwag1236 #> 19353 143F-1 goe ank goem1240 #> 19370 143F-1 cop cop copt1239 #> 19380 143F-1 giz gis maro1246 #> 19391 143F-1 meh gdq mehr1241 #> 19408 143F-1 kbl kab kaby1243 #> 19432 143F-2 bln byn bili1260 #> 19436 143F-2 gim bcq benc1235 #> 19445 143F-2 amh amh amha1245 #> 19451 143F-2 amr ary moro1292 #> 19462 143F-2 mlg mfi wand1278 #> 19475 143F-2 aeg arz egyp1253 #> 19503 143F-2 aar aiw aari1239 #> 19506 143F-2 tan tan nucl1696 #> 19541 143F-2 brn bds buru1320 #> 19579 143F-2 dha dsh daas1238 #> 19591 143F-2 zay zay zays1235 #> 19615 143F-2 orw ssn waat1238 #> 19650 143F-2 wly wal wola1242 #> 19664 143F-2 tig tir tigr1271 #> 19671 143F-2 kem ahg qima1242 #> 19713 143F-2 dim dim dime1235 #> 19720 143F-2 irq irk iraq1241 #> 19848 143F-4 arj afb gulf1241 #> 19917 143F-4 tgr tig tigr1270 #> 19924 143F-4 arg afb gulf1241 #> 19989 143F-4 bej bej beja1238 #> 19995 143F-4 chh sgw seba1251 #> 20034 143F-4 bmz mzb tumz1238 #> 20042 143F-4 asy apc nort3139 #> 20092 143F-4 sod gru kist1241 #> 20094 143F-4 tsk taq tama1365 #> 20141 143F-4 heb heb hebr1245 #> 20163 143F-4 bch shy tach1249 #> 20167 143F-4 gud gde gude1246 #> 20183 143F-4 tgh thv taha1241 #> 20251 143F-4 naj aij lish1245 #> 20272 143F-4 sid sid sida1246 #> 20304 143F-4 bfg #> 20342 143F-4 arq acm meso1252 #> 20394 143F-4 brf rif tari1263 #> 20395 143F-4 som som soma1255 #> 20409 143F-4 ams arb stan1318 #> 20426 143F-4 tas shi tach1250 #> 20436 143F-4 orh hae east2652 #> 20457 143G-1 orh hae east2652 #> 20462 143G-3 tsk taq tama1365 #> 20478 143G-4 ams arb stan1318 #> 20482 143G-4 cop cop copt1239 #> 20489 143G-4 bud bdm budu1265 #> 20544 143G-4 amh amh amha1245 #> 20553 143G-4 tgr tig tigr1270 #> 20570 143G-4 tas shi tach1250 #> 20596 143G-4 som som soma1255 #> 20601 143G-4 kbl kab kaby1243 #> 20614 143G-4 sod gru kist1241 #> 20640 143G-4 ter ttr tera1251 #> 20660 143G-4 bch shy tach1249 #> 20678 143G-4 mda mxu mada1293 #> 20691 143G-4 lel lln lele1276 #> 20698 143G-4 ker ker kera1255 #> 20703 143G-4 bid bid bidi1241 #> 20718 143G-4 dim dim dime1235 #> 20732 143G-4 hdi xed hdii1240 #> 20748 143G-4 mig mmy miga1249 #> 20800 143G-4 anc anc ngas1240 #> 20802 143G-4 bln byn bili1260 #> 20815 143G-4 bfg #> 20826 143G-4 mbr mpk mbar1260 #> 20837 143G-4 meh gdq mehr1241 #> 20851 143G-4 naj aij lish1245 #> 20863 143G-4 kem ahg qima1242 #> 20867 143G-4 aar aiw aari1239 #> 20894 143G-4 ngz ngi ngiz1242 #> 20947 143G-4 brf rif tari1263 #> 20970 143G-4 irq irk iraq1241 #> 20990 143G-4 lmg hia lama1288 #> 21054 143G-4 paa pqa paaa1242 #> 21055 143G-4 gim bcq benc1235 #> 21075 143G-4 arg afb gulf1241 #> 21077 143G-4 lag kot lagw1237 #> 21109 143G-4 miy mkf miya1266 #> 21129 143G-4 heb heb hebr1245 #> 21162 143G-4 amr ary moro1292 #> 21170 143G-4 mgu mug musg1254 #> 21214 143G-4 pod pbi park1239 #> 21221 143G-4 chh sgw seba1251 #> 21223 143G-4 arq acm meso1252 #> 21231 143G-4 per pip pero1241 #> 21244 143G-4 bej bej beja1238 #> 21291 143G-4 hau hau haus1257 #> 21293 143G-4 sid sid sida1246 #> 21333 143G-4 dha dsh daas1238 #> 21392 143G-4 zay zay zays1235 #> 21397 143G-4 orw ssn waat1238 #> 21430 143G-4 knk kna dera1248 #> 21491 143G-4 wly wal wola1242 #> 21503 143G-4 asy apc nort3139 #> 21534 143G-4 brn bds buru1320 #> 21555 143G-4 ron cla ronn1241 #> 21565 143G-4 mlg mfi wand1278 #> 21577 143G-4 aeg arz egyp1253 #> 21578 143G-4 tig tir tigr1271 #> 21588 143G-4 mup sur mwag1236 #> 21612 143G-4 hna hna mina1276 #> 21617 143G-4 mrg mrt marg1265 #> 21646 143G-4 uld udl wuzl1236 #> 21659 143G-4 arj afb gulf1241 #> 21673 143G-4 tan tan nucl1696 #> 21682 143G-4 bmz mzb tumz1238 #> 21688 143G-4 goe ank goem1240 #> 21722 143G-4 mas mcn masa1322 #> 21771 143G-4 gud gde gude1246 #> 21773 143G-4 giz gis maro1246 #> 21775 143G-4 tgh thv taha1241 #> 21778 144A-1 gud gde gude1246 #> 21788 144A-11 pod pbi park1239 #> 21838 144A-16 meh gdq mehr1241 #> 21884 144A-16 bch shy tach1249 #> 21887 144A-16 asy apc nort3139 #> 21918 144A-18 bid bid bidi1241 #> 21926 144A-18 tig tir tigr1271 #> 21930 144A-18 hdi xed hdii1240 #> 21932 144A-18 dha dsh daas1238 #> 21935 144A-18 amr ary moro1292 #> 21957 144A-18 amh amh amha1245 #> 21958 144A-18 orw ssn waat1238 #> 21961 144A-18 miy mkf miya1266 #> 21979 144A-18 knk kna dera1248 #> 21983 144A-18 orh hae east2652 #> 21994 144A-18 kbl kab kaby1243 #> 22004 144A-18 per pip pero1241 #> 22009 144A-19 lmg hia lama1288 #> 22010 144A-19 ter ttr tera1251 #> 22026 144A-19 tsk taq tama1365 #> 22030 144A-19 cop cop copt1239 #> 22037 144A-19 aeg arz egyp1253 #> 22046 144A-19 paa pqa paaa1242 #> 22047 144A-19 hau hau haus1257 #> 22063 144A-19 mup sur mwag1236 #> 22086 144A-2 brf rif tari1263 #> 22108 144A-2 heb heb hebr1245 #> 22154 144A-2 arg afb gulf1241 #> 22175 144A-2 arj afb gulf1241 #> 22210 144A-20 dim dim dime1235 #> 22216 144A-20 gim bcq benc1235 #> 22225 144A-20 sod gru kist1241 #> 22266 144A-20 aar aiw aari1239 #> 22286 144A-20 kem ahg qima1242 #> 22303 144A-20 chh sgw seba1251 #> 22376 144A-20 arq acm meso1252 #> 22387 144A-20 irq irk iraq1241 #> 22402 144A-20 wly wal wola1242 #> 22424 144A-20 zay zay zays1235 #> 22425 144A-20 mlg mfi wand1278 #> 22443 144A-20 tgr tig tigr1270 #> 22487 144A-20 bej bej beja1238 #> 22489 144A-20 tan tan nucl1696 #> 22493 144A-20 brn bds buru1320 #> 22696 144A-4 lag kot lagw1237 #> 22710 144A-4 bud bdm budu1265 #> 22715 144A-4 ker ker kera1255 #> 22721 144A-4 goe ank goem1240 #> 22725 144A-4 anc anc ngas1240 #> 22727 144A-4 mda mxu mada1293 #> 22728 144A-4 mrg mrt marg1265 #> 22731 144A-4 mgu mug musg1254 #> 22739 144A-4 ron cla ronn1241 #> 22740 144A-4 lel lln lele1276 #> 22744 144A-4 ngz ngi ngiz1242 #> 22749 144A-4 uld udl wuzl1236 #> 22752 144A-4 mbr mpk mbar1260 #> 22763 144A-4 hna hna mina1276 #> 22766 144A-4 mas mcn masa1322 #> 22830 144A-7 sid sid sida1246 #> 22831 144A-7 naj aij lish1245 #> 22836 144A-7 som som soma1255 #> 22908 144A-9 ams arb stan1318 #> 22923 144A-9 bfg #> 23009 144B-1 gud gde gude1246 #> 23045 144B-3 arj afb gulf1241 #> 23074 144B-3 ams arb stan1318 #> 23134 144B-3 aeg arz egyp1253 #> 23135 144B-3 brf rif tari1263 #> 23136 144B-3 som som soma1255 #> 23151 144B-3 tsk taq tama1365 #> 23168 144B-3 asy apc nort3139 #> 23173 144B-3 bfg #> 23234 144B-3 heb heb hebr1245 #> 23243 144B-3 hau hau haus1257 #> 23253 144B-3 bch shy tach1249 #> 23261 144B-3 arg afb gulf1241 #> 23291 144B-3 sid sid sida1246 #> 23311 144B-3 naj aij lish1245 #> 23461 144B-6 hna hna mina1276 #> 23464 144B-6 lel lln lele1276 #> 23479 144B-6 mas mcn masa1322 #> 23480 144B-6 mrg mrt marg1265 #> 23501 144B-6 ter ttr tera1251 #> 23507 144B-6 mda mxu mada1293 #> 23508 144B-6 anc anc ngas1240 #> 23510 144B-6 lmg hia lama1288 #> 23512 144B-6 goe ank goem1240 #> 23520 144B-6 mbr mpk mbar1260 #> 23525 144B-6 ker ker kera1255 #> 23527 144B-6 meh gdq mehr1241 #> 23528 144B-6 lag kot lagw1237 #> 23535 144B-6 ngz ngi ngiz1242 #> 23536 144B-6 paa pqa paaa1242 #> 23542 144B-6 mgu mug musg1254 #> 23551 144B-6 bud bdm budu1265 #> 23558 144B-6 pod pbi park1239 #> 23559 144B-6 uld udl wuzl1236 #> 23566 144B-6 mup sur mwag1236 #> 23567 144B-6 ron cla ronn1241 #> 23575 144C-1 gud gde gude1246 #> 23651 144D-13 meh gdq mehr1241 #> 23681 144D-13 bch shy tach1249 #> 23684 144D-13 asy apc nort3139 #> 23702 144D-14 bid bid bidi1241 #> 23711 144D-14 per pip pero1241 #> 23717 144D-14 miy mkf miya1266 #> 23720 144D-14 knk kna dera1248 #> 23750 144D-15 cop cop copt1239 #> 23758 144D-15 mup sur mwag1236 #> 23765 144D-15 ter ttr tera1251 #> 23766 144D-15 aeg arz egyp1253 #> 23777 144D-15 hau hau haus1257 #> 23780 144D-15 paa pqa paaa1242 #> 23818 144D-2 heb heb hebr1245 #> 23842 144D-2 brf rif tari1263 #> 23843 144D-2 arg afb gulf1241 #> 23853 144D-2 arj afb gulf1241 #> 23895 144D-4 hna hna mina1276 #> 23896 144D-4 mgu mug musg1254 #> 23901 144D-4 goe ank goem1240 #> 23910 144D-4 mas mcn masa1322 #> 23912 144D-4 ron cla ronn1241 #> 23920 144D-4 anc anc ngas1240 #> 23929 144D-4 mrg mrt marg1265 #> 23934 144D-4 bud bdm budu1265 #> 23937 144D-4 lel lln lele1276 #> 23955 144D-4 uld udl wuzl1236 #> 23958 144D-4 lag kot lagw1237 #> 23962 144D-4 ngz ngi ngiz1242 #> 23965 144D-4 mbr mpk mbar1260 #> 23971 144D-4 mda mxu mada1293 #> 23974 144D-4 ker ker kera1255 #> 23982 144D-5 arq acm meso1252 #> 24042 144D-6 tan tan nucl1696 #> 24046 144D-6 mlg mfi wand1278 #> 24050 144D-6 brn bds buru1320 #> 24059 144D-8 gud gde gude1246 #> 24073 144E-10 asy apc nort3139 #> 24075 144E-10 bch shy tach1249 #> 24076 144E-11 meh gdq mehr1241 #> 24115 144F-1 per pip pero1241 #> 24119 144F-1 knk kna dera1248 #> 24142 144F-21 miy mkf miya1266 #> 24147 144F-22 bid bid bidi1241 #> 24175 144G-1 hau hau haus1257 #> 24181 144G-14 cop cop copt1239 #> 24182 144G-15 aeg arz egyp1253 #> 24189 144G-2 ter ttr tera1251 #> 24191 144G-2 paa pqa paaa1242 #> 24199 144G-5 mup sur mwag1236 #> 24216 144H-1 gud gde gude1246 #> 24225 144H-3 cop cop copt1239 #> 24229 144H-3 mup sur mwag1236 #> 24235 144H-4 mda mxu mada1293 #> 24255 144H-4 brf rif tari1263 #> 24272 144H-4 hau hau haus1257 #> 24273 144H-4 ker ker kera1255 #> 24309 144H-4 heb heb hebr1245 #> 24310 144H-4 arg afb gulf1241 #> 24321 144H-4 ron cla ronn1241 #> 24328 144H-4 anc anc ngas1240 #> 24409 144H-4 paa pqa paaa1242 #> 24410 144H-4 goe ank goem1240 #> 24413 144H-4 mlg mfi wand1278 #> 24425 144H-4 mrg mrt marg1265 #> 24430 144H-4 bch shy tach1249 #> 24431 144H-4 uld udl wuzl1236 #> 24437 144H-4 lel lln lele1276 #> 24439 144H-4 aeg arz egyp1253 #> 24445 144H-4 arj afb gulf1241 #> 24450 144H-4 asy apc nort3139 #> 24471 144H-4 miy mkf miya1266 #> 24477 144H-4 per pip pero1241 #> 24482 144H-4 mas mcn masa1322 #> 24489 144H-4 tan tan nucl1696 #> 24536 144H-4 mbr mpk mbar1260 #> 24542 144H-4 knk kna dera1248 #> 24558 144H-4 ngz ngi ngiz1242 #> 24576 144H-4 ter ttr tera1251 #> 24577 144H-4 mgu mug musg1254 #> 24595 144H-4 arq acm meso1252 #> 24603 144H-4 meh gdq mehr1241 #> 24606 144H-4 hna hna mina1276 #> 24617 144H-4 lag kot lagw1237 #> 24618 144H-4 brn bds buru1320 #> 24624 144H-4 bud bdm budu1265 #> 24648 144I-1 brf rif tari1263 #> 24662 144I-1 heb heb hebr1245 #> 24697 144I-1 arg afb gulf1241 #> 24702 144I-1 asy apc nort3139 #> 24706 144I-1 bch shy tach1249 #> 24708 144I-1 arj afb gulf1241 #> 24790 144I-2 arq acm meso1252 #> 24838 144I-3 hau hau haus1257 #> 24840 144I-4 cop cop copt1239 #> 24846 144I-5 per pip pero1241 #> 24847 144I-5 paa pqa paaa1242 #> 24860 144I-5 knk kna dera1248 #> 24862 144I-5 miy mkf miya1266 #> 24871 144I-5 ter ttr tera1251 #> 24903 144I-7 aeg arz egyp1253 #> 24934 144I-8 ker ker kera1255 #> 24942 144I-8 ron cla ronn1241 #> 24944 144I-8 mgu mug musg1254 #> 24947 144I-8 mlg mfi wand1278 #> 24949 144I-8 mbr mpk mbar1260 #> 24951 144I-8 goe ank goem1240 #> 24952 144I-8 mda mxu mada1293 #> 24953 144I-8 mas mcn masa1322 #> 24964 144I-8 hna hna mina1276 #> 24966 144I-8 mrg mrt marg1265 #> 24984 144I-8 lel lln lele1276 #> 24986 144I-8 gud gde gude1246 #> 24999 144I-8 tan tan nucl1696 #> 25001 144I-8 ngz ngi ngiz1242 #> 25006 144I-8 uld udl wuzl1236 #> 25020 144I-8 brn bds buru1320 #> 25022 144I-8 mup sur mwag1236 #> 25028 144I-8 bud bdm budu1265 #> 25033 144I-8 lag kot lagw1237 #> 25034 144I-8 meh gdq mehr1241 #> 25037 144I-8 anc anc ngas1240 #> 25064 144J-2 mlg mfi wand1278 #> 25070 144J-2 brn bds buru1320 #> 25074 144J-2 tan tan nucl1696 #> 25095 144J-5 miy mkf miya1266 #> 25097 144J-5 cop cop copt1239 #> 25105 144J-6 aeg arz egyp1253 #> 25134 144J-7 mbr mpk mbar1260 #> 25138 144J-7 per pip pero1241 #> 25154 144J-7 bch shy tach1249 #> 25168 144J-7 heb heb hebr1245 #> 25190 144J-7 mup sur mwag1236 #> 25207 144J-7 uld udl wuzl1236 #> 25213 144J-7 hau hau haus1257 #> 25248 144J-7 mrg mrt marg1265 #> 25252 144J-7 paa pqa paaa1242 #> 25264 144J-7 ron cla ronn1241 #> 25276 144J-7 mgu mug musg1254 #> 25279 144J-7 ker ker kera1255 #> 25298 144J-7 bud bdm budu1265 #> 25301 144J-7 ter ttr tera1251 #> 25315 144J-7 brf rif tari1263 #> 25320 144J-7 lag kot lagw1237 #> 25331 144J-7 mda mxu mada1293 #> 25338 144J-7 anc anc ngas1240 #> 25350 144J-7 ngz ngi ngiz1242 #> 25354 144J-7 goe ank goem1240 #> 25356 144J-7 hna hna mina1276 #> 25366 144J-7 meh gdq mehr1241 #> 25382 144J-7 lel lln lele1276 #> 25393 144J-7 arq acm meso1252 #> 25415 144J-7 arg afb gulf1241 #> 25421 144J-7 arj afb gulf1241 #> 25459 144J-7 gud gde gude1246 #> 25474 144J-7 asy apc nort3139 #> 25487 144J-7 knk kna dera1248 #> 25490 144J-7 mas mcn masa1322 #> 25498 144K-1 bud bdm budu1265 #> 25508 144K-1 ker ker kera1255 #> 25509 144K-1 mas mcn masa1322 #> 25528 144K-1 mda mxu mada1293 #> 25531 144K-1 mgu mug musg1254 #> 25534 144K-1 uld udl wuzl1236 #> 25540 144K-1 lel lln lele1276 #> 25549 144K-1 mbr mpk mbar1260 #> 25553 144K-1 lag kot lagw1237 #> 25562 144K-1 mrg mrt marg1265 #> 25563 144K-1 ngz ngi ngiz1242 #> 25566 144K-1 goe ank goem1240 #> 25567 144K-1 hna hna mina1276 #> 25578 144K-1 ron cla ronn1241 #> 25581 144K-1 meh gdq mehr1241 #> 25582 144K-1 anc anc ngas1240 #> 25589 144K-2 paa pqa paaa1242 #> 25592 144K-2 mup sur mwag1236 #> 25597 144K-2 ter ttr tera1251 #> 25605 144K-3 knk kna dera1248 #> 25613 144K-3 per pip pero1241 #> 25618 144K-3 miy mkf miya1266 #> 25620 144K-3 hau hau haus1257 #> 25642 144K-4 arq acm meso1252 #> 25645 144K-4 gud gde gude1246 #> 25648 144K-4 arj afb gulf1241 #> 25689 144K-4 aeg arz egyp1253 #> 25712 144K-4 brf rif tari1263 #> 25725 144K-4 arg afb gulf1241 #> 25731 144K-4 tan tan nucl1696 #> 25771 144K-4 mlg mfi wand1278 #> 25777 144K-4 bch shy tach1249 #> 25792 144K-4 cop cop copt1239 #> 25847 144K-4 heb heb hebr1245 #> 25887 144K-4 asy apc nort3139 #> 25890 144K-4 brn bds buru1320 #> 26066 144L-16 tig tir tigr1271 #> 26068 144L-16 orh hae east2652 #> 26079 144L-16 amh amh amha1245 #> 26081 144L-16 dha dsh daas1238 #> 26106 144L-16 orw ssn waat1238 #> 26200 144L-21 aar aiw aari1239 #> 26226 144L-3 naj aij lish1245 #> 26242 144L-3 som som soma1255 #> 26271 144L-3 sid sid sida1246 #> 26354 144L-5 bej bej beja1238 #> 26363 144L-5 chh sgw seba1251 #> 26370 144L-5 sod gru kist1241 #> 26372 144L-5 tgr tig tigr1270 #> 26409 144L-6 wly wal wola1242 #> 26435 144L-6 irq irk iraq1241 #> 26437 144L-6 gim bcq benc1235 #> 26463 144L-6 dim dim dime1235 #> 26486 144L-6 kem ahg qima1242 #> 26498 144L-6 zay zay zays1235 #> 26576 144N-15 orw ssn waat1238 #> 26577 144N-15 dha dsh daas1238 #> 26603 144N-6 tig tir tigr1271 #> 26605 144N-6 amh amh amha1245 #> 26606 144N-7 orh hae east2652 #> 26695 144P-4 kem ahg qima1242 #> 26707 144P-4 irq irk iraq1241 #> 26729 144P-4 tig tir tigr1271 #> 26742 144P-4 zay zay zays1235 #> 26745 144P-4 som som soma1255 #> 26797 144P-4 orh hae east2652 #> 26809 144P-4 amh amh amha1245 #> 26817 144P-4 naj aij lish1245 #> 26820 144P-4 gim bcq benc1235 #> 26906 144P-4 tgr tig tigr1270 #> 26918 144P-4 bej bej beja1238 #> 26921 144P-4 dim dim dime1235 #> 26941 144P-4 chh sgw seba1251 #> 27038 144P-4 sod gru kist1241 #> 27039 144P-4 wly wal wola1242 #> 27040 144P-4 sid sid sida1246 #> 27091 144Q-4 tig tir tigr1271 #> 27103 144Q-4 orh hae east2652 #> 27104 144Q-4 chh sgw seba1251 #> 27121 144Q-4 sid sid sida1246 #> 27139 144Q-4 kem ahg qima1242 #> 27161 144Q-4 naj aij lish1245 #> 27169 144Q-4 wly wal wola1242 #> 27267 144Q-4 gim bcq benc1235 #> 27270 144Q-4 dim dim dime1235 #> 27278 144Q-4 bej bej beja1238 #> 27315 144Q-4 amh amh amha1245 #> 27337 144Q-4 som som soma1255 #> 27365 144Q-4 tgr tig tigr1270 #> 27394 144Q-4 sod gru kist1241 #> 27438 144Q-4 zay zay zays1235 #> 27448 144Q-4 irq irk iraq1241 #> 27469 144R-1 sid sid sida1246 #> 27503 144R-1 naj aij lish1245 #> 27520 144R-1 som som soma1255 #> 27532 144R-2 sod gru kist1241 #> 27540 144R-2 bej bej beja1238 #> 27550 144R-2 tgr tig tigr1270 #> 27569 144R-2 chh sgw seba1251 #> 27607 144R-6 orh hae east2652 #> 27608 144R-6 amh amh amha1245 #> 27612 144R-6 tig tir tigr1271 #> 27630 144R-8 wly wal wola1242 #> 27653 144R-8 kem ahg qima1242 #> 27654 144R-8 zay zay zays1235 #> 27768 144R-8 dim dim dime1235 #> 27790 144R-8 gim bcq benc1235 #> 27802 144R-8 irq irk iraq1241 #> 27934 144S-11 naj aij lish1245 #> 27938 144S-11 bej bej beja1238 #> 27939 144S-11 som som soma1255 #> 27985 144S-11 tgr tig tigr1270 #> 28004 144S-11 sid sid sida1246 #> 28006 144S-11 orh hae east2652 #> 28013 144S-11 sod gru kist1241 #> 28091 144S-11 chh sgw seba1251 #> 28158 144S-2 wly wal wola1242 #> 28180 144S-2 zay zay zays1235 #> 28203 144S-2 irq irk iraq1241 #> 28245 144S-2 kem ahg qima1242 #> 28256 144S-2 dim dim dime1235 #> 28261 144S-2 gim bcq benc1235 #> 28316 144S-6 orw ssn waat1238 #> 28329 144S-6 dha dsh daas1238 #> 28330 144S-6 tig tir tigr1271 #> 28341 144S-6 amh amh amha1245 #> 28395 144T-1 ams arb stan1318 #> 28403 144T-1 bfg #> 28419 144T-14 asy apc nort3139 #> 28421 144T-14 bch shy tach1249 #> 28423 144T-15 meh gdq mehr1241 #> 28435 144T-22 amr ary moro1292 #> 28436 144T-22 hdi xed hdii1240 #> 28437 144T-22 miy mkf miya1266 #> 28440 144T-22 kbl kab kaby1243 #> 28445 144T-23 lmg hia lama1288 #> 28449 144T-23 tsk taq tama1365 #> 28452 144T-3 pod pbi park1239 #> 28508 144U-1 kbl kab kaby1243 #> 28510 144U-11 tsk taq tama1365 #> 28520 144U-5 hdi xed hdii1240 #> 28521 144U-6 amr ary moro1292 #> 28522 144U-7 miy mkf miya1266 #> 28523 144U-8 lmg hia lama1288 #> 28584 144V-1 asy apc nort3139 #> 28609 144V-1 ams arb stan1318 #> 28613 144V-1 bch shy tach1249 #> 28623 144V-1 bfg #> 28658 144V-3 tsk taq tama1365 #> 28660 144V-5 kbl kab kaby1243 #> 28661 144V-5 miy mkf miya1266 #> 28664 144V-6 amr ary moro1292 #> 28671 144V-9 meh gdq mehr1241 #> 28672 144V-9 lmg hia lama1288 #> 28673 144V-9 pod pbi park1239 #> 28675 144V-9 hdi xed hdii1240 #> 28679 144W-2 kbl kab kaby1243 #> 28680 144W-2 miy mkf miya1266 #> 28682 144W-2 lmg hia lama1288 #> 28683 144W-2 hdi xed hdii1240 #> 28687 144W-4 amr ary moro1292 #> 28707 144W-6 meh gdq mehr1241 #> 28754 144W-6 bfg #> 28761 144W-6 ams arb stan1318 #> 28768 144W-6 bch shy tach1249 #> 28787 144W-6 pod pbi park1239 #> 28788 144W-6 tsk taq tama1365 #> 28814 144W-6 asy apc nort3139 #> 28828 144X-1 meh gdq mehr1241 #> 28829 144X-1 pod pbi park1239 #> 28830 144X-2 lmg hia lama1288 #> 28832 144X-3 hdi xed hdii1240 #> 28833 144X-3 miy mkf miya1266 #> 28856 144X-4 kbl kab kaby1243 #> 28884 144X-4 amr ary moro1292 #> 28902 144X-4 tsk taq tama1365 #> 28932 144X-4 asy apc nort3139 #> 28946 144X-4 bfg #> 28958 144X-4 bch shy tach1249 #> 28976 144X-4 ams arb stan1318 #> 29042 15A-3 arg afb gulf1241 #> 29061 15A-3 mlt mlt malt1254 #> 29099 15A-4 asy apc nort3139 #> 29108 15A-4 ael ayl liby1240 #> 29111 15A-4 aeg arz egyp1253 #> 29112 15A-4 arl apc nort3139 #> 29117 15A-4 abe apc nort3139 #> 29118 15A-4 arh acw hija1235 #> 29123 15A-4 apa ajp sout3123 #> 29125 15A-4 bej bej beja1238 #> 29143 15A-5 ahs mey hass1238 #> 29147 15A-5 gor gow goro1270 #> 29150 15A-5 ker ker kera1255 #> 29181 15A-6 arv ajp sout3123 #> 29186 15A-6 irq irk iraq1241 #> 29207 15A-7 sao ssy saho1246 #> 29215 15A-8 naj aij lish1245 #> 29369 15A-8 heb heb hebr1245 #> 29406 15A-8 tas shi tach1250 #> 29446 15A-8 nsy aii assy1241 #> 29466 15A-8 bma tzm cent2194 #> 29562 16A-1 naj aij lish1245 #> 29615 16A-1 tas shi tach1250 #> 29660 16A-1 heb heb hebr1245 #> 29717 16A-1 bej bej beja1238 #> 29730 16A-1 bma tzm cent2194 #> 29736 16A-1 nsy aii assy1241 #> 29819 16A-2 arg afb gulf1241 #> 29849 16A-4 asy apc nort3139 #> 29854 16A-4 arl apc nort3139 #> 29855 16A-4 abe apc nort3139 #> 29863 16A-4 gor gow goro1270 #> 29867 16A-4 arh acw hija1235 #> 29946 16A-6 sao ssy saho1246 #> 29954 16A-7 ker ker kera1255 #> 29959 16A-7 arv ajp sout3123 #> 29960 16A-7 apa ajp sout3123 #> 29966 16A-7 ael ayl liby1240 #> 29978 16A-7 aeg arz egyp1253 #> 29980 16A-7 irq irk iraq1241 #> 29986 16A-7 ahs mey hass1238 #> 29989 16A-7 mlt mlt malt1254 #> 29995 17A-1 arv ajp sout3123 #> 29996 17A-1 abe apc nort3139 #> 30063 17A-1 asy apc nort3139 #> 30087 17A-1 heb heb hebr1245 #> 30121 17A-1 apa ajp sout3123 #> 30146 17A-1 aeg arz egyp1253 #> 30169 17A-2 ael ayl liby1240 #> 30202 17A-4 mlt mlt malt1254 #> 30229 17A-5 irq irk iraq1241 #> 30267 17A-5 ker ker kera1255 #> 30268 17A-5 gor gow goro1270 #> 30281 17A-5 tas shi tach1250 #> 30323 18A-1 ker ker kera1255 #> 30384 18A-1 awn awn awng1244 #> 30395 18A-1 lam lme peve1243 #> 30398 18A-1 tas shi tach1250 #> 30428 18A-1 soq sqt soqo1240 #> 30461 18A-1 ter ttr tera1251 #> 30475 18A-1 tug thv taha1241 #> 30481 18A-1 ngz ngi ngiz1242 #> 30492 18A-1 aeg arz egyp1253 #> 30546 18A-1 nap trg lish1246 #> 30559 18A-1 diz mdx dizi1235 #> 30567 18A-1 kul gmo gamo1244 #> 30584 18A-1 bej bej beja1238 #> 30587 18A-1 anc anc ngas1240 #> 30614 18A-1 dnw daa dang1274 #> 30615 18A-1 kef kbr kafa1242 #> 30619 18A-1 irq irk iraq1241 #> 30638 18A-1 dah dal daha1245 #> 30655 18A-1 hau hau haus1257 #> 30664 18A-1 ktk aal afad1236 #> 30685 18A-1 bma tzm cent2194 #> 30691 18A-1 hmr amf hame1242 #> 30699 18A-1 knk kna dera1248 #> 30725 18A-1 amh amh amha1245 #> 30729 18A-1 hba heb hebr1245 #> 30744 18A-1 orh hae east2652 #> 30759 18A-1 mrg mrt marg1265 #> 30795 18A-1 tgr tig tigr1270 #> 30809 18A-1 som som soma1255 #> 30893 19A-1 ter ttr tera1251 #> 30897 19A-1 anc anc ngas1240 #> 30915 19A-1 orh hae east2652 #> 30930 19A-1 kef kbr kafa1242 #> 30957 19A-1 lam lme peve1243 #> 30968 19A-1 hau hau haus1257 #> 30977 19A-1 dnw daa dang1274 #> 31012 19A-1 ker ker kera1255 #> 31054 19A-1 nap trg lish1246 #> 31058 19A-1 hmr amf hame1242 #> 31106 19A-1 mrg mrt marg1265 #> 31110 19A-1 bej bej beja1238 #> 31197 19A-1 knk kna dera1248 #> 31226 19A-1 kul gmo gamo1244 #> 31237 19A-1 diz mdx dizi1235 #> 31247 19A-1 hba heb hebr1245 #> 31253 19A-1 ngz ngi ngiz1242 #> 31313 19A-1 amh amh amha1245 #> 31328 19A-1 tug thv taha1241 #> 31330 19A-1 awn awn awng1244 #> 31375 19A-3 ktk aal afad1236 #> 31389 19A-4 som som soma1255 #> 31391 19A-4 soq sqt soqo1240 #> 31396 19A-4 tas shi tach1250 #> 31397 19A-4 tgr tig tigr1270 #> 31402 19A-4 bma tzm cent2194 #> 31403 19A-4 irq irk iraq1241 #> 31404 19A-4 aeg arz egyp1253 #> 31449 19A-6 dah dal daha1245 #> 31468 2A-1 bma tzm cent2194 #> 31528 2A-1 tas shi tach1250 #> 31529 2A-1 mrg mrt marg1265 #> 31559 2A-2 tgr tig tigr1270 #> 31566 2A-2 kef kbr kafa1242 #> 31591 2A-2 bej bej beja1238 #> 31608 2A-2 ker ker kera1255 #> 31625 2A-2 ter ttr tera1251 #> 31628 2A-2 soq sqt soqo1240 #> 31641 2A-2 lam lme peve1243 #> 31652 2A-2 ngz ngi ngiz1242 #> 31664 2A-2 kul gmo gamo1244 #> 31665 2A-2 hau hau haus1257 #> 31688 2A-2 dah dal daha1245 #> 31700 2A-2 aeg arz egyp1253 #> 31716 2A-2 orh hae east2652 #> 31726 2A-2 hmr amf hame1242 #> 31738 2A-2 hba heb hebr1245 #> 31740 2A-2 knk kna dera1248 #> 31757 2A-2 irq irk iraq1241 #> 31812 2A-2 diz mdx dizi1235 #> 31828 2A-2 nap trg lish1246 #> 31880 2A-3 anc anc ngas1240 #> 31919 2A-3 som som soma1255 #> 31941 2A-3 amh amh amha1245 #> 31968 2A-3 awn awn awng1244 #> 31985 2A-3 tug thv taha1241 #> 31996 2A-3 dnw daa dang1274 #> 32005 2A-3 ktk aal afad1236 #> 32129 20A-1 orh hae east2652 #> 32143 20A-2 ter ttr tera1251 #> 32148 20A-2 hau hau haus1257 #> 32163 20A-6 bej bej beja1238 #> 32164 20A-6 bma tzm cent2194 #> 32165 20A-6 heb heb hebr1245 #> 32167 20A-6 aeg arz egyp1253 #> 32205 21A-1 orh hae east2652 #> 32234 21A-1 bma tzm cent2194 #> 32243 21A-1 bej bej beja1238 #> 32281 21A-5 ter ttr tera1251 #> 32283 21A-5 aeg arz egyp1253 #> 32309 21A-5 mrg mrt marg1265 #> 32331 21A-5 heb heb hebr1245 #> 32341 21A-5 hau hau haus1257 #> 32378 21B-1 ter ttr tera1251 #> 32424 21B-1 bej bej beja1238 #> 32425 21B-1 mrg mrt marg1265 #> 32450 21B-1 orh hae east2652 #> 32451 21B-1 bma tzm cent2194 #> 32456 21B-1 hau hau haus1257 #> 32489 21B-3 heb heb hebr1245 #> 32491 21B-3 aeg arz egyp1253 #> 32562 22A-3 bej bej beja1238 #> 32575 22A-3 heb heb hebr1245 #> 32585 22A-4 hau hau haus1257 #> 32590 22A-4 aeg arz egyp1253 #> 32610 22A-4 orh hae east2652 #> 32612 22A-4 bma tzm cent2194 #> 32726 23A-2 heb heb hebr1245 #> 32739 23A-2 bej bej beja1238 #> 32747 23A-2 diz mdx dizi1235 #> 32757 23A-2 bma tzm cent2194 #> 32791 23A-3 hau hau haus1257 #> 32861 23A-4 orh hae east2652 #> 32877 23A-4 aeg arz egyp1253 #> 33025 24A-2 hau hau haus1257 #> 33031 24A-2 bma tzm cent2194 #> 33044 24A-2 bej bej beja1238 #> 33058 24A-2 heb heb hebr1245 #> 33078 24A-3 diz mdx dizi1235 #> 33097 24A-4 aeg arz egyp1253 #> 33117 24A-5 orh hae east2652 #> 33182 25A-2 bej bej beja1238 #> 33205 25A-2 bma tzm cent2194 #> 33235 25A-5 heb heb hebr1245 #> 33289 25A-5 orh hae east2652 #> 33318 25A-5 hau hau haus1257 #> 33333 25A-5 aeg arz egyp1253 #> 33334 25A-5 diz mdx dizi1235 #> 33377 25B-2 bej bej beja1238 #> 33421 25B-2 bma tzm cent2194 #> 33451 25B-2 heb heb hebr1245 #> 33454 25B-2 orh hae east2652 #> 33511 25B-2 diz mdx dizi1235 #> 33567 25B-2 aeg arz egyp1253 #> 33584 25B-2 hau hau haus1257 #> 33609 26A-1 mup sur mwag1236 #> 33655 26A-1 goe ank goem1240 #> 33665 26A-1 anc anc ngas1240 #> 33682 26A-1 hau hau haus1257 #> 33734 26A-2 ngz ngi ngiz1242 #> 33757 26A-2 wly wal wola1242 #> 33758 26A-2 irq irk iraq1241 #> 33848 26A-2 zay zay zays1235 #> 33851 26A-2 ams arb stan1318 #> 33859 26A-2 orh hae east2652 #> 33878 26A-2 paa pqa paaa1242 #> 33903 26A-2 brn bds buru1320 #> 33910 26A-2 mgu mug musg1254 #> 33929 26A-2 gud gde gude1246 #> 33939 26A-2 bln byn bili1260 #> 33943 26A-2 naj aij lish1245 #> 33949 26A-2 lel lln lele1276 #> 33958 26A-2 aar aiw aari1239 #> 33963 26A-2 dim dim dime1235 #> 33974 26A-2 kem ahg qima1242 #> 33993 26A-2 knk kna dera1248 #> 34034 26A-2 lmg hia lama1288 #> 34038 26A-2 sid sid sida1246 #> 34043 26A-2 mlg mfi wand1278 #> 34045 26A-2 miy mkf miya1266 #> 34063 26A-2 ker ker kera1255 #> 34068 26A-2 gim bcq benc1235 #> 34076 26A-2 som som soma1255 #> 34095 26A-2 ter ttr tera1251 #> 34110 26A-2 mbr mpk mbar1260 #> 34155 26A-3 asy apc nort3139 #> 34158 26A-3 mrg mrt marg1265 #> 34159 26A-3 amr ary moro1292 #> 34197 26A-3 amh amh amha1245 #> 34208 26A-3 arg afb gulf1241 #> 34209 26A-3 bej bej beja1238 #> 34228 26A-3 tgr tig tigr1270 #> 34233 26A-3 heb heb hebr1245 #> 34252 26A-3 aeg arz egyp1253 #> 34267 26A-4 bud bdm budu1265 #> 34285 26A-4 meh gdq mehr1241 #> 34296 26A-4 chh sgw seba1251 #> 34301 26A-4 tsk taq tama1365 #> 34318 26A-4 per pip pero1241 #> 34324 26A-4 arq acm meso1252 #> 34343 26A-4 bma tzm cent2194 #> 34373 26A-4 lag kot lagw1237 #> 34444 26A-5 tas shi tach1250 #> 34451 26A-5 tgh thv taha1241 #> 34461 26A-5 brf rif tari1263 #> 34465 26A-5 bfg #> 34481 26A-5 cop cop copt1239 #> 34536 26A-6 uld udl wuzl1236 #> 34568 27A-1 amh amh amha1245 #> 34577 27A-1 dah dal daha1245 #> 34585 27A-1 blq bol nucl1695 #> 34597 27A-1 tig tir tigr1271 #> 34609 27A-1 asy apc nort3139 #> 34623 27A-1 bma tzm cent2194 #> 34668 27A-1 miy mkf miya1266 #> 34704 27A-1 hrr har hara1271 #> 34742 27A-1 hau hau haus1257 #> 34746 27A-1 chh sgw seba1251 #> 34756 27A-1 tgr tig tigr1270 #> 34759 27A-1 bej bej beja1238 #> 34762 27A-1 muh sgw seba1251 #> 34764 27A-1 orh hae east2652 #> 34772 27A-1 heb heb hebr1245 #> 34774 27A-1 som som soma1255 #> 34818 27A-1 aeg arz egyp1253 #> 34952 28A-1 irq irk iraq1241 #> 34953 28A-1 ker ker kera1255 #> 34964 28A-1 heb heb hebr1245 #> 34993 28A-1 aeg arz egyp1253 #> 34998 28A-1 bma tzm cent2194 #> 35037 28A-1 bej bej beja1238 #> 35056 28A-2 orh hae east2652 #> 35105 28A-4 hau hau haus1257 #> 35134 29A-1 hau hau haus1257 #> 35172 29A-1 ker ker kera1255 #> 35187 29A-2 aeg arz egyp1253 #> 35191 29A-2 irq irk iraq1241 #> 35218 29A-2 bej bej beja1238 #> 35225 29A-2 orh hae east2652 #> 35236 29A-2 heb heb hebr1245 #> 35305 29A-3 bma tzm cent2194 #> 35445 3A-2 som som soma1255 #> 35491 3A-3 awn awn awng1244 #> 35556 3A-3 diz mdx dizi1235 #> 35570 3A-3 knk kna dera1248 #> 35592 3A-3 dnw daa dang1274 #> 35612 3A-3 hba heb hebr1245 #> 35646 3A-3 bej bej beja1238 #> 35651 3A-3 ktk aal afad1236 #> 35672 3A-3 kef kbr kafa1242 #> 35678 3A-3 tug thv taha1241 #> 35709 3A-3 ker ker kera1255 #> 35730 3A-4 hmr amf hame1242 #> 35734 3A-4 soq sqt soqo1240 #> 35739 3A-4 kul gmo gamo1244 #> 35740 3A-4 orh hae east2652 #> 35742 3A-4 hau hau haus1257 #> 35750 3A-4 anc anc ngas1240 #> 35752 3A-4 aeg arz egyp1253 #> 35776 3A-4 nap trg lish1246 #> 35780 3A-4 amh amh amha1245 #> 35786 3A-4 lam lme peve1243 #> 35789 3A-4 tgr tig tigr1270 #> 35822 3A-5 ter ttr tera1251 #> 35835 3A-5 bma tzm cent2194 #> 35841 3A-5 tas shi tach1250 #> 35848 3A-5 ngz ngi ngiz1242 #> 35850 3A-5 mrg mrt marg1265 #> 35874 3A-5 irq irk iraq1241 #> 35881 3A-5 dah dal daha1245 #> 36035 30A-2 hau hau haus1257 #> 36037 30A-2 lel lln lele1276 #> 36040 30A-2 amh amh amha1245 #> 36041 30A-2 mlt mlt malt1254 #> 36043 30A-2 asy apc nort3139 #> 36049 30A-2 bys bsw bais1246 #> 36050 30A-2 abo arv arbo1245 #> 36051 30A-2 aeg arz egyp1253 #> 36052 30A-2 bej bej beja1238 #> 36054 30A-2 miy mkf miya1266 #> 36055 30A-2 diz mdx dizi1235 #> 36056 30A-2 qaf aar afar1241 #> 36057 30A-2 orh hae east2652 #> 36070 30A-2 heb heb hebr1245 #> 36071 30A-2 agw wbj alag1248 #> 36075 30A-2 ren rel rend1243 #> 36076 30A-2 bma tzm cent2194 #> 36079 30A-2 irq irk iraq1241 #> 36081 30A-2 arg afb gulf1241 #> 36082 30A-2 tgr tig tigr1270 #> 36292 31A-2 bej bej beja1238 #> 36294 31A-2 agw wbj alag1248 #> 36297 31A-2 orh hae east2652 #> 36305 31A-2 abo arv arbo1245 #> 36310 31A-2 asy apc nort3139 #> 36311 31A-2 bma tzm cent2194 #> 36312 31A-2 bys bsw bais1246 #> 36313 31A-2 amh amh amha1245 #> 36321 31A-2 heb heb hebr1245 #> 36324 31A-2 diz mdx dizi1235 #> 36333 31A-2 arg afb gulf1241 #> 36340 31A-2 qaf aar afar1241 #> 36355 31A-2 hau hau haus1257 #> 36356 31A-2 miy mkf miya1266 #> 36357 31A-2 ren rel rend1243 #> 36358 31A-2 tgr tig tigr1270 #> 36362 31A-2 mlt mlt malt1254 #> 36365 31A-2 lel lln lele1276 #> 36367 31A-2 aeg arz egyp1253 #> 36370 31A-2 irq irk iraq1241 #> 36584 32A-2 diz mdx dizi1235 #> 36600 32A-3 arg afb gulf1241 #> 36601 32A-3 hau hau haus1257 #> 36602 32A-3 lel lln lele1276 #> 36603 32A-3 abo arv arbo1245 #> 36609 32A-3 bys bsw bais1246 #> 36610 32A-3 bej bej beja1238 #> 36615 32A-3 amh amh amha1245 #> 36623 32A-3 asy apc nort3139 #> 36627 32A-3 heb heb hebr1245 #> 36629 32A-3 qaf aar afar1241 #> 36631 32A-3 bma tzm cent2194 #> 36634 32A-3 mlt mlt malt1254 #> 36637 32A-3 ren rel rend1243 #> 36638 32A-3 miy mkf miya1266 #> 36640 32A-3 tgr tig tigr1270 #> 36643 32A-3 aeg arz egyp1253 #> 36648 32A-3 agw wbj alag1248 #> 36650 32A-3 orh hae east2652 #> 36653 32A-3 irq irk iraq1241 #> 36708 33A-1 ker ker kera1255 #> 36790 33A-2 gud gde gude1246 #> 36798 33A-2 zay zay zays1235 #> 36804 33A-2 kem ahg qima1242 #> 36818 33A-2 mas mcn masa1322 #> 36823 33A-2 hdi xed hdii1240 #> 36874 33A-2 wly wal wola1242 #> 36882 33A-2 miy mkf miya1266 #> 36957 33A-2 bid bid bidi1241 #> 36977 33A-2 meh gdq mehr1241 #> 36993 33A-2 heb heb hebr1245 #> 37001 33A-2 gnd gqa gaan1243 #> 37033 33A-2 bej bej beja1238 #> 37035 33A-2 bln byn bili1260 #> 37051 33A-2 hau hau haus1257 #> 37078 33A-2 knk kna dera1248 #> 37090 33A-2 ngz ngi ngiz1242 #> 37095 33A-2 naj aij lish1245 #> 37099 33A-2 gam gmv gamo1243 #> 37101 33A-2 lmg hia lama1288 #> 37102 33A-2 mgu mug musg1254 #> 37128 33A-2 irq irk iraq1241 #> 37136 33A-2 brn bds buru1320 #> 37137 33A-2 mbr mpk mbar1260 #> 37144 33A-2 lel lln lele1276 #> 37154 33A-2 cld cld chal1275 #> 37160 33A-2 mlg mfi wand1278 #> 37201 33A-2 bmz mzb tumz1238 #> 37202 33A-2 bud bdm budu1265 #> 37217 33A-2 som som soma1255 #> 37236 33A-2 sid sid sida1246 #> 37265 33A-2 gim bcq benc1235 #> 37269 33A-2 paa pqa paaa1242 #> 37285 33A-2 tig tir tigr1271 #> 37289 33A-2 amh amh amha1245 #> 37319 33A-6 bma tzm cent2194 #> 37321 33A-6 arj afb gulf1241 #> 37323 33A-6 tgr tig tigr1270 #> 37324 33A-6 aeg arz egyp1253 #> 37327 33A-6 arg afb gulf1241 #> 37328 33A-6 bfg #> 37329 33A-6 asy apc nort3139 #> 37330 33A-6 brf rif tari1263 #> 37331 33A-6 amr ary moro1292 #> 37333 33A-6 tsk taq tama1365 #> 37342 33A-6 tgh thv taha1241 #> 37348 33A-6 tas shi tach1250 #> 37350 33A-6 arq acm meso1252 #> 37353 33A-6 lag kot lagw1237 #> 37355 33A-6 bsi siz siwi1239 #> 37389 33A-7 giz gis maro1246 #> 37397 33A-7 anc anc ngas1240 #> 37415 33A-7 mda mxu mada1293 #> 37439 33A-7 goe ank goem1240 #> 37450 33A-7 mup sur mwag1236 #> 37474 33A-7 uld udl wuzl1236 #> 37525 33A-7 mof mif mofu1248 #> 37547 33A-8 dim dim dime1235 #> 37558 33A-8 hna hna mina1276 #> 37581 33A-8 ter ttr tera1251 #> 37616 33A-8 mrg mrt marg1265 #> 37638 33A-9 aar aiw aari1239 #> 37640 33A-9 orh hae east2652 #> 37655 33A-9 chh sgw seba1251 #> 37665 33A-9 per pip pero1241 #> 37673 33A-9 orw ssn waat1238 #> 37718 33A-9 cop cop copt1239 #> 37762 34A-2 orh hae east2652 #> 37787 34A-3 lel lln lele1276 #> 37795 34A-3 per pip pero1241 #> 37815 34A-4 lmg hia lama1288 #> 37852 34A-4 hdi xed hdii1240 #> 37882 34A-5 meh gdq mehr1241 #> 37885 34A-6 aeg arz egyp1253 #> 37897 34A-6 kem ahg qima1242 #> 37899 34A-6 soq sqt soqo1240 #> 37906 34A-6 qaf aar afar1241 #> 37908 34A-6 som som soma1255 #> 37928 34A-6 hau hau haus1257 #> 37939 34A-6 dug gwd gaww1239 #> 37945 34A-6 bud bdm budu1265 #> 37948 34A-6 irq irk iraq1241 #> 37953 34A-6 dha dsh daas1238 #> 37962 34A-6 cop cop copt1239 #> 37977 34A-6 heb heb hebr1245 #> 37981 34A-6 mlt mlt malt1254 #> 37982 34A-6 zay zay zays1235 #> 37988 34A-6 mig mmy miga1249 #> 37995 34A-6 tig tir tigr1271 #> 38002 34A-6 miy mkf miya1266 #> 38010 34A-6 dah dal daha1245 #> 38103 35A-4 aeg arz egyp1253 #> 38110 35A-4 orh hae east2652 #> 38111 35A-4 ker ker kera1255 #> 38121 35A-4 amh amh amha1245 #> 38159 35A-4 meh gdq mehr1241 #> 38161 35A-4 irq irk iraq1241 #> 38162 35A-4 bej bej beja1238 #> 38165 35A-4 heb heb hebr1245 #> 38204 35A-5 bma tzm cent2194 #> 38209 35A-5 hau hau haus1257 #> 38294 36A-1 mup sur mwag1236 #> 38349 36A-1 mrg mrt marg1265 #> 38383 36A-2 amh amh amha1245 #> 38445 36A-3 hau hau haus1257 #> 38446 36A-3 ker ker kera1255 #> 38455 36A-3 gud gde gude1246 #> 38474 36A-3 mlt mlt malt1254 #> 38481 36A-4 aeg arz egyp1253 #> 38496 36A-4 heb heb hebr1245 #> 38524 37A-1 cop cop copt1239 #> 38528 37A-1 uld udl wuzl1236 #> 38542 37A-1 mrg mrt marg1265 #> 38554 37A-1 mof mif mofu1248 #> 38575 37A-1 tgr tig tigr1270 #> 38590 37A-1 brf rif tari1263 #> 38601 37A-1 lmg hia lama1288 #> 38620 37A-1 ngz ngi ngiz1242 #> 38636 37A-1 mup sur mwag1236 #> 38644 37A-1 goe ank goem1240 #> 38652 37A-1 dim dim dime1235 #> 38664 37A-1 ker ker kera1255 #> 38675 37A-1 ron cla ronn1241 #> 38678 37A-1 amh amh amha1245 #> 38687 37A-1 zay zay zays1235 #> 38698 37A-1 miy mkf miya1266 #> 38708 37A-1 hau hau haus1257 #> 38746 37A-2 mgu mug musg1254 #> 38790 37A-2 chh sgw seba1251 #> 38791 37A-2 tig tir tigr1271 #> 38800 37A-3 ams arb stan1318 #> 38815 37A-3 gnd gqa gaan1243 #> 38817 37A-3 knk kna dera1248 #> 38821 37A-3 asy apc nort3139 #> 38824 37A-3 mbr mpk mbar1260 #> 38825 37A-3 aar aiw aari1239 #> 38827 37A-3 arq acm meso1252 #> 38833 37A-3 arj afb gulf1241 #> 38835 37A-3 gam gmv gamo1243 #> 38841 37A-3 bej bej beja1238 #> 38842 37A-3 naj aij lish1245 #> 38846 37A-3 tan tan nucl1696 #> 38849 37A-3 heb heb hebr1245 #> 38852 37A-3 lag kot lagw1237 #> 38860 37A-3 mko moz muku1242 #> 38866 37A-3 amr ary moro1292 #> 38870 37A-3 per pip pero1241 #> 38871 37A-3 arg afb gulf1241 #> 38873 37A-3 aeg arz egyp1253 #> 38874 37A-3 som som soma1255 #> 38880 37A-3 brn bds buru1320 #> 38889 37A-3 gud gde gude1246 #> 38914 37A-4 tas shi tach1250 #> 38943 37A-5 orw ssn waat1238 #> 39014 37A-5 irq irk iraq1241 #> 39065 37A-5 orh hae east2652 #> 39073 37A-5 qaf aar afar1241 #> 39088 37A-5 bsi siz siwi1239 #> 39097 37A-5 sid sid sida1246 #> 39098 37A-5 bfg #> 39135 38A-1 cop cop copt1239 #> 39144 38A-1 hau hau haus1257 #> 39163 38A-1 lmg hia lama1288 #> 39171 38A-1 mup sur mwag1236 #> 39185 38A-1 miy mkf miya1266 #> 39186 38A-1 ngz ngi ngiz1242 #> 39210 38A-1 arq acm meso1252 #> 39227 38A-1 lel lln lele1276 #> 39242 38A-2 tgr tig tigr1270 #> 39244 38A-2 amh amh amha1245 #> 39254 38A-2 brf rif tari1263 #> 39261 38A-2 chh sgw seba1251 #> 39264 38A-2 tig tir tigr1271 #> 39282 38A-2 heb heb hebr1245 #> 39307 38A-2 naj aij lish1245 #> 39332 38A-2 mgu mug musg1254 #> 39345 38A-2 paa pqa paaa1242 #> 39352 38A-3 gnd gqa gaan1243 #> 39357 38A-3 amr ary moro1292 #> 39366 38A-3 tas shi tach1250 #> 39373 38A-4 aar aiw aari1239 #> 39385 38A-4 mas mcn masa1322 #> 39388 38A-4 per pip pero1241 #> 39393 38A-4 arg afb gulf1241 #> 39406 38A-4 mrg mrt marg1265 #> 39407 38A-4 aeg arz egyp1253 #> 39411 38A-4 arj afb gulf1241 #> 39420 38A-4 goe ank goem1240 #> 39421 38A-4 zay zay zays1235 #> 39424 38A-4 asy apc nort3139 #> 39438 38A-4 brn bds buru1320 #> 39445 38A-4 som som soma1255 #> 39508 38A-5 bfg #> 39527 38A-5 orw ssn waat1238 #> 39541 38A-5 qaf aar afar1241 #> 39542 38A-5 irq irk iraq1241 #> 39567 38A-5 sid sid sida1246 #> 39581 38A-5 orh hae east2652 #> 39640 38A-5 bsi siz siwi1239 #> 39688 39A-3 irq irk iraq1241 #> 39691 39A-3 bma tzm cent2194 #> 39728 39A-3 hau hau haus1257 #> 39737 39A-3 bej bej beja1238 #> 39760 39A-3 aeg arz egyp1253 #> 39788 39A-3 heb heb hebr1245 #> 39797 39A-3 orh hae east2652 #> 39866 39A-5 ker ker kera1255 #> 40126 4A-2 som som soma1255 #> 40162 4A-2 kul gmo gamo1244 #> 40208 4A-2 irq irk iraq1241 #> 40215 4A-2 ktk aal afad1236 #> 40237 4A-2 knk kna dera1248 #> 40242 4A-2 kef kbr kafa1242 #> 40287 4A-2 bej bej beja1238 #> 40295 4A-2 amh amh amha1245 #> 40297 4A-2 hba heb hebr1245 #> 40347 4A-4 dnw daa dang1274 #> 40360 4A-4 diz mdx dizi1235 #> 40372 4A-4 hau hau haus1257 #> 40377 4A-4 lam lme peve1243 #> 40379 4A-4 hmr amf hame1242 #> 40385 4A-4 bma tzm cent2194 #> 40389 4A-4 aeg arz egyp1253 #> 40396 4A-4 tgr tig tigr1270 #> 40414 4A-4 soq sqt soqo1240 #> 40417 4A-4 mrg mrt marg1265 #> 40420 4A-4 ngz ngi ngiz1242 #> 40428 4A-4 ter ttr tera1251 #> 40439 4A-4 dah dal daha1245 #> 40442 4A-4 orh hae east2652 #> 40445 4A-4 awn awn awng1244 #> 40459 4A-4 tas shi tach1250 #> 40463 4A-4 ker ker kera1255 #> 40466 4A-4 nap trg lish1246 #> 40475 4A-4 tug thv taha1241 #> 40503 4A-4 anc anc ngas1240 #> 40512 40A-1 hau hau haus1257 #> 40531 40A-1 ker ker kera1255 #> 40596 40A-3 aeg arz egyp1253 #> 40610 40A-3 bej bej beja1238 #> 40615 40A-3 heb heb hebr1245 #> 40636 40A-3 irq irk iraq1241 #> 40642 40A-3 orh hae east2652 #> 40660 40A-3 bma tzm cent2194 #> 40711 41A-1 ker ker kera1255 #> 40714 41A-2 kwm ksq kwaa1269 #> 40715 41A-2 heb heb hebr1245 #> 40719 41A-2 arg afb gulf1241 #> 40720 41A-2 miy mkf miya1266 #> 40725 41A-2 mlt mlt malt1254 #> 40743 41A-2 aeg arz egyp1253 #> 40766 41A-2 bfg #> 40776 41A-2 wly wal wola1242 #> 40785 41A-2 ngz ngi ngiz1242 #> 40808 41A-2 bad bde bade1248 #> 40812 41A-2 mrg mrt marg1265 #> 40824 41A-2 orh hae east2652 #> 40846 41A-3 klb hbb huba1236 #> 40895 41A-3 kbl kab kaby1243 #> 40914 41A-3 hdi xed hdii1240 #> 40923 41A-3 tas shi tach1250 #> 40927 41A-4 hau hau haus1257 #> 40929 41A-4 irq irk iraq1241 #> 40931 41A-4 som som soma1255 #> 40964 42A-1 kwm ksq kwaa1269 #> 40972 42A-1 aeg arz egyp1253 #> 40994 42A-1 ker ker kera1255 #> 41006 42A-1 heb heb hebr1245 #> 41032 42A-1 mlt mlt malt1254 #> 41034 42A-1 miy mkf miya1266 #> 41053 42A-1 orh hae east2652 #> 41066 42A-1 hau hau haus1257 #> 41085 42A-2 tas shi tach1250 #> 41086 42A-2 mrg mrt marg1265 #> 41087 42A-2 klb hbb huba1236 #> 41089 42A-2 ngz ngi ngiz1242 #> 41097 42A-2 bfg #> 41101 42A-2 kbl kab kaby1243 #> 41106 42A-2 irq irk iraq1241 #> 41107 42A-2 arg afb gulf1241 #> 41108 42A-2 wly wal wola1242 #> 41118 42A-2 bad bde bade1248 #> 41125 42A-3 som som soma1255 #> 41150 43A-1 orh hae east2652 #> 41162 43A-1 mrg mrt marg1265 #> 41163 43A-1 hau hau haus1257 #> 41193 43A-1 irq irk iraq1241 #> 41208 43A-1 miy mkf miya1266 #> 41233 43A-1 bma tzm cent2194 #> 41277 43A-2 cld cld chal1275 #> 41281 43A-2 heb heb hebr1245 #> 41329 43A-5 mlt mlt malt1254 #> 41332 43A-5 aeg arz egyp1253 #> 41345 43A-5 per pip pero1241 #> 41361 43A-6 mup sur mwag1236 #> 41368 44A-1 amh amh amha1245 #> 41369 44A-1 bma tzm cent2194 #> 41370 44A-1 hau hau haus1257 #> 41373 44A-1 heb heb hebr1245 #> 41374 44A-1 bej bej beja1238 #> 41375 44A-1 mup sur mwag1236 #> 41377 44A-1 lel lln lele1276 #> 41378 44A-1 ker ker kera1255 #> 41380 44A-1 cop cop copt1239 #> 41382 44A-1 aeg arz egyp1253 #> 41429 44A-3 orh hae east2652 #> 41430 44A-3 mle mdy male1284 #> 41452 44A-3 gud gde gude1246 #> 41459 44A-3 bln byn bili1260 #> 41479 44A-3 diz mdx dizi1235 #> 41486 44A-4 irq irk iraq1241 #> 41487 44A-4 brn bds buru1320 #> 41609 44A-6 hmr amf hame1242 #> 41768 45A-1 bma tzm cent2194 #> 41781 45A-1 som som soma1255 #> 41785 45A-1 heb heb hebr1245 #> 41793 45A-1 orh hae east2652 #> 41797 45A-1 cop cop copt1239 #> 41822 45A-1 hau hau haus1257 #> 41841 45A-1 aeg arz egyp1253 #> 41847 45A-1 ker ker kera1255 #> 41856 45A-1 per pip pero1241 #> 41877 45A-1 irq irk iraq1241 #> 42120 46A-1 heb heb hebr1245 #> 42144 46A-2 bud bdm budu1265 #> 42147 46A-2 gam gmv gamo1243 #> 42149 46A-2 som som soma1255 #> 42150 46A-2 orh hae east2652 #> 42154 46A-2 aeg arz egyp1253 #> 42160 46A-2 irq irk iraq1241 #> 42163 46A-2 mle mdy male1284 #> 42172 46A-2 hau hau haus1257 #> 42183 46A-2 mgu mug musg1254 #> 42188 46A-2 lel lln lele1276 #> 42192 46A-2 mlt mlt malt1254 #> 42226 46A-2 mrg mrt marg1265 #> 42271 46A-4 mlg mfi wand1278 #> 42281 47A-1 heb heb hebr1245 #> 42299 47A-1 pod pbi park1239 #> 42305 47A-1 arg afb gulf1241 #> 42310 47A-1 tas shi tach1250 #> 42316 47A-1 mup sur mwag1236 #> 42321 47A-1 amh amh amha1245 #> 42330 47A-1 mlt mlt malt1254 #> 42349 47A-1 miy mkf miya1266 #> 42372 47A-2 orh hae east2652 #> 42407 47A-2 som som soma1255 #> 42469 48A-1 mle mdy male1284 #> 42495 48A-1 hmr amf hame1242 #> 42520 48A-2 brn bds buru1320 #> 42603 48A-2 bej bej beja1238 #> 42606 48A-2 irq irk iraq1241 #> 42620 48A-2 lel lln lele1276 #> 42625 48A-2 bln byn bili1260 #> 42626 48A-2 ker ker kera1255 #> 42634 48A-2 diz mdx dizi1235 #> 42678 48A-2 orh hae east2652 #> 42680 48A-2 gud gde gude1246 #> 42732 48A-3 hau hau haus1257 #> 42741 48A-3 cop cop copt1239 #> 42753 48A-3 amh amh amha1245 #> 42758 48A-3 aeg arz egyp1253 #> 42774 48A-3 heb heb hebr1245 #> 42794 48A-3 bma tzm cent2194 #> 42798 48A-3 mup sur mwag1236 #> 42850 49A-1 heb heb hebr1245 #> 42898 49A-1 aeg arz egyp1253 #> 42914 49A-1 hau hau haus1257 #> 42923 49A-2 amh amh amha1245 #> 42933 49A-2 bma tzm cent2194 #> 42939 49A-2 bej bej beja1238 #> 42946 49A-3 som som soma1255 #> 42975 49A-6 orh hae east2652 #> 42994 49A-6 gim bcq benc1235 #> 43066 49A-9 ker ker kera1255 #> 43069 49A-9 irq irk iraq1241 #> 43330 5A-2 knk kna dera1248 #> 43338 5A-2 hmr amf hame1242 #> 43346 5A-2 awn awn awng1244 #> 43353 5A-2 dah dal daha1245 #> 43373 5A-2 kef kbr kafa1242 #> 43383 5A-2 anc anc ngas1240 #> 43392 5A-2 amh amh amha1245 #> 43407 5A-2 mrg mrt marg1265 #> 43420 5A-2 lam lme peve1243 #> 43436 5A-2 ngz ngi ngiz1242 #> 43467 5A-2 ter ttr tera1251 #> 43483 5A-2 hba heb hebr1245 #> 43499 5A-2 ktk aal afad1236 #> 43555 5A-2 dnw daa dang1274 #> 43567 5A-2 irq irk iraq1241 #> 43568 5A-2 ker ker kera1255 #> 43571 5A-2 nap trg lish1246 #> 43580 5A-3 orh hae east2652 #> 43582 5A-3 diz mdx dizi1235 #> 43583 5A-3 kul gmo gamo1244 #> 43585 5A-3 som som soma1255 #> 43588 5A-3 hau hau haus1257 #> 43598 5A-3 tgr tig tigr1270 #> 43600 5A-3 tug thv taha1241 #> 43601 5A-3 bej bej beja1238 #> 43605 5A-3 bma tzm cent2194 #> 43609 5A-3 aeg arz egyp1253 #> 43610 5A-3 soq sqt soqo1240 #> 43612 5A-3 tas shi tach1250 #> 43651 50A-1 hau hau haus1257 #> 43653 50A-1 aeg arz egyp1253 #> 43700 50A-1 heb heb hebr1245 #> 43764 50A-2 amh amh amha1245 #> 43787 50A-2 irq irk iraq1241 #> 43793 50A-2 ker ker kera1255 #> 43800 50A-2 som som soma1255 #> 43862 50A-3 gim bcq benc1235 #> 43865 50A-4 orh hae east2652 #> 43871 50A-4 bma tzm cent2194 #> 43899 50A-6 bej bej beja1238 #> 43998 51A-1 amh amh amha1245 #> 44080 51A-1 aar aiw aari1239 #> 44141 51A-1 zay zay zays1235 #> 44156 51A-1 bej bej beja1238 #> 44158 51A-1 orh hae east2652 #> 44163 51A-1 gam gmv gamo1243 #> 44170 51A-1 ams arb stan1318 #> 44217 51A-1 kem ahg qima1242 #> 44272 51A-1 wly wal wola1242 #> 44282 51A-1 orw ssn waat1238 #> 44315 51A-1 ker ker kera1255 #> 44373 51A-2 bfg #> 44382 51A-2 tas shi tach1250 #> 44385 51A-2 tsk taq tama1365 #> 44389 51A-2 brf rif tari1263 #> 44393 51A-2 bma tzm cent2194 #> 44408 51A-5 sid sid sida1246 #> 44411 51A-5 dha dsh daas1238 #> 44449 51A-6 gim bcq benc1235 #> 44471 51A-6 dim dim dime1235 #> 44540 51A-7 arq acm meso1252 #> 44541 51A-7 cop cop copt1239 #> 44546 51A-7 asy apc nort3139 #> 44547 51A-7 tig tir tigr1271 #> 44548 51A-7 naj aij lish1245 #> 44551 51A-7 heb heb hebr1245 #> 44567 51A-9 mrg mrt marg1265 #> 44574 51A-9 gud gde gude1246 #> 44586 51A-9 amr ary moro1292 #> 44599 51A-9 aeg arz egyp1253 #> 44600 51A-9 lmg hia lama1288 #> 44607 51A-9 arg afb gulf1241 #> 44637 51A-9 irq irk iraq1241 #> 44653 51A-9 som som soma1255 #> 44661 51A-9 tgh thv taha1241 #> 44667 51A-9 mup sur mwag1236 #> 44682 51A-9 paa pqa paaa1242 #> 44693 51A-9 hna hna mina1276 #> 44718 51A-9 knk kna dera1248 #> 44738 51A-9 uld udl wuzl1236 #> 44752 51A-9 mgu mug musg1254 #> 44769 51A-9 goe ank goem1240 #> 44773 51A-9 bud bdm budu1265 #> 44794 51A-9 meh gdq mehr1241 #> 44809 51A-9 ter ttr tera1251 #> 44820 51A-9 miy mkf miya1266 #> 44822 51A-9 hau hau haus1257 #> 44836 51A-9 mlg mfi wand1278 #> 44837 51A-9 tgr tig tigr1270 #> 44891 51A-9 ngz ngi ngiz1242 #> 44902 51A-9 lel lln lele1276 #> 44909 51A-9 per pip pero1241 #> 44938 51A-9 anc anc ngas1240 #> 44948 52A-1 ter ttr tera1251 #> 44969 52A-1 hau hau haus1257 #> 45001 52A-1 heb heb hebr1245 #> 45003 52A-1 ker ker kera1255 #> 45031 52A-2 som som soma1255 #> 45035 52A-2 kwm ksq kwaa1269 #> 45036 52A-2 per pip pero1241 #> 45056 52A-2 bou oua taga1278 #> 45089 52A-2 aeg arz egyp1253 #> 45095 52A-2 mup sur mwag1236 #> 45104 52A-2 mlt mlt malt1254 #> 45126 52A-2 mrg mrt marg1265 #> 45129 52A-2 arg afb gulf1241 #> 45130 52A-2 dug gwd gaww1239 #> 45177 52A-2 ssh bwo boro1277 #> 45184 52A-2 bma tzm cent2194 #> 45190 52A-2 tug thv taha1241 #> 45202 52A-2 dah dal daha1245 #> 45205 52A-2 tas shi tach1250 #> 45227 52A-2 orh hae east2652 #> 45248 52A-3 owc gaz west2721 #> 45254 52A-3 irq irk iraq1241 #> 45305 53A-3 irq irk iraq1241 #> 45316 53A-4 per pip pero1241 #> 45319 53A-4 mup sur mwag1236 #> 45320 53A-4 som som soma1255 #> 45392 53A-5 owc gaz west2721 #> 45395 53A-5 kwm ksq kwaa1269 #> 45404 53A-5 ssh bwo boro1277 #> 45407 53A-6 mlt mlt malt1254 #> 45411 53A-6 bma tzm cent2194 #> 45417 53A-6 arg afb gulf1241 #> 45419 53A-6 cop cop copt1239 #> 45428 53A-6 heb heb hebr1245 #> 45429 53A-6 orb gax bora1271 #> 45460 53A-6 ker ker kera1255 #> 45479 53A-6 hau hau haus1257 #> 45495 53A-6 aeg arz egyp1253 #> 45506 53A-6 orh hae east2652 #> 45515 53A-6 wly wal wola1242 #> 45522 53A-7 amr ary moro1292 #> 45587 54A-1 heb heb hebr1245 #> 45588 54A-1 ars ayn sana1295 #> 45622 54A-1 ako acy cypr1248 #> 45642 54A-1 aeg arz egyp1253 #> 45668 54A-2 wly wal wola1242 #> 45676 54A-2 gdf gdf gudu1252 #> 45680 54A-2 amh amh amha1245 #> 45690 54A-2 irq irk iraq1241 #> 45696 54A-2 kef kbr kafa1242 #> 45698 54A-2 mrg mrt marg1265 #> 45709 54A-2 ssh bwo boro1277 #> 45713 54A-2 hau hau haus1257 #> 45716 54A-2 ren rel rend1243 #> 45727 54A-2 yms jnj yems1235 #> 45729 54A-2 bpa bwr bura1292 #> 45849 55A-1 abo arv arbo1245 #> 45851 55A-1 amh amh amha1245 #> 45862 55A-1 hau hau haus1257 #> 45865 55A-1 diz mdx dizi1235 #> 45872 55A-1 heb heb hebr1245 #> 45915 55A-1 tgh thv taha1241 #> 45940 55A-1 ako acy cypr1248 #> 45961 55A-1 irq irk iraq1241 #> 45963 55A-1 orh hae east2652 #> 45975 55A-1 naj aij lish1245 #> 45976 55A-1 mrg mrt marg1265 #> 45980 55A-1 amr ary moro1292 #> 45993 55A-1 mup sur mwag1236 #> 46001 55A-1 agw wbj alag1248 #> 46023 55A-1 gdf gdf gudu1252 #> 46026 55A-1 mbg mhd mbug1240 #> 46032 55A-1 ngz ngi ngiz1242 #> 46067 55A-1 miy mkf miya1266 #> 46068 55A-1 aeg arz egyp1253 #> 46251 56A-1 amr ary moro1292 #> 46283 56A-2 heb heb hebr1245 #> 46292 56A-2 irq irk iraq1241 #> 46310 56A-3 mrg mrt marg1265 #> 46316 56A-3 ngz ngi ngiz1242 #> 46327 56A-3 arn shu chad1249 #> 46609 57A-2 mgu mug musg1254 #> 46642 57A-2 mbr mpk mbar1260 #> 46650 57A-2 amr ary moro1292 #> 46657 57A-2 bma tzm cent2194 #> 46663 57A-2 tas shi tach1250 #> 46671 57A-2 ams arb stan1318 #> 46681 57A-2 per pip pero1241 #> 46684 57A-2 mko moz muku1242 #> 46690 57A-2 hdi xed hdii1240 #> 46695 57A-2 pod pbi park1239 #> 46699 57A-2 brn bds buru1320 #> 46701 57A-2 lel lln lele1276 #> 46706 57A-2 ker ker kera1255 #> 46718 57A-2 paa pqa paaa1242 #> 46722 57A-2 heb heb hebr1245 #> 46724 57A-2 bej bej beja1238 #> 46727 57A-2 mig mmy miga1249 #> 46739 57A-2 tig tir tigr1271 #> 46748 57A-2 mlg mfi wand1278 #> 46760 57A-2 som som soma1255 #> 46764 57A-2 ngz ngi ngiz1242 #> 46765 57A-2 bch shy tach1249 #> 46772 57A-2 arq acm meso1252 #> 46790 57A-2 arg afb gulf1241 #> 46791 57A-2 lag kot lagw1237 #> 46793 57A-2 gud gde gude1246 #> 46794 57A-2 amh amh amha1245 #> 46795 57A-2 cld cld chal1275 #> 46799 57A-2 ter ttr tera1251 #> 46805 57A-2 chh sgw seba1251 #> 46814 57A-2 irq irk iraq1241 #> 46818 57A-2 tai thv taha1241 #> 46819 57A-2 mrg mrt marg1265 #> 46833 57A-2 hau hau haus1257 #> 46860 57A-2 aeg arz egyp1253 #> 46865 57A-2 brf rif tari1263 #> 46871 57A-2 anc anc ngas1240 #> 46873 57A-2 naj aij lish1245 #> 46880 57A-2 bsi siz siwi1239 #> 46889 57A-2 miy mkf miya1266 #> 46900 57A-2 zen zen zena1248 #> 46905 57A-2 sod gru kist1241 #> 46907 57A-2 lmg hia lama1288 #> 46914 57A-2 bfg #> 46916 57A-2 tsk taq tama1365 #> 46917 57A-2 tan tan nucl1696 #> 46925 57A-2 bud bdm budu1265 #> 46929 57A-2 giz gis maro1246 #> 46930 57A-2 asy apc nort3139 #> 46935 57A-2 bid bid bidi1241 #> 46954 57A-2 tgr tig tigr1270 #> 47035 57A-4 mup sur mwag1236 #> 47047 57A-4 aar aiw aari1239 #> 47135 57A-4 qaf aar afar1241 #> 47214 57A-4 orh hae east2652 #> 47216 57A-4 knk kna dera1248 #> 47217 57A-4 wly wal wola1242 #> 47335 58A-2 mrg mrt marg1265 #> 47341 58A-2 aeg arz egyp1253 #> 47342 58A-2 orh hae east2652 #> 47345 58A-2 heb heb hebr1245 #> 47388 58A-2 ter ttr tera1251 #> 47407 58A-2 bej bej beja1238 #> 47408 58A-2 hau hau haus1257 #> 47419 58A-2 bma tzm cent2194 #> 47437 58A-2 amh amh amha1245 #> 47454 58A-2 diz mdx dizi1235 #> 47473 58A-2 knk kna dera1248 #> 47510 58B-1 aeg arz egyp1253 #> 47513 58B-1 orh hae east2652 #> 47517 58B-1 hau hau haus1257 #> 47530 58B-1 knk kna dera1248 #> 47567 58B-1 amh amh amha1245 #> 47585 58B-1 bej bej beja1238 #> 47605 58B-1 mrg mrt marg1265 #> 47636 58B-1 heb heb hebr1245 #> 47656 58B-1 diz mdx dizi1235 #> 47675 58B-1 bma tzm cent2194 #> 47700 58B-1 ter ttr tera1251 #> 47777 59A-1 aeg arz egyp1253 #> 47782 59A-1 bej bej beja1238 #> 47816 59A-1 heb heb hebr1245 #> 47819 59A-1 hau hau haus1257 #> 47828 59A-1 amh amh amha1245 #> 47891 59A-2 mrg mrt marg1265 #> 47896 59A-2 knk kna dera1248 #> 47915 59A-2 ter ttr tera1251 #> 47938 59A-2 orh hae east2652 #> 47950 59A-2 bma tzm cent2194 #> 47958 59A-2 diz mdx dizi1235 #> 47989 6A-1 amh amh amha1245 #> 48052 6A-1 kul gmo gamo1244 #> 48060 6A-1 orh hae east2652 #> 48122 6A-1 lam lme peve1243 #> 48127 6A-1 tgr tig tigr1270 #> 48135 6A-1 anc anc ngas1240 #> 48206 6A-1 tas shi tach1250 #> 48217 6A-1 bej bej beja1238 #> 48239 6A-1 dah dal daha1245 #> 48257 6A-1 ktk aal afad1236 #> 48258 6A-1 kef kbr kafa1242 #> 48283 6A-1 ngz ngi ngiz1242 #> 48292 6A-1 soq sqt soqo1240 #> 48300 6A-1 diz mdx dizi1235 #> 48323 6A-1 ter ttr tera1251 #> 48326 6A-1 dnw daa dang1274 #> 48369 6A-1 hau hau haus1257 #> 48385 6A-1 knk kna dera1248 #> 48440 6A-1 ker ker kera1255 #> 48450 6A-1 mrg mrt marg1265 #> 48454 6A-2 bma tzm cent2194 #> 48466 6A-2 som som soma1255 #> 48467 6A-2 awn awn awng1244 #> 48477 6A-2 hmr amf hame1242 #> 48478 6A-2 irq irk iraq1241 #> 48496 6A-3 hba heb hebr1245 #> 48515 6A-4 aeg arz egyp1253 #> 48547 6A-4 tug thv taha1241 #> 48549 6A-4 nap trg lish1246 #> 48565 60A-1 ngz ngi ngiz1242 #> 48575 60A-3 naj aij lish1245 #> 48610 60A-5 mup sur mwag1236 #> 48617 60A-6 miy mkf miya1266 #> 48622 60A-6 agw wbj alag1248 #> 48638 60A-6 brn bds buru1320 #> 48647 60A-6 mrg mrt marg1265 #> 48656 60A-6 irq irk iraq1241 #> 48668 60A-6 heb heb hebr1245 #> 48685 60A-6 tgh thv taha1241 #> 48691 61A-2 ngz ngi ngiz1242 #> 48714 61A-2 mrg mrt marg1265 #> 48718 61A-2 heb heb hebr1245 #> 48741 61A-2 amr ary moro1292 #> 48754 61A-2 mbg mhd mbug1240 #> 48785 61A-5 irq irk iraq1241 #> 48790 61A-5 brn bds buru1320 #> 48794 61A-5 naj aij lish1245 #> 48799 61A-5 agw wbj alag1248 #> 48842 62A-2 orh hae east2652 #> 48859 62A-2 amh amh amha1245 #> 48868 62A-3 kbl kab kaby1243 #> 48893 62A-4 mlt mlt malt1254 #> 48910 62A-6 lel lln lele1276 #> 48911 62A-6 heb heb hebr1245 #> 48913 62A-6 aeg arz egyp1253 #> 48917 62A-7 hau hau haus1257 #> 48935 62A-7 irq irk iraq1241 #> 48987 63A-1 som som soma1255 #> 48992 63A-1 amh amh amha1245 #> 49019 63A-1 mlt mlt malt1254 #> 49021 63A-1 orh hae east2652 #> 49031 63A-1 bej bej beja1238 #> 49072 63A-1 tgr tig tigr1270 #> 49076 63A-1 heb heb hebr1245 #> 49080 63A-1 aeg arz egyp1253 #> 49153 63A-2 bln byn bili1260 #> 49166 63A-2 hau hau haus1257 #> 49189 63A-2 mrg mrt marg1265 #> 49191 63A-2 cop cop copt1239 #> 49193 63A-2 bma tzm cent2194 #> 49202 63A-2 ter ttr tera1251 #> 49236 64A-1 irq irk iraq1241 #> 49254 64A-1 ker ker kera1255 #> 49274 64A-1 dug gwd gaww1239 #> 49330 64A-1 heb heb hebr1245 #> 49354 64A-1 aeg arz egyp1253 #> 49392 64A-2 bma tzm cent2194 #> 49400 64A-2 mle mdy male1284 #> 49401 64A-2 miy mkf miya1266 #> 49406 64A-2 qaf aar afar1241 #> 49407 64A-2 orh hae east2652 #> 49418 64A-2 dha dsh daas1238 #> 49426 64A-2 hau hau haus1257 #> 49427 64A-2 per pip pero1241 #> 49428 64A-2 tig tir tigr1271 #> 49434 64A-2 cop cop copt1239 #> 49437 64A-2 mup sur mwag1236 #> 49459 64A-2 lmg hia lama1288 #> 49465 64A-2 som som soma1255 #> 49472 64A-2 lel lln lele1276 #> 49497 64A-2 bud bdm budu1265 #> 49500 64A-2 mgu mug musg1254 #> 49516 65A-1 knk kna dera1248 #> 49517 65A-1 wly wal wola1242 #> 49522 65A-1 bma tzm cent2194 #> 49532 65A-1 orh hae east2652 #> 49542 65A-1 aeg arz egyp1253 #> 49544 65A-1 bej bej beja1238 #> 49550 65A-1 mlt mlt malt1254 #> 49551 65A-1 mrg mrt marg1265 #> 49614 65A-1 tug thv taha1241 #> 49615 65A-1 ren rel rend1243 #> 49616 65A-1 atu aeb tuni1259 #> 49629 65A-2 tgr tig tigr1270 #> 49662 65A-2 awn awn awng1244 #> 49680 65A-2 heb heb hebr1245 #> 49687 65A-2 som som soma1255 #> 49704 65A-2 hau hau haus1257 #> 49733 65A-2 amh amh amha1245 #> 49737 65A-2 tig tir tigr1271 #> 49748 66A-1 mlt mlt malt1254 #> 49753 66A-1 tgr tig tigr1270 #> 49757 66A-1 atu aeb tuni1259 #> 49766 66A-1 som som soma1255 #> 49781 66A-1 heb heb hebr1245 #> 49800 66A-1 knk kna dera1248 #> 49802 66A-1 bej bej beja1238 #> 49808 66A-1 tig tir tigr1271 #> 49815 66A-1 aeg arz egyp1253 #> 49824 66A-1 awn awn awng1244 #> 49827 66A-1 amh amh amha1245 #> 49830 66A-1 orh hae east2652 #> 49882 66A-4 hau hau haus1257 #> 49911 66A-4 wly wal wola1242 #> 49912 66A-4 bma tzm cent2194 #> 49929 66A-4 ren rel rend1243 #> 49940 66A-4 tug thv taha1241 #> 49951 66A-4 mrg mrt marg1265 #> 49966 67A-1 mrg mrt marg1265 #> 49968 67A-1 tig tir tigr1271 #> 49987 67A-1 heb heb hebr1245 #> 49991 67A-1 tug thv taha1241 #> 50005 67A-1 som som soma1255 #> 50006 67A-1 knk kna dera1248 #> 50018 67A-1 wly wal wola1242 #> 50055 67A-1 aeg arz egyp1253 #> 50060 67A-1 awn awn awng1244 #> 50078 67A-2 orh hae east2652 #> 50091 67A-2 bma tzm cent2194 #> 50097 67A-2 hau hau haus1257 #> 50102 67A-2 bej bej beja1238 #> 50127 67A-2 tgr tig tigr1270 #> 50139 67A-2 mlt mlt malt1254 #> 50174 67A-2 amh amh amha1245 #> 50178 67A-2 ren rel rend1243 #> 50181 67A-2 atu aeb tuni1259 #> 50214 68A-3 bej bej beja1238 #> 50230 68A-3 tgr tig tigr1270 #> 50256 68A-3 mrg mrt marg1265 #> 50265 68A-3 awn awn awng1244 #> 50271 68A-3 orh hae east2652 #> 50286 68A-3 amh amh amha1245 #> 50298 68A-4 tig tir tigr1271 #> 50309 68A-4 heb heb hebr1245 #> 50312 68A-4 som som soma1255 #> 50318 68A-4 mlt mlt malt1254 #> 50324 68A-4 wly wal wola1242 #> 50326 68A-4 tug thv taha1241 #> 50349 68A-4 hau hau haus1257 #> 50360 68A-4 knk kna dera1248 #> 50367 68A-4 aeg arz egyp1253 #> 50375 68A-4 atu aeb tuni1259 #> 50382 68A-4 bma tzm cent2194 #> 50403 68A-4 ren rel rend1243 #> 50420 69A-1 uld udl wuzl1236 #> 50426 69A-1 brf rif tari1263 #> 50454 69A-1 tas shi tach1250 #> 50465 69A-1 tgh thv taha1241 #> 50469 69A-1 lag kot lagw1237 #> 50551 69A-1 bud bdm budu1265 #> 50559 69A-2 orh hae east2652 #> 50582 69A-2 paa pqa paaa1242 #> 50586 69A-2 tan tan nucl1696 #> 50701 69A-2 knk kna dera1248 #> 50723 69A-2 bln byn bili1260 #> 50752 69A-2 kem ahg qima1242 #> 50797 69A-2 gud gde gude1246 #> 50831 69A-2 wly wal wola1242 #> 50863 69A-2 aar aiw aari1239 #> 50886 69A-2 bej bej beja1238 #> 50887 69A-2 cld cld chal1275 #> 50930 69A-2 dim dim dime1235 #> 50935 69A-2 som som soma1255 #> 50968 69A-2 brn bds buru1320 #> 51015 69A-2 zay zay zays1235 #> 51026 69A-2 ker ker kera1255 #> 51054 69A-2 orw ssn waat1238 #> 51132 69A-2 ngz ngi ngiz1242 #> 51175 69A-2 gim bcq benc1235 #> 51197 69A-2 sid sid sida1246 #> 51229 69A-3 mas mcn masa1322 #> 51252 69A-4 mrg mrt marg1265 #> 51257 69A-4 lel lln lele1276 #> 51276 69A-4 sod gru kist1241 #> 51280 69A-4 arq acm meso1252 #> 51282 69A-4 naj aij lish1245 #> 51295 69A-4 chh sgw seba1251 #> 51298 69A-4 bfg #> 51310 69A-4 bma tzm cent2194 #> 51317 69A-4 amh amh amha1245 #> 51323 69A-4 per pip pero1241 #> 51324 69A-4 asy apc nort3139 #> 51328 69A-4 lmg hia lama1288 #> 51333 69A-4 aeg arz egyp1253 #> 51339 69A-4 amr ary moro1292 #> 51359 69A-4 arg afb gulf1241 #> 51363 69A-4 meh gdq mehr1241 #> 51377 69A-4 heb heb hebr1245 #> 51435 69A-5 anc anc ngas1240 #> 51437 69A-5 cop cop copt1239 #> 51449 69A-5 mbr mpk mbar1260 #> 51453 69A-5 hau hau haus1257 #> 51468 69A-5 ter ttr tera1251 #> 51478 69A-5 goe ank goem1240 #> 51480 69A-5 irq irk iraq1241 #> 51517 69A-5 mup sur mwag1236 #> 51531 69A-5 miy mkf miya1266 #> 51573 7A-1 awn awn awng1244 #> 51581 7A-1 bej bej beja1238 #> 51711 7A-1 nap trg lish1246 #> 51726 7A-1 tas shi tach1250 #> 51757 7A-1 tug thv taha1241 #> 51773 7A-1 aeg arz egyp1253 #> 51826 7A-1 som som soma1255 #> 51841 7A-1 hba heb hebr1245 #> 51913 7A-1 bma tzm cent2194 #> 51957 7A-2 kef kbr kafa1242 #> 51960 7A-2 diz mdx dizi1235 #> 51967 7A-2 tgr tig tigr1270 #> 51993 7A-2 amh amh amha1245 #> 52014 7A-3 anc anc ngas1240 #> 52024 7A-3 dnw daa dang1274 #> 52034 7A-3 lam lme peve1243 #> 52035 7A-3 ngz ngi ngiz1242 #> 52038 7A-3 knk kna dera1248 #> 52041 7A-3 ter ttr tera1251 #> 52047 7A-3 mrg mrt marg1265 #> 52053 7A-3 ker ker kera1255 #> 52061 7A-5 dah dal daha1245 #> 52063 7A-5 orh hae east2652 #> 52066 7A-5 ktk aal afad1236 #> 52067 7A-5 irq irk iraq1241 #> 52071 7A-5 kul gmo gamo1244 #> 52072 7A-5 hau hau haus1257 #> 52074 7A-5 hmr amf hame1242 #> 52075 7A-6 soq sqt soqo1240 #> 52106 70A-1 orh hae east2652 #> 52123 70A-1 meh gdq mehr1241 #> 52124 70A-1 gam gmv gamo1243 #> 52137 70A-1 tgr tig tigr1270 #> 52146 70A-1 bma tzm cent2194 #> 52164 70A-1 bfg #> 52176 70A-1 arg afb gulf1241 #> 52203 70A-1 ars ayn sana1295 #> 52204 70A-1 tas shi tach1250 #> 52208 70A-1 zen zen zena1248 #> 52226 70A-1 anl apc nort3139 #> 52234 70A-1 mle mdy male1284 #> 52243 70A-1 mrg mrt marg1265 #> 52246 70A-1 amh amh amha1245 #> 52249 70A-1 irq irk iraq1241 #> 52256 70A-1 mlt mlt malt1254 #> 52268 70A-1 mbg mhd mbug1240 #> 52269 70A-1 nap trg lish1246 #> 52271 70A-1 uld udl wuzl1236 #> 52278 70A-1 miy mkf miya1266 #> 52286 70A-1 gim bcq benc1235 #> 52288 70A-1 bej bej beja1238 #> 52301 70A-1 cld cld chal1275 #> 52304 70A-1 abb shu chad1249 #> 52324 70A-1 ter ttr tera1251 #> 52336 70A-1 bud bdm budu1265 #> 52345 70A-1 aeg arz egyp1253 #> 52350 70A-1 amr ary moro1292 #> 52363 70A-1 heb heb hebr1245 #> 52381 70A-1 diz mdx dizi1235 #> 52407 70A-2 hau hau haus1257 #> 52484 70A-4 mup sur mwag1236 #> 52504 70A-4 kbl kab kaby1243 #> 52546 70A-5 apa ajp sout3123 #> 52571 70A-5 hmr amf hame1242 #> 52638 70A-5 ker ker kera1255 #> 52667 71A-1 tas shi tach1250 #> 52674 71A-1 apa ajp sout3123 #> 52695 71A-1 bfg #> 52791 71A-2 arg afb gulf1241 #> 52810 71A-2 bej bej beja1238 #> 52820 71A-2 irq irk iraq1241 #> 52838 71A-2 gim bcq benc1235 #> 52898 71A-2 orh hae east2652 #> 52960 71A-3 bma tzm cent2194 #> 52963 71A-3 amr ary moro1292 #> 52964 71A-3 meh gdq mehr1241 #> 52966 71A-3 tgr tig tigr1270 #> 52973 71A-3 anl apc nort3139 #> 52974 71A-3 ter ttr tera1251 #> 52975 71A-3 abb shu chad1249 #> 52982 71A-3 zen zen zena1248 #> 52983 71A-3 bud bdm budu1265 #> 52989 71A-3 aeg arz egyp1253 #> 52999 71A-4 heb heb hebr1245 #> 53006 71A-4 ars ayn sana1295 #> 53009 71A-4 hau hau haus1257 #> 53021 71A-4 amh amh amha1245 #> 53027 71A-4 hmr amf hame1242 #> 53033 71A-4 mle mdy male1284 #> 53035 71A-4 diz mdx dizi1235 #> 53036 71A-4 ker ker kera1255 #> 53081 71A-4 miy mkf miya1266 #> 53112 71A-4 mlt mlt malt1254 #> 53126 71A-4 mbg mhd mbug1240 #> 53188 72A-1 gam gmv gamo1243 #> 53191 72A-1 heb heb hebr1245 #> 53202 72A-1 awn awn awng1244 #> 53229 72A-1 anl apc nort3139 #> 53265 72A-1 mrg mrt marg1265 #> 53272 72A-1 irq irk iraq1241 #> 53302 72A-3 hau hau haus1257 #> 53314 72A-3 ker ker kera1255 #> 53364 72A-4 amh amh amha1245 #> 53368 72A-4 aeg arz egyp1253 #> 53378 72A-4 miy mkf miya1266 #> 53382 72A-4 orh hae east2652 #> 53394 72A-4 mlt mlt malt1254 #> 53403 72A-4 bma tzm cent2194 #> 53413 72A-4 mle mdy male1284 #> 53421 72A-4 amr ary moro1292 #> 53479 72A-4 cld cld chal1275 #> 53503 72A-4 cop cop copt1239 #> 53512 72A-4 tgr tig tigr1270 #> 53569 73A-2 ker ker kera1255 #> 53607 73A-2 aeg arz egyp1253 #> 53622 73A-2 heb heb hebr1245 #> 53628 73A-2 hau hau haus1257 #> 53633 73A-2 bma tzm cent2194 #> 53704 73A-2 orh hae east2652 #> 53767 73A-2 som som soma1255 #> 53817 73A-2 irq irk iraq1241 #> 53826 73A-2 amr ary moro1292 #> 53835 73A-2 tgr tig tigr1270 #> 53919 74A-2 arg afb gulf1241 #> 53922 74A-2 meh gdq mehr1241 #> 53928 74A-2 hau hau haus1257 #> 53955 74A-2 aeg arz egyp1253 #> 53968 74A-2 som som soma1255 #> 53991 74A-2 orh hae east2652 #> 53992 74A-2 amr ary moro1292 #> 54008 74A-2 bej bej beja1238 #> 54013 74A-2 mlt mlt malt1254 #> 54028 74A-2 amh amh amha1245 #> 54031 74A-2 heb heb hebr1245 #> 54035 74A-2 ker ker kera1255 #> 54040 74A-2 tgr tig tigr1270 #> 54048 74A-2 irq irk iraq1241 #> 54052 74A-2 bma tzm cent2194 #> 54078 75A-1 heb heb hebr1245 #> 54082 75A-1 hau hau haus1257 #> 54086 75A-1 mlt mlt malt1254 #> 54108 75A-1 arg afb gulf1241 #> 54113 75A-1 amr ary moro1292 #> 54116 75A-1 meh gdq mehr1241 #> 54117 75A-1 orh hae east2652 #> 54119 75A-1 aeg arz egyp1253 #> 54123 75A-1 amh amh amha1245 #> 54137 75A-2 som som soma1255 #> 54243 75A-3 irq irk iraq1241 #> 54255 75A-3 tgr tig tigr1270 #> 54256 75A-3 ker ker kera1255 #> 54296 75A-3 bej bej beja1238 #> 54329 76A-1 heb heb hebr1245 #> 54334 76A-1 aeg arz egyp1253 #> 54339 76A-1 mlt mlt malt1254 #> 54363 76A-2 irq irk iraq1241 #> 54389 76A-2 amr ary moro1292 #> 54390 76A-2 hau hau haus1257 #> 54394 76A-2 arg afb gulf1241 #> 54407 76A-2 orh hae east2652 #> 54421 76A-3 meh gdq mehr1241 #> 54452 76A-3 amh amh amha1245 #> 54457 76A-3 tgr tig tigr1270 #> 54464 76A-3 ker ker kera1255 #> 54489 76A-3 som som soma1255 #> 54520 77A-1 orh hae east2652 #> 54536 77A-1 heb heb hebr1245 #> 54560 77A-1 ker ker kera1255 #> 54567 77A-1 hau hau haus1257 #> 54589 77A-1 aeg arz egyp1253 #> 54610 77A-1 irq irk iraq1241 #> 54639 77A-1 bse tzm cent2194 #> 54722 77A-2 arg afb gulf1241 #> 54829 77A-2 bej bej beja1238 #> 54948 78A-1 bse tzm cent2194 #> 54988 78A-1 hau hau haus1257 #> 55014 78A-1 ker ker kera1255 #> 55022 78A-1 orh hae east2652 #> 55080 78A-1 heb heb hebr1245 #> 55084 78A-1 aeg arz egyp1253 #> 55107 78A-1 irq irk iraq1241 #> 55184 78A-2 arg afb gulf1241 #> 55284 78A-4 bej bej beja1238 #> 55381 79A-1 orh hae east2652 #> 55387 79A-1 heb heb hebr1245 #> 55436 79A-4 bma tzm cent2194 #> 55442 79A-4 amr ary moro1292 #> 55452 79A-4 mup sur mwag1236 #> 55465 79A-4 irq irk iraq1241 #> 55480 79A-4 orb gax bora1271 #> 55497 79A-4 wly wal wola1242 #> 55509 79A-4 hau hau haus1257 #> 55521 79A-4 mlt mlt malt1254 #> 55533 79A-4 aeg arz egyp1253 #> 55535 79A-4 atu aeb tuni1259 #> 55547 79A-4 agw wbj alag1248 #> 55548 79B-1 bma tzm cent2194 #> 55555 79B-1 irq irk iraq1241 #> 55557 79B-2 aeg arz egyp1253 #> 55567 79B-2 amr ary moro1292 #> 55571 79B-2 atu aeb tuni1259 #> 55580 79B-2 orh hae east2652 #> 55582 79B-2 mlt mlt malt1254 #> 55584 79B-2 orb gax bora1271 #> 55587 79B-4 agw wbj alag1248 #> 55604 79B-5 hau hau haus1257 #> 55619 79B-5 wly wal wola1242 #> 55656 79B-5 heb heb hebr1245 #> 55667 79B-5 mup sur mwag1236 #> 55845 8A-2 kef kbr kafa1242 #> 55865 8A-2 ktk aal afad1236 #> 55870 8A-2 kul gmo gamo1244 #> 55904 8A-2 diz mdx dizi1235 #> 55918 8A-2 soq sqt soqo1240 #> 55922 8A-2 som som soma1255 #> 55940 8A-2 hau hau haus1257 #> 55969 8A-2 bma tzm cent2194 #> 56008 8A-2 tgr tig tigr1270 #> 56017 8A-2 hmr amf hame1242 #> 56024 8A-2 ker ker kera1255 #> 56027 8A-2 tas shi tach1250 #> 56036 8A-2 orh hae east2652 #> 56037 8A-2 dnw daa dang1274 #> 56048 8A-2 bej bej beja1238 #> 56053 8A-2 anc anc ngas1240 #> 56092 8A-2 amh amh amha1245 #> 56113 8A-2 nap trg lish1246 #> 56140 8A-2 aeg arz egyp1253 #> 56162 8A-2 tug thv taha1241 #> 56195 8A-2 awn awn awng1244 #> 56214 8A-2 hba heb hebr1245 #> 56264 8A-4 irq irk iraq1241 #> 56270 8A-4 dah dal daha1245 #> 56274 8A-4 ngz ngi ngiz1242 #> 56275 8A-4 mrg mrt marg1265 #> 56280 8A-4 ter ttr tera1251 #> 56285 8A-4 lam lme peve1243 #> 56293 8A-4 knk kna dera1248 #> 56318 80A-1 aeg arz egyp1253 #> 56343 80A-1 wly wal wola1242 #> 56368 80A-1 hau hau haus1257 #> 56375 80A-1 agw wbj alag1248 #> 56378 80A-1 bma tzm cent2194 #> 56395 80A-1 mlt mlt malt1254 #> 56420 80A-1 atu aeb tuni1259 #> 56426 80A-1 orb gax bora1271 #> 56438 80A-1 orh hae east2652 #> 56451 80A-1 amr ary moro1292 #> 56462 80A-1 irq irk iraq1241 #> 56463 80A-1 heb heb hebr1245 #> 56476 80A-2 mup sur mwag1236 #> 56521 81A-1 abo arv arbo1245 #> 56541 81A-1 naj aij lish1245 #> 56580 81A-1 amh amh amha1245 #> 56587 81A-1 gam gmv gamo1243 #> 56635 81A-1 tig tir tigr1271 #> 56636 81A-1 orh hae east2652 #> 56688 81A-1 qaf aar afar1241 #> 56706 81A-1 som som soma1255 #> 56709 81A-1 sod gru kist1241 #> 56712 81A-1 kem ahg qima1242 #> 56724 81A-1 wly wal wola1242 #> 56727 81A-1 gim bcq benc1235 #> 56753 81A-1 chh sgw seba1251 #> 56782 81A-1 irq irk iraq1241 #> 56800 81A-1 dim dim dime1235 #> 56854 81A-1 zay zay zays1235 #> 56867 81A-1 tgr tig tigr1270 #> 56902 81A-1 orw ssn waat1238 #> 57005 81A-1 sid sid sida1246 #> 57025 81A-1 bej bej beja1238 #> 57045 81A-1 dha dsh daas1238 #> 57074 81A-2 lel lln lele1276 #> 57076 81A-2 mas mcn masa1322 #> 57088 81A-2 hau hau haus1257 #> 57099 81A-2 brn bds buru1320 #> 57122 81A-2 arg afb gulf1241 #> 57145 81A-2 ker ker kera1255 #> 57192 81A-2 mup sur mwag1236 #> 57223 81A-2 ron cla ronn1241 #> 57224 81A-2 arj afb gulf1241 #> 57232 81A-2 knk kna dera1248 #> 57241 81A-2 per pip pero1241 #> 57256 81A-2 heb heb hebr1245 #> 57260 81A-2 mlg mfi wand1278 #> 57273 81A-2 bud bdm budu1265 #> 57298 81A-2 ngz ngi ngiz1242 #> 57299 81A-2 anc anc ngas1240 #> 57307 81A-2 mgu mug musg1254 #> 57360 81A-2 uld udl wuzl1236 #> 57378 81A-2 aeg arz egyp1253 #> 57384 81A-2 ter ttr tera1251 #> 57389 81A-2 mda mxu mada1293 #> 57399 81A-2 mbr mpk mbar1260 #> 57415 81A-2 cop cop copt1239 #> 57430 81A-2 arq acm meso1252 #> 57441 81A-2 paa pqa paaa1242 #> 57452 81A-2 brf rif tari1263 #> 57453 81A-2 mof mif mofu1248 #> 57476 81A-2 tan tan nucl1696 #> 57481 81A-2 mrg mrt marg1265 #> 57490 81A-2 goe ank goem1240 #> 57506 81A-2 bid bid bidi1241 #> 57517 81A-2 hna hna mina1276 #> 57536 81A-2 lag kot lagw1237 #> 57570 81A-3 hdi xed hdii1240 #> 57577 81A-3 ams arb stan1318 #> 57579 81A-3 lmg hia lama1288 #> 57592 81A-3 bma tzm cent2194 #> 57600 81A-3 tsk taq tama1365 #> 57615 81A-3 pod pbi park1239 #> 57631 81A-3 gud gde gude1246 #> 57632 81A-3 kbl kab kaby1243 #> 57635 81A-3 bfg #> 57711 81A-7 meh gdq mehr1241 #> 57728 81A-7 tas shi tach1250 #> 57750 81A-7 bln byn bili1260 #> 57788 81A-7 bch shy tach1249 #> 57819 81A-7 asy apc nort3139 #> 57836 81A-7 miy mkf miya1266 #> 57923 81B-3 asy apc nort3139 #> 57925 81B-3 bch shy tach1249 #> 57929 81B-3 meh gdq mehr1241 #> 57941 81B-4 miy mkf miya1266 #> 57946 82A-1 ker ker kera1255 #> 57956 82A-1 arg afb gulf1241 #> 58010 82A-1 uld udl wuzl1236 #> 58025 82A-1 heb heb hebr1245 #> 58028 82A-1 per pip pero1241 #> 58062 82A-1 lag kot lagw1237 #> 58070 82A-1 bud bdm budu1265 #> 58086 82A-1 mbr mpk mbar1260 #> 58099 82A-1 abo arv arbo1245 #> 58108 82A-1 mgu mug musg1254 #> 58222 82A-1 mup sur mwag1236 #> 58251 82A-1 knk kna dera1248 #> 58262 82A-1 dim dim dime1235 #> 58300 82A-1 bid bid bidi1241 #> 58324 82A-1 dha dsh daas1238 #> 58327 82A-1 sid sid sida1246 #> 58352 82A-1 som som soma1255 #> 58356 82A-1 ron cla ronn1241 #> 58364 82A-1 brf rif tari1263 #> 58376 82A-1 chh sgw seba1251 #> 58387 82A-1 brn bds buru1320 #> 58392 82A-1 kem ahg qima1242 #> 58397 82A-1 arq acm meso1252 #> 58428 82A-1 hna hna mina1276 #> 58446 82A-1 amh amh amha1245 #> 58545 82A-1 goe ank goem1240 #> 58574 82A-1 irq irk iraq1241 #> 58586 82A-1 zay zay zays1235 #> 58638 82A-1 qaf aar afar1241 #> 58647 82A-1 cop cop copt1239 #> 58651 82A-1 sod gru kist1241 #> 58657 82A-1 gam gmv gamo1243 #> 58663 82A-1 bej bej beja1238 #> 58664 82A-1 anc anc ngas1240 #> 58675 82A-1 mas mcn masa1322 #> 58713 82A-1 aar aiw aari1239 #> 58721 82A-1 mlg mfi wand1278 #> 58736 82A-1 lel lln lele1276 #> 58741 82A-1 orh hae east2652 #> 58817 82A-1 gim bcq benc1235 #> 58835 82A-1 tgr tig tigr1270 #> 58837 82A-1 mrg mrt marg1265 #> 58850 82A-1 paa pqa paaa1242 #> 58858 82A-1 aeg arz egyp1253 #> 58860 82A-1 ter ttr tera1251 #> 58903 82A-1 mda mxu mada1293 #> 58910 82A-1 hau hau haus1257 #> 58958 82A-1 naj aij lish1245 #> 59011 82A-1 wly wal wola1242 #> 59062 82A-1 tan tan nucl1696 #> 59069 82A-1 ngz ngi ngiz1242 #> 59125 82A-1 arj afb gulf1241 #> 59131 82A-1 tig tir tigr1271 #> 59135 82A-1 mof mif mofu1248 #> 59137 82A-1 orw ssn waat1238 #> 59172 82A-2 tsk taq tama1365 #> 59189 82A-2 ams arb stan1318 #> 59202 82A-2 tai thv taha1241 #> 59214 82A-2 amr ary moro1292 #> 59233 82A-2 lmg hia lama1288 #> 59239 82A-2 kbl kab kaby1243 #> 59247 82A-2 bma tzm cent2194 #> 59292 82A-2 bfg #> 59294 82A-2 gud gde gude1246 #> 59305 82A-2 pod pbi park1239 #> 59308 82A-2 hdi xed hdii1240 #> 59351 82A-3 meh gdq mehr1241 #> 59376 82A-3 bch shy tach1249 #> 59388 82A-3 tas shi tach1250 #> 59402 82A-3 miy mkf miya1266 #> 59433 82A-3 bln byn bili1260 #> 59441 82A-3 asy apc nort3139 #> 59443 83A-1 gam gmv gamo1243 #> 59446 83A-1 kem ahg qima1242 #> 59448 83A-1 amh amh amha1245 #> 59466 83A-1 bln byn bili1260 #> 59519 83A-1 orh hae east2652 #> 59650 83A-1 som som soma1255 #> 59687 83A-1 chh sgw seba1251 #> 59694 83A-1 zay zay zays1235 #> 59711 83A-1 wly wal wola1242 #> 59779 83A-1 irq irk iraq1241 #> 59805 83A-1 sid sid sida1246 #> 59823 83A-1 bej bej beja1238 #> 59914 83A-1 gim bcq benc1235 #> 59936 83A-1 aar aiw aari1239 #> 59953 83A-1 qaf aar afar1241 #> 59988 83A-1 sod gru kist1241 #> 59995 83A-1 orw ssn waat1238 #> 60024 83A-1 dim dim dime1235 #> 60049 83A-1 naj aij lish1245 #> 60082 83A-1 dha dsh daas1238 #> 60097 83A-1 tig tir tigr1271 #> 60121 83A-1 abo arv arbo1245 #> 60126 83A-1 tgr tig tigr1270 #> 60159 83A-2 meh gdq mehr1241 #> 60166 83A-2 arj afb gulf1241 #> 60175 83A-2 gnd gqa gaan1243 #> 60214 83A-2 mas mcn masa1322 #> 60223 83A-2 bch shy tach1249 #> 60225 83A-2 paa pqa paaa1242 #> 60229 83A-2 arq acm meso1252 #> 60230 83A-2 tai thv taha1241 #> 60236 83A-2 arg afb gulf1241 #> 60249 83A-2 kbl kab kaby1243 #> 60256 83A-2 bma tzm cent2194 #> 60263 83A-2 lmg hia lama1288 #> 60287 83A-2 amr ary moro1292 #> 60344 83A-2 aeg arz egyp1253 #> 60347 83A-2 hna hna mina1276 #> 60367 83A-2 mbr mpk mbar1260 #> 60377 83A-2 bse tzm cent2194 #> 60378 83A-2 mlg mfi wand1278 #> 60393 83A-2 tgh thv taha1241 #> 60400 83A-2 giz gis maro1246 #> 60411 83A-2 lel lln lele1276 #> 60414 83A-2 mup sur mwag1236 #> 60434 83A-2 tsk taq tama1365 #> 60456 83A-2 hdi xed hdii1240 #> 60465 83A-2 bud bdm budu1265 #> 60471 83A-2 hau hau haus1257 #> 60477 83A-2 uld udl wuzl1236 #> 60502 83A-2 goe ank goem1240 #> 60537 83A-2 mgu mug musg1254 #> 60552 83A-2 mrg mrt marg1265 #> 60558 83A-2 mda mxu mada1293 #> 60567 83A-2 knk kna dera1248 #> 60568 83A-2 heb heb hebr1245 #> 60578 83A-2 ron cla ronn1241 #> 60615 83A-2 ker ker kera1255 #> 60620 83A-2 ngz ngi ngiz1242 #> 60627 83A-2 pod pbi park1239 #> 60628 83A-2 brf rif tari1263 #> 60633 83A-2 mof mif mofu1248 #> 60706 83A-2 cop cop copt1239 #> 60707 83A-2 miy mkf miya1266 #> 60712 83A-2 gud gde gude1246 #> 60724 83A-2 ter ttr tera1251 #> 60737 83A-2 tan tan nucl1696 #> 60746 83A-2 per pip pero1241 #> 60747 83A-2 tas shi tach1250 #> 60753 83A-2 ams arb stan1318 #> 60761 83A-2 lag kot lagw1237 #> 60776 83A-2 bfg #> 60783 83A-2 brn bds buru1320 #> 60827 83A-2 bid bid bidi1241 #> 60845 83A-2 anc anc ngas1240 #> 60857 83A-2 asy apc nort3139 #> 60970 84A-1 gud gde gude1246 #> 60972 84A-1 paa pqa paaa1242 #> 60975 84A-1 cop cop copt1239 #> 60985 84A-1 bma tzm cent2194 #> 60991 84A-1 uld udl wuzl1236 #> 60992 84A-1 mup sur mwag1236 #> 60994 84A-1 ams arb stan1318 #> 61019 84A-1 brf rif tari1263 #> 61022 84A-1 aeg arz egyp1253 #> 61028 84A-1 knk kna dera1248 #> 61033 84A-1 ngz ngi ngiz1242 #> 61035 84A-1 bud bdm budu1265 #> 61052 84A-1 kbl kab kaby1243 #> 61060 84A-1 hdi xed hdii1240 #> 61061 84A-1 arg afb gulf1241 #> 61075 84A-1 miy mkf miya1266 #> 61086 84A-1 hna hna mina1276 #> 61095 84A-1 bfg #> 61120 84A-1 hau hau haus1257 #> 61145 84A-1 mof mif mofu1248 #> 61157 84A-1 lmg hia lama1288 #> 61158 84A-1 ter ttr tera1251 #> 61160 84A-1 tsk taq tama1365 #> 61170 84A-1 anc anc ngas1240 #> 61197 84A-3 chh sgw seba1251 #> 61213 84A-3 orh hae east2652 #> 61225 84A-4 dha dsh daas1238 #> 61231 84A-4 orw ssn waat1238 #> 61273 84A-5 naj aij lish1245 #> 61344 84A-6 brn bds buru1320 #> 61384 84A-6 irq irk iraq1241 #> 61462 85A-1 gam gmv gamo1243 #> 61536 85A-1 gim bcq benc1235 #> 61562 85A-1 dim dim dime1235 #> 61585 85A-1 bln byn bili1260 #> 61595 85A-1 orh hae east2652 #> 61758 85A-1 orw ssn waat1238 #> 61762 85A-1 aar aiw aari1239 #> 61781 85A-1 qaf aar afar1241 #> 61784 85A-1 bej bej beja1238 #> 61808 85A-1 kem ahg qima1242 #> 61968 85A-1 sid sid sida1246 #> 62037 85A-2 asy apc nort3139 #> 62039 85A-2 knk kna dera1248 #> 62040 85A-2 anc anc ngas1240 #> 62072 85A-2 goe ank goem1240 #> 62073 85A-2 ngz ngi ngiz1242 #> 62075 85A-2 kwm ksq kwaa1269 #> 62077 85A-2 per pip pero1241 #> 62092 85A-2 brf rif tari1263 #> 62097 85A-2 meh gdq mehr1241 #> 62103 85A-2 mof mif mofu1248 #> 62106 85A-2 ker ker kera1255 #> 62136 85A-2 tai thv taha1241 #> 62142 85A-2 mup sur mwag1236 #> 62150 85A-2 ams arb stan1318 #> 62162 85A-2 heb heb hebr1245 #> 62185 85A-2 mig mmy miga1249 #> 62206 85A-2 gnd gqa gaan1243 #> 62209 85A-2 amr ary moro1292 #> 62219 85A-2 lmg hia lama1288 #> 62225 85A-2 bse tzm cent2194 #> 62227 85A-2 uld udl wuzl1236 #> 62229 85A-2 hdi xed hdii1240 #> 62235 85A-2 ter ttr tera1251 #> 62242 85A-2 cop cop copt1239 #> 62247 85A-2 mgu mug musg1254 #> 62258 85A-2 kbl kab kaby1243 #> 62263 85A-2 bud bdm budu1265 #> 62272 85A-2 hau hau haus1257 #> 62277 85A-2 hna hna mina1276 #> 62281 85A-2 mas mcn masa1322 #> 62302 85A-2 mlg mfi wand1278 #> 62307 85A-2 bfg #> 62321 85A-2 mrg mrt marg1265 #> 62333 85A-2 tgr tig tigr1270 #> 62341 85A-2 arg afb gulf1241 #> 62361 85A-2 naj aij lish1245 #> 62370 85A-2 bmz mzb tumz1238 #> 62371 85A-2 lel lln lele1276 #> 62391 85A-2 zen zen zena1248 #> 62401 85A-2 gud gde gude1246 #> 62428 85A-2 aeg arz egyp1253 #> 62441 85A-2 arq acm meso1252 #> 62455 85A-2 mko moz muku1242 #> 62463 85A-2 arj afb gulf1241 #> 62464 85A-2 lag kot lagw1237 #> 62473 85A-2 bma tzm cent2194 #> 62478 85A-2 cld cld chal1275 #> 62481 85A-2 bsi siz siwi1239 #> 62486 85A-2 tgh thv taha1241 #> 62494 85A-2 paa pqa paaa1242 #> 62506 85A-2 irq irk iraq1241 #> 62512 85A-2 bid bid bidi1241 #> 62513 85A-2 giz gis maro1246 #> 62531 85A-2 tsk taq tama1365 #> 62537 85A-2 pod pbi park1239 #> 62538 85A-2 miy mkf miya1266 #> 62541 85A-2 tig tir tigr1271 #> 62582 85A-4 amh amh amha1245 #> 62592 85A-4 chh sgw seba1251 #> 62605 85A-4 som som soma1255 #> 62607 85A-4 sod gru kist1241 #> 62610 85A-4 brn bds buru1320 #> 62611 85A-4 mbr mpk mbar1260 #> 62654 86A-1 gam gmv gamo1243 #> 62711 86A-1 zay zay zays1235 #> 62754 86A-1 sid sid sida1246 #> 62760 86A-1 qaf aar afar1241 #> 62778 86A-1 bej bej beja1238 #> 62839 86A-1 chh sgw seba1251 #> 62846 86A-1 bln byn bili1260 #> 62851 86A-1 wly wal wola1242 #> 62927 86A-1 sod gru kist1241 #> 63037 86A-1 kem ahg qima1242 #> 63224 86A-1 amh amh amha1245 #> 63232 86A-1 aar aiw aari1239 #> 63275 86A-1 dha dsh daas1238 #> 63340 86A-2 tgh thv taha1241 #> 63344 86A-2 bid bid bidi1241 #> 63346 86A-2 ngz ngi ngiz1242 #> 63347 86A-2 bch shy tach1249 #> 63371 86A-2 brf rif tari1263 #> 63382 86A-2 cop cop copt1239 #> 63404 86A-2 irq irk iraq1241 #> 63430 86A-2 naj aij lish1245 #> 63439 86A-2 brn bds buru1320 #> 63447 86A-2 lmg hia lama1288 #> 63457 86A-2 tas shi tach1250 #> 63459 86A-2 per pip pero1241 #> 63461 86A-2 ron cla ronn1241 #> 63468 86A-2 anc anc ngas1240 #> 63471 86A-2 gud gde gude1246 #> 63476 86A-2 orh hae east2652 #> 63494 86A-2 mup sur mwag1236 #> 63495 86A-2 pod pbi park1239 #> 63498 86A-2 mlg mfi wand1278 #> 63499 86A-2 hdi xed hdii1240 #> 63512 86A-2 paa pqa paaa1242 #> 63513 86A-2 tgr tig tigr1270 #> 63526 86A-2 mas mcn masa1322 #> 63531 86A-2 lag kot lagw1237 #> 63532 86A-2 uld udl wuzl1236 #> 63533 86A-2 ams arb stan1318 #> 63537 86A-2 tsk taq tama1365 #> 63563 86A-2 ter ttr tera1251 #> 63568 86A-2 kwm ksq kwaa1269 #> 63575 86A-2 abo arv arbo1245 #> 63580 86A-2 mda mxu mada1293 #> 63581 86A-2 mrg mrt marg1265 #> 63585 86A-2 heb heb hebr1245 #> 63604 86A-2 amr ary moro1292 #> 63619 86A-2 goe ank goem1240 #> 63636 86A-2 arj afb gulf1241 #> 63642 86A-2 meh gdq mehr1241 #> 63662 86A-2 bma tzm cent2194 #> 63663 86A-2 orw ssn waat1238 #> 63669 86A-2 asy apc nort3139 #> 63670 86A-2 aeg arz egyp1253 #> 63674 86A-2 hna hna mina1276 #> 63680 86A-2 mgu mug musg1254 #> 63681 86A-2 hau hau haus1257 #> 63688 86A-2 zen zen zena1248 #> 63697 86A-2 miy mkf miya1266 #> 63705 86A-2 bfg #> 63744 86A-2 knk kna dera1248 #> 63755 86A-2 kbl kab kaby1243 #> 63757 86A-2 gnd gqa gaan1243 #> 63758 86A-2 cld cld chal1275 #> 63768 86A-2 bud bdm budu1265 #> 63769 86A-2 arg afb gulf1241 #> 63772 86A-2 arq acm meso1252 #> 63776 86A-2 tai thv taha1241 #> 63778 86A-2 ker ker kera1255 #> 63792 86A-2 mbr mpk mbar1260 #> 63794 86A-2 mof mif mofu1248 #> 63798 86A-3 tig tir tigr1271 #> 63816 86A-3 lel lln lele1276 #> 63888 86A-3 som som soma1255 #> 63917 87A-1 qaf aar afar1241 #> 64044 87A-1 zay zay zays1235 #> 64127 87A-1 hau hau haus1257 #> 64134 87A-1 paa pqa paaa1242 #> 64135 87A-1 sid sid sida1246 #> 64138 87A-1 tig tir tigr1271 #> 64159 87A-1 kem ahg qima1242 #> 64207 87A-1 sod gru kist1241 #> 64219 87A-1 gud gde gude1246 #> 64244 87A-1 wly wal wola1242 #> 64246 87A-1 tgr tig tigr1270 #> 64253 87A-1 amh amh amha1245 #> 64258 87A-1 gam gmv gamo1243 #> 64264 87A-1 chh sgw seba1251 #> 64295 87A-2 orw ssn waat1238 #> 64300 87A-2 abo arv arbo1245 #> 64301 87A-2 dim dim dime1235 #> 64303 87A-2 mbr mpk mbar1260 #> 64334 87A-2 mgu mug musg1254 #> 64354 87A-2 naj aij lish1245 #> 64361 87A-2 dha dsh daas1238 #> 64387 87A-2 arg afb gulf1241 #> 64391 87A-2 arq acm meso1252 #> 64397 87A-2 uld udl wuzl1236 #> 64407 87A-2 arj afb gulf1241 #> 64425 87A-2 bud bdm budu1265 #> 64445 87A-2 per pip pero1241 #> 64479 87A-2 brf rif tari1263 #> 64486 87A-2 gnd gqa gaan1243 #> 64490 87A-2 ngz ngi ngiz1242 #> 64521 87A-2 bid bid bidi1241 #> 64524 87A-2 bfg #> 64549 87A-2 orh hae east2652 #> 64551 87A-2 lmg hia lama1288 #> 64562 87A-2 aeg arz egyp1253 #> 64568 87A-2 lag kot lagw1237 #> 64580 87A-2 tsk taq tama1365 #> 64592 87A-2 cld cld chal1275 #> 64626 87A-2 amr ary moro1292 #> 64627 87A-2 kbl kab kaby1243 #> 64668 87A-2 mof mif mofu1248 #> 64671 87A-2 anc anc ngas1240 #> 64672 87A-2 bsi siz siwi1239 #> 64719 87A-2 mlg mfi wand1278 #> 64723 87A-2 mup sur mwag1236 #> 64724 87A-2 brn bds buru1320 #> 64728 87A-2 ker ker kera1255 #> 64746 87A-2 mrg mrt marg1265 #> 64774 87A-2 mda mxu mada1293 #> 64827 87A-2 miy mkf miya1266 #> 64887 87A-2 asy apc nort3139 #> 64891 87A-2 hdi xed hdii1240 #> 64898 87A-2 cop cop copt1239 #> 64900 87A-2 mas mcn masa1322 #> 64901 87A-2 heb heb hebr1245 #> 64945 87A-2 som som soma1255 #> 64967 87A-2 hna hna mina1276 #> 64968 87A-2 goe ank goem1240 #> 64982 87A-2 bch shy tach1249 #> 65063 87A-2 kwm ksq kwaa1269 #> 65071 87A-2 ter ttr tera1251 #> 65090 87A-2 lel lln lele1276 #> 65103 87A-2 bln byn bili1260 #> 65105 87A-2 irq irk iraq1241 #> 65122 87A-2 meh gdq mehr1241 #> 65129 87A-2 aar aiw aari1239 #> 65130 87A-2 ams arb stan1318 #> 65138 87A-2 bma tzm cent2194 #> 65185 87A-3 knk kna dera1248 #> 65196 87A-3 gim bcq benc1235 #> 65241 87A-3 bej bej beja1238 #> 65250 87A-3 pod pbi park1239 #> 65287 88A-1 amh amh amha1245 #> 65397 88A-1 zay zay zays1235 #> 65408 88A-1 cld cld chal1275 #> 65409 88A-1 pod pbi park1239 #> 65460 88A-1 gam gmv gamo1243 #> 65464 88A-1 tig tir tigr1271 #> 65499 88A-1 qaf aar afar1241 #> 65538 88A-1 naj aij lish1245 #> 65562 88A-1 ams arb stan1318 #> 65603 88A-1 bfg #> 65671 88A-1 kem ahg qima1242 #> 65695 88A-1 wly wal wola1242 #> 65711 88A-1 miy mkf miya1266 #> 65724 88A-1 sid sid sida1246 #> 65726 88A-1 amr ary moro1292 #> 65823 88A-2 hna hna mina1276 #> 65824 88A-2 mrg mrt marg1265 #> 65828 88A-2 mda mxu mada1293 #> 65844 88A-2 tsk taq tama1365 #> 65856 88A-2 brf rif tari1263 #> 65875 88A-2 tai thv taha1241 #> 65890 88A-2 goe ank goem1240 #> 65937 88A-2 lel lln lele1276 #> 65945 88A-2 mof mif mofu1248 #> 65962 88A-2 anc anc ngas1240 #> 65969 88A-2 dim dim dime1235 #> 65986 88A-2 uld udl wuzl1236 #> 66028 88A-2 irq irk iraq1241 #> 66052 88A-2 chh sgw seba1251 #> 66084 88A-2 ron cla ronn1241 #> 66098 88A-2 orw ssn waat1238 #> 66125 88A-2 bid bid bidi1241 #> 66126 88A-2 mbr mpk mbar1260 #> 66127 88A-2 mlg mfi wand1278 #> 66135 88A-2 bch shy tach1249 #> 66136 88A-2 bse tzm cent2194 #> 66140 88A-2 knk kna dera1248 #> 66163 88A-2 ter ttr tera1251 #> 66177 88A-2 bud bdm budu1265 #> 66186 88A-2 mup sur mwag1236 #> 66202 88A-2 ngz ngi ngiz1242 #> 66225 88A-2 gnd gqa gaan1243 #> 66230 88A-2 aeg arz egyp1253 #> 66236 88A-2 mgu mug musg1254 #> 66269 88A-2 dha dsh daas1238 #> 66296 88A-2 bsi siz siwi1239 #> 66302 88A-2 gim bcq benc1235 #> 66319 88A-2 ker ker kera1255 #> 66320 88A-2 heb heb hebr1245 #> 66321 88A-2 orh hae east2652 #> 66326 88A-2 aar aiw aari1239 #> 66345 88A-2 tgh thv taha1241 #> 66375 88A-4 lag kot lagw1237 #> 66383 88A-4 gud gde gude1246 #> 66385 88A-4 brn bds buru1320 #> 66390 88A-4 som som soma1255 #> 66395 88A-4 tas shi tach1250 #> 66401 88A-5 bej bej beja1238 #> 66402 88A-5 hdi xed hdii1240 #> 66425 88A-6 tgr tig tigr1270 #> 66426 88A-6 lmg hia lama1288 #> 66428 88A-6 bma tzm cent2194 #> 66440 88A-6 arj afb gulf1241 #> 66454 88A-6 asy apc nort3139 #> 66460 88A-6 arg afb gulf1241 #> 66477 88A-6 hau hau haus1257 #> 66478 88A-6 cop cop copt1239 #> 66483 89A-1 wly wal wola1242 #> 66511 89A-1 gam gmv gamo1243 #> 66563 89A-1 ams arb stan1318 #> 66579 89A-1 bch shy tach1249 #> 66586 89A-1 bfg #> 66606 89A-1 bma tzm cent2194 #> 66625 89A-1 qaf aar afar1241 #> 66665 89A-1 tgr tig tigr1270 #> 66680 89A-1 tgh thv taha1241 #> 66684 89A-1 amr ary moro1292 #> 66698 89A-1 cop cop copt1239 #> 66760 89A-1 bln byn bili1260 #> 66788 89A-1 sid sid sida1246 #> 66798 89A-1 zen zen zena1248 #> 66827 89A-1 tsk taq tama1365 #> 66830 89A-1 amh amh amha1245 #> 66842 89A-1 zay zay zays1235 #> 66843 89A-1 brf rif tari1263 #> 66854 89A-1 cld cld chal1275 #> 66886 89A-1 arq acm meso1252 #> 66888 89A-1 som som soma1255 #> 66895 89A-1 naj aij lish1245 #> 66919 89A-1 arg afb gulf1241 #> 66930 89A-1 heb heb hebr1245 #> 66931 89A-1 chh sgw seba1251 #> 66968 89A-2 abo arv arbo1245 #> 66984 89A-2 dha dsh daas1238 #> 66999 89A-2 knk kna dera1248 #> 67032 89A-2 mrg mrt marg1265 #> 67052 89A-2 hdi xed hdii1240 #> 67055 89A-2 anc anc ngas1240 #> 67056 89A-2 mda mxu mada1293 #> 67087 89A-2 miy mkf miya1266 #> 67096 89A-2 aar aiw aari1239 #> 67121 89A-2 ter ttr tera1251 #> 67123 89A-2 hna hna mina1276 #> 67164 89A-2 irq irk iraq1241 #> 67169 89A-2 pod pbi park1239 #> 67188 89A-2 mbr mpk mbar1260 #> 67192 89A-2 ngz ngi ngiz1242 #> 67234 89A-2 dim dim dime1235 #> 67238 89A-2 hau hau haus1257 #> 67250 89A-2 orh hae east2652 #> 67253 89A-2 ron cla ronn1241 #> 67258 89A-2 gud gde gude1246 #> 67299 89A-2 ker ker kera1255 #> 67303 89A-2 mup sur mwag1236 #> 67308 89A-2 mgu mug musg1254 #> 67345 89A-2 lmg hia lama1288 #> 67364 89A-2 giz gis maro1246 #> 67366 89A-2 paa pqa paaa1242 #> 67386 89A-2 mlg mfi wand1278 #> 67405 89A-2 mas mcn masa1322 #> 67428 89A-2 goe ank goem1240 #> 67442 89A-2 uld udl wuzl1236 #> 67469 89A-2 lel lln lele1276 #> 67470 89A-2 brn bds buru1320 #> 67476 89A-2 orw ssn waat1238 #> 67494 89A-2 per pip pero1241 #> 67530 89A-2 bid bid bidi1241 #> 67545 89A-2 lag kot lagw1237 #> 67553 89A-2 mof mif mofu1248 #> 67563 89A-2 bud bdm budu1265 #> 67569 89A-3 aeg arz egyp1253 #> 67577 89A-3 arj afb gulf1241 #> 67579 89A-3 meh gdq mehr1241 #> 67610 89A-3 asy apc nort3139 #> 67619 89A-3 gim bcq benc1235 #> 67642 9A-1 irq irk iraq1241 #> 67819 9A-2 awn awn awng1244 #> 67890 9A-3 soq sqt soqo1240 #> 67898 9A-3 hau hau haus1257 #> 67916 9A-3 bej bej beja1238 #> 67926 9A-3 hrs hss hars1241 #> 67936 9A-3 mma mid nucl1706 #> 67939 9A-3 bma tzm cent2194 #> 67956 9A-3 som som soma1255 #> 67960 9A-3 bth bhm bath1244 #> 67966 9A-3 meh gdq mehr1241 #> 67985 9A-3 mlt mlt malt1254 #> 68013 9A-3 ngz ngi ngiz1242 #> 68015 9A-3 naa cld chal1275 #> 68021 9A-3 amh amh amha1245 #> 68025 9A-3 jib shv sheh1240 #> 68032 9A-3 amr ary moro1292 #> 68060 9A-3 tas shi tach1250 #> 68061 9A-3 aeg arz egyp1253 #> 68069 9A-3 heb heb hebr1245 #> 68086 9A-3 sod gru kist1241 #> 68094 9A-3 orh hae east2652 #> 68097 9A-3 chh sgw seba1251 #> 68107 90A-1 uld udl wuzl1236 #> 68110 90A-1 mas mcn masa1322 #> 68119 90A-1 hna hna mina1276 #> 68140 90A-1 arj afb gulf1241 #> 68151 90A-1 gnd gqa gaan1243 #> 68169 90A-1 pod pbi park1239 #> 68207 90A-1 ter ttr tera1251 #> 68220 90A-1 paa pqa paaa1242 #> 68228 90A-1 mup sur mwag1236 #> 68234 90A-1 hau hau haus1257 #> 68244 90A-1 orw ssn waat1238 #> 68249 90A-1 gud gde gude1246 #> 68296 90A-1 brf rif tari1263 #> 68297 90A-1 irq irk iraq1241 #> 68299 90A-1 anc anc ngas1240 #> 68300 90A-1 bud bdm budu1265 #> 68323 90A-1 knk kna dera1248 #> 68342 90A-1 arq acm meso1252 #> 68347 90A-1 ker ker kera1255 #> 68351 90A-1 per pip pero1241 #> 68367 90A-1 cop cop copt1239 #> 68374 90A-1 heb heb hebr1245 #> 68378 90A-1 arg afb gulf1241 #> 68383 90A-1 aar aiw aari1239 #> 68386 90A-1 mbr mpk mbar1260 #> 68390 90A-1 naj aij lish1245 #> 68406 90A-1 mlg mfi wand1278 #> 68419 90A-1 bfg #> 68424 90A-1 mgu mug musg1254 #> 68439 90A-1 cld cld chal1275 #> 68455 90A-1 kbl kab kaby1243 #> 68456 90A-1 mrg mrt marg1265 #> 68457 90A-1 bma tzm cent2194 #> 68458 90A-1 tai thv taha1241 #> 68466 90A-1 miy mkf miya1266 #> 68482 90A-1 orh hae east2652 #> 68487 90A-1 hdi xed hdii1240 #> 68497 90A-1 ngz ngi ngiz1242 #> 68519 90A-1 bej bej beja1238 #> 68523 90A-1 som som soma1255 #> 68549 90A-1 aeg arz egyp1253 #> 68557 90A-1 ron cla ronn1241 #> 68589 90A-1 meh gdq mehr1241 #> 68601 90A-1 lmg hia lama1288 #> 68602 90A-1 amr ary moro1292 #> 68622 90A-1 asy apc nort3139 #> 68640 90A-1 tsk taq tama1365 #> 68646 90A-1 abo arv arbo1245 #> 68653 90A-1 bid bid bidi1241 #> 68656 90A-1 mof mif mofu1248 #> 68657 90A-1 brn bds buru1320 #> 68674 90A-1 lel lln lele1276 #> 68694 90A-2 tgr tig tigr1270 #> 68722 90A-2 kem ahg qima1242 #> 68734 90A-2 sid sid sida1246 #> 68745 90A-2 chh sgw seba1251 #> 68775 90A-2 qaf aar afar1241 #> 68778 90A-2 gam gmv gamo1243 #> 68810 90A-2 zay zay zays1235 #> 68819 90A-2 amh amh amha1245 #> 68873 90A-7 gim bcq benc1235 #> 68930 90B-1 qaf aar afar1241 #> 68937 90B-1 gam gmv gamo1243 #> 69008 90B-1 tgr tig tigr1270 #> 69009 90B-1 kem ahg qima1242 #> 69024 90B-1 chh sgw seba1251 #> 69057 90B-1 amh amh amha1245 #> 69064 90B-1 zay zay zays1235 #> 69065 90B-1 sid sid sida1246 #> 69091 90B-2 gim bcq benc1235 #> 69122 90C-1 hau hau haus1257 #> 69136 90C-1 anc anc ngas1240 #> 69146 90C-1 gnd gqa gaan1243 #> 69147 90C-1 amr ary moro1292 #> 69154 90C-1 som som soma1255 #> 69156 90C-1 brf rif tari1263 #> 69170 90C-1 arj afb gulf1241 #> 69174 90C-1 aeg arz egyp1253 #> 69178 90C-1 mof mif mofu1248 #> 69183 90C-1 meh gdq mehr1241 #> 69191 90C-1 per pip pero1241 #> 69234 90C-1 hdi xed hdii1240 #> 69254 90C-1 lel lln lele1276 #> 69268 90C-1 paa pqa paaa1242 #> 69281 90C-1 uld udl wuzl1236 #> 69283 90C-1 ter ttr tera1251 #> 69300 90C-1 mlg mfi wand1278 #> 69304 90C-1 pod pbi park1239 #> 69311 90C-1 aar aiw aari1239 #> 69314 90C-1 orh hae east2652 #> 69321 90C-1 ngz ngi ngiz1242 #> 69352 90C-1 knk kna dera1248 #> 69364 90C-1 asy apc nort3139 #> 69383 90C-1 tsk taq tama1365 #> 69390 90C-1 ron cla ronn1241 #> 69407 90C-1 cld cld chal1275 #> 69415 90C-1 kbl kab kaby1243 #> 69444 90C-1 bud bdm budu1265 #> 69448 90C-1 mrg mrt marg1265 #> 69458 90C-1 ker ker kera1255 #> 69487 90C-1 bej bej beja1238 #> 69510 90C-1 bid bid bidi1241 #> 69522 90C-1 mbr mpk mbar1260 #> 69530 90C-1 bma tzm cent2194 #> 69537 90C-1 bfg #> 69565 90C-1 gud gde gude1246 #> 69566 90C-1 orw ssn waat1238 #> 69568 90C-1 arg afb gulf1241 #> 69571 90C-1 lmg hia lama1288 #> 69599 90C-1 heb heb hebr1245 #> 69604 90C-1 tai thv taha1241 #> 69608 90C-1 mup sur mwag1236 #> 69611 90C-1 cop cop copt1239 #> 69612 90C-1 irq irk iraq1241 #> 69618 90C-1 naj aij lish1245 #> 69625 90C-1 arq acm meso1252 #> 69637 90C-1 miy mkf miya1266 #> 69668 90C-1 mgu mug musg1254 #> 69674 90C-1 hna hna mina1276 #> 69680 90C-1 brn bds buru1320 #> 69687 90C-1 mas mcn masa1322 #> 69691 90C-1 abo arv arbo1245 #> 69723 90C-2 gim bcq benc1235 #> 69840 90G-4 hna hna mina1276 #> 69852 91A-1 orh hae east2652 #> 69853 91A-1 arj afb gulf1241 #> 69877 91A-1 arg afb gulf1241 #> 69879 91A-1 dim dim dime1235 #> 70014 91A-1 som som soma1255 #> 70072 91A-2 hau hau haus1257 #> 70075 91A-2 bud bdm budu1265 #> 70089 91A-2 bid bid bidi1241 #> 70121 91A-2 ams arb stan1318 #> 70129 91A-2 cld cld chal1275 #> 70150 91A-2 aeg arz egyp1253 #> 70168 91A-2 ngz ngi ngiz1242 #> 70207 91A-2 mrg mrt marg1265 #> 70223 91A-2 brn bds buru1320 #> 70240 91A-2 amr ary moro1292 #> 70282 91A-3 mup sur mwag1236 #> 70295 91A-3 arq acm meso1252 #> 70298 91A-3 asy apc nort3139 #> 70321 91A-3 heb heb hebr1245 #> 70344 92A-1 bma tzm cent2194 #> 70346 92A-1 tsk taq tama1365 #> 70361 92A-1 brf rif tari1263 #> 70369 92A-1 amr ary moro1292 #> 70373 92A-1 bfg #> 70382 92A-1 heb heb hebr1245 #> 70394 92A-1 aeg arz egyp1253 #> 70429 92A-1 cop cop copt1239 #> 70442 92A-1 ams arb stan1318 #> 70459 92A-2 hna hna mina1276 #> 70472 92A-2 per pip pero1241 #> 70481 92A-2 chh sgw seba1251 #> 70487 92A-2 lmg hia lama1288 #> 70489 92A-2 lag kot lagw1237 #> 70494 92A-2 gud gde gude1246 #> 70498 92A-2 hau hau haus1257 #> 70535 92A-2 lel lln lele1276 #> 70572 92A-2 mrg mrt marg1265 #> 70586 92A-2 ter ttr tera1251 #> 70587 92A-2 asy apc nort3139 #> 70599 92A-2 hdi xed hdii1240 #> 70601 92A-2 miy mkf miya1266 #> 70607 92A-2 bud bdm budu1265 #> 70608 92A-2 mgu mug musg1254 #> 70620 92A-2 pod pbi park1239 #> 70632 92A-2 anc anc ngas1240 #> 70657 92A-2 ron cla ronn1241 #> 70658 92A-2 goe ank goem1240 #> 70660 92A-2 ker ker kera1255 #> 70690 92A-2 mup sur mwag1236 #> 70724 92A-2 mbr mpk mbar1260 #> 70739 92A-2 mas mcn masa1322 #> 70757 92A-2 knk kna dera1248 #> 70763 92A-2 uld udl wuzl1236 #> 70822 92A-4 som som soma1255 #> 70872 92A-6 dim dim dime1235 #> 70896 92A-6 ngz ngi ngiz1242 #> 70898 92A-6 irq irk iraq1241 #> 70904 92A-6 gim bcq benc1235 #> 70911 92A-6 naj aij lish1245 #> 70914 92A-6 meh gdq mehr1241 #> 70929 92A-6 orh hae east2652 #> 70945 92A-6 bej bej beja1238 #> 70949 92A-6 mlg mfi wand1278 #> 70950 92A-6 paa pqa paaa1242 #> 70982 92A-6 wly wal wola1242 #> 70993 92A-6 aar aiw aari1239 #> 71047 92A-6 dha dsh daas1238 #> 71099 92A-6 sid sid sida1246 #> 71108 92A-6 bln byn bili1260 #> 71127 92A-6 zay zay zays1235 #> 71136 92A-6 kbl kab kaby1243 #> 71160 92A-6 tai thv taha1241 #> 71161 92A-6 arg afb gulf1241 #> 71166 92A-6 kem ahg qima1242 #> 71204 92A-6 brn bds buru1320 #> 71216 93A-1 bma tzm cent2194 #> 71243 93A-1 gud gde gude1246 #> 71251 93A-1 hdi xed hdii1240 #> 71252 93A-1 heb heb hebr1245 #> 71267 93A-1 brf rif tari1263 #> 71279 93A-1 tig tir tigr1271 #> 71286 93A-1 bfg #> 71291 93A-1 meh gdq mehr1241 #> 71321 93A-1 zay zay zays1235 #> 71417 93A-1 tsk taq tama1365 #> 71454 93A-1 asy apc nort3139 #> 71478 93A-2 cop cop copt1239 #> 71480 93A-2 goe ank goem1240 #> 71488 93A-2 knk kna dera1248 #> 71492 93A-2 tas shi tach1250 #> 71522 93A-2 mgu mug musg1254 #> 71525 93A-2 som som soma1255 #> 71535 93A-2 tgr tig tigr1270 #> 71540 93A-2 mup sur mwag1236 #> 71548 93A-2 arg afb gulf1241 #> 71560 93A-2 anc anc ngas1240 #> 71633 93A-2 mrg mrt marg1265 #> 71643 93A-2 lel lln lele1276 #> 71647 93A-2 dha dsh daas1238 #> 71675 93A-2 brn bds buru1320 #> 71727 93A-2 ter ttr tera1251 #> 71748 93A-2 arj afb gulf1241 #> 71758 93A-2 irq irk iraq1241 #> 71817 93A-2 naj aij lish1245 #> 71818 93A-2 bej bej beja1238 #> 71848 93A-2 paa pqa paaa1242 #> 71857 93A-2 ker ker kera1255 #> 71868 93A-2 ron cla ronn1241 #> 71869 93A-2 orw ssn waat1238 #> 71875 93A-2 bud bdm budu1265 #> 71905 93A-2 ngz ngi ngiz1242 #> 71911 93A-2 sid sid sida1246 #> 71923 93A-2 orh hae east2652 #> 71946 93A-2 amh amh amha1245 #> 71954 93A-2 mas mcn masa1322 #> 71977 93A-2 mlg mfi wand1278 #> 71985 93A-2 per pip pero1241 #> 72017 93A-2 hna hna mina1276 #> 72050 93A-2 giz gis maro1246 #> 72059 93A-2 lag kot lagw1237 #> 72063 93A-2 arq acm meso1252 #> 72066 93A-2 aeg arz egyp1253 #> 72088 93A-3 hau hau haus1257 #> 72095 93A-3 miy mkf miya1266 #> 72115 94A-1 knk kna dera1248 #> 72122 94A-1 brf rif tari1263 #> 72124 94A-1 lmg hia lama1288 #> 72132 94A-1 bfg #> 72143 94A-1 lel lln lele1276 #> 72161 94A-1 naj aij lish1245 #> 72223 94A-1 som som soma1255 #> 72224 94A-1 arj afb gulf1241 #> 72239 94A-1 ams arb stan1318 #> 72249 94A-1 meh gdq mehr1241 #> 72272 94A-1 ter ttr tera1251 #> 72273 94A-1 cop cop copt1239 #> 72281 94A-1 mgu mug musg1254 #> 72283 94A-1 aeg arz egyp1253 #> 72293 94A-1 miy mkf miya1266 #> 72301 94A-1 asy apc nort3139 #> 72304 94A-1 mlg mfi wand1278 #> 72309 94A-1 gud gde gude1246 #> 72323 94A-1 bma tzm cent2194 #> 72331 94A-1 ker ker kera1255 #> 72334 94A-1 tgh thv taha1241 #> 72341 94A-1 mrg mrt marg1265 #> 72342 94A-1 heb heb hebr1245 #> 72370 94A-1 amr ary moro1292 #> 72371 94A-1 orh hae east2652 #> 72372 94A-1 uld udl wuzl1236 #> 72379 94A-1 arq acm meso1252 #> 72401 94A-1 hau hau haus1257 #> 72403 94A-1 hna hna mina1276 #> 72426 94A-1 paa pqa paaa1242 #> 72431 94A-1 mbr mpk mbar1260 #> 72474 94A-1 mup sur mwag1236 #> 72488 94A-1 arg afb gulf1241 #> 72493 94A-1 tsk taq tama1365 #> 72564 94A-2 bud bdm budu1265 #> 72581 94A-2 amh amh amha1245 #> 72596 94A-2 gim bcq benc1235 #> 72643 94A-4 bej bej beja1238 #> 72693 94A-5 tgr tig tigr1270 #> 72708 94A-5 sod gru kist1241 #> 72719 94A-5 tas shi tach1250 #> 72731 94A-5 lag kot lagw1237 #> 72741 94A-5 per pip pero1241 #> 72759 94A-5 ngz ngi ngiz1242 #> 72808 95A-1 sid sid sida1246 #> 72872 95A-1 bej bej beja1238 #> 72880 95A-1 dim dim dime1235 #> 72943 95A-1 bln byn bili1260 #> 72963 95A-1 aar aiw aari1239 #> 72969 95A-1 qaf aar afar1241 #> 73033 95A-1 orw ssn waat1238 #> 73149 95A-1 orh hae east2652 #> 73150 95A-1 gam gmv gamo1243 #> 73199 95A-1 gim bcq benc1235 #> 73235 95A-1 kem ahg qima1242 #> 73241 95A-2 irq irk iraq1241 #> 73249 95A-2 tig tir tigr1271 #> 73250 95A-2 naj aij lish1245 #> 73252 95A-2 tgr tig tigr1270 #> 73312 95A-4 meh gdq mehr1241 #> 73318 95A-4 hau hau haus1257 #> 73329 95A-4 pod pbi park1239 #> 73331 95A-4 tsk taq tama1365 #> 73337 95A-4 hdi xed hdii1240 #> 73340 95A-4 per pip pero1241 #> 73349 95A-4 hna hna mina1276 #> 73351 95A-4 brf rif tari1263 #> 73353 95A-4 lmg hia lama1288 #> 73356 95A-4 mrg mrt marg1265 #> 73358 95A-4 ams arb stan1318 #> 73372 95A-4 tgh thv taha1241 #> 73375 95A-4 cop cop copt1239 #> 73381 95A-4 mof mif mofu1248 #> 73384 95A-4 ter ttr tera1251 #> 73411 95A-4 bse tzm cent2194 #> 73414 95A-4 arg afb gulf1241 #> 73441 95A-4 ker ker kera1255 #> 73444 95A-4 anc anc ngas1240 #> 73465 95A-4 goe ank goem1240 #> 73495 95A-4 arj afb gulf1241 #> 73503 95A-4 gnd gqa gaan1243 #> 73506 95A-4 bid bid bidi1241 #> 73517 95A-4 mgu mug musg1254 #> 73527 95A-4 mlg mfi wand1278 #> 73577 95A-4 bud bdm budu1265 #> 73587 95A-4 amr ary moro1292 #> 73594 95A-4 bma tzm cent2194 #> 73602 95A-4 arq acm meso1252 #> 73607 95A-4 lel lln lele1276 #> 73616 95A-4 knk kna dera1248 #> 73622 95A-4 gud gde gude1246 #> 73625 95A-4 bfg #> 73649 95A-4 asy apc nort3139 #> 73657 95A-4 tai thv taha1241 #> 73667 95A-4 kbl kab kaby1243 #> 73668 95A-4 miy mkf miya1266 #> 73673 95A-4 aeg arz egyp1253 #> 73676 95A-4 giz gis maro1246 #> 73686 95A-4 heb heb hebr1245 #> 73703 95A-4 paa pqa paaa1242 #> 73710 95A-4 mas mcn masa1322 #> 73714 95A-4 lag kot lagw1237 #> 73743 95A-4 ngz ngi ngiz1242 #> 73748 95A-4 mup sur mwag1236 #> 73750 95A-4 uld udl wuzl1236 #> 73754 95A-5 amh amh amha1245 #> 73789 95A-5 brn bds buru1320 #> 73826 95A-5 sod gru kist1241 #> 73843 95A-5 mbr mpk mbar1260 #> 73879 95A-5 chh sgw seba1251 #> 73882 95A-5 som som soma1255 #> 73919 96A-1 qaf aar afar1241 #> 73925 96A-1 tgr tig tigr1270 #> 73962 96A-1 gam gmv gamo1243 #> 73968 96A-1 zay zay zays1235 #> 73986 96A-1 sid sid sida1246 #> 74014 96A-1 kem ahg qima1242 #> 74022 96A-1 amh amh amha1245 #> 74036 96A-1 chh sgw seba1251 #> 74051 96A-2 orw ssn waat1238 #> 74052 96A-2 orh hae east2652 #> 74064 96A-2 som som soma1255 #> 74072 96A-2 aar aiw aari1239 #> 74099 96A-2 abo arv arbo1245 #> 74130 96A-2 naj aij lish1245 #> 74135 96A-2 irq irk iraq1241 #> 74143 96A-2 bej bej beja1238 #> 74160 96A-4 hau hau haus1257 #> 74184 96A-4 mbr mpk mbar1260 #> 74199 96A-4 miy mkf miya1266 #> 74204 96A-4 gud gde gude1246 #> 74206 96A-4 hdi xed hdii1240 #> 74214 96A-4 ngz ngi ngiz1242 #> 74221 96A-4 asy apc nort3139 #> 74226 96A-4 mup sur mwag1236 #> 74227 96A-4 knk kna dera1248 #> 74233 96A-4 mof mif mofu1248 #> 74240 96A-4 ron cla ronn1241 #> 74251 96A-4 aeg arz egyp1253 #> 74279 96A-4 ter ttr tera1251 #> 74287 96A-4 kbl kab kaby1243 #> 74290 96A-4 paa pqa paaa1242 #> 74304 96A-4 mgu mug musg1254 #> 74313 96A-4 per pip pero1241 #> 74327 96A-4 brf rif tari1263 #> 74331 96A-4 arj afb gulf1241 #> 74332 96A-4 gnd gqa gaan1243 #> 74337 96A-4 lel lln lele1276 #> 74338 96A-4 mrg mrt marg1265 #> 74354 96A-4 uld udl wuzl1236 #> 74358 96A-4 cop cop copt1239 #> 74369 96A-4 bid bid bidi1241 #> 74371 96A-4 lmg hia lama1288 #> 74375 96A-4 heb heb hebr1245 #> 74380 96A-4 bud bdm budu1265 #> 74384 96A-4 hna hna mina1276 #> 74394 96A-4 amr ary moro1292 #> 74415 96A-4 ker ker kera1255 #> 74420 96A-4 tai thv taha1241 #> 74440 96A-4 bfg #> 74480 96A-4 meh gdq mehr1241 #> 74486 96A-4 bma tzm cent2194 #> 74494 96A-4 mlg mfi wand1278 #> 74501 96A-4 brn bds buru1320 #> 74509 96A-4 tsk taq tama1365 #> 74529 96A-4 anc anc ngas1240 #> 74530 96A-4 mas mcn masa1322 #> 74546 96A-4 pod pbi park1239 #> 74555 96A-4 arg afb gulf1241 #> 74573 96A-4 arq acm meso1252 #> 74686 96A-5 cld cld chal1275 #> 74748 96A-5 gim bcq benc1235 #> 74794 97A-1 tig tir tigr1271 #> 74814 97A-1 qaf aar afar1241 #> 74816 97A-1 amh amh amha1245 #> 74850 97A-1 gam gmv gamo1243 #> 74860 97A-1 sod gru kist1241 #> 74888 97A-1 sid sid sida1246 #> 74896 97A-1 wly wal wola1242 #> 74897 97A-1 tgr tig tigr1270 #> 74941 97A-1 chh sgw seba1251 #> 74971 97A-1 zay zay zays1235 #> 74985 97A-1 kem ahg qima1242 #> 75009 97A-2 orw ssn waat1238 #> 75020 97A-2 aar aiw aari1239 #> 75025 97A-2 som som soma1255 #> 75051 97A-2 dha dsh daas1238 #> 75089 97A-2 dim dim dime1235 #> 75099 97A-2 naj aij lish1245 #> 75171 97A-2 irq irk iraq1241 #> 75253 97A-2 bln byn bili1260 #> 75279 97A-2 orh hae east2652 #> 75317 97A-2 abo arv arbo1245 #> 75350 97A-3 paa pqa paaa1242 #> 75359 97A-3 hau hau haus1257 #> 75407 97A-3 gud gde gude1246 #> 75457 97A-4 brf rif tari1263 #> 75461 97A-4 mup sur mwag1236 #> 75473 97A-4 mlg mfi wand1278 #> 75493 97A-4 bch shy tach1249 #> 75497 97A-4 lag kot lagw1237 #> 75524 97A-4 goe ank goem1240 #> 75527 97A-4 aeg arz egyp1253 #> 75528 97A-4 gnd gqa gaan1243 #> 75529 97A-4 mrg mrt marg1265 #> 75533 97A-4 bfg #> 75550 97A-4 hna hna mina1276 #> 75558 97A-4 ter ttr tera1251 #> 75565 97A-4 bud bdm budu1265 #> 75590 97A-4 amr ary moro1292 #> 75591 97A-4 bid bid bidi1241 #> 75599 97A-4 hdi xed hdii1240 #> 75662 97A-4 per pip pero1241 #> 75665 97A-4 ker ker kera1255 #> 75668 97A-4 bma tzm cent2194 #> 75685 97A-4 brn bds buru1320 #> 75686 97A-4 mgu mug musg1254 #> 75692 97A-4 uld udl wuzl1236 #> 75698 97A-4 kbl kab kaby1243 #> 75700 97A-4 cop cop copt1239 #> 75701 97A-4 miy mkf miya1266 #> 75702 97A-4 anc anc ngas1240 #> 75703 97A-4 ams arb stan1318 #> 75743 97A-4 tsk taq tama1365 #> 75760 97A-4 mbr mpk mbar1260 #> 75774 97A-4 asy apc nort3139 #> 75781 97A-4 mas mcn masa1322 #> 75785 97A-4 lel lln lele1276 #> 75788 97A-4 ngz ngi ngiz1242 #> 75794 97A-4 arq acm meso1252 #> 75859 97A-4 mof mif mofu1248 #> 75863 97A-4 heb heb hebr1245 #> 75867 97A-4 arg afb gulf1241 #> 75881 97A-4 arj afb gulf1241 #> 75892 97A-4 meh gdq mehr1241 #> 75893 97A-4 mda mxu mada1293 #> 75905 97A-4 lmg hia lama1288 #> 75906 97A-5 gim bcq benc1235 #> 75915 97A-5 bej bej beja1238 #> 75921 97A-5 pod pbi park1239 #> 76072 97A-5 knk kna dera1248 #> 76109 98A-1 aeg arz egyp1253 #> 76164 98A-1 ker ker kera1255 #> 76171 98A-1 hau hau haus1257 #> 76206 98A-2 heb heb hebr1245 #> 76242 98A-2 irq irk iraq1241 #> 76248 98A-3 bma tzm cent2194 #> 76250 98A-3 orh hae east2652 #> 76303 99A-1 irq irk iraq1241 #> 76307 99A-1 ker ker kera1255 #> 76309 99A-1 aeg arz egyp1253 #> 76327 99A-1 hau hau haus1257 #> 76364 99A-1 bma tzm cent2194 #> 76398 99A-2 orh hae east2652 #> 76412 99A-2 heb heb hebr1245 #> language family genus #> 164 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 215 Kullo Afro-Asiatic North Omotic #> 237 Kera Afro-Asiatic East Chadic #> 244 Dizi Afro-Asiatic Dizoid #> 269 Tuareg (Ahaggar) Afro-Asiatic Berber #> 350 Beja Afro-Asiatic Beja #> 359 Hamer Afro-Asiatic South Omotic #> 382 Somali Afro-Asiatic Lowland East Cushitic #> 389 Kanakuru Afro-Asiatic West Chadic #> 395 Kefa Afro-Asiatic South Omotic #> 400 Dangaléat (Western) Afro-Asiatic East Chadic #> 404 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 419 Lamé Afro-Asiatic Masa #> 429 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 448 Margi Afro-Asiatic Biu-Mandara #> 450 Iraqw Afro-Asiatic Southern Cushitic #> 457 Awngi Afro-Asiatic Central Cushitic #> 461 Soqotri Afro-Asiatic Semitic #> 462 Hausa Afro-Asiatic West Chadic #> 464 Amharic Afro-Asiatic Semitic #> 471 Kotoko Afro-Asiatic Biu-Mandara #> 479 Arabic (Egyptian) Afro-Asiatic Semitic #> 490 Berber (Middle Atlas) Afro-Asiatic Berber #> 497 Tigré Afro-Asiatic Semitic #> 498 Angas Afro-Asiatic West Chadic #> 511 Ngizim Afro-Asiatic West Chadic #> 517 Tera Afro-Asiatic Biu-Mandara #> 538 Dahalo Afro-Asiatic Dahalo #> 572 Tumak Afro-Asiatic East Chadic #> 672 Kotoko Afro-Asiatic Biu-Mandara #> 690 Podoko Afro-Asiatic Biu-Mandara #> 692 Arabic (Egyptian) Afro-Asiatic Semitic #> 705 Harsusi Afro-Asiatic Semitic #> 709 Lamé Afro-Asiatic Masa #> 720 Bana Afro-Asiatic Biu-Mandara #> 724 Iraqw Afro-Asiatic Southern Cushitic #> 742 Hebrew (Modern) Afro-Asiatic Semitic #> 747 Kemant Afro-Asiatic Central Cushitic #> 761 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 774 Hausa Afro-Asiatic West Chadic #> 789 Berber (Middle Atlas) Afro-Asiatic Berber #> 822 Lamé Afro-Asiatic Masa #> 823 Kotoko Afro-Asiatic Biu-Mandara #> 825 Podoko Afro-Asiatic Biu-Mandara #> 826 Bana Afro-Asiatic Biu-Mandara #> 884 Gude Afro-Asiatic Biu-Mandara #> 911 Maale Afro-Asiatic North Omotic #> 922 Hausa Afro-Asiatic West Chadic #> 931 Hamer Afro-Asiatic South Omotic #> 961 Hebrew (Modern) Afro-Asiatic Semitic #> 973 Lele Afro-Asiatic East Chadic #> 974 Bilin Afro-Asiatic Central Cushitic #> 985 Kera Afro-Asiatic East Chadic #> 994 Mupun Afro-Asiatic West Chadic #> 997 Coptic Afro-Asiatic Egyptian-Coptic #> 1007 Burunge Afro-Asiatic Southern Cushitic #> 1008 Iraqw Afro-Asiatic Southern Cushitic #> 1009 Amharic Afro-Asiatic Semitic #> 1020 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 1073 Arabic (Egyptian) Afro-Asiatic Semitic #> 1076 Berber (Middle Atlas) Afro-Asiatic Berber #> 1080 Dizi Afro-Asiatic Dizoid #> 1134 Beja Afro-Asiatic Beja #> 1264 Gude Afro-Asiatic Biu-Mandara #> 1277 Mupun Afro-Asiatic West Chadic #> 1311 Arabic (Egyptian) Afro-Asiatic Semitic #> 1317 Uldeme Afro-Asiatic Biu-Mandara #> 1318 Iraqw Afro-Asiatic Southern Cushitic #> 1382 Dime Afro-Asiatic South Omotic #> 1386 Berber (Middle Atlas) Afro-Asiatic Berber #> 1403 Berber (Figuig) Afro-Asiatic Berber #> 1421 Zayse Afro-Asiatic North Omotic #> 1432 Sidaama Afro-Asiatic Highland East Cushitic #> 1451 Beja Afro-Asiatic Beja #> 1461 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 1471 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 1478 Chaldean (Modern) Afro-Asiatic Semitic #> 1482 Arabic (Syrian) Afro-Asiatic Semitic #> 1496 Mehri Afro-Asiatic Semitic #> 1521 Chaha Afro-Asiatic Semitic #> 1542 Berber (Rif) Afro-Asiatic Berber #> 1557 Arabic (Moroccan) Afro-Asiatic Semitic #> 1576 Amharic Afro-Asiatic Semitic #> 1594 Tamashek Afro-Asiatic Berber #> 1595 Bilin Afro-Asiatic Central Cushitic #> 1610 Aari Afro-Asiatic South Omotic #> 1656 Arabic (Iraqi) Afro-Asiatic Semitic #> 1684 Arabic (Gulf) Afro-Asiatic Semitic #> 1713 Tuareg (Ghat) Afro-Asiatic Berber #> 1726 Tigré Afro-Asiatic Semitic #> 1780 Gimira Afro-Asiatic North Omotic #> 1788 Hausa Afro-Asiatic West Chadic #> 1789 Burunge Afro-Asiatic Southern Cushitic #> 1792 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 1803 Ngizim Afro-Asiatic West Chadic #> 1807 Miya Afro-Asiatic West Chadic #> 1810 Ron Afro-Asiatic West Chadic #> 1819 Mbara Afro-Asiatic Biu-Mandara #> 1832 Musgu Afro-Asiatic Biu-Mandara #> 1839 Lele Afro-Asiatic East Chadic #> 1840 Somali Afro-Asiatic Lowland East Cushitic #> 1879 Goemai Afro-Asiatic West Chadic #> 1893 Masa Afro-Asiatic Masa #> 1908 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 1915 Bidiya Afro-Asiatic East Chadic #> 1918 Hebrew (Modern) Afro-Asiatic Semitic #> 1920 Buduma Afro-Asiatic Biu-Mandara #> 1935 Malgwa Afro-Asiatic Biu-Mandara #> 1941 Gude Afro-Asiatic Biu-Mandara #> 1971 Hamer Afro-Asiatic South Omotic #> 2002 Hausa Afro-Asiatic West Chadic #> 2023 Coptic Afro-Asiatic Egyptian-Coptic #> 2037 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 2045 Burunge Afro-Asiatic Southern Cushitic #> 2050 Iraqw Afro-Asiatic Southern Cushitic #> 2073 Hebrew (Modern) Afro-Asiatic Semitic #> 2092 Dizi Afro-Asiatic Dizoid #> 2096 Kera Afro-Asiatic East Chadic #> 2098 Mupun Afro-Asiatic West Chadic #> 2133 Arabic (Egyptian) Afro-Asiatic Semitic #> 2147 Bilin Afro-Asiatic Central Cushitic #> 2247 Beja Afro-Asiatic Beja #> 2296 Berber (Middle Atlas) Afro-Asiatic Berber #> 2298 Lele Afro-Asiatic East Chadic #> 2304 Amharic Afro-Asiatic Semitic #> 2344 Kera Afro-Asiatic East Chadic #> 2366 Maale Afro-Asiatic North Omotic #> 2372 Hamer Afro-Asiatic South Omotic #> 2378 Gude Afro-Asiatic Biu-Mandara #> 2397 Hausa Afro-Asiatic West Chadic #> 2399 Mupun Afro-Asiatic West Chadic #> 2422 Lele Afro-Asiatic East Chadic #> 2453 Beja Afro-Asiatic Beja #> 2459 Amharic Afro-Asiatic Semitic #> 2463 Berber (Middle Atlas) Afro-Asiatic Berber #> 2511 Burunge Afro-Asiatic Southern Cushitic #> 2512 Coptic Afro-Asiatic Egyptian-Coptic #> 2539 Iraqw Afro-Asiatic Southern Cushitic #> 2551 Dizi Afro-Asiatic Dizoid #> 2571 Bilin Afro-Asiatic Central Cushitic #> 2599 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 2625 Arabic (Egyptian) Afro-Asiatic Semitic #> 2657 Hebrew (Modern) Afro-Asiatic Semitic #> 2705 Dizi Afro-Asiatic Dizoid #> 2720 Gude Afro-Asiatic Biu-Mandara #> 2739 Kera Afro-Asiatic East Chadic #> 2743 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 2748 Hebrew (Modern) Afro-Asiatic Semitic #> 2758 Burunge Afro-Asiatic Southern Cushitic #> 2788 Maale Afro-Asiatic North Omotic #> 2793 Coptic Afro-Asiatic Egyptian-Coptic #> 2805 Mupun Afro-Asiatic West Chadic #> 2873 Hausa Afro-Asiatic West Chadic #> 2875 Hamer Afro-Asiatic South Omotic #> 2882 Iraqw Afro-Asiatic Southern Cushitic #> 2899 Bilin Afro-Asiatic Central Cushitic #> 2930 Berber (Middle Atlas) Afro-Asiatic Berber #> 2935 Beja Afro-Asiatic Beja #> 2950 Arabic (Egyptian) Afro-Asiatic Semitic #> 2976 Amharic Afro-Asiatic Semitic #> 3052 Lele Afro-Asiatic East Chadic #> 3089 Ron Afro-Asiatic West Chadic #> 3096 Pero Afro-Asiatic West Chadic #> 3108 Gamo Afro-Asiatic North Omotic #> 3113 Musgu Afro-Asiatic Biu-Mandara #> 3147 Kemant Afro-Asiatic Central Cushitic #> 3158 Mupun Afro-Asiatic West Chadic #> 3163 Maltese Afro-Asiatic Semitic #> 3168 Qafar Afro-Asiatic Lowland East Cushitic #> 3187 Berber (Middle Atlas) Afro-Asiatic Berber #> 3190 Guduf Afro-Asiatic Biu-Mandara #> 3192 Dullay (Gollango) Afro-Asiatic Lowland East Cushitic #> 3194 Coptic Afro-Asiatic Egyptian-Coptic #> 3206 Zayse Afro-Asiatic North Omotic #> 3207 Hebrew (Modern) Afro-Asiatic Semitic #> 3217 Berber (Figuig) Afro-Asiatic Berber #> 3221 Kera Afro-Asiatic East Chadic #> 3223 Maale Afro-Asiatic North Omotic #> 3224 Tigrinya Afro-Asiatic Semitic #> 3253 Iraqw Afro-Asiatic Southern Cushitic #> 3259 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 3271 Miya Afro-Asiatic West Chadic #> 3275 Dahalo Afro-Asiatic Dahalo #> 3285 Amharic Afro-Asiatic Semitic #> 3290 Hdi Afro-Asiatic Biu-Mandara #> 3339 Lele Afro-Asiatic East Chadic #> 3354 Somali Afro-Asiatic Lowland East Cushitic #> 3410 Hausa Afro-Asiatic West Chadic #> 3447 Arabic (Egyptian) Afro-Asiatic Semitic #> 3472 Angas Afro-Asiatic West Chadic #> 3495 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 3505 Hausa Afro-Asiatic West Chadic #> 3552 Berber (Middle Atlas) Afro-Asiatic Berber #> 3561 Arabic (Egyptian) Afro-Asiatic Semitic #> 3583 Hebrew (Modern) Afro-Asiatic Semitic #> 3610 Gimira Afro-Asiatic North Omotic #> 3636 Bilin Afro-Asiatic Central Cushitic #> 3646 Dizi Afro-Asiatic Dizoid #> 3692 Maale Afro-Asiatic North Omotic #> 3693 Amharic Afro-Asiatic Semitic #> 3694 Arabic (Egyptian) Afro-Asiatic Semitic #> 3714 Hausa Afro-Asiatic West Chadic #> 3716 Berber (Middle Atlas) Afro-Asiatic Berber #> 3752 Beja Afro-Asiatic Beja #> 3766 Coptic Afro-Asiatic Egyptian-Coptic #> 3769 Hebrew (Modern) Afro-Asiatic Semitic #> 3770 Hamer Afro-Asiatic South Omotic #> 3776 Iraqw Afro-Asiatic Southern Cushitic #> 3870 Lele Afro-Asiatic East Chadic #> 3900 Mupun Afro-Asiatic West Chadic #> 3916 Kera Afro-Asiatic East Chadic #> 3966 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 3969 Burunge Afro-Asiatic Southern Cushitic #> 3994 Gude Afro-Asiatic Biu-Mandara #> 4062 Hebrew (Modern) Afro-Asiatic Semitic #> 4071 Berber (Middle Atlas) Afro-Asiatic Berber #> 4107 Hausa Afro-Asiatic West Chadic #> 4129 Qafar Afro-Asiatic Lowland East Cushitic #> 4143 Arabic (Egyptian) Afro-Asiatic Semitic #> 4162 Beja Afro-Asiatic Beja #> 4174 Chaha Afro-Asiatic Semitic #> 4176 Iraqw Afro-Asiatic Southern Cushitic #> 4178 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 4260 Hebrew (Modern) Afro-Asiatic Semitic #> 4263 Iraqw Afro-Asiatic Southern Cushitic #> 4264 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 4268 Chaha Afro-Asiatic Semitic #> 4285 Qafar Afro-Asiatic Lowland East Cushitic #> 4358 Berber (Middle Atlas) Afro-Asiatic Berber #> 4369 Hausa Afro-Asiatic West Chadic #> 4379 Arabic (Egyptian) Afro-Asiatic Semitic #> 4380 Beja Afro-Asiatic Beja #> 4390 Qafar Afro-Asiatic Lowland East Cushitic #> 4401 Chaha Afro-Asiatic Semitic #> 4447 Hausa Afro-Asiatic West Chadic #> 4480 Hebrew (Modern) Afro-Asiatic Semitic #> 4484 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 4486 Iraqw Afro-Asiatic Southern Cushitic #> 4515 Arabic (Egyptian) Afro-Asiatic Semitic #> 4524 Berber (Middle Atlas) Afro-Asiatic Berber #> 4598 Hausa Afro-Asiatic West Chadic #> 4613 Qafar Afro-Asiatic Lowland East Cushitic #> 4639 Chaha Afro-Asiatic Semitic #> 4663 Arabic (Egyptian) Afro-Asiatic Semitic #> 4685 Berber (Middle Atlas) Afro-Asiatic Berber #> 4714 Iraqw Afro-Asiatic Southern Cushitic #> 4729 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 4746 Hebrew (Modern) Afro-Asiatic Semitic #> 4763 Lamé Afro-Asiatic Masa #> 4789 Tigré Afro-Asiatic Semitic #> 4799 Hausa Afro-Asiatic West Chadic #> 4806 Berber (Middle Atlas) Afro-Asiatic Berber #> 4811 Ngizim Afro-Asiatic West Chadic #> 4817 Kera Afro-Asiatic East Chadic #> 4829 Angas Afro-Asiatic West Chadic #> 4833 Awngi Afro-Asiatic Central Cushitic #> 4848 Somali Afro-Asiatic Lowland East Cushitic #> 4860 Tera Afro-Asiatic Biu-Mandara #> 4930 Kanakuru Afro-Asiatic West Chadic #> 4948 Soqotri Afro-Asiatic Semitic #> 4964 Tashlhiyt Afro-Asiatic Berber #> 4966 Dangaléat (Western) Afro-Asiatic East Chadic #> 4992 Dizi Afro-Asiatic Dizoid #> 5029 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 5037 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 5075 Beja Afro-Asiatic Beja #> 5081 Tuareg (Ahaggar) Afro-Asiatic Berber #> 5082 Kullo Afro-Asiatic North Omotic #> 5095 Arabic (Egyptian) Afro-Asiatic Semitic #> 5103 Margi Afro-Asiatic Biu-Mandara #> 5111 Dahalo Afro-Asiatic Dahalo #> 5131 Amharic Afro-Asiatic Semitic #> 5137 Hamer Afro-Asiatic South Omotic #> 5139 Kotoko Afro-Asiatic Biu-Mandara #> 5193 Kefa Afro-Asiatic South Omotic #> 5243 Iraqw Afro-Asiatic Southern Cushitic #> 5266 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 5311 Hausa Afro-Asiatic West Chadic #> 5385 Awngi Afro-Asiatic Central Cushitic #> 5386 Hebrew (Modern) Afro-Asiatic Semitic #> 5395 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 5412 Arabic (Egyptian) Afro-Asiatic Semitic #> 5452 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 5460 Tashlhiyt Afro-Asiatic Berber #> 5469 Awngi Afro-Asiatic Central Cushitic #> 5479 Amharic Afro-Asiatic Semitic #> 5503 Kemant Afro-Asiatic Central Cushitic #> 5530 Beja Afro-Asiatic Beja #> 5544 Iraqw Afro-Asiatic Southern Cushitic #> 5575 Chaldean (Modern) Afro-Asiatic Semitic #> 5588 Hebrew (Modern) Afro-Asiatic Semitic #> 5608 Berber (Middle Atlas) Afro-Asiatic Berber #> 5622 Hausa Afro-Asiatic West Chadic #> 5675 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 5679 Arabic (Egyptian) Afro-Asiatic Semitic #> 5747 Tangale Afro-Asiatic West Chadic #> 5806 Wolaytta Afro-Asiatic North Omotic #> 5829 Dime Afro-Asiatic South Omotic #> 5850 Aari Afro-Asiatic South Omotic #> 5855 Gimira Afro-Asiatic North Omotic #> 5875 Beja Afro-Asiatic Beja #> 5884 Kemant Afro-Asiatic Central Cushitic #> 5903 Soddo Afro-Asiatic Semitic #> 5918 Tigré Afro-Asiatic Semitic #> 5921 Bilin Afro-Asiatic Central Cushitic #> 5937 Burunge Afro-Asiatic Southern Cushitic #> 5958 Chaha Afro-Asiatic Semitic #> 5975 Malgwa Afro-Asiatic Biu-Mandara #> 5983 Coptic Afro-Asiatic Egyptian-Coptic #> 5984 Zayse Afro-Asiatic North Omotic #> 5985 Arabic (Iraqi) Afro-Asiatic Semitic #> 6131 Iraqw Afro-Asiatic Southern Cushitic #> 6133 Buduma Afro-Asiatic Biu-Mandara #> 6137 Tamashek Afro-Asiatic Berber #> 6138 Lagwan Afro-Asiatic Biu-Mandara #> 6179 Tuareg (Ghat) Afro-Asiatic Berber #> 6184 Berber (Figuig) Afro-Asiatic Berber #> 6204 Uldeme Afro-Asiatic Biu-Mandara #> 6213 Arabic (Gulf) Afro-Asiatic Semitic #> 6217 Mehri Afro-Asiatic Semitic #> 6218 Masa Afro-Asiatic Masa #> 6247 Berber (Middle Atlas) Afro-Asiatic Berber #> 6289 Hebrew (Modern) Afro-Asiatic Semitic #> 6301 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 6302 Gude Afro-Asiatic Biu-Mandara #> 6310 Arabic (Syrian) Afro-Asiatic Semitic #> 6342 Pa'a Afro-Asiatic West Chadic #> 6385 Margi Afro-Asiatic Biu-Mandara #> 6410 Arabic (Egyptian) Afro-Asiatic Semitic #> 6415 Somali Afro-Asiatic Lowland East Cushitic #> 6445 Musgu Afro-Asiatic Biu-Mandara #> 6448 Podoko Afro-Asiatic Biu-Mandara #> 6458 Sidaama Afro-Asiatic Highland East Cushitic #> 6462 Berber (Rif) Afro-Asiatic Berber #> 6465 Hausa Afro-Asiatic West Chadic #> 6489 Lele Afro-Asiatic East Chadic #> 6510 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 6514 Ngizim Afro-Asiatic West Chadic #> 6539 Tera Afro-Asiatic Biu-Mandara #> 6568 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 6571 Kera Afro-Asiatic East Chadic #> 6582 Lamang Afro-Asiatic Biu-Mandara #> 6628 Mina Afro-Asiatic Biu-Mandara #> 6699 Goemai Afro-Asiatic West Chadic #> 6707 Mupun Afro-Asiatic West Chadic #> 6716 Angas Afro-Asiatic West Chadic #> 6772 Tashlhiyt Afro-Asiatic Berber #> 6790 Bidiya Afro-Asiatic East Chadic #> 6795 Tigrinya Afro-Asiatic Semitic #> 6799 Amharic Afro-Asiatic Semitic #> 6824 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 6836 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 6848 Arabic (Moroccan) Afro-Asiatic Semitic #> 6849 Kanakuru Afro-Asiatic West Chadic #> 6857 Pero Afro-Asiatic West Chadic #> 6867 Hdi Afro-Asiatic Biu-Mandara #> 6868 Miya Afro-Asiatic West Chadic #> 6881 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 6890 Kabyle Afro-Asiatic Berber #> 6932 Masa Afro-Asiatic Masa #> 6967 Arabic (Egyptian) Afro-Asiatic Semitic #> 7009 Berber (Middle Atlas) Afro-Asiatic Berber #> 7021 Iraqw Afro-Asiatic Southern Cushitic #> 7028 Kemant Afro-Asiatic Central Cushitic #> 7033 Somali Afro-Asiatic Lowland East Cushitic #> 7066 Beja Afro-Asiatic Beja #> 7069 Hausa Afro-Asiatic West Chadic #> 7109 Miya Afro-Asiatic West Chadic #> 7115 Kera Afro-Asiatic East Chadic #> 7147 Tera Afro-Asiatic Biu-Mandara #> 7179 Hebrew (Modern) Afro-Asiatic Semitic #> 7184 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 7217 Hebrew (Modern) Afro-Asiatic Semitic #> 7225 Iraqw Afro-Asiatic Southern Cushitic #> 7254 Hausa Afro-Asiatic West Chadic #> 7260 Kera Afro-Asiatic East Chadic #> 7292 Miya Afro-Asiatic West Chadic #> 7293 Tera Afro-Asiatic Biu-Mandara #> 7317 Kemant Afro-Asiatic Central Cushitic #> 7347 Berber (Middle Atlas) Afro-Asiatic Berber #> 7350 Somali Afro-Asiatic Lowland East Cushitic #> 7355 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 7358 Beja Afro-Asiatic Beja #> 7431 Arabic (Egyptian) Afro-Asiatic Semitic #> 7476 Masa Afro-Asiatic Masa #> 7492 Berber (Middle Atlas) Afro-Asiatic Berber #> 7505 Hausa Afro-Asiatic West Chadic #> 7507 Somali Afro-Asiatic Lowland East Cushitic #> 7513 Arabic (Egyptian) Afro-Asiatic Semitic #> 7529 Coptic Afro-Asiatic Egyptian-Coptic #> 7547 Miya Afro-Asiatic West Chadic #> 7571 Lele Afro-Asiatic East Chadic #> 7579 Musgu Afro-Asiatic Biu-Mandara #> 7587 Kera Afro-Asiatic East Chadic #> 7615 Maale Afro-Asiatic North Omotic #> 7616 Hebrew (Modern) Afro-Asiatic Semitic #> 7631 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 7648 Buduma Afro-Asiatic Biu-Mandara #> 7671 Malgwa Afro-Asiatic Biu-Mandara #> 7673 Maltese Afro-Asiatic Semitic #> 7688 Iraqw Afro-Asiatic Southern Cushitic #> 7726 Lele Afro-Asiatic East Chadic #> 7728 Coptic Afro-Asiatic Egyptian-Coptic #> 7730 Miya Afro-Asiatic West Chadic #> 7735 Hebrew (Modern) Afro-Asiatic Semitic #> 7800 Angas Afro-Asiatic West Chadic #> 7806 Kanakuru Afro-Asiatic West Chadic #> 7830 Somali Afro-Asiatic Lowland East Cushitic #> 7847 Arabic (Modern Standard) Afro-Asiatic Semitic #> 7856 Tamashek Afro-Asiatic Berber #> 7863 Mupun Afro-Asiatic West Chadic #> 7895 Buduma Afro-Asiatic Biu-Mandara #> 7904 Berber (Rif) Afro-Asiatic Berber #> 7919 Lagwan Afro-Asiatic Biu-Mandara #> 7933 Berber (Middle Atlas) Afro-Asiatic Berber #> 7946 Berber (Figuig) Afro-Asiatic Berber #> 7951 Arabic (Moroccan) Afro-Asiatic Semitic #> 7968 Uldeme Afro-Asiatic Biu-Mandara #> 7971 Goemai Afro-Asiatic West Chadic #> 7997 Tera Afro-Asiatic Biu-Mandara #> 8005 Tuareg (Ghat) Afro-Asiatic Berber #> 8012 Chaha Afro-Asiatic Semitic #> 8014 Ron Afro-Asiatic West Chadic #> 8022 Hdi Afro-Asiatic Biu-Mandara #> 8031 Margi Afro-Asiatic Biu-Mandara #> 8058 Kera Afro-Asiatic East Chadic #> 8080 Musgu Afro-Asiatic Biu-Mandara #> 8093 Podoko Afro-Asiatic Biu-Mandara #> 8110 Arabic (Syrian) Afro-Asiatic Semitic #> 8125 Pero Afro-Asiatic West Chadic #> 8140 Arabic (Egyptian) Afro-Asiatic Semitic #> 8176 Masa Afro-Asiatic Masa #> 8177 Mbara Afro-Asiatic Biu-Mandara #> 8196 Mina Afro-Asiatic Biu-Mandara #> 8197 Gude Afro-Asiatic Biu-Mandara #> 8217 Lamang Afro-Asiatic Biu-Mandara #> 8246 Hausa Afro-Asiatic West Chadic #> 8282 Aari Afro-Asiatic South Omotic #> 8292 Bilin Afro-Asiatic Central Cushitic #> 8293 Burunge Afro-Asiatic Southern Cushitic #> 8322 Dime Afro-Asiatic South Omotic #> 8323 Iraqw Afro-Asiatic Southern Cushitic #> 8375 Kemant Afro-Asiatic Central Cushitic #> 8384 Wolaytta Afro-Asiatic North Omotic #> 8388 Gimira Afro-Asiatic North Omotic #> 8440 Beja Afro-Asiatic Beja #> 8455 Amharic Afro-Asiatic Semitic #> 8458 Tashlhiyt Afro-Asiatic Berber #> 8475 Zayse Afro-Asiatic North Omotic #> 8479 Sidaama Afro-Asiatic Highland East Cushitic #> 8526 Tuareg (Air) Afro-Asiatic Berber #> 8532 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 8534 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 8538 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 8556 Arabic (Gulf) Afro-Asiatic Semitic #> 8590 Ngizim Afro-Asiatic West Chadic #> 8600 Pa'a Afro-Asiatic West Chadic #> 8634 Kabyle Afro-Asiatic Berber #> 8643 Malgwa Afro-Asiatic Biu-Mandara #> 8646 Mehri Afro-Asiatic Semitic #> 8666 Bilin Afro-Asiatic Central Cushitic #> 8674 Arabic (Egyptian) Afro-Asiatic Semitic #> 8676 Tuareg (Ahaggar) Afro-Asiatic Berber #> 8677 Tashlhiyt Afro-Asiatic Berber #> 8678 Maltese Afro-Asiatic Semitic #> 8681 Hebrew (Modern) Afro-Asiatic Semitic #> 8682 Amharic Afro-Asiatic Semitic #> 8686 Coptic Afro-Asiatic Egyptian-Coptic #> 8696 Kabyle Afro-Asiatic Berber #> 8706 Beja Afro-Asiatic Beja #> 8769 Tera Afro-Asiatic Biu-Mandara #> 8777 Hausa Afro-Asiatic West Chadic #> 8781 Mupun Afro-Asiatic West Chadic #> 8799 Somali Afro-Asiatic Lowland East Cushitic #> 8803 Margi Afro-Asiatic Biu-Mandara #> 8853 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 8919 Tashlhiyt Afro-Asiatic Berber #> 8994 Tuareg (Ahaggar) Afro-Asiatic Berber #> 9029 Berber (Middle Atlas) Afro-Asiatic Berber #> 9041 Hebrew (Modern) Afro-Asiatic Semitic #> 9078 Arabic (Egyptian) Afro-Asiatic Semitic #> 9089 Tigré Afro-Asiatic Semitic #> 9092 Kanakuru Afro-Asiatic West Chadic #> 9099 Hausa Afro-Asiatic West Chadic #> 9100 Maltese Afro-Asiatic Semitic #> 9106 Amharic Afro-Asiatic Semitic #> 9119 Ngizim Afro-Asiatic West Chadic #> 9131 Arabic (Moroccan) Afro-Asiatic Semitic #> 9190 Beja Afro-Asiatic Beja #> 9191 Burji Afro-Asiatic Lowland East Cushitic #> 9196 Gude Afro-Asiatic Biu-Mandara #> 9210 Hamer Afro-Asiatic South Omotic #> 9221 Kabyle Afro-Asiatic Berber #> 9222 Dizi Afro-Asiatic Dizoid #> 9236 Daba Afro-Asiatic Biu-Mandara #> 9242 Somali Afro-Asiatic Lowland East Cushitic #> 9243 Margi Afro-Asiatic Biu-Mandara #> 9245 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 9246 Iraqw Afro-Asiatic Southern Cushitic #> 9256 Bilin Afro-Asiatic Central Cushitic #> 9265 Coptic Afro-Asiatic Egyptian-Coptic #> 9301 Dizi Afro-Asiatic Dizoid #> 9303 Burji Afro-Asiatic Lowland East Cushitic #> 9321 Kabyle Afro-Asiatic Berber #> 9323 Tashlhiyt Afro-Asiatic Berber #> 9348 Somali Afro-Asiatic Lowland East Cushitic #> 9353 Iraqw Afro-Asiatic Southern Cushitic #> 9371 Hausa Afro-Asiatic West Chadic #> 9377 Kanakuru Afro-Asiatic West Chadic #> 9392 Berber (Middle Atlas) Afro-Asiatic Berber #> 9399 Daba Afro-Asiatic Biu-Mandara #> 9428 Gude Afro-Asiatic Biu-Mandara #> 9434 Coptic Afro-Asiatic Egyptian-Coptic #> 9438 Hamer Afro-Asiatic South Omotic #> 9453 Ngizim Afro-Asiatic West Chadic #> 9510 Tuareg (Ahaggar) Afro-Asiatic Berber #> 9511 Margi Afro-Asiatic Biu-Mandara #> 9549 Arabic (Moroccan) Afro-Asiatic Semitic #> 9567 Arabic (Egyptian) Afro-Asiatic Semitic #> 9570 Beja Afro-Asiatic Beja #> 9576 Amharic Afro-Asiatic Semitic #> 9593 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 9594 Hebrew (Modern) Afro-Asiatic Semitic #> 9598 Maltese Afro-Asiatic Semitic #> 9608 Tigré Afro-Asiatic Semitic #> 9620 Bilin Afro-Asiatic Central Cushitic #> 9729 Iraqw Afro-Asiatic Southern Cushitic #> 9731 Tigré Afro-Asiatic Semitic #> 9742 Kullo Afro-Asiatic North Omotic #> 9757 Awngi Afro-Asiatic Central Cushitic #> 9766 Tera Afro-Asiatic Biu-Mandara #> 9770 Ngizim Afro-Asiatic West Chadic #> 9788 Hamer Afro-Asiatic South Omotic #> 9851 Somali Afro-Asiatic Lowland East Cushitic #> 9886 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 9937 Amharic Afro-Asiatic Semitic #> 9948 Kanakuru Afro-Asiatic West Chadic #> 9949 Kera Afro-Asiatic East Chadic #> 9959 Dangaléat (Western) Afro-Asiatic East Chadic #> 9980 Hausa Afro-Asiatic West Chadic #> 9992 Kefa Afro-Asiatic South Omotic #> 10010 Berber (Middle Atlas) Afro-Asiatic Berber #> 10014 Kotoko Afro-Asiatic Biu-Mandara #> 10017 Dizi Afro-Asiatic Dizoid #> 10023 Angas Afro-Asiatic West Chadic #> 10026 Beja Afro-Asiatic Beja #> 10054 Soqotri Afro-Asiatic Semitic #> 10071 Tashlhiyt Afro-Asiatic Berber #> 10072 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 10076 Arabic (Egyptian) Afro-Asiatic Semitic #> 10119 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 10138 Tuareg (Ahaggar) Afro-Asiatic Berber #> 10154 Hausa Afro-Asiatic West Chadic #> 10182 Beja Afro-Asiatic Beja #> 10199 Tigré Afro-Asiatic Semitic #> 10216 Hamer Afro-Asiatic South Omotic #> 10250 Bilin Afro-Asiatic Central Cushitic #> 10254 Kanakuru Afro-Asiatic West Chadic #> 10304 Amharic Afro-Asiatic Semitic #> 10324 Kabyle Afro-Asiatic Berber #> 10331 Ngizim Afro-Asiatic West Chadic #> 10362 Burji Afro-Asiatic Lowland East Cushitic #> 10385 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 10393 Arabic (Egyptian) Afro-Asiatic Semitic #> 10397 Somali Afro-Asiatic Lowland East Cushitic #> 10409 Tashlhiyt Afro-Asiatic Berber #> 10414 Coptic Afro-Asiatic Egyptian-Coptic #> 10416 Margi Afro-Asiatic Biu-Mandara #> 10439 Gude Afro-Asiatic Biu-Mandara #> 10454 Hebrew (Modern) Afro-Asiatic Semitic #> 10466 Daba Afro-Asiatic Biu-Mandara #> 10491 Berber (Middle Atlas) Afro-Asiatic Berber #> 10504 Tuareg (Ahaggar) Afro-Asiatic Berber #> 10510 Iraqw Afro-Asiatic Southern Cushitic #> 10512 Dizi Afro-Asiatic Dizoid #> 10515 Arabic (Moroccan) Afro-Asiatic Semitic #> 10531 Maltese Afro-Asiatic Semitic #> 10545 Bilin Afro-Asiatic Central Cushitic #> 10547 Kabyle Afro-Asiatic Berber #> 10554 Hebrew (Modern) Afro-Asiatic Semitic #> 10562 Arabic (Modern Standard) Afro-Asiatic Semitic #> 10568 Arabic (Moroccan) Afro-Asiatic Semitic #> 10572 Amharic Afro-Asiatic Semitic #> 10575 Maltese Afro-Asiatic Semitic #> 10583 Arabic (Gulf) Afro-Asiatic Semitic #> 10586 Berber (Middle Atlas) Afro-Asiatic Berber #> 10590 Tuareg (Ahaggar) Afro-Asiatic Berber #> 10596 Kemant Afro-Asiatic Central Cushitic #> 10634 Margi Afro-Asiatic Biu-Mandara #> 10637 Hausa Afro-Asiatic West Chadic #> 10742 Lele Afro-Asiatic East Chadic #> 10766 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 10773 Koorete Afro-Asiatic North Omotic #> 10782 Hebrew (Modern) Afro-Asiatic Semitic #> 10791 Arabic (Egyptian) Afro-Asiatic Semitic #> 10793 Bole Afro-Asiatic West Chadic #> 10797 Berber (Middle Atlas) Afro-Asiatic Berber #> 10814 Kullo Afro-Asiatic North Omotic #> 10815 Maale Afro-Asiatic North Omotic #> 10820 Gidar Afro-Asiatic Biu-Mandara #> 10822 Hausa Afro-Asiatic West Chadic #> 10838 Giziga Afro-Asiatic Biu-Mandara #> 10848 Pero Afro-Asiatic West Chadic #> 10865 Miya Afro-Asiatic West Chadic #> 10903 Miya Afro-Asiatic West Chadic #> 10904 Hebrew (Modern) Afro-Asiatic Semitic #> 10905 Arabic (Egyptian) Afro-Asiatic Semitic #> 10908 Hausa Afro-Asiatic West Chadic #> 10909 Bole Afro-Asiatic West Chadic #> 10933 Pero Afro-Asiatic West Chadic #> 10950 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 10951 Maale Afro-Asiatic North Omotic #> 10956 Berber (Middle Atlas) Afro-Asiatic Berber #> 10994 Lele Afro-Asiatic East Chadic #> 11005 Hebrew (Modern) Afro-Asiatic Semitic #> 11021 Coptic Afro-Asiatic Egyptian-Coptic #> 11028 Kemant Afro-Asiatic Central Cushitic #> 11037 Maale Afro-Asiatic North Omotic #> 11038 Iraqw Afro-Asiatic Southern Cushitic #> 11042 Mupun Afro-Asiatic West Chadic #> 11051 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 11109 Kera Afro-Asiatic East Chadic #> 11129 Arabic (Egyptian) Afro-Asiatic Semitic #> 11131 Hausa Afro-Asiatic West Chadic #> 11133 Berber (Middle Atlas) Afro-Asiatic Berber #> 11134 Somali Afro-Asiatic Lowland East Cushitic #> 11152 Mehri Afro-Asiatic Semitic #> 11155 Qafar Afro-Asiatic Lowland East Cushitic #> 11178 Buduma Afro-Asiatic Biu-Mandara #> 11183 Soqotri Afro-Asiatic Semitic #> 11198 Pero Afro-Asiatic West Chadic #> 11203 Miya Afro-Asiatic West Chadic #> 11206 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 11288 Somali Afro-Asiatic Lowland East Cushitic #> 11304 Hebrew (Modern) Afro-Asiatic Semitic #> 11309 Berber (Middle Atlas) Afro-Asiatic Berber #> 11311 Arabic (Gulf) Afro-Asiatic Semitic #> 11350 Hausa Afro-Asiatic West Chadic #> 11353 Iraqw Afro-Asiatic Southern Cushitic #> 11372 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 11392 Miya Afro-Asiatic West Chadic #> 11393 Pero Afro-Asiatic West Chadic #> 11431 Gimira Afro-Asiatic North Omotic #> 11446 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 11461 Hebrew (Modern) Afro-Asiatic Semitic #> 11477 Miya Afro-Asiatic West Chadic #> 11492 Pero Afro-Asiatic West Chadic #> 11510 Somali Afro-Asiatic Lowland East Cushitic #> 11516 Hausa Afro-Asiatic West Chadic #> 11523 Berber (Middle Atlas) Afro-Asiatic Berber #> 11532 Arabic (Gulf) Afro-Asiatic Semitic #> 11560 Gimira Afro-Asiatic North Omotic #> 11562 Iraqw Afro-Asiatic Southern Cushitic #> 11631 Hebrew (Modern) Afro-Asiatic Semitic #> 11640 Hausa Afro-Asiatic West Chadic #> 11641 Pero Afro-Asiatic West Chadic #> 11659 Somali Afro-Asiatic Lowland East Cushitic #> 11679 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 11691 Miya Afro-Asiatic West Chadic #> 11701 Arabic (Gulf) Afro-Asiatic Semitic #> 11726 Berber (Middle Atlas) Afro-Asiatic Berber #> 11761 Iraqw Afro-Asiatic Southern Cushitic #> 11767 Gimira Afro-Asiatic North Omotic #> 11783 Hebrew (Modern) Afro-Asiatic Semitic #> 11810 Pero Afro-Asiatic West Chadic #> 11816 Oromo (Boraana) Afro-Asiatic Lowland East Cushitic #> 11829 Miya Afro-Asiatic West Chadic #> 11887 Gimira Afro-Asiatic North Omotic #> 11893 Mupun Afro-Asiatic West Chadic #> 11901 Arabic (Gulf) Afro-Asiatic Semitic #> 11903 Berber (Middle Atlas) Afro-Asiatic Berber #> 11933 Amharic Afro-Asiatic Semitic #> 11953 Mupun Afro-Asiatic West Chadic #> 12020 Ngizim Afro-Asiatic West Chadic #> 12050 Hausa Afro-Asiatic West Chadic #> 12066 Arabic (Moroccan) Afro-Asiatic Semitic #> 12077 Pero Afro-Asiatic West Chadic #> 12136 Tigré (Beni Amer) Afro-Asiatic Semitic #> 12207 Moca Afro-Asiatic North Omotic #> 12240 Oromo (West-Central) Afro-Asiatic Lowland East Cushitic #> 12497 Hebrew (Modern) Afro-Asiatic Semitic #> 12536 Soqotri Afro-Asiatic Semitic #> 12547 Berber (Middle Atlas) Afro-Asiatic Berber #> 12555 Tashlhiyt Afro-Asiatic Berber #> 12628 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 12639 Tuareg (Ahaggar) Afro-Asiatic Berber #> 12643 Tigré Afro-Asiatic Semitic #> 12655 Arabic (Egyptian) Afro-Asiatic Semitic #> 12750 Amharic Afro-Asiatic Semitic #> 12756 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 12865 Hamer Afro-Asiatic South Omotic #> 12872 Hausa Afro-Asiatic West Chadic #> 12876 Kullo Afro-Asiatic North Omotic #> 12885 Margi Afro-Asiatic Biu-Mandara #> 12892 Ngizim Afro-Asiatic West Chadic #> 12906 Kefa Afro-Asiatic South Omotic #> 12911 Kanakuru Afro-Asiatic West Chadic #> 12912 Dahalo Afro-Asiatic Dahalo #> 12917 Dangaléat (Western) Afro-Asiatic East Chadic #> 12937 Awngi Afro-Asiatic Central Cushitic #> 12949 Iraqw Afro-Asiatic Southern Cushitic #> 12952 Somali Afro-Asiatic Lowland East Cushitic #> 12955 Beja Afro-Asiatic Beja #> 12958 Kotoko Afro-Asiatic Biu-Mandara #> 12981 Angas Afro-Asiatic West Chadic #> 12982 Lamé Afro-Asiatic Masa #> 12990 Tera Afro-Asiatic Biu-Mandara #> 13014 Dizi Afro-Asiatic Dizoid #> 13050 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 13061 Kera Afro-Asiatic East Chadic #> 13100 Ngizim Afro-Asiatic West Chadic #> 13139 Pero Afro-Asiatic West Chadic #> 13156 Arabic (Moroccan) Afro-Asiatic Semitic #> 13198 Oromo (West-Central) Afro-Asiatic Lowland East Cushitic #> 13202 Hausa Afro-Asiatic West Chadic #> 13230 Moca Afro-Asiatic North Omotic #> 13369 Hebrew (Modern) Afro-Asiatic Semitic #> 13379 Amharic Afro-Asiatic Semitic #> 13432 Tigré (Beni Amer) Afro-Asiatic Semitic #> 13503 Kullo Afro-Asiatic North Omotic #> 13530 Mupun Afro-Asiatic West Chadic #> 13724 Ngizim Afro-Asiatic West Chadic #> 13735 Hausa Afro-Asiatic West Chadic #> 13737 Berber (Middle Atlas) Afro-Asiatic Berber #> 13766 Amharic Afro-Asiatic Semitic #> 13774 Tuareg (Ahaggar) Afro-Asiatic Berber #> 13797 Arabic (Egyptian) Afro-Asiatic Semitic #> 13802 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 13849 Hebrew (Modern) Afro-Asiatic Semitic #> 13850 Iraqw Afro-Asiatic Southern Cushitic #> 13944 Lele Afro-Asiatic East Chadic #> 14039 Arabic (Lebanese) Afro-Asiatic Semitic #> 14053 Lele Afro-Asiatic East Chadic #> 14153 Arabic (Lebanese) Afro-Asiatic Semitic #> 14167 Arabic (Lebanese) Afro-Asiatic Semitic #> 14276 Lele Afro-Asiatic East Chadic #> 14288 Arabic (Lebanese) Afro-Asiatic Semitic #> 14396 Lele Afro-Asiatic East Chadic #> 14417 Hebrew (Modern) Afro-Asiatic Semitic #> 14425 Dizi Afro-Asiatic Dizoid #> 14431 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 14435 Arabic (Egyptian) Afro-Asiatic Semitic #> 14476 Berber (Middle Atlas) Afro-Asiatic Berber #> 14524 Beja Afro-Asiatic Beja #> 14558 Amharic Afro-Asiatic Semitic #> 14568 Hausa Afro-Asiatic West Chadic #> 14645 Dizi Afro-Asiatic Dizoid #> 14678 Hausa Afro-Asiatic West Chadic #> 14703 Amharic Afro-Asiatic Semitic #> 14719 Arabic (Egyptian) Afro-Asiatic Semitic #> 14743 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 14751 Beja Afro-Asiatic Beja #> 14760 Hebrew (Modern) Afro-Asiatic Semitic #> 14764 Berber (Middle Atlas) Afro-Asiatic Berber #> 14879 Dizi Afro-Asiatic Dizoid #> 14931 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 14945 Hebrew (Modern) Afro-Asiatic Semitic #> 14961 Amharic Afro-Asiatic Semitic #> 14974 Beja Afro-Asiatic Beja #> 15023 Arabic (Egyptian) Afro-Asiatic Semitic #> 15045 Hausa Afro-Asiatic West Chadic #> 15088 Berber (Middle Atlas) Afro-Asiatic Berber #> 15120 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 15132 Beja Afro-Asiatic Beja #> 15136 Amharic Afro-Asiatic Semitic #> 15149 Dizi Afro-Asiatic Dizoid #> 15161 Hausa Afro-Asiatic West Chadic #> 15185 Arabic (Egyptian) Afro-Asiatic Semitic #> 15211 Hebrew (Modern) Afro-Asiatic Semitic #> 15317 Berber (Middle Atlas) Afro-Asiatic Berber #> 15324 Amharic Afro-Asiatic Semitic #> 15327 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 15346 Burji Afro-Asiatic Lowland East Cushitic #> 15361 Dahalo Afro-Asiatic Dahalo #> 15362 Somali Afro-Asiatic Lowland East Cushitic #> 15380 Arabic (Egyptian) Afro-Asiatic Semitic #> 15392 Qafar Afro-Asiatic Lowland East Cushitic #> 15404 Hausa Afro-Asiatic West Chadic #> 15418 Shinassha Afro-Asiatic North Omotic #> 15422 Oromo (West-Central) Afro-Asiatic Lowland East Cushitic #> 15425 Yemsa Afro-Asiatic North Omotic #> 15478 Maltese Afro-Asiatic Semitic #> 15495 Hebrew (Modern) Afro-Asiatic Semitic #> 15523 Rendille Afro-Asiatic Lowland East Cushitic #> 15541 Berber (Middle Atlas) Afro-Asiatic Berber #> 15546 Kabyle Afro-Asiatic Berber #> 15589 Beja Afro-Asiatic Beja #> 15593 Iraqw Afro-Asiatic Southern Cushitic #> 15598 Arabic (Negev) Afro-Asiatic Semitic #> 15614 Arabic (Syrian) Afro-Asiatic Semitic #> 15617 Arabic (Eastern Libyan) Afro-Asiatic Semitic #> 15629 Kera Afro-Asiatic East Chadic #> 15641 Arabic (Beirut) Afro-Asiatic Semitic #> 15691 Arabic (Egyptian) Afro-Asiatic Semitic #> 15697 Saho Afro-Asiatic Lowland East Cushitic #> 15717 Arabic (Gulf) Afro-Asiatic Semitic #> 15725 Arabic (Bani-Hassan) Afro-Asiatic Semitic #> 15726 Maltese Afro-Asiatic Semitic #> 15746 Arabic (Hijazi) Afro-Asiatic Semitic #> 15749 Arabic (Lebanese) Afro-Asiatic Semitic #> 15753 Gorowa Afro-Asiatic Southern Cushitic #> 15786 Arabic (Palestinian) Afro-Asiatic Semitic #> 15956 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 16005 Neo-Aramaic (Assyrian) Afro-Asiatic Semitic #> 16055 Berber (Middle Atlas) Afro-Asiatic Berber #> 16057 Tashlhiyt Afro-Asiatic Berber #> 16058 Hebrew (Modern) Afro-Asiatic Semitic #> 16135 Arabic (Bahrain) Afro-Asiatic Semitic #> 16136 Hebrew (Modern) Afro-Asiatic Semitic #> 16138 Arabic (Kormakiti) Afro-Asiatic Semitic #> 16147 Maltese Afro-Asiatic Semitic #> 16152 Somali Afro-Asiatic Lowland East Cushitic #> 16159 Arabic (Lebanese) Afro-Asiatic Semitic #> 16164 Arabic (San'ani) Afro-Asiatic Semitic #> 16170 Arabic (Moroccan) Afro-Asiatic Semitic #> 16171 Beja Afro-Asiatic Beja #> 16176 Arabic (Tunisian) Afro-Asiatic Semitic #> 16216 Hausa Afro-Asiatic West Chadic #> 16245 Tera Afro-Asiatic Biu-Mandara #> 16285 Hebrew (Modern) Afro-Asiatic Semitic #> 16354 Arabic (Syrian) Afro-Asiatic Semitic #> 16360 Berber (Chaouia) Afro-Asiatic Berber #> 16367 Arabic (Gulf) Afro-Asiatic Semitic #> 16379 Tuareg (Ghat) Afro-Asiatic Berber #> 16466 Berber (Rif) Afro-Asiatic Berber #> 16500 Berber (Figuig) Afro-Asiatic Berber #> 16537 Sidaama Afro-Asiatic Highland East Cushitic #> 16580 Somali Afro-Asiatic Lowland East Cushitic #> 16600 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 16644 Arabic (Modern Standard) Afro-Asiatic Semitic #> 16740 Berber (Mzab) Afro-Asiatic Berber #> 16759 Gude Afro-Asiatic Biu-Mandara #> 16794 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 16820 Tigrinya Afro-Asiatic Semitic #> 16831 Bidiya Afro-Asiatic East Chadic #> 16834 Hdi Afro-Asiatic Biu-Mandara #> 16837 Amharic Afro-Asiatic Semitic #> 16839 Miya Afro-Asiatic West Chadic #> 16842 Arabic (Moroccan) Afro-Asiatic Semitic #> 16855 Pero Afro-Asiatic West Chadic #> 16859 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 16898 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 16917 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 16926 Kanakuru Afro-Asiatic West Chadic #> 16928 Kabyle Afro-Asiatic Berber #> 16938 Lamang Afro-Asiatic Biu-Mandara #> 16943 Hausa Afro-Asiatic West Chadic #> 16966 Pa'a Afro-Asiatic West Chadic #> 16980 Coptic Afro-Asiatic Egyptian-Coptic #> 16989 Tera Afro-Asiatic Biu-Mandara #> 16997 Tamashek Afro-Asiatic Berber #> 17005 Arabic (Egyptian) Afro-Asiatic Semitic #> 17006 Mupun Afro-Asiatic West Chadic #> 17033 Mina Afro-Asiatic Biu-Mandara #> 17037 Kera Afro-Asiatic East Chadic #> 17039 Mehri Afro-Asiatic Semitic #> 17056 Lele Afro-Asiatic East Chadic #> 17061 Masa Afro-Asiatic Masa #> 17062 Goemai Afro-Asiatic West Chadic #> 17069 Podoko Afro-Asiatic Biu-Mandara #> 17072 Lagwan Afro-Asiatic Biu-Mandara #> 17074 Buduma Afro-Asiatic Biu-Mandara #> 17088 Uldeme Afro-Asiatic Biu-Mandara #> 17097 Musgu Afro-Asiatic Biu-Mandara #> 17124 Giziga Afro-Asiatic Biu-Mandara #> 17125 Angas Afro-Asiatic West Chadic #> 17141 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 17154 Migama Afro-Asiatic East Chadic #> 17163 Mbara Afro-Asiatic Biu-Mandara #> 17167 Margi Afro-Asiatic Biu-Mandara #> 17179 Ngizim Afro-Asiatic West Chadic #> 17187 Ron Afro-Asiatic West Chadic #> 17195 Chaha Afro-Asiatic Semitic #> 17219 Soddo Afro-Asiatic Semitic #> 17234 Beja Afro-Asiatic Beja #> 17313 Tigré Afro-Asiatic Semitic #> 17317 Arabic (Iraqi) Afro-Asiatic Semitic #> 17390 Bilin Afro-Asiatic Central Cushitic #> 17408 Gimira Afro-Asiatic North Omotic #> 17418 Iraqw Afro-Asiatic Southern Cushitic #> 17422 Wolaytta Afro-Asiatic North Omotic #> 17455 Aari Afro-Asiatic South Omotic #> 17464 Tangale Afro-Asiatic West Chadic #> 17467 Malgwa Afro-Asiatic Biu-Mandara #> 17472 Dime Afro-Asiatic South Omotic #> 17514 Burunge Afro-Asiatic Southern Cushitic #> 17516 Kemant Afro-Asiatic Central Cushitic #> 17520 Zayse Afro-Asiatic North Omotic #> 17579 Tashlhiyt Afro-Asiatic Berber #> 17606 Bidiya Afro-Asiatic East Chadic #> 17607 Pero Afro-Asiatic West Chadic #> 17613 Kanakuru Afro-Asiatic West Chadic #> 17623 Kabyle Afro-Asiatic Berber #> 17638 Miya Afro-Asiatic West Chadic #> 17650 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 17662 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 17688 Amharic Afro-Asiatic Semitic #> 17690 Tigrinya Afro-Asiatic Semitic #> 17699 Arabic (Moroccan) Afro-Asiatic Semitic #> 17711 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 17716 Hdi Afro-Asiatic Biu-Mandara #> 17719 Hausa Afro-Asiatic West Chadic #> 17735 Tamashek Afro-Asiatic Berber #> 17737 Arabic (Egyptian) Afro-Asiatic Semitic #> 17739 Coptic Afro-Asiatic Egyptian-Coptic #> 17749 Mupun Afro-Asiatic West Chadic #> 17752 Pa'a Afro-Asiatic West Chadic #> 17764 Tera Afro-Asiatic Biu-Mandara #> 17797 Lamang Afro-Asiatic Biu-Mandara #> 17812 Arabic (Modern Standard) Afro-Asiatic Semitic #> 17817 Arabic (Syrian) Afro-Asiatic Semitic #> 17854 Pa'a Afro-Asiatic West Chadic #> 17901 Berber (Figuig) Afro-Asiatic Berber #> 17934 Hausa Afro-Asiatic West Chadic #> 17945 Kanakuru Afro-Asiatic West Chadic #> 17965 Arabic (Gulf) Afro-Asiatic Semitic #> 17966 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 18011 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 18023 Tuareg (Ghat) Afro-Asiatic Berber #> 18027 Pero Afro-Asiatic West Chadic #> 18089 Bidiya Afro-Asiatic East Chadic #> 18122 Berber (Rif) Afro-Asiatic Berber #> 18165 Kabyle Afro-Asiatic Berber #> 18175 Tera Afro-Asiatic Biu-Mandara #> 18203 Hebrew (Modern) Afro-Asiatic Semitic #> 18209 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 18283 Sidaama Afro-Asiatic Highland East Cushitic #> 18287 Mupun Afro-Asiatic West Chadic #> 18298 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 18328 Tamashek Afro-Asiatic Berber #> 18332 Gude Afro-Asiatic Biu-Mandara #> 18338 Berber (Chaouia) Afro-Asiatic Berber #> 18361 Miya Afro-Asiatic West Chadic #> 18389 Somali Afro-Asiatic Lowland East Cushitic #> 18408 Berber (Mzab) Afro-Asiatic Berber #> 18517 Tigrinya Afro-Asiatic Semitic #> 18570 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 18580 Soddo Afro-Asiatic Semitic #> 18610 Arabic (Moroccan) Afro-Asiatic Semitic #> 18644 Beja Afro-Asiatic Beja #> 18665 Arabic (Iraqi) Afro-Asiatic Semitic #> 18669 Tigré Afro-Asiatic Semitic #> 18706 Amharic Afro-Asiatic Semitic #> 18714 Chaha Afro-Asiatic Semitic #> 18722 Coptic Afro-Asiatic Egyptian-Coptic #> 18733 Arabic (Egyptian) Afro-Asiatic Semitic #> 18735 Tashlhiyt Afro-Asiatic Berber #> 18746 Aari Afro-Asiatic South Omotic #> 18760 Mbara Afro-Asiatic Biu-Mandara #> 18761 Burunge Afro-Asiatic Southern Cushitic #> 18764 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 18791 Iraqw Afro-Asiatic Southern Cushitic #> 18816 Podoko Afro-Asiatic Biu-Mandara #> 18825 Migama Afro-Asiatic East Chadic #> 18836 Uldeme Afro-Asiatic Biu-Mandara #> 18840 Hdi Afro-Asiatic Biu-Mandara #> 18858 Margi Afro-Asiatic Biu-Mandara #> 18880 Kera Afro-Asiatic East Chadic #> 18899 Ngizim Afro-Asiatic West Chadic #> 18900 Dime Afro-Asiatic South Omotic #> 18901 Masa Afro-Asiatic Masa #> 18905 Lagwan Afro-Asiatic Biu-Mandara #> 18909 Musgu Afro-Asiatic Biu-Mandara #> 18910 Goemai Afro-Asiatic West Chadic #> 18938 Kemant Afro-Asiatic Central Cushitic #> 18951 Bilin Afro-Asiatic Central Cushitic #> 18954 Ron Afro-Asiatic West Chadic #> 18968 Malgwa Afro-Asiatic Biu-Mandara #> 18978 Angas Afro-Asiatic West Chadic #> 18988 Mehri Afro-Asiatic Semitic #> 18995 Buduma Afro-Asiatic Biu-Mandara #> 19012 Zayse Afro-Asiatic North Omotic #> 19063 Gimira Afro-Asiatic North Omotic #> 19081 Mina Afro-Asiatic Biu-Mandara #> 19106 Tangale Afro-Asiatic West Chadic #> 19109 Lamang Afro-Asiatic Biu-Mandara #> 19111 Lele Afro-Asiatic East Chadic #> 19116 Giziga Afro-Asiatic Biu-Mandara #> 19125 Wolaytta Afro-Asiatic North Omotic #> 19139 Uldeme Afro-Asiatic Biu-Mandara #> 19140 Kera Afro-Asiatic East Chadic #> 19160 Angas Afro-Asiatic West Chadic #> 19164 Lamang Afro-Asiatic Biu-Mandara #> 19171 Migama Afro-Asiatic East Chadic #> 19177 Miya Afro-Asiatic West Chadic #> 19180 Buduma Afro-Asiatic Biu-Mandara #> 19181 Kanakuru Afro-Asiatic West Chadic #> 19193 Pero Afro-Asiatic West Chadic #> 19198 Tera Afro-Asiatic Biu-Mandara #> 19217 Ron Afro-Asiatic West Chadic #> 19228 Mbara Afro-Asiatic Biu-Mandara #> 19233 Masa Afro-Asiatic Masa #> 19251 Podoko Afro-Asiatic Biu-Mandara #> 19268 Margi Afro-Asiatic Biu-Mandara #> 19281 Hausa Afro-Asiatic West Chadic #> 19286 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 19289 Lele Afro-Asiatic East Chadic #> 19290 Hdi Afro-Asiatic Biu-Mandara #> 19297 Pa'a Afro-Asiatic West Chadic #> 19310 Mina Afro-Asiatic Biu-Mandara #> 19315 Ngizim Afro-Asiatic West Chadic #> 19319 Lagwan Afro-Asiatic Biu-Mandara #> 19330 Musgu Afro-Asiatic Biu-Mandara #> 19340 Bidiya Afro-Asiatic East Chadic #> 19347 Mupun Afro-Asiatic West Chadic #> 19353 Goemai Afro-Asiatic West Chadic #> 19370 Coptic Afro-Asiatic Egyptian-Coptic #> 19380 Giziga Afro-Asiatic Biu-Mandara #> 19391 Mehri Afro-Asiatic Semitic #> 19408 Kabyle Afro-Asiatic Berber #> 19432 Bilin Afro-Asiatic Central Cushitic #> 19436 Gimira Afro-Asiatic North Omotic #> 19445 Amharic Afro-Asiatic Semitic #> 19451 Arabic (Moroccan) Afro-Asiatic Semitic #> 19462 Malgwa Afro-Asiatic Biu-Mandara #> 19475 Arabic (Egyptian) Afro-Asiatic Semitic #> 19503 Aari Afro-Asiatic South Omotic #> 19506 Tangale Afro-Asiatic West Chadic #> 19541 Burunge Afro-Asiatic Southern Cushitic #> 19579 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 19591 Zayse Afro-Asiatic North Omotic #> 19615 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 19650 Wolaytta Afro-Asiatic North Omotic #> 19664 Tigrinya Afro-Asiatic Semitic #> 19671 Kemant Afro-Asiatic Central Cushitic #> 19713 Dime Afro-Asiatic South Omotic #> 19720 Iraqw Afro-Asiatic Southern Cushitic #> 19848 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 19917 Tigré Afro-Asiatic Semitic #> 19924 Arabic (Gulf) Afro-Asiatic Semitic #> 19989 Beja Afro-Asiatic Beja #> 19995 Chaha Afro-Asiatic Semitic #> 20034 Berber (Mzab) Afro-Asiatic Berber #> 20042 Arabic (Syrian) Afro-Asiatic Semitic #> 20092 Soddo Afro-Asiatic Semitic #> 20094 Tamashek Afro-Asiatic Berber #> 20141 Hebrew (Modern) Afro-Asiatic Semitic #> 20163 Berber (Chaouia) Afro-Asiatic Berber #> 20167 Gude Afro-Asiatic Biu-Mandara #> 20183 Tuareg (Ghat) Afro-Asiatic Berber #> 20251 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 20272 Sidaama Afro-Asiatic Highland East Cushitic #> 20304 Berber (Figuig) Afro-Asiatic Berber #> 20342 Arabic (Iraqi) Afro-Asiatic Semitic #> 20394 Berber (Rif) Afro-Asiatic Berber #> 20395 Somali Afro-Asiatic Lowland East Cushitic #> 20409 Arabic (Modern Standard) Afro-Asiatic Semitic #> 20426 Tashlhiyt Afro-Asiatic Berber #> 20436 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 20457 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 20462 Tamashek Afro-Asiatic Berber #> 20478 Arabic (Modern Standard) Afro-Asiatic Semitic #> 20482 Coptic Afro-Asiatic Egyptian-Coptic #> 20489 Buduma Afro-Asiatic Biu-Mandara #> 20544 Amharic Afro-Asiatic Semitic #> 20553 Tigré Afro-Asiatic Semitic #> 20570 Tashlhiyt Afro-Asiatic Berber #> 20596 Somali Afro-Asiatic Lowland East Cushitic #> 20601 Kabyle Afro-Asiatic Berber #> 20614 Soddo Afro-Asiatic Semitic #> 20640 Tera Afro-Asiatic Biu-Mandara #> 20660 Berber (Chaouia) Afro-Asiatic Berber #> 20678 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 20691 Lele Afro-Asiatic East Chadic #> 20698 Kera Afro-Asiatic East Chadic #> 20703 Bidiya Afro-Asiatic East Chadic #> 20718 Dime Afro-Asiatic South Omotic #> 20732 Hdi Afro-Asiatic Biu-Mandara #> 20748 Migama Afro-Asiatic East Chadic #> 20800 Angas Afro-Asiatic West Chadic #> 20802 Bilin Afro-Asiatic Central Cushitic #> 20815 Berber (Figuig) Afro-Asiatic Berber #> 20826 Mbara Afro-Asiatic Biu-Mandara #> 20837 Mehri Afro-Asiatic Semitic #> 20851 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 20863 Kemant Afro-Asiatic Central Cushitic #> 20867 Aari Afro-Asiatic South Omotic #> 20894 Ngizim Afro-Asiatic West Chadic #> 20947 Berber (Rif) Afro-Asiatic Berber #> 20970 Iraqw Afro-Asiatic Southern Cushitic #> 20990 Lamang Afro-Asiatic Biu-Mandara #> 21054 Pa'a Afro-Asiatic West Chadic #> 21055 Gimira Afro-Asiatic North Omotic #> 21075 Arabic (Gulf) Afro-Asiatic Semitic #> 21077 Lagwan Afro-Asiatic Biu-Mandara #> 21109 Miya Afro-Asiatic West Chadic #> 21129 Hebrew (Modern) Afro-Asiatic Semitic #> 21162 Arabic (Moroccan) Afro-Asiatic Semitic #> 21170 Musgu Afro-Asiatic Biu-Mandara #> 21214 Podoko Afro-Asiatic Biu-Mandara #> 21221 Chaha Afro-Asiatic Semitic #> 21223 Arabic (Iraqi) Afro-Asiatic Semitic #> 21231 Pero Afro-Asiatic West Chadic #> 21244 Beja Afro-Asiatic Beja #> 21291 Hausa Afro-Asiatic West Chadic #> 21293 Sidaama Afro-Asiatic Highland East Cushitic #> 21333 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 21392 Zayse Afro-Asiatic North Omotic #> 21397 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 21430 Kanakuru Afro-Asiatic West Chadic #> 21491 Wolaytta Afro-Asiatic North Omotic #> 21503 Arabic (Syrian) Afro-Asiatic Semitic #> 21534 Burunge Afro-Asiatic Southern Cushitic #> 21555 Ron Afro-Asiatic West Chadic #> 21565 Malgwa Afro-Asiatic Biu-Mandara #> 21577 Arabic (Egyptian) Afro-Asiatic Semitic #> 21578 Tigrinya Afro-Asiatic Semitic #> 21588 Mupun Afro-Asiatic West Chadic #> 21612 Mina Afro-Asiatic Biu-Mandara #> 21617 Margi Afro-Asiatic Biu-Mandara #> 21646 Uldeme Afro-Asiatic Biu-Mandara #> 21659 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 21673 Tangale Afro-Asiatic West Chadic #> 21682 Berber (Mzab) Afro-Asiatic Berber #> 21688 Goemai Afro-Asiatic West Chadic #> 21722 Masa Afro-Asiatic Masa #> 21771 Gude Afro-Asiatic Biu-Mandara #> 21773 Giziga Afro-Asiatic Biu-Mandara #> 21775 Tuareg (Ghat) Afro-Asiatic Berber #> 21778 Gude Afro-Asiatic Biu-Mandara #> 21788 Podoko Afro-Asiatic Biu-Mandara #> 21838 Mehri Afro-Asiatic Semitic #> 21884 Berber (Chaouia) Afro-Asiatic Berber #> 21887 Arabic (Syrian) Afro-Asiatic Semitic #> 21918 Bidiya Afro-Asiatic East Chadic #> 21926 Tigrinya Afro-Asiatic Semitic #> 21930 Hdi Afro-Asiatic Biu-Mandara #> 21932 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 21935 Arabic (Moroccan) Afro-Asiatic Semitic #> 21957 Amharic Afro-Asiatic Semitic #> 21958 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 21961 Miya Afro-Asiatic West Chadic #> 21979 Kanakuru Afro-Asiatic West Chadic #> 21983 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 21994 Kabyle Afro-Asiatic Berber #> 22004 Pero Afro-Asiatic West Chadic #> 22009 Lamang Afro-Asiatic Biu-Mandara #> 22010 Tera Afro-Asiatic Biu-Mandara #> 22026 Tamashek Afro-Asiatic Berber #> 22030 Coptic Afro-Asiatic Egyptian-Coptic #> 22037 Arabic (Egyptian) Afro-Asiatic Semitic #> 22046 Pa'a Afro-Asiatic West Chadic #> 22047 Hausa Afro-Asiatic West Chadic #> 22063 Mupun Afro-Asiatic West Chadic #> 22086 Berber (Rif) Afro-Asiatic Berber #> 22108 Hebrew (Modern) Afro-Asiatic Semitic #> 22154 Arabic (Gulf) Afro-Asiatic Semitic #> 22175 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 22210 Dime Afro-Asiatic South Omotic #> 22216 Gimira Afro-Asiatic North Omotic #> 22225 Soddo Afro-Asiatic Semitic #> 22266 Aari Afro-Asiatic South Omotic #> 22286 Kemant Afro-Asiatic Central Cushitic #> 22303 Chaha Afro-Asiatic Semitic #> 22376 Arabic (Iraqi) Afro-Asiatic Semitic #> 22387 Iraqw Afro-Asiatic Southern Cushitic #> 22402 Wolaytta Afro-Asiatic North Omotic #> 22424 Zayse Afro-Asiatic North Omotic #> 22425 Malgwa Afro-Asiatic Biu-Mandara #> 22443 Tigré Afro-Asiatic Semitic #> 22487 Beja Afro-Asiatic Beja #> 22489 Tangale Afro-Asiatic West Chadic #> 22493 Burunge Afro-Asiatic Southern Cushitic #> 22696 Lagwan Afro-Asiatic Biu-Mandara #> 22710 Buduma Afro-Asiatic Biu-Mandara #> 22715 Kera Afro-Asiatic East Chadic #> 22721 Goemai Afro-Asiatic West Chadic #> 22725 Angas Afro-Asiatic West Chadic #> 22727 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 22728 Margi Afro-Asiatic Biu-Mandara #> 22731 Musgu Afro-Asiatic Biu-Mandara #> 22739 Ron Afro-Asiatic West Chadic #> 22740 Lele Afro-Asiatic East Chadic #> 22744 Ngizim Afro-Asiatic West Chadic #> 22749 Uldeme Afro-Asiatic Biu-Mandara #> 22752 Mbara Afro-Asiatic Biu-Mandara #> 22763 Mina Afro-Asiatic Biu-Mandara #> 22766 Masa Afro-Asiatic Masa #> 22830 Sidaama Afro-Asiatic Highland East Cushitic #> 22831 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 22836 Somali Afro-Asiatic Lowland East Cushitic #> 22908 Arabic (Modern Standard) Afro-Asiatic Semitic #> 22923 Berber (Figuig) Afro-Asiatic Berber #> 23009 Gude Afro-Asiatic Biu-Mandara #> 23045 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 23074 Arabic (Modern Standard) Afro-Asiatic Semitic #> 23134 Arabic (Egyptian) Afro-Asiatic Semitic #> 23135 Berber (Rif) Afro-Asiatic Berber #> 23136 Somali Afro-Asiatic Lowland East Cushitic #> 23151 Tamashek Afro-Asiatic Berber #> 23168 Arabic (Syrian) Afro-Asiatic Semitic #> 23173 Berber (Figuig) Afro-Asiatic Berber #> 23234 Hebrew (Modern) Afro-Asiatic Semitic #> 23243 Hausa Afro-Asiatic West Chadic #> 23253 Berber (Chaouia) Afro-Asiatic Berber #> 23261 Arabic (Gulf) Afro-Asiatic Semitic #> 23291 Sidaama Afro-Asiatic Highland East Cushitic #> 23311 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 23461 Mina Afro-Asiatic Biu-Mandara #> 23464 Lele Afro-Asiatic East Chadic #> 23479 Masa Afro-Asiatic Masa #> 23480 Margi Afro-Asiatic Biu-Mandara #> 23501 Tera Afro-Asiatic Biu-Mandara #> 23507 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 23508 Angas Afro-Asiatic West Chadic #> 23510 Lamang Afro-Asiatic Biu-Mandara #> 23512 Goemai Afro-Asiatic West Chadic #> 23520 Mbara Afro-Asiatic Biu-Mandara #> 23525 Kera Afro-Asiatic East Chadic #> 23527 Mehri Afro-Asiatic Semitic #> 23528 Lagwan Afro-Asiatic Biu-Mandara #> 23535 Ngizim Afro-Asiatic West Chadic #> 23536 Pa'a Afro-Asiatic West Chadic #> 23542 Musgu Afro-Asiatic Biu-Mandara #> 23551 Buduma Afro-Asiatic Biu-Mandara #> 23558 Podoko Afro-Asiatic Biu-Mandara #> 23559 Uldeme Afro-Asiatic Biu-Mandara #> 23566 Mupun Afro-Asiatic West Chadic #> 23567 Ron Afro-Asiatic West Chadic #> 23575 Gude Afro-Asiatic Biu-Mandara #> 23651 Mehri Afro-Asiatic Semitic #> 23681 Berber (Chaouia) Afro-Asiatic Berber #> 23684 Arabic (Syrian) Afro-Asiatic Semitic #> 23702 Bidiya Afro-Asiatic East Chadic #> 23711 Pero Afro-Asiatic West Chadic #> 23717 Miya Afro-Asiatic West Chadic #> 23720 Kanakuru Afro-Asiatic West Chadic #> 23750 Coptic Afro-Asiatic Egyptian-Coptic #> 23758 Mupun Afro-Asiatic West Chadic #> 23765 Tera Afro-Asiatic Biu-Mandara #> 23766 Arabic (Egyptian) Afro-Asiatic Semitic #> 23777 Hausa Afro-Asiatic West Chadic #> 23780 Pa'a Afro-Asiatic West Chadic #> 23818 Hebrew (Modern) Afro-Asiatic Semitic #> 23842 Berber (Rif) Afro-Asiatic Berber #> 23843 Arabic (Gulf) Afro-Asiatic Semitic #> 23853 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 23895 Mina Afro-Asiatic Biu-Mandara #> 23896 Musgu Afro-Asiatic Biu-Mandara #> 23901 Goemai Afro-Asiatic West Chadic #> 23910 Masa Afro-Asiatic Masa #> 23912 Ron Afro-Asiatic West Chadic #> 23920 Angas Afro-Asiatic West Chadic #> 23929 Margi Afro-Asiatic Biu-Mandara #> 23934 Buduma Afro-Asiatic Biu-Mandara #> 23937 Lele Afro-Asiatic East Chadic #> 23955 Uldeme Afro-Asiatic Biu-Mandara #> 23958 Lagwan Afro-Asiatic Biu-Mandara #> 23962 Ngizim Afro-Asiatic West Chadic #> 23965 Mbara Afro-Asiatic Biu-Mandara #> 23971 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 23974 Kera Afro-Asiatic East Chadic #> 23982 Arabic (Iraqi) Afro-Asiatic Semitic #> 24042 Tangale Afro-Asiatic West Chadic #> 24046 Malgwa Afro-Asiatic Biu-Mandara #> 24050 Burunge Afro-Asiatic Southern Cushitic #> 24059 Gude Afro-Asiatic Biu-Mandara #> 24073 Arabic (Syrian) Afro-Asiatic Semitic #> 24075 Berber (Chaouia) Afro-Asiatic Berber #> 24076 Mehri Afro-Asiatic Semitic #> 24115 Pero Afro-Asiatic West Chadic #> 24119 Kanakuru Afro-Asiatic West Chadic #> 24142 Miya Afro-Asiatic West Chadic #> 24147 Bidiya Afro-Asiatic East Chadic #> 24175 Hausa Afro-Asiatic West Chadic #> 24181 Coptic Afro-Asiatic Egyptian-Coptic #> 24182 Arabic (Egyptian) Afro-Asiatic Semitic #> 24189 Tera Afro-Asiatic Biu-Mandara #> 24191 Pa'a Afro-Asiatic West Chadic #> 24199 Mupun Afro-Asiatic West Chadic #> 24216 Gude Afro-Asiatic Biu-Mandara #> 24225 Coptic Afro-Asiatic Egyptian-Coptic #> 24229 Mupun Afro-Asiatic West Chadic #> 24235 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 24255 Berber (Rif) Afro-Asiatic Berber #> 24272 Hausa Afro-Asiatic West Chadic #> 24273 Kera Afro-Asiatic East Chadic #> 24309 Hebrew (Modern) Afro-Asiatic Semitic #> 24310 Arabic (Gulf) Afro-Asiatic Semitic #> 24321 Ron Afro-Asiatic West Chadic #> 24328 Angas Afro-Asiatic West Chadic #> 24409 Pa'a Afro-Asiatic West Chadic #> 24410 Goemai Afro-Asiatic West Chadic #> 24413 Malgwa Afro-Asiatic Biu-Mandara #> 24425 Margi Afro-Asiatic Biu-Mandara #> 24430 Berber (Chaouia) Afro-Asiatic Berber #> 24431 Uldeme Afro-Asiatic Biu-Mandara #> 24437 Lele Afro-Asiatic East Chadic #> 24439 Arabic (Egyptian) Afro-Asiatic Semitic #> 24445 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 24450 Arabic (Syrian) Afro-Asiatic Semitic #> 24471 Miya Afro-Asiatic West Chadic #> 24477 Pero Afro-Asiatic West Chadic #> 24482 Masa Afro-Asiatic Masa #> 24489 Tangale Afro-Asiatic West Chadic #> 24536 Mbara Afro-Asiatic Biu-Mandara #> 24542 Kanakuru Afro-Asiatic West Chadic #> 24558 Ngizim Afro-Asiatic West Chadic #> 24576 Tera Afro-Asiatic Biu-Mandara #> 24577 Musgu Afro-Asiatic Biu-Mandara #> 24595 Arabic (Iraqi) Afro-Asiatic Semitic #> 24603 Mehri Afro-Asiatic Semitic #> 24606 Mina Afro-Asiatic Biu-Mandara #> 24617 Lagwan Afro-Asiatic Biu-Mandara #> 24618 Burunge Afro-Asiatic Southern Cushitic #> 24624 Buduma Afro-Asiatic Biu-Mandara #> 24648 Berber (Rif) Afro-Asiatic Berber #> 24662 Hebrew (Modern) Afro-Asiatic Semitic #> 24697 Arabic (Gulf) Afro-Asiatic Semitic #> 24702 Arabic (Syrian) Afro-Asiatic Semitic #> 24706 Berber (Chaouia) Afro-Asiatic Berber #> 24708 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 24790 Arabic (Iraqi) Afro-Asiatic Semitic #> 24838 Hausa Afro-Asiatic West Chadic #> 24840 Coptic Afro-Asiatic Egyptian-Coptic #> 24846 Pero Afro-Asiatic West Chadic #> 24847 Pa'a Afro-Asiatic West Chadic #> 24860 Kanakuru Afro-Asiatic West Chadic #> 24862 Miya Afro-Asiatic West Chadic #> 24871 Tera Afro-Asiatic Biu-Mandara #> 24903 Arabic (Egyptian) Afro-Asiatic Semitic #> 24934 Kera Afro-Asiatic East Chadic #> 24942 Ron Afro-Asiatic West Chadic #> 24944 Musgu Afro-Asiatic Biu-Mandara #> 24947 Malgwa Afro-Asiatic Biu-Mandara #> 24949 Mbara Afro-Asiatic Biu-Mandara #> 24951 Goemai Afro-Asiatic West Chadic #> 24952 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 24953 Masa Afro-Asiatic Masa #> 24964 Mina Afro-Asiatic Biu-Mandara #> 24966 Margi Afro-Asiatic Biu-Mandara #> 24984 Lele Afro-Asiatic East Chadic #> 24986 Gude Afro-Asiatic Biu-Mandara #> 24999 Tangale Afro-Asiatic West Chadic #> 25001 Ngizim Afro-Asiatic West Chadic #> 25006 Uldeme Afro-Asiatic Biu-Mandara #> 25020 Burunge Afro-Asiatic Southern Cushitic #> 25022 Mupun Afro-Asiatic West Chadic #> 25028 Buduma Afro-Asiatic Biu-Mandara #> 25033 Lagwan Afro-Asiatic Biu-Mandara #> 25034 Mehri Afro-Asiatic Semitic #> 25037 Angas Afro-Asiatic West Chadic #> 25064 Malgwa Afro-Asiatic Biu-Mandara #> 25070 Burunge Afro-Asiatic Southern Cushitic #> 25074 Tangale Afro-Asiatic West Chadic #> 25095 Miya Afro-Asiatic West Chadic #> 25097 Coptic Afro-Asiatic Egyptian-Coptic #> 25105 Arabic (Egyptian) Afro-Asiatic Semitic #> 25134 Mbara Afro-Asiatic Biu-Mandara #> 25138 Pero Afro-Asiatic West Chadic #> 25154 Berber (Chaouia) Afro-Asiatic Berber #> 25168 Hebrew (Modern) Afro-Asiatic Semitic #> 25190 Mupun Afro-Asiatic West Chadic #> 25207 Uldeme Afro-Asiatic Biu-Mandara #> 25213 Hausa Afro-Asiatic West Chadic #> 25248 Margi Afro-Asiatic Biu-Mandara #> 25252 Pa'a Afro-Asiatic West Chadic #> 25264 Ron Afro-Asiatic West Chadic #> 25276 Musgu Afro-Asiatic Biu-Mandara #> 25279 Kera Afro-Asiatic East Chadic #> 25298 Buduma Afro-Asiatic Biu-Mandara #> 25301 Tera Afro-Asiatic Biu-Mandara #> 25315 Berber (Rif) Afro-Asiatic Berber #> 25320 Lagwan Afro-Asiatic Biu-Mandara #> 25331 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 25338 Angas Afro-Asiatic West Chadic #> 25350 Ngizim Afro-Asiatic West Chadic #> 25354 Goemai Afro-Asiatic West Chadic #> 25356 Mina Afro-Asiatic Biu-Mandara #> 25366 Mehri Afro-Asiatic Semitic #> 25382 Lele Afro-Asiatic East Chadic #> 25393 Arabic (Iraqi) Afro-Asiatic Semitic #> 25415 Arabic (Gulf) Afro-Asiatic Semitic #> 25421 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 25459 Gude Afro-Asiatic Biu-Mandara #> 25474 Arabic (Syrian) Afro-Asiatic Semitic #> 25487 Kanakuru Afro-Asiatic West Chadic #> 25490 Masa Afro-Asiatic Masa #> 25498 Buduma Afro-Asiatic Biu-Mandara #> 25508 Kera Afro-Asiatic East Chadic #> 25509 Masa Afro-Asiatic Masa #> 25528 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 25531 Musgu Afro-Asiatic Biu-Mandara #> 25534 Uldeme Afro-Asiatic Biu-Mandara #> 25540 Lele Afro-Asiatic East Chadic #> 25549 Mbara Afro-Asiatic Biu-Mandara #> 25553 Lagwan Afro-Asiatic Biu-Mandara #> 25562 Margi Afro-Asiatic Biu-Mandara #> 25563 Ngizim Afro-Asiatic West Chadic #> 25566 Goemai Afro-Asiatic West Chadic #> 25567 Mina Afro-Asiatic Biu-Mandara #> 25578 Ron Afro-Asiatic West Chadic #> 25581 Mehri Afro-Asiatic Semitic #> 25582 Angas Afro-Asiatic West Chadic #> 25589 Pa'a Afro-Asiatic West Chadic #> 25592 Mupun Afro-Asiatic West Chadic #> 25597 Tera Afro-Asiatic Biu-Mandara #> 25605 Kanakuru Afro-Asiatic West Chadic #> 25613 Pero Afro-Asiatic West Chadic #> 25618 Miya Afro-Asiatic West Chadic #> 25620 Hausa Afro-Asiatic West Chadic #> 25642 Arabic (Iraqi) Afro-Asiatic Semitic #> 25645 Gude Afro-Asiatic Biu-Mandara #> 25648 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 25689 Arabic (Egyptian) Afro-Asiatic Semitic #> 25712 Berber (Rif) Afro-Asiatic Berber #> 25725 Arabic (Gulf) Afro-Asiatic Semitic #> 25731 Tangale Afro-Asiatic West Chadic #> 25771 Malgwa Afro-Asiatic Biu-Mandara #> 25777 Berber (Chaouia) Afro-Asiatic Berber #> 25792 Coptic Afro-Asiatic Egyptian-Coptic #> 25847 Hebrew (Modern) Afro-Asiatic Semitic #> 25887 Arabic (Syrian) Afro-Asiatic Semitic #> 25890 Burunge Afro-Asiatic Southern Cushitic #> 26066 Tigrinya Afro-Asiatic Semitic #> 26068 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 26079 Amharic Afro-Asiatic Semitic #> 26081 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 26106 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 26200 Aari Afro-Asiatic South Omotic #> 26226 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 26242 Somali Afro-Asiatic Lowland East Cushitic #> 26271 Sidaama Afro-Asiatic Highland East Cushitic #> 26354 Beja Afro-Asiatic Beja #> 26363 Chaha Afro-Asiatic Semitic #> 26370 Soddo Afro-Asiatic Semitic #> 26372 Tigré Afro-Asiatic Semitic #> 26409 Wolaytta Afro-Asiatic North Omotic #> 26435 Iraqw Afro-Asiatic Southern Cushitic #> 26437 Gimira Afro-Asiatic North Omotic #> 26463 Dime Afro-Asiatic South Omotic #> 26486 Kemant Afro-Asiatic Central Cushitic #> 26498 Zayse Afro-Asiatic North Omotic #> 26576 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 26577 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 26603 Tigrinya Afro-Asiatic Semitic #> 26605 Amharic Afro-Asiatic Semitic #> 26606 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 26695 Kemant Afro-Asiatic Central Cushitic #> 26707 Iraqw Afro-Asiatic Southern Cushitic #> 26729 Tigrinya Afro-Asiatic Semitic #> 26742 Zayse Afro-Asiatic North Omotic #> 26745 Somali Afro-Asiatic Lowland East Cushitic #> 26797 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 26809 Amharic Afro-Asiatic Semitic #> 26817 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 26820 Gimira Afro-Asiatic North Omotic #> 26906 Tigré Afro-Asiatic Semitic #> 26918 Beja Afro-Asiatic Beja #> 26921 Dime Afro-Asiatic South Omotic #> 26941 Chaha Afro-Asiatic Semitic #> 27038 Soddo Afro-Asiatic Semitic #> 27039 Wolaytta Afro-Asiatic North Omotic #> 27040 Sidaama Afro-Asiatic Highland East Cushitic #> 27091 Tigrinya Afro-Asiatic Semitic #> 27103 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 27104 Chaha Afro-Asiatic Semitic #> 27121 Sidaama Afro-Asiatic Highland East Cushitic #> 27139 Kemant Afro-Asiatic Central Cushitic #> 27161 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 27169 Wolaytta Afro-Asiatic North Omotic #> 27267 Gimira Afro-Asiatic North Omotic #> 27270 Dime Afro-Asiatic South Omotic #> 27278 Beja Afro-Asiatic Beja #> 27315 Amharic Afro-Asiatic Semitic #> 27337 Somali Afro-Asiatic Lowland East Cushitic #> 27365 Tigré Afro-Asiatic Semitic #> 27394 Soddo Afro-Asiatic Semitic #> 27438 Zayse Afro-Asiatic North Omotic #> 27448 Iraqw Afro-Asiatic Southern Cushitic #> 27469 Sidaama Afro-Asiatic Highland East Cushitic #> 27503 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 27520 Somali Afro-Asiatic Lowland East Cushitic #> 27532 Soddo Afro-Asiatic Semitic #> 27540 Beja Afro-Asiatic Beja #> 27550 Tigré Afro-Asiatic Semitic #> 27569 Chaha Afro-Asiatic Semitic #> 27607 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 27608 Amharic Afro-Asiatic Semitic #> 27612 Tigrinya Afro-Asiatic Semitic #> 27630 Wolaytta Afro-Asiatic North Omotic #> 27653 Kemant Afro-Asiatic Central Cushitic #> 27654 Zayse Afro-Asiatic North Omotic #> 27768 Dime Afro-Asiatic South Omotic #> 27790 Gimira Afro-Asiatic North Omotic #> 27802 Iraqw Afro-Asiatic Southern Cushitic #> 27934 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 27938 Beja Afro-Asiatic Beja #> 27939 Somali Afro-Asiatic Lowland East Cushitic #> 27985 Tigré Afro-Asiatic Semitic #> 28004 Sidaama Afro-Asiatic Highland East Cushitic #> 28006 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 28013 Soddo Afro-Asiatic Semitic #> 28091 Chaha Afro-Asiatic Semitic #> 28158 Wolaytta Afro-Asiatic North Omotic #> 28180 Zayse Afro-Asiatic North Omotic #> 28203 Iraqw Afro-Asiatic Southern Cushitic #> 28245 Kemant Afro-Asiatic Central Cushitic #> 28256 Dime Afro-Asiatic South Omotic #> 28261 Gimira Afro-Asiatic North Omotic #> 28316 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 28329 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 28330 Tigrinya Afro-Asiatic Semitic #> 28341 Amharic Afro-Asiatic Semitic #> 28395 Arabic (Modern Standard) Afro-Asiatic Semitic #> 28403 Berber (Figuig) Afro-Asiatic Berber #> 28419 Arabic (Syrian) Afro-Asiatic Semitic #> 28421 Berber (Chaouia) Afro-Asiatic Berber #> 28423 Mehri Afro-Asiatic Semitic #> 28435 Arabic (Moroccan) Afro-Asiatic Semitic #> 28436 Hdi Afro-Asiatic Biu-Mandara #> 28437 Miya Afro-Asiatic West Chadic #> 28440 Kabyle Afro-Asiatic Berber #> 28445 Lamang Afro-Asiatic Biu-Mandara #> 28449 Tamashek Afro-Asiatic Berber #> 28452 Podoko Afro-Asiatic Biu-Mandara #> 28508 Kabyle Afro-Asiatic Berber #> 28510 Tamashek Afro-Asiatic Berber #> 28520 Hdi Afro-Asiatic Biu-Mandara #> 28521 Arabic (Moroccan) Afro-Asiatic Semitic #> 28522 Miya Afro-Asiatic West Chadic #> 28523 Lamang Afro-Asiatic Biu-Mandara #> 28584 Arabic (Syrian) Afro-Asiatic Semitic #> 28609 Arabic (Modern Standard) Afro-Asiatic Semitic #> 28613 Berber (Chaouia) Afro-Asiatic Berber #> 28623 Berber (Figuig) Afro-Asiatic Berber #> 28658 Tamashek Afro-Asiatic Berber #> 28660 Kabyle Afro-Asiatic Berber #> 28661 Miya Afro-Asiatic West Chadic #> 28664 Arabic (Moroccan) Afro-Asiatic Semitic #> 28671 Mehri Afro-Asiatic Semitic #> 28672 Lamang Afro-Asiatic Biu-Mandara #> 28673 Podoko Afro-Asiatic Biu-Mandara #> 28675 Hdi Afro-Asiatic Biu-Mandara #> 28679 Kabyle Afro-Asiatic Berber #> 28680 Miya Afro-Asiatic West Chadic #> 28682 Lamang Afro-Asiatic Biu-Mandara #> 28683 Hdi Afro-Asiatic Biu-Mandara #> 28687 Arabic (Moroccan) Afro-Asiatic Semitic #> 28707 Mehri Afro-Asiatic Semitic #> 28754 Berber (Figuig) Afro-Asiatic Berber #> 28761 Arabic (Modern Standard) Afro-Asiatic Semitic #> 28768 Berber (Chaouia) Afro-Asiatic Berber #> 28787 Podoko Afro-Asiatic Biu-Mandara #> 28788 Tamashek Afro-Asiatic Berber #> 28814 Arabic (Syrian) Afro-Asiatic Semitic #> 28828 Mehri Afro-Asiatic Semitic #> 28829 Podoko Afro-Asiatic Biu-Mandara #> 28830 Lamang Afro-Asiatic Biu-Mandara #> 28832 Hdi Afro-Asiatic Biu-Mandara #> 28833 Miya Afro-Asiatic West Chadic #> 28856 Kabyle Afro-Asiatic Berber #> 28884 Arabic (Moroccan) Afro-Asiatic Semitic #> 28902 Tamashek Afro-Asiatic Berber #> 28932 Arabic (Syrian) Afro-Asiatic Semitic #> 28946 Berber (Figuig) Afro-Asiatic Berber #> 28958 Berber (Chaouia) Afro-Asiatic Berber #> 28976 Arabic (Modern Standard) Afro-Asiatic Semitic #> 29042 Arabic (Gulf) Afro-Asiatic Semitic #> 29061 Maltese Afro-Asiatic Semitic #> 29099 Arabic (Syrian) Afro-Asiatic Semitic #> 29108 Arabic (Eastern Libyan) Afro-Asiatic Semitic #> 29111 Arabic (Egyptian) Afro-Asiatic Semitic #> 29112 Arabic (Lebanese) Afro-Asiatic Semitic #> 29117 Arabic (Beirut) Afro-Asiatic Semitic #> 29118 Arabic (Hijazi) Afro-Asiatic Semitic #> 29123 Arabic (Palestinian) Afro-Asiatic Semitic #> 29125 Beja Afro-Asiatic Beja #> 29143 Arabic (Bani-Hassan) Afro-Asiatic Semitic #> 29147 Gorowa Afro-Asiatic Southern Cushitic #> 29150 Kera Afro-Asiatic East Chadic #> 29181 Arabic (Negev) Afro-Asiatic Semitic #> 29186 Iraqw Afro-Asiatic Southern Cushitic #> 29207 Saho Afro-Asiatic Lowland East Cushitic #> 29215 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 29369 Hebrew (Modern) Afro-Asiatic Semitic #> 29406 Tashlhiyt Afro-Asiatic Berber #> 29446 Neo-Aramaic (Assyrian) Afro-Asiatic Semitic #> 29466 Berber (Middle Atlas) Afro-Asiatic Berber #> 29562 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 29615 Tashlhiyt Afro-Asiatic Berber #> 29660 Hebrew (Modern) Afro-Asiatic Semitic #> 29717 Beja Afro-Asiatic Beja #> 29730 Berber (Middle Atlas) Afro-Asiatic Berber #> 29736 Neo-Aramaic (Assyrian) Afro-Asiatic Semitic #> 29819 Arabic (Gulf) Afro-Asiatic Semitic #> 29849 Arabic (Syrian) Afro-Asiatic Semitic #> 29854 Arabic (Lebanese) Afro-Asiatic Semitic #> 29855 Arabic (Beirut) Afro-Asiatic Semitic #> 29863 Gorowa Afro-Asiatic Southern Cushitic #> 29867 Arabic (Hijazi) Afro-Asiatic Semitic #> 29946 Saho Afro-Asiatic Lowland East Cushitic #> 29954 Kera Afro-Asiatic East Chadic #> 29959 Arabic (Negev) Afro-Asiatic Semitic #> 29960 Arabic (Palestinian) Afro-Asiatic Semitic #> 29966 Arabic (Eastern Libyan) Afro-Asiatic Semitic #> 29978 Arabic (Egyptian) Afro-Asiatic Semitic #> 29980 Iraqw Afro-Asiatic Southern Cushitic #> 29986 Arabic (Bani-Hassan) Afro-Asiatic Semitic #> 29989 Maltese Afro-Asiatic Semitic #> 29995 Arabic (Negev) Afro-Asiatic Semitic #> 29996 Arabic (Beirut) Afro-Asiatic Semitic #> 30063 Arabic (Syrian) Afro-Asiatic Semitic #> 30087 Hebrew (Modern) Afro-Asiatic Semitic #> 30121 Arabic (Palestinian) Afro-Asiatic Semitic #> 30146 Arabic (Egyptian) Afro-Asiatic Semitic #> 30169 Arabic (Eastern Libyan) Afro-Asiatic Semitic #> 30202 Maltese Afro-Asiatic Semitic #> 30229 Iraqw Afro-Asiatic Southern Cushitic #> 30267 Kera Afro-Asiatic East Chadic #> 30268 Gorowa Afro-Asiatic Southern Cushitic #> 30281 Tashlhiyt Afro-Asiatic Berber #> 30323 Kera Afro-Asiatic East Chadic #> 30384 Awngi Afro-Asiatic Central Cushitic #> 30395 Lamé Afro-Asiatic Masa #> 30398 Tashlhiyt Afro-Asiatic Berber #> 30428 Soqotri Afro-Asiatic Semitic #> 30461 Tera Afro-Asiatic Biu-Mandara #> 30475 Tuareg (Ahaggar) Afro-Asiatic Berber #> 30481 Ngizim Afro-Asiatic West Chadic #> 30492 Arabic (Egyptian) Afro-Asiatic Semitic #> 30546 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 30559 Dizi Afro-Asiatic Dizoid #> 30567 Kullo Afro-Asiatic North Omotic #> 30584 Beja Afro-Asiatic Beja #> 30587 Angas Afro-Asiatic West Chadic #> 30614 Dangaléat (Western) Afro-Asiatic East Chadic #> 30615 Kefa Afro-Asiatic South Omotic #> 30619 Iraqw Afro-Asiatic Southern Cushitic #> 30638 Dahalo Afro-Asiatic Dahalo #> 30655 Hausa Afro-Asiatic West Chadic #> 30664 Kotoko Afro-Asiatic Biu-Mandara #> 30685 Berber (Middle Atlas) Afro-Asiatic Berber #> 30691 Hamer Afro-Asiatic South Omotic #> 30699 Kanakuru Afro-Asiatic West Chadic #> 30725 Amharic Afro-Asiatic Semitic #> 30729 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 30744 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 30759 Margi Afro-Asiatic Biu-Mandara #> 30795 Tigré Afro-Asiatic Semitic #> 30809 Somali Afro-Asiatic Lowland East Cushitic #> 30893 Tera Afro-Asiatic Biu-Mandara #> 30897 Angas Afro-Asiatic West Chadic #> 30915 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 30930 Kefa Afro-Asiatic South Omotic #> 30957 Lamé Afro-Asiatic Masa #> 30968 Hausa Afro-Asiatic West Chadic #> 30977 Dangaléat (Western) Afro-Asiatic East Chadic #> 31012 Kera Afro-Asiatic East Chadic #> 31054 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 31058 Hamer Afro-Asiatic South Omotic #> 31106 Margi Afro-Asiatic Biu-Mandara #> 31110 Beja Afro-Asiatic Beja #> 31197 Kanakuru Afro-Asiatic West Chadic #> 31226 Kullo Afro-Asiatic North Omotic #> 31237 Dizi Afro-Asiatic Dizoid #> 31247 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 31253 Ngizim Afro-Asiatic West Chadic #> 31313 Amharic Afro-Asiatic Semitic #> 31328 Tuareg (Ahaggar) Afro-Asiatic Berber #> 31330 Awngi Afro-Asiatic Central Cushitic #> 31375 Kotoko Afro-Asiatic Biu-Mandara #> 31389 Somali Afro-Asiatic Lowland East Cushitic #> 31391 Soqotri Afro-Asiatic Semitic #> 31396 Tashlhiyt Afro-Asiatic Berber #> 31397 Tigré Afro-Asiatic Semitic #> 31402 Berber (Middle Atlas) Afro-Asiatic Berber #> 31403 Iraqw Afro-Asiatic Southern Cushitic #> 31404 Arabic (Egyptian) Afro-Asiatic Semitic #> 31449 Dahalo Afro-Asiatic Dahalo #> 31468 Berber (Middle Atlas) Afro-Asiatic Berber #> 31528 Tashlhiyt Afro-Asiatic Berber #> 31529 Margi Afro-Asiatic Biu-Mandara #> 31559 Tigré Afro-Asiatic Semitic #> 31566 Kefa Afro-Asiatic South Omotic #> 31591 Beja Afro-Asiatic Beja #> 31608 Kera Afro-Asiatic East Chadic #> 31625 Tera Afro-Asiatic Biu-Mandara #> 31628 Soqotri Afro-Asiatic Semitic #> 31641 Lamé Afro-Asiatic Masa #> 31652 Ngizim Afro-Asiatic West Chadic #> 31664 Kullo Afro-Asiatic North Omotic #> 31665 Hausa Afro-Asiatic West Chadic #> 31688 Dahalo Afro-Asiatic Dahalo #> 31700 Arabic (Egyptian) Afro-Asiatic Semitic #> 31716 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 31726 Hamer Afro-Asiatic South Omotic #> 31738 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 31740 Kanakuru Afro-Asiatic West Chadic #> 31757 Iraqw Afro-Asiatic Southern Cushitic #> 31812 Dizi Afro-Asiatic Dizoid #> 31828 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 31880 Angas Afro-Asiatic West Chadic #> 31919 Somali Afro-Asiatic Lowland East Cushitic #> 31941 Amharic Afro-Asiatic Semitic #> 31968 Awngi Afro-Asiatic Central Cushitic #> 31985 Tuareg (Ahaggar) Afro-Asiatic Berber #> 31996 Dangaléat (Western) Afro-Asiatic East Chadic #> 32005 Kotoko Afro-Asiatic Biu-Mandara #> 32129 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 32143 Tera Afro-Asiatic Biu-Mandara #> 32148 Hausa Afro-Asiatic West Chadic #> 32163 Beja Afro-Asiatic Beja #> 32164 Berber (Middle Atlas) Afro-Asiatic Berber #> 32165 Hebrew (Modern) Afro-Asiatic Semitic #> 32167 Arabic (Egyptian) Afro-Asiatic Semitic #> 32205 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 32234 Berber (Middle Atlas) Afro-Asiatic Berber #> 32243 Beja Afro-Asiatic Beja #> 32281 Tera Afro-Asiatic Biu-Mandara #> 32283 Arabic (Egyptian) Afro-Asiatic Semitic #> 32309 Margi Afro-Asiatic Biu-Mandara #> 32331 Hebrew (Modern) Afro-Asiatic Semitic #> 32341 Hausa Afro-Asiatic West Chadic #> 32378 Tera Afro-Asiatic Biu-Mandara #> 32424 Beja Afro-Asiatic Beja #> 32425 Margi Afro-Asiatic Biu-Mandara #> 32450 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 32451 Berber (Middle Atlas) Afro-Asiatic Berber #> 32456 Hausa Afro-Asiatic West Chadic #> 32489 Hebrew (Modern) Afro-Asiatic Semitic #> 32491 Arabic (Egyptian) Afro-Asiatic Semitic #> 32562 Beja Afro-Asiatic Beja #> 32575 Hebrew (Modern) Afro-Asiatic Semitic #> 32585 Hausa Afro-Asiatic West Chadic #> 32590 Arabic (Egyptian) Afro-Asiatic Semitic #> 32610 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 32612 Berber (Middle Atlas) Afro-Asiatic Berber #> 32726 Hebrew (Modern) Afro-Asiatic Semitic #> 32739 Beja Afro-Asiatic Beja #> 32747 Dizi Afro-Asiatic Dizoid #> 32757 Berber (Middle Atlas) Afro-Asiatic Berber #> 32791 Hausa Afro-Asiatic West Chadic #> 32861 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 32877 Arabic (Egyptian) Afro-Asiatic Semitic #> 33025 Hausa Afro-Asiatic West Chadic #> 33031 Berber (Middle Atlas) Afro-Asiatic Berber #> 33044 Beja Afro-Asiatic Beja #> 33058 Hebrew (Modern) Afro-Asiatic Semitic #> 33078 Dizi Afro-Asiatic Dizoid #> 33097 Arabic (Egyptian) Afro-Asiatic Semitic #> 33117 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 33182 Beja Afro-Asiatic Beja #> 33205 Berber (Middle Atlas) Afro-Asiatic Berber #> 33235 Hebrew (Modern) Afro-Asiatic Semitic #> 33289 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 33318 Hausa Afro-Asiatic West Chadic #> 33333 Arabic (Egyptian) Afro-Asiatic Semitic #> 33334 Dizi Afro-Asiatic Dizoid #> 33377 Beja Afro-Asiatic Beja #> 33421 Berber (Middle Atlas) Afro-Asiatic Berber #> 33451 Hebrew (Modern) Afro-Asiatic Semitic #> 33454 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 33511 Dizi Afro-Asiatic Dizoid #> 33567 Arabic (Egyptian) Afro-Asiatic Semitic #> 33584 Hausa Afro-Asiatic West Chadic #> 33609 Mupun Afro-Asiatic West Chadic #> 33655 Goemai Afro-Asiatic West Chadic #> 33665 Angas Afro-Asiatic West Chadic #> 33682 Hausa Afro-Asiatic West Chadic #> 33734 Ngizim Afro-Asiatic West Chadic #> 33757 Wolaytta Afro-Asiatic North Omotic #> 33758 Iraqw Afro-Asiatic Southern Cushitic #> 33848 Zayse Afro-Asiatic North Omotic #> 33851 Arabic (Modern Standard) Afro-Asiatic Semitic #> 33859 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 33878 Pa'a Afro-Asiatic West Chadic #> 33903 Burunge Afro-Asiatic Southern Cushitic #> 33910 Musgu Afro-Asiatic Biu-Mandara #> 33929 Gude Afro-Asiatic Biu-Mandara #> 33939 Bilin Afro-Asiatic Central Cushitic #> 33943 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 33949 Lele Afro-Asiatic East Chadic #> 33958 Aari Afro-Asiatic South Omotic #> 33963 Dime Afro-Asiatic South Omotic #> 33974 Kemant Afro-Asiatic Central Cushitic #> 33993 Kanakuru Afro-Asiatic West Chadic #> 34034 Lamang Afro-Asiatic Biu-Mandara #> 34038 Sidaama Afro-Asiatic Highland East Cushitic #> 34043 Malgwa Afro-Asiatic Biu-Mandara #> 34045 Miya Afro-Asiatic West Chadic #> 34063 Kera Afro-Asiatic East Chadic #> 34068 Gimira Afro-Asiatic North Omotic #> 34076 Somali Afro-Asiatic Lowland East Cushitic #> 34095 Tera Afro-Asiatic Biu-Mandara #> 34110 Mbara Afro-Asiatic Biu-Mandara #> 34155 Arabic (Syrian) Afro-Asiatic Semitic #> 34158 Margi Afro-Asiatic Biu-Mandara #> 34159 Arabic (Moroccan) Afro-Asiatic Semitic #> 34197 Amharic Afro-Asiatic Semitic #> 34208 Arabic (Gulf) Afro-Asiatic Semitic #> 34209 Beja Afro-Asiatic Beja #> 34228 Tigré Afro-Asiatic Semitic #> 34233 Hebrew (Modern) Afro-Asiatic Semitic #> 34252 Arabic (Egyptian) Afro-Asiatic Semitic #> 34267 Buduma Afro-Asiatic Biu-Mandara #> 34285 Mehri Afro-Asiatic Semitic #> 34296 Chaha Afro-Asiatic Semitic #> 34301 Tamashek Afro-Asiatic Berber #> 34318 Pero Afro-Asiatic West Chadic #> 34324 Arabic (Iraqi) Afro-Asiatic Semitic #> 34343 Berber (Middle Atlas) Afro-Asiatic Berber #> 34373 Lagwan Afro-Asiatic Biu-Mandara #> 34444 Tashlhiyt Afro-Asiatic Berber #> 34451 Tuareg (Ghat) Afro-Asiatic Berber #> 34461 Berber (Rif) Afro-Asiatic Berber #> 34465 Berber (Figuig) Afro-Asiatic Berber #> 34481 Coptic Afro-Asiatic Egyptian-Coptic #> 34536 Uldeme Afro-Asiatic Biu-Mandara #> 34568 Amharic Afro-Asiatic Semitic #> 34577 Dahalo Afro-Asiatic Dahalo #> 34585 Bole Afro-Asiatic West Chadic #> 34597 Tigrinya Afro-Asiatic Semitic #> 34609 Arabic (Syrian) Afro-Asiatic Semitic #> 34623 Berber (Middle Atlas) Afro-Asiatic Berber #> 34668 Miya Afro-Asiatic West Chadic #> 34704 Harari Afro-Asiatic Semitic #> 34742 Hausa Afro-Asiatic West Chadic #> 34746 Chaha Afro-Asiatic Semitic #> 34756 Tigré Afro-Asiatic Semitic #> 34759 Beja Afro-Asiatic Beja #> 34762 Muher Afro-Asiatic Semitic #> 34764 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 34772 Hebrew (Modern) Afro-Asiatic Semitic #> 34774 Somali Afro-Asiatic Lowland East Cushitic #> 34818 Arabic (Egyptian) Afro-Asiatic Semitic #> 34952 Iraqw Afro-Asiatic Southern Cushitic #> 34953 Kera Afro-Asiatic East Chadic #> 34964 Hebrew (Modern) Afro-Asiatic Semitic #> 34993 Arabic (Egyptian) Afro-Asiatic Semitic #> 34998 Berber (Middle Atlas) Afro-Asiatic Berber #> 35037 Beja Afro-Asiatic Beja #> 35056 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 35105 Hausa Afro-Asiatic West Chadic #> 35134 Hausa Afro-Asiatic West Chadic #> 35172 Kera Afro-Asiatic East Chadic #> 35187 Arabic (Egyptian) Afro-Asiatic Semitic #> 35191 Iraqw Afro-Asiatic Southern Cushitic #> 35218 Beja Afro-Asiatic Beja #> 35225 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 35236 Hebrew (Modern) Afro-Asiatic Semitic #> 35305 Berber (Middle Atlas) Afro-Asiatic Berber #> 35445 Somali Afro-Asiatic Lowland East Cushitic #> 35491 Awngi Afro-Asiatic Central Cushitic #> 35556 Dizi Afro-Asiatic Dizoid #> 35570 Kanakuru Afro-Asiatic West Chadic #> 35592 Dangaléat (Western) Afro-Asiatic East Chadic #> 35612 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 35646 Beja Afro-Asiatic Beja #> 35651 Kotoko Afro-Asiatic Biu-Mandara #> 35672 Kefa Afro-Asiatic South Omotic #> 35678 Tuareg (Ahaggar) Afro-Asiatic Berber #> 35709 Kera Afro-Asiatic East Chadic #> 35730 Hamer Afro-Asiatic South Omotic #> 35734 Soqotri Afro-Asiatic Semitic #> 35739 Kullo Afro-Asiatic North Omotic #> 35740 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 35742 Hausa Afro-Asiatic West Chadic #> 35750 Angas Afro-Asiatic West Chadic #> 35752 Arabic (Egyptian) Afro-Asiatic Semitic #> 35776 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 35780 Amharic Afro-Asiatic Semitic #> 35786 Lamé Afro-Asiatic Masa #> 35789 Tigré Afro-Asiatic Semitic #> 35822 Tera Afro-Asiatic Biu-Mandara #> 35835 Berber (Middle Atlas) Afro-Asiatic Berber #> 35841 Tashlhiyt Afro-Asiatic Berber #> 35848 Ngizim Afro-Asiatic West Chadic #> 35850 Margi Afro-Asiatic Biu-Mandara #> 35874 Iraqw Afro-Asiatic Southern Cushitic #> 35881 Dahalo Afro-Asiatic Dahalo #> 36035 Hausa Afro-Asiatic West Chadic #> 36037 Lele Afro-Asiatic East Chadic #> 36040 Amharic Afro-Asiatic Semitic #> 36041 Maltese Afro-Asiatic Semitic #> 36043 Arabic (Syrian) Afro-Asiatic Semitic #> 36049 Bayso Afro-Asiatic Lowland East Cushitic #> 36050 Arbore Afro-Asiatic Lowland East Cushitic #> 36051 Arabic (Egyptian) Afro-Asiatic Semitic #> 36052 Beja Afro-Asiatic Beja #> 36054 Miya Afro-Asiatic West Chadic #> 36055 Dizi Afro-Asiatic Dizoid #> 36056 Qafar Afro-Asiatic Lowland East Cushitic #> 36057 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 36070 Hebrew (Modern) Afro-Asiatic Semitic #> 36071 Alagwa Afro-Asiatic Southern Cushitic #> 36075 Rendille Afro-Asiatic Lowland East Cushitic #> 36076 Berber (Middle Atlas) Afro-Asiatic Berber #> 36079 Iraqw Afro-Asiatic Southern Cushitic #> 36081 Arabic (Gulf) Afro-Asiatic Semitic #> 36082 Tigré Afro-Asiatic Semitic #> 36292 Beja Afro-Asiatic Beja #> 36294 Alagwa Afro-Asiatic Southern Cushitic #> 36297 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 36305 Arbore Afro-Asiatic Lowland East Cushitic #> 36310 Arabic (Syrian) Afro-Asiatic Semitic #> 36311 Berber (Middle Atlas) Afro-Asiatic Berber #> 36312 Bayso Afro-Asiatic Lowland East Cushitic #> 36313 Amharic Afro-Asiatic Semitic #> 36321 Hebrew (Modern) Afro-Asiatic Semitic #> 36324 Dizi Afro-Asiatic Dizoid #> 36333 Arabic (Gulf) Afro-Asiatic Semitic #> 36340 Qafar Afro-Asiatic Lowland East Cushitic #> 36355 Hausa Afro-Asiatic West Chadic #> 36356 Miya Afro-Asiatic West Chadic #> 36357 Rendille Afro-Asiatic Lowland East Cushitic #> 36358 Tigré Afro-Asiatic Semitic #> 36362 Maltese Afro-Asiatic Semitic #> 36365 Lele Afro-Asiatic East Chadic #> 36367 Arabic (Egyptian) Afro-Asiatic Semitic #> 36370 Iraqw Afro-Asiatic Southern Cushitic #> 36584 Dizi Afro-Asiatic Dizoid #> 36600 Arabic (Gulf) Afro-Asiatic Semitic #> 36601 Hausa Afro-Asiatic West Chadic #> 36602 Lele Afro-Asiatic East Chadic #> 36603 Arbore Afro-Asiatic Lowland East Cushitic #> 36609 Bayso Afro-Asiatic Lowland East Cushitic #> 36610 Beja Afro-Asiatic Beja #> 36615 Amharic Afro-Asiatic Semitic #> 36623 Arabic (Syrian) Afro-Asiatic Semitic #> 36627 Hebrew (Modern) Afro-Asiatic Semitic #> 36629 Qafar Afro-Asiatic Lowland East Cushitic #> 36631 Berber (Middle Atlas) Afro-Asiatic Berber #> 36634 Maltese Afro-Asiatic Semitic #> 36637 Rendille Afro-Asiatic Lowland East Cushitic #> 36638 Miya Afro-Asiatic West Chadic #> 36640 Tigré Afro-Asiatic Semitic #> 36643 Arabic (Egyptian) Afro-Asiatic Semitic #> 36648 Alagwa Afro-Asiatic Southern Cushitic #> 36650 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 36653 Iraqw Afro-Asiatic Southern Cushitic #> 36708 Kera Afro-Asiatic East Chadic #> 36790 Gude Afro-Asiatic Biu-Mandara #> 36798 Zayse Afro-Asiatic North Omotic #> 36804 Kemant Afro-Asiatic Central Cushitic #> 36818 Masa Afro-Asiatic Masa #> 36823 Hdi Afro-Asiatic Biu-Mandara #> 36874 Wolaytta Afro-Asiatic North Omotic #> 36882 Miya Afro-Asiatic West Chadic #> 36957 Bidiya Afro-Asiatic East Chadic #> 36977 Mehri Afro-Asiatic Semitic #> 36993 Hebrew (Modern) Afro-Asiatic Semitic #> 37001 Ga'anda Afro-Asiatic Biu-Mandara #> 37033 Beja Afro-Asiatic Beja #> 37035 Bilin Afro-Asiatic Central Cushitic #> 37051 Hausa Afro-Asiatic West Chadic #> 37078 Kanakuru Afro-Asiatic West Chadic #> 37090 Ngizim Afro-Asiatic West Chadic #> 37095 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 37099 Gamo Afro-Asiatic North Omotic #> 37101 Lamang Afro-Asiatic Biu-Mandara #> 37102 Musgu Afro-Asiatic Biu-Mandara #> 37128 Iraqw Afro-Asiatic Southern Cushitic #> 37136 Burunge Afro-Asiatic Southern Cushitic #> 37137 Mbara Afro-Asiatic Biu-Mandara #> 37144 Lele Afro-Asiatic East Chadic #> 37154 Chaldean (Modern) Afro-Asiatic Semitic #> 37160 Malgwa Afro-Asiatic Biu-Mandara #> 37201 Berber (Mzab) Afro-Asiatic Berber #> 37202 Buduma Afro-Asiatic Biu-Mandara #> 37217 Somali Afro-Asiatic Lowland East Cushitic #> 37236 Sidaama Afro-Asiatic Highland East Cushitic #> 37265 Gimira Afro-Asiatic North Omotic #> 37269 Pa'a Afro-Asiatic West Chadic #> 37285 Tigrinya Afro-Asiatic Semitic #> 37289 Amharic Afro-Asiatic Semitic #> 37319 Berber (Middle Atlas) Afro-Asiatic Berber #> 37321 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 37323 Tigré Afro-Asiatic Semitic #> 37324 Arabic (Egyptian) Afro-Asiatic Semitic #> 37327 Arabic (Gulf) Afro-Asiatic Semitic #> 37328 Berber (Figuig) Afro-Asiatic Berber #> 37329 Arabic (Syrian) Afro-Asiatic Semitic #> 37330 Berber (Rif) Afro-Asiatic Berber #> 37331 Arabic (Moroccan) Afro-Asiatic Semitic #> 37333 Tamashek Afro-Asiatic Berber #> 37342 Tuareg (Ghat) Afro-Asiatic Berber #> 37348 Tashlhiyt Afro-Asiatic Berber #> 37350 Arabic (Iraqi) Afro-Asiatic Semitic #> 37353 Lagwan Afro-Asiatic Biu-Mandara #> 37355 Berber (Siwa) Afro-Asiatic Berber #> 37389 Giziga Afro-Asiatic Biu-Mandara #> 37397 Angas Afro-Asiatic West Chadic #> 37415 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 37439 Goemai Afro-Asiatic West Chadic #> 37450 Mupun Afro-Asiatic West Chadic #> 37474 Uldeme Afro-Asiatic Biu-Mandara #> 37525 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 37547 Dime Afro-Asiatic South Omotic #> 37558 Mina Afro-Asiatic Biu-Mandara #> 37581 Tera Afro-Asiatic Biu-Mandara #> 37616 Margi Afro-Asiatic Biu-Mandara #> 37638 Aari Afro-Asiatic South Omotic #> 37640 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 37655 Chaha Afro-Asiatic Semitic #> 37665 Pero Afro-Asiatic West Chadic #> 37673 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 37718 Coptic Afro-Asiatic Egyptian-Coptic #> 37762 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 37787 Lele Afro-Asiatic East Chadic #> 37795 Pero Afro-Asiatic West Chadic #> 37815 Lamang Afro-Asiatic Biu-Mandara #> 37852 Hdi Afro-Asiatic Biu-Mandara #> 37882 Mehri Afro-Asiatic Semitic #> 37885 Arabic (Egyptian) Afro-Asiatic Semitic #> 37897 Kemant Afro-Asiatic Central Cushitic #> 37899 Soqotri Afro-Asiatic Semitic #> 37906 Qafar Afro-Asiatic Lowland East Cushitic #> 37908 Somali Afro-Asiatic Lowland East Cushitic #> 37928 Hausa Afro-Asiatic West Chadic #> 37939 Dullay (Gollango) Afro-Asiatic Lowland East Cushitic #> 37945 Buduma Afro-Asiatic Biu-Mandara #> 37948 Iraqw Afro-Asiatic Southern Cushitic #> 37953 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 37962 Coptic Afro-Asiatic Egyptian-Coptic #> 37977 Hebrew (Modern) Afro-Asiatic Semitic #> 37981 Maltese Afro-Asiatic Semitic #> 37982 Zayse Afro-Asiatic North Omotic #> 37988 Migama Afro-Asiatic East Chadic #> 37995 Tigrinya Afro-Asiatic Semitic #> 38002 Miya Afro-Asiatic West Chadic #> 38010 Dahalo Afro-Asiatic Dahalo #> 38103 Arabic (Egyptian) Afro-Asiatic Semitic #> 38110 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 38111 Kera Afro-Asiatic East Chadic #> 38121 Amharic Afro-Asiatic Semitic #> 38159 Mehri Afro-Asiatic Semitic #> 38161 Iraqw Afro-Asiatic Southern Cushitic #> 38162 Beja Afro-Asiatic Beja #> 38165 Hebrew (Modern) Afro-Asiatic Semitic #> 38204 Berber (Middle Atlas) Afro-Asiatic Berber #> 38209 Hausa Afro-Asiatic West Chadic #> 38294 Mupun Afro-Asiatic West Chadic #> 38349 Margi Afro-Asiatic Biu-Mandara #> 38383 Amharic Afro-Asiatic Semitic #> 38445 Hausa Afro-Asiatic West Chadic #> 38446 Kera Afro-Asiatic East Chadic #> 38455 Gude Afro-Asiatic Biu-Mandara #> 38474 Maltese Afro-Asiatic Semitic #> 38481 Arabic (Egyptian) Afro-Asiatic Semitic #> 38496 Hebrew (Modern) Afro-Asiatic Semitic #> 38524 Coptic Afro-Asiatic Egyptian-Coptic #> 38528 Uldeme Afro-Asiatic Biu-Mandara #> 38542 Margi Afro-Asiatic Biu-Mandara #> 38554 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 38575 Tigré Afro-Asiatic Semitic #> 38590 Berber (Rif) Afro-Asiatic Berber #> 38601 Lamang Afro-Asiatic Biu-Mandara #> 38620 Ngizim Afro-Asiatic West Chadic #> 38636 Mupun Afro-Asiatic West Chadic #> 38644 Goemai Afro-Asiatic West Chadic #> 38652 Dime Afro-Asiatic South Omotic #> 38664 Kera Afro-Asiatic East Chadic #> 38675 Ron Afro-Asiatic West Chadic #> 38678 Amharic Afro-Asiatic Semitic #> 38687 Zayse Afro-Asiatic North Omotic #> 38698 Miya Afro-Asiatic West Chadic #> 38708 Hausa Afro-Asiatic West Chadic #> 38746 Musgu Afro-Asiatic Biu-Mandara #> 38790 Chaha Afro-Asiatic Semitic #> 38791 Tigrinya Afro-Asiatic Semitic #> 38800 Arabic (Modern Standard) Afro-Asiatic Semitic #> 38815 Ga'anda Afro-Asiatic Biu-Mandara #> 38817 Kanakuru Afro-Asiatic West Chadic #> 38821 Arabic (Syrian) Afro-Asiatic Semitic #> 38824 Mbara Afro-Asiatic Biu-Mandara #> 38825 Aari Afro-Asiatic South Omotic #> 38827 Arabic (Iraqi) Afro-Asiatic Semitic #> 38833 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 38835 Gamo Afro-Asiatic North Omotic #> 38841 Beja Afro-Asiatic Beja #> 38842 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 38846 Tangale Afro-Asiatic West Chadic #> 38849 Hebrew (Modern) Afro-Asiatic Semitic #> 38852 Lagwan Afro-Asiatic Biu-Mandara #> 38860 Mokilko Afro-Asiatic East Chadic #> 38866 Arabic (Moroccan) Afro-Asiatic Semitic #> 38870 Pero Afro-Asiatic West Chadic #> 38871 Arabic (Gulf) Afro-Asiatic Semitic #> 38873 Arabic (Egyptian) Afro-Asiatic Semitic #> 38874 Somali Afro-Asiatic Lowland East Cushitic #> 38880 Burunge Afro-Asiatic Southern Cushitic #> 38889 Gude Afro-Asiatic Biu-Mandara #> 38914 Tashlhiyt Afro-Asiatic Berber #> 38943 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 39014 Iraqw Afro-Asiatic Southern Cushitic #> 39065 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 39073 Qafar Afro-Asiatic Lowland East Cushitic #> 39088 Berber (Siwa) Afro-Asiatic Berber #> 39097 Sidaama Afro-Asiatic Highland East Cushitic #> 39098 Berber (Figuig) Afro-Asiatic Berber #> 39135 Coptic Afro-Asiatic Egyptian-Coptic #> 39144 Hausa Afro-Asiatic West Chadic #> 39163 Lamang Afro-Asiatic Biu-Mandara #> 39171 Mupun Afro-Asiatic West Chadic #> 39185 Miya Afro-Asiatic West Chadic #> 39186 Ngizim Afro-Asiatic West Chadic #> 39210 Arabic (Iraqi) Afro-Asiatic Semitic #> 39227 Lele Afro-Asiatic East Chadic #> 39242 Tigré Afro-Asiatic Semitic #> 39244 Amharic Afro-Asiatic Semitic #> 39254 Berber (Rif) Afro-Asiatic Berber #> 39261 Chaha Afro-Asiatic Semitic #> 39264 Tigrinya Afro-Asiatic Semitic #> 39282 Hebrew (Modern) Afro-Asiatic Semitic #> 39307 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 39332 Musgu Afro-Asiatic Biu-Mandara #> 39345 Pa'a Afro-Asiatic West Chadic #> 39352 Ga'anda Afro-Asiatic Biu-Mandara #> 39357 Arabic (Moroccan) Afro-Asiatic Semitic #> 39366 Tashlhiyt Afro-Asiatic Berber #> 39373 Aari Afro-Asiatic South Omotic #> 39385 Masa Afro-Asiatic Masa #> 39388 Pero Afro-Asiatic West Chadic #> 39393 Arabic (Gulf) Afro-Asiatic Semitic #> 39406 Margi Afro-Asiatic Biu-Mandara #> 39407 Arabic (Egyptian) Afro-Asiatic Semitic #> 39411 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 39420 Goemai Afro-Asiatic West Chadic #> 39421 Zayse Afro-Asiatic North Omotic #> 39424 Arabic (Syrian) Afro-Asiatic Semitic #> 39438 Burunge Afro-Asiatic Southern Cushitic #> 39445 Somali Afro-Asiatic Lowland East Cushitic #> 39508 Berber (Figuig) Afro-Asiatic Berber #> 39527 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 39541 Qafar Afro-Asiatic Lowland East Cushitic #> 39542 Iraqw Afro-Asiatic Southern Cushitic #> 39567 Sidaama Afro-Asiatic Highland East Cushitic #> 39581 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 39640 Berber (Siwa) Afro-Asiatic Berber #> 39688 Iraqw Afro-Asiatic Southern Cushitic #> 39691 Berber (Middle Atlas) Afro-Asiatic Berber #> 39728 Hausa Afro-Asiatic West Chadic #> 39737 Beja Afro-Asiatic Beja #> 39760 Arabic (Egyptian) Afro-Asiatic Semitic #> 39788 Hebrew (Modern) Afro-Asiatic Semitic #> 39797 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 39866 Kera Afro-Asiatic East Chadic #> 40126 Somali Afro-Asiatic Lowland East Cushitic #> 40162 Kullo Afro-Asiatic North Omotic #> 40208 Iraqw Afro-Asiatic Southern Cushitic #> 40215 Kotoko Afro-Asiatic Biu-Mandara #> 40237 Kanakuru Afro-Asiatic West Chadic #> 40242 Kefa Afro-Asiatic South Omotic #> 40287 Beja Afro-Asiatic Beja #> 40295 Amharic Afro-Asiatic Semitic #> 40297 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 40347 Dangaléat (Western) Afro-Asiatic East Chadic #> 40360 Dizi Afro-Asiatic Dizoid #> 40372 Hausa Afro-Asiatic West Chadic #> 40377 Lamé Afro-Asiatic Masa #> 40379 Hamer Afro-Asiatic South Omotic #> 40385 Berber (Middle Atlas) Afro-Asiatic Berber #> 40389 Arabic (Egyptian) Afro-Asiatic Semitic #> 40396 Tigré Afro-Asiatic Semitic #> 40414 Soqotri Afro-Asiatic Semitic #> 40417 Margi Afro-Asiatic Biu-Mandara #> 40420 Ngizim Afro-Asiatic West Chadic #> 40428 Tera Afro-Asiatic Biu-Mandara #> 40439 Dahalo Afro-Asiatic Dahalo #> 40442 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 40445 Awngi Afro-Asiatic Central Cushitic #> 40459 Tashlhiyt Afro-Asiatic Berber #> 40463 Kera Afro-Asiatic East Chadic #> 40466 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 40475 Tuareg (Ahaggar) Afro-Asiatic Berber #> 40503 Angas Afro-Asiatic West Chadic #> 40512 Hausa Afro-Asiatic West Chadic #> 40531 Kera Afro-Asiatic East Chadic #> 40596 Arabic (Egyptian) Afro-Asiatic Semitic #> 40610 Beja Afro-Asiatic Beja #> 40615 Hebrew (Modern) Afro-Asiatic Semitic #> 40636 Iraqw Afro-Asiatic Southern Cushitic #> 40642 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 40660 Berber (Middle Atlas) Afro-Asiatic Berber #> 40711 Kera Afro-Asiatic East Chadic #> 40714 Kwami Afro-Asiatic West Chadic #> 40715 Hebrew (Modern) Afro-Asiatic Semitic #> 40719 Arabic (Gulf) Afro-Asiatic Semitic #> 40720 Miya Afro-Asiatic West Chadic #> 40725 Maltese Afro-Asiatic Semitic #> 40743 Arabic (Egyptian) Afro-Asiatic Semitic #> 40766 Berber (Figuig) Afro-Asiatic Berber #> 40776 Wolaytta Afro-Asiatic North Omotic #> 40785 Ngizim Afro-Asiatic West Chadic #> 40808 Bade Afro-Asiatic West Chadic #> 40812 Margi Afro-Asiatic Biu-Mandara #> 40824 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 40846 Kilba Afro-Asiatic Biu-Mandara #> 40895 Kabyle Afro-Asiatic Berber #> 40914 Hdi Afro-Asiatic Biu-Mandara #> 40923 Tashlhiyt Afro-Asiatic Berber #> 40927 Hausa Afro-Asiatic West Chadic #> 40929 Iraqw Afro-Asiatic Southern Cushitic #> 40931 Somali Afro-Asiatic Lowland East Cushitic #> 40964 Kwami Afro-Asiatic West Chadic #> 40972 Arabic (Egyptian) Afro-Asiatic Semitic #> 40994 Kera Afro-Asiatic East Chadic #> 41006 Hebrew (Modern) Afro-Asiatic Semitic #> 41032 Maltese Afro-Asiatic Semitic #> 41034 Miya Afro-Asiatic West Chadic #> 41053 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 41066 Hausa Afro-Asiatic West Chadic #> 41085 Tashlhiyt Afro-Asiatic Berber #> 41086 Margi Afro-Asiatic Biu-Mandara #> 41087 Kilba Afro-Asiatic Biu-Mandara #> 41089 Ngizim Afro-Asiatic West Chadic #> 41097 Berber (Figuig) Afro-Asiatic Berber #> 41101 Kabyle Afro-Asiatic Berber #> 41106 Iraqw Afro-Asiatic Southern Cushitic #> 41107 Arabic (Gulf) Afro-Asiatic Semitic #> 41108 Wolaytta Afro-Asiatic North Omotic #> 41118 Bade Afro-Asiatic West Chadic #> 41125 Somali Afro-Asiatic Lowland East Cushitic #> 41150 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 41162 Margi Afro-Asiatic Biu-Mandara #> 41163 Hausa Afro-Asiatic West Chadic #> 41193 Iraqw Afro-Asiatic Southern Cushitic #> 41208 Miya Afro-Asiatic West Chadic #> 41233 Berber (Middle Atlas) Afro-Asiatic Berber #> 41277 Chaldean (Modern) Afro-Asiatic Semitic #> 41281 Hebrew (Modern) Afro-Asiatic Semitic #> 41329 Maltese Afro-Asiatic Semitic #> 41332 Arabic (Egyptian) Afro-Asiatic Semitic #> 41345 Pero Afro-Asiatic West Chadic #> 41361 Mupun Afro-Asiatic West Chadic #> 41368 Amharic Afro-Asiatic Semitic #> 41369 Berber (Middle Atlas) Afro-Asiatic Berber #> 41370 Hausa Afro-Asiatic West Chadic #> 41373 Hebrew (Modern) Afro-Asiatic Semitic #> 41374 Beja Afro-Asiatic Beja #> 41375 Mupun Afro-Asiatic West Chadic #> 41377 Lele Afro-Asiatic East Chadic #> 41378 Kera Afro-Asiatic East Chadic #> 41380 Coptic Afro-Asiatic Egyptian-Coptic #> 41382 Arabic (Egyptian) Afro-Asiatic Semitic #> 41429 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 41430 Maale Afro-Asiatic North Omotic #> 41452 Gude Afro-Asiatic Biu-Mandara #> 41459 Bilin Afro-Asiatic Central Cushitic #> 41479 Dizi Afro-Asiatic Dizoid #> 41486 Iraqw Afro-Asiatic Southern Cushitic #> 41487 Burunge Afro-Asiatic Southern Cushitic #> 41609 Hamer Afro-Asiatic South Omotic #> 41768 Berber (Middle Atlas) Afro-Asiatic Berber #> 41781 Somali Afro-Asiatic Lowland East Cushitic #> 41785 Hebrew (Modern) Afro-Asiatic Semitic #> 41793 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 41797 Coptic Afro-Asiatic Egyptian-Coptic #> 41822 Hausa Afro-Asiatic West Chadic #> 41841 Arabic (Egyptian) Afro-Asiatic Semitic #> 41847 Kera Afro-Asiatic East Chadic #> 41856 Pero Afro-Asiatic West Chadic #> 41877 Iraqw Afro-Asiatic Southern Cushitic #> 42120 Hebrew (Modern) Afro-Asiatic Semitic #> 42144 Buduma Afro-Asiatic Biu-Mandara #> 42147 Gamo Afro-Asiatic North Omotic #> 42149 Somali Afro-Asiatic Lowland East Cushitic #> 42150 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 42154 Arabic (Egyptian) Afro-Asiatic Semitic #> 42160 Iraqw Afro-Asiatic Southern Cushitic #> 42163 Maale Afro-Asiatic North Omotic #> 42172 Hausa Afro-Asiatic West Chadic #> 42183 Musgu Afro-Asiatic Biu-Mandara #> 42188 Lele Afro-Asiatic East Chadic #> 42192 Maltese Afro-Asiatic Semitic #> 42226 Margi Afro-Asiatic Biu-Mandara #> 42271 Malgwa Afro-Asiatic Biu-Mandara #> 42281 Hebrew (Modern) Afro-Asiatic Semitic #> 42299 Podoko Afro-Asiatic Biu-Mandara #> 42305 Arabic (Gulf) Afro-Asiatic Semitic #> 42310 Tashlhiyt Afro-Asiatic Berber #> 42316 Mupun Afro-Asiatic West Chadic #> 42321 Amharic Afro-Asiatic Semitic #> 42330 Maltese Afro-Asiatic Semitic #> 42349 Miya Afro-Asiatic West Chadic #> 42372 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 42407 Somali Afro-Asiatic Lowland East Cushitic #> 42469 Maale Afro-Asiatic North Omotic #> 42495 Hamer Afro-Asiatic South Omotic #> 42520 Burunge Afro-Asiatic Southern Cushitic #> 42603 Beja Afro-Asiatic Beja #> 42606 Iraqw Afro-Asiatic Southern Cushitic #> 42620 Lele Afro-Asiatic East Chadic #> 42625 Bilin Afro-Asiatic Central Cushitic #> 42626 Kera Afro-Asiatic East Chadic #> 42634 Dizi Afro-Asiatic Dizoid #> 42678 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 42680 Gude Afro-Asiatic Biu-Mandara #> 42732 Hausa Afro-Asiatic West Chadic #> 42741 Coptic Afro-Asiatic Egyptian-Coptic #> 42753 Amharic Afro-Asiatic Semitic #> 42758 Arabic (Egyptian) Afro-Asiatic Semitic #> 42774 Hebrew (Modern) Afro-Asiatic Semitic #> 42794 Berber (Middle Atlas) Afro-Asiatic Berber #> 42798 Mupun Afro-Asiatic West Chadic #> 42850 Hebrew (Modern) Afro-Asiatic Semitic #> 42898 Arabic (Egyptian) Afro-Asiatic Semitic #> 42914 Hausa Afro-Asiatic West Chadic #> 42923 Amharic Afro-Asiatic Semitic #> 42933 Berber (Middle Atlas) Afro-Asiatic Berber #> 42939 Beja Afro-Asiatic Beja #> 42946 Somali Afro-Asiatic Lowland East Cushitic #> 42975 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 42994 Gimira Afro-Asiatic North Omotic #> 43066 Kera Afro-Asiatic East Chadic #> 43069 Iraqw Afro-Asiatic Southern Cushitic #> 43330 Kanakuru Afro-Asiatic West Chadic #> 43338 Hamer Afro-Asiatic South Omotic #> 43346 Awngi Afro-Asiatic Central Cushitic #> 43353 Dahalo Afro-Asiatic Dahalo #> 43373 Kefa Afro-Asiatic South Omotic #> 43383 Angas Afro-Asiatic West Chadic #> 43392 Amharic Afro-Asiatic Semitic #> 43407 Margi Afro-Asiatic Biu-Mandara #> 43420 Lamé Afro-Asiatic Masa #> 43436 Ngizim Afro-Asiatic West Chadic #> 43467 Tera Afro-Asiatic Biu-Mandara #> 43483 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 43499 Kotoko Afro-Asiatic Biu-Mandara #> 43555 Dangaléat (Western) Afro-Asiatic East Chadic #> 43567 Iraqw Afro-Asiatic Southern Cushitic #> 43568 Kera Afro-Asiatic East Chadic #> 43571 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 43580 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 43582 Dizi Afro-Asiatic Dizoid #> 43583 Kullo Afro-Asiatic North Omotic #> 43585 Somali Afro-Asiatic Lowland East Cushitic #> 43588 Hausa Afro-Asiatic West Chadic #> 43598 Tigré Afro-Asiatic Semitic #> 43600 Tuareg (Ahaggar) Afro-Asiatic Berber #> 43601 Beja Afro-Asiatic Beja #> 43605 Berber (Middle Atlas) Afro-Asiatic Berber #> 43609 Arabic (Egyptian) Afro-Asiatic Semitic #> 43610 Soqotri Afro-Asiatic Semitic #> 43612 Tashlhiyt Afro-Asiatic Berber #> 43651 Hausa Afro-Asiatic West Chadic #> 43653 Arabic (Egyptian) Afro-Asiatic Semitic #> 43700 Hebrew (Modern) Afro-Asiatic Semitic #> 43764 Amharic Afro-Asiatic Semitic #> 43787 Iraqw Afro-Asiatic Southern Cushitic #> 43793 Kera Afro-Asiatic East Chadic #> 43800 Somali Afro-Asiatic Lowland East Cushitic #> 43862 Gimira Afro-Asiatic North Omotic #> 43865 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 43871 Berber (Middle Atlas) Afro-Asiatic Berber #> 43899 Beja Afro-Asiatic Beja #> 43998 Amharic Afro-Asiatic Semitic #> 44080 Aari Afro-Asiatic South Omotic #> 44141 Zayse Afro-Asiatic North Omotic #> 44156 Beja Afro-Asiatic Beja #> 44158 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 44163 Gamo Afro-Asiatic North Omotic #> 44170 Arabic (Modern Standard) Afro-Asiatic Semitic #> 44217 Kemant Afro-Asiatic Central Cushitic #> 44272 Wolaytta Afro-Asiatic North Omotic #> 44282 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 44315 Kera Afro-Asiatic East Chadic #> 44373 Berber (Figuig) Afro-Asiatic Berber #> 44382 Tashlhiyt Afro-Asiatic Berber #> 44385 Tamashek Afro-Asiatic Berber #> 44389 Berber (Rif) Afro-Asiatic Berber #> 44393 Berber (Middle Atlas) Afro-Asiatic Berber #> 44408 Sidaama Afro-Asiatic Highland East Cushitic #> 44411 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 44449 Gimira Afro-Asiatic North Omotic #> 44471 Dime Afro-Asiatic South Omotic #> 44540 Arabic (Iraqi) Afro-Asiatic Semitic #> 44541 Coptic Afro-Asiatic Egyptian-Coptic #> 44546 Arabic (Syrian) Afro-Asiatic Semitic #> 44547 Tigrinya Afro-Asiatic Semitic #> 44548 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 44551 Hebrew (Modern) Afro-Asiatic Semitic #> 44567 Margi Afro-Asiatic Biu-Mandara #> 44574 Gude Afro-Asiatic Biu-Mandara #> 44586 Arabic (Moroccan) Afro-Asiatic Semitic #> 44599 Arabic (Egyptian) Afro-Asiatic Semitic #> 44600 Lamang Afro-Asiatic Biu-Mandara #> 44607 Arabic (Gulf) Afro-Asiatic Semitic #> 44637 Iraqw Afro-Asiatic Southern Cushitic #> 44653 Somali Afro-Asiatic Lowland East Cushitic #> 44661 Tuareg (Ghat) Afro-Asiatic Berber #> 44667 Mupun Afro-Asiatic West Chadic #> 44682 Pa'a Afro-Asiatic West Chadic #> 44693 Mina Afro-Asiatic Biu-Mandara #> 44718 Kanakuru Afro-Asiatic West Chadic #> 44738 Uldeme Afro-Asiatic Biu-Mandara #> 44752 Musgu Afro-Asiatic Biu-Mandara #> 44769 Goemai Afro-Asiatic West Chadic #> 44773 Buduma Afro-Asiatic Biu-Mandara #> 44794 Mehri Afro-Asiatic Semitic #> 44809 Tera Afro-Asiatic Biu-Mandara #> 44820 Miya Afro-Asiatic West Chadic #> 44822 Hausa Afro-Asiatic West Chadic #> 44836 Malgwa Afro-Asiatic Biu-Mandara #> 44837 Tigré Afro-Asiatic Semitic #> 44891 Ngizim Afro-Asiatic West Chadic #> 44902 Lele Afro-Asiatic East Chadic #> 44909 Pero Afro-Asiatic West Chadic #> 44938 Angas Afro-Asiatic West Chadic #> 44948 Tera Afro-Asiatic Biu-Mandara #> 44969 Hausa Afro-Asiatic West Chadic #> 45001 Hebrew (Modern) Afro-Asiatic Semitic #> 45003 Kera Afro-Asiatic East Chadic #> 45031 Somali Afro-Asiatic Lowland East Cushitic #> 45035 Kwami Afro-Asiatic West Chadic #> 45036 Pero Afro-Asiatic West Chadic #> 45056 Berber (Wargla) Afro-Asiatic Berber #> 45089 Arabic (Egyptian) Afro-Asiatic Semitic #> 45095 Mupun Afro-Asiatic West Chadic #> 45104 Maltese Afro-Asiatic Semitic #> 45126 Margi Afro-Asiatic Biu-Mandara #> 45129 Arabic (Gulf) Afro-Asiatic Semitic #> 45130 Dullay (Gollango) Afro-Asiatic Lowland East Cushitic #> 45177 Shinassha Afro-Asiatic North Omotic #> 45184 Berber (Middle Atlas) Afro-Asiatic Berber #> 45190 Tuareg (Ahaggar) Afro-Asiatic Berber #> 45202 Dahalo Afro-Asiatic Dahalo #> 45205 Tashlhiyt Afro-Asiatic Berber #> 45227 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 45248 Oromo (West-Central) Afro-Asiatic Lowland East Cushitic #> 45254 Iraqw Afro-Asiatic Southern Cushitic #> 45305 Iraqw Afro-Asiatic Southern Cushitic #> 45316 Pero Afro-Asiatic West Chadic #> 45319 Mupun Afro-Asiatic West Chadic #> 45320 Somali Afro-Asiatic Lowland East Cushitic #> 45392 Oromo (West-Central) Afro-Asiatic Lowland East Cushitic #> 45395 Kwami Afro-Asiatic West Chadic #> 45404 Shinassha Afro-Asiatic North Omotic #> 45407 Maltese Afro-Asiatic Semitic #> 45411 Berber (Middle Atlas) Afro-Asiatic Berber #> 45417 Arabic (Gulf) Afro-Asiatic Semitic #> 45419 Coptic Afro-Asiatic Egyptian-Coptic #> 45428 Hebrew (Modern) Afro-Asiatic Semitic #> 45429 Oromo (Boraana) Afro-Asiatic Lowland East Cushitic #> 45460 Kera Afro-Asiatic East Chadic #> 45479 Hausa Afro-Asiatic West Chadic #> 45495 Arabic (Egyptian) Afro-Asiatic Semitic #> 45506 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 45515 Wolaytta Afro-Asiatic North Omotic #> 45522 Arabic (Moroccan) Afro-Asiatic Semitic #> 45587 Hebrew (Modern) Afro-Asiatic Semitic #> 45588 Arabic (San'ani) Afro-Asiatic Semitic #> 45622 Arabic (Kormakiti) Afro-Asiatic Semitic #> 45642 Arabic (Egyptian) Afro-Asiatic Semitic #> 45668 Wolaytta Afro-Asiatic North Omotic #> 45676 Guduf Afro-Asiatic Biu-Mandara #> 45680 Amharic Afro-Asiatic Semitic #> 45690 Iraqw Afro-Asiatic Southern Cushitic #> 45696 Kefa Afro-Asiatic South Omotic #> 45698 Margi Afro-Asiatic Biu-Mandara #> 45709 Shinassha Afro-Asiatic North Omotic #> 45713 Hausa Afro-Asiatic West Chadic #> 45716 Rendille Afro-Asiatic Lowland East Cushitic #> 45727 Yemsa Afro-Asiatic North Omotic #> 45729 Bura-Pabir Afro-Asiatic Biu-Mandara #> 45849 Arbore Afro-Asiatic Lowland East Cushitic #> 45851 Amharic Afro-Asiatic Semitic #> 45862 Hausa Afro-Asiatic West Chadic #> 45865 Dizi Afro-Asiatic Dizoid #> 45872 Hebrew (Modern) Afro-Asiatic Semitic #> 45915 Tuareg (Ghat) Afro-Asiatic Berber #> 45940 Arabic (Kormakiti) Afro-Asiatic Semitic #> 45961 Iraqw Afro-Asiatic Southern Cushitic #> 45963 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 45975 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 45976 Margi Afro-Asiatic Biu-Mandara #> 45980 Arabic (Moroccan) Afro-Asiatic Semitic #> 45993 Mupun Afro-Asiatic West Chadic #> 46001 Alagwa Afro-Asiatic Southern Cushitic #> 46023 Guduf Afro-Asiatic Biu-Mandara #> 46026 Mbugu Afro-Asiatic Southern Cushitic #> 46032 Ngizim Afro-Asiatic West Chadic #> 46067 Miya Afro-Asiatic West Chadic #> 46068 Arabic (Egyptian) Afro-Asiatic Semitic #> 46251 Arabic (Moroccan) Afro-Asiatic Semitic #> 46283 Hebrew (Modern) Afro-Asiatic Semitic #> 46292 Iraqw Afro-Asiatic Southern Cushitic #> 46310 Margi Afro-Asiatic Biu-Mandara #> 46316 Ngizim Afro-Asiatic West Chadic #> 46327 Arabic (Borno Nigerian) Afro-Asiatic Semitic #> 46609 Musgu Afro-Asiatic Biu-Mandara #> 46642 Mbara Afro-Asiatic Biu-Mandara #> 46650 Arabic (Moroccan) Afro-Asiatic Semitic #> 46657 Berber (Middle Atlas) Afro-Asiatic Berber #> 46663 Tashlhiyt Afro-Asiatic Berber #> 46671 Arabic (Modern Standard) Afro-Asiatic Semitic #> 46681 Pero Afro-Asiatic West Chadic #> 46684 Mokilko Afro-Asiatic East Chadic #> 46690 Hdi Afro-Asiatic Biu-Mandara #> 46695 Podoko Afro-Asiatic Biu-Mandara #> 46699 Burunge Afro-Asiatic Southern Cushitic #> 46701 Lele Afro-Asiatic East Chadic #> 46706 Kera Afro-Asiatic East Chadic #> 46718 Pa'a Afro-Asiatic West Chadic #> 46722 Hebrew (Modern) Afro-Asiatic Semitic #> 46724 Beja Afro-Asiatic Beja #> 46727 Migama Afro-Asiatic East Chadic #> 46739 Tigrinya Afro-Asiatic Semitic #> 46748 Malgwa Afro-Asiatic Biu-Mandara #> 46760 Somali Afro-Asiatic Lowland East Cushitic #> 46764 Ngizim Afro-Asiatic West Chadic #> 46765 Berber (Chaouia) Afro-Asiatic Berber #> 46772 Arabic (Iraqi) Afro-Asiatic Semitic #> 46790 Arabic (Gulf) Afro-Asiatic Semitic #> 46791 Lagwan Afro-Asiatic Biu-Mandara #> 46793 Gude Afro-Asiatic Biu-Mandara #> 46794 Amharic Afro-Asiatic Semitic #> 46795 Chaldean (Modern) Afro-Asiatic Semitic #> 46799 Tera Afro-Asiatic Biu-Mandara #> 46805 Chaha Afro-Asiatic Semitic #> 46814 Iraqw Afro-Asiatic Southern Cushitic #> 46818 Tuareg (Air) Afro-Asiatic Berber #> 46819 Margi Afro-Asiatic Biu-Mandara #> 46833 Hausa Afro-Asiatic West Chadic #> 46860 Arabic (Egyptian) Afro-Asiatic Semitic #> 46865 Berber (Rif) Afro-Asiatic Berber #> 46871 Angas Afro-Asiatic West Chadic #> 46873 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 46880 Berber (Siwa) Afro-Asiatic Berber #> 46889 Miya Afro-Asiatic West Chadic #> 46900 Zenaga Afro-Asiatic Berber #> 46905 Soddo Afro-Asiatic Semitic #> 46907 Lamang Afro-Asiatic Biu-Mandara #> 46914 Berber (Figuig) Afro-Asiatic Berber #> 46916 Tamashek Afro-Asiatic Berber #> 46917 Tangale Afro-Asiatic West Chadic #> 46925 Buduma Afro-Asiatic Biu-Mandara #> 46929 Giziga Afro-Asiatic Biu-Mandara #> 46930 Arabic (Syrian) Afro-Asiatic Semitic #> 46935 Bidiya Afro-Asiatic East Chadic #> 46954 Tigré Afro-Asiatic Semitic #> 47035 Mupun Afro-Asiatic West Chadic #> 47047 Aari Afro-Asiatic South Omotic #> 47135 Qafar Afro-Asiatic Lowland East Cushitic #> 47214 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 47216 Kanakuru Afro-Asiatic West Chadic #> 47217 Wolaytta Afro-Asiatic North Omotic #> 47335 Margi Afro-Asiatic Biu-Mandara #> 47341 Arabic (Egyptian) Afro-Asiatic Semitic #> 47342 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 47345 Hebrew (Modern) Afro-Asiatic Semitic #> 47388 Tera Afro-Asiatic Biu-Mandara #> 47407 Beja Afro-Asiatic Beja #> 47408 Hausa Afro-Asiatic West Chadic #> 47419 Berber (Middle Atlas) Afro-Asiatic Berber #> 47437 Amharic Afro-Asiatic Semitic #> 47454 Dizi Afro-Asiatic Dizoid #> 47473 Kanakuru Afro-Asiatic West Chadic #> 47510 Arabic (Egyptian) Afro-Asiatic Semitic #> 47513 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 47517 Hausa Afro-Asiatic West Chadic #> 47530 Kanakuru Afro-Asiatic West Chadic #> 47567 Amharic Afro-Asiatic Semitic #> 47585 Beja Afro-Asiatic Beja #> 47605 Margi Afro-Asiatic Biu-Mandara #> 47636 Hebrew (Modern) Afro-Asiatic Semitic #> 47656 Dizi Afro-Asiatic Dizoid #> 47675 Berber (Middle Atlas) Afro-Asiatic Berber #> 47700 Tera Afro-Asiatic Biu-Mandara #> 47777 Arabic (Egyptian) Afro-Asiatic Semitic #> 47782 Beja Afro-Asiatic Beja #> 47816 Hebrew (Modern) Afro-Asiatic Semitic #> 47819 Hausa Afro-Asiatic West Chadic #> 47828 Amharic Afro-Asiatic Semitic #> 47891 Margi Afro-Asiatic Biu-Mandara #> 47896 Kanakuru Afro-Asiatic West Chadic #> 47915 Tera Afro-Asiatic Biu-Mandara #> 47938 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 47950 Berber (Middle Atlas) Afro-Asiatic Berber #> 47958 Dizi Afro-Asiatic Dizoid #> 47989 Amharic Afro-Asiatic Semitic #> 48052 Kullo Afro-Asiatic North Omotic #> 48060 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 48122 Lamé Afro-Asiatic Masa #> 48127 Tigré Afro-Asiatic Semitic #> 48135 Angas Afro-Asiatic West Chadic #> 48206 Tashlhiyt Afro-Asiatic Berber #> 48217 Beja Afro-Asiatic Beja #> 48239 Dahalo Afro-Asiatic Dahalo #> 48257 Kotoko Afro-Asiatic Biu-Mandara #> 48258 Kefa Afro-Asiatic South Omotic #> 48283 Ngizim Afro-Asiatic West Chadic #> 48292 Soqotri Afro-Asiatic Semitic #> 48300 Dizi Afro-Asiatic Dizoid #> 48323 Tera Afro-Asiatic Biu-Mandara #> 48326 Dangaléat (Western) Afro-Asiatic East Chadic #> 48369 Hausa Afro-Asiatic West Chadic #> 48385 Kanakuru Afro-Asiatic West Chadic #> 48440 Kera Afro-Asiatic East Chadic #> 48450 Margi Afro-Asiatic Biu-Mandara #> 48454 Berber (Middle Atlas) Afro-Asiatic Berber #> 48466 Somali Afro-Asiatic Lowland East Cushitic #> 48467 Awngi Afro-Asiatic Central Cushitic #> 48477 Hamer Afro-Asiatic South Omotic #> 48478 Iraqw Afro-Asiatic Southern Cushitic #> 48496 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 48515 Arabic (Egyptian) Afro-Asiatic Semitic #> 48547 Tuareg (Ahaggar) Afro-Asiatic Berber #> 48549 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 48565 Ngizim Afro-Asiatic West Chadic #> 48575 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 48610 Mupun Afro-Asiatic West Chadic #> 48617 Miya Afro-Asiatic West Chadic #> 48622 Alagwa Afro-Asiatic Southern Cushitic #> 48638 Burunge Afro-Asiatic Southern Cushitic #> 48647 Margi Afro-Asiatic Biu-Mandara #> 48656 Iraqw Afro-Asiatic Southern Cushitic #> 48668 Hebrew (Modern) Afro-Asiatic Semitic #> 48685 Tuareg (Ghat) Afro-Asiatic Berber #> 48691 Ngizim Afro-Asiatic West Chadic #> 48714 Margi Afro-Asiatic Biu-Mandara #> 48718 Hebrew (Modern) Afro-Asiatic Semitic #> 48741 Arabic (Moroccan) Afro-Asiatic Semitic #> 48754 Mbugu Afro-Asiatic Southern Cushitic #> 48785 Iraqw Afro-Asiatic Southern Cushitic #> 48790 Burunge Afro-Asiatic Southern Cushitic #> 48794 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 48799 Alagwa Afro-Asiatic Southern Cushitic #> 48842 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 48859 Amharic Afro-Asiatic Semitic #> 48868 Kabyle Afro-Asiatic Berber #> 48893 Maltese Afro-Asiatic Semitic #> 48910 Lele Afro-Asiatic East Chadic #> 48911 Hebrew (Modern) Afro-Asiatic Semitic #> 48913 Arabic (Egyptian) Afro-Asiatic Semitic #> 48917 Hausa Afro-Asiatic West Chadic #> 48935 Iraqw Afro-Asiatic Southern Cushitic #> 48987 Somali Afro-Asiatic Lowland East Cushitic #> 48992 Amharic Afro-Asiatic Semitic #> 49019 Maltese Afro-Asiatic Semitic #> 49021 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 49031 Beja Afro-Asiatic Beja #> 49072 Tigré Afro-Asiatic Semitic #> 49076 Hebrew (Modern) Afro-Asiatic Semitic #> 49080 Arabic (Egyptian) Afro-Asiatic Semitic #> 49153 Bilin Afro-Asiatic Central Cushitic #> 49166 Hausa Afro-Asiatic West Chadic #> 49189 Margi Afro-Asiatic Biu-Mandara #> 49191 Coptic Afro-Asiatic Egyptian-Coptic #> 49193 Berber (Middle Atlas) Afro-Asiatic Berber #> 49202 Tera Afro-Asiatic Biu-Mandara #> 49236 Iraqw Afro-Asiatic Southern Cushitic #> 49254 Kera Afro-Asiatic East Chadic #> 49274 Dullay (Gollango) Afro-Asiatic Lowland East Cushitic #> 49330 Hebrew (Modern) Afro-Asiatic Semitic #> 49354 Arabic (Egyptian) Afro-Asiatic Semitic #> 49392 Berber (Middle Atlas) Afro-Asiatic Berber #> 49400 Maale Afro-Asiatic North Omotic #> 49401 Miya Afro-Asiatic West Chadic #> 49406 Qafar Afro-Asiatic Lowland East Cushitic #> 49407 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 49418 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 49426 Hausa Afro-Asiatic West Chadic #> 49427 Pero Afro-Asiatic West Chadic #> 49428 Tigrinya Afro-Asiatic Semitic #> 49434 Coptic Afro-Asiatic Egyptian-Coptic #> 49437 Mupun Afro-Asiatic West Chadic #> 49459 Lamang Afro-Asiatic Biu-Mandara #> 49465 Somali Afro-Asiatic Lowland East Cushitic #> 49472 Lele Afro-Asiatic East Chadic #> 49497 Buduma Afro-Asiatic Biu-Mandara #> 49500 Musgu Afro-Asiatic Biu-Mandara #> 49516 Kanakuru Afro-Asiatic West Chadic #> 49517 Wolaytta Afro-Asiatic North Omotic #> 49522 Berber (Middle Atlas) Afro-Asiatic Berber #> 49532 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 49542 Arabic (Egyptian) Afro-Asiatic Semitic #> 49544 Beja Afro-Asiatic Beja #> 49550 Maltese Afro-Asiatic Semitic #> 49551 Margi Afro-Asiatic Biu-Mandara #> 49614 Tuareg (Ahaggar) Afro-Asiatic Berber #> 49615 Rendille Afro-Asiatic Lowland East Cushitic #> 49616 Arabic (Tunisian) Afro-Asiatic Semitic #> 49629 Tigré Afro-Asiatic Semitic #> 49662 Awngi Afro-Asiatic Central Cushitic #> 49680 Hebrew (Modern) Afro-Asiatic Semitic #> 49687 Somali Afro-Asiatic Lowland East Cushitic #> 49704 Hausa Afro-Asiatic West Chadic #> 49733 Amharic Afro-Asiatic Semitic #> 49737 Tigrinya Afro-Asiatic Semitic #> 49748 Maltese Afro-Asiatic Semitic #> 49753 Tigré Afro-Asiatic Semitic #> 49757 Arabic (Tunisian) Afro-Asiatic Semitic #> 49766 Somali Afro-Asiatic Lowland East Cushitic #> 49781 Hebrew (Modern) Afro-Asiatic Semitic #> 49800 Kanakuru Afro-Asiatic West Chadic #> 49802 Beja Afro-Asiatic Beja #> 49808 Tigrinya Afro-Asiatic Semitic #> 49815 Arabic (Egyptian) Afro-Asiatic Semitic #> 49824 Awngi Afro-Asiatic Central Cushitic #> 49827 Amharic Afro-Asiatic Semitic #> 49830 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 49882 Hausa Afro-Asiatic West Chadic #> 49911 Wolaytta Afro-Asiatic North Omotic #> 49912 Berber (Middle Atlas) Afro-Asiatic Berber #> 49929 Rendille Afro-Asiatic Lowland East Cushitic #> 49940 Tuareg (Ahaggar) Afro-Asiatic Berber #> 49951 Margi Afro-Asiatic Biu-Mandara #> 49966 Margi Afro-Asiatic Biu-Mandara #> 49968 Tigrinya Afro-Asiatic Semitic #> 49987 Hebrew (Modern) Afro-Asiatic Semitic #> 49991 Tuareg (Ahaggar) Afro-Asiatic Berber #> 50005 Somali Afro-Asiatic Lowland East Cushitic #> 50006 Kanakuru Afro-Asiatic West Chadic #> 50018 Wolaytta Afro-Asiatic North Omotic #> 50055 Arabic (Egyptian) Afro-Asiatic Semitic #> 50060 Awngi Afro-Asiatic Central Cushitic #> 50078 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 50091 Berber (Middle Atlas) Afro-Asiatic Berber #> 50097 Hausa Afro-Asiatic West Chadic #> 50102 Beja Afro-Asiatic Beja #> 50127 Tigré Afro-Asiatic Semitic #> 50139 Maltese Afro-Asiatic Semitic #> 50174 Amharic Afro-Asiatic Semitic #> 50178 Rendille Afro-Asiatic Lowland East Cushitic #> 50181 Arabic (Tunisian) Afro-Asiatic Semitic #> 50214 Beja Afro-Asiatic Beja #> 50230 Tigré Afro-Asiatic Semitic #> 50256 Margi Afro-Asiatic Biu-Mandara #> 50265 Awngi Afro-Asiatic Central Cushitic #> 50271 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 50286 Amharic Afro-Asiatic Semitic #> 50298 Tigrinya Afro-Asiatic Semitic #> 50309 Hebrew (Modern) Afro-Asiatic Semitic #> 50312 Somali Afro-Asiatic Lowland East Cushitic #> 50318 Maltese Afro-Asiatic Semitic #> 50324 Wolaytta Afro-Asiatic North Omotic #> 50326 Tuareg (Ahaggar) Afro-Asiatic Berber #> 50349 Hausa Afro-Asiatic West Chadic #> 50360 Kanakuru Afro-Asiatic West Chadic #> 50367 Arabic (Egyptian) Afro-Asiatic Semitic #> 50375 Arabic (Tunisian) Afro-Asiatic Semitic #> 50382 Berber (Middle Atlas) Afro-Asiatic Berber #> 50403 Rendille Afro-Asiatic Lowland East Cushitic #> 50420 Uldeme Afro-Asiatic Biu-Mandara #> 50426 Berber (Rif) Afro-Asiatic Berber #> 50454 Tashlhiyt Afro-Asiatic Berber #> 50465 Tuareg (Ghat) Afro-Asiatic Berber #> 50469 Lagwan Afro-Asiatic Biu-Mandara #> 50551 Buduma Afro-Asiatic Biu-Mandara #> 50559 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 50582 Pa'a Afro-Asiatic West Chadic #> 50586 Tangale Afro-Asiatic West Chadic #> 50701 Kanakuru Afro-Asiatic West Chadic #> 50723 Bilin Afro-Asiatic Central Cushitic #> 50752 Kemant Afro-Asiatic Central Cushitic #> 50797 Gude Afro-Asiatic Biu-Mandara #> 50831 Wolaytta Afro-Asiatic North Omotic #> 50863 Aari Afro-Asiatic South Omotic #> 50886 Beja Afro-Asiatic Beja #> 50887 Chaldean (Modern) Afro-Asiatic Semitic #> 50930 Dime Afro-Asiatic South Omotic #> 50935 Somali Afro-Asiatic Lowland East Cushitic #> 50968 Burunge Afro-Asiatic Southern Cushitic #> 51015 Zayse Afro-Asiatic North Omotic #> 51026 Kera Afro-Asiatic East Chadic #> 51054 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 51132 Ngizim Afro-Asiatic West Chadic #> 51175 Gimira Afro-Asiatic North Omotic #> 51197 Sidaama Afro-Asiatic Highland East Cushitic #> 51229 Masa Afro-Asiatic Masa #> 51252 Margi Afro-Asiatic Biu-Mandara #> 51257 Lele Afro-Asiatic East Chadic #> 51276 Soddo Afro-Asiatic Semitic #> 51280 Arabic (Iraqi) Afro-Asiatic Semitic #> 51282 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 51295 Chaha Afro-Asiatic Semitic #> 51298 Berber (Figuig) Afro-Asiatic Berber #> 51310 Berber (Middle Atlas) Afro-Asiatic Berber #> 51317 Amharic Afro-Asiatic Semitic #> 51323 Pero Afro-Asiatic West Chadic #> 51324 Arabic (Syrian) Afro-Asiatic Semitic #> 51328 Lamang Afro-Asiatic Biu-Mandara #> 51333 Arabic (Egyptian) Afro-Asiatic Semitic #> 51339 Arabic (Moroccan) Afro-Asiatic Semitic #> 51359 Arabic (Gulf) Afro-Asiatic Semitic #> 51363 Mehri Afro-Asiatic Semitic #> 51377 Hebrew (Modern) Afro-Asiatic Semitic #> 51435 Angas Afro-Asiatic West Chadic #> 51437 Coptic Afro-Asiatic Egyptian-Coptic #> 51449 Mbara Afro-Asiatic Biu-Mandara #> 51453 Hausa Afro-Asiatic West Chadic #> 51468 Tera Afro-Asiatic Biu-Mandara #> 51478 Goemai Afro-Asiatic West Chadic #> 51480 Iraqw Afro-Asiatic Southern Cushitic #> 51517 Mupun Afro-Asiatic West Chadic #> 51531 Miya Afro-Asiatic West Chadic #> 51573 Awngi Afro-Asiatic Central Cushitic #> 51581 Beja Afro-Asiatic Beja #> 51711 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 51726 Tashlhiyt Afro-Asiatic Berber #> 51757 Tuareg (Ahaggar) Afro-Asiatic Berber #> 51773 Arabic (Egyptian) Afro-Asiatic Semitic #> 51826 Somali Afro-Asiatic Lowland East Cushitic #> 51841 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 51913 Berber (Middle Atlas) Afro-Asiatic Berber #> 51957 Kefa Afro-Asiatic South Omotic #> 51960 Dizi Afro-Asiatic Dizoid #> 51967 Tigré Afro-Asiatic Semitic #> 51993 Amharic Afro-Asiatic Semitic #> 52014 Angas Afro-Asiatic West Chadic #> 52024 Dangaléat (Western) Afro-Asiatic East Chadic #> 52034 Lamé Afro-Asiatic Masa #> 52035 Ngizim Afro-Asiatic West Chadic #> 52038 Kanakuru Afro-Asiatic West Chadic #> 52041 Tera Afro-Asiatic Biu-Mandara #> 52047 Margi Afro-Asiatic Biu-Mandara #> 52053 Kera Afro-Asiatic East Chadic #> 52061 Dahalo Afro-Asiatic Dahalo #> 52063 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 52066 Kotoko Afro-Asiatic Biu-Mandara #> 52067 Iraqw Afro-Asiatic Southern Cushitic #> 52071 Kullo Afro-Asiatic North Omotic #> 52072 Hausa Afro-Asiatic West Chadic #> 52074 Hamer Afro-Asiatic South Omotic #> 52075 Soqotri Afro-Asiatic Semitic #> 52106 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 52123 Mehri Afro-Asiatic Semitic #> 52124 Gamo Afro-Asiatic North Omotic #> 52137 Tigré Afro-Asiatic Semitic #> 52146 Berber (Middle Atlas) Afro-Asiatic Berber #> 52164 Berber (Figuig) Afro-Asiatic Berber #> 52176 Arabic (Gulf) Afro-Asiatic Semitic #> 52203 Arabic (San'ani) Afro-Asiatic Semitic #> 52204 Tashlhiyt Afro-Asiatic Berber #> 52208 Zenaga Afro-Asiatic Berber #> 52226 Arabic (North Levantine Spoken) Afro-Asiatic Semitic #> 52234 Maale Afro-Asiatic North Omotic #> 52243 Margi Afro-Asiatic Biu-Mandara #> 52246 Amharic Afro-Asiatic Semitic #> 52249 Iraqw Afro-Asiatic Southern Cushitic #> 52256 Maltese Afro-Asiatic Semitic #> 52268 Mbugu Afro-Asiatic Southern Cushitic #> 52269 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 52271 Uldeme Afro-Asiatic Biu-Mandara #> 52278 Miya Afro-Asiatic West Chadic #> 52286 Gimira Afro-Asiatic North Omotic #> 52288 Beja Afro-Asiatic Beja #> 52301 Chaldean (Modern) Afro-Asiatic Semitic #> 52304 Arabic (Chadian) Afro-Asiatic Semitic #> 52324 Tera Afro-Asiatic Biu-Mandara #> 52336 Buduma Afro-Asiatic Biu-Mandara #> 52345 Arabic (Egyptian) Afro-Asiatic Semitic #> 52350 Arabic (Moroccan) Afro-Asiatic Semitic #> 52363 Hebrew (Modern) Afro-Asiatic Semitic #> 52381 Dizi Afro-Asiatic Dizoid #> 52407 Hausa Afro-Asiatic West Chadic #> 52484 Mupun Afro-Asiatic West Chadic #> 52504 Kabyle Afro-Asiatic Berber #> 52546 Arabic (Palestinian) Afro-Asiatic Semitic #> 52571 Hamer Afro-Asiatic South Omotic #> 52638 Kera Afro-Asiatic East Chadic #> 52667 Tashlhiyt Afro-Asiatic Berber #> 52674 Arabic (Palestinian) Afro-Asiatic Semitic #> 52695 Berber (Figuig) Afro-Asiatic Berber #> 52791 Arabic (Gulf) Afro-Asiatic Semitic #> 52810 Beja Afro-Asiatic Beja #> 52820 Iraqw Afro-Asiatic Southern Cushitic #> 52838 Gimira Afro-Asiatic North Omotic #> 52898 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 52960 Berber (Middle Atlas) Afro-Asiatic Berber #> 52963 Arabic (Moroccan) Afro-Asiatic Semitic #> 52964 Mehri Afro-Asiatic Semitic #> 52966 Tigré Afro-Asiatic Semitic #> 52973 Arabic (North Levantine Spoken) Afro-Asiatic Semitic #> 52974 Tera Afro-Asiatic Biu-Mandara #> 52975 Arabic (Chadian) Afro-Asiatic Semitic #> 52982 Zenaga Afro-Asiatic Berber #> 52983 Buduma Afro-Asiatic Biu-Mandara #> 52989 Arabic (Egyptian) Afro-Asiatic Semitic #> 52999 Hebrew (Modern) Afro-Asiatic Semitic #> 53006 Arabic (San'ani) Afro-Asiatic Semitic #> 53009 Hausa Afro-Asiatic West Chadic #> 53021 Amharic Afro-Asiatic Semitic #> 53027 Hamer Afro-Asiatic South Omotic #> 53033 Maale Afro-Asiatic North Omotic #> 53035 Dizi Afro-Asiatic Dizoid #> 53036 Kera Afro-Asiatic East Chadic #> 53081 Miya Afro-Asiatic West Chadic #> 53112 Maltese Afro-Asiatic Semitic #> 53126 Mbugu Afro-Asiatic Southern Cushitic #> 53188 Gamo Afro-Asiatic North Omotic #> 53191 Hebrew (Modern) Afro-Asiatic Semitic #> 53202 Awngi Afro-Asiatic Central Cushitic #> 53229 Arabic (North Levantine Spoken) Afro-Asiatic Semitic #> 53265 Margi Afro-Asiatic Biu-Mandara #> 53272 Iraqw Afro-Asiatic Southern Cushitic #> 53302 Hausa Afro-Asiatic West Chadic #> 53314 Kera Afro-Asiatic East Chadic #> 53364 Amharic Afro-Asiatic Semitic #> 53368 Arabic (Egyptian) Afro-Asiatic Semitic #> 53378 Miya Afro-Asiatic West Chadic #> 53382 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 53394 Maltese Afro-Asiatic Semitic #> 53403 Berber (Middle Atlas) Afro-Asiatic Berber #> 53413 Maale Afro-Asiatic North Omotic #> 53421 Arabic (Moroccan) Afro-Asiatic Semitic #> 53479 Chaldean (Modern) Afro-Asiatic Semitic #> 53503 Coptic Afro-Asiatic Egyptian-Coptic #> 53512 Tigré Afro-Asiatic Semitic #> 53569 Kera Afro-Asiatic East Chadic #> 53607 Arabic (Egyptian) Afro-Asiatic Semitic #> 53622 Hebrew (Modern) Afro-Asiatic Semitic #> 53628 Hausa Afro-Asiatic West Chadic #> 53633 Berber (Middle Atlas) Afro-Asiatic Berber #> 53704 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 53767 Somali Afro-Asiatic Lowland East Cushitic #> 53817 Iraqw Afro-Asiatic Southern Cushitic #> 53826 Arabic (Moroccan) Afro-Asiatic Semitic #> 53835 Tigré Afro-Asiatic Semitic #> 53919 Arabic (Gulf) Afro-Asiatic Semitic #> 53922 Mehri Afro-Asiatic Semitic #> 53928 Hausa Afro-Asiatic West Chadic #> 53955 Arabic (Egyptian) Afro-Asiatic Semitic #> 53968 Somali Afro-Asiatic Lowland East Cushitic #> 53991 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 53992 Arabic (Moroccan) Afro-Asiatic Semitic #> 54008 Beja Afro-Asiatic Beja #> 54013 Maltese Afro-Asiatic Semitic #> 54028 Amharic Afro-Asiatic Semitic #> 54031 Hebrew (Modern) Afro-Asiatic Semitic #> 54035 Kera Afro-Asiatic East Chadic #> 54040 Tigré Afro-Asiatic Semitic #> 54048 Iraqw Afro-Asiatic Southern Cushitic #> 54052 Berber (Middle Atlas) Afro-Asiatic Berber #> 54078 Hebrew (Modern) Afro-Asiatic Semitic #> 54082 Hausa Afro-Asiatic West Chadic #> 54086 Maltese Afro-Asiatic Semitic #> 54108 Arabic (Gulf) Afro-Asiatic Semitic #> 54113 Arabic (Moroccan) Afro-Asiatic Semitic #> 54116 Mehri Afro-Asiatic Semitic #> 54117 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 54119 Arabic (Egyptian) Afro-Asiatic Semitic #> 54123 Amharic Afro-Asiatic Semitic #> 54137 Somali Afro-Asiatic Lowland East Cushitic #> 54243 Iraqw Afro-Asiatic Southern Cushitic #> 54255 Tigré Afro-Asiatic Semitic #> 54256 Kera Afro-Asiatic East Chadic #> 54296 Beja Afro-Asiatic Beja #> 54329 Hebrew (Modern) Afro-Asiatic Semitic #> 54334 Arabic (Egyptian) Afro-Asiatic Semitic #> 54339 Maltese Afro-Asiatic Semitic #> 54363 Iraqw Afro-Asiatic Southern Cushitic #> 54389 Arabic (Moroccan) Afro-Asiatic Semitic #> 54390 Hausa Afro-Asiatic West Chadic #> 54394 Arabic (Gulf) Afro-Asiatic Semitic #> 54407 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 54421 Mehri Afro-Asiatic Semitic #> 54452 Amharic Afro-Asiatic Semitic #> 54457 Tigré Afro-Asiatic Semitic #> 54464 Kera Afro-Asiatic East Chadic #> 54489 Somali Afro-Asiatic Lowland East Cushitic #> 54520 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 54536 Hebrew (Modern) Afro-Asiatic Semitic #> 54560 Kera Afro-Asiatic East Chadic #> 54567 Hausa Afro-Asiatic West Chadic #> 54589 Arabic (Egyptian) Afro-Asiatic Semitic #> 54610 Iraqw Afro-Asiatic Southern Cushitic #> 54639 Berber (Ayt Seghrouchen Middle Atlas) Afro-Asiatic Berber #> 54722 Arabic (Gulf) Afro-Asiatic Semitic #> 54829 Beja Afro-Asiatic Beja #> 54948 Berber (Ayt Seghrouchen Middle Atlas) Afro-Asiatic Berber #> 54988 Hausa Afro-Asiatic West Chadic #> 55014 Kera Afro-Asiatic East Chadic #> 55022 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 55080 Hebrew (Modern) Afro-Asiatic Semitic #> 55084 Arabic (Egyptian) Afro-Asiatic Semitic #> 55107 Iraqw Afro-Asiatic Southern Cushitic #> 55184 Arabic (Gulf) Afro-Asiatic Semitic #> 55284 Beja Afro-Asiatic Beja #> 55381 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 55387 Hebrew (Modern) Afro-Asiatic Semitic #> 55436 Berber (Middle Atlas) Afro-Asiatic Berber #> 55442 Arabic (Moroccan) Afro-Asiatic Semitic #> 55452 Mupun Afro-Asiatic West Chadic #> 55465 Iraqw Afro-Asiatic Southern Cushitic #> 55480 Oromo (Boraana) Afro-Asiatic Lowland East Cushitic #> 55497 Wolaytta Afro-Asiatic North Omotic #> 55509 Hausa Afro-Asiatic West Chadic #> 55521 Maltese Afro-Asiatic Semitic #> 55533 Arabic (Egyptian) Afro-Asiatic Semitic #> 55535 Arabic (Tunisian) Afro-Asiatic Semitic #> 55547 Alagwa Afro-Asiatic Southern Cushitic #> 55548 Berber (Middle Atlas) Afro-Asiatic Berber #> 55555 Iraqw Afro-Asiatic Southern Cushitic #> 55557 Arabic (Egyptian) Afro-Asiatic Semitic #> 55567 Arabic (Moroccan) Afro-Asiatic Semitic #> 55571 Arabic (Tunisian) Afro-Asiatic Semitic #> 55580 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 55582 Maltese Afro-Asiatic Semitic #> 55584 Oromo (Boraana) Afro-Asiatic Lowland East Cushitic #> 55587 Alagwa Afro-Asiatic Southern Cushitic #> 55604 Hausa Afro-Asiatic West Chadic #> 55619 Wolaytta Afro-Asiatic North Omotic #> 55656 Hebrew (Modern) Afro-Asiatic Semitic #> 55667 Mupun Afro-Asiatic West Chadic #> 55845 Kefa Afro-Asiatic South Omotic #> 55865 Kotoko Afro-Asiatic Biu-Mandara #> 55870 Kullo Afro-Asiatic North Omotic #> 55904 Dizi Afro-Asiatic Dizoid #> 55918 Soqotri Afro-Asiatic Semitic #> 55922 Somali Afro-Asiatic Lowland East Cushitic #> 55940 Hausa Afro-Asiatic West Chadic #> 55969 Berber (Middle Atlas) Afro-Asiatic Berber #> 56008 Tigré Afro-Asiatic Semitic #> 56017 Hamer Afro-Asiatic South Omotic #> 56024 Kera Afro-Asiatic East Chadic #> 56027 Tashlhiyt Afro-Asiatic Berber #> 56036 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 56037 Dangaléat (Western) Afro-Asiatic East Chadic #> 56048 Beja Afro-Asiatic Beja #> 56053 Angas Afro-Asiatic West Chadic #> 56092 Amharic Afro-Asiatic Semitic #> 56113 Neo-Aramaic (Persian Azerbaijan) Afro-Asiatic Semitic #> 56140 Arabic (Egyptian) Afro-Asiatic Semitic #> 56162 Tuareg (Ahaggar) Afro-Asiatic Berber #> 56195 Awngi Afro-Asiatic Central Cushitic #> 56214 Hebrew (Modern Ashkenazic) Afro-Asiatic Semitic #> 56264 Iraqw Afro-Asiatic Southern Cushitic #> 56270 Dahalo Afro-Asiatic Dahalo #> 56274 Ngizim Afro-Asiatic West Chadic #> 56275 Margi Afro-Asiatic Biu-Mandara #> 56280 Tera Afro-Asiatic Biu-Mandara #> 56285 Lamé Afro-Asiatic Masa #> 56293 Kanakuru Afro-Asiatic West Chadic #> 56318 Arabic (Egyptian) Afro-Asiatic Semitic #> 56343 Wolaytta Afro-Asiatic North Omotic #> 56368 Hausa Afro-Asiatic West Chadic #> 56375 Alagwa Afro-Asiatic Southern Cushitic #> 56378 Berber (Middle Atlas) Afro-Asiatic Berber #> 56395 Maltese Afro-Asiatic Semitic #> 56420 Arabic (Tunisian) Afro-Asiatic Semitic #> 56426 Oromo (Boraana) Afro-Asiatic Lowland East Cushitic #> 56438 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 56451 Arabic (Moroccan) Afro-Asiatic Semitic #> 56462 Iraqw Afro-Asiatic Southern Cushitic #> 56463 Hebrew (Modern) Afro-Asiatic Semitic #> 56476 Mupun Afro-Asiatic West Chadic #> 56521 Arbore Afro-Asiatic Lowland East Cushitic #> 56541 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 56580 Amharic Afro-Asiatic Semitic #> 56587 Gamo Afro-Asiatic North Omotic #> 56635 Tigrinya Afro-Asiatic Semitic #> 56636 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 56688 Qafar Afro-Asiatic Lowland East Cushitic #> 56706 Somali Afro-Asiatic Lowland East Cushitic #> 56709 Soddo Afro-Asiatic Semitic #> 56712 Kemant Afro-Asiatic Central Cushitic #> 56724 Wolaytta Afro-Asiatic North Omotic #> 56727 Gimira Afro-Asiatic North Omotic #> 56753 Chaha Afro-Asiatic Semitic #> 56782 Iraqw Afro-Asiatic Southern Cushitic #> 56800 Dime Afro-Asiatic South Omotic #> 56854 Zayse Afro-Asiatic North Omotic #> 56867 Tigré Afro-Asiatic Semitic #> 56902 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 57005 Sidaama Afro-Asiatic Highland East Cushitic #> 57025 Beja Afro-Asiatic Beja #> 57045 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 57074 Lele Afro-Asiatic East Chadic #> 57076 Masa Afro-Asiatic Masa #> 57088 Hausa Afro-Asiatic West Chadic #> 57099 Burunge Afro-Asiatic Southern Cushitic #> 57122 Arabic (Gulf) Afro-Asiatic Semitic #> 57145 Kera Afro-Asiatic East Chadic #> 57192 Mupun Afro-Asiatic West Chadic #> 57223 Ron Afro-Asiatic West Chadic #> 57224 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 57232 Kanakuru Afro-Asiatic West Chadic #> 57241 Pero Afro-Asiatic West Chadic #> 57256 Hebrew (Modern) Afro-Asiatic Semitic #> 57260 Malgwa Afro-Asiatic Biu-Mandara #> 57273 Buduma Afro-Asiatic Biu-Mandara #> 57298 Ngizim Afro-Asiatic West Chadic #> 57299 Angas Afro-Asiatic West Chadic #> 57307 Musgu Afro-Asiatic Biu-Mandara #> 57360 Uldeme Afro-Asiatic Biu-Mandara #> 57378 Arabic (Egyptian) Afro-Asiatic Semitic #> 57384 Tera Afro-Asiatic Biu-Mandara #> 57389 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 57399 Mbara Afro-Asiatic Biu-Mandara #> 57415 Coptic Afro-Asiatic Egyptian-Coptic #> 57430 Arabic (Iraqi) Afro-Asiatic Semitic #> 57441 Pa'a Afro-Asiatic West Chadic #> 57452 Berber (Rif) Afro-Asiatic Berber #> 57453 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 57476 Tangale Afro-Asiatic West Chadic #> 57481 Margi Afro-Asiatic Biu-Mandara #> 57490 Goemai Afro-Asiatic West Chadic #> 57506 Bidiya Afro-Asiatic East Chadic #> 57517 Mina Afro-Asiatic Biu-Mandara #> 57536 Lagwan Afro-Asiatic Biu-Mandara #> 57570 Hdi Afro-Asiatic Biu-Mandara #> 57577 Arabic (Modern Standard) Afro-Asiatic Semitic #> 57579 Lamang Afro-Asiatic Biu-Mandara #> 57592 Berber (Middle Atlas) Afro-Asiatic Berber #> 57600 Tamashek Afro-Asiatic Berber #> 57615 Podoko Afro-Asiatic Biu-Mandara #> 57631 Gude Afro-Asiatic Biu-Mandara #> 57632 Kabyle Afro-Asiatic Berber #> 57635 Berber (Figuig) Afro-Asiatic Berber #> 57711 Mehri Afro-Asiatic Semitic #> 57728 Tashlhiyt Afro-Asiatic Berber #> 57750 Bilin Afro-Asiatic Central Cushitic #> 57788 Berber (Chaouia) Afro-Asiatic Berber #> 57819 Arabic (Syrian) Afro-Asiatic Semitic #> 57836 Miya Afro-Asiatic West Chadic #> 57923 Arabic (Syrian) Afro-Asiatic Semitic #> 57925 Berber (Chaouia) Afro-Asiatic Berber #> 57929 Mehri Afro-Asiatic Semitic #> 57941 Miya Afro-Asiatic West Chadic #> 57946 Kera Afro-Asiatic East Chadic #> 57956 Arabic (Gulf) Afro-Asiatic Semitic #> 58010 Uldeme Afro-Asiatic Biu-Mandara #> 58025 Hebrew (Modern) Afro-Asiatic Semitic #> 58028 Pero Afro-Asiatic West Chadic #> 58062 Lagwan Afro-Asiatic Biu-Mandara #> 58070 Buduma Afro-Asiatic Biu-Mandara #> 58086 Mbara Afro-Asiatic Biu-Mandara #> 58099 Arbore Afro-Asiatic Lowland East Cushitic #> 58108 Musgu Afro-Asiatic Biu-Mandara #> 58222 Mupun Afro-Asiatic West Chadic #> 58251 Kanakuru Afro-Asiatic West Chadic #> 58262 Dime Afro-Asiatic South Omotic #> 58300 Bidiya Afro-Asiatic East Chadic #> 58324 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 58327 Sidaama Afro-Asiatic Highland East Cushitic #> 58352 Somali Afro-Asiatic Lowland East Cushitic #> 58356 Ron Afro-Asiatic West Chadic #> 58364 Berber (Rif) Afro-Asiatic Berber #> 58376 Chaha Afro-Asiatic Semitic #> 58387 Burunge Afro-Asiatic Southern Cushitic #> 58392 Kemant Afro-Asiatic Central Cushitic #> 58397 Arabic (Iraqi) Afro-Asiatic Semitic #> 58428 Mina Afro-Asiatic Biu-Mandara #> 58446 Amharic Afro-Asiatic Semitic #> 58545 Goemai Afro-Asiatic West Chadic #> 58574 Iraqw Afro-Asiatic Southern Cushitic #> 58586 Zayse Afro-Asiatic North Omotic #> 58638 Qafar Afro-Asiatic Lowland East Cushitic #> 58647 Coptic Afro-Asiatic Egyptian-Coptic #> 58651 Soddo Afro-Asiatic Semitic #> 58657 Gamo Afro-Asiatic North Omotic #> 58663 Beja Afro-Asiatic Beja #> 58664 Angas Afro-Asiatic West Chadic #> 58675 Masa Afro-Asiatic Masa #> 58713 Aari Afro-Asiatic South Omotic #> 58721 Malgwa Afro-Asiatic Biu-Mandara #> 58736 Lele Afro-Asiatic East Chadic #> 58741 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 58817 Gimira Afro-Asiatic North Omotic #> 58835 Tigré Afro-Asiatic Semitic #> 58837 Margi Afro-Asiatic Biu-Mandara #> 58850 Pa'a Afro-Asiatic West Chadic #> 58858 Arabic (Egyptian) Afro-Asiatic Semitic #> 58860 Tera Afro-Asiatic Biu-Mandara #> 58903 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 58910 Hausa Afro-Asiatic West Chadic #> 58958 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 59011 Wolaytta Afro-Asiatic North Omotic #> 59062 Tangale Afro-Asiatic West Chadic #> 59069 Ngizim Afro-Asiatic West Chadic #> 59125 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 59131 Tigrinya Afro-Asiatic Semitic #> 59135 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 59137 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 59172 Tamashek Afro-Asiatic Berber #> 59189 Arabic (Modern Standard) Afro-Asiatic Semitic #> 59202 Tuareg (Air) Afro-Asiatic Berber #> 59214 Arabic (Moroccan) Afro-Asiatic Semitic #> 59233 Lamang Afro-Asiatic Biu-Mandara #> 59239 Kabyle Afro-Asiatic Berber #> 59247 Berber (Middle Atlas) Afro-Asiatic Berber #> 59292 Berber (Figuig) Afro-Asiatic Berber #> 59294 Gude Afro-Asiatic Biu-Mandara #> 59305 Podoko Afro-Asiatic Biu-Mandara #> 59308 Hdi Afro-Asiatic Biu-Mandara #> 59351 Mehri Afro-Asiatic Semitic #> 59376 Berber (Chaouia) Afro-Asiatic Berber #> 59388 Tashlhiyt Afro-Asiatic Berber #> 59402 Miya Afro-Asiatic West Chadic #> 59433 Bilin Afro-Asiatic Central Cushitic #> 59441 Arabic (Syrian) Afro-Asiatic Semitic #> 59443 Gamo Afro-Asiatic North Omotic #> 59446 Kemant Afro-Asiatic Central Cushitic #> 59448 Amharic Afro-Asiatic Semitic #> 59466 Bilin Afro-Asiatic Central Cushitic #> 59519 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 59650 Somali Afro-Asiatic Lowland East Cushitic #> 59687 Chaha Afro-Asiatic Semitic #> 59694 Zayse Afro-Asiatic North Omotic #> 59711 Wolaytta Afro-Asiatic North Omotic #> 59779 Iraqw Afro-Asiatic Southern Cushitic #> 59805 Sidaama Afro-Asiatic Highland East Cushitic #> 59823 Beja Afro-Asiatic Beja #> 59914 Gimira Afro-Asiatic North Omotic #> 59936 Aari Afro-Asiatic South Omotic #> 59953 Qafar Afro-Asiatic Lowland East Cushitic #> 59988 Soddo Afro-Asiatic Semitic #> 59995 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 60024 Dime Afro-Asiatic South Omotic #> 60049 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 60082 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 60097 Tigrinya Afro-Asiatic Semitic #> 60121 Arbore Afro-Asiatic Lowland East Cushitic #> 60126 Tigré Afro-Asiatic Semitic #> 60159 Mehri Afro-Asiatic Semitic #> 60166 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 60175 Ga'anda Afro-Asiatic Biu-Mandara #> 60214 Masa Afro-Asiatic Masa #> 60223 Berber (Chaouia) Afro-Asiatic Berber #> 60225 Pa'a Afro-Asiatic West Chadic #> 60229 Arabic (Iraqi) Afro-Asiatic Semitic #> 60230 Tuareg (Air) Afro-Asiatic Berber #> 60236 Arabic (Gulf) Afro-Asiatic Semitic #> 60249 Kabyle Afro-Asiatic Berber #> 60256 Berber (Middle Atlas) Afro-Asiatic Berber #> 60263 Lamang Afro-Asiatic Biu-Mandara #> 60287 Arabic (Moroccan) Afro-Asiatic Semitic #> 60344 Arabic (Egyptian) Afro-Asiatic Semitic #> 60347 Mina Afro-Asiatic Biu-Mandara #> 60367 Mbara Afro-Asiatic Biu-Mandara #> 60377 Berber (Ayt Seghrouchen Middle Atlas) Afro-Asiatic Berber #> 60378 Malgwa Afro-Asiatic Biu-Mandara #> 60393 Tuareg (Ghat) Afro-Asiatic Berber #> 60400 Giziga Afro-Asiatic Biu-Mandara #> 60411 Lele Afro-Asiatic East Chadic #> 60414 Mupun Afro-Asiatic West Chadic #> 60434 Tamashek Afro-Asiatic Berber #> 60456 Hdi Afro-Asiatic Biu-Mandara #> 60465 Buduma Afro-Asiatic Biu-Mandara #> 60471 Hausa Afro-Asiatic West Chadic #> 60477 Uldeme Afro-Asiatic Biu-Mandara #> 60502 Goemai Afro-Asiatic West Chadic #> 60537 Musgu Afro-Asiatic Biu-Mandara #> 60552 Margi Afro-Asiatic Biu-Mandara #> 60558 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 60567 Kanakuru Afro-Asiatic West Chadic #> 60568 Hebrew (Modern) Afro-Asiatic Semitic #> 60578 Ron Afro-Asiatic West Chadic #> 60615 Kera Afro-Asiatic East Chadic #> 60620 Ngizim Afro-Asiatic West Chadic #> 60627 Podoko Afro-Asiatic Biu-Mandara #> 60628 Berber (Rif) Afro-Asiatic Berber #> 60633 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 60706 Coptic Afro-Asiatic Egyptian-Coptic #> 60707 Miya Afro-Asiatic West Chadic #> 60712 Gude Afro-Asiatic Biu-Mandara #> 60724 Tera Afro-Asiatic Biu-Mandara #> 60737 Tangale Afro-Asiatic West Chadic #> 60746 Pero Afro-Asiatic West Chadic #> 60747 Tashlhiyt Afro-Asiatic Berber #> 60753 Arabic (Modern Standard) Afro-Asiatic Semitic #> 60761 Lagwan Afro-Asiatic Biu-Mandara #> 60776 Berber (Figuig) Afro-Asiatic Berber #> 60783 Burunge Afro-Asiatic Southern Cushitic #> 60827 Bidiya Afro-Asiatic East Chadic #> 60845 Angas Afro-Asiatic West Chadic #> 60857 Arabic (Syrian) Afro-Asiatic Semitic #> 60970 Gude Afro-Asiatic Biu-Mandara #> 60972 Pa'a Afro-Asiatic West Chadic #> 60975 Coptic Afro-Asiatic Egyptian-Coptic #> 60985 Berber (Middle Atlas) Afro-Asiatic Berber #> 60991 Uldeme Afro-Asiatic Biu-Mandara #> 60992 Mupun Afro-Asiatic West Chadic #> 60994 Arabic (Modern Standard) Afro-Asiatic Semitic #> 61019 Berber (Rif) Afro-Asiatic Berber #> 61022 Arabic (Egyptian) Afro-Asiatic Semitic #> 61028 Kanakuru Afro-Asiatic West Chadic #> 61033 Ngizim Afro-Asiatic West Chadic #> 61035 Buduma Afro-Asiatic Biu-Mandara #> 61052 Kabyle Afro-Asiatic Berber #> 61060 Hdi Afro-Asiatic Biu-Mandara #> 61061 Arabic (Gulf) Afro-Asiatic Semitic #> 61075 Miya Afro-Asiatic West Chadic #> 61086 Mina Afro-Asiatic Biu-Mandara #> 61095 Berber (Figuig) Afro-Asiatic Berber #> 61120 Hausa Afro-Asiatic West Chadic #> 61145 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 61157 Lamang Afro-Asiatic Biu-Mandara #> 61158 Tera Afro-Asiatic Biu-Mandara #> 61160 Tamashek Afro-Asiatic Berber #> 61170 Angas Afro-Asiatic West Chadic #> 61197 Chaha Afro-Asiatic Semitic #> 61213 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 61225 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 61231 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 61273 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 61344 Burunge Afro-Asiatic Southern Cushitic #> 61384 Iraqw Afro-Asiatic Southern Cushitic #> 61462 Gamo Afro-Asiatic North Omotic #> 61536 Gimira Afro-Asiatic North Omotic #> 61562 Dime Afro-Asiatic South Omotic #> 61585 Bilin Afro-Asiatic Central Cushitic #> 61595 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 61758 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 61762 Aari Afro-Asiatic South Omotic #> 61781 Qafar Afro-Asiatic Lowland East Cushitic #> 61784 Beja Afro-Asiatic Beja #> 61808 Kemant Afro-Asiatic Central Cushitic #> 61968 Sidaama Afro-Asiatic Highland East Cushitic #> 62037 Arabic (Syrian) Afro-Asiatic Semitic #> 62039 Kanakuru Afro-Asiatic West Chadic #> 62040 Angas Afro-Asiatic West Chadic #> 62072 Goemai Afro-Asiatic West Chadic #> 62073 Ngizim Afro-Asiatic West Chadic #> 62075 Kwami Afro-Asiatic West Chadic #> 62077 Pero Afro-Asiatic West Chadic #> 62092 Berber (Rif) Afro-Asiatic Berber #> 62097 Mehri Afro-Asiatic Semitic #> 62103 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 62106 Kera Afro-Asiatic East Chadic #> 62136 Tuareg (Air) Afro-Asiatic Berber #> 62142 Mupun Afro-Asiatic West Chadic #> 62150 Arabic (Modern Standard) Afro-Asiatic Semitic #> 62162 Hebrew (Modern) Afro-Asiatic Semitic #> 62185 Migama Afro-Asiatic East Chadic #> 62206 Ga'anda Afro-Asiatic Biu-Mandara #> 62209 Arabic (Moroccan) Afro-Asiatic Semitic #> 62219 Lamang Afro-Asiatic Biu-Mandara #> 62225 Berber (Ayt Seghrouchen Middle Atlas) Afro-Asiatic Berber #> 62227 Uldeme Afro-Asiatic Biu-Mandara #> 62229 Hdi Afro-Asiatic Biu-Mandara #> 62235 Tera Afro-Asiatic Biu-Mandara #> 62242 Coptic Afro-Asiatic Egyptian-Coptic #> 62247 Musgu Afro-Asiatic Biu-Mandara #> 62258 Kabyle Afro-Asiatic Berber #> 62263 Buduma Afro-Asiatic Biu-Mandara #> 62272 Hausa Afro-Asiatic West Chadic #> 62277 Mina Afro-Asiatic Biu-Mandara #> 62281 Masa Afro-Asiatic Masa #> 62302 Malgwa Afro-Asiatic Biu-Mandara #> 62307 Berber (Figuig) Afro-Asiatic Berber #> 62321 Margi Afro-Asiatic Biu-Mandara #> 62333 Tigré Afro-Asiatic Semitic #> 62341 Arabic (Gulf) Afro-Asiatic Semitic #> 62361 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 62370 Berber (Mzab) Afro-Asiatic Berber #> 62371 Lele Afro-Asiatic East Chadic #> 62391 Zenaga Afro-Asiatic Berber #> 62401 Gude Afro-Asiatic Biu-Mandara #> 62428 Arabic (Egyptian) Afro-Asiatic Semitic #> 62441 Arabic (Iraqi) Afro-Asiatic Semitic #> 62455 Mokilko Afro-Asiatic East Chadic #> 62463 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 62464 Lagwan Afro-Asiatic Biu-Mandara #> 62473 Berber (Middle Atlas) Afro-Asiatic Berber #> 62478 Chaldean (Modern) Afro-Asiatic Semitic #> 62481 Berber (Siwa) Afro-Asiatic Berber #> 62486 Tuareg (Ghat) Afro-Asiatic Berber #> 62494 Pa'a Afro-Asiatic West Chadic #> 62506 Iraqw Afro-Asiatic Southern Cushitic #> 62512 Bidiya Afro-Asiatic East Chadic #> 62513 Giziga Afro-Asiatic Biu-Mandara #> 62531 Tamashek Afro-Asiatic Berber #> 62537 Podoko Afro-Asiatic Biu-Mandara #> 62538 Miya Afro-Asiatic West Chadic #> 62541 Tigrinya Afro-Asiatic Semitic #> 62582 Amharic Afro-Asiatic Semitic #> 62592 Chaha Afro-Asiatic Semitic #> 62605 Somali Afro-Asiatic Lowland East Cushitic #> 62607 Soddo Afro-Asiatic Semitic #> 62610 Burunge Afro-Asiatic Southern Cushitic #> 62611 Mbara Afro-Asiatic Biu-Mandara #> 62654 Gamo Afro-Asiatic North Omotic #> 62711 Zayse Afro-Asiatic North Omotic #> 62754 Sidaama Afro-Asiatic Highland East Cushitic #> 62760 Qafar Afro-Asiatic Lowland East Cushitic #> 62778 Beja Afro-Asiatic Beja #> 62839 Chaha Afro-Asiatic Semitic #> 62846 Bilin Afro-Asiatic Central Cushitic #> 62851 Wolaytta Afro-Asiatic North Omotic #> 62927 Soddo Afro-Asiatic Semitic #> 63037 Kemant Afro-Asiatic Central Cushitic #> 63224 Amharic Afro-Asiatic Semitic #> 63232 Aari Afro-Asiatic South Omotic #> 63275 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 63340 Tuareg (Ghat) Afro-Asiatic Berber #> 63344 Bidiya Afro-Asiatic East Chadic #> 63346 Ngizim Afro-Asiatic West Chadic #> 63347 Berber (Chaouia) Afro-Asiatic Berber #> 63371 Berber (Rif) Afro-Asiatic Berber #> 63382 Coptic Afro-Asiatic Egyptian-Coptic #> 63404 Iraqw Afro-Asiatic Southern Cushitic #> 63430 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 63439 Burunge Afro-Asiatic Southern Cushitic #> 63447 Lamang Afro-Asiatic Biu-Mandara #> 63457 Tashlhiyt Afro-Asiatic Berber #> 63459 Pero Afro-Asiatic West Chadic #> 63461 Ron Afro-Asiatic West Chadic #> 63468 Angas Afro-Asiatic West Chadic #> 63471 Gude Afro-Asiatic Biu-Mandara #> 63476 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 63494 Mupun Afro-Asiatic West Chadic #> 63495 Podoko Afro-Asiatic Biu-Mandara #> 63498 Malgwa Afro-Asiatic Biu-Mandara #> 63499 Hdi Afro-Asiatic Biu-Mandara #> 63512 Pa'a Afro-Asiatic West Chadic #> 63513 Tigré Afro-Asiatic Semitic #> 63526 Masa Afro-Asiatic Masa #> 63531 Lagwan Afro-Asiatic Biu-Mandara #> 63532 Uldeme Afro-Asiatic Biu-Mandara #> 63533 Arabic (Modern Standard) Afro-Asiatic Semitic #> 63537 Tamashek Afro-Asiatic Berber #> 63563 Tera Afro-Asiatic Biu-Mandara #> 63568 Kwami Afro-Asiatic West Chadic #> 63575 Arbore Afro-Asiatic Lowland East Cushitic #> 63580 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 63581 Margi Afro-Asiatic Biu-Mandara #> 63585 Hebrew (Modern) Afro-Asiatic Semitic #> 63604 Arabic (Moroccan) Afro-Asiatic Semitic #> 63619 Goemai Afro-Asiatic West Chadic #> 63636 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 63642 Mehri Afro-Asiatic Semitic #> 63662 Berber (Middle Atlas) Afro-Asiatic Berber #> 63663 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 63669 Arabic (Syrian) Afro-Asiatic Semitic #> 63670 Arabic (Egyptian) Afro-Asiatic Semitic #> 63674 Mina Afro-Asiatic Biu-Mandara #> 63680 Musgu Afro-Asiatic Biu-Mandara #> 63681 Hausa Afro-Asiatic West Chadic #> 63688 Zenaga Afro-Asiatic Berber #> 63697 Miya Afro-Asiatic West Chadic #> 63705 Berber (Figuig) Afro-Asiatic Berber #> 63744 Kanakuru Afro-Asiatic West Chadic #> 63755 Kabyle Afro-Asiatic Berber #> 63757 Ga'anda Afro-Asiatic Biu-Mandara #> 63758 Chaldean (Modern) Afro-Asiatic Semitic #> 63768 Buduma Afro-Asiatic Biu-Mandara #> 63769 Arabic (Gulf) Afro-Asiatic Semitic #> 63772 Arabic (Iraqi) Afro-Asiatic Semitic #> 63776 Tuareg (Air) Afro-Asiatic Berber #> 63778 Kera Afro-Asiatic East Chadic #> 63792 Mbara Afro-Asiatic Biu-Mandara #> 63794 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 63798 Tigrinya Afro-Asiatic Semitic #> 63816 Lele Afro-Asiatic East Chadic #> 63888 Somali Afro-Asiatic Lowland East Cushitic #> 63917 Qafar Afro-Asiatic Lowland East Cushitic #> 64044 Zayse Afro-Asiatic North Omotic #> 64127 Hausa Afro-Asiatic West Chadic #> 64134 Pa'a Afro-Asiatic West Chadic #> 64135 Sidaama Afro-Asiatic Highland East Cushitic #> 64138 Tigrinya Afro-Asiatic Semitic #> 64159 Kemant Afro-Asiatic Central Cushitic #> 64207 Soddo Afro-Asiatic Semitic #> 64219 Gude Afro-Asiatic Biu-Mandara #> 64244 Wolaytta Afro-Asiatic North Omotic #> 64246 Tigré Afro-Asiatic Semitic #> 64253 Amharic Afro-Asiatic Semitic #> 64258 Gamo Afro-Asiatic North Omotic #> 64264 Chaha Afro-Asiatic Semitic #> 64295 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 64300 Arbore Afro-Asiatic Lowland East Cushitic #> 64301 Dime Afro-Asiatic South Omotic #> 64303 Mbara Afro-Asiatic Biu-Mandara #> 64334 Musgu Afro-Asiatic Biu-Mandara #> 64354 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 64361 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 64387 Arabic (Gulf) Afro-Asiatic Semitic #> 64391 Arabic (Iraqi) Afro-Asiatic Semitic #> 64397 Uldeme Afro-Asiatic Biu-Mandara #> 64407 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 64425 Buduma Afro-Asiatic Biu-Mandara #> 64445 Pero Afro-Asiatic West Chadic #> 64479 Berber (Rif) Afro-Asiatic Berber #> 64486 Ga'anda Afro-Asiatic Biu-Mandara #> 64490 Ngizim Afro-Asiatic West Chadic #> 64521 Bidiya Afro-Asiatic East Chadic #> 64524 Berber (Figuig) Afro-Asiatic Berber #> 64549 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 64551 Lamang Afro-Asiatic Biu-Mandara #> 64562 Arabic (Egyptian) Afro-Asiatic Semitic #> 64568 Lagwan Afro-Asiatic Biu-Mandara #> 64580 Tamashek Afro-Asiatic Berber #> 64592 Chaldean (Modern) Afro-Asiatic Semitic #> 64626 Arabic (Moroccan) Afro-Asiatic Semitic #> 64627 Kabyle Afro-Asiatic Berber #> 64668 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 64671 Angas Afro-Asiatic West Chadic #> 64672 Berber (Siwa) Afro-Asiatic Berber #> 64719 Malgwa Afro-Asiatic Biu-Mandara #> 64723 Mupun Afro-Asiatic West Chadic #> 64724 Burunge Afro-Asiatic Southern Cushitic #> 64728 Kera Afro-Asiatic East Chadic #> 64746 Margi Afro-Asiatic Biu-Mandara #> 64774 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 64827 Miya Afro-Asiatic West Chadic #> 64887 Arabic (Syrian) Afro-Asiatic Semitic #> 64891 Hdi Afro-Asiatic Biu-Mandara #> 64898 Coptic Afro-Asiatic Egyptian-Coptic #> 64900 Masa Afro-Asiatic Masa #> 64901 Hebrew (Modern) Afro-Asiatic Semitic #> 64945 Somali Afro-Asiatic Lowland East Cushitic #> 64967 Mina Afro-Asiatic Biu-Mandara #> 64968 Goemai Afro-Asiatic West Chadic #> 64982 Berber (Chaouia) Afro-Asiatic Berber #> 65063 Kwami Afro-Asiatic West Chadic #> 65071 Tera Afro-Asiatic Biu-Mandara #> 65090 Lele Afro-Asiatic East Chadic #> 65103 Bilin Afro-Asiatic Central Cushitic #> 65105 Iraqw Afro-Asiatic Southern Cushitic #> 65122 Mehri Afro-Asiatic Semitic #> 65129 Aari Afro-Asiatic South Omotic #> 65130 Arabic (Modern Standard) Afro-Asiatic Semitic #> 65138 Berber (Middle Atlas) Afro-Asiatic Berber #> 65185 Kanakuru Afro-Asiatic West Chadic #> 65196 Gimira Afro-Asiatic North Omotic #> 65241 Beja Afro-Asiatic Beja #> 65250 Podoko Afro-Asiatic Biu-Mandara #> 65287 Amharic Afro-Asiatic Semitic #> 65397 Zayse Afro-Asiatic North Omotic #> 65408 Chaldean (Modern) Afro-Asiatic Semitic #> 65409 Podoko Afro-Asiatic Biu-Mandara #> 65460 Gamo Afro-Asiatic North Omotic #> 65464 Tigrinya Afro-Asiatic Semitic #> 65499 Qafar Afro-Asiatic Lowland East Cushitic #> 65538 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 65562 Arabic (Modern Standard) Afro-Asiatic Semitic #> 65603 Berber (Figuig) Afro-Asiatic Berber #> 65671 Kemant Afro-Asiatic Central Cushitic #> 65695 Wolaytta Afro-Asiatic North Omotic #> 65711 Miya Afro-Asiatic West Chadic #> 65724 Sidaama Afro-Asiatic Highland East Cushitic #> 65726 Arabic (Moroccan) Afro-Asiatic Semitic #> 65823 Mina Afro-Asiatic Biu-Mandara #> 65824 Margi Afro-Asiatic Biu-Mandara #> 65828 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 65844 Tamashek Afro-Asiatic Berber #> 65856 Berber (Rif) Afro-Asiatic Berber #> 65875 Tuareg (Air) Afro-Asiatic Berber #> 65890 Goemai Afro-Asiatic West Chadic #> 65937 Lele Afro-Asiatic East Chadic #> 65945 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 65962 Angas Afro-Asiatic West Chadic #> 65969 Dime Afro-Asiatic South Omotic #> 65986 Uldeme Afro-Asiatic Biu-Mandara #> 66028 Iraqw Afro-Asiatic Southern Cushitic #> 66052 Chaha Afro-Asiatic Semitic #> 66084 Ron Afro-Asiatic West Chadic #> 66098 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 66125 Bidiya Afro-Asiatic East Chadic #> 66126 Mbara Afro-Asiatic Biu-Mandara #> 66127 Malgwa Afro-Asiatic Biu-Mandara #> 66135 Berber (Chaouia) Afro-Asiatic Berber #> 66136 Berber (Ayt Seghrouchen Middle Atlas) Afro-Asiatic Berber #> 66140 Kanakuru Afro-Asiatic West Chadic #> 66163 Tera Afro-Asiatic Biu-Mandara #> 66177 Buduma Afro-Asiatic Biu-Mandara #> 66186 Mupun Afro-Asiatic West Chadic #> 66202 Ngizim Afro-Asiatic West Chadic #> 66225 Ga'anda Afro-Asiatic Biu-Mandara #> 66230 Arabic (Egyptian) Afro-Asiatic Semitic #> 66236 Musgu Afro-Asiatic Biu-Mandara #> 66269 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 66296 Berber (Siwa) Afro-Asiatic Berber #> 66302 Gimira Afro-Asiatic North Omotic #> 66319 Kera Afro-Asiatic East Chadic #> 66320 Hebrew (Modern) Afro-Asiatic Semitic #> 66321 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 66326 Aari Afro-Asiatic South Omotic #> 66345 Tuareg (Ghat) Afro-Asiatic Berber #> 66375 Lagwan Afro-Asiatic Biu-Mandara #> 66383 Gude Afro-Asiatic Biu-Mandara #> 66385 Burunge Afro-Asiatic Southern Cushitic #> 66390 Somali Afro-Asiatic Lowland East Cushitic #> 66395 Tashlhiyt Afro-Asiatic Berber #> 66401 Beja Afro-Asiatic Beja #> 66402 Hdi Afro-Asiatic Biu-Mandara #> 66425 Tigré Afro-Asiatic Semitic #> 66426 Lamang Afro-Asiatic Biu-Mandara #> 66428 Berber (Middle Atlas) Afro-Asiatic Berber #> 66440 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 66454 Arabic (Syrian) Afro-Asiatic Semitic #> 66460 Arabic (Gulf) Afro-Asiatic Semitic #> 66477 Hausa Afro-Asiatic West Chadic #> 66478 Coptic Afro-Asiatic Egyptian-Coptic #> 66483 Wolaytta Afro-Asiatic North Omotic #> 66511 Gamo Afro-Asiatic North Omotic #> 66563 Arabic (Modern Standard) Afro-Asiatic Semitic #> 66579 Berber (Chaouia) Afro-Asiatic Berber #> 66586 Berber (Figuig) Afro-Asiatic Berber #> 66606 Berber (Middle Atlas) Afro-Asiatic Berber #> 66625 Qafar Afro-Asiatic Lowland East Cushitic #> 66665 Tigré Afro-Asiatic Semitic #> 66680 Tuareg (Ghat) Afro-Asiatic Berber #> 66684 Arabic (Moroccan) Afro-Asiatic Semitic #> 66698 Coptic Afro-Asiatic Egyptian-Coptic #> 66760 Bilin Afro-Asiatic Central Cushitic #> 66788 Sidaama Afro-Asiatic Highland East Cushitic #> 66798 Zenaga Afro-Asiatic Berber #> 66827 Tamashek Afro-Asiatic Berber #> 66830 Amharic Afro-Asiatic Semitic #> 66842 Zayse Afro-Asiatic North Omotic #> 66843 Berber (Rif) Afro-Asiatic Berber #> 66854 Chaldean (Modern) Afro-Asiatic Semitic #> 66886 Arabic (Iraqi) Afro-Asiatic Semitic #> 66888 Somali Afro-Asiatic Lowland East Cushitic #> 66895 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 66919 Arabic (Gulf) Afro-Asiatic Semitic #> 66930 Hebrew (Modern) Afro-Asiatic Semitic #> 66931 Chaha Afro-Asiatic Semitic #> 66968 Arbore Afro-Asiatic Lowland East Cushitic #> 66984 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 66999 Kanakuru Afro-Asiatic West Chadic #> 67032 Margi Afro-Asiatic Biu-Mandara #> 67052 Hdi Afro-Asiatic Biu-Mandara #> 67055 Angas Afro-Asiatic West Chadic #> 67056 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 67087 Miya Afro-Asiatic West Chadic #> 67096 Aari Afro-Asiatic South Omotic #> 67121 Tera Afro-Asiatic Biu-Mandara #> 67123 Mina Afro-Asiatic Biu-Mandara #> 67164 Iraqw Afro-Asiatic Southern Cushitic #> 67169 Podoko Afro-Asiatic Biu-Mandara #> 67188 Mbara Afro-Asiatic Biu-Mandara #> 67192 Ngizim Afro-Asiatic West Chadic #> 67234 Dime Afro-Asiatic South Omotic #> 67238 Hausa Afro-Asiatic West Chadic #> 67250 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 67253 Ron Afro-Asiatic West Chadic #> 67258 Gude Afro-Asiatic Biu-Mandara #> 67299 Kera Afro-Asiatic East Chadic #> 67303 Mupun Afro-Asiatic West Chadic #> 67308 Musgu Afro-Asiatic Biu-Mandara #> 67345 Lamang Afro-Asiatic Biu-Mandara #> 67364 Giziga Afro-Asiatic Biu-Mandara #> 67366 Pa'a Afro-Asiatic West Chadic #> 67386 Malgwa Afro-Asiatic Biu-Mandara #> 67405 Masa Afro-Asiatic Masa #> 67428 Goemai Afro-Asiatic West Chadic #> 67442 Uldeme Afro-Asiatic Biu-Mandara #> 67469 Lele Afro-Asiatic East Chadic #> 67470 Burunge Afro-Asiatic Southern Cushitic #> 67476 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 67494 Pero Afro-Asiatic West Chadic #> 67530 Bidiya Afro-Asiatic East Chadic #> 67545 Lagwan Afro-Asiatic Biu-Mandara #> 67553 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 67563 Buduma Afro-Asiatic Biu-Mandara #> 67569 Arabic (Egyptian) Afro-Asiatic Semitic #> 67577 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 67579 Mehri Afro-Asiatic Semitic #> 67610 Arabic (Syrian) Afro-Asiatic Semitic #> 67619 Gimira Afro-Asiatic North Omotic #> 67642 Iraqw Afro-Asiatic Southern Cushitic #> 67819 Awngi Afro-Asiatic Central Cushitic #> 67890 Soqotri Afro-Asiatic Semitic #> 67898 Hausa Afro-Asiatic West Chadic #> 67916 Beja Afro-Asiatic Beja #> 67926 Harsusi Afro-Asiatic Semitic #> 67936 Mandaic (Modern) Afro-Asiatic Semitic #> 67939 Berber (Middle Atlas) Afro-Asiatic Berber #> 67956 Somali Afro-Asiatic Lowland East Cushitic #> 67960 Bathari Afro-Asiatic Semitic #> 67966 Mehri Afro-Asiatic Semitic #> 67985 Maltese Afro-Asiatic Semitic #> 68013 Ngizim Afro-Asiatic West Chadic #> 68015 Neo-Aramaic (Amadiya) Afro-Asiatic Semitic #> 68021 Amharic Afro-Asiatic Semitic #> 68025 Jibbali Afro-Asiatic Semitic #> 68032 Arabic (Moroccan) Afro-Asiatic Semitic #> 68060 Tashlhiyt Afro-Asiatic Berber #> 68061 Arabic (Egyptian) Afro-Asiatic Semitic #> 68069 Hebrew (Modern) Afro-Asiatic Semitic #> 68086 Soddo Afro-Asiatic Semitic #> 68094 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 68097 Chaha Afro-Asiatic Semitic #> 68107 Uldeme Afro-Asiatic Biu-Mandara #> 68110 Masa Afro-Asiatic Masa #> 68119 Mina Afro-Asiatic Biu-Mandara #> 68140 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 68151 Ga'anda Afro-Asiatic Biu-Mandara #> 68169 Podoko Afro-Asiatic Biu-Mandara #> 68207 Tera Afro-Asiatic Biu-Mandara #> 68220 Pa'a Afro-Asiatic West Chadic #> 68228 Mupun Afro-Asiatic West Chadic #> 68234 Hausa Afro-Asiatic West Chadic #> 68244 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 68249 Gude Afro-Asiatic Biu-Mandara #> 68296 Berber (Rif) Afro-Asiatic Berber #> 68297 Iraqw Afro-Asiatic Southern Cushitic #> 68299 Angas Afro-Asiatic West Chadic #> 68300 Buduma Afro-Asiatic Biu-Mandara #> 68323 Kanakuru Afro-Asiatic West Chadic #> 68342 Arabic (Iraqi) Afro-Asiatic Semitic #> 68347 Kera Afro-Asiatic East Chadic #> 68351 Pero Afro-Asiatic West Chadic #> 68367 Coptic Afro-Asiatic Egyptian-Coptic #> 68374 Hebrew (Modern) Afro-Asiatic Semitic #> 68378 Arabic (Gulf) Afro-Asiatic Semitic #> 68383 Aari Afro-Asiatic South Omotic #> 68386 Mbara Afro-Asiatic Biu-Mandara #> 68390 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 68406 Malgwa Afro-Asiatic Biu-Mandara #> 68419 Berber (Figuig) Afro-Asiatic Berber #> 68424 Musgu Afro-Asiatic Biu-Mandara #> 68439 Chaldean (Modern) Afro-Asiatic Semitic #> 68455 Kabyle Afro-Asiatic Berber #> 68456 Margi Afro-Asiatic Biu-Mandara #> 68457 Berber (Middle Atlas) Afro-Asiatic Berber #> 68458 Tuareg (Air) Afro-Asiatic Berber #> 68466 Miya Afro-Asiatic West Chadic #> 68482 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 68487 Hdi Afro-Asiatic Biu-Mandara #> 68497 Ngizim Afro-Asiatic West Chadic #> 68519 Beja Afro-Asiatic Beja #> 68523 Somali Afro-Asiatic Lowland East Cushitic #> 68549 Arabic (Egyptian) Afro-Asiatic Semitic #> 68557 Ron Afro-Asiatic West Chadic #> 68589 Mehri Afro-Asiatic Semitic #> 68601 Lamang Afro-Asiatic Biu-Mandara #> 68602 Arabic (Moroccan) Afro-Asiatic Semitic #> 68622 Arabic (Syrian) Afro-Asiatic Semitic #> 68640 Tamashek Afro-Asiatic Berber #> 68646 Arbore Afro-Asiatic Lowland East Cushitic #> 68653 Bidiya Afro-Asiatic East Chadic #> 68656 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 68657 Burunge Afro-Asiatic Southern Cushitic #> 68674 Lele Afro-Asiatic East Chadic #> 68694 Tigré Afro-Asiatic Semitic #> 68722 Kemant Afro-Asiatic Central Cushitic #> 68734 Sidaama Afro-Asiatic Highland East Cushitic #> 68745 Chaha Afro-Asiatic Semitic #> 68775 Qafar Afro-Asiatic Lowland East Cushitic #> 68778 Gamo Afro-Asiatic North Omotic #> 68810 Zayse Afro-Asiatic North Omotic #> 68819 Amharic Afro-Asiatic Semitic #> 68873 Gimira Afro-Asiatic North Omotic #> 68930 Qafar Afro-Asiatic Lowland East Cushitic #> 68937 Gamo Afro-Asiatic North Omotic #> 69008 Tigré Afro-Asiatic Semitic #> 69009 Kemant Afro-Asiatic Central Cushitic #> 69024 Chaha Afro-Asiatic Semitic #> 69057 Amharic Afro-Asiatic Semitic #> 69064 Zayse Afro-Asiatic North Omotic #> 69065 Sidaama Afro-Asiatic Highland East Cushitic #> 69091 Gimira Afro-Asiatic North Omotic #> 69122 Hausa Afro-Asiatic West Chadic #> 69136 Angas Afro-Asiatic West Chadic #> 69146 Ga'anda Afro-Asiatic Biu-Mandara #> 69147 Arabic (Moroccan) Afro-Asiatic Semitic #> 69154 Somali Afro-Asiatic Lowland East Cushitic #> 69156 Berber (Rif) Afro-Asiatic Berber #> 69170 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 69174 Arabic (Egyptian) Afro-Asiatic Semitic #> 69178 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 69183 Mehri Afro-Asiatic Semitic #> 69191 Pero Afro-Asiatic West Chadic #> 69234 Hdi Afro-Asiatic Biu-Mandara #> 69254 Lele Afro-Asiatic East Chadic #> 69268 Pa'a Afro-Asiatic West Chadic #> 69281 Uldeme Afro-Asiatic Biu-Mandara #> 69283 Tera Afro-Asiatic Biu-Mandara #> 69300 Malgwa Afro-Asiatic Biu-Mandara #> 69304 Podoko Afro-Asiatic Biu-Mandara #> 69311 Aari Afro-Asiatic South Omotic #> 69314 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 69321 Ngizim Afro-Asiatic West Chadic #> 69352 Kanakuru Afro-Asiatic West Chadic #> 69364 Arabic (Syrian) Afro-Asiatic Semitic #> 69383 Tamashek Afro-Asiatic Berber #> 69390 Ron Afro-Asiatic West Chadic #> 69407 Chaldean (Modern) Afro-Asiatic Semitic #> 69415 Kabyle Afro-Asiatic Berber #> 69444 Buduma Afro-Asiatic Biu-Mandara #> 69448 Margi Afro-Asiatic Biu-Mandara #> 69458 Kera Afro-Asiatic East Chadic #> 69487 Beja Afro-Asiatic Beja #> 69510 Bidiya Afro-Asiatic East Chadic #> 69522 Mbara Afro-Asiatic Biu-Mandara #> 69530 Berber (Middle Atlas) Afro-Asiatic Berber #> 69537 Berber (Figuig) Afro-Asiatic Berber #> 69565 Gude Afro-Asiatic Biu-Mandara #> 69566 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 69568 Arabic (Gulf) Afro-Asiatic Semitic #> 69571 Lamang Afro-Asiatic Biu-Mandara #> 69599 Hebrew (Modern) Afro-Asiatic Semitic #> 69604 Tuareg (Air) Afro-Asiatic Berber #> 69608 Mupun Afro-Asiatic West Chadic #> 69611 Coptic Afro-Asiatic Egyptian-Coptic #> 69612 Iraqw Afro-Asiatic Southern Cushitic #> 69618 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 69625 Arabic (Iraqi) Afro-Asiatic Semitic #> 69637 Miya Afro-Asiatic West Chadic #> 69668 Musgu Afro-Asiatic Biu-Mandara #> 69674 Mina Afro-Asiatic Biu-Mandara #> 69680 Burunge Afro-Asiatic Southern Cushitic #> 69687 Masa Afro-Asiatic Masa #> 69691 Arbore Afro-Asiatic Lowland East Cushitic #> 69723 Gimira Afro-Asiatic North Omotic #> 69840 Mina Afro-Asiatic Biu-Mandara #> 69852 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 69853 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 69877 Arabic (Gulf) Afro-Asiatic Semitic #> 69879 Dime Afro-Asiatic South Omotic #> 70014 Somali Afro-Asiatic Lowland East Cushitic #> 70072 Hausa Afro-Asiatic West Chadic #> 70075 Buduma Afro-Asiatic Biu-Mandara #> 70089 Bidiya Afro-Asiatic East Chadic #> 70121 Arabic (Modern Standard) Afro-Asiatic Semitic #> 70129 Chaldean (Modern) Afro-Asiatic Semitic #> 70150 Arabic (Egyptian) Afro-Asiatic Semitic #> 70168 Ngizim Afro-Asiatic West Chadic #> 70207 Margi Afro-Asiatic Biu-Mandara #> 70223 Burunge Afro-Asiatic Southern Cushitic #> 70240 Arabic (Moroccan) Afro-Asiatic Semitic #> 70282 Mupun Afro-Asiatic West Chadic #> 70295 Arabic (Iraqi) Afro-Asiatic Semitic #> 70298 Arabic (Syrian) Afro-Asiatic Semitic #> 70321 Hebrew (Modern) Afro-Asiatic Semitic #> 70344 Berber (Middle Atlas) Afro-Asiatic Berber #> 70346 Tamashek Afro-Asiatic Berber #> 70361 Berber (Rif) Afro-Asiatic Berber #> 70369 Arabic (Moroccan) Afro-Asiatic Semitic #> 70373 Berber (Figuig) Afro-Asiatic Berber #> 70382 Hebrew (Modern) Afro-Asiatic Semitic #> 70394 Arabic (Egyptian) Afro-Asiatic Semitic #> 70429 Coptic Afro-Asiatic Egyptian-Coptic #> 70442 Arabic (Modern Standard) Afro-Asiatic Semitic #> 70459 Mina Afro-Asiatic Biu-Mandara #> 70472 Pero Afro-Asiatic West Chadic #> 70481 Chaha Afro-Asiatic Semitic #> 70487 Lamang Afro-Asiatic Biu-Mandara #> 70489 Lagwan Afro-Asiatic Biu-Mandara #> 70494 Gude Afro-Asiatic Biu-Mandara #> 70498 Hausa Afro-Asiatic West Chadic #> 70535 Lele Afro-Asiatic East Chadic #> 70572 Margi Afro-Asiatic Biu-Mandara #> 70586 Tera Afro-Asiatic Biu-Mandara #> 70587 Arabic (Syrian) Afro-Asiatic Semitic #> 70599 Hdi Afro-Asiatic Biu-Mandara #> 70601 Miya Afro-Asiatic West Chadic #> 70607 Buduma Afro-Asiatic Biu-Mandara #> 70608 Musgu Afro-Asiatic Biu-Mandara #> 70620 Podoko Afro-Asiatic Biu-Mandara #> 70632 Angas Afro-Asiatic West Chadic #> 70657 Ron Afro-Asiatic West Chadic #> 70658 Goemai Afro-Asiatic West Chadic #> 70660 Kera Afro-Asiatic East Chadic #> 70690 Mupun Afro-Asiatic West Chadic #> 70724 Mbara Afro-Asiatic Biu-Mandara #> 70739 Masa Afro-Asiatic Masa #> 70757 Kanakuru Afro-Asiatic West Chadic #> 70763 Uldeme Afro-Asiatic Biu-Mandara #> 70822 Somali Afro-Asiatic Lowland East Cushitic #> 70872 Dime Afro-Asiatic South Omotic #> 70896 Ngizim Afro-Asiatic West Chadic #> 70898 Iraqw Afro-Asiatic Southern Cushitic #> 70904 Gimira Afro-Asiatic North Omotic #> 70911 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 70914 Mehri Afro-Asiatic Semitic #> 70929 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 70945 Beja Afro-Asiatic Beja #> 70949 Malgwa Afro-Asiatic Biu-Mandara #> 70950 Pa'a Afro-Asiatic West Chadic #> 70982 Wolaytta Afro-Asiatic North Omotic #> 70993 Aari Afro-Asiatic South Omotic #> 71047 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 71099 Sidaama Afro-Asiatic Highland East Cushitic #> 71108 Bilin Afro-Asiatic Central Cushitic #> 71127 Zayse Afro-Asiatic North Omotic #> 71136 Kabyle Afro-Asiatic Berber #> 71160 Tuareg (Air) Afro-Asiatic Berber #> 71161 Arabic (Gulf) Afro-Asiatic Semitic #> 71166 Kemant Afro-Asiatic Central Cushitic #> 71204 Burunge Afro-Asiatic Southern Cushitic #> 71216 Berber (Middle Atlas) Afro-Asiatic Berber #> 71243 Gude Afro-Asiatic Biu-Mandara #> 71251 Hdi Afro-Asiatic Biu-Mandara #> 71252 Hebrew (Modern) Afro-Asiatic Semitic #> 71267 Berber (Rif) Afro-Asiatic Berber #> 71279 Tigrinya Afro-Asiatic Semitic #> 71286 Berber (Figuig) Afro-Asiatic Berber #> 71291 Mehri Afro-Asiatic Semitic #> 71321 Zayse Afro-Asiatic North Omotic #> 71417 Tamashek Afro-Asiatic Berber #> 71454 Arabic (Syrian) Afro-Asiatic Semitic #> 71478 Coptic Afro-Asiatic Egyptian-Coptic #> 71480 Goemai Afro-Asiatic West Chadic #> 71488 Kanakuru Afro-Asiatic West Chadic #> 71492 Tashlhiyt Afro-Asiatic Berber #> 71522 Musgu Afro-Asiatic Biu-Mandara #> 71525 Somali Afro-Asiatic Lowland East Cushitic #> 71535 Tigré Afro-Asiatic Semitic #> 71540 Mupun Afro-Asiatic West Chadic #> 71548 Arabic (Gulf) Afro-Asiatic Semitic #> 71560 Angas Afro-Asiatic West Chadic #> 71633 Margi Afro-Asiatic Biu-Mandara #> 71643 Lele Afro-Asiatic East Chadic #> 71647 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 71675 Burunge Afro-Asiatic Southern Cushitic #> 71727 Tera Afro-Asiatic Biu-Mandara #> 71748 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 71758 Iraqw Afro-Asiatic Southern Cushitic #> 71817 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 71818 Beja Afro-Asiatic Beja #> 71848 Pa'a Afro-Asiatic West Chadic #> 71857 Kera Afro-Asiatic East Chadic #> 71868 Ron Afro-Asiatic West Chadic #> 71869 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 71875 Buduma Afro-Asiatic Biu-Mandara #> 71905 Ngizim Afro-Asiatic West Chadic #> 71911 Sidaama Afro-Asiatic Highland East Cushitic #> 71923 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 71946 Amharic Afro-Asiatic Semitic #> 71954 Masa Afro-Asiatic Masa #> 71977 Malgwa Afro-Asiatic Biu-Mandara #> 71985 Pero Afro-Asiatic West Chadic #> 72017 Mina Afro-Asiatic Biu-Mandara #> 72050 Giziga Afro-Asiatic Biu-Mandara #> 72059 Lagwan Afro-Asiatic Biu-Mandara #> 72063 Arabic (Iraqi) Afro-Asiatic Semitic #> 72066 Arabic (Egyptian) Afro-Asiatic Semitic #> 72088 Hausa Afro-Asiatic West Chadic #> 72095 Miya Afro-Asiatic West Chadic #> 72115 Kanakuru Afro-Asiatic West Chadic #> 72122 Berber (Rif) Afro-Asiatic Berber #> 72124 Lamang Afro-Asiatic Biu-Mandara #> 72132 Berber (Figuig) Afro-Asiatic Berber #> 72143 Lele Afro-Asiatic East Chadic #> 72161 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 72223 Somali Afro-Asiatic Lowland East Cushitic #> 72224 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 72239 Arabic (Modern Standard) Afro-Asiatic Semitic #> 72249 Mehri Afro-Asiatic Semitic #> 72272 Tera Afro-Asiatic Biu-Mandara #> 72273 Coptic Afro-Asiatic Egyptian-Coptic #> 72281 Musgu Afro-Asiatic Biu-Mandara #> 72283 Arabic (Egyptian) Afro-Asiatic Semitic #> 72293 Miya Afro-Asiatic West Chadic #> 72301 Arabic (Syrian) Afro-Asiatic Semitic #> 72304 Malgwa Afro-Asiatic Biu-Mandara #> 72309 Gude Afro-Asiatic Biu-Mandara #> 72323 Berber (Middle Atlas) Afro-Asiatic Berber #> 72331 Kera Afro-Asiatic East Chadic #> 72334 Tuareg (Ghat) Afro-Asiatic Berber #> 72341 Margi Afro-Asiatic Biu-Mandara #> 72342 Hebrew (Modern) Afro-Asiatic Semitic #> 72370 Arabic (Moroccan) Afro-Asiatic Semitic #> 72371 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 72372 Uldeme Afro-Asiatic Biu-Mandara #> 72379 Arabic (Iraqi) Afro-Asiatic Semitic #> 72401 Hausa Afro-Asiatic West Chadic #> 72403 Mina Afro-Asiatic Biu-Mandara #> 72426 Pa'a Afro-Asiatic West Chadic #> 72431 Mbara Afro-Asiatic Biu-Mandara #> 72474 Mupun Afro-Asiatic West Chadic #> 72488 Arabic (Gulf) Afro-Asiatic Semitic #> 72493 Tamashek Afro-Asiatic Berber #> 72564 Buduma Afro-Asiatic Biu-Mandara #> 72581 Amharic Afro-Asiatic Semitic #> 72596 Gimira Afro-Asiatic North Omotic #> 72643 Beja Afro-Asiatic Beja #> 72693 Tigré Afro-Asiatic Semitic #> 72708 Soddo Afro-Asiatic Semitic #> 72719 Tashlhiyt Afro-Asiatic Berber #> 72731 Lagwan Afro-Asiatic Biu-Mandara #> 72741 Pero Afro-Asiatic West Chadic #> 72759 Ngizim Afro-Asiatic West Chadic #> 72808 Sidaama Afro-Asiatic Highland East Cushitic #> 72872 Beja Afro-Asiatic Beja #> 72880 Dime Afro-Asiatic South Omotic #> 72943 Bilin Afro-Asiatic Central Cushitic #> 72963 Aari Afro-Asiatic South Omotic #> 72969 Qafar Afro-Asiatic Lowland East Cushitic #> 73033 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 73149 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 73150 Gamo Afro-Asiatic North Omotic #> 73199 Gimira Afro-Asiatic North Omotic #> 73235 Kemant Afro-Asiatic Central Cushitic #> 73241 Iraqw Afro-Asiatic Southern Cushitic #> 73249 Tigrinya Afro-Asiatic Semitic #> 73250 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 73252 Tigré Afro-Asiatic Semitic #> 73312 Mehri Afro-Asiatic Semitic #> 73318 Hausa Afro-Asiatic West Chadic #> 73329 Podoko Afro-Asiatic Biu-Mandara #> 73331 Tamashek Afro-Asiatic Berber #> 73337 Hdi Afro-Asiatic Biu-Mandara #> 73340 Pero Afro-Asiatic West Chadic #> 73349 Mina Afro-Asiatic Biu-Mandara #> 73351 Berber (Rif) Afro-Asiatic Berber #> 73353 Lamang Afro-Asiatic Biu-Mandara #> 73356 Margi Afro-Asiatic Biu-Mandara #> 73358 Arabic (Modern Standard) Afro-Asiatic Semitic #> 73372 Tuareg (Ghat) Afro-Asiatic Berber #> 73375 Coptic Afro-Asiatic Egyptian-Coptic #> 73381 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 73384 Tera Afro-Asiatic Biu-Mandara #> 73411 Berber (Ayt Seghrouchen Middle Atlas) Afro-Asiatic Berber #> 73414 Arabic (Gulf) Afro-Asiatic Semitic #> 73441 Kera Afro-Asiatic East Chadic #> 73444 Angas Afro-Asiatic West Chadic #> 73465 Goemai Afro-Asiatic West Chadic #> 73495 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 73503 Ga'anda Afro-Asiatic Biu-Mandara #> 73506 Bidiya Afro-Asiatic East Chadic #> 73517 Musgu Afro-Asiatic Biu-Mandara #> 73527 Malgwa Afro-Asiatic Biu-Mandara #> 73577 Buduma Afro-Asiatic Biu-Mandara #> 73587 Arabic (Moroccan) Afro-Asiatic Semitic #> 73594 Berber (Middle Atlas) Afro-Asiatic Berber #> 73602 Arabic (Iraqi) Afro-Asiatic Semitic #> 73607 Lele Afro-Asiatic East Chadic #> 73616 Kanakuru Afro-Asiatic West Chadic #> 73622 Gude Afro-Asiatic Biu-Mandara #> 73625 Berber (Figuig) Afro-Asiatic Berber #> 73649 Arabic (Syrian) Afro-Asiatic Semitic #> 73657 Tuareg (Air) Afro-Asiatic Berber #> 73667 Kabyle Afro-Asiatic Berber #> 73668 Miya Afro-Asiatic West Chadic #> 73673 Arabic (Egyptian) Afro-Asiatic Semitic #> 73676 Giziga Afro-Asiatic Biu-Mandara #> 73686 Hebrew (Modern) Afro-Asiatic Semitic #> 73703 Pa'a Afro-Asiatic West Chadic #> 73710 Masa Afro-Asiatic Masa #> 73714 Lagwan Afro-Asiatic Biu-Mandara #> 73743 Ngizim Afro-Asiatic West Chadic #> 73748 Mupun Afro-Asiatic West Chadic #> 73750 Uldeme Afro-Asiatic Biu-Mandara #> 73754 Amharic Afro-Asiatic Semitic #> 73789 Burunge Afro-Asiatic Southern Cushitic #> 73826 Soddo Afro-Asiatic Semitic #> 73843 Mbara Afro-Asiatic Biu-Mandara #> 73879 Chaha Afro-Asiatic Semitic #> 73882 Somali Afro-Asiatic Lowland East Cushitic #> 73919 Qafar Afro-Asiatic Lowland East Cushitic #> 73925 Tigré Afro-Asiatic Semitic #> 73962 Gamo Afro-Asiatic North Omotic #> 73968 Zayse Afro-Asiatic North Omotic #> 73986 Sidaama Afro-Asiatic Highland East Cushitic #> 74014 Kemant Afro-Asiatic Central Cushitic #> 74022 Amharic Afro-Asiatic Semitic #> 74036 Chaha Afro-Asiatic Semitic #> 74051 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 74052 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 74064 Somali Afro-Asiatic Lowland East Cushitic #> 74072 Aari Afro-Asiatic South Omotic #> 74099 Arbore Afro-Asiatic Lowland East Cushitic #> 74130 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 74135 Iraqw Afro-Asiatic Southern Cushitic #> 74143 Beja Afro-Asiatic Beja #> 74160 Hausa Afro-Asiatic West Chadic #> 74184 Mbara Afro-Asiatic Biu-Mandara #> 74199 Miya Afro-Asiatic West Chadic #> 74204 Gude Afro-Asiatic Biu-Mandara #> 74206 Hdi Afro-Asiatic Biu-Mandara #> 74214 Ngizim Afro-Asiatic West Chadic #> 74221 Arabic (Syrian) Afro-Asiatic Semitic #> 74226 Mupun Afro-Asiatic West Chadic #> 74227 Kanakuru Afro-Asiatic West Chadic #> 74233 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 74240 Ron Afro-Asiatic West Chadic #> 74251 Arabic (Egyptian) Afro-Asiatic Semitic #> 74279 Tera Afro-Asiatic Biu-Mandara #> 74287 Kabyle Afro-Asiatic Berber #> 74290 Pa'a Afro-Asiatic West Chadic #> 74304 Musgu Afro-Asiatic Biu-Mandara #> 74313 Pero Afro-Asiatic West Chadic #> 74327 Berber (Rif) Afro-Asiatic Berber #> 74331 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 74332 Ga'anda Afro-Asiatic Biu-Mandara #> 74337 Lele Afro-Asiatic East Chadic #> 74338 Margi Afro-Asiatic Biu-Mandara #> 74354 Uldeme Afro-Asiatic Biu-Mandara #> 74358 Coptic Afro-Asiatic Egyptian-Coptic #> 74369 Bidiya Afro-Asiatic East Chadic #> 74371 Lamang Afro-Asiatic Biu-Mandara #> 74375 Hebrew (Modern) Afro-Asiatic Semitic #> 74380 Buduma Afro-Asiatic Biu-Mandara #> 74384 Mina Afro-Asiatic Biu-Mandara #> 74394 Arabic (Moroccan) Afro-Asiatic Semitic #> 74415 Kera Afro-Asiatic East Chadic #> 74420 Tuareg (Air) Afro-Asiatic Berber #> 74440 Berber (Figuig) Afro-Asiatic Berber #> 74480 Mehri Afro-Asiatic Semitic #> 74486 Berber (Middle Atlas) Afro-Asiatic Berber #> 74494 Malgwa Afro-Asiatic Biu-Mandara #> 74501 Burunge Afro-Asiatic Southern Cushitic #> 74509 Tamashek Afro-Asiatic Berber #> 74529 Angas Afro-Asiatic West Chadic #> 74530 Masa Afro-Asiatic Masa #> 74546 Podoko Afro-Asiatic Biu-Mandara #> 74555 Arabic (Gulf) Afro-Asiatic Semitic #> 74573 Arabic (Iraqi) Afro-Asiatic Semitic #> 74686 Chaldean (Modern) Afro-Asiatic Semitic #> 74748 Gimira Afro-Asiatic North Omotic #> 74794 Tigrinya Afro-Asiatic Semitic #> 74814 Qafar Afro-Asiatic Lowland East Cushitic #> 74816 Amharic Afro-Asiatic Semitic #> 74850 Gamo Afro-Asiatic North Omotic #> 74860 Soddo Afro-Asiatic Semitic #> 74888 Sidaama Afro-Asiatic Highland East Cushitic #> 74896 Wolaytta Afro-Asiatic North Omotic #> 74897 Tigré Afro-Asiatic Semitic #> 74941 Chaha Afro-Asiatic Semitic #> 74971 Zayse Afro-Asiatic North Omotic #> 74985 Kemant Afro-Asiatic Central Cushitic #> 75009 Oromo (Waata) Afro-Asiatic Lowland East Cushitic #> 75020 Aari Afro-Asiatic South Omotic #> 75025 Somali Afro-Asiatic Lowland East Cushitic #> 75051 Dhaasanac Afro-Asiatic Lowland East Cushitic #> 75089 Dime Afro-Asiatic South Omotic #> 75099 Neo-Aramaic (Arbel Jewish) Afro-Asiatic Semitic #> 75171 Iraqw Afro-Asiatic Southern Cushitic #> 75253 Bilin Afro-Asiatic Central Cushitic #> 75279 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 75317 Arbore Afro-Asiatic Lowland East Cushitic #> 75350 Pa'a Afro-Asiatic West Chadic #> 75359 Hausa Afro-Asiatic West Chadic #> 75407 Gude Afro-Asiatic Biu-Mandara #> 75457 Berber (Rif) Afro-Asiatic Berber #> 75461 Mupun Afro-Asiatic West Chadic #> 75473 Malgwa Afro-Asiatic Biu-Mandara #> 75493 Berber (Chaouia) Afro-Asiatic Berber #> 75497 Lagwan Afro-Asiatic Biu-Mandara #> 75524 Goemai Afro-Asiatic West Chadic #> 75527 Arabic (Egyptian) Afro-Asiatic Semitic #> 75528 Ga'anda Afro-Asiatic Biu-Mandara #> 75529 Margi Afro-Asiatic Biu-Mandara #> 75533 Berber (Figuig) Afro-Asiatic Berber #> 75550 Mina Afro-Asiatic Biu-Mandara #> 75558 Tera Afro-Asiatic Biu-Mandara #> 75565 Buduma Afro-Asiatic Biu-Mandara #> 75590 Arabic (Moroccan) Afro-Asiatic Semitic #> 75591 Bidiya Afro-Asiatic East Chadic #> 75599 Hdi Afro-Asiatic Biu-Mandara #> 75662 Pero Afro-Asiatic West Chadic #> 75665 Kera Afro-Asiatic East Chadic #> 75668 Berber (Middle Atlas) Afro-Asiatic Berber #> 75685 Burunge Afro-Asiatic Southern Cushitic #> 75686 Musgu Afro-Asiatic Biu-Mandara #> 75692 Uldeme Afro-Asiatic Biu-Mandara #> 75698 Kabyle Afro-Asiatic Berber #> 75700 Coptic Afro-Asiatic Egyptian-Coptic #> 75701 Miya Afro-Asiatic West Chadic #> 75702 Angas Afro-Asiatic West Chadic #> 75703 Arabic (Modern Standard) Afro-Asiatic Semitic #> 75743 Tamashek Afro-Asiatic Berber #> 75760 Mbara Afro-Asiatic Biu-Mandara #> 75774 Arabic (Syrian) Afro-Asiatic Semitic #> 75781 Masa Afro-Asiatic Masa #> 75785 Lele Afro-Asiatic East Chadic #> 75788 Ngizim Afro-Asiatic West Chadic #> 75794 Arabic (Iraqi) Afro-Asiatic Semitic #> 75859 Mofu-Gudur Afro-Asiatic Biu-Mandara #> 75863 Hebrew (Modern) Afro-Asiatic Semitic #> 75867 Arabic (Gulf) Afro-Asiatic Semitic #> 75881 Arabic (Kuwaiti) Afro-Asiatic Semitic #> 75892 Mehri Afro-Asiatic Semitic #> 75893 Mada (in Cameroon) Afro-Asiatic Biu-Mandara #> 75905 Lamang Afro-Asiatic Biu-Mandara #> 75906 Gimira Afro-Asiatic North Omotic #> 75915 Beja Afro-Asiatic Beja #> 75921 Podoko Afro-Asiatic Biu-Mandara #> 76072 Kanakuru Afro-Asiatic West Chadic #> 76109 Arabic (Egyptian) Afro-Asiatic Semitic #> 76164 Kera Afro-Asiatic East Chadic #> 76171 Hausa Afro-Asiatic West Chadic #> 76206 Hebrew (Modern) Afro-Asiatic Semitic #> 76242 Iraqw Afro-Asiatic Southern Cushitic #> 76248 Berber (Middle Atlas) Afro-Asiatic Berber #> 76250 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 76303 Iraqw Afro-Asiatic Southern Cushitic #> 76307 Kera Afro-Asiatic East Chadic #> 76309 Arabic (Egyptian) Afro-Asiatic Semitic #> 76327 Hausa Afro-Asiatic West Chadic #> 76364 Berber (Middle Atlas) Afro-Asiatic Berber #> 76398 Oromo (Harar) Afro-Asiatic Lowland East Cushitic #> 76412 Hebrew (Modern) Afro-Asiatic Semitic #> macroarea #> 164 Eurasia #> 215 Africa #> 237 Africa #> 244 Africa #> 269 Africa #> 350 Africa #> 359 Africa #> 382 Africa #> 389 Africa #> 395 Africa #> 400 Africa #> 404 Eurasia #> 419 Africa #> 429 Africa #> 448 Africa #> 450 Africa #> 457 Africa #> 461 Africa #> 462 Africa #> 464 Africa #> 471 Africa #> 479 Africa #> 490 Africa #> 497 Africa #> 498 Africa #> 511 Africa #> 517 Africa #> 538 Africa #> 572 Africa #> 672 Africa #> 690 Africa #> 692 Africa #> 705 Eurasia #> 709 Africa #> 720 Africa #> 724 Africa #> 742 Eurasia #> 747 Africa #> 761 Africa #> 774 Africa #> 789 Africa #> 822 Africa #> 823 Africa #> 825 Africa #> 826 Africa #> 884 Africa #> 911 Africa #> 922 Africa #> 931 Africa #> 961 Eurasia #> 973 Africa #> 974 Africa #> 985 Africa #> 994 Africa #> 997 Africa #> 1007 Africa #> 1008 Africa #> 1009 Africa #> 1020 Africa #> 1073 Africa #> 1076 Africa #> 1080 Africa #> 1134 Africa #> 1264 Africa #> 1277 Africa #> 1311 Africa #> 1317 Africa #> 1318 Africa #> 1382 Africa #> 1386 Africa #> 1403 #> 1421 Africa #> 1432 Africa #> 1451 Africa #> 1461 Africa #> 1471 Eurasia #> 1478 Eurasia #> 1482 Eurasia #> 1496 Eurasia #> 1521 Africa #> 1542 Africa #> 1557 Africa #> 1576 Africa #> 1594 Africa #> 1595 Africa #> 1610 Africa #> 1656 Eurasia #> 1684 Eurasia #> 1713 Africa #> 1726 Africa #> 1780 Africa #> 1788 Africa #> 1789 Africa #> 1792 Africa #> 1803 Africa #> 1807 Africa #> 1810 Africa #> 1819 Africa #> 1832 Africa #> 1839 Africa #> 1840 Africa #> 1879 Africa #> 1893 Africa #> 1908 Africa #> 1915 Africa #> 1918 Eurasia #> 1920 Africa #> 1935 Africa #> 1941 Africa #> 1971 Africa #> 2002 Africa #> 2023 Africa #> 2037 Africa #> 2045 Africa #> 2050 Africa #> 2073 Eurasia #> 2092 Africa #> 2096 Africa #> 2098 Africa #> 2133 Africa #> 2147 Africa #> 2247 Africa #> 2296 Africa #> 2298 Africa #> 2304 Africa #> 2344 Africa #> 2366 Africa #> 2372 Africa #> 2378 Africa #> 2397 Africa #> 2399 Africa #> 2422 Africa #> 2453 Africa #> 2459 Africa #> 2463 Africa #> 2511 Africa #> 2512 Africa #> 2539 Africa #> 2551 Africa #> 2571 Africa #> 2599 Africa #> 2625 Africa #> 2657 Eurasia #> 2705 Africa #> 2720 Africa #> 2739 Africa #> 2743 Africa #> 2748 Eurasia #> 2758 Africa #> 2788 Africa #> 2793 Africa #> 2805 Africa #> 2873 Africa #> 2875 Africa #> 2882 Africa #> 2899 Africa #> 2930 Africa #> 2935 Africa #> 2950 Africa #> 2976 Africa #> 3052 Africa #> 3089 Africa #> 3096 Africa #> 3108 Africa #> 3113 Africa #> 3147 Africa #> 3158 Africa #> 3163 Eurasia #> 3168 Africa #> 3187 Africa #> 3190 Africa #> 3192 Africa #> 3194 Africa #> 3206 Africa #> 3207 Eurasia #> 3217 #> 3221 Africa #> 3223 Africa #> 3224 Africa #> 3253 Africa #> 3259 Africa #> 3271 Africa #> 3275 Africa #> 3285 Africa #> 3290 Africa #> 3339 Africa #> 3354 Africa #> 3410 Africa #> 3447 Africa #> 3472 Africa #> 3495 Africa #> 3505 Africa #> 3552 Africa #> 3561 Africa #> 3583 Eurasia #> 3610 Africa #> 3636 Africa #> 3646 Africa #> 3692 Africa #> 3693 Africa #> 3694 Africa #> 3714 Africa #> 3716 Africa #> 3752 Africa #> 3766 Africa #> 3769 Eurasia #> 3770 Africa #> 3776 Africa #> 3870 Africa #> 3900 Africa #> 3916 Africa #> 3966 Africa #> 3969 Africa #> 3994 Africa #> 4062 Eurasia #> 4071 Africa #> 4107 Africa #> 4129 Africa #> 4143 Africa #> 4162 Africa #> 4174 Africa #> 4176 Africa #> 4178 Africa #> 4260 Eurasia #> 4263 Africa #> 4264 Africa #> 4268 Africa #> 4285 Africa #> 4358 Africa #> 4369 Africa #> 4379 Africa #> 4380 Africa #> 4390 Africa #> 4401 Africa #> 4447 Africa #> 4480 Eurasia #> 4484 Africa #> 4486 Africa #> 4515 Africa #> 4524 Africa #> 4598 Africa #> 4613 Africa #> 4639 Africa #> 4663 Africa #> 4685 Africa #> 4714 Africa #> 4729 Africa #> 4746 Eurasia #> 4763 Africa #> 4789 Africa #> 4799 Africa #> 4806 Africa #> 4811 Africa #> 4817 Africa #> 4829 Africa #> 4833 Africa #> 4848 Africa #> 4860 Africa #> 4930 Africa #> 4948 Africa #> 4964 Africa #> 4966 Africa #> 4992 Africa #> 5029 Eurasia #> 5037 Eurasia #> 5075 Africa #> 5081 Africa #> 5082 Africa #> 5095 Africa #> 5103 Africa #> 5111 Africa #> 5131 Africa #> 5137 Africa #> 5139 Africa #> 5193 Africa #> 5243 Africa #> 5266 Africa #> 5311 Africa #> 5385 Africa #> 5386 Eurasia #> 5395 Africa #> 5412 Africa #> 5452 Africa #> 5460 Africa #> 5469 Africa #> 5479 Africa #> 5503 Africa #> 5530 Africa #> 5544 Africa #> 5575 Eurasia #> 5588 Eurasia #> 5608 Africa #> 5622 Africa #> 5675 Africa #> 5679 Africa #> 5747 Africa #> 5806 Africa #> 5829 Africa #> 5850 Africa #> 5855 Africa #> 5875 Africa #> 5884 Africa #> 5903 Africa #> 5918 Africa #> 5921 Africa #> 5937 Africa #> 5958 Africa #> 5975 Africa #> 5983 Africa #> 5984 Africa #> 5985 Eurasia #> 6131 Africa #> 6133 Africa #> 6137 Africa #> 6138 Africa #> 6179 Africa #> 6184 #> 6204 Africa #> 6213 Eurasia #> 6217 Eurasia #> 6218 Africa #> 6247 Africa #> 6289 Eurasia #> 6301 Eurasia #> 6302 Africa #> 6310 Eurasia #> 6342 Africa #> 6385 Africa #> 6410 Africa #> 6415 Africa #> 6445 Africa #> 6448 Africa #> 6458 Africa #> 6462 Africa #> 6465 Africa #> 6489 Africa #> 6510 Africa #> 6514 Africa #> 6539 Africa #> 6568 Eurasia #> 6571 Africa #> 6582 Africa #> 6628 Africa #> 6699 Africa #> 6707 Africa #> 6716 Africa #> 6772 Africa #> 6790 Africa #> 6795 Africa #> 6799 Africa #> 6824 Africa #> 6836 Africa #> 6848 Africa #> 6849 Africa #> 6857 Africa #> 6867 Africa #> 6868 Africa #> 6881 Africa #> 6890 Africa #> 6932 Africa #> 6967 Africa #> 7009 Africa #> 7021 Africa #> 7028 Africa #> 7033 Africa #> 7066 Africa #> 7069 Africa #> 7109 Africa #> 7115 Africa #> 7147 Africa #> 7179 Eurasia #> 7184 Africa #> 7217 Eurasia #> 7225 Africa #> 7254 Africa #> 7260 Africa #> 7292 Africa #> 7293 Africa #> 7317 Africa #> 7347 Africa #> 7350 Africa #> 7355 Africa #> 7358 Africa #> 7431 Africa #> 7476 Africa #> 7492 Africa #> 7505 Africa #> 7507 Africa #> 7513 Africa #> 7529 Africa #> 7547 Africa #> 7571 Africa #> 7579 Africa #> 7587 Africa #> 7615 Africa #> 7616 Eurasia #> 7631 Africa #> 7648 Africa #> 7671 Africa #> 7673 Eurasia #> 7688 Africa #> 7726 Africa #> 7728 Africa #> 7730 Africa #> 7735 Eurasia #> 7800 Africa #> 7806 Africa #> 7830 Africa #> 7847 Eurasia #> 7856 Africa #> 7863 Africa #> 7895 Africa #> 7904 Africa #> 7919 Africa #> 7933 Africa #> 7946 #> 7951 Africa #> 7968 Africa #> 7971 Africa #> 7997 Africa #> 8005 Africa #> 8012 Africa #> 8014 Africa #> 8022 Africa #> 8031 Africa #> 8058 Africa #> 8080 Africa #> 8093 Africa #> 8110 Eurasia #> 8125 Africa #> 8140 Africa #> 8176 Africa #> 8177 Africa #> 8196 Africa #> 8197 Africa #> 8217 Africa #> 8246 Africa #> 8282 Africa #> 8292 Africa #> 8293 Africa #> 8322 Africa #> 8323 Africa #> 8375 Africa #> 8384 Africa #> 8388 Africa #> 8440 Africa #> 8455 Africa #> 8458 Africa #> 8475 Africa #> 8479 Africa #> 8526 Africa #> 8532 Africa #> 8534 Eurasia #> 8538 Africa #> 8556 Eurasia #> 8590 Africa #> 8600 Africa #> 8634 Africa #> 8643 Africa #> 8646 Eurasia #> 8666 Africa #> 8674 Africa #> 8676 Africa #> 8677 Africa #> 8678 Eurasia #> 8681 Eurasia #> 8682 Africa #> 8686 Africa #> 8696 Africa #> 8706 Africa #> 8769 Africa #> 8777 Africa #> 8781 Africa #> 8799 Africa #> 8803 Africa #> 8853 Africa #> 8919 Africa #> 8994 Africa #> 9029 Africa #> 9041 Eurasia #> 9078 Africa #> 9089 Africa #> 9092 Africa #> 9099 Africa #> 9100 Eurasia #> 9106 Africa #> 9119 Africa #> 9131 Africa #> 9190 Africa #> 9191 Africa #> 9196 Africa #> 9210 Africa #> 9221 Africa #> 9222 Africa #> 9236 Africa #> 9242 Africa #> 9243 Africa #> 9245 Africa #> 9246 Africa #> 9256 Africa #> 9265 Africa #> 9301 Africa #> 9303 Africa #> 9321 Africa #> 9323 Africa #> 9348 Africa #> 9353 Africa #> 9371 Africa #> 9377 Africa #> 9392 Africa #> 9399 Africa #> 9428 Africa #> 9434 Africa #> 9438 Africa #> 9453 Africa #> 9510 Africa #> 9511 Africa #> 9549 Africa #> 9567 Africa #> 9570 Africa #> 9576 Africa #> 9593 Africa #> 9594 Eurasia #> 9598 Eurasia #> 9608 Africa #> 9620 Africa #> 9729 Africa #> 9731 Africa #> 9742 Africa #> 9757 Africa #> 9766 Africa #> 9770 Africa #> 9788 Africa #> 9851 Africa #> 9886 Africa #> 9937 Africa #> 9948 Africa #> 9949 Africa #> 9959 Africa #> 9980 Africa #> 9992 Africa #> 10010 Africa #> 10014 Africa #> 10017 Africa #> 10023 Africa #> 10026 Africa #> 10054 Africa #> 10071 Africa #> 10072 Eurasia #> 10076 Africa #> 10119 Eurasia #> 10138 Africa #> 10154 Africa #> 10182 Africa #> 10199 Africa #> 10216 Africa #> 10250 Africa #> 10254 Africa #> 10304 Africa #> 10324 Africa #> 10331 Africa #> 10362 Africa #> 10385 Africa #> 10393 Africa #> 10397 Africa #> 10409 Africa #> 10414 Africa #> 10416 Africa #> 10439 Africa #> 10454 Eurasia #> 10466 Africa #> 10491 Africa #> 10504 Africa #> 10510 Africa #> 10512 Africa #> 10515 Africa #> 10531 Eurasia #> 10545 Africa #> 10547 Africa #> 10554 Eurasia #> 10562 Eurasia #> 10568 Africa #> 10572 Africa #> 10575 Eurasia #> 10583 Eurasia #> 10586 Africa #> 10590 Africa #> 10596 Africa #> 10634 Africa #> 10637 Africa #> 10742 Africa #> 10766 Africa #> 10773 Africa #> 10782 Eurasia #> 10791 Africa #> 10793 Africa #> 10797 Africa #> 10814 Africa #> 10815 Africa #> 10820 Africa #> 10822 Africa #> 10838 Africa #> 10848 Africa #> 10865 Africa #> 10903 Africa #> 10904 Eurasia #> 10905 Africa #> 10908 Africa #> 10909 Africa #> 10933 Africa #> 10950 Africa #> 10951 Africa #> 10956 Africa #> 10994 Africa #> 11005 Eurasia #> 11021 Africa #> 11028 Africa #> 11037 Africa #> 11038 Africa #> 11042 Africa #> 11051 Africa #> 11109 Africa #> 11129 Africa #> 11131 Africa #> 11133 Africa #> 11134 Africa #> 11152 Eurasia #> 11155 Africa #> 11178 Africa #> 11183 Africa #> 11198 Africa #> 11203 Africa #> 11206 Africa #> 11288 Africa #> 11304 Eurasia #> 11309 Africa #> 11311 Eurasia #> 11350 Africa #> 11353 Africa #> 11372 Africa #> 11392 Africa #> 11393 Africa #> 11431 Africa #> 11446 Africa #> 11461 Eurasia #> 11477 Africa #> 11492 Africa #> 11510 Africa #> 11516 Africa #> 11523 Africa #> 11532 Eurasia #> 11560 Africa #> 11562 Africa #> 11631 Eurasia #> 11640 Africa #> 11641 Africa #> 11659 Africa #> 11679 Africa #> 11691 Africa #> 11701 Eurasia #> 11726 Africa #> 11761 Africa #> 11767 Africa #> 11783 Eurasia #> 11810 Africa #> 11816 Africa #> 11829 Africa #> 11887 Africa #> 11893 Africa #> 11901 Eurasia #> 11903 Africa #> 11933 Africa #> 11953 Africa #> 12020 Africa #> 12050 Africa #> 12066 Africa #> 12077 Africa #> 12136 Africa #> 12207 Africa #> 12240 Africa #> 12497 Eurasia #> 12536 Africa #> 12547 Africa #> 12555 Africa #> 12628 Eurasia #> 12639 Africa #> 12643 Africa #> 12655 Africa #> 12750 Africa #> 12756 Eurasia #> 12865 Africa #> 12872 Africa #> 12876 Africa #> 12885 Africa #> 12892 Africa #> 12906 Africa #> 12911 Africa #> 12912 Africa #> 12917 Africa #> 12937 Africa #> 12949 Africa #> 12952 Africa #> 12955 Africa #> 12958 Africa #> 12981 Africa #> 12982 Africa #> 12990 Africa #> 13014 Africa #> 13050 Africa #> 13061 Africa #> 13100 Africa #> 13139 Africa #> 13156 Africa #> 13198 Africa #> 13202 Africa #> 13230 Africa #> 13369 Eurasia #> 13379 Africa #> 13432 Africa #> 13503 Africa #> 13530 Africa #> 13724 Africa #> 13735 Africa #> 13737 Africa #> 13766 Africa #> 13774 Africa #> 13797 Africa #> 13802 Africa #> 13849 Eurasia #> 13850 Africa #> 13944 Africa #> 14039 Eurasia #> 14053 Africa #> 14153 Eurasia #> 14167 Eurasia #> 14276 Africa #> 14288 Eurasia #> 14396 Africa #> 14417 Eurasia #> 14425 Africa #> 14431 Africa #> 14435 Africa #> 14476 Africa #> 14524 Africa #> 14558 Africa #> 14568 Africa #> 14645 Africa #> 14678 Africa #> 14703 Africa #> 14719 Africa #> 14743 Africa #> 14751 Africa #> 14760 Eurasia #> 14764 Africa #> 14879 Africa #> 14931 Africa #> 14945 Eurasia #> 14961 Africa #> 14974 Africa #> 15023 Africa #> 15045 Africa #> 15088 Africa #> 15120 Africa #> 15132 Africa #> 15136 Africa #> 15149 Africa #> 15161 Africa #> 15185 Africa #> 15211 Eurasia #> 15317 Africa #> 15324 Africa #> 15327 Africa #> 15346 Africa #> 15361 Africa #> 15362 Africa #> 15380 Africa #> 15392 Africa #> 15404 Africa #> 15418 Africa #> 15422 Africa #> 15425 Africa #> 15478 Eurasia #> 15495 Eurasia #> 15523 Africa #> 15541 Africa #> 15546 Africa #> 15589 Africa #> 15593 Africa #> 15598 Eurasia #> 15614 Eurasia #> 15617 Africa #> 15629 Africa #> 15641 Eurasia #> 15691 Africa #> 15697 Africa #> 15717 Eurasia #> 15725 Africa #> 15726 Eurasia #> 15746 Eurasia #> 15749 Eurasia #> 15753 Africa #> 15786 Eurasia #> 15956 Eurasia #> 16005 Eurasia #> 16055 Africa #> 16057 Africa #> 16058 Eurasia #> 16135 Eurasia #> 16136 Eurasia #> 16138 Eurasia #> 16147 Eurasia #> 16152 Africa #> 16159 Eurasia #> 16164 Eurasia #> 16170 Africa #> 16171 Africa #> 16176 Africa #> 16216 Africa #> 16245 Africa #> 16285 Eurasia #> 16354 Eurasia #> 16360 Africa #> 16367 Eurasia #> 16379 Africa #> 16466 Africa #> 16500 #> 16537 Africa #> 16580 Africa #> 16600 Eurasia #> 16644 Eurasia #> 16740 Africa #> 16759 Africa #> 16794 Eurasia #> 16820 Africa #> 16831 Africa #> 16834 Africa #> 16837 Africa #> 16839 Africa #> 16842 Africa #> 16855 Africa #> 16859 Africa #> 16898 Africa #> 16917 Africa #> 16926 Africa #> 16928 Africa #> 16938 Africa #> 16943 Africa #> 16966 Africa #> 16980 Africa #> 16989 Africa #> 16997 Africa #> 17005 Africa #> 17006 Africa #> 17033 Africa #> 17037 Africa #> 17039 Eurasia #> 17056 Africa #> 17061 Africa #> 17062 Africa #> 17069 Africa #> 17072 Africa #> 17074 Africa #> 17088 Africa #> 17097 Africa #> 17124 Africa #> 17125 Africa #> 17141 Africa #> 17154 Africa #> 17163 Africa #> 17167 Africa #> 17179 Africa #> 17187 Africa #> 17195 Africa #> 17219 Africa #> 17234 Africa #> 17313 Africa #> 17317 Eurasia #> 17390 Africa #> 17408 Africa #> 17418 Africa #> 17422 Africa #> 17455 Africa #> 17464 Africa #> 17467 Africa #> 17472 Africa #> 17514 Africa #> 17516 Africa #> 17520 Africa #> 17579 Africa #> 17606 Africa #> 17607 Africa #> 17613 Africa #> 17623 Africa #> 17638 Africa #> 17650 Africa #> 17662 Africa #> 17688 Africa #> 17690 Africa #> 17699 Africa #> 17711 Africa #> 17716 Africa #> 17719 Africa #> 17735 Africa #> 17737 Africa #> 17739 Africa #> 17749 Africa #> 17752 Africa #> 17764 Africa #> 17797 Africa #> 17812 Eurasia #> 17817 Eurasia #> 17854 Africa #> 17901 #> 17934 Africa #> 17945 Africa #> 17965 Eurasia #> 17966 Eurasia #> 18011 Africa #> 18023 Africa #> 18027 Africa #> 18089 Africa #> 18122 Africa #> 18165 Africa #> 18175 Africa #> 18203 Eurasia #> 18209 Africa #> 18283 Africa #> 18287 Africa #> 18298 Eurasia #> 18328 Africa #> 18332 Africa #> 18338 Africa #> 18361 Africa #> 18389 Africa #> 18408 Africa #> 18517 Africa #> 18570 Africa #> 18580 Africa #> 18610 Africa #> 18644 Africa #> 18665 Eurasia #> 18669 Africa #> 18706 Africa #> 18714 Africa #> 18722 Africa #> 18733 Africa #> 18735 Africa #> 18746 Africa #> 18760 Africa #> 18761 Africa #> 18764 Africa #> 18791 Africa #> 18816 Africa #> 18825 Africa #> 18836 Africa #> 18840 Africa #> 18858 Africa #> 18880 Africa #> 18899 Africa #> 18900 Africa #> 18901 Africa #> 18905 Africa #> 18909 Africa #> 18910 Africa #> 18938 Africa #> 18951 Africa #> 18954 Africa #> 18968 Africa #> 18978 Africa #> 18988 Eurasia #> 18995 Africa #> 19012 Africa #> 19063 Africa #> 19081 Africa #> 19106 Africa #> 19109 Africa #> 19111 Africa #> 19116 Africa #> 19125 Africa #> 19139 Africa #> 19140 Africa #> 19160 Africa #> 19164 Africa #> 19171 Africa #> 19177 Africa #> 19180 Africa #> 19181 Africa #> 19193 Africa #> 19198 Africa #> 19217 Africa #> 19228 Africa #> 19233 Africa #> 19251 Africa #> 19268 Africa #> 19281 Africa #> 19286 Africa #> 19289 Africa #> 19290 Africa #> 19297 Africa #> 19310 Africa #> 19315 Africa #> 19319 Africa #> 19330 Africa #> 19340 Africa #> 19347 Africa #> 19353 Africa #> 19370 Africa #> 19380 Africa #> 19391 Eurasia #> 19408 Africa #> 19432 Africa #> 19436 Africa #> 19445 Africa #> 19451 Africa #> 19462 Africa #> 19475 Africa #> 19503 Africa #> 19506 Africa #> 19541 Africa #> 19579 Africa #> 19591 Africa #> 19615 Africa #> 19650 Africa #> 19664 Africa #> 19671 Africa #> 19713 Africa #> 19720 Africa #> 19848 Eurasia #> 19917 Africa #> 19924 Eurasia #> 19989 Africa #> 19995 Africa #> 20034 Africa #> 20042 Eurasia #> 20092 Africa #> 20094 Africa #> 20141 Eurasia #> 20163 Africa #> 20167 Africa #> 20183 Africa #> 20251 Eurasia #> 20272 Africa #> 20304 #> 20342 Eurasia #> 20394 Africa #> 20395 Africa #> 20409 Eurasia #> 20426 Africa #> 20436 Africa #> 20457 Africa #> 20462 Africa #> 20478 Eurasia #> 20482 Africa #> 20489 Africa #> 20544 Africa #> 20553 Africa #> 20570 Africa #> 20596 Africa #> 20601 Africa #> 20614 Africa #> 20640 Africa #> 20660 Africa #> 20678 Africa #> 20691 Africa #> 20698 Africa #> 20703 Africa #> 20718 Africa #> 20732 Africa #> 20748 Africa #> 20800 Africa #> 20802 Africa #> 20815 #> 20826 Africa #> 20837 Eurasia #> 20851 Eurasia #> 20863 Africa #> 20867 Africa #> 20894 Africa #> 20947 Africa #> 20970 Africa #> 20990 Africa #> 21054 Africa #> 21055 Africa #> 21075 Eurasia #> 21077 Africa #> 21109 Africa #> 21129 Eurasia #> 21162 Africa #> 21170 Africa #> 21214 Africa #> 21221 Africa #> 21223 Eurasia #> 21231 Africa #> 21244 Africa #> 21291 Africa #> 21293 Africa #> 21333 Africa #> 21392 Africa #> 21397 Africa #> 21430 Africa #> 21491 Africa #> 21503 Eurasia #> 21534 Africa #> 21555 Africa #> 21565 Africa #> 21577 Africa #> 21578 Africa #> 21588 Africa #> 21612 Africa #> 21617 Africa #> 21646 Africa #> 21659 Eurasia #> 21673 Africa #> 21682 Africa #> 21688 Africa #> 21722 Africa #> 21771 Africa #> 21773 Africa #> 21775 Africa #> 21778 Africa #> 21788 Africa #> 21838 Eurasia #> 21884 Africa #> 21887 Eurasia #> 21918 Africa #> 21926 Africa #> 21930 Africa #> 21932 Africa #> 21935 Africa #> 21957 Africa #> 21958 Africa #> 21961 Africa #> 21979 Africa #> 21983 Africa #> 21994 Africa #> 22004 Africa #> 22009 Africa #> 22010 Africa #> 22026 Africa #> 22030 Africa #> 22037 Africa #> 22046 Africa #> 22047 Africa #> 22063 Africa #> 22086 Africa #> 22108 Eurasia #> 22154 Eurasia #> 22175 Eurasia #> 22210 Africa #> 22216 Africa #> 22225 Africa #> 22266 Africa #> 22286 Africa #> 22303 Africa #> 22376 Eurasia #> 22387 Africa #> 22402 Africa #> 22424 Africa #> 22425 Africa #> 22443 Africa #> 22487 Africa #> 22489 Africa #> 22493 Africa #> 22696 Africa #> 22710 Africa #> 22715 Africa #> 22721 Africa #> 22725 Africa #> 22727 Africa #> 22728 Africa #> 22731 Africa #> 22739 Africa #> 22740 Africa #> 22744 Africa #> 22749 Africa #> 22752 Africa #> 22763 Africa #> 22766 Africa #> 22830 Africa #> 22831 Eurasia #> 22836 Africa #> 22908 Eurasia #> 22923 #> 23009 Africa #> 23045 Eurasia #> 23074 Eurasia #> 23134 Africa #> 23135 Africa #> 23136 Africa #> 23151 Africa #> 23168 Eurasia #> 23173 #> 23234 Eurasia #> 23243 Africa #> 23253 Africa #> 23261 Eurasia #> 23291 Africa #> 23311 Eurasia #> 23461 Africa #> 23464 Africa #> 23479 Africa #> 23480 Africa #> 23501 Africa #> 23507 Africa #> 23508 Africa #> 23510 Africa #> 23512 Africa #> 23520 Africa #> 23525 Africa #> 23527 Eurasia #> 23528 Africa #> 23535 Africa #> 23536 Africa #> 23542 Africa #> 23551 Africa #> 23558 Africa #> 23559 Africa #> 23566 Africa #> 23567 Africa #> 23575 Africa #> 23651 Eurasia #> 23681 Africa #> 23684 Eurasia #> 23702 Africa #> 23711 Africa #> 23717 Africa #> 23720 Africa #> 23750 Africa #> 23758 Africa #> 23765 Africa #> 23766 Africa #> 23777 Africa #> 23780 Africa #> 23818 Eurasia #> 23842 Africa #> 23843 Eurasia #> 23853 Eurasia #> 23895 Africa #> 23896 Africa #> 23901 Africa #> 23910 Africa #> 23912 Africa #> 23920 Africa #> 23929 Africa #> 23934 Africa #> 23937 Africa #> 23955 Africa #> 23958 Africa #> 23962 Africa #> 23965 Africa #> 23971 Africa #> 23974 Africa #> 23982 Eurasia #> 24042 Africa #> 24046 Africa #> 24050 Africa #> 24059 Africa #> 24073 Eurasia #> 24075 Africa #> 24076 Eurasia #> 24115 Africa #> 24119 Africa #> 24142 Africa #> 24147 Africa #> 24175 Africa #> 24181 Africa #> 24182 Africa #> 24189 Africa #> 24191 Africa #> 24199 Africa #> 24216 Africa #> 24225 Africa #> 24229 Africa #> 24235 Africa #> 24255 Africa #> 24272 Africa #> 24273 Africa #> 24309 Eurasia #> 24310 Eurasia #> 24321 Africa #> 24328 Africa #> 24409 Africa #> 24410 Africa #> 24413 Africa #> 24425 Africa #> 24430 Africa #> 24431 Africa #> 24437 Africa #> 24439 Africa #> 24445 Eurasia #> 24450 Eurasia #> 24471 Africa #> 24477 Africa #> 24482 Africa #> 24489 Africa #> 24536 Africa #> 24542 Africa #> 24558 Africa #> 24576 Africa #> 24577 Africa #> 24595 Eurasia #> 24603 Eurasia #> 24606 Africa #> 24617 Africa #> 24618 Africa #> 24624 Africa #> 24648 Africa #> 24662 Eurasia #> 24697 Eurasia #> 24702 Eurasia #> 24706 Africa #> 24708 Eurasia #> 24790 Eurasia #> 24838 Africa #> 24840 Africa #> 24846 Africa #> 24847 Africa #> 24860 Africa #> 24862 Africa #> 24871 Africa #> 24903 Africa #> 24934 Africa #> 24942 Africa #> 24944 Africa #> 24947 Africa #> 24949 Africa #> 24951 Africa #> 24952 Africa #> 24953 Africa #> 24964 Africa #> 24966 Africa #> 24984 Africa #> 24986 Africa #> 24999 Africa #> 25001 Africa #> 25006 Africa #> 25020 Africa #> 25022 Africa #> 25028 Africa #> 25033 Africa #> 25034 Eurasia #> 25037 Africa #> 25064 Africa #> 25070 Africa #> 25074 Africa #> 25095 Africa #> 25097 Africa #> 25105 Africa #> 25134 Africa #> 25138 Africa #> 25154 Africa #> 25168 Eurasia #> 25190 Africa #> 25207 Africa #> 25213 Africa #> 25248 Africa #> 25252 Africa #> 25264 Africa #> 25276 Africa #> 25279 Africa #> 25298 Africa #> 25301 Africa #> 25315 Africa #> 25320 Africa #> 25331 Africa #> 25338 Africa #> 25350 Africa #> 25354 Africa #> 25356 Africa #> 25366 Eurasia #> 25382 Africa #> 25393 Eurasia #> 25415 Eurasia #> 25421 Eurasia #> 25459 Africa #> 25474 Eurasia #> 25487 Africa #> 25490 Africa #> 25498 Africa #> 25508 Africa #> 25509 Africa #> 25528 Africa #> 25531 Africa #> 25534 Africa #> 25540 Africa #> 25549 Africa #> 25553 Africa #> 25562 Africa #> 25563 Africa #> 25566 Africa #> 25567 Africa #> 25578 Africa #> 25581 Eurasia #> 25582 Africa #> 25589 Africa #> 25592 Africa #> 25597 Africa #> 25605 Africa #> 25613 Africa #> 25618 Africa #> 25620 Africa #> 25642 Eurasia #> 25645 Africa #> 25648 Eurasia #> 25689 Africa #> 25712 Africa #> 25725 Eurasia #> 25731 Africa #> 25771 Africa #> 25777 Africa #> 25792 Africa #> 25847 Eurasia #> 25887 Eurasia #> 25890 Africa #> 26066 Africa #> 26068 Africa #> 26079 Africa #> 26081 Africa #> 26106 Africa #> 26200 Africa #> 26226 Eurasia #> 26242 Africa #> 26271 Africa #> 26354 Africa #> 26363 Africa #> 26370 Africa #> 26372 Africa #> 26409 Africa #> 26435 Africa #> 26437 Africa #> 26463 Africa #> 26486 Africa #> 26498 Africa #> 26576 Africa #> 26577 Africa #> 26603 Africa #> 26605 Africa #> 26606 Africa #> 26695 Africa #> 26707 Africa #> 26729 Africa #> 26742 Africa #> 26745 Africa #> 26797 Africa #> 26809 Africa #> 26817 Eurasia #> 26820 Africa #> 26906 Africa #> 26918 Africa #> 26921 Africa #> 26941 Africa #> 27038 Africa #> 27039 Africa #> 27040 Africa #> 27091 Africa #> 27103 Africa #> 27104 Africa #> 27121 Africa #> 27139 Africa #> 27161 Eurasia #> 27169 Africa #> 27267 Africa #> 27270 Africa #> 27278 Africa #> 27315 Africa #> 27337 Africa #> 27365 Africa #> 27394 Africa #> 27438 Africa #> 27448 Africa #> 27469 Africa #> 27503 Eurasia #> 27520 Africa #> 27532 Africa #> 27540 Africa #> 27550 Africa #> 27569 Africa #> 27607 Africa #> 27608 Africa #> 27612 Africa #> 27630 Africa #> 27653 Africa #> 27654 Africa #> 27768 Africa #> 27790 Africa #> 27802 Africa #> 27934 Eurasia #> 27938 Africa #> 27939 Africa #> 27985 Africa #> 28004 Africa #> 28006 Africa #> 28013 Africa #> 28091 Africa #> 28158 Africa #> 28180 Africa #> 28203 Africa #> 28245 Africa #> 28256 Africa #> 28261 Africa #> 28316 Africa #> 28329 Africa #> 28330 Africa #> 28341 Africa #> 28395 Eurasia #> 28403 #> 28419 Eurasia #> 28421 Africa #> 28423 Eurasia #> 28435 Africa #> 28436 Africa #> 28437 Africa #> 28440 Africa #> 28445 Africa #> 28449 Africa #> 28452 Africa #> 28508 Africa #> 28510 Africa #> 28520 Africa #> 28521 Africa #> 28522 Africa #> 28523 Africa #> 28584 Eurasia #> 28609 Eurasia #> 28613 Africa #> 28623 #> 28658 Africa #> 28660 Africa #> 28661 Africa #> 28664 Africa #> 28671 Eurasia #> 28672 Africa #> 28673 Africa #> 28675 Africa #> 28679 Africa #> 28680 Africa #> 28682 Africa #> 28683 Africa #> 28687 Africa #> 28707 Eurasia #> 28754 #> 28761 Eurasia #> 28768 Africa #> 28787 Africa #> 28788 Africa #> 28814 Eurasia #> 28828 Eurasia #> 28829 Africa #> 28830 Africa #> 28832 Africa #> 28833 Africa #> 28856 Africa #> 28884 Africa #> 28902 Africa #> 28932 Eurasia #> 28946 #> 28958 Africa #> 28976 Eurasia #> 29042 Eurasia #> 29061 Eurasia #> 29099 Eurasia #> 29108 Africa #> 29111 Africa #> 29112 Eurasia #> 29117 Eurasia #> 29118 Eurasia #> 29123 Eurasia #> 29125 Africa #> 29143 Africa #> 29147 Africa #> 29150 Africa #> 29181 Eurasia #> 29186 Africa #> 29207 Africa #> 29215 Eurasia #> 29369 Eurasia #> 29406 Africa #> 29446 Eurasia #> 29466 Africa #> 29562 Eurasia #> 29615 Africa #> 29660 Eurasia #> 29717 Africa #> 29730 Africa #> 29736 Eurasia #> 29819 Eurasia #> 29849 Eurasia #> 29854 Eurasia #> 29855 Eurasia #> 29863 Africa #> 29867 Eurasia #> 29946 Africa #> 29954 Africa #> 29959 Eurasia #> 29960 Eurasia #> 29966 Africa #> 29978 Africa #> 29980 Africa #> 29986 Africa #> 29989 Eurasia #> 29995 Eurasia #> 29996 Eurasia #> 30063 Eurasia #> 30087 Eurasia #> 30121 Eurasia #> 30146 Africa #> 30169 Africa #> 30202 Eurasia #> 30229 Africa #> 30267 Africa #> 30268 Africa #> 30281 Africa #> 30323 Africa #> 30384 Africa #> 30395 Africa #> 30398 Africa #> 30428 Africa #> 30461 Africa #> 30475 Africa #> 30481 Africa #> 30492 Africa #> 30546 Eurasia #> 30559 Africa #> 30567 Africa #> 30584 Africa #> 30587 Africa #> 30614 Africa #> 30615 Africa #> 30619 Africa #> 30638 Africa #> 30655 Africa #> 30664 Africa #> 30685 Africa #> 30691 Africa #> 30699 Africa #> 30725 Africa #> 30729 Eurasia #> 30744 Africa #> 30759 Africa #> 30795 Africa #> 30809 Africa #> 30893 Africa #> 30897 Africa #> 30915 Africa #> 30930 Africa #> 30957 Africa #> 30968 Africa #> 30977 Africa #> 31012 Africa #> 31054 Eurasia #> 31058 Africa #> 31106 Africa #> 31110 Africa #> 31197 Africa #> 31226 Africa #> 31237 Africa #> 31247 Eurasia #> 31253 Africa #> 31313 Africa #> 31328 Africa #> 31330 Africa #> 31375 Africa #> 31389 Africa #> 31391 Africa #> 31396 Africa #> 31397 Africa #> 31402 Africa #> 31403 Africa #> 31404 Africa #> 31449 Africa #> 31468 Africa #> 31528 Africa #> 31529 Africa #> 31559 Africa #> 31566 Africa #> 31591 Africa #> 31608 Africa #> 31625 Africa #> 31628 Africa #> 31641 Africa #> 31652 Africa #> 31664 Africa #> 31665 Africa #> 31688 Africa #> 31700 Africa #> 31716 Africa #> 31726 Africa #> 31738 Eurasia #> 31740 Africa #> 31757 Africa #> 31812 Africa #> 31828 Eurasia #> 31880 Africa #> 31919 Africa #> 31941 Africa #> 31968 Africa #> 31985 Africa #> 31996 Africa #> 32005 Africa #> 32129 Africa #> 32143 Africa #> 32148 Africa #> 32163 Africa #> 32164 Africa #> 32165 Eurasia #> 32167 Africa #> 32205 Africa #> 32234 Africa #> 32243 Africa #> 32281 Africa #> 32283 Africa #> 32309 Africa #> 32331 Eurasia #> 32341 Africa #> 32378 Africa #> 32424 Africa #> 32425 Africa #> 32450 Africa #> 32451 Africa #> 32456 Africa #> 32489 Eurasia #> 32491 Africa #> 32562 Africa #> 32575 Eurasia #> 32585 Africa #> 32590 Africa #> 32610 Africa #> 32612 Africa #> 32726 Eurasia #> 32739 Africa #> 32747 Africa #> 32757 Africa #> 32791 Africa #> 32861 Africa #> 32877 Africa #> 33025 Africa #> 33031 Africa #> 33044 Africa #> 33058 Eurasia #> 33078 Africa #> 33097 Africa #> 33117 Africa #> 33182 Africa #> 33205 Africa #> 33235 Eurasia #> 33289 Africa #> 33318 Africa #> 33333 Africa #> 33334 Africa #> 33377 Africa #> 33421 Africa #> 33451 Eurasia #> 33454 Africa #> 33511 Africa #> 33567 Africa #> 33584 Africa #> 33609 Africa #> 33655 Africa #> 33665 Africa #> 33682 Africa #> 33734 Africa #> 33757 Africa #> 33758 Africa #> 33848 Africa #> 33851 Eurasia #> 33859 Africa #> 33878 Africa #> 33903 Africa #> 33910 Africa #> 33929 Africa #> 33939 Africa #> 33943 Eurasia #> 33949 Africa #> 33958 Africa #> 33963 Africa #> 33974 Africa #> 33993 Africa #> 34034 Africa #> 34038 Africa #> 34043 Africa #> 34045 Africa #> 34063 Africa #> 34068 Africa #> 34076 Africa #> 34095 Africa #> 34110 Africa #> 34155 Eurasia #> 34158 Africa #> 34159 Africa #> 34197 Africa #> 34208 Eurasia #> 34209 Africa #> 34228 Africa #> 34233 Eurasia #> 34252 Africa #> 34267 Africa #> 34285 Eurasia #> 34296 Africa #> 34301 Africa #> 34318 Africa #> 34324 Eurasia #> 34343 Africa #> 34373 Africa #> 34444 Africa #> 34451 Africa #> 34461 Africa #> 34465 #> 34481 Africa #> 34536 Africa #> 34568 Africa #> 34577 Africa #> 34585 Africa #> 34597 Africa #> 34609 Eurasia #> 34623 Africa #> 34668 Africa #> 34704 Africa #> 34742 Africa #> 34746 Africa #> 34756 Africa #> 34759 Africa #> 34762 Africa #> 34764 Africa #> 34772 Eurasia #> 34774 Africa #> 34818 Africa #> 34952 Africa #> 34953 Africa #> 34964 Eurasia #> 34993 Africa #> 34998 Africa #> 35037 Africa #> 35056 Africa #> 35105 Africa #> 35134 Africa #> 35172 Africa #> 35187 Africa #> 35191 Africa #> 35218 Africa #> 35225 Africa #> 35236 Eurasia #> 35305 Africa #> 35445 Africa #> 35491 Africa #> 35556 Africa #> 35570 Africa #> 35592 Africa #> 35612 Eurasia #> 35646 Africa #> 35651 Africa #> 35672 Africa #> 35678 Africa #> 35709 Africa #> 35730 Africa #> 35734 Africa #> 35739 Africa #> 35740 Africa #> 35742 Africa #> 35750 Africa #> 35752 Africa #> 35776 Eurasia #> 35780 Africa #> 35786 Africa #> 35789 Africa #> 35822 Africa #> 35835 Africa #> 35841 Africa #> 35848 Africa #> 35850 Africa #> 35874 Africa #> 35881 Africa #> 36035 Africa #> 36037 Africa #> 36040 Africa #> 36041 Eurasia #> 36043 Eurasia #> 36049 Africa #> 36050 Africa #> 36051 Africa #> 36052 Africa #> 36054 Africa #> 36055 Africa #> 36056 Africa #> 36057 Africa #> 36070 Eurasia #> 36071 Africa #> 36075 Africa #> 36076 Africa #> 36079 Africa #> 36081 Eurasia #> 36082 Africa #> 36292 Africa #> 36294 Africa #> 36297 Africa #> 36305 Africa #> 36310 Eurasia #> 36311 Africa #> 36312 Africa #> 36313 Africa #> 36321 Eurasia #> 36324 Africa #> 36333 Eurasia #> 36340 Africa #> 36355 Africa #> 36356 Africa #> 36357 Africa #> 36358 Africa #> 36362 Eurasia #> 36365 Africa #> 36367 Africa #> 36370 Africa #> 36584 Africa #> 36600 Eurasia #> 36601 Africa #> 36602 Africa #> 36603 Africa #> 36609 Africa #> 36610 Africa #> 36615 Africa #> 36623 Eurasia #> 36627 Eurasia #> 36629 Africa #> 36631 Africa #> 36634 Eurasia #> 36637 Africa #> 36638 Africa #> 36640 Africa #> 36643 Africa #> 36648 Africa #> 36650 Africa #> 36653 Africa #> 36708 Africa #> 36790 Africa #> 36798 Africa #> 36804 Africa #> 36818 Africa #> 36823 Africa #> 36874 Africa #> 36882 Africa #> 36957 Africa #> 36977 Eurasia #> 36993 Eurasia #> 37001 Africa #> 37033 Africa #> 37035 Africa #> 37051 Africa #> 37078 Africa #> 37090 Africa #> 37095 Eurasia #> 37099 Africa #> 37101 Africa #> 37102 Africa #> 37128 Africa #> 37136 Africa #> 37137 Africa #> 37144 Africa #> 37154 Eurasia #> 37160 Africa #> 37201 Africa #> 37202 Africa #> 37217 Africa #> 37236 Africa #> 37265 Africa #> 37269 Africa #> 37285 Africa #> 37289 Africa #> 37319 Africa #> 37321 Eurasia #> 37323 Africa #> 37324 Africa #> 37327 Eurasia #> 37328 #> 37329 Eurasia #> 37330 Africa #> 37331 Africa #> 37333 Africa #> 37342 Africa #> 37348 Africa #> 37350 Eurasia #> 37353 Africa #> 37355 Africa #> 37389 Africa #> 37397 Africa #> 37415 Africa #> 37439 Africa #> 37450 Africa #> 37474 Africa #> 37525 Africa #> 37547 Africa #> 37558 Africa #> 37581 Africa #> 37616 Africa #> 37638 Africa #> 37640 Africa #> 37655 Africa #> 37665 Africa #> 37673 Africa #> 37718 Africa #> 37762 Africa #> 37787 Africa #> 37795 Africa #> 37815 Africa #> 37852 Africa #> 37882 Eurasia #> 37885 Africa #> 37897 Africa #> 37899 Africa #> 37906 Africa #> 37908 Africa #> 37928 Africa #> 37939 Africa #> 37945 Africa #> 37948 Africa #> 37953 Africa #> 37962 Africa #> 37977 Eurasia #> 37981 Eurasia #> 37982 Africa #> 37988 Africa #> 37995 Africa #> 38002 Africa #> 38010 Africa #> 38103 Africa #> 38110 Africa #> 38111 Africa #> 38121 Africa #> 38159 Eurasia #> 38161 Africa #> 38162 Africa #> 38165 Eurasia #> 38204 Africa #> 38209 Africa #> 38294 Africa #> 38349 Africa #> 38383 Africa #> 38445 Africa #> 38446 Africa #> 38455 Africa #> 38474 Eurasia #> 38481 Africa #> 38496 Eurasia #> 38524 Africa #> 38528 Africa #> 38542 Africa #> 38554 Africa #> 38575 Africa #> 38590 Africa #> 38601 Africa #> 38620 Africa #> 38636 Africa #> 38644 Africa #> 38652 Africa #> 38664 Africa #> 38675 Africa #> 38678 Africa #> 38687 Africa #> 38698 Africa #> 38708 Africa #> 38746 Africa #> 38790 Africa #> 38791 Africa #> 38800 Eurasia #> 38815 Africa #> 38817 Africa #> 38821 Eurasia #> 38824 Africa #> 38825 Africa #> 38827 Eurasia #> 38833 Eurasia #> 38835 Africa #> 38841 Africa #> 38842 Eurasia #> 38846 Africa #> 38849 Eurasia #> 38852 Africa #> 38860 Africa #> 38866 Africa #> 38870 Africa #> 38871 Eurasia #> 38873 Africa #> 38874 Africa #> 38880 Africa #> 38889 Africa #> 38914 Africa #> 38943 Africa #> 39014 Africa #> 39065 Africa #> 39073 Africa #> 39088 Africa #> 39097 Africa #> 39098 #> 39135 Africa #> 39144 Africa #> 39163 Africa #> 39171 Africa #> 39185 Africa #> 39186 Africa #> 39210 Eurasia #> 39227 Africa #> 39242 Africa #> 39244 Africa #> 39254 Africa #> 39261 Africa #> 39264 Africa #> 39282 Eurasia #> 39307 Eurasia #> 39332 Africa #> 39345 Africa #> 39352 Africa #> 39357 Africa #> 39366 Africa #> 39373 Africa #> 39385 Africa #> 39388 Africa #> 39393 Eurasia #> 39406 Africa #> 39407 Africa #> 39411 Eurasia #> 39420 Africa #> 39421 Africa #> 39424 Eurasia #> 39438 Africa #> 39445 Africa #> 39508 #> 39527 Africa #> 39541 Africa #> 39542 Africa #> 39567 Africa #> 39581 Africa #> 39640 Africa #> 39688 Africa #> 39691 Africa #> 39728 Africa #> 39737 Africa #> 39760 Africa #> 39788 Eurasia #> 39797 Africa #> 39866 Africa #> 40126 Africa #> 40162 Africa #> 40208 Africa #> 40215 Africa #> 40237 Africa #> 40242 Africa #> 40287 Africa #> 40295 Africa #> 40297 Eurasia #> 40347 Africa #> 40360 Africa #> 40372 Africa #> 40377 Africa #> 40379 Africa #> 40385 Africa #> 40389 Africa #> 40396 Africa #> 40414 Africa #> 40417 Africa #> 40420 Africa #> 40428 Africa #> 40439 Africa #> 40442 Africa #> 40445 Africa #> 40459 Africa #> 40463 Africa #> 40466 Eurasia #> 40475 Africa #> 40503 Africa #> 40512 Africa #> 40531 Africa #> 40596 Africa #> 40610 Africa #> 40615 Eurasia #> 40636 Africa #> 40642 Africa #> 40660 Africa #> 40711 Africa #> 40714 Africa #> 40715 Eurasia #> 40719 Eurasia #> 40720 Africa #> 40725 Eurasia #> 40743 Africa #> 40766 #> 40776 Africa #> 40785 Africa #> 40808 Africa #> 40812 Africa #> 40824 Africa #> 40846 Africa #> 40895 Africa #> 40914 Africa #> 40923 Africa #> 40927 Africa #> 40929 Africa #> 40931 Africa #> 40964 Africa #> 40972 Africa #> 40994 Africa #> 41006 Eurasia #> 41032 Eurasia #> 41034 Africa #> 41053 Africa #> 41066 Africa #> 41085 Africa #> 41086 Africa #> 41087 Africa #> 41089 Africa #> 41097 #> 41101 Africa #> 41106 Africa #> 41107 Eurasia #> 41108 Africa #> 41118 Africa #> 41125 Africa #> 41150 Africa #> 41162 Africa #> 41163 Africa #> 41193 Africa #> 41208 Africa #> 41233 Africa #> 41277 Eurasia #> 41281 Eurasia #> 41329 Eurasia #> 41332 Africa #> 41345 Africa #> 41361 Africa #> 41368 Africa #> 41369 Africa #> 41370 Africa #> 41373 Eurasia #> 41374 Africa #> 41375 Africa #> 41377 Africa #> 41378 Africa #> 41380 Africa #> 41382 Africa #> 41429 Africa #> 41430 Africa #> 41452 Africa #> 41459 Africa #> 41479 Africa #> 41486 Africa #> 41487 Africa #> 41609 Africa #> 41768 Africa #> 41781 Africa #> 41785 Eurasia #> 41793 Africa #> 41797 Africa #> 41822 Africa #> 41841 Africa #> 41847 Africa #> 41856 Africa #> 41877 Africa #> 42120 Eurasia #> 42144 Africa #> 42147 Africa #> 42149 Africa #> 42150 Africa #> 42154 Africa #> 42160 Africa #> 42163 Africa #> 42172 Africa #> 42183 Africa #> 42188 Africa #> 42192 Eurasia #> 42226 Africa #> 42271 Africa #> 42281 Eurasia #> 42299 Africa #> 42305 Eurasia #> 42310 Africa #> 42316 Africa #> 42321 Africa #> 42330 Eurasia #> 42349 Africa #> 42372 Africa #> 42407 Africa #> 42469 Africa #> 42495 Africa #> 42520 Africa #> 42603 Africa #> 42606 Africa #> 42620 Africa #> 42625 Africa #> 42626 Africa #> 42634 Africa #> 42678 Africa #> 42680 Africa #> 42732 Africa #> 42741 Africa #> 42753 Africa #> 42758 Africa #> 42774 Eurasia #> 42794 Africa #> 42798 Africa #> 42850 Eurasia #> 42898 Africa #> 42914 Africa #> 42923 Africa #> 42933 Africa #> 42939 Africa #> 42946 Africa #> 42975 Africa #> 42994 Africa #> 43066 Africa #> 43069 Africa #> 43330 Africa #> 43338 Africa #> 43346 Africa #> 43353 Africa #> 43373 Africa #> 43383 Africa #> 43392 Africa #> 43407 Africa #> 43420 Africa #> 43436 Africa #> 43467 Africa #> 43483 Eurasia #> 43499 Africa #> 43555 Africa #> 43567 Africa #> 43568 Africa #> 43571 Eurasia #> 43580 Africa #> 43582 Africa #> 43583 Africa #> 43585 Africa #> 43588 Africa #> 43598 Africa #> 43600 Africa #> 43601 Africa #> 43605 Africa #> 43609 Africa #> 43610 Africa #> 43612 Africa #> 43651 Africa #> 43653 Africa #> 43700 Eurasia #> 43764 Africa #> 43787 Africa #> 43793 Africa #> 43800 Africa #> 43862 Africa #> 43865 Africa #> 43871 Africa #> 43899 Africa #> 43998 Africa #> 44080 Africa #> 44141 Africa #> 44156 Africa #> 44158 Africa #> 44163 Africa #> 44170 Eurasia #> 44217 Africa #> 44272 Africa #> 44282 Africa #> 44315 Africa #> 44373 #> 44382 Africa #> 44385 Africa #> 44389 Africa #> 44393 Africa #> 44408 Africa #> 44411 Africa #> 44449 Africa #> 44471 Africa #> 44540 Eurasia #> 44541 Africa #> 44546 Eurasia #> 44547 Africa #> 44548 Eurasia #> 44551 Eurasia #> 44567 Africa #> 44574 Africa #> 44586 Africa #> 44599 Africa #> 44600 Africa #> 44607 Eurasia #> 44637 Africa #> 44653 Africa #> 44661 Africa #> 44667 Africa #> 44682 Africa #> 44693 Africa #> 44718 Africa #> 44738 Africa #> 44752 Africa #> 44769 Africa #> 44773 Africa #> 44794 Eurasia #> 44809 Africa #> 44820 Africa #> 44822 Africa #> 44836 Africa #> 44837 Africa #> 44891 Africa #> 44902 Africa #> 44909 Africa #> 44938 Africa #> 44948 Africa #> 44969 Africa #> 45001 Eurasia #> 45003 Africa #> 45031 Africa #> 45035 Africa #> 45036 Africa #> 45056 Africa #> 45089 Africa #> 45095 Africa #> 45104 Eurasia #> 45126 Africa #> 45129 Eurasia #> 45130 Africa #> 45177 Africa #> 45184 Africa #> 45190 Africa #> 45202 Africa #> 45205 Africa #> 45227 Africa #> 45248 Africa #> 45254 Africa #> 45305 Africa #> 45316 Africa #> 45319 Africa #> 45320 Africa #> 45392 Africa #> 45395 Africa #> 45404 Africa #> 45407 Eurasia #> 45411 Africa #> 45417 Eurasia #> 45419 Africa #> 45428 Eurasia #> 45429 Africa #> 45460 Africa #> 45479 Africa #> 45495 Africa #> 45506 Africa #> 45515 Africa #> 45522 Africa #> 45587 Eurasia #> 45588 Eurasia #> 45622 Eurasia #> 45642 Africa #> 45668 Africa #> 45676 Africa #> 45680 Africa #> 45690 Africa #> 45696 Africa #> 45698 Africa #> 45709 Africa #> 45713 Africa #> 45716 Africa #> 45727 Africa #> 45729 Africa #> 45849 Africa #> 45851 Africa #> 45862 Africa #> 45865 Africa #> 45872 Eurasia #> 45915 Africa #> 45940 Eurasia #> 45961 Africa #> 45963 Africa #> 45975 Eurasia #> 45976 Africa #> 45980 Africa #> 45993 Africa #> 46001 Africa #> 46023 Africa #> 46026 Africa #> 46032 Africa #> 46067 Africa #> 46068 Africa #> 46251 Africa #> 46283 Eurasia #> 46292 Africa #> 46310 Africa #> 46316 Africa #> 46327 Africa #> 46609 Africa #> 46642 Africa #> 46650 Africa #> 46657 Africa #> 46663 Africa #> 46671 Eurasia #> 46681 Africa #> 46684 Africa #> 46690 Africa #> 46695 Africa #> 46699 Africa #> 46701 Africa #> 46706 Africa #> 46718 Africa #> 46722 Eurasia #> 46724 Africa #> 46727 Africa #> 46739 Africa #> 46748 Africa #> 46760 Africa #> 46764 Africa #> 46765 Africa #> 46772 Eurasia #> 46790 Eurasia #> 46791 Africa #> 46793 Africa #> 46794 Africa #> 46795 Eurasia #> 46799 Africa #> 46805 Africa #> 46814 Africa #> 46818 Africa #> 46819 Africa #> 46833 Africa #> 46860 Africa #> 46865 Africa #> 46871 Africa #> 46873 Eurasia #> 46880 Africa #> 46889 Africa #> 46900 Africa #> 46905 Africa #> 46907 Africa #> 46914 #> 46916 Africa #> 46917 Africa #> 46925 Africa #> 46929 Africa #> 46930 Eurasia #> 46935 Africa #> 46954 Africa #> 47035 Africa #> 47047 Africa #> 47135 Africa #> 47214 Africa #> 47216 Africa #> 47217 Africa #> 47335 Africa #> 47341 Africa #> 47342 Africa #> 47345 Eurasia #> 47388 Africa #> 47407 Africa #> 47408 Africa #> 47419 Africa #> 47437 Africa #> 47454 Africa #> 47473 Africa #> 47510 Africa #> 47513 Africa #> 47517 Africa #> 47530 Africa #> 47567 Africa #> 47585 Africa #> 47605 Africa #> 47636 Eurasia #> 47656 Africa #> 47675 Africa #> 47700 Africa #> 47777 Africa #> 47782 Africa #> 47816 Eurasia #> 47819 Africa #> 47828 Africa #> 47891 Africa #> 47896 Africa #> 47915 Africa #> 47938 Africa #> 47950 Africa #> 47958 Africa #> 47989 Africa #> 48052 Africa #> 48060 Africa #> 48122 Africa #> 48127 Africa #> 48135 Africa #> 48206 Africa #> 48217 Africa #> 48239 Africa #> 48257 Africa #> 48258 Africa #> 48283 Africa #> 48292 Africa #> 48300 Africa #> 48323 Africa #> 48326 Africa #> 48369 Africa #> 48385 Africa #> 48440 Africa #> 48450 Africa #> 48454 Africa #> 48466 Africa #> 48467 Africa #> 48477 Africa #> 48478 Africa #> 48496 Eurasia #> 48515 Africa #> 48547 Africa #> 48549 Eurasia #> 48565 Africa #> 48575 Eurasia #> 48610 Africa #> 48617 Africa #> 48622 Africa #> 48638 Africa #> 48647 Africa #> 48656 Africa #> 48668 Eurasia #> 48685 Africa #> 48691 Africa #> 48714 Africa #> 48718 Eurasia #> 48741 Africa #> 48754 Africa #> 48785 Africa #> 48790 Africa #> 48794 Eurasia #> 48799 Africa #> 48842 Africa #> 48859 Africa #> 48868 Africa #> 48893 Eurasia #> 48910 Africa #> 48911 Eurasia #> 48913 Africa #> 48917 Africa #> 48935 Africa #> 48987 Africa #> 48992 Africa #> 49019 Eurasia #> 49021 Africa #> 49031 Africa #> 49072 Africa #> 49076 Eurasia #> 49080 Africa #> 49153 Africa #> 49166 Africa #> 49189 Africa #> 49191 Africa #> 49193 Africa #> 49202 Africa #> 49236 Africa #> 49254 Africa #> 49274 Africa #> 49330 Eurasia #> 49354 Africa #> 49392 Africa #> 49400 Africa #> 49401 Africa #> 49406 Africa #> 49407 Africa #> 49418 Africa #> 49426 Africa #> 49427 Africa #> 49428 Africa #> 49434 Africa #> 49437 Africa #> 49459 Africa #> 49465 Africa #> 49472 Africa #> 49497 Africa #> 49500 Africa #> 49516 Africa #> 49517 Africa #> 49522 Africa #> 49532 Africa #> 49542 Africa #> 49544 Africa #> 49550 Eurasia #> 49551 Africa #> 49614 Africa #> 49615 Africa #> 49616 Africa #> 49629 Africa #> 49662 Africa #> 49680 Eurasia #> 49687 Africa #> 49704 Africa #> 49733 Africa #> 49737 Africa #> 49748 Eurasia #> 49753 Africa #> 49757 Africa #> 49766 Africa #> 49781 Eurasia #> 49800 Africa #> 49802 Africa #> 49808 Africa #> 49815 Africa #> 49824 Africa #> 49827 Africa #> 49830 Africa #> 49882 Africa #> 49911 Africa #> 49912 Africa #> 49929 Africa #> 49940 Africa #> 49951 Africa #> 49966 Africa #> 49968 Africa #> 49987 Eurasia #> 49991 Africa #> 50005 Africa #> 50006 Africa #> 50018 Africa #> 50055 Africa #> 50060 Africa #> 50078 Africa #> 50091 Africa #> 50097 Africa #> 50102 Africa #> 50127 Africa #> 50139 Eurasia #> 50174 Africa #> 50178 Africa #> 50181 Africa #> 50214 Africa #> 50230 Africa #> 50256 Africa #> 50265 Africa #> 50271 Africa #> 50286 Africa #> 50298 Africa #> 50309 Eurasia #> 50312 Africa #> 50318 Eurasia #> 50324 Africa #> 50326 Africa #> 50349 Africa #> 50360 Africa #> 50367 Africa #> 50375 Africa #> 50382 Africa #> 50403 Africa #> 50420 Africa #> 50426 Africa #> 50454 Africa #> 50465 Africa #> 50469 Africa #> 50551 Africa #> 50559 Africa #> 50582 Africa #> 50586 Africa #> 50701 Africa #> 50723 Africa #> 50752 Africa #> 50797 Africa #> 50831 Africa #> 50863 Africa #> 50886 Africa #> 50887 Eurasia #> 50930 Africa #> 50935 Africa #> 50968 Africa #> 51015 Africa #> 51026 Africa #> 51054 Africa #> 51132 Africa #> 51175 Africa #> 51197 Africa #> 51229 Africa #> 51252 Africa #> 51257 Africa #> 51276 Africa #> 51280 Eurasia #> 51282 Eurasia #> 51295 Africa #> 51298 #> 51310 Africa #> 51317 Africa #> 51323 Africa #> 51324 Eurasia #> 51328 Africa #> 51333 Africa #> 51339 Africa #> 51359 Eurasia #> 51363 Eurasia #> 51377 Eurasia #> 51435 Africa #> 51437 Africa #> 51449 Africa #> 51453 Africa #> 51468 Africa #> 51478 Africa #> 51480 Africa #> 51517 Africa #> 51531 Africa #> 51573 Africa #> 51581 Africa #> 51711 Eurasia #> 51726 Africa #> 51757 Africa #> 51773 Africa #> 51826 Africa #> 51841 Eurasia #> 51913 Africa #> 51957 Africa #> 51960 Africa #> 51967 Africa #> 51993 Africa #> 52014 Africa #> 52024 Africa #> 52034 Africa #> 52035 Africa #> 52038 Africa #> 52041 Africa #> 52047 Africa #> 52053 Africa #> 52061 Africa #> 52063 Africa #> 52066 Africa #> 52067 Africa #> 52071 Africa #> 52072 Africa #> 52074 Africa #> 52075 Africa #> 52106 Africa #> 52123 Eurasia #> 52124 Africa #> 52137 Africa #> 52146 Africa #> 52164 #> 52176 Eurasia #> 52203 Eurasia #> 52204 Africa #> 52208 Africa #> 52226 Eurasia #> 52234 Africa #> 52243 Africa #> 52246 Africa #> 52249 Africa #> 52256 Eurasia #> 52268 Africa #> 52269 Eurasia #> 52271 Africa #> 52278 Africa #> 52286 Africa #> 52288 Africa #> 52301 Eurasia #> 52304 Africa #> 52324 Africa #> 52336 Africa #> 52345 Africa #> 52350 Africa #> 52363 Eurasia #> 52381 Africa #> 52407 Africa #> 52484 Africa #> 52504 Africa #> 52546 Eurasia #> 52571 Africa #> 52638 Africa #> 52667 Africa #> 52674 Eurasia #> 52695 #> 52791 Eurasia #> 52810 Africa #> 52820 Africa #> 52838 Africa #> 52898 Africa #> 52960 Africa #> 52963 Africa #> 52964 Eurasia #> 52966 Africa #> 52973 Eurasia #> 52974 Africa #> 52975 Africa #> 52982 Africa #> 52983 Africa #> 52989 Africa #> 52999 Eurasia #> 53006 Eurasia #> 53009 Africa #> 53021 Africa #> 53027 Africa #> 53033 Africa #> 53035 Africa #> 53036 Africa #> 53081 Africa #> 53112 Eurasia #> 53126 Africa #> 53188 Africa #> 53191 Eurasia #> 53202 Africa #> 53229 Eurasia #> 53265 Africa #> 53272 Africa #> 53302 Africa #> 53314 Africa #> 53364 Africa #> 53368 Africa #> 53378 Africa #> 53382 Africa #> 53394 Eurasia #> 53403 Africa #> 53413 Africa #> 53421 Africa #> 53479 Eurasia #> 53503 Africa #> 53512 Africa #> 53569 Africa #> 53607 Africa #> 53622 Eurasia #> 53628 Africa #> 53633 Africa #> 53704 Africa #> 53767 Africa #> 53817 Africa #> 53826 Africa #> 53835 Africa #> 53919 Eurasia #> 53922 Eurasia #> 53928 Africa #> 53955 Africa #> 53968 Africa #> 53991 Africa #> 53992 Africa #> 54008 Africa #> 54013 Eurasia #> 54028 Africa #> 54031 Eurasia #> 54035 Africa #> 54040 Africa #> 54048 Africa #> 54052 Africa #> 54078 Eurasia #> 54082 Africa #> 54086 Eurasia #> 54108 Eurasia #> 54113 Africa #> 54116 Eurasia #> 54117 Africa #> 54119 Africa #> 54123 Africa #> 54137 Africa #> 54243 Africa #> 54255 Africa #> 54256 Africa #> 54296 Africa #> 54329 Eurasia #> 54334 Africa #> 54339 Eurasia #> 54363 Africa #> 54389 Africa #> 54390 Africa #> 54394 Eurasia #> 54407 Africa #> 54421 Eurasia #> 54452 Africa #> 54457 Africa #> 54464 Africa #> 54489 Africa #> 54520 Africa #> 54536 Eurasia #> 54560 Africa #> 54567 Africa #> 54589 Africa #> 54610 Africa #> 54639 Africa #> 54722 Eurasia #> 54829 Africa #> 54948 Africa #> 54988 Africa #> 55014 Africa #> 55022 Africa #> 55080 Eurasia #> 55084 Africa #> 55107 Africa #> 55184 Eurasia #> 55284 Africa #> 55381 Africa #> 55387 Eurasia #> 55436 Africa #> 55442 Africa #> 55452 Africa #> 55465 Africa #> 55480 Africa #> 55497 Africa #> 55509 Africa #> 55521 Eurasia #> 55533 Africa #> 55535 Africa #> 55547 Africa #> 55548 Africa #> 55555 Africa #> 55557 Africa #> 55567 Africa #> 55571 Africa #> 55580 Africa #> 55582 Eurasia #> 55584 Africa #> 55587 Africa #> 55604 Africa #> 55619 Africa #> 55656 Eurasia #> 55667 Africa #> 55845 Africa #> 55865 Africa #> 55870 Africa #> 55904 Africa #> 55918 Africa #> 55922 Africa #> 55940 Africa #> 55969 Africa #> 56008 Africa #> 56017 Africa #> 56024 Africa #> 56027 Africa #> 56036 Africa #> 56037 Africa #> 56048 Africa #> 56053 Africa #> 56092 Africa #> 56113 Eurasia #> 56140 Africa #> 56162 Africa #> 56195 Africa #> 56214 Eurasia #> 56264 Africa #> 56270 Africa #> 56274 Africa #> 56275 Africa #> 56280 Africa #> 56285 Africa #> 56293 Africa #> 56318 Africa #> 56343 Africa #> 56368 Africa #> 56375 Africa #> 56378 Africa #> 56395 Eurasia #> 56420 Africa #> 56426 Africa #> 56438 Africa #> 56451 Africa #> 56462 Africa #> 56463 Eurasia #> 56476 Africa #> 56521 Africa #> 56541 Eurasia #> 56580 Africa #> 56587 Africa #> 56635 Africa #> 56636 Africa #> 56688 Africa #> 56706 Africa #> 56709 Africa #> 56712 Africa #> 56724 Africa #> 56727 Africa #> 56753 Africa #> 56782 Africa #> 56800 Africa #> 56854 Africa #> 56867 Africa #> 56902 Africa #> 57005 Africa #> 57025 Africa #> 57045 Africa #> 57074 Africa #> 57076 Africa #> 57088 Africa #> 57099 Africa #> 57122 Eurasia #> 57145 Africa #> 57192 Africa #> 57223 Africa #> 57224 Eurasia #> 57232 Africa #> 57241 Africa #> 57256 Eurasia #> 57260 Africa #> 57273 Africa #> 57298 Africa #> 57299 Africa #> 57307 Africa #> 57360 Africa #> 57378 Africa #> 57384 Africa #> 57389 Africa #> 57399 Africa #> 57415 Africa #> 57430 Eurasia #> 57441 Africa #> 57452 Africa #> 57453 Africa #> 57476 Africa #> 57481 Africa #> 57490 Africa #> 57506 Africa #> 57517 Africa #> 57536 Africa #> 57570 Africa #> 57577 Eurasia #> 57579 Africa #> 57592 Africa #> 57600 Africa #> 57615 Africa #> 57631 Africa #> 57632 Africa #> 57635 #> 57711 Eurasia #> 57728 Africa #> 57750 Africa #> 57788 Africa #> 57819 Eurasia #> 57836 Africa #> 57923 Eurasia #> 57925 Africa #> 57929 Eurasia #> 57941 Africa #> 57946 Africa #> 57956 Eurasia #> 58010 Africa #> 58025 Eurasia #> 58028 Africa #> 58062 Africa #> 58070 Africa #> 58086 Africa #> 58099 Africa #> 58108 Africa #> 58222 Africa #> 58251 Africa #> 58262 Africa #> 58300 Africa #> 58324 Africa #> 58327 Africa #> 58352 Africa #> 58356 Africa #> 58364 Africa #> 58376 Africa #> 58387 Africa #> 58392 Africa #> 58397 Eurasia #> 58428 Africa #> 58446 Africa #> 58545 Africa #> 58574 Africa #> 58586 Africa #> 58638 Africa #> 58647 Africa #> 58651 Africa #> 58657 Africa #> 58663 Africa #> 58664 Africa #> 58675 Africa #> 58713 Africa #> 58721 Africa #> 58736 Africa #> 58741 Africa #> 58817 Africa #> 58835 Africa #> 58837 Africa #> 58850 Africa #> 58858 Africa #> 58860 Africa #> 58903 Africa #> 58910 Africa #> 58958 Eurasia #> 59011 Africa #> 59062 Africa #> 59069 Africa #> 59125 Eurasia #> 59131 Africa #> 59135 Africa #> 59137 Africa #> 59172 Africa #> 59189 Eurasia #> 59202 Africa #> 59214 Africa #> 59233 Africa #> 59239 Africa #> 59247 Africa #> 59292 #> 59294 Africa #> 59305 Africa #> 59308 Africa #> 59351 Eurasia #> 59376 Africa #> 59388 Africa #> 59402 Africa #> 59433 Africa #> 59441 Eurasia #> 59443 Africa #> 59446 Africa #> 59448 Africa #> 59466 Africa #> 59519 Africa #> 59650 Africa #> 59687 Africa #> 59694 Africa #> 59711 Africa #> 59779 Africa #> 59805 Africa #> 59823 Africa #> 59914 Africa #> 59936 Africa #> 59953 Africa #> 59988 Africa #> 59995 Africa #> 60024 Africa #> 60049 Eurasia #> 60082 Africa #> 60097 Africa #> 60121 Africa #> 60126 Africa #> 60159 Eurasia #> 60166 Eurasia #> 60175 Africa #> 60214 Africa #> 60223 Africa #> 60225 Africa #> 60229 Eurasia #> 60230 Africa #> 60236 Eurasia #> 60249 Africa #> 60256 Africa #> 60263 Africa #> 60287 Africa #> 60344 Africa #> 60347 Africa #> 60367 Africa #> 60377 Africa #> 60378 Africa #> 60393 Africa #> 60400 Africa #> 60411 Africa #> 60414 Africa #> 60434 Africa #> 60456 Africa #> 60465 Africa #> 60471 Africa #> 60477 Africa #> 60502 Africa #> 60537 Africa #> 60552 Africa #> 60558 Africa #> 60567 Africa #> 60568 Eurasia #> 60578 Africa #> 60615 Africa #> 60620 Africa #> 60627 Africa #> 60628 Africa #> 60633 Africa #> 60706 Africa #> 60707 Africa #> 60712 Africa #> 60724 Africa #> 60737 Africa #> 60746 Africa #> 60747 Africa #> 60753 Eurasia #> 60761 Africa #> 60776 #> 60783 Africa #> 60827 Africa #> 60845 Africa #> 60857 Eurasia #> 60970 Africa #> 60972 Africa #> 60975 Africa #> 60985 Africa #> 60991 Africa #> 60992 Africa #> 60994 Eurasia #> 61019 Africa #> 61022 Africa #> 61028 Africa #> 61033 Africa #> 61035 Africa #> 61052 Africa #> 61060 Africa #> 61061 Eurasia #> 61075 Africa #> 61086 Africa #> 61095 #> 61120 Africa #> 61145 Africa #> 61157 Africa #> 61158 Africa #> 61160 Africa #> 61170 Africa #> 61197 Africa #> 61213 Africa #> 61225 Africa #> 61231 Africa #> 61273 Eurasia #> 61344 Africa #> 61384 Africa #> 61462 Africa #> 61536 Africa #> 61562 Africa #> 61585 Africa #> 61595 Africa #> 61758 Africa #> 61762 Africa #> 61781 Africa #> 61784 Africa #> 61808 Africa #> 61968 Africa #> 62037 Eurasia #> 62039 Africa #> 62040 Africa #> 62072 Africa #> 62073 Africa #> 62075 Africa #> 62077 Africa #> 62092 Africa #> 62097 Eurasia #> 62103 Africa #> 62106 Africa #> 62136 Africa #> 62142 Africa #> 62150 Eurasia #> 62162 Eurasia #> 62185 Africa #> 62206 Africa #> 62209 Africa #> 62219 Africa #> 62225 Africa #> 62227 Africa #> 62229 Africa #> 62235 Africa #> 62242 Africa #> 62247 Africa #> 62258 Africa #> 62263 Africa #> 62272 Africa #> 62277 Africa #> 62281 Africa #> 62302 Africa #> 62307 #> 62321 Africa #> 62333 Africa #> 62341 Eurasia #> 62361 Eurasia #> 62370 Africa #> 62371 Africa #> 62391 Africa #> 62401 Africa #> 62428 Africa #> 62441 Eurasia #> 62455 Africa #> 62463 Eurasia #> 62464 Africa #> 62473 Africa #> 62478 Eurasia #> 62481 Africa #> 62486 Africa #> 62494 Africa #> 62506 Africa #> 62512 Africa #> 62513 Africa #> 62531 Africa #> 62537 Africa #> 62538 Africa #> 62541 Africa #> 62582 Africa #> 62592 Africa #> 62605 Africa #> 62607 Africa #> 62610 Africa #> 62611 Africa #> 62654 Africa #> 62711 Africa #> 62754 Africa #> 62760 Africa #> 62778 Africa #> 62839 Africa #> 62846 Africa #> 62851 Africa #> 62927 Africa #> 63037 Africa #> 63224 Africa #> 63232 Africa #> 63275 Africa #> 63340 Africa #> 63344 Africa #> 63346 Africa #> 63347 Africa #> 63371 Africa #> 63382 Africa #> 63404 Africa #> 63430 Eurasia #> 63439 Africa #> 63447 Africa #> 63457 Africa #> 63459 Africa #> 63461 Africa #> 63468 Africa #> 63471 Africa #> 63476 Africa #> 63494 Africa #> 63495 Africa #> 63498 Africa #> 63499 Africa #> 63512 Africa #> 63513 Africa #> 63526 Africa #> 63531 Africa #> 63532 Africa #> 63533 Eurasia #> 63537 Africa #> 63563 Africa #> 63568 Africa #> 63575 Africa #> 63580 Africa #> 63581 Africa #> 63585 Eurasia #> 63604 Africa #> 63619 Africa #> 63636 Eurasia #> 63642 Eurasia #> 63662 Africa #> 63663 Africa #> 63669 Eurasia #> 63670 Africa #> 63674 Africa #> 63680 Africa #> 63681 Africa #> 63688 Africa #> 63697 Africa #> 63705 #> 63744 Africa #> 63755 Africa #> 63757 Africa #> 63758 Eurasia #> 63768 Africa #> 63769 Eurasia #> 63772 Eurasia #> 63776 Africa #> 63778 Africa #> 63792 Africa #> 63794 Africa #> 63798 Africa #> 63816 Africa #> 63888 Africa #> 63917 Africa #> 64044 Africa #> 64127 Africa #> 64134 Africa #> 64135 Africa #> 64138 Africa #> 64159 Africa #> 64207 Africa #> 64219 Africa #> 64244 Africa #> 64246 Africa #> 64253 Africa #> 64258 Africa #> 64264 Africa #> 64295 Africa #> 64300 Africa #> 64301 Africa #> 64303 Africa #> 64334 Africa #> 64354 Eurasia #> 64361 Africa #> 64387 Eurasia #> 64391 Eurasia #> 64397 Africa #> 64407 Eurasia #> 64425 Africa #> 64445 Africa #> 64479 Africa #> 64486 Africa #> 64490 Africa #> 64521 Africa #> 64524 #> 64549 Africa #> 64551 Africa #> 64562 Africa #> 64568 Africa #> 64580 Africa #> 64592 Eurasia #> 64626 Africa #> 64627 Africa #> 64668 Africa #> 64671 Africa #> 64672 Africa #> 64719 Africa #> 64723 Africa #> 64724 Africa #> 64728 Africa #> 64746 Africa #> 64774 Africa #> 64827 Africa #> 64887 Eurasia #> 64891 Africa #> 64898 Africa #> 64900 Africa #> 64901 Eurasia #> 64945 Africa #> 64967 Africa #> 64968 Africa #> 64982 Africa #> 65063 Africa #> 65071 Africa #> 65090 Africa #> 65103 Africa #> 65105 Africa #> 65122 Eurasia #> 65129 Africa #> 65130 Eurasia #> 65138 Africa #> 65185 Africa #> 65196 Africa #> 65241 Africa #> 65250 Africa #> 65287 Africa #> 65397 Africa #> 65408 Eurasia #> 65409 Africa #> 65460 Africa #> 65464 Africa #> 65499 Africa #> 65538 Eurasia #> 65562 Eurasia #> 65603 #> 65671 Africa #> 65695 Africa #> 65711 Africa #> 65724 Africa #> 65726 Africa #> 65823 Africa #> 65824 Africa #> 65828 Africa #> 65844 Africa #> 65856 Africa #> 65875 Africa #> 65890 Africa #> 65937 Africa #> 65945 Africa #> 65962 Africa #> 65969 Africa #> 65986 Africa #> 66028 Africa #> 66052 Africa #> 66084 Africa #> 66098 Africa #> 66125 Africa #> 66126 Africa #> 66127 Africa #> 66135 Africa #> 66136 Africa #> 66140 Africa #> 66163 Africa #> 66177 Africa #> 66186 Africa #> 66202 Africa #> 66225 Africa #> 66230 Africa #> 66236 Africa #> 66269 Africa #> 66296 Africa #> 66302 Africa #> 66319 Africa #> 66320 Eurasia #> 66321 Africa #> 66326 Africa #> 66345 Africa #> 66375 Africa #> 66383 Africa #> 66385 Africa #> 66390 Africa #> 66395 Africa #> 66401 Africa #> 66402 Africa #> 66425 Africa #> 66426 Africa #> 66428 Africa #> 66440 Eurasia #> 66454 Eurasia #> 66460 Eurasia #> 66477 Africa #> 66478 Africa #> 66483 Africa #> 66511 Africa #> 66563 Eurasia #> 66579 Africa #> 66586 #> 66606 Africa #> 66625 Africa #> 66665 Africa #> 66680 Africa #> 66684 Africa #> 66698 Africa #> 66760 Africa #> 66788 Africa #> 66798 Africa #> 66827 Africa #> 66830 Africa #> 66842 Africa #> 66843 Africa #> 66854 Eurasia #> 66886 Eurasia #> 66888 Africa #> 66895 Eurasia #> 66919 Eurasia #> 66930 Eurasia #> 66931 Africa #> 66968 Africa #> 66984 Africa #> 66999 Africa #> 67032 Africa #> 67052 Africa #> 67055 Africa #> 67056 Africa #> 67087 Africa #> 67096 Africa #> 67121 Africa #> 67123 Africa #> 67164 Africa #> 67169 Africa #> 67188 Africa #> 67192 Africa #> 67234 Africa #> 67238 Africa #> 67250 Africa #> 67253 Africa #> 67258 Africa #> 67299 Africa #> 67303 Africa #> 67308 Africa #> 67345 Africa #> 67364 Africa #> 67366 Africa #> 67386 Africa #> 67405 Africa #> 67428 Africa #> 67442 Africa #> 67469 Africa #> 67470 Africa #> 67476 Africa #> 67494 Africa #> 67530 Africa #> 67545 Africa #> 67553 Africa #> 67563 Africa #> 67569 Africa #> 67577 Eurasia #> 67579 Eurasia #> 67610 Eurasia #> 67619 Africa #> 67642 Africa #> 67819 Africa #> 67890 Africa #> 67898 Africa #> 67916 Africa #> 67926 Eurasia #> 67936 Eurasia #> 67939 Africa #> 67956 Africa #> 67960 Eurasia #> 67966 Eurasia #> 67985 Eurasia #> 68013 Africa #> 68015 Eurasia #> 68021 Africa #> 68025 Eurasia #> 68032 Africa #> 68060 Africa #> 68061 Africa #> 68069 Eurasia #> 68086 Africa #> 68094 Africa #> 68097 Africa #> 68107 Africa #> 68110 Africa #> 68119 Africa #> 68140 Eurasia #> 68151 Africa #> 68169 Africa #> 68207 Africa #> 68220 Africa #> 68228 Africa #> 68234 Africa #> 68244 Africa #> 68249 Africa #> 68296 Africa #> 68297 Africa #> 68299 Africa #> 68300 Africa #> 68323 Africa #> 68342 Eurasia #> 68347 Africa #> 68351 Africa #> 68367 Africa #> 68374 Eurasia #> 68378 Eurasia #> 68383 Africa #> 68386 Africa #> 68390 Eurasia #> 68406 Africa #> 68419 #> 68424 Africa #> 68439 Eurasia #> 68455 Africa #> 68456 Africa #> 68457 Africa #> 68458 Africa #> 68466 Africa #> 68482 Africa #> 68487 Africa #> 68497 Africa #> 68519 Africa #> 68523 Africa #> 68549 Africa #> 68557 Africa #> 68589 Eurasia #> 68601 Africa #> 68602 Africa #> 68622 Eurasia #> 68640 Africa #> 68646 Africa #> 68653 Africa #> 68656 Africa #> 68657 Africa #> 68674 Africa #> 68694 Africa #> 68722 Africa #> 68734 Africa #> 68745 Africa #> 68775 Africa #> 68778 Africa #> 68810 Africa #> 68819 Africa #> 68873 Africa #> 68930 Africa #> 68937 Africa #> 69008 Africa #> 69009 Africa #> 69024 Africa #> 69057 Africa #> 69064 Africa #> 69065 Africa #> 69091 Africa #> 69122 Africa #> 69136 Africa #> 69146 Africa #> 69147 Africa #> 69154 Africa #> 69156 Africa #> 69170 Eurasia #> 69174 Africa #> 69178 Africa #> 69183 Eurasia #> 69191 Africa #> 69234 Africa #> 69254 Africa #> 69268 Africa #> 69281 Africa #> 69283 Africa #> 69300 Africa #> 69304 Africa #> 69311 Africa #> 69314 Africa #> 69321 Africa #> 69352 Africa #> 69364 Eurasia #> 69383 Africa #> 69390 Africa #> 69407 Eurasia #> 69415 Africa #> 69444 Africa #> 69448 Africa #> 69458 Africa #> 69487 Africa #> 69510 Africa #> 69522 Africa #> 69530 Africa #> 69537 #> 69565 Africa #> 69566 Africa #> 69568 Eurasia #> 69571 Africa #> 69599 Eurasia #> 69604 Africa #> 69608 Africa #> 69611 Africa #> 69612 Africa #> 69618 Eurasia #> 69625 Eurasia #> 69637 Africa #> 69668 Africa #> 69674 Africa #> 69680 Africa #> 69687 Africa #> 69691 Africa #> 69723 Africa #> 69840 Africa #> 69852 Africa #> 69853 Eurasia #> 69877 Eurasia #> 69879 Africa #> 70014 Africa #> 70072 Africa #> 70075 Africa #> 70089 Africa #> 70121 Eurasia #> 70129 Eurasia #> 70150 Africa #> 70168 Africa #> 70207 Africa #> 70223 Africa #> 70240 Africa #> 70282 Africa #> 70295 Eurasia #> 70298 Eurasia #> 70321 Eurasia #> 70344 Africa #> 70346 Africa #> 70361 Africa #> 70369 Africa #> 70373 #> 70382 Eurasia #> 70394 Africa #> 70429 Africa #> 70442 Eurasia #> 70459 Africa #> 70472 Africa #> 70481 Africa #> 70487 Africa #> 70489 Africa #> 70494 Africa #> 70498 Africa #> 70535 Africa #> 70572 Africa #> 70586 Africa #> 70587 Eurasia #> 70599 Africa #> 70601 Africa #> 70607 Africa #> 70608 Africa #> 70620 Africa #> 70632 Africa #> 70657 Africa #> 70658 Africa #> 70660 Africa #> 70690 Africa #> 70724 Africa #> 70739 Africa #> 70757 Africa #> 70763 Africa #> 70822 Africa #> 70872 Africa #> 70896 Africa #> 70898 Africa #> 70904 Africa #> 70911 Eurasia #> 70914 Eurasia #> 70929 Africa #> 70945 Africa #> 70949 Africa #> 70950 Africa #> 70982 Africa #> 70993 Africa #> 71047 Africa #> 71099 Africa #> 71108 Africa #> 71127 Africa #> 71136 Africa #> 71160 Africa #> 71161 Eurasia #> 71166 Africa #> 71204 Africa #> 71216 Africa #> 71243 Africa #> 71251 Africa #> 71252 Eurasia #> 71267 Africa #> 71279 Africa #> 71286 #> 71291 Eurasia #> 71321 Africa #> 71417 Africa #> 71454 Eurasia #> 71478 Africa #> 71480 Africa #> 71488 Africa #> 71492 Africa #> 71522 Africa #> 71525 Africa #> 71535 Africa #> 71540 Africa #> 71548 Eurasia #> 71560 Africa #> 71633 Africa #> 71643 Africa #> 71647 Africa #> 71675 Africa #> 71727 Africa #> 71748 Eurasia #> 71758 Africa #> 71817 Eurasia #> 71818 Africa #> 71848 Africa #> 71857 Africa #> 71868 Africa #> 71869 Africa #> 71875 Africa #> 71905 Africa #> 71911 Africa #> 71923 Africa #> 71946 Africa #> 71954 Africa #> 71977 Africa #> 71985 Africa #> 72017 Africa #> 72050 Africa #> 72059 Africa #> 72063 Eurasia #> 72066 Africa #> 72088 Africa #> 72095 Africa #> 72115 Africa #> 72122 Africa #> 72124 Africa #> 72132 #> 72143 Africa #> 72161 Eurasia #> 72223 Africa #> 72224 Eurasia #> 72239 Eurasia #> 72249 Eurasia #> 72272 Africa #> 72273 Africa #> 72281 Africa #> 72283 Africa #> 72293 Africa #> 72301 Eurasia #> 72304 Africa #> 72309 Africa #> 72323 Africa #> 72331 Africa #> 72334 Africa #> 72341 Africa #> 72342 Eurasia #> 72370 Africa #> 72371 Africa #> 72372 Africa #> 72379 Eurasia #> 72401 Africa #> 72403 Africa #> 72426 Africa #> 72431 Africa #> 72474 Africa #> 72488 Eurasia #> 72493 Africa #> 72564 Africa #> 72581 Africa #> 72596 Africa #> 72643 Africa #> 72693 Africa #> 72708 Africa #> 72719 Africa #> 72731 Africa #> 72741 Africa #> 72759 Africa #> 72808 Africa #> 72872 Africa #> 72880 Africa #> 72943 Africa #> 72963 Africa #> 72969 Africa #> 73033 Africa #> 73149 Africa #> 73150 Africa #> 73199 Africa #> 73235 Africa #> 73241 Africa #> 73249 Africa #> 73250 Eurasia #> 73252 Africa #> 73312 Eurasia #> 73318 Africa #> 73329 Africa #> 73331 Africa #> 73337 Africa #> 73340 Africa #> 73349 Africa #> 73351 Africa #> 73353 Africa #> 73356 Africa #> 73358 Eurasia #> 73372 Africa #> 73375 Africa #> 73381 Africa #> 73384 Africa #> 73411 Africa #> 73414 Eurasia #> 73441 Africa #> 73444 Africa #> 73465 Africa #> 73495 Eurasia #> 73503 Africa #> 73506 Africa #> 73517 Africa #> 73527 Africa #> 73577 Africa #> 73587 Africa #> 73594 Africa #> 73602 Eurasia #> 73607 Africa #> 73616 Africa #> 73622 Africa #> 73625 #> 73649 Eurasia #> 73657 Africa #> 73667 Africa #> 73668 Africa #> 73673 Africa #> 73676 Africa #> 73686 Eurasia #> 73703 Africa #> 73710 Africa #> 73714 Africa #> 73743 Africa #> 73748 Africa #> 73750 Africa #> 73754 Africa #> 73789 Africa #> 73826 Africa #> 73843 Africa #> 73879 Africa #> 73882 Africa #> 73919 Africa #> 73925 Africa #> 73962 Africa #> 73968 Africa #> 73986 Africa #> 74014 Africa #> 74022 Africa #> 74036 Africa #> 74051 Africa #> 74052 Africa #> 74064 Africa #> 74072 Africa #> 74099 Africa #> 74130 Eurasia #> 74135 Africa #> 74143 Africa #> 74160 Africa #> 74184 Africa #> 74199 Africa #> 74204 Africa #> 74206 Africa #> 74214 Africa #> 74221 Eurasia #> 74226 Africa #> 74227 Africa #> 74233 Africa #> 74240 Africa #> 74251 Africa #> 74279 Africa #> 74287 Africa #> 74290 Africa #> 74304 Africa #> 74313 Africa #> 74327 Africa #> 74331 Eurasia #> 74332 Africa #> 74337 Africa #> 74338 Africa #> 74354 Africa #> 74358 Africa #> 74369 Africa #> 74371 Africa #> 74375 Eurasia #> 74380 Africa #> 74384 Africa #> 74394 Africa #> 74415 Africa #> 74420 Africa #> 74440 #> 74480 Eurasia #> 74486 Africa #> 74494 Africa #> 74501 Africa #> 74509 Africa #> 74529 Africa #> 74530 Africa #> 74546 Africa #> 74555 Eurasia #> 74573 Eurasia #> 74686 Eurasia #> 74748 Africa #> 74794 Africa #> 74814 Africa #> 74816 Africa #> 74850 Africa #> 74860 Africa #> 74888 Africa #> 74896 Africa #> 74897 Africa #> 74941 Africa #> 74971 Africa #> 74985 Africa #> 75009 Africa #> 75020 Africa #> 75025 Africa #> 75051 Africa #> 75089 Africa #> 75099 Eurasia #> 75171 Africa #> 75253 Africa #> 75279 Africa #> 75317 Africa #> 75350 Africa #> 75359 Africa #> 75407 Africa #> 75457 Africa #> 75461 Africa #> 75473 Africa #> 75493 Africa #> 75497 Africa #> 75524 Africa #> 75527 Africa #> 75528 Africa #> 75529 Africa #> 75533 #> 75550 Africa #> 75558 Africa #> 75565 Africa #> 75590 Africa #> 75591 Africa #> 75599 Africa #> 75662 Africa #> 75665 Africa #> 75668 Africa #> 75685 Africa #> 75686 Africa #> 75692 Africa #> 75698 Africa #> 75700 Africa #> 75701 Africa #> 75702 Africa #> 75703 Eurasia #> 75743 Africa #> 75760 Africa #> 75774 Eurasia #> 75781 Africa #> 75785 Africa #> 75788 Africa #> 75794 Eurasia #> 75859 Africa #> 75863 Eurasia #> 75867 Eurasia #> 75881 Eurasia #> 75892 Eurasia #> 75893 Africa #> 75905 Africa #> 75906 Africa #> 75915 Africa #> 75921 Africa #> 76072 Africa #> 76109 Africa #> 76164 Africa #> 76171 Africa #> 76206 Eurasia #> 76242 Africa #> 76248 Africa #> 76250 Africa #> 76303 Africa #> 76307 Africa #> 76309 Africa #> 76327 Africa #> 76364 Africa #> 76398 Africa #> 76412 Eurasia #> countrycodes #> 164 IL #> 215 ET #> 237 TD #> 244 ET #> 269 LY DZ NE #> 350 ER SD #> 359 ET #> 382 SO #> 389 NG #> 395 ET #> 400 TD #> 404 IR IL #> 419 TD CM #> 429 ET #> 448 NG #> 450 TZ #> 457 ET #> 461 YE #> 462 NG NE #> 464 ET #> 471 CF #> 479 EG #> 490 MA #> 497 ER #> 498 NG #> 511 NG #> 517 NG #> 538 KE #> 572 TD #> 672 CF #> 690 CM #> 692 EG #> 705 OM #> 709 TD CM #> 720 CM #> 724 TZ #> 742 IL #> 747 ET #> 761 ET #> 774 NG NE #> 789 MA #> 822 TD CM #> 823 CF #> 825 CM #> 826 CM #> 884 CM NG #> 911 ET #> 922 NG NE #> 931 ET #> 961 IL #> 973 TD #> 974 ER #> 985 TD #> 994 NG #> 997 EG #> 1007 TZ #> 1008 TZ #> 1009 ET #> 1020 ET #> 1073 EG #> 1076 MA #> 1080 ET #> 1134 ER SD #> 1264 CM NG #> 1277 NG #> 1311 EG #> 1317 CM #> 1318 TZ #> 1382 ET #> 1386 MA #> 1403 MA #> 1421 ET #> 1432 ET #> 1451 ER SD #> 1461 ET #> 1471 IL #> 1478 IQ #> 1482 SY #> 1496 YE OM #> 1521 ET #> 1542 MA DZ #> 1557 MA #> 1576 ET #> 1594 ML #> 1595 ER #> 1610 ET #> 1656 IQ #> 1684 OM SA IQ KW IR QA BH #> 1713 LY #> 1726 ER #> 1780 ET #> 1788 NG NE #> 1789 TZ #> 1792 CM #> 1803 NG #> 1807 NG #> 1810 NG #> 1819 TD #> 1832 TD CM #> 1839 TD #> 1840 SO #> 1879 NG #> 1893 TD CM #> 1908 ET #> 1915 TD #> 1918 IL #> 1920 TD NG CM #> 1935 NG #> 1941 CM NG #> 1971 ET #> 2002 NG NE #> 2023 EG #> 2037 ET #> 2045 TZ #> 2050 TZ #> 2073 IL #> 2092 ET #> 2096 TD #> 2098 NG #> 2133 EG #> 2147 ER #> 2247 ER SD #> 2296 MA #> 2298 TD #> 2304 ET #> 2344 TD #> 2366 ET #> 2372 ET #> 2378 CM NG #> 2397 NG NE #> 2399 NG #> 2422 TD #> 2453 ER SD #> 2459 ET #> 2463 MA #> 2511 TZ #> 2512 EG #> 2539 TZ #> 2551 ET #> 2571 ER #> 2599 ET #> 2625 EG #> 2657 IL #> 2705 ET #> 2720 CM NG #> 2739 TD #> 2743 ET #> 2748 IL #> 2758 TZ #> 2788 ET #> 2793 EG #> 2805 NG #> 2873 NG NE #> 2875 ET #> 2882 TZ #> 2899 ER #> 2930 MA #> 2935 ER SD #> 2950 EG #> 2976 ET #> 3052 TD #> 3089 NG #> 3096 NG #> 3108 ET #> 3113 TD CM #> 3147 ET #> 3158 NG #> 3163 MT #> 3168 ER DJ ET #> 3187 MA #> 3190 CM NG #> 3192 ET #> 3194 EG #> 3206 ET #> 3207 IL #> 3217 MA #> 3221 TD #> 3223 ET #> 3224 ER ET #> 3253 TZ #> 3259 ET #> 3271 NG #> 3275 KE #> 3285 ET #> 3290 CM NG #> 3339 TD #> 3354 SO #> 3410 NG NE #> 3447 EG #> 3472 NG #> 3495 ET #> 3505 NG NE #> 3552 MA #> 3561 EG #> 3583 IL #> 3610 ET #> 3636 ER #> 3646 ET #> 3692 ET #> 3693 ET #> 3694 EG #> 3714 NG NE #> 3716 MA #> 3752 ER SD #> 3766 EG #> 3769 IL #> 3770 ET #> 3776 TZ #> 3870 TD #> 3900 NG #> 3916 TD #> 3966 ET #> 3969 TZ #> 3994 CM NG #> 4062 IL #> 4071 MA #> 4107 NG NE #> 4129 ER DJ ET #> 4143 EG #> 4162 ER SD #> 4174 ET #> 4176 TZ #> 4178 ET #> 4260 IL #> 4263 TZ #> 4264 ET #> 4268 ET #> 4285 ER DJ ET #> 4358 MA #> 4369 NG NE #> 4379 EG #> 4380 ER SD #> 4390 ER DJ ET #> 4401 ET #> 4447 NG NE #> 4480 IL #> 4484 ET #> 4486 TZ #> 4515 EG #> 4524 MA #> 4598 NG NE #> 4613 ER DJ ET #> 4639 ET #> 4663 EG #> 4685 MA #> 4714 TZ #> 4729 ET #> 4746 IL #> 4763 TD CM #> 4789 ER #> 4799 NG NE #> 4806 MA #> 4811 NG #> 4817 TD #> 4829 NG #> 4833 ET #> 4848 SO #> 4860 NG #> 4930 NG #> 4948 YE #> 4964 MA #> 4966 TD #> 4992 ET #> 5029 IL #> 5037 IR IL #> 5075 ER SD #> 5081 LY DZ NE #> 5082 ET #> 5095 EG #> 5103 NG #> 5111 KE #> 5131 ET #> 5137 ET #> 5139 CF #> 5193 ET #> 5243 TZ #> 5266 ET #> 5311 NG NE #> 5385 ET #> 5386 IL #> 5395 ET #> 5412 EG #> 5452 KE #> 5460 MA #> 5469 ET #> 5479 ET #> 5503 ET #> 5530 ER SD #> 5544 TZ #> 5575 IQ #> 5588 IL #> 5608 MA #> 5622 NG NE #> 5675 ET #> 5679 EG #> 5747 NG #> 5806 ET #> 5829 ET #> 5850 ET #> 5855 ET #> 5875 ER SD #> 5884 ET #> 5903 ET #> 5918 ER #> 5921 ER #> 5937 TZ #> 5958 ET #> 5975 NG #> 5983 EG #> 5984 ET #> 5985 IQ #> 6131 TZ #> 6133 TD NG CM #> 6137 ML #> 6138 CM #> 6179 LY #> 6184 MA #> 6204 CM #> 6213 OM SA IQ KW IR QA BH #> 6217 YE OM #> 6218 TD CM #> 6247 MA #> 6289 IL #> 6301 KW #> 6302 CM NG #> 6310 SY #> 6342 NG #> 6385 NG #> 6410 EG #> 6415 SO #> 6445 TD CM #> 6448 CM #> 6458 ET #> 6462 MA DZ #> 6465 NG NE #> 6489 TD #> 6510 CM #> 6514 NG #> 6539 NG #> 6568 IL #> 6571 TD #> 6582 NG #> 6628 CM #> 6699 NG #> 6707 NG #> 6716 NG #> 6772 MA #> 6790 TD #> 6795 ER ET #> 6799 ET #> 6824 ET #> 6836 KE #> 6848 MA #> 6849 NG #> 6857 NG #> 6867 CM NG #> 6868 NG #> 6881 ET #> 6890 DZ #> 6932 TD CM #> 6967 EG #> 7009 MA #> 7021 TZ #> 7028 ET #> 7033 SO #> 7066 ER SD #> 7069 NG NE #> 7109 NG #> 7115 TD #> 7147 NG #> 7179 IL #> 7184 ET #> 7217 IL #> 7225 TZ #> 7254 NG NE #> 7260 TD #> 7292 NG #> 7293 NG #> 7317 ET #> 7347 MA #> 7350 SO #> 7355 ET #> 7358 ER SD #> 7431 EG #> 7476 TD CM #> 7492 MA #> 7505 NG NE #> 7507 SO #> 7513 EG #> 7529 EG #> 7547 NG #> 7571 TD #> 7579 TD CM #> 7587 TD #> 7615 ET #> 7616 IL #> 7631 ET #> 7648 TD NG CM #> 7671 NG #> 7673 MT #> 7688 TZ #> 7726 TD #> 7728 EG #> 7730 NG #> 7735 IL #> 7800 NG #> 7806 NG #> 7830 SO #> 7847 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 7856 ML #> 7863 NG #> 7895 TD NG CM #> 7904 MA DZ #> 7919 CM #> 7933 MA #> 7946 MA #> 7951 MA #> 7968 CM #> 7971 NG #> 7997 NG #> 8005 LY #> 8012 ET #> 8014 NG #> 8022 CM NG #> 8031 NG #> 8058 TD #> 8080 TD CM #> 8093 CM #> 8110 SY #> 8125 NG #> 8140 EG #> 8176 TD CM #> 8177 TD #> 8196 CM #> 8197 CM NG #> 8217 NG #> 8246 NG NE #> 8282 ET #> 8292 ER #> 8293 TZ #> 8322 ET #> 8323 TZ #> 8375 ET #> 8384 ET #> 8388 ET #> 8440 ER SD #> 8455 ET #> 8458 MA #> 8475 ET #> 8479 ET #> 8526 NE #> 8532 ET #> 8534 IL #> 8538 ET #> 8556 OM SA IQ KW IR QA BH #> 8590 NG #> 8600 NG #> 8634 DZ #> 8643 NG #> 8646 YE OM #> 8666 ER #> 8674 EG #> 8676 LY DZ NE #> 8677 MA #> 8678 MT #> 8681 IL #> 8682 ET #> 8686 EG #> 8696 DZ #> 8706 ER SD #> 8769 NG #> 8777 NG NE #> 8781 NG #> 8799 SO #> 8803 NG #> 8853 ET #> 8919 MA #> 8994 LY DZ NE #> 9029 MA #> 9041 IL #> 9078 EG #> 9089 ER #> 9092 NG #> 9099 NG NE #> 9100 MT #> 9106 ET #> 9119 NG #> 9131 MA #> 9190 ER SD #> 9191 ET #> 9196 CM NG #> 9210 ET #> 9221 DZ #> 9222 ET #> 9236 CM #> 9242 SO #> 9243 NG #> 9245 ET #> 9246 TZ #> 9256 ER #> 9265 EG #> 9301 ET #> 9303 ET #> 9321 DZ #> 9323 MA #> 9348 SO #> 9353 TZ #> 9371 NG NE #> 9377 NG #> 9392 MA #> 9399 CM #> 9428 CM NG #> 9434 EG #> 9438 ET #> 9453 NG #> 9510 LY DZ NE #> 9511 NG #> 9549 MA #> 9567 EG #> 9570 ER SD #> 9576 ET #> 9593 ET #> 9594 IL #> 9598 MT #> 9608 ER #> 9620 ER #> 9729 TZ #> 9731 ER #> 9742 ET #> 9757 ET #> 9766 NG #> 9770 NG #> 9788 ET #> 9851 SO #> 9886 ET #> 9937 ET #> 9948 NG #> 9949 TD #> 9959 TD #> 9980 NG NE #> 9992 ET #> 10010 MA #> 10014 CF #> 10017 ET #> 10023 NG #> 10026 ER SD #> 10054 YE #> 10071 MA #> 10072 IR IL #> 10076 EG #> 10119 IL #> 10138 LY DZ NE #> 10154 NG NE #> 10182 ER SD #> 10199 ER #> 10216 ET #> 10250 ER #> 10254 NG #> 10304 ET #> 10324 DZ #> 10331 NG #> 10362 ET #> 10385 ET #> 10393 EG #> 10397 SO #> 10409 MA #> 10414 EG #> 10416 NG #> 10439 CM NG #> 10454 IL #> 10466 CM #> 10491 MA #> 10504 LY DZ NE #> 10510 TZ #> 10512 ET #> 10515 MA #> 10531 MT #> 10545 ER #> 10547 DZ #> 10554 IL #> 10562 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 10568 MA #> 10572 ET #> 10575 MT #> 10583 OM SA IQ KW IR QA BH #> 10586 MA #> 10590 LY DZ NE #> 10596 ET #> 10634 NG #> 10637 NG NE #> 10742 TD #> 10766 ET #> 10773 ET #> 10782 IL #> 10791 EG #> 10793 NG #> 10797 MA #> 10814 ET #> 10815 ET #> 10820 CM #> 10822 NG NE #> 10838 CM #> 10848 NG #> 10865 NG #> 10903 NG #> 10904 IL #> 10905 EG #> 10908 NG NE #> 10909 NG #> 10933 NG #> 10950 ET #> 10951 ET #> 10956 MA #> 10994 TD #> 11005 IL #> 11021 EG #> 11028 ET #> 11037 ET #> 11038 TZ #> 11042 NG #> 11051 ET #> 11109 TD #> 11129 EG #> 11131 NG NE #> 11133 MA #> 11134 SO #> 11152 YE OM #> 11155 ER DJ ET #> 11178 TD NG CM #> 11183 YE #> 11198 NG #> 11203 NG #> 11206 ET #> 11288 SO #> 11304 IL #> 11309 MA #> 11311 OM SA IQ KW IR QA BH #> 11350 NG NE #> 11353 TZ #> 11372 ET #> 11392 NG #> 11393 NG #> 11431 ET #> 11446 ET #> 11461 IL #> 11477 NG #> 11492 NG #> 11510 SO #> 11516 NG NE #> 11523 MA #> 11532 OM SA IQ KW IR QA BH #> 11560 ET #> 11562 TZ #> 11631 IL #> 11640 NG NE #> 11641 NG #> 11659 SO #> 11679 ET #> 11691 NG #> 11701 OM SA IQ KW IR QA BH #> 11726 MA #> 11761 TZ #> 11767 ET #> 11783 IL #> 11810 NG #> 11816 KE ET #> 11829 NG #> 11887 ET #> 11893 NG #> 11901 OM SA IQ KW IR QA BH #> 11903 MA #> 11933 ET #> 11953 NG #> 12020 NG #> 12050 NG NE #> 12066 MA #> 12077 NG #> 12136 ER #> 12207 ET #> 12240 ET #> 12497 IL #> 12536 YE #> 12547 MA #> 12555 MA #> 12628 IR IL #> 12639 LY DZ NE #> 12643 ER #> 12655 EG #> 12750 ET #> 12756 IL #> 12865 ET #> 12872 NG NE #> 12876 ET #> 12885 NG #> 12892 NG #> 12906 ET #> 12911 NG #> 12912 KE #> 12917 TD #> 12937 ET #> 12949 TZ #> 12952 SO #> 12955 ER SD #> 12958 CF #> 12981 NG #> 12982 TD CM #> 12990 NG #> 13014 ET #> 13050 ET #> 13061 TD #> 13100 NG #> 13139 NG #> 13156 MA #> 13198 ET #> 13202 NG NE #> 13230 ET #> 13369 IL #> 13379 ET #> 13432 ER #> 13503 ET #> 13530 NG #> 13724 NG #> 13735 NG NE #> 13737 MA #> 13766 ET #> 13774 LY DZ NE #> 13797 EG #> 13802 ET #> 13849 IL #> 13850 TZ #> 13944 TD #> 14039 LB #> 14053 TD #> 14153 LB #> 14167 LB #> 14276 TD #> 14288 LB #> 14396 TD #> 14417 IL #> 14425 ET #> 14431 ET #> 14435 EG #> 14476 MA #> 14524 ER SD #> 14558 ET #> 14568 NG NE #> 14645 ET #> 14678 NG NE #> 14703 ET #> 14719 EG #> 14743 ET #> 14751 ER SD #> 14760 IL #> 14764 MA #> 14879 ET #> 14931 ET #> 14945 IL #> 14961 ET #> 14974 ER SD #> 15023 EG #> 15045 NG NE #> 15088 MA #> 15120 ET #> 15132 ER SD #> 15136 ET #> 15149 ET #> 15161 NG NE #> 15185 EG #> 15211 IL #> 15317 MA #> 15324 ET #> 15327 ET #> 15346 ET #> 15361 KE #> 15362 SO #> 15380 EG #> 15392 ER DJ ET #> 15404 NG NE #> 15418 ET #> 15422 ET #> 15425 ET #> 15478 MT #> 15495 IL #> 15523 KE #> 15541 MA #> 15546 DZ #> 15589 ER SD #> 15593 TZ #> 15598 IL #> 15614 SY #> 15617 LY #> 15629 TD #> 15641 LB #> 15691 EG #> 15697 ER ET #> 15717 OM SA IQ KW IR QA BH #> 15725 MR #> 15726 MT #> 15746 SA #> 15749 LB #> 15753 TZ #> 15786 PS #> 15956 IL #> 16005 SY #> 16055 MA #> 16057 MA #> 16058 IL #> 16135 BH #> 16136 IL #> 16138 CY #> 16147 MT #> 16152 SO #> 16159 LB #> 16164 YE #> 16170 MA #> 16171 ER SD #> 16176 TN #> 16216 NG NE #> 16245 NG #> 16285 IL #> 16354 SY #> 16360 DZ #> 16367 OM SA IQ KW IR QA BH #> 16379 LY #> 16466 MA DZ #> 16500 MA #> 16537 ET #> 16580 SO #> 16600 IL #> 16644 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 16740 DZ #> 16759 CM NG #> 16794 KW #> 16820 ER ET #> 16831 TD #> 16834 CM NG #> 16837 ET #> 16839 NG #> 16842 MA #> 16855 NG #> 16859 ET #> 16898 ET #> 16917 KE #> 16926 NG #> 16928 DZ #> 16938 NG #> 16943 NG NE #> 16966 NG #> 16980 EG #> 16989 NG #> 16997 ML #> 17005 EG #> 17006 NG #> 17033 CM #> 17037 TD #> 17039 YE OM #> 17056 TD #> 17061 TD CM #> 17062 NG #> 17069 CM #> 17072 CM #> 17074 TD NG CM #> 17088 CM #> 17097 TD CM #> 17124 CM #> 17125 NG #> 17141 CM #> 17154 TD #> 17163 TD #> 17167 NG #> 17179 NG #> 17187 NG #> 17195 ET #> 17219 ET #> 17234 ER SD #> 17313 ER #> 17317 IQ #> 17390 ER #> 17408 ET #> 17418 TZ #> 17422 ET #> 17455 ET #> 17464 NG #> 17467 NG #> 17472 ET #> 17514 TZ #> 17516 ET #> 17520 ET #> 17579 MA #> 17606 TD #> 17607 NG #> 17613 NG #> 17623 DZ #> 17638 NG #> 17650 ET #> 17662 KE #> 17688 ET #> 17690 ER ET #> 17699 MA #> 17711 ET #> 17716 CM NG #> 17719 NG NE #> 17735 ML #> 17737 EG #> 17739 EG #> 17749 NG #> 17752 NG #> 17764 NG #> 17797 NG #> 17812 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 17817 SY #> 17854 NG #> 17901 MA #> 17934 NG NE #> 17945 NG #> 17965 OM SA IQ KW IR QA BH #> 17966 IL #> 18011 ET #> 18023 LY #> 18027 NG #> 18089 TD #> 18122 MA DZ #> 18165 DZ #> 18175 NG #> 18203 IL #> 18209 KE #> 18283 ET #> 18287 NG #> 18298 KW #> 18328 ML #> 18332 CM NG #> 18338 DZ #> 18361 NG #> 18389 SO #> 18408 DZ #> 18517 ER ET #> 18570 ET #> 18580 ET #> 18610 MA #> 18644 ER SD #> 18665 IQ #> 18669 ER #> 18706 ET #> 18714 ET #> 18722 EG #> 18733 EG #> 18735 MA #> 18746 ET #> 18760 TD #> 18761 TZ #> 18764 CM #> 18791 TZ #> 18816 CM #> 18825 TD #> 18836 CM #> 18840 CM NG #> 18858 NG #> 18880 TD #> 18899 NG #> 18900 ET #> 18901 TD CM #> 18905 CM #> 18909 TD CM #> 18910 NG #> 18938 ET #> 18951 ER #> 18954 NG #> 18968 NG #> 18978 NG #> 18988 YE OM #> 18995 TD NG CM #> 19012 ET #> 19063 ET #> 19081 CM #> 19106 NG #> 19109 NG #> 19111 TD #> 19116 CM #> 19125 ET #> 19139 CM #> 19140 TD #> 19160 NG #> 19164 NG #> 19171 TD #> 19177 NG #> 19180 TD NG CM #> 19181 NG #> 19193 NG #> 19198 NG #> 19217 NG #> 19228 TD #> 19233 TD CM #> 19251 CM #> 19268 NG #> 19281 NG NE #> 19286 CM #> 19289 TD #> 19290 CM NG #> 19297 NG #> 19310 CM #> 19315 NG #> 19319 CM #> 19330 TD CM #> 19340 TD #> 19347 NG #> 19353 NG #> 19370 EG #> 19380 CM #> 19391 YE OM #> 19408 DZ #> 19432 ER #> 19436 ET #> 19445 ET #> 19451 MA #> 19462 NG #> 19475 EG #> 19503 ET #> 19506 NG #> 19541 TZ #> 19579 ET #> 19591 ET #> 19615 KE #> 19650 ET #> 19664 ER ET #> 19671 ET #> 19713 ET #> 19720 TZ #> 19848 KW #> 19917 ER #> 19924 OM SA IQ KW IR QA BH #> 19989 ER SD #> 19995 ET #> 20034 DZ #> 20042 SY #> 20092 ET #> 20094 ML #> 20141 IL #> 20163 DZ #> 20167 CM NG #> 20183 LY #> 20251 IL #> 20272 ET #> 20304 MA #> 20342 IQ #> 20394 MA DZ #> 20395 SO #> 20409 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 20426 MA #> 20436 ET #> 20457 ET #> 20462 ML #> 20478 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 20482 EG #> 20489 TD NG CM #> 20544 ET #> 20553 ER #> 20570 MA #> 20596 SO #> 20601 DZ #> 20614 ET #> 20640 NG #> 20660 DZ #> 20678 CM #> 20691 TD #> 20698 TD #> 20703 TD #> 20718 ET #> 20732 CM NG #> 20748 TD #> 20800 NG #> 20802 ER #> 20815 MA #> 20826 TD #> 20837 YE OM #> 20851 IL #> 20863 ET #> 20867 ET #> 20894 NG #> 20947 MA DZ #> 20970 TZ #> 20990 NG #> 21054 NG #> 21055 ET #> 21075 OM SA IQ KW IR QA BH #> 21077 CM #> 21109 NG #> 21129 IL #> 21162 MA #> 21170 TD CM #> 21214 CM #> 21221 ET #> 21223 IQ #> 21231 NG #> 21244 ER SD #> 21291 NG NE #> 21293 ET #> 21333 ET #> 21392 ET #> 21397 KE #> 21430 NG #> 21491 ET #> 21503 SY #> 21534 TZ #> 21555 NG #> 21565 NG #> 21577 EG #> 21578 ER ET #> 21588 NG #> 21612 CM #> 21617 NG #> 21646 CM #> 21659 KW #> 21673 NG #> 21682 DZ #> 21688 NG #> 21722 TD CM #> 21771 CM NG #> 21773 CM #> 21775 LY #> 21778 CM NG #> 21788 CM #> 21838 YE OM #> 21884 DZ #> 21887 SY #> 21918 TD #> 21926 ER ET #> 21930 CM NG #> 21932 ET #> 21935 MA #> 21957 ET #> 21958 KE #> 21961 NG #> 21979 NG #> 21983 ET #> 21994 DZ #> 22004 NG #> 22009 NG #> 22010 NG #> 22026 ML #> 22030 EG #> 22037 EG #> 22046 NG #> 22047 NG NE #> 22063 NG #> 22086 MA DZ #> 22108 IL #> 22154 OM SA IQ KW IR QA BH #> 22175 KW #> 22210 ET #> 22216 ET #> 22225 ET #> 22266 ET #> 22286 ET #> 22303 ET #> 22376 IQ #> 22387 TZ #> 22402 ET #> 22424 ET #> 22425 NG #> 22443 ER #> 22487 ER SD #> 22489 NG #> 22493 TZ #> 22696 CM #> 22710 TD NG CM #> 22715 TD #> 22721 NG #> 22725 NG #> 22727 CM #> 22728 NG #> 22731 TD CM #> 22739 NG #> 22740 TD #> 22744 NG #> 22749 CM #> 22752 TD #> 22763 CM #> 22766 TD CM #> 22830 ET #> 22831 IL #> 22836 SO #> 22908 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 22923 MA #> 23009 CM NG #> 23045 KW #> 23074 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 23134 EG #> 23135 MA DZ #> 23136 SO #> 23151 ML #> 23168 SY #> 23173 MA #> 23234 IL #> 23243 NG NE #> 23253 DZ #> 23261 OM SA IQ KW IR QA BH #> 23291 ET #> 23311 IL #> 23461 CM #> 23464 TD #> 23479 TD CM #> 23480 NG #> 23501 NG #> 23507 CM #> 23508 NG #> 23510 NG #> 23512 NG #> 23520 TD #> 23525 TD #> 23527 YE OM #> 23528 CM #> 23535 NG #> 23536 NG #> 23542 TD CM #> 23551 TD NG CM #> 23558 CM #> 23559 CM #> 23566 NG #> 23567 NG #> 23575 CM NG #> 23651 YE OM #> 23681 DZ #> 23684 SY #> 23702 TD #> 23711 NG #> 23717 NG #> 23720 NG #> 23750 EG #> 23758 NG #> 23765 NG #> 23766 EG #> 23777 NG NE #> 23780 NG #> 23818 IL #> 23842 MA DZ #> 23843 OM SA IQ KW IR QA BH #> 23853 KW #> 23895 CM #> 23896 TD CM #> 23901 NG #> 23910 TD CM #> 23912 NG #> 23920 NG #> 23929 NG #> 23934 TD NG CM #> 23937 TD #> 23955 CM #> 23958 CM #> 23962 NG #> 23965 TD #> 23971 CM #> 23974 TD #> 23982 IQ #> 24042 NG #> 24046 NG #> 24050 TZ #> 24059 CM NG #> 24073 SY #> 24075 DZ #> 24076 YE OM #> 24115 NG #> 24119 NG #> 24142 NG #> 24147 TD #> 24175 NG NE #> 24181 EG #> 24182 EG #> 24189 NG #> 24191 NG #> 24199 NG #> 24216 CM NG #> 24225 EG #> 24229 NG #> 24235 CM #> 24255 MA DZ #> 24272 NG NE #> 24273 TD #> 24309 IL #> 24310 OM SA IQ KW IR QA BH #> 24321 NG #> 24328 NG #> 24409 NG #> 24410 NG #> 24413 NG #> 24425 NG #> 24430 DZ #> 24431 CM #> 24437 TD #> 24439 EG #> 24445 KW #> 24450 SY #> 24471 NG #> 24477 NG #> 24482 TD CM #> 24489 NG #> 24536 TD #> 24542 NG #> 24558 NG #> 24576 NG #> 24577 TD CM #> 24595 IQ #> 24603 YE OM #> 24606 CM #> 24617 CM #> 24618 TZ #> 24624 TD NG CM #> 24648 MA DZ #> 24662 IL #> 24697 OM SA IQ KW IR QA BH #> 24702 SY #> 24706 DZ #> 24708 KW #> 24790 IQ #> 24838 NG NE #> 24840 EG #> 24846 NG #> 24847 NG #> 24860 NG #> 24862 NG #> 24871 NG #> 24903 EG #> 24934 TD #> 24942 NG #> 24944 TD CM #> 24947 NG #> 24949 TD #> 24951 NG #> 24952 CM #> 24953 TD CM #> 24964 CM #> 24966 NG #> 24984 TD #> 24986 CM NG #> 24999 NG #> 25001 NG #> 25006 CM #> 25020 TZ #> 25022 NG #> 25028 TD NG CM #> 25033 CM #> 25034 YE OM #> 25037 NG #> 25064 NG #> 25070 TZ #> 25074 NG #> 25095 NG #> 25097 EG #> 25105 EG #> 25134 TD #> 25138 NG #> 25154 DZ #> 25168 IL #> 25190 NG #> 25207 CM #> 25213 NG NE #> 25248 NG #> 25252 NG #> 25264 NG #> 25276 TD CM #> 25279 TD #> 25298 TD NG CM #> 25301 NG #> 25315 MA DZ #> 25320 CM #> 25331 CM #> 25338 NG #> 25350 NG #> 25354 NG #> 25356 CM #> 25366 YE OM #> 25382 TD #> 25393 IQ #> 25415 OM SA IQ KW IR QA BH #> 25421 KW #> 25459 CM NG #> 25474 SY #> 25487 NG #> 25490 TD CM #> 25498 TD NG CM #> 25508 TD #> 25509 TD CM #> 25528 CM #> 25531 TD CM #> 25534 CM #> 25540 TD #> 25549 TD #> 25553 CM #> 25562 NG #> 25563 NG #> 25566 NG #> 25567 CM #> 25578 NG #> 25581 YE OM #> 25582 NG #> 25589 NG #> 25592 NG #> 25597 NG #> 25605 NG #> 25613 NG #> 25618 NG #> 25620 NG NE #> 25642 IQ #> 25645 CM NG #> 25648 KW #> 25689 EG #> 25712 MA DZ #> 25725 OM SA IQ KW IR QA BH #> 25731 NG #> 25771 NG #> 25777 DZ #> 25792 EG #> 25847 IL #> 25887 SY #> 25890 TZ #> 26066 ER ET #> 26068 ET #> 26079 ET #> 26081 ET #> 26106 KE #> 26200 ET #> 26226 IL #> 26242 SO #> 26271 ET #> 26354 ER SD #> 26363 ET #> 26370 ET #> 26372 ER #> 26409 ET #> 26435 TZ #> 26437 ET #> 26463 ET #> 26486 ET #> 26498 ET #> 26576 KE #> 26577 ET #> 26603 ER ET #> 26605 ET #> 26606 ET #> 26695 ET #> 26707 TZ #> 26729 ER ET #> 26742 ET #> 26745 SO #> 26797 ET #> 26809 ET #> 26817 IL #> 26820 ET #> 26906 ER #> 26918 ER SD #> 26921 ET #> 26941 ET #> 27038 ET #> 27039 ET #> 27040 ET #> 27091 ER ET #> 27103 ET #> 27104 ET #> 27121 ET #> 27139 ET #> 27161 IL #> 27169 ET #> 27267 ET #> 27270 ET #> 27278 ER SD #> 27315 ET #> 27337 SO #> 27365 ER #> 27394 ET #> 27438 ET #> 27448 TZ #> 27469 ET #> 27503 IL #> 27520 SO #> 27532 ET #> 27540 ER SD #> 27550 ER #> 27569 ET #> 27607 ET #> 27608 ET #> 27612 ER ET #> 27630 ET #> 27653 ET #> 27654 ET #> 27768 ET #> 27790 ET #> 27802 TZ #> 27934 IL #> 27938 ER SD #> 27939 SO #> 27985 ER #> 28004 ET #> 28006 ET #> 28013 ET #> 28091 ET #> 28158 ET #> 28180 ET #> 28203 TZ #> 28245 ET #> 28256 ET #> 28261 ET #> 28316 KE #> 28329 ET #> 28330 ER ET #> 28341 ET #> 28395 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 28403 MA #> 28419 SY #> 28421 DZ #> 28423 YE OM #> 28435 MA #> 28436 CM NG #> 28437 NG #> 28440 DZ #> 28445 NG #> 28449 ML #> 28452 CM #> 28508 DZ #> 28510 ML #> 28520 CM NG #> 28521 MA #> 28522 NG #> 28523 NG #> 28584 SY #> 28609 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 28613 DZ #> 28623 MA #> 28658 ML #> 28660 DZ #> 28661 NG #> 28664 MA #> 28671 YE OM #> 28672 NG #> 28673 CM #> 28675 CM NG #> 28679 DZ #> 28680 NG #> 28682 NG #> 28683 CM NG #> 28687 MA #> 28707 YE OM #> 28754 MA #> 28761 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 28768 DZ #> 28787 CM #> 28788 ML #> 28814 SY #> 28828 YE OM #> 28829 CM #> 28830 NG #> 28832 CM NG #> 28833 NG #> 28856 DZ #> 28884 MA #> 28902 ML #> 28932 SY #> 28946 MA #> 28958 DZ #> 28976 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 29042 OM SA IQ KW IR QA BH #> 29061 MT #> 29099 SY #> 29108 LY #> 29111 EG #> 29112 LB #> 29117 LB #> 29118 SA #> 29123 PS #> 29125 ER SD #> 29143 MR #> 29147 TZ #> 29150 TD #> 29181 IL #> 29186 TZ #> 29207 ER ET #> 29215 IL #> 29369 IL #> 29406 MA #> 29446 SY #> 29466 MA #> 29562 IL #> 29615 MA #> 29660 IL #> 29717 ER SD #> 29730 MA #> 29736 SY #> 29819 OM SA IQ KW IR QA BH #> 29849 SY #> 29854 LB #> 29855 LB #> 29863 TZ #> 29867 SA #> 29946 ER ET #> 29954 TD #> 29959 IL #> 29960 PS #> 29966 LY #> 29978 EG #> 29980 TZ #> 29986 MR #> 29989 MT #> 29995 IL #> 29996 LB #> 30063 SY #> 30087 IL #> 30121 PS #> 30146 EG #> 30169 LY #> 30202 MT #> 30229 TZ #> 30267 TD #> 30268 TZ #> 30281 MA #> 30323 TD #> 30384 ET #> 30395 TD CM #> 30398 MA #> 30428 YE #> 30461 NG #> 30475 LY DZ NE #> 30481 NG #> 30492 EG #> 30546 IR IL #> 30559 ET #> 30567 ET #> 30584 ER SD #> 30587 NG #> 30614 TD #> 30615 ET #> 30619 TZ #> 30638 KE #> 30655 NG NE #> 30664 CF #> 30685 MA #> 30691 ET #> 30699 NG #> 30725 ET #> 30729 IL #> 30744 ET #> 30759 NG #> 30795 ER #> 30809 SO #> 30893 NG #> 30897 NG #> 30915 ET #> 30930 ET #> 30957 TD CM #> 30968 NG NE #> 30977 TD #> 31012 TD #> 31054 IR IL #> 31058 ET #> 31106 NG #> 31110 ER SD #> 31197 NG #> 31226 ET #> 31237 ET #> 31247 IL #> 31253 NG #> 31313 ET #> 31328 LY DZ NE #> 31330 ET #> 31375 CF #> 31389 SO #> 31391 YE #> 31396 MA #> 31397 ER #> 31402 MA #> 31403 TZ #> 31404 EG #> 31449 KE #> 31468 MA #> 31528 MA #> 31529 NG #> 31559 ER #> 31566 ET #> 31591 ER SD #> 31608 TD #> 31625 NG #> 31628 YE #> 31641 TD CM #> 31652 NG #> 31664 ET #> 31665 NG NE #> 31688 KE #> 31700 EG #> 31716 ET #> 31726 ET #> 31738 IL #> 31740 NG #> 31757 TZ #> 31812 ET #> 31828 IR IL #> 31880 NG #> 31919 SO #> 31941 ET #> 31968 ET #> 31985 LY DZ NE #> 31996 TD #> 32005 CF #> 32129 ET #> 32143 NG #> 32148 NG NE #> 32163 ER SD #> 32164 MA #> 32165 IL #> 32167 EG #> 32205 ET #> 32234 MA #> 32243 ER SD #> 32281 NG #> 32283 EG #> 32309 NG #> 32331 IL #> 32341 NG NE #> 32378 NG #> 32424 ER SD #> 32425 NG #> 32450 ET #> 32451 MA #> 32456 NG NE #> 32489 IL #> 32491 EG #> 32562 ER SD #> 32575 IL #> 32585 NG NE #> 32590 EG #> 32610 ET #> 32612 MA #> 32726 IL #> 32739 ER SD #> 32747 ET #> 32757 MA #> 32791 NG NE #> 32861 ET #> 32877 EG #> 33025 NG NE #> 33031 MA #> 33044 ER SD #> 33058 IL #> 33078 ET #> 33097 EG #> 33117 ET #> 33182 ER SD #> 33205 MA #> 33235 IL #> 33289 ET #> 33318 NG NE #> 33333 EG #> 33334 ET #> 33377 ER SD #> 33421 MA #> 33451 IL #> 33454 ET #> 33511 ET #> 33567 EG #> 33584 NG NE #> 33609 NG #> 33655 NG #> 33665 NG #> 33682 NG NE #> 33734 NG #> 33757 ET #> 33758 TZ #> 33848 ET #> 33851 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 33859 ET #> 33878 NG #> 33903 TZ #> 33910 TD CM #> 33929 CM NG #> 33939 ER #> 33943 IL #> 33949 TD #> 33958 ET #> 33963 ET #> 33974 ET #> 33993 NG #> 34034 NG #> 34038 ET #> 34043 NG #> 34045 NG #> 34063 TD #> 34068 ET #> 34076 SO #> 34095 NG #> 34110 TD #> 34155 SY #> 34158 NG #> 34159 MA #> 34197 ET #> 34208 OM SA IQ KW IR QA BH #> 34209 ER SD #> 34228 ER #> 34233 IL #> 34252 EG #> 34267 TD NG CM #> 34285 YE OM #> 34296 ET #> 34301 ML #> 34318 NG #> 34324 IQ #> 34343 MA #> 34373 CM #> 34444 MA #> 34451 LY #> 34461 MA DZ #> 34465 MA #> 34481 EG #> 34536 CM #> 34568 ET #> 34577 KE #> 34585 NG #> 34597 ER ET #> 34609 SY #> 34623 MA #> 34668 NG #> 34704 ET #> 34742 NG NE #> 34746 ET #> 34756 ER #> 34759 ER SD #> 34762 ET #> 34764 ET #> 34772 IL #> 34774 SO #> 34818 EG #> 34952 TZ #> 34953 TD #> 34964 IL #> 34993 EG #> 34998 MA #> 35037 ER SD #> 35056 ET #> 35105 NG NE #> 35134 NG NE #> 35172 TD #> 35187 EG #> 35191 TZ #> 35218 ER SD #> 35225 ET #> 35236 IL #> 35305 MA #> 35445 SO #> 35491 ET #> 35556 ET #> 35570 NG #> 35592 TD #> 35612 IL #> 35646 ER SD #> 35651 CF #> 35672 ET #> 35678 LY DZ NE #> 35709 TD #> 35730 ET #> 35734 YE #> 35739 ET #> 35740 ET #> 35742 NG NE #> 35750 NG #> 35752 EG #> 35776 IR IL #> 35780 ET #> 35786 TD CM #> 35789 ER #> 35822 NG #> 35835 MA #> 35841 MA #> 35848 NG #> 35850 NG #> 35874 TZ #> 35881 KE #> 36035 NG NE #> 36037 TD #> 36040 ET #> 36041 MT #> 36043 SY #> 36049 ET #> 36050 ET #> 36051 EG #> 36052 ER SD #> 36054 NG #> 36055 ET #> 36056 ER DJ ET #> 36057 ET #> 36070 IL #> 36071 TZ #> 36075 KE #> 36076 MA #> 36079 TZ #> 36081 OM SA IQ KW IR QA BH #> 36082 ER #> 36292 ER SD #> 36294 TZ #> 36297 ET #> 36305 ET #> 36310 SY #> 36311 MA #> 36312 ET #> 36313 ET #> 36321 IL #> 36324 ET #> 36333 OM SA IQ KW IR QA BH #> 36340 ER DJ ET #> 36355 NG NE #> 36356 NG #> 36357 KE #> 36358 ER #> 36362 MT #> 36365 TD #> 36367 EG #> 36370 TZ #> 36584 ET #> 36600 OM SA IQ KW IR QA BH #> 36601 NG NE #> 36602 TD #> 36603 ET #> 36609 ET #> 36610 ER SD #> 36615 ET #> 36623 SY #> 36627 IL #> 36629 ER DJ ET #> 36631 MA #> 36634 MT #> 36637 KE #> 36638 NG #> 36640 ER #> 36643 EG #> 36648 TZ #> 36650 ET #> 36653 TZ #> 36708 TD #> 36790 CM NG #> 36798 ET #> 36804 ET #> 36818 TD CM #> 36823 CM NG #> 36874 ET #> 36882 NG #> 36957 TD #> 36977 YE OM #> 36993 IL #> 37001 NG #> 37033 ER SD #> 37035 ER #> 37051 NG NE #> 37078 NG #> 37090 NG #> 37095 IL #> 37099 ET #> 37101 NG #> 37102 TD CM #> 37128 TZ #> 37136 TZ #> 37137 TD #> 37144 TD #> 37154 IQ #> 37160 NG #> 37201 DZ #> 37202 TD NG CM #> 37217 SO #> 37236 ET #> 37265 ET #> 37269 NG #> 37285 ER ET #> 37289 ET #> 37319 MA #> 37321 KW #> 37323 ER #> 37324 EG #> 37327 OM SA IQ KW IR QA BH #> 37328 MA #> 37329 SY #> 37330 MA DZ #> 37331 MA #> 37333 ML #> 37342 LY #> 37348 MA #> 37350 IQ #> 37353 CM #> 37355 EG #> 37389 CM #> 37397 NG #> 37415 CM #> 37439 NG #> 37450 NG #> 37474 CM #> 37525 CM #> 37547 ET #> 37558 CM #> 37581 NG #> 37616 NG #> 37638 ET #> 37640 ET #> 37655 ET #> 37665 NG #> 37673 KE #> 37718 EG #> 37762 ET #> 37787 TD #> 37795 NG #> 37815 NG #> 37852 CM NG #> 37882 YE OM #> 37885 EG #> 37897 ET #> 37899 YE #> 37906 ER DJ ET #> 37908 SO #> 37928 NG NE #> 37939 ET #> 37945 TD NG CM #> 37948 TZ #> 37953 ET #> 37962 EG #> 37977 IL #> 37981 MT #> 37982 ET #> 37988 TD #> 37995 ER ET #> 38002 NG #> 38010 KE #> 38103 EG #> 38110 ET #> 38111 TD #> 38121 ET #> 38159 YE OM #> 38161 TZ #> 38162 ER SD #> 38165 IL #> 38204 MA #> 38209 NG NE #> 38294 NG #> 38349 NG #> 38383 ET #> 38445 NG NE #> 38446 TD #> 38455 CM NG #> 38474 MT #> 38481 EG #> 38496 IL #> 38524 EG #> 38528 CM #> 38542 NG #> 38554 CM #> 38575 ER #> 38590 MA DZ #> 38601 NG #> 38620 NG #> 38636 NG #> 38644 NG #> 38652 ET #> 38664 TD #> 38675 NG #> 38678 ET #> 38687 ET #> 38698 NG #> 38708 NG NE #> 38746 TD CM #> 38790 ET #> 38791 ER ET #> 38800 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 38815 NG #> 38817 NG #> 38821 SY #> 38824 TD #> 38825 ET #> 38827 IQ #> 38833 KW #> 38835 ET #> 38841 ER SD #> 38842 IL #> 38846 NG #> 38849 IL #> 38852 CM #> 38860 TD #> 38866 MA #> 38870 NG #> 38871 OM SA IQ KW IR QA BH #> 38873 EG #> 38874 SO #> 38880 TZ #> 38889 CM NG #> 38914 MA #> 38943 KE #> 39014 TZ #> 39065 ET #> 39073 ER DJ ET #> 39088 EG #> 39097 ET #> 39098 MA #> 39135 EG #> 39144 NG NE #> 39163 NG #> 39171 NG #> 39185 NG #> 39186 NG #> 39210 IQ #> 39227 TD #> 39242 ER #> 39244 ET #> 39254 MA DZ #> 39261 ET #> 39264 ER ET #> 39282 IL #> 39307 IL #> 39332 TD CM #> 39345 NG #> 39352 NG #> 39357 MA #> 39366 MA #> 39373 ET #> 39385 TD CM #> 39388 NG #> 39393 OM SA IQ KW IR QA BH #> 39406 NG #> 39407 EG #> 39411 KW #> 39420 NG #> 39421 ET #> 39424 SY #> 39438 TZ #> 39445 SO #> 39508 MA #> 39527 KE #> 39541 ER DJ ET #> 39542 TZ #> 39567 ET #> 39581 ET #> 39640 EG #> 39688 TZ #> 39691 MA #> 39728 NG NE #> 39737 ER SD #> 39760 EG #> 39788 IL #> 39797 ET #> 39866 TD #> 40126 SO #> 40162 ET #> 40208 TZ #> 40215 CF #> 40237 NG #> 40242 ET #> 40287 ER SD #> 40295 ET #> 40297 IL #> 40347 TD #> 40360 ET #> 40372 NG NE #> 40377 TD CM #> 40379 ET #> 40385 MA #> 40389 EG #> 40396 ER #> 40414 YE #> 40417 NG #> 40420 NG #> 40428 NG #> 40439 KE #> 40442 ET #> 40445 ET #> 40459 MA #> 40463 TD #> 40466 IR IL #> 40475 LY DZ NE #> 40503 NG #> 40512 NG NE #> 40531 TD #> 40596 EG #> 40610 ER SD #> 40615 IL #> 40636 TZ #> 40642 ET #> 40660 MA #> 40711 TD #> 40714 NG #> 40715 IL #> 40719 OM SA IQ KW IR QA BH #> 40720 NG #> 40725 MT #> 40743 EG #> 40766 MA #> 40776 ET #> 40785 NG #> 40808 NG #> 40812 NG #> 40824 ET #> 40846 NG #> 40895 DZ #> 40914 CM NG #> 40923 MA #> 40927 NG NE #> 40929 TZ #> 40931 SO #> 40964 NG #> 40972 EG #> 40994 TD #> 41006 IL #> 41032 MT #> 41034 NG #> 41053 ET #> 41066 NG NE #> 41085 MA #> 41086 NG #> 41087 NG #> 41089 NG #> 41097 MA #> 41101 DZ #> 41106 TZ #> 41107 OM SA IQ KW IR QA BH #> 41108 ET #> 41118 NG #> 41125 SO #> 41150 ET #> 41162 NG #> 41163 NG NE #> 41193 TZ #> 41208 NG #> 41233 MA #> 41277 IQ #> 41281 IL #> 41329 MT #> 41332 EG #> 41345 NG #> 41361 NG #> 41368 ET #> 41369 MA #> 41370 NG NE #> 41373 IL #> 41374 ER SD #> 41375 NG #> 41377 TD #> 41378 TD #> 41380 EG #> 41382 EG #> 41429 ET #> 41430 ET #> 41452 CM NG #> 41459 ER #> 41479 ET #> 41486 TZ #> 41487 TZ #> 41609 ET #> 41768 MA #> 41781 SO #> 41785 IL #> 41793 ET #> 41797 EG #> 41822 NG NE #> 41841 EG #> 41847 TD #> 41856 NG #> 41877 TZ #> 42120 IL #> 42144 TD NG CM #> 42147 ET #> 42149 SO #> 42150 ET #> 42154 EG #> 42160 TZ #> 42163 ET #> 42172 NG NE #> 42183 TD CM #> 42188 TD #> 42192 MT #> 42226 NG #> 42271 NG #> 42281 IL #> 42299 CM #> 42305 OM SA IQ KW IR QA BH #> 42310 MA #> 42316 NG #> 42321 ET #> 42330 MT #> 42349 NG #> 42372 ET #> 42407 SO #> 42469 ET #> 42495 ET #> 42520 TZ #> 42603 ER SD #> 42606 TZ #> 42620 TD #> 42625 ER #> 42626 TD #> 42634 ET #> 42678 ET #> 42680 CM NG #> 42732 NG NE #> 42741 EG #> 42753 ET #> 42758 EG #> 42774 IL #> 42794 MA #> 42798 NG #> 42850 IL #> 42898 EG #> 42914 NG NE #> 42923 ET #> 42933 MA #> 42939 ER SD #> 42946 SO #> 42975 ET #> 42994 ET #> 43066 TD #> 43069 TZ #> 43330 NG #> 43338 ET #> 43346 ET #> 43353 KE #> 43373 ET #> 43383 NG #> 43392 ET #> 43407 NG #> 43420 TD CM #> 43436 NG #> 43467 NG #> 43483 IL #> 43499 CF #> 43555 TD #> 43567 TZ #> 43568 TD #> 43571 IR IL #> 43580 ET #> 43582 ET #> 43583 ET #> 43585 SO #> 43588 NG NE #> 43598 ER #> 43600 LY DZ NE #> 43601 ER SD #> 43605 MA #> 43609 EG #> 43610 YE #> 43612 MA #> 43651 NG NE #> 43653 EG #> 43700 IL #> 43764 ET #> 43787 TZ #> 43793 TD #> 43800 SO #> 43862 ET #> 43865 ET #> 43871 MA #> 43899 ER SD #> 43998 ET #> 44080 ET #> 44141 ET #> 44156 ER SD #> 44158 ET #> 44163 ET #> 44170 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 44217 ET #> 44272 ET #> 44282 KE #> 44315 TD #> 44373 MA #> 44382 MA #> 44385 ML #> 44389 MA DZ #> 44393 MA #> 44408 ET #> 44411 ET #> 44449 ET #> 44471 ET #> 44540 IQ #> 44541 EG #> 44546 SY #> 44547 ER ET #> 44548 IL #> 44551 IL #> 44567 NG #> 44574 CM NG #> 44586 MA #> 44599 EG #> 44600 NG #> 44607 OM SA IQ KW IR QA BH #> 44637 TZ #> 44653 SO #> 44661 LY #> 44667 NG #> 44682 NG #> 44693 CM #> 44718 NG #> 44738 CM #> 44752 TD CM #> 44769 NG #> 44773 TD NG CM #> 44794 YE OM #> 44809 NG #> 44820 NG #> 44822 NG NE #> 44836 NG #> 44837 ER #> 44891 NG #> 44902 TD #> 44909 NG #> 44938 NG #> 44948 NG #> 44969 NG NE #> 45001 IL #> 45003 TD #> 45031 SO #> 45035 NG #> 45036 NG #> 45056 DZ #> 45089 EG #> 45095 NG #> 45104 MT #> 45126 NG #> 45129 OM SA IQ KW IR QA BH #> 45130 ET #> 45177 ET #> 45184 MA #> 45190 LY DZ NE #> 45202 KE #> 45205 MA #> 45227 ET #> 45248 ET #> 45254 TZ #> 45305 TZ #> 45316 NG #> 45319 NG #> 45320 SO #> 45392 ET #> 45395 NG #> 45404 ET #> 45407 MT #> 45411 MA #> 45417 OM SA IQ KW IR QA BH #> 45419 EG #> 45428 IL #> 45429 KE ET #> 45460 TD #> 45479 NG NE #> 45495 EG #> 45506 ET #> 45515 ET #> 45522 MA #> 45587 IL #> 45588 YE #> 45622 CY #> 45642 EG #> 45668 ET #> 45676 CM NG #> 45680 ET #> 45690 TZ #> 45696 ET #> 45698 NG #> 45709 ET #> 45713 NG NE #> 45716 KE #> 45727 ET #> 45729 NG #> 45849 ET #> 45851 ET #> 45862 NG NE #> 45865 ET #> 45872 IL #> 45915 LY #> 45940 CY #> 45961 TZ #> 45963 ET #> 45975 IL #> 45976 NG #> 45980 MA #> 45993 NG #> 46001 TZ #> 46023 CM NG #> 46026 TZ #> 46032 NG #> 46067 NG #> 46068 EG #> 46251 MA #> 46283 IL #> 46292 TZ #> 46310 NG #> 46316 NG #> 46327 NG #> 46609 TD CM #> 46642 TD #> 46650 MA #> 46657 MA #> 46663 MA #> 46671 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 46681 NG #> 46684 TD #> 46690 CM NG #> 46695 CM #> 46699 TZ #> 46701 TD #> 46706 TD #> 46718 NG #> 46722 IL #> 46724 ER SD #> 46727 TD #> 46739 ER ET #> 46748 NG #> 46760 SO #> 46764 NG #> 46765 DZ #> 46772 IQ #> 46790 OM SA IQ KW IR QA BH #> 46791 CM #> 46793 CM NG #> 46794 ET #> 46795 IQ #> 46799 NG #> 46805 ET #> 46814 TZ #> 46818 NE #> 46819 NG #> 46833 NG NE #> 46860 EG #> 46865 MA DZ #> 46871 NG #> 46873 IL #> 46880 EG #> 46889 NG #> 46900 MR #> 46905 ET #> 46907 NG #> 46914 MA #> 46916 ML #> 46917 NG #> 46925 TD NG CM #> 46929 CM #> 46930 SY #> 46935 TD #> 46954 ER #> 47035 NG #> 47047 ET #> 47135 ER DJ ET #> 47214 ET #> 47216 NG #> 47217 ET #> 47335 NG #> 47341 EG #> 47342 ET #> 47345 IL #> 47388 NG #> 47407 ER SD #> 47408 NG NE #> 47419 MA #> 47437 ET #> 47454 ET #> 47473 NG #> 47510 EG #> 47513 ET #> 47517 NG NE #> 47530 NG #> 47567 ET #> 47585 ER SD #> 47605 NG #> 47636 IL #> 47656 ET #> 47675 MA #> 47700 NG #> 47777 EG #> 47782 ER SD #> 47816 IL #> 47819 NG NE #> 47828 ET #> 47891 NG #> 47896 NG #> 47915 NG #> 47938 ET #> 47950 MA #> 47958 ET #> 47989 ET #> 48052 ET #> 48060 ET #> 48122 TD CM #> 48127 ER #> 48135 NG #> 48206 MA #> 48217 ER SD #> 48239 KE #> 48257 CF #> 48258 ET #> 48283 NG #> 48292 YE #> 48300 ET #> 48323 NG #> 48326 TD #> 48369 NG NE #> 48385 NG #> 48440 TD #> 48450 NG #> 48454 MA #> 48466 SO #> 48467 ET #> 48477 ET #> 48478 TZ #> 48496 IL #> 48515 EG #> 48547 LY DZ NE #> 48549 IR IL #> 48565 NG #> 48575 IL #> 48610 NG #> 48617 NG #> 48622 TZ #> 48638 TZ #> 48647 NG #> 48656 TZ #> 48668 IL #> 48685 LY #> 48691 NG #> 48714 NG #> 48718 IL #> 48741 MA #> 48754 TZ #> 48785 TZ #> 48790 TZ #> 48794 IL #> 48799 TZ #> 48842 ET #> 48859 ET #> 48868 DZ #> 48893 MT #> 48910 TD #> 48911 IL #> 48913 EG #> 48917 NG NE #> 48935 TZ #> 48987 SO #> 48992 ET #> 49019 MT #> 49021 ET #> 49031 ER SD #> 49072 ER #> 49076 IL #> 49080 EG #> 49153 ER #> 49166 NG NE #> 49189 NG #> 49191 EG #> 49193 MA #> 49202 NG #> 49236 TZ #> 49254 TD #> 49274 ET #> 49330 IL #> 49354 EG #> 49392 MA #> 49400 ET #> 49401 NG #> 49406 ER DJ ET #> 49407 ET #> 49418 ET #> 49426 NG NE #> 49427 NG #> 49428 ER ET #> 49434 EG #> 49437 NG #> 49459 NG #> 49465 SO #> 49472 TD #> 49497 TD NG CM #> 49500 TD CM #> 49516 NG #> 49517 ET #> 49522 MA #> 49532 ET #> 49542 EG #> 49544 ER SD #> 49550 MT #> 49551 NG #> 49614 LY DZ NE #> 49615 KE #> 49616 TN #> 49629 ER #> 49662 ET #> 49680 IL #> 49687 SO #> 49704 NG NE #> 49733 ET #> 49737 ER ET #> 49748 MT #> 49753 ER #> 49757 TN #> 49766 SO #> 49781 IL #> 49800 NG #> 49802 ER SD #> 49808 ER ET #> 49815 EG #> 49824 ET #> 49827 ET #> 49830 ET #> 49882 NG NE #> 49911 ET #> 49912 MA #> 49929 KE #> 49940 LY DZ NE #> 49951 NG #> 49966 NG #> 49968 ER ET #> 49987 IL #> 49991 LY DZ NE #> 50005 SO #> 50006 NG #> 50018 ET #> 50055 EG #> 50060 ET #> 50078 ET #> 50091 MA #> 50097 NG NE #> 50102 ER SD #> 50127 ER #> 50139 MT #> 50174 ET #> 50178 KE #> 50181 TN #> 50214 ER SD #> 50230 ER #> 50256 NG #> 50265 ET #> 50271 ET #> 50286 ET #> 50298 ER ET #> 50309 IL #> 50312 SO #> 50318 MT #> 50324 ET #> 50326 LY DZ NE #> 50349 NG NE #> 50360 NG #> 50367 EG #> 50375 TN #> 50382 MA #> 50403 KE #> 50420 CM #> 50426 MA DZ #> 50454 MA #> 50465 LY #> 50469 CM #> 50551 TD NG CM #> 50559 ET #> 50582 NG #> 50586 NG #> 50701 NG #> 50723 ER #> 50752 ET #> 50797 CM NG #> 50831 ET #> 50863 ET #> 50886 ER SD #> 50887 IQ #> 50930 ET #> 50935 SO #> 50968 TZ #> 51015 ET #> 51026 TD #> 51054 KE #> 51132 NG #> 51175 ET #> 51197 ET #> 51229 TD CM #> 51252 NG #> 51257 TD #> 51276 ET #> 51280 IQ #> 51282 IL #> 51295 ET #> 51298 MA #> 51310 MA #> 51317 ET #> 51323 NG #> 51324 SY #> 51328 NG #> 51333 EG #> 51339 MA #> 51359 OM SA IQ KW IR QA BH #> 51363 YE OM #> 51377 IL #> 51435 NG #> 51437 EG #> 51449 TD #> 51453 NG NE #> 51468 NG #> 51478 NG #> 51480 TZ #> 51517 NG #> 51531 NG #> 51573 ET #> 51581 ER SD #> 51711 IR IL #> 51726 MA #> 51757 LY DZ NE #> 51773 EG #> 51826 SO #> 51841 IL #> 51913 MA #> 51957 ET #> 51960 ET #> 51967 ER #> 51993 ET #> 52014 NG #> 52024 TD #> 52034 TD CM #> 52035 NG #> 52038 NG #> 52041 NG #> 52047 NG #> 52053 TD #> 52061 KE #> 52063 ET #> 52066 CF #> 52067 TZ #> 52071 ET #> 52072 NG NE #> 52074 ET #> 52075 YE #> 52106 ET #> 52123 YE OM #> 52124 ET #> 52137 ER #> 52146 MA #> 52164 MA #> 52176 OM SA IQ KW IR QA BH #> 52203 YE #> 52204 MA #> 52208 MR #> 52226 LB #> 52234 ET #> 52243 NG #> 52246 ET #> 52249 TZ #> 52256 MT #> 52268 TZ #> 52269 IR IL #> 52271 CM #> 52278 NG #> 52286 ET #> 52288 ER SD #> 52301 IQ #> 52304 TD #> 52324 NG #> 52336 TD NG CM #> 52345 EG #> 52350 MA #> 52363 IL #> 52381 ET #> 52407 NG NE #> 52484 NG #> 52504 DZ #> 52546 PS #> 52571 ET #> 52638 TD #> 52667 MA #> 52674 PS #> 52695 MA #> 52791 OM SA IQ KW IR QA BH #> 52810 ER SD #> 52820 TZ #> 52838 ET #> 52898 ET #> 52960 MA #> 52963 MA #> 52964 YE OM #> 52966 ER #> 52973 LB #> 52974 NG #> 52975 TD #> 52982 MR #> 52983 TD NG CM #> 52989 EG #> 52999 IL #> 53006 YE #> 53009 NG NE #> 53021 ET #> 53027 ET #> 53033 ET #> 53035 ET #> 53036 TD #> 53081 NG #> 53112 MT #> 53126 TZ #> 53188 ET #> 53191 IL #> 53202 ET #> 53229 LB #> 53265 NG #> 53272 TZ #> 53302 NG NE #> 53314 TD #> 53364 ET #> 53368 EG #> 53378 NG #> 53382 ET #> 53394 MT #> 53403 MA #> 53413 ET #> 53421 MA #> 53479 IQ #> 53503 EG #> 53512 ER #> 53569 TD #> 53607 EG #> 53622 IL #> 53628 NG NE #> 53633 MA #> 53704 ET #> 53767 SO #> 53817 TZ #> 53826 MA #> 53835 ER #> 53919 OM SA IQ KW IR QA BH #> 53922 YE OM #> 53928 NG NE #> 53955 EG #> 53968 SO #> 53991 ET #> 53992 MA #> 54008 ER SD #> 54013 MT #> 54028 ET #> 54031 IL #> 54035 TD #> 54040 ER #> 54048 TZ #> 54052 MA #> 54078 IL #> 54082 NG NE #> 54086 MT #> 54108 OM SA IQ KW IR QA BH #> 54113 MA #> 54116 YE OM #> 54117 ET #> 54119 EG #> 54123 ET #> 54137 SO #> 54243 TZ #> 54255 ER #> 54256 TD #> 54296 ER SD #> 54329 IL #> 54334 EG #> 54339 MT #> 54363 TZ #> 54389 MA #> 54390 NG NE #> 54394 OM SA IQ KW IR QA BH #> 54407 ET #> 54421 YE OM #> 54452 ET #> 54457 ER #> 54464 TD #> 54489 SO #> 54520 ET #> 54536 IL #> 54560 TD #> 54567 NG NE #> 54589 EG #> 54610 TZ #> 54639 MA #> 54722 OM SA IQ KW IR QA BH #> 54829 ER SD #> 54948 MA #> 54988 NG NE #> 55014 TD #> 55022 ET #> 55080 IL #> 55084 EG #> 55107 TZ #> 55184 OM SA IQ KW IR QA BH #> 55284 ER SD #> 55381 ET #> 55387 IL #> 55436 MA #> 55442 MA #> 55452 NG #> 55465 TZ #> 55480 KE ET #> 55497 ET #> 55509 NG NE #> 55521 MT #> 55533 EG #> 55535 TN #> 55547 TZ #> 55548 MA #> 55555 TZ #> 55557 EG #> 55567 MA #> 55571 TN #> 55580 ET #> 55582 MT #> 55584 KE ET #> 55587 TZ #> 55604 NG NE #> 55619 ET #> 55656 IL #> 55667 NG #> 55845 ET #> 55865 CF #> 55870 ET #> 55904 ET #> 55918 YE #> 55922 SO #> 55940 NG NE #> 55969 MA #> 56008 ER #> 56017 ET #> 56024 TD #> 56027 MA #> 56036 ET #> 56037 TD #> 56048 ER SD #> 56053 NG #> 56092 ET #> 56113 IR IL #> 56140 EG #> 56162 LY DZ NE #> 56195 ET #> 56214 IL #> 56264 TZ #> 56270 KE #> 56274 NG #> 56275 NG #> 56280 NG #> 56285 TD CM #> 56293 NG #> 56318 EG #> 56343 ET #> 56368 NG NE #> 56375 TZ #> 56378 MA #> 56395 MT #> 56420 TN #> 56426 KE ET #> 56438 ET #> 56451 MA #> 56462 TZ #> 56463 IL #> 56476 NG #> 56521 ET #> 56541 IL #> 56580 ET #> 56587 ET #> 56635 ER ET #> 56636 ET #> 56688 ER DJ ET #> 56706 SO #> 56709 ET #> 56712 ET #> 56724 ET #> 56727 ET #> 56753 ET #> 56782 TZ #> 56800 ET #> 56854 ET #> 56867 ER #> 56902 KE #> 57005 ET #> 57025 ER SD #> 57045 ET #> 57074 TD #> 57076 TD CM #> 57088 NG NE #> 57099 TZ #> 57122 OM SA IQ KW IR QA BH #> 57145 TD #> 57192 NG #> 57223 NG #> 57224 KW #> 57232 NG #> 57241 NG #> 57256 IL #> 57260 NG #> 57273 TD NG CM #> 57298 NG #> 57299 NG #> 57307 TD CM #> 57360 CM #> 57378 EG #> 57384 NG #> 57389 CM #> 57399 TD #> 57415 EG #> 57430 IQ #> 57441 NG #> 57452 MA DZ #> 57453 CM #> 57476 NG #> 57481 NG #> 57490 NG #> 57506 TD #> 57517 CM #> 57536 CM #> 57570 CM NG #> 57577 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 57579 NG #> 57592 MA #> 57600 ML #> 57615 CM #> 57631 CM NG #> 57632 DZ #> 57635 MA #> 57711 YE OM #> 57728 MA #> 57750 ER #> 57788 DZ #> 57819 SY #> 57836 NG #> 57923 SY #> 57925 DZ #> 57929 YE OM #> 57941 NG #> 57946 TD #> 57956 OM SA IQ KW IR QA BH #> 58010 CM #> 58025 IL #> 58028 NG #> 58062 CM #> 58070 TD NG CM #> 58086 TD #> 58099 ET #> 58108 TD CM #> 58222 NG #> 58251 NG #> 58262 ET #> 58300 TD #> 58324 ET #> 58327 ET #> 58352 SO #> 58356 NG #> 58364 MA DZ #> 58376 ET #> 58387 TZ #> 58392 ET #> 58397 IQ #> 58428 CM #> 58446 ET #> 58545 NG #> 58574 TZ #> 58586 ET #> 58638 ER DJ ET #> 58647 EG #> 58651 ET #> 58657 ET #> 58663 ER SD #> 58664 NG #> 58675 TD CM #> 58713 ET #> 58721 NG #> 58736 TD #> 58741 ET #> 58817 ET #> 58835 ER #> 58837 NG #> 58850 NG #> 58858 EG #> 58860 NG #> 58903 CM #> 58910 NG NE #> 58958 IL #> 59011 ET #> 59062 NG #> 59069 NG #> 59125 KW #> 59131 ER ET #> 59135 CM #> 59137 KE #> 59172 ML #> 59189 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 59202 NE #> 59214 MA #> 59233 NG #> 59239 DZ #> 59247 MA #> 59292 MA #> 59294 CM NG #> 59305 CM #> 59308 CM NG #> 59351 YE OM #> 59376 DZ #> 59388 MA #> 59402 NG #> 59433 ER #> 59441 SY #> 59443 ET #> 59446 ET #> 59448 ET #> 59466 ER #> 59519 ET #> 59650 SO #> 59687 ET #> 59694 ET #> 59711 ET #> 59779 TZ #> 59805 ET #> 59823 ER SD #> 59914 ET #> 59936 ET #> 59953 ER DJ ET #> 59988 ET #> 59995 KE #> 60024 ET #> 60049 IL #> 60082 ET #> 60097 ER ET #> 60121 ET #> 60126 ER #> 60159 YE OM #> 60166 KW #> 60175 NG #> 60214 TD CM #> 60223 DZ #> 60225 NG #> 60229 IQ #> 60230 NE #> 60236 OM SA IQ KW IR QA BH #> 60249 DZ #> 60256 MA #> 60263 NG #> 60287 MA #> 60344 EG #> 60347 CM #> 60367 TD #> 60377 MA #> 60378 NG #> 60393 LY #> 60400 CM #> 60411 TD #> 60414 NG #> 60434 ML #> 60456 CM NG #> 60465 TD NG CM #> 60471 NG NE #> 60477 CM #> 60502 NG #> 60537 TD CM #> 60552 NG #> 60558 CM #> 60567 NG #> 60568 IL #> 60578 NG #> 60615 TD #> 60620 NG #> 60627 CM #> 60628 MA DZ #> 60633 CM #> 60706 EG #> 60707 NG #> 60712 CM NG #> 60724 NG #> 60737 NG #> 60746 NG #> 60747 MA #> 60753 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 60761 CM #> 60776 MA #> 60783 TZ #> 60827 TD #> 60845 NG #> 60857 SY #> 60970 CM NG #> 60972 NG #> 60975 EG #> 60985 MA #> 60991 CM #> 60992 NG #> 60994 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 61019 MA DZ #> 61022 EG #> 61028 NG #> 61033 NG #> 61035 TD NG CM #> 61052 DZ #> 61060 CM NG #> 61061 OM SA IQ KW IR QA BH #> 61075 NG #> 61086 CM #> 61095 MA #> 61120 NG NE #> 61145 CM #> 61157 NG #> 61158 NG #> 61160 ML #> 61170 NG #> 61197 ET #> 61213 ET #> 61225 ET #> 61231 KE #> 61273 IL #> 61344 TZ #> 61384 TZ #> 61462 ET #> 61536 ET #> 61562 ET #> 61585 ER #> 61595 ET #> 61758 KE #> 61762 ET #> 61781 ER DJ ET #> 61784 ER SD #> 61808 ET #> 61968 ET #> 62037 SY #> 62039 NG #> 62040 NG #> 62072 NG #> 62073 NG #> 62075 NG #> 62077 NG #> 62092 MA DZ #> 62097 YE OM #> 62103 CM #> 62106 TD #> 62136 NE #> 62142 NG #> 62150 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 62162 IL #> 62185 TD #> 62206 NG #> 62209 MA #> 62219 NG #> 62225 MA #> 62227 CM #> 62229 CM NG #> 62235 NG #> 62242 EG #> 62247 TD CM #> 62258 DZ #> 62263 TD NG CM #> 62272 NG NE #> 62277 CM #> 62281 TD CM #> 62302 NG #> 62307 MA #> 62321 NG #> 62333 ER #> 62341 OM SA IQ KW IR QA BH #> 62361 IL #> 62370 DZ #> 62371 TD #> 62391 MR #> 62401 CM NG #> 62428 EG #> 62441 IQ #> 62455 TD #> 62463 KW #> 62464 CM #> 62473 MA #> 62478 IQ #> 62481 EG #> 62486 LY #> 62494 NG #> 62506 TZ #> 62512 TD #> 62513 CM #> 62531 ML #> 62537 CM #> 62538 NG #> 62541 ER ET #> 62582 ET #> 62592 ET #> 62605 SO #> 62607 ET #> 62610 TZ #> 62611 TD #> 62654 ET #> 62711 ET #> 62754 ET #> 62760 ER DJ ET #> 62778 ER SD #> 62839 ET #> 62846 ER #> 62851 ET #> 62927 ET #> 63037 ET #> 63224 ET #> 63232 ET #> 63275 ET #> 63340 LY #> 63344 TD #> 63346 NG #> 63347 DZ #> 63371 MA DZ #> 63382 EG #> 63404 TZ #> 63430 IL #> 63439 TZ #> 63447 NG #> 63457 MA #> 63459 NG #> 63461 NG #> 63468 NG #> 63471 CM NG #> 63476 ET #> 63494 NG #> 63495 CM #> 63498 NG #> 63499 CM NG #> 63512 NG #> 63513 ER #> 63526 TD CM #> 63531 CM #> 63532 CM #> 63533 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 63537 ML #> 63563 NG #> 63568 NG #> 63575 ET #> 63580 CM #> 63581 NG #> 63585 IL #> 63604 MA #> 63619 NG #> 63636 KW #> 63642 YE OM #> 63662 MA #> 63663 KE #> 63669 SY #> 63670 EG #> 63674 CM #> 63680 TD CM #> 63681 NG NE #> 63688 MR #> 63697 NG #> 63705 MA #> 63744 NG #> 63755 DZ #> 63757 NG #> 63758 IQ #> 63768 TD NG CM #> 63769 OM SA IQ KW IR QA BH #> 63772 IQ #> 63776 NE #> 63778 TD #> 63792 TD #> 63794 CM #> 63798 ER ET #> 63816 TD #> 63888 SO #> 63917 ER DJ ET #> 64044 ET #> 64127 NG NE #> 64134 NG #> 64135 ET #> 64138 ER ET #> 64159 ET #> 64207 ET #> 64219 CM NG #> 64244 ET #> 64246 ER #> 64253 ET #> 64258 ET #> 64264 ET #> 64295 KE #> 64300 ET #> 64301 ET #> 64303 TD #> 64334 TD CM #> 64354 IL #> 64361 ET #> 64387 OM SA IQ KW IR QA BH #> 64391 IQ #> 64397 CM #> 64407 KW #> 64425 TD NG CM #> 64445 NG #> 64479 MA DZ #> 64486 NG #> 64490 NG #> 64521 TD #> 64524 MA #> 64549 ET #> 64551 NG #> 64562 EG #> 64568 CM #> 64580 ML #> 64592 IQ #> 64626 MA #> 64627 DZ #> 64668 CM #> 64671 NG #> 64672 EG #> 64719 NG #> 64723 NG #> 64724 TZ #> 64728 TD #> 64746 NG #> 64774 CM #> 64827 NG #> 64887 SY #> 64891 CM NG #> 64898 EG #> 64900 TD CM #> 64901 IL #> 64945 SO #> 64967 CM #> 64968 NG #> 64982 DZ #> 65063 NG #> 65071 NG #> 65090 TD #> 65103 ER #> 65105 TZ #> 65122 YE OM #> 65129 ET #> 65130 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 65138 MA #> 65185 NG #> 65196 ET #> 65241 ER SD #> 65250 CM #> 65287 ET #> 65397 ET #> 65408 IQ #> 65409 CM #> 65460 ET #> 65464 ER ET #> 65499 ER DJ ET #> 65538 IL #> 65562 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 65603 MA #> 65671 ET #> 65695 ET #> 65711 NG #> 65724 ET #> 65726 MA #> 65823 CM #> 65824 NG #> 65828 CM #> 65844 ML #> 65856 MA DZ #> 65875 NE #> 65890 NG #> 65937 TD #> 65945 CM #> 65962 NG #> 65969 ET #> 65986 CM #> 66028 TZ #> 66052 ET #> 66084 NG #> 66098 KE #> 66125 TD #> 66126 TD #> 66127 NG #> 66135 DZ #> 66136 MA #> 66140 NG #> 66163 NG #> 66177 TD NG CM #> 66186 NG #> 66202 NG #> 66225 NG #> 66230 EG #> 66236 TD CM #> 66269 ET #> 66296 EG #> 66302 ET #> 66319 TD #> 66320 IL #> 66321 ET #> 66326 ET #> 66345 LY #> 66375 CM #> 66383 CM NG #> 66385 TZ #> 66390 SO #> 66395 MA #> 66401 ER SD #> 66402 CM NG #> 66425 ER #> 66426 NG #> 66428 MA #> 66440 KW #> 66454 SY #> 66460 OM SA IQ KW IR QA BH #> 66477 NG NE #> 66478 EG #> 66483 ET #> 66511 ET #> 66563 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 66579 DZ #> 66586 MA #> 66606 MA #> 66625 ER DJ ET #> 66665 ER #> 66680 LY #> 66684 MA #> 66698 EG #> 66760 ER #> 66788 ET #> 66798 MR #> 66827 ML #> 66830 ET #> 66842 ET #> 66843 MA DZ #> 66854 IQ #> 66886 IQ #> 66888 SO #> 66895 IL #> 66919 OM SA IQ KW IR QA BH #> 66930 IL #> 66931 ET #> 66968 ET #> 66984 ET #> 66999 NG #> 67032 NG #> 67052 CM NG #> 67055 NG #> 67056 CM #> 67087 NG #> 67096 ET #> 67121 NG #> 67123 CM #> 67164 TZ #> 67169 CM #> 67188 TD #> 67192 NG #> 67234 ET #> 67238 NG NE #> 67250 ET #> 67253 NG #> 67258 CM NG #> 67299 TD #> 67303 NG #> 67308 TD CM #> 67345 NG #> 67364 CM #> 67366 NG #> 67386 NG #> 67405 TD CM #> 67428 NG #> 67442 CM #> 67469 TD #> 67470 TZ #> 67476 KE #> 67494 NG #> 67530 TD #> 67545 CM #> 67553 CM #> 67563 TD NG CM #> 67569 EG #> 67577 KW #> 67579 YE OM #> 67610 SY #> 67619 ET #> 67642 TZ #> 67819 ET #> 67890 YE #> 67898 NG NE #> 67916 ER SD #> 67926 OM #> 67936 IQ IR #> 67939 MA #> 67956 SO #> 67960 OM #> 67966 YE OM #> 67985 MT #> 68013 NG #> 68015 IQ #> 68021 ET #> 68025 OM #> 68032 MA #> 68060 MA #> 68061 EG #> 68069 IL #> 68086 ET #> 68094 ET #> 68097 ET #> 68107 CM #> 68110 TD CM #> 68119 CM #> 68140 KW #> 68151 NG #> 68169 CM #> 68207 NG #> 68220 NG #> 68228 NG #> 68234 NG NE #> 68244 KE #> 68249 CM NG #> 68296 MA DZ #> 68297 TZ #> 68299 NG #> 68300 TD NG CM #> 68323 NG #> 68342 IQ #> 68347 TD #> 68351 NG #> 68367 EG #> 68374 IL #> 68378 OM SA IQ KW IR QA BH #> 68383 ET #> 68386 TD #> 68390 IL #> 68406 NG #> 68419 MA #> 68424 TD CM #> 68439 IQ #> 68455 DZ #> 68456 NG #> 68457 MA #> 68458 NE #> 68466 NG #> 68482 ET #> 68487 CM NG #> 68497 NG #> 68519 ER SD #> 68523 SO #> 68549 EG #> 68557 NG #> 68589 YE OM #> 68601 NG #> 68602 MA #> 68622 SY #> 68640 ML #> 68646 ET #> 68653 TD #> 68656 CM #> 68657 TZ #> 68674 TD #> 68694 ER #> 68722 ET #> 68734 ET #> 68745 ET #> 68775 ER DJ ET #> 68778 ET #> 68810 ET #> 68819 ET #> 68873 ET #> 68930 ER DJ ET #> 68937 ET #> 69008 ER #> 69009 ET #> 69024 ET #> 69057 ET #> 69064 ET #> 69065 ET #> 69091 ET #> 69122 NG NE #> 69136 NG #> 69146 NG #> 69147 MA #> 69154 SO #> 69156 MA DZ #> 69170 KW #> 69174 EG #> 69178 CM #> 69183 YE OM #> 69191 NG #> 69234 CM NG #> 69254 TD #> 69268 NG #> 69281 CM #> 69283 NG #> 69300 NG #> 69304 CM #> 69311 ET #> 69314 ET #> 69321 NG #> 69352 NG #> 69364 SY #> 69383 ML #> 69390 NG #> 69407 IQ #> 69415 DZ #> 69444 TD NG CM #> 69448 NG #> 69458 TD #> 69487 ER SD #> 69510 TD #> 69522 TD #> 69530 MA #> 69537 MA #> 69565 CM NG #> 69566 KE #> 69568 OM SA IQ KW IR QA BH #> 69571 NG #> 69599 IL #> 69604 NE #> 69608 NG #> 69611 EG #> 69612 TZ #> 69618 IL #> 69625 IQ #> 69637 NG #> 69668 TD CM #> 69674 CM #> 69680 TZ #> 69687 TD CM #> 69691 ET #> 69723 ET #> 69840 CM #> 69852 ET #> 69853 KW #> 69877 OM SA IQ KW IR QA BH #> 69879 ET #> 70014 SO #> 70072 NG NE #> 70075 TD NG CM #> 70089 TD #> 70121 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 70129 IQ #> 70150 EG #> 70168 NG #> 70207 NG #> 70223 TZ #> 70240 MA #> 70282 NG #> 70295 IQ #> 70298 SY #> 70321 IL #> 70344 MA #> 70346 ML #> 70361 MA DZ #> 70369 MA #> 70373 MA #> 70382 IL #> 70394 EG #> 70429 EG #> 70442 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 70459 CM #> 70472 NG #> 70481 ET #> 70487 NG #> 70489 CM #> 70494 CM NG #> 70498 NG NE #> 70535 TD #> 70572 NG #> 70586 NG #> 70587 SY #> 70599 CM NG #> 70601 NG #> 70607 TD NG CM #> 70608 TD CM #> 70620 CM #> 70632 NG #> 70657 NG #> 70658 NG #> 70660 TD #> 70690 NG #> 70724 TD #> 70739 TD CM #> 70757 NG #> 70763 CM #> 70822 SO #> 70872 ET #> 70896 NG #> 70898 TZ #> 70904 ET #> 70911 IL #> 70914 YE OM #> 70929 ET #> 70945 ER SD #> 70949 NG #> 70950 NG #> 70982 ET #> 70993 ET #> 71047 ET #> 71099 ET #> 71108 ER #> 71127 ET #> 71136 DZ #> 71160 NE #> 71161 OM SA IQ KW IR QA BH #> 71166 ET #> 71204 TZ #> 71216 MA #> 71243 CM NG #> 71251 CM NG #> 71252 IL #> 71267 MA DZ #> 71279 ER ET #> 71286 MA #> 71291 YE OM #> 71321 ET #> 71417 ML #> 71454 SY #> 71478 EG #> 71480 NG #> 71488 NG #> 71492 MA #> 71522 TD CM #> 71525 SO #> 71535 ER #> 71540 NG #> 71548 OM SA IQ KW IR QA BH #> 71560 NG #> 71633 NG #> 71643 TD #> 71647 ET #> 71675 TZ #> 71727 NG #> 71748 KW #> 71758 TZ #> 71817 IL #> 71818 ER SD #> 71848 NG #> 71857 TD #> 71868 NG #> 71869 KE #> 71875 TD NG CM #> 71905 NG #> 71911 ET #> 71923 ET #> 71946 ET #> 71954 TD CM #> 71977 NG #> 71985 NG #> 72017 CM #> 72050 CM #> 72059 CM #> 72063 IQ #> 72066 EG #> 72088 NG NE #> 72095 NG #> 72115 NG #> 72122 MA DZ #> 72124 NG #> 72132 MA #> 72143 TD #> 72161 IL #> 72223 SO #> 72224 KW #> 72239 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 72249 YE OM #> 72272 NG #> 72273 EG #> 72281 TD CM #> 72283 EG #> 72293 NG #> 72301 SY #> 72304 NG #> 72309 CM NG #> 72323 MA #> 72331 TD #> 72334 LY #> 72341 NG #> 72342 IL #> 72370 MA #> 72371 ET #> 72372 CM #> 72379 IQ #> 72401 NG NE #> 72403 CM #> 72426 NG #> 72431 TD #> 72474 NG #> 72488 OM SA IQ KW IR QA BH #> 72493 ML #> 72564 TD NG CM #> 72581 ET #> 72596 ET #> 72643 ER SD #> 72693 ER #> 72708 ET #> 72719 MA #> 72731 CM #> 72741 NG #> 72759 NG #> 72808 ET #> 72872 ER SD #> 72880 ET #> 72943 ER #> 72963 ET #> 72969 ER DJ ET #> 73033 KE #> 73149 ET #> 73150 ET #> 73199 ET #> 73235 ET #> 73241 TZ #> 73249 ER ET #> 73250 IL #> 73252 ER #> 73312 YE OM #> 73318 NG NE #> 73329 CM #> 73331 ML #> 73337 CM NG #> 73340 NG #> 73349 CM #> 73351 MA DZ #> 73353 NG #> 73356 NG #> 73358 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 73372 LY #> 73375 EG #> 73381 CM #> 73384 NG #> 73411 MA #> 73414 OM SA IQ KW IR QA BH #> 73441 TD #> 73444 NG #> 73465 NG #> 73495 KW #> 73503 NG #> 73506 TD #> 73517 TD CM #> 73527 NG #> 73577 TD NG CM #> 73587 MA #> 73594 MA #> 73602 IQ #> 73607 TD #> 73616 NG #> 73622 CM NG #> 73625 MA #> 73649 SY #> 73657 NE #> 73667 DZ #> 73668 NG #> 73673 EG #> 73676 CM #> 73686 IL #> 73703 NG #> 73710 TD CM #> 73714 CM #> 73743 NG #> 73748 NG #> 73750 CM #> 73754 ET #> 73789 TZ #> 73826 ET #> 73843 TD #> 73879 ET #> 73882 SO #> 73919 ER DJ ET #> 73925 ER #> 73962 ET #> 73968 ET #> 73986 ET #> 74014 ET #> 74022 ET #> 74036 ET #> 74051 KE #> 74052 ET #> 74064 SO #> 74072 ET #> 74099 ET #> 74130 IL #> 74135 TZ #> 74143 ER SD #> 74160 NG NE #> 74184 TD #> 74199 NG #> 74204 CM NG #> 74206 CM NG #> 74214 NG #> 74221 SY #> 74226 NG #> 74227 NG #> 74233 CM #> 74240 NG #> 74251 EG #> 74279 NG #> 74287 DZ #> 74290 NG #> 74304 TD CM #> 74313 NG #> 74327 MA DZ #> 74331 KW #> 74332 NG #> 74337 TD #> 74338 NG #> 74354 CM #> 74358 EG #> 74369 TD #> 74371 NG #> 74375 IL #> 74380 TD NG CM #> 74384 CM #> 74394 MA #> 74415 TD #> 74420 NE #> 74440 MA #> 74480 YE OM #> 74486 MA #> 74494 NG #> 74501 TZ #> 74509 ML #> 74529 NG #> 74530 TD CM #> 74546 CM #> 74555 OM SA IQ KW IR QA BH #> 74573 IQ #> 74686 IQ #> 74748 ET #> 74794 ER ET #> 74814 ER DJ ET #> 74816 ET #> 74850 ET #> 74860 ET #> 74888 ET #> 74896 ET #> 74897 ER #> 74941 ET #> 74971 ET #> 74985 ET #> 75009 KE #> 75020 ET #> 75025 SO #> 75051 ET #> 75089 ET #> 75099 IL #> 75171 TZ #> 75253 ER #> 75279 ET #> 75317 ET #> 75350 NG #> 75359 NG NE #> 75407 CM NG #> 75457 MA DZ #> 75461 NG #> 75473 NG #> 75493 DZ #> 75497 CM #> 75524 NG #> 75527 EG #> 75528 NG #> 75529 NG #> 75533 MA #> 75550 CM #> 75558 NG #> 75565 TD NG CM #> 75590 MA #> 75591 TD #> 75599 CM NG #> 75662 NG #> 75665 TD #> 75668 MA #> 75685 TZ #> 75686 TD CM #> 75692 CM #> 75698 DZ #> 75700 EG #> 75701 NG #> 75702 NG #> 75703 LB QA KW SO KM YE PS JO ER SA IQ SY OM AE LY BH IL MA DZ EG SD TN #> 75743 ML #> 75760 TD #> 75774 SY #> 75781 TD CM #> 75785 TD #> 75788 NG #> 75794 IQ #> 75859 CM #> 75863 IL #> 75867 OM SA IQ KW IR QA BH #> 75881 KW #> 75892 YE OM #> 75893 CM #> 75905 NG #> 75906 ET #> 75915 ER SD #> 75921 CM #> 76072 NG #> 76109 EG #> 76164 TD #> 76171 NG NE #> 76206 IL #> 76242 TZ #> 76248 MA #> 76250 ET #> 76303 TZ #> 76307 TD #> 76309 EG #> 76327 NG NE #> 76364 MA #> 76398 ET #> 76412 IL #> latitude longitude in_WALS_100 in_WALS_200 #> 164 31.750000 35.166667 FALSE FALSE #> 215 6.750000 37.083333 FALSE FALSE #> 237 9.833333 15.083333 FALSE TRUE #> 244 6.166667 36.500000 FALSE FALSE #> 269 23.000000 6.000000 FALSE FALSE #> 350 18.000000 36.000000 FALSE TRUE #> 359 5.000000 36.500000 FALSE FALSE #> 382 3.000000 45.000000 FALSE FALSE #> 389 10.000000 12.000000 FALSE FALSE #> 395 7.250000 36.250000 FALSE FALSE #> 400 12.166667 18.333333 FALSE FALSE #> 404 38.000000 47.000000 FALSE FALSE #> 419 9.000000 14.500000 FALSE FALSE #> 429 9.000000 42.000000 TRUE TRUE #> 448 11.000000 13.000000 FALSE FALSE #> 450 -4.000000 35.500000 FALSE TRUE #> 457 10.833333 36.666667 FALSE FALSE #> 461 12.500000 54.000000 FALSE FALSE #> 462 12.000000 7.000000 TRUE TRUE #> 464 10.000000 38.000000 FALSE FALSE #> 471 11.333333 15.333333 FALSE FALSE #> 479 30.000000 31.000000 TRUE TRUE #> 490 33.000000 -5.000000 TRUE TRUE #> 497 16.500000 38.500000 FALSE FALSE #> 498 9.500000 9.500000 FALSE FALSE #> 511 12.083333 10.916667 FALSE FALSE #> 517 11.000000 11.833333 FALSE FALSE #> 538 -2.333333 40.500000 FALSE FALSE #> 572 9.500000 17.333333 FALSE FALSE #> 672 11.333333 15.333333 FALSE FALSE #> 690 11.000000 14.083333 FALSE FALSE #> 692 30.000000 31.000000 TRUE TRUE #> 705 20.000000 56.500000 FALSE FALSE #> 709 9.000000 14.500000 FALSE FALSE #> 720 10.416667 13.583333 FALSE FALSE #> 724 -4.000000 35.500000 FALSE TRUE #> 742 31.500000 34.833333 TRUE TRUE #> 747 12.666667 37.416667 FALSE FALSE #> 761 9.000000 42.000000 TRUE TRUE #> 774 12.000000 7.000000 TRUE TRUE #> 789 33.000000 -5.000000 TRUE TRUE #> 822 9.000000 14.500000 FALSE FALSE #> 823 11.333333 15.333333 FALSE FALSE #> 825 11.000000 14.083333 FALSE FALSE #> 826 10.416667 13.583333 FALSE FALSE #> 884 10.416667 13.416667 FALSE FALSE #> 911 6.000000 36.916667 FALSE FALSE #> 922 12.000000 7.000000 TRUE TRUE #> 931 5.000000 36.500000 FALSE FALSE #> 961 31.500000 34.833333 TRUE TRUE #> 973 9.083333 15.583333 FALSE FALSE #> 974 15.750000 38.500000 FALSE FALSE #> 985 9.833333 15.083333 FALSE TRUE #> 994 9.500000 8.833333 FALSE FALSE #> 997 26.000000 32.000000 FALSE FALSE #> 1007 -5.333333 36.000000 FALSE FALSE #> 1008 -4.000000 35.500000 FALSE TRUE #> 1009 10.000000 38.000000 FALSE FALSE #> 1020 9.000000 42.000000 TRUE TRUE #> 1073 30.000000 31.000000 TRUE TRUE #> 1076 33.000000 -5.000000 TRUE TRUE #> 1080 6.166667 36.500000 FALSE FALSE #> 1134 18.000000 36.000000 FALSE TRUE #> 1264 10.416667 13.416667 FALSE FALSE #> 1277 9.500000 8.833333 FALSE FALSE #> 1311 30.000000 31.000000 TRUE TRUE #> 1317 10.950000 14.116667 FALSE FALSE #> 1318 -4.000000 35.500000 FALSE TRUE #> 1382 6.166667 36.250000 FALSE FALSE #> 1386 33.000000 -5.000000 TRUE TRUE #> 1403 32.500000 -1.500000 FALSE FALSE #> 1421 5.916667 37.333333 FALSE FALSE #> 1432 6.666667 38.500000 FALSE FALSE #> 1451 18.000000 36.000000 FALSE TRUE #> 1461 9.000000 42.000000 TRUE TRUE #> 1471 31.750000 35.000000 FALSE FALSE #> 1478 36.000000 43.000000 FALSE FALSE #> 1482 34.000000 38.000000 FALSE FALSE #> 1496 17.000000 51.500000 FALSE FALSE #> 1521 8.112935 37.932670 FALSE FALSE #> 1542 34.500000 -4.000000 FALSE FALSE #> 1557 34.000000 -6.000000 FALSE FALSE #> 1576 10.000000 38.000000 FALSE FALSE #> 1594 20.000000 -2.000000 FALSE FALSE #> 1595 15.750000 38.500000 FALSE FALSE #> 1610 6.000000 36.583333 FALSE FALSE #> 1656 33.000000 44.000000 FALSE FALSE #> 1684 26.000000 49.000000 FALSE FALSE #> 1713 25.000000 10.166667 FALSE FALSE #> 1726 16.500000 38.500000 FALSE FALSE #> 1780 7.000000 35.750000 FALSE FALSE #> 1788 12.000000 7.000000 TRUE TRUE #> 1789 -5.333333 36.000000 FALSE FALSE #> 1792 10.500000 14.000000 FALSE FALSE #> 1803 12.083333 10.916667 FALSE FALSE #> 1807 10.916667 9.666667 FALSE FALSE #> 1810 9.000000 8.750000 FALSE FALSE #> 1819 11.000000 15.416667 FALSE FALSE #> 1832 10.833333 14.916667 FALSE FALSE #> 1839 9.083333 15.583333 FALSE FALSE #> 1840 3.000000 45.000000 FALSE FALSE #> 1879 8.666667 9.750000 FALSE FALSE #> 1893 10.500000 15.500000 FALSE FALSE #> 1908 4.666667 36.333333 FALSE FALSE #> 1915 11.916667 18.750000 FALSE FALSE #> 1918 31.500000 34.833333 TRUE TRUE #> 1920 13.500000 14.500000 FALSE FALSE #> 1935 11.500000 13.750000 FALSE FALSE #> 1941 10.416667 13.416667 FALSE FALSE #> 1971 5.000000 36.500000 FALSE FALSE #> 2002 12.000000 7.000000 TRUE TRUE #> 2023 26.000000 32.000000 FALSE FALSE #> 2037 9.000000 42.000000 TRUE TRUE #> 2045 -5.333333 36.000000 FALSE FALSE #> 2050 -4.000000 35.500000 FALSE TRUE #> 2073 31.500000 34.833333 TRUE TRUE #> 2092 6.166667 36.500000 FALSE FALSE #> 2096 9.833333 15.083333 FALSE TRUE #> 2098 9.500000 8.833333 FALSE FALSE #> 2133 30.000000 31.000000 TRUE TRUE #> 2147 15.750000 38.500000 FALSE FALSE #> 2247 18.000000 36.000000 FALSE TRUE #> 2296 33.000000 -5.000000 TRUE TRUE #> 2298 9.083333 15.583333 FALSE FALSE #> 2304 10.000000 38.000000 FALSE FALSE #> 2344 9.833333 15.083333 FALSE TRUE #> 2366 6.000000 36.916667 FALSE FALSE #> 2372 5.000000 36.500000 FALSE FALSE #> 2378 10.416667 13.416667 FALSE FALSE #> 2397 12.000000 7.000000 TRUE TRUE #> 2399 9.500000 8.833333 FALSE FALSE #> 2422 9.083333 15.583333 FALSE FALSE #> 2453 18.000000 36.000000 FALSE TRUE #> 2459 10.000000 38.000000 FALSE FALSE #> 2463 33.000000 -5.000000 TRUE TRUE #> 2511 -5.333333 36.000000 FALSE FALSE #> 2512 26.000000 32.000000 FALSE FALSE #> 2539 -4.000000 35.500000 FALSE TRUE #> 2551 6.166667 36.500000 FALSE FALSE #> 2571 15.750000 38.500000 FALSE FALSE #> 2599 9.000000 42.000000 TRUE TRUE #> 2625 30.000000 31.000000 TRUE TRUE #> 2657 31.500000 34.833333 TRUE TRUE #> 2705 6.166667 36.500000 FALSE FALSE #> 2720 10.416667 13.416667 FALSE FALSE #> 2739 9.833333 15.083333 FALSE TRUE #> 2743 9.000000 42.000000 TRUE TRUE #> 2748 31.500000 34.833333 TRUE TRUE #> 2758 -5.333333 36.000000 FALSE FALSE #> 2788 6.000000 36.916667 FALSE FALSE #> 2793 26.000000 32.000000 FALSE FALSE #> 2805 9.500000 8.833333 FALSE FALSE #> 2873 12.000000 7.000000 TRUE TRUE #> 2875 5.000000 36.500000 FALSE FALSE #> 2882 -4.000000 35.500000 FALSE TRUE #> 2899 15.750000 38.500000 FALSE FALSE #> 2930 33.000000 -5.000000 TRUE TRUE #> 2935 18.000000 36.000000 FALSE TRUE #> 2950 30.000000 31.000000 TRUE TRUE #> 2976 10.000000 38.000000 FALSE FALSE #> 3052 9.083333 15.583333 FALSE FALSE #> 3089 9.000000 8.750000 FALSE FALSE #> 3096 9.583333 11.000000 FALSE FALSE #> 3108 6.666667 37.250000 FALSE FALSE #> 3113 10.833333 14.916667 FALSE FALSE #> 3147 12.666667 37.416667 FALSE FALSE #> 3158 9.500000 8.833333 FALSE FALSE #> 3163 35.916667 14.416667 FALSE FALSE #> 3168 12.000000 42.000000 FALSE FALSE #> 3187 33.000000 -5.000000 TRUE TRUE #> 3190 11.233333 13.800000 FALSE FALSE #> 3192 5.500000 37.250000 FALSE FALSE #> 3194 26.000000 32.000000 FALSE FALSE #> 3206 5.916667 37.333333 FALSE FALSE #> 3207 31.500000 34.833333 TRUE TRUE #> 3217 32.500000 -1.500000 FALSE FALSE #> 3221 9.833333 15.083333 FALSE TRUE #> 3223 6.000000 36.916667 FALSE FALSE #> 3224 14.500000 38.500000 FALSE FALSE #> 3253 -4.000000 35.500000 FALSE TRUE #> 3259 9.000000 42.000000 TRUE TRUE #> 3271 10.916667 9.666667 FALSE FALSE #> 3275 -2.333333 40.500000 FALSE FALSE #> 3285 10.000000 38.000000 FALSE FALSE #> 3290 11.866667 13.716667 FALSE FALSE #> 3339 9.083333 15.583333 FALSE FALSE #> 3354 3.000000 45.000000 FALSE FALSE #> 3410 12.000000 7.000000 TRUE TRUE #> 3447 30.000000 31.000000 TRUE TRUE #> 3472 9.500000 9.500000 FALSE FALSE #> 3495 9.000000 42.000000 TRUE TRUE #> 3505 12.000000 7.000000 TRUE TRUE #> 3552 33.000000 -5.000000 TRUE TRUE #> 3561 30.000000 31.000000 TRUE TRUE #> 3583 31.500000 34.833333 TRUE TRUE #> 3610 7.000000 35.750000 FALSE FALSE #> 3636 15.750000 38.500000 FALSE FALSE #> 3646 6.166667 36.500000 FALSE FALSE #> 3692 6.000000 36.916667 FALSE FALSE #> 3693 10.000000 38.000000 FALSE FALSE #> 3694 30.000000 31.000000 TRUE TRUE #> 3714 12.000000 7.000000 TRUE TRUE #> 3716 33.000000 -5.000000 TRUE TRUE #> 3752 18.000000 36.000000 FALSE TRUE #> 3766 26.000000 32.000000 FALSE FALSE #> 3769 31.500000 34.833333 TRUE TRUE #> 3770 5.000000 36.500000 FALSE FALSE #> 3776 -4.000000 35.500000 FALSE TRUE #> 3870 9.083333 15.583333 FALSE FALSE #> 3900 9.500000 8.833333 FALSE FALSE #> 3916 9.833333 15.083333 FALSE TRUE #> 3966 9.000000 42.000000 TRUE TRUE #> 3969 -5.333333 36.000000 FALSE FALSE #> 3994 10.416667 13.416667 FALSE FALSE #> 4062 31.500000 34.833333 TRUE TRUE #> 4071 33.000000 -5.000000 TRUE TRUE #> 4107 12.000000 7.000000 TRUE TRUE #> 4129 12.000000 42.000000 FALSE FALSE #> 4143 30.000000 31.000000 TRUE TRUE #> 4162 18.000000 36.000000 FALSE TRUE #> 4174 8.112935 37.932670 FALSE FALSE #> 4176 -4.000000 35.500000 FALSE TRUE #> 4178 9.000000 42.000000 TRUE TRUE #> 4260 31.500000 34.833333 TRUE TRUE #> 4263 -4.000000 35.500000 FALSE TRUE #> 4264 9.000000 42.000000 TRUE TRUE #> 4268 8.112935 37.932670 FALSE FALSE #> 4285 12.000000 42.000000 FALSE FALSE #> 4358 33.000000 -5.000000 TRUE TRUE #> 4369 12.000000 7.000000 TRUE TRUE #> 4379 30.000000 31.000000 TRUE TRUE #> 4380 18.000000 36.000000 FALSE TRUE #> 4390 12.000000 42.000000 FALSE FALSE #> 4401 8.112935 37.932670 FALSE FALSE #> 4447 12.000000 7.000000 TRUE TRUE #> 4480 31.500000 34.833333 TRUE TRUE #> 4484 9.000000 42.000000 TRUE TRUE #> 4486 -4.000000 35.500000 FALSE TRUE #> 4515 30.000000 31.000000 TRUE TRUE #> 4524 33.000000 -5.000000 TRUE TRUE #> 4598 12.000000 7.000000 TRUE TRUE #> 4613 12.000000 42.000000 FALSE FALSE #> 4639 8.112935 37.932670 FALSE FALSE #> 4663 30.000000 31.000000 TRUE TRUE #> 4685 33.000000 -5.000000 TRUE TRUE #> 4714 -4.000000 35.500000 FALSE TRUE #> 4729 9.000000 42.000000 TRUE TRUE #> 4746 31.500000 34.833333 TRUE TRUE #> 4763 9.000000 14.500000 FALSE FALSE #> 4789 16.500000 38.500000 FALSE FALSE #> 4799 12.000000 7.000000 TRUE TRUE #> 4806 33.000000 -5.000000 TRUE TRUE #> 4811 12.083333 10.916667 FALSE FALSE #> 4817 9.833333 15.083333 FALSE TRUE #> 4829 9.500000 9.500000 FALSE FALSE #> 4833 10.833333 36.666667 FALSE FALSE #> 4848 3.000000 45.000000 FALSE FALSE #> 4860 11.000000 11.833333 FALSE FALSE #> 4930 10.000000 12.000000 FALSE FALSE #> 4948 12.500000 54.000000 FALSE FALSE #> 4964 31.000000 -5.000000 FALSE FALSE #> 4966 12.166667 18.333333 FALSE FALSE #> 4992 6.166667 36.500000 FALSE FALSE #> 5029 31.750000 35.166667 FALSE FALSE #> 5037 38.000000 47.000000 FALSE FALSE #> 5075 18.000000 36.000000 FALSE TRUE #> 5081 23.000000 6.000000 FALSE FALSE #> 5082 6.750000 37.083333 FALSE FALSE #> 5095 30.000000 31.000000 TRUE TRUE #> 5103 11.000000 13.000000 FALSE FALSE #> 5111 -2.333333 40.500000 FALSE FALSE #> 5131 10.000000 38.000000 FALSE FALSE #> 5137 5.000000 36.500000 FALSE FALSE #> 5139 11.333333 15.333333 FALSE FALSE #> 5193 7.250000 36.250000 FALSE FALSE #> 5243 -4.000000 35.500000 FALSE TRUE #> 5266 9.000000 42.000000 TRUE TRUE #> 5311 12.000000 7.000000 TRUE TRUE #> 5385 10.833333 36.666667 FALSE FALSE #> 5386 31.500000 34.833333 TRUE TRUE #> 5395 9.000000 42.000000 TRUE TRUE #> 5412 30.000000 31.000000 TRUE TRUE #> 5452 -3.333333 39.833333 FALSE FALSE #> 5460 31.000000 -5.000000 FALSE FALSE #> 5469 10.833333 36.666667 FALSE FALSE #> 5479 10.000000 38.000000 FALSE FALSE #> 5503 12.666667 37.416667 FALSE FALSE #> 5530 18.000000 36.000000 FALSE TRUE #> 5544 -4.000000 35.500000 FALSE TRUE #> 5575 36.000000 43.000000 FALSE FALSE #> 5588 31.500000 34.833333 TRUE TRUE #> 5608 33.000000 -5.000000 TRUE TRUE #> 5622 12.000000 7.000000 TRUE TRUE #> 5675 9.000000 42.000000 TRUE TRUE #> 5679 30.000000 31.000000 TRUE TRUE #> 5747 9.750000 11.333333 FALSE FALSE #> 5806 6.833333 37.750000 FALSE FALSE #> 5829 6.166667 36.250000 FALSE FALSE #> 5850 6.000000 36.583333 FALSE FALSE #> 5855 7.000000 35.750000 FALSE FALSE #> 5875 18.000000 36.000000 FALSE TRUE #> 5884 12.666667 37.416667 FALSE FALSE #> 5903 8.500000 38.500000 FALSE FALSE #> 5918 16.500000 38.500000 FALSE FALSE #> 5921 15.750000 38.500000 FALSE FALSE #> 5937 -5.333333 36.000000 FALSE FALSE #> 5958 8.112935 37.932670 FALSE FALSE #> 5975 11.500000 13.750000 FALSE FALSE #> 5983 26.000000 32.000000 FALSE FALSE #> 5984 5.916667 37.333333 FALSE FALSE #> 5985 33.000000 44.000000 FALSE FALSE #> 6131 -4.000000 35.500000 FALSE TRUE #> 6133 13.500000 14.500000 FALSE FALSE #> 6137 20.000000 -2.000000 FALSE FALSE #> 6138 11.500000 14.833333 FALSE FALSE #> 6179 25.000000 10.166667 FALSE FALSE #> 6184 32.500000 -1.500000 FALSE FALSE #> 6204 10.950000 14.116667 FALSE FALSE #> 6213 26.000000 49.000000 FALSE FALSE #> 6217 17.000000 51.500000 FALSE FALSE #> 6218 10.500000 15.500000 FALSE FALSE #> 6247 33.000000 -5.000000 TRUE TRUE #> 6289 31.500000 34.833333 TRUE TRUE #> 6301 29.500000 47.500000 FALSE FALSE #> 6302 10.416667 13.416667 FALSE FALSE #> 6310 34.000000 38.000000 FALSE FALSE #> 6342 11.000000 9.250000 FALSE FALSE #> 6385 11.000000 13.000000 FALSE FALSE #> 6410 30.000000 31.000000 TRUE TRUE #> 6415 3.000000 45.000000 FALSE FALSE #> 6445 10.833333 14.916667 FALSE FALSE #> 6448 11.000000 14.083333 FALSE FALSE #> 6458 6.666667 38.500000 FALSE FALSE #> 6462 34.500000 -4.000000 FALSE FALSE #> 6465 12.000000 7.000000 TRUE TRUE #> 6489 9.083333 15.583333 FALSE FALSE #> 6510 10.833333 14.166667 FALSE FALSE #> 6514 12.083333 10.916667 FALSE FALSE #> 6539 11.000000 11.833333 FALSE FALSE #> 6568 31.750000 35.000000 FALSE FALSE #> 6571 9.833333 15.083333 FALSE TRUE #> 6582 11.250000 13.583333 FALSE FALSE #> 6628 10.333333 13.833333 FALSE FALSE #> 6699 8.666667 9.750000 FALSE FALSE #> 6707 9.500000 8.833333 FALSE FALSE #> 6716 9.500000 9.500000 FALSE FALSE #> 6772 31.000000 -5.000000 FALSE FALSE #> 6790 11.916667 18.750000 FALSE FALSE #> 6795 14.500000 38.500000 FALSE FALSE #> 6799 10.000000 38.000000 FALSE FALSE #> 6824 4.666667 36.333333 FALSE FALSE #> 6836 -3.333333 39.833333 FALSE FALSE #> 6848 34.000000 -6.000000 FALSE FALSE #> 6849 10.000000 12.000000 FALSE FALSE #> 6857 9.583333 11.000000 FALSE FALSE #> 6867 11.866667 13.716667 FALSE FALSE #> 6868 10.916667 9.666667 FALSE FALSE #> 6881 9.000000 42.000000 TRUE TRUE #> 6890 36.500000 5.000000 FALSE FALSE #> 6932 10.500000 15.500000 FALSE FALSE #> 6967 30.000000 31.000000 TRUE TRUE #> 7009 33.000000 -5.000000 TRUE TRUE #> 7021 -4.000000 35.500000 FALSE TRUE #> 7028 12.666667 37.416667 FALSE FALSE #> 7033 3.000000 45.000000 FALSE FALSE #> 7066 18.000000 36.000000 FALSE TRUE #> 7069 12.000000 7.000000 TRUE TRUE #> 7109 10.916667 9.666667 FALSE FALSE #> 7115 9.833333 15.083333 FALSE TRUE #> 7147 11.000000 11.833333 FALSE FALSE #> 7179 31.500000 34.833333 TRUE TRUE #> 7184 9.000000 42.000000 TRUE TRUE #> 7217 31.500000 34.833333 TRUE TRUE #> 7225 -4.000000 35.500000 FALSE TRUE #> 7254 12.000000 7.000000 TRUE TRUE #> 7260 9.833333 15.083333 FALSE TRUE #> 7292 10.916667 9.666667 FALSE FALSE #> 7293 11.000000 11.833333 FALSE FALSE #> 7317 12.666667 37.416667 FALSE FALSE #> 7347 33.000000 -5.000000 TRUE TRUE #> 7350 3.000000 45.000000 FALSE FALSE #> 7355 9.000000 42.000000 TRUE TRUE #> 7358 18.000000 36.000000 FALSE TRUE #> 7431 30.000000 31.000000 TRUE TRUE #> 7476 10.500000 15.500000 FALSE FALSE #> 7492 33.000000 -5.000000 TRUE TRUE #> 7505 12.000000 7.000000 TRUE TRUE #> 7507 3.000000 45.000000 FALSE FALSE #> 7513 30.000000 31.000000 TRUE TRUE #> 7529 26.000000 32.000000 FALSE FALSE #> 7547 10.916667 9.666667 FALSE FALSE #> 7571 9.083333 15.583333 FALSE FALSE #> 7579 10.833333 14.916667 FALSE FALSE #> 7587 9.833333 15.083333 FALSE TRUE #> 7615 6.000000 36.916667 FALSE FALSE #> 7616 31.500000 34.833333 TRUE TRUE #> 7631 9.000000 42.000000 TRUE TRUE #> 7648 13.500000 14.500000 FALSE FALSE #> 7671 11.500000 13.750000 FALSE FALSE #> 7673 35.916667 14.416667 FALSE FALSE #> 7688 -4.000000 35.500000 FALSE TRUE #> 7726 9.083333 15.583333 FALSE FALSE #> 7728 26.000000 32.000000 FALSE FALSE #> 7730 10.916667 9.666667 FALSE FALSE #> 7735 31.500000 34.833333 TRUE TRUE #> 7800 9.500000 9.500000 FALSE FALSE #> 7806 10.000000 12.000000 FALSE FALSE #> 7830 3.000000 45.000000 FALSE FALSE #> 7847 25.000000 42.000000 FALSE FALSE #> 7856 20.000000 -2.000000 FALSE FALSE #> 7863 9.500000 8.833333 FALSE FALSE #> 7895 13.500000 14.500000 FALSE FALSE #> 7904 34.500000 -4.000000 FALSE FALSE #> 7919 11.500000 14.833333 FALSE FALSE #> 7933 33.000000 -5.000000 TRUE TRUE #> 7946 32.500000 -1.500000 FALSE FALSE #> 7951 34.000000 -6.000000 FALSE FALSE #> 7968 10.950000 14.116667 FALSE FALSE #> 7971 8.666667 9.750000 FALSE FALSE #> 7997 11.000000 11.833333 FALSE FALSE #> 8005 25.000000 10.166667 FALSE FALSE #> 8012 8.112935 37.932670 FALSE FALSE #> 8014 9.000000 8.750000 FALSE FALSE #> 8022 11.866667 13.716667 FALSE FALSE #> 8031 11.000000 13.000000 FALSE FALSE #> 8058 9.833333 15.083333 FALSE TRUE #> 8080 10.833333 14.916667 FALSE FALSE #> 8093 11.000000 14.083333 FALSE FALSE #> 8110 34.000000 38.000000 FALSE FALSE #> 8125 9.583333 11.000000 FALSE FALSE #> 8140 30.000000 31.000000 TRUE TRUE #> 8176 10.500000 15.500000 FALSE FALSE #> 8177 11.000000 15.416667 FALSE FALSE #> 8196 10.333333 13.833333 FALSE FALSE #> 8197 10.416667 13.416667 FALSE FALSE #> 8217 11.250000 13.583333 FALSE FALSE #> 8246 12.000000 7.000000 TRUE TRUE #> 8282 6.000000 36.583333 FALSE FALSE #> 8292 15.750000 38.500000 FALSE FALSE #> 8293 -5.333333 36.000000 FALSE FALSE #> 8322 6.166667 36.250000 FALSE FALSE #> 8323 -4.000000 35.500000 FALSE TRUE #> 8375 12.666667 37.416667 FALSE FALSE #> 8384 6.833333 37.750000 FALSE FALSE #> 8388 7.000000 35.750000 FALSE FALSE #> 8440 18.000000 36.000000 FALSE TRUE #> 8455 10.000000 38.000000 FALSE FALSE #> 8458 31.000000 -5.000000 FALSE FALSE #> 8475 5.916667 37.333333 FALSE FALSE #> 8479 6.666667 38.500000 FALSE FALSE #> 8526 19.000000 9.000000 FALSE FALSE #> 8532 4.666667 36.333333 FALSE FALSE #> 8534 31.750000 35.000000 FALSE FALSE #> 8538 9.000000 42.000000 TRUE TRUE #> 8556 26.000000 49.000000 FALSE FALSE #> 8590 12.083333 10.916667 FALSE FALSE #> 8600 11.000000 9.250000 FALSE FALSE #> 8634 36.500000 5.000000 FALSE FALSE #> 8643 11.500000 13.750000 FALSE FALSE #> 8646 17.000000 51.500000 FALSE FALSE #> 8666 15.750000 38.500000 FALSE FALSE #> 8674 30.000000 31.000000 TRUE TRUE #> 8676 23.000000 6.000000 FALSE FALSE #> 8677 31.000000 -5.000000 FALSE FALSE #> 8678 35.916667 14.416667 FALSE FALSE #> 8681 31.500000 34.833333 TRUE TRUE #> 8682 10.000000 38.000000 FALSE FALSE #> 8686 26.000000 32.000000 FALSE FALSE #> 8696 36.500000 5.000000 FALSE FALSE #> 8706 18.000000 36.000000 FALSE TRUE #> 8769 11.000000 11.833333 FALSE FALSE #> 8777 12.000000 7.000000 TRUE TRUE #> 8781 9.500000 8.833333 FALSE FALSE #> 8799 3.000000 45.000000 FALSE FALSE #> 8803 11.000000 13.000000 FALSE FALSE #> 8853 9.000000 42.000000 TRUE TRUE #> 8919 31.000000 -5.000000 FALSE FALSE #> 8994 23.000000 6.000000 FALSE FALSE #> 9029 33.000000 -5.000000 TRUE TRUE #> 9041 31.500000 34.833333 TRUE TRUE #> 9078 30.000000 31.000000 TRUE TRUE #> 9089 16.500000 38.500000 FALSE FALSE #> 9092 10.000000 12.000000 FALSE FALSE #> 9099 12.000000 7.000000 TRUE TRUE #> 9100 35.916667 14.416667 FALSE FALSE #> 9106 10.000000 38.000000 FALSE FALSE #> 9119 12.083333 10.916667 FALSE FALSE #> 9131 34.000000 -6.000000 FALSE FALSE #> 9190 18.000000 36.000000 FALSE TRUE #> 9191 5.500000 37.833333 FALSE FALSE #> 9196 10.416667 13.416667 FALSE FALSE #> 9210 5.000000 36.500000 FALSE FALSE #> 9221 36.500000 5.000000 FALSE FALSE #> 9222 6.166667 36.500000 FALSE FALSE #> 9236 10.166667 13.750000 FALSE FALSE #> 9242 3.000000 45.000000 FALSE FALSE #> 9243 11.000000 13.000000 FALSE FALSE #> 9245 9.000000 42.000000 TRUE TRUE #> 9246 -4.000000 35.500000 FALSE TRUE #> 9256 15.750000 38.500000 FALSE FALSE #> 9265 26.000000 32.000000 FALSE FALSE #> 9301 6.166667 36.500000 FALSE FALSE #> 9303 5.500000 37.833333 FALSE FALSE #> 9321 36.500000 5.000000 FALSE FALSE #> 9323 31.000000 -5.000000 FALSE FALSE #> 9348 3.000000 45.000000 FALSE FALSE #> 9353 -4.000000 35.500000 FALSE TRUE #> 9371 12.000000 7.000000 TRUE TRUE #> 9377 10.000000 12.000000 FALSE FALSE #> 9392 33.000000 -5.000000 TRUE TRUE #> 9399 10.166667 13.750000 FALSE FALSE #> 9428 10.416667 13.416667 FALSE FALSE #> 9434 26.000000 32.000000 FALSE FALSE #> 9438 5.000000 36.500000 FALSE FALSE #> 9453 12.083333 10.916667 FALSE FALSE #> 9510 23.000000 6.000000 FALSE FALSE #> 9511 11.000000 13.000000 FALSE FALSE #> 9549 34.000000 -6.000000 FALSE FALSE #> 9567 30.000000 31.000000 TRUE TRUE #> 9570 18.000000 36.000000 FALSE TRUE #> 9576 10.000000 38.000000 FALSE FALSE #> 9593 9.000000 42.000000 TRUE TRUE #> 9594 31.500000 34.833333 TRUE TRUE #> 9598 35.916667 14.416667 FALSE FALSE #> 9608 16.500000 38.500000 FALSE FALSE #> 9620 15.750000 38.500000 FALSE FALSE #> 9729 -4.000000 35.500000 FALSE TRUE #> 9731 16.500000 38.500000 FALSE FALSE #> 9742 6.750000 37.083333 FALSE FALSE #> 9757 10.833333 36.666667 FALSE FALSE #> 9766 11.000000 11.833333 FALSE FALSE #> 9770 12.083333 10.916667 FALSE FALSE #> 9788 5.000000 36.500000 FALSE FALSE #> 9851 3.000000 45.000000 FALSE FALSE #> 9886 9.000000 42.000000 TRUE TRUE #> 9937 10.000000 38.000000 FALSE FALSE #> 9948 10.000000 12.000000 FALSE FALSE #> 9949 9.833333 15.083333 FALSE TRUE #> 9959 12.166667 18.333333 FALSE FALSE #> 9980 12.000000 7.000000 TRUE TRUE #> 9992 7.250000 36.250000 FALSE FALSE #> 10010 33.000000 -5.000000 TRUE TRUE #> 10014 11.333333 15.333333 FALSE FALSE #> 10017 6.166667 36.500000 FALSE FALSE #> 10023 9.500000 9.500000 FALSE FALSE #> 10026 18.000000 36.000000 FALSE TRUE #> 10054 12.500000 54.000000 FALSE FALSE #> 10071 31.000000 -5.000000 FALSE FALSE #> 10072 38.000000 47.000000 FALSE FALSE #> 10076 30.000000 31.000000 TRUE TRUE #> 10119 31.750000 35.166667 FALSE FALSE #> 10138 23.000000 6.000000 FALSE FALSE #> 10154 12.000000 7.000000 TRUE TRUE #> 10182 18.000000 36.000000 FALSE TRUE #> 10199 16.500000 38.500000 FALSE FALSE #> 10216 5.000000 36.500000 FALSE FALSE #> 10250 15.750000 38.500000 FALSE FALSE #> 10254 10.000000 12.000000 FALSE FALSE #> 10304 10.000000 38.000000 FALSE FALSE #> 10324 36.500000 5.000000 FALSE FALSE #> 10331 12.083333 10.916667 FALSE FALSE #> 10362 5.500000 37.833333 FALSE FALSE #> 10385 9.000000 42.000000 TRUE TRUE #> 10393 30.000000 31.000000 TRUE TRUE #> 10397 3.000000 45.000000 FALSE FALSE #> 10409 31.000000 -5.000000 FALSE FALSE #> 10414 26.000000 32.000000 FALSE FALSE #> 10416 11.000000 13.000000 FALSE FALSE #> 10439 10.416667 13.416667 FALSE FALSE #> 10454 31.500000 34.833333 TRUE TRUE #> 10466 10.166667 13.750000 FALSE FALSE #> 10491 33.000000 -5.000000 TRUE TRUE #> 10504 23.000000 6.000000 FALSE FALSE #> 10510 -4.000000 35.500000 FALSE TRUE #> 10512 6.166667 36.500000 FALSE FALSE #> 10515 34.000000 -6.000000 FALSE FALSE #> 10531 35.916667 14.416667 FALSE FALSE #> 10545 15.750000 38.500000 FALSE FALSE #> 10547 36.500000 5.000000 FALSE FALSE #> 10554 31.500000 34.833333 TRUE TRUE #> 10562 25.000000 42.000000 FALSE FALSE #> 10568 34.000000 -6.000000 FALSE FALSE #> 10572 10.000000 38.000000 FALSE FALSE #> 10575 35.916667 14.416667 FALSE FALSE #> 10583 26.000000 49.000000 FALSE FALSE #> 10586 33.000000 -5.000000 TRUE TRUE #> 10590 23.000000 6.000000 FALSE FALSE #> 10596 12.666667 37.416667 FALSE FALSE #> 10634 11.000000 13.000000 FALSE FALSE #> 10637 12.000000 7.000000 TRUE TRUE #> 10742 9.083333 15.583333 FALSE FALSE #> 10766 9.000000 42.000000 TRUE TRUE #> 10773 5.833333 37.833333 FALSE FALSE #> 10782 31.500000 34.833333 TRUE TRUE #> 10791 30.000000 31.000000 TRUE TRUE #> 10793 11.333333 11.250000 FALSE FALSE #> 10797 33.000000 -5.000000 TRUE TRUE #> 10814 6.750000 37.083333 FALSE FALSE #> 10815 6.000000 36.916667 FALSE FALSE #> 10820 10.000000 14.000000 FALSE FALSE #> 10822 12.000000 7.000000 TRUE TRUE #> 10838 10.333333 14.166667 FALSE FALSE #> 10848 9.583333 11.000000 FALSE FALSE #> 10865 10.916667 9.666667 FALSE FALSE #> 10903 10.916667 9.666667 FALSE FALSE #> 10904 31.500000 34.833333 TRUE TRUE #> 10905 30.000000 31.000000 TRUE TRUE #> 10908 12.000000 7.000000 TRUE TRUE #> 10909 11.333333 11.250000 FALSE FALSE #> 10933 9.583333 11.000000 FALSE FALSE #> 10950 9.000000 42.000000 TRUE TRUE #> 10951 6.000000 36.916667 FALSE FALSE #> 10956 33.000000 -5.000000 TRUE TRUE #> 10994 9.083333 15.583333 FALSE FALSE #> 11005 31.500000 34.833333 TRUE TRUE #> 11021 26.000000 32.000000 FALSE FALSE #> 11028 12.666667 37.416667 FALSE FALSE #> 11037 6.000000 36.916667 FALSE FALSE #> 11038 -4.000000 35.500000 FALSE TRUE #> 11042 9.500000 8.833333 FALSE FALSE #> 11051 4.666667 36.333333 FALSE FALSE #> 11109 9.833333 15.083333 FALSE TRUE #> 11129 30.000000 31.000000 TRUE TRUE #> 11131 12.000000 7.000000 TRUE TRUE #> 11133 33.000000 -5.000000 TRUE TRUE #> 11134 3.000000 45.000000 FALSE FALSE #> 11152 17.000000 51.500000 FALSE FALSE #> 11155 12.000000 42.000000 FALSE FALSE #> 11178 13.500000 14.500000 FALSE FALSE #> 11183 12.500000 54.000000 FALSE FALSE #> 11198 9.583333 11.000000 FALSE FALSE #> 11203 10.916667 9.666667 FALSE FALSE #> 11206 9.000000 42.000000 TRUE TRUE #> 11288 3.000000 45.000000 FALSE FALSE #> 11304 31.500000 34.833333 TRUE TRUE #> 11309 33.000000 -5.000000 TRUE TRUE #> 11311 26.000000 49.000000 FALSE FALSE #> 11350 12.000000 7.000000 TRUE TRUE #> 11353 -4.000000 35.500000 FALSE TRUE #> 11372 9.000000 42.000000 TRUE TRUE #> 11392 10.916667 9.666667 FALSE FALSE #> 11393 9.583333 11.000000 FALSE FALSE #> 11431 7.000000 35.750000 FALSE FALSE #> 11446 9.000000 42.000000 TRUE TRUE #> 11461 31.500000 34.833333 TRUE TRUE #> 11477 10.916667 9.666667 FALSE FALSE #> 11492 9.583333 11.000000 FALSE FALSE #> 11510 3.000000 45.000000 FALSE FALSE #> 11516 12.000000 7.000000 TRUE TRUE #> 11523 33.000000 -5.000000 TRUE TRUE #> 11532 26.000000 49.000000 FALSE FALSE #> 11560 7.000000 35.750000 FALSE FALSE #> 11562 -4.000000 35.500000 FALSE TRUE #> 11631 31.500000 34.833333 TRUE TRUE #> 11640 12.000000 7.000000 TRUE TRUE #> 11641 9.583333 11.000000 FALSE FALSE #> 11659 3.000000 45.000000 FALSE FALSE #> 11679 9.000000 42.000000 TRUE TRUE #> 11691 10.916667 9.666667 FALSE FALSE #> 11701 26.000000 49.000000 FALSE FALSE #> 11726 33.000000 -5.000000 TRUE TRUE #> 11761 -4.000000 35.500000 FALSE TRUE #> 11767 7.000000 35.750000 FALSE FALSE #> 11783 31.500000 34.833333 TRUE TRUE #> 11810 9.583333 11.000000 FALSE FALSE #> 11816 4.500000 38.500000 FALSE FALSE #> 11829 10.916667 9.666667 FALSE FALSE #> 11887 7.000000 35.750000 FALSE FALSE #> 11893 9.500000 8.833333 FALSE FALSE #> 11901 26.000000 49.000000 FALSE FALSE #> 11903 33.000000 -5.000000 TRUE TRUE #> 11933 10.000000 38.000000 FALSE FALSE #> 11953 9.500000 8.833333 FALSE FALSE #> 12020 12.083333 10.916667 FALSE FALSE #> 12050 12.000000 7.000000 TRUE TRUE #> 12066 34.000000 -6.000000 FALSE FALSE #> 12077 9.583333 11.000000 FALSE FALSE #> 12136 15.500000 38.000000 FALSE FALSE #> 12207 7.583333 35.500000 FALSE FALSE #> 12240 9.000000 37.000000 FALSE FALSE #> 12497 31.500000 34.833333 TRUE TRUE #> 12536 12.500000 54.000000 FALSE FALSE #> 12547 33.000000 -5.000000 TRUE TRUE #> 12555 31.000000 -5.000000 FALSE FALSE #> 12628 38.000000 47.000000 FALSE FALSE #> 12639 23.000000 6.000000 FALSE FALSE #> 12643 16.500000 38.500000 FALSE FALSE #> 12655 30.000000 31.000000 TRUE TRUE #> 12750 10.000000 38.000000 FALSE FALSE #> 12756 31.750000 35.166667 FALSE FALSE #> 12865 5.000000 36.500000 FALSE FALSE #> 12872 12.000000 7.000000 TRUE TRUE #> 12876 6.750000 37.083333 FALSE FALSE #> 12885 11.000000 13.000000 FALSE FALSE #> 12892 12.083333 10.916667 FALSE FALSE #> 12906 7.250000 36.250000 FALSE FALSE #> 12911 10.000000 12.000000 FALSE FALSE #> 12912 -2.333333 40.500000 FALSE FALSE #> 12917 12.166667 18.333333 FALSE FALSE #> 12937 10.833333 36.666667 FALSE FALSE #> 12949 -4.000000 35.500000 FALSE TRUE #> 12952 3.000000 45.000000 FALSE FALSE #> 12955 18.000000 36.000000 FALSE TRUE #> 12958 11.333333 15.333333 FALSE FALSE #> 12981 9.500000 9.500000 FALSE FALSE #> 12982 9.000000 14.500000 FALSE FALSE #> 12990 11.000000 11.833333 FALSE FALSE #> 13014 6.166667 36.500000 FALSE FALSE #> 13050 9.000000 42.000000 TRUE TRUE #> 13061 9.833333 15.083333 FALSE TRUE #> 13100 12.083333 10.916667 FALSE FALSE #> 13139 9.583333 11.000000 FALSE FALSE #> 13156 34.000000 -6.000000 FALSE FALSE #> 13198 9.000000 37.000000 FALSE FALSE #> 13202 12.000000 7.000000 TRUE TRUE #> 13230 7.583333 35.500000 FALSE FALSE #> 13369 31.500000 34.833333 TRUE TRUE #> 13379 10.000000 38.000000 FALSE FALSE #> 13432 15.500000 38.000000 FALSE FALSE #> 13503 6.750000 37.083333 FALSE FALSE #> 13530 9.500000 8.833333 FALSE FALSE #> 13724 12.083333 10.916667 FALSE FALSE #> 13735 12.000000 7.000000 TRUE TRUE #> 13737 33.000000 -5.000000 TRUE TRUE #> 13766 10.000000 38.000000 FALSE FALSE #> 13774 23.000000 6.000000 FALSE FALSE #> 13797 30.000000 31.000000 TRUE TRUE #> 13802 9.000000 42.000000 TRUE TRUE #> 13849 31.500000 34.833333 TRUE TRUE #> 13850 -4.000000 35.500000 FALSE TRUE #> 13944 9.083333 15.583333 FALSE FALSE #> 14039 34.000000 36.000000 FALSE FALSE #> 14053 9.083333 15.583333 FALSE FALSE #> 14153 34.000000 36.000000 FALSE FALSE #> 14167 34.000000 36.000000 FALSE FALSE #> 14276 9.083333 15.583333 FALSE FALSE #> 14288 34.000000 36.000000 FALSE FALSE #> 14396 9.083333 15.583333 FALSE FALSE #> 14417 31.500000 34.833333 TRUE TRUE #> 14425 6.166667 36.500000 FALSE FALSE #> 14431 9.000000 42.000000 TRUE TRUE #> 14435 30.000000 31.000000 TRUE TRUE #> 14476 33.000000 -5.000000 TRUE TRUE #> 14524 18.000000 36.000000 FALSE TRUE #> 14558 10.000000 38.000000 FALSE FALSE #> 14568 12.000000 7.000000 TRUE TRUE #> 14645 6.166667 36.500000 FALSE FALSE #> 14678 12.000000 7.000000 TRUE TRUE #> 14703 10.000000 38.000000 FALSE FALSE #> 14719 30.000000 31.000000 TRUE TRUE #> 14743 9.000000 42.000000 TRUE TRUE #> 14751 18.000000 36.000000 FALSE TRUE #> 14760 31.500000 34.833333 TRUE TRUE #> 14764 33.000000 -5.000000 TRUE TRUE #> 14879 6.166667 36.500000 FALSE FALSE #> 14931 9.000000 42.000000 TRUE TRUE #> 14945 31.500000 34.833333 TRUE TRUE #> 14961 10.000000 38.000000 FALSE FALSE #> 14974 18.000000 36.000000 FALSE TRUE #> 15023 30.000000 31.000000 TRUE TRUE #> 15045 12.000000 7.000000 TRUE TRUE #> 15088 33.000000 -5.000000 TRUE TRUE #> 15120 9.000000 42.000000 TRUE TRUE #> 15132 18.000000 36.000000 FALSE TRUE #> 15136 10.000000 38.000000 FALSE FALSE #> 15149 6.166667 36.500000 FALSE FALSE #> 15161 12.000000 7.000000 TRUE TRUE #> 15185 30.000000 31.000000 TRUE TRUE #> 15211 31.500000 34.833333 TRUE TRUE #> 15317 33.000000 -5.000000 TRUE TRUE #> 15324 10.000000 38.000000 FALSE FALSE #> 15327 9.000000 42.000000 TRUE TRUE #> 15346 5.500000 37.833333 FALSE FALSE #> 15361 -2.333333 40.500000 FALSE FALSE #> 15362 3.000000 45.000000 FALSE FALSE #> 15380 30.000000 31.000000 TRUE TRUE #> 15392 12.000000 42.000000 FALSE FALSE #> 15404 12.000000 7.000000 TRUE TRUE #> 15418 10.416667 36.166667 FALSE FALSE #> 15422 9.000000 37.000000 FALSE FALSE #> 15425 7.833333 37.333333 FALSE FALSE #> 15478 35.916667 14.416667 FALSE FALSE #> 15495 31.500000 34.833333 TRUE TRUE #> 15523 2.000000 37.500000 FALSE FALSE #> 15541 33.000000 -5.000000 TRUE TRUE #> 15546 36.500000 5.000000 FALSE FALSE #> 15589 18.000000 36.000000 FALSE TRUE #> 15593 -4.000000 35.500000 FALSE TRUE #> 15598 30.500000 34.750000 FALSE FALSE #> 15614 34.000000 38.000000 FALSE FALSE #> 15617 32.000000 22.000000 FALSE FALSE #> 15629 9.833333 15.083333 FALSE TRUE #> 15641 33.916667 35.500000 FALSE FALSE #> 15691 30.000000 31.000000 TRUE TRUE #> 15697 14.750000 39.750000 FALSE FALSE #> 15717 26.000000 49.000000 FALSE FALSE #> 15725 20.000000 -10.000000 FALSE FALSE #> 15726 35.916667 14.416667 FALSE FALSE #> 15746 26.000000 38.000000 FALSE FALSE #> 15749 34.000000 36.000000 FALSE FALSE #> 15753 -4.500000 36.500000 FALSE FALSE #> 15786 32.000000 35.250000 FALSE FALSE #> 15956 31.750000 35.000000 FALSE FALSE #> 16005 36.000000 41.000000 FALSE FALSE #> 16055 33.000000 -5.000000 TRUE TRUE #> 16057 31.000000 -5.000000 FALSE FALSE #> 16058 31.500000 34.833333 TRUE TRUE #> 16135 26.000000 50.500000 FALSE FALSE #> 16136 31.500000 34.833333 TRUE TRUE #> 16138 35.250000 33.500000 FALSE FALSE #> 16147 35.916667 14.416667 FALSE FALSE #> 16152 3.000000 45.000000 FALSE FALSE #> 16159 34.000000 36.000000 FALSE FALSE #> 16164 16.000000 44.000000 FALSE FALSE #> 16170 34.000000 -6.000000 FALSE FALSE #> 16171 18.000000 36.000000 FALSE TRUE #> 16176 36.750000 10.250000 FALSE FALSE #> 16216 12.000000 7.000000 TRUE TRUE #> 16245 11.000000 11.833333 FALSE FALSE #> 16285 31.500000 34.833333 TRUE TRUE #> 16354 34.000000 38.000000 FALSE FALSE #> 16360 35.000000 7.000000 FALSE FALSE #> 16367 26.000000 49.000000 FALSE FALSE #> 16379 25.000000 10.166667 FALSE FALSE #> 16466 34.500000 -4.000000 FALSE FALSE #> 16500 32.500000 -1.500000 FALSE FALSE #> 16537 6.666667 38.500000 FALSE FALSE #> 16580 3.000000 45.000000 FALSE FALSE #> 16600 31.750000 35.000000 FALSE FALSE #> 16644 25.000000 42.000000 FALSE FALSE #> 16740 32.500000 3.500000 FALSE FALSE #> 16759 10.416667 13.416667 FALSE FALSE #> 16794 29.500000 47.500000 FALSE FALSE #> 16820 14.500000 38.500000 FALSE FALSE #> 16831 11.916667 18.750000 FALSE FALSE #> 16834 11.866667 13.716667 FALSE FALSE #> 16837 10.000000 38.000000 FALSE FALSE #> 16839 10.916667 9.666667 FALSE FALSE #> 16842 34.000000 -6.000000 FALSE FALSE #> 16855 9.583333 11.000000 FALSE FALSE #> 16859 4.666667 36.333333 FALSE FALSE #> 16898 9.000000 42.000000 TRUE TRUE #> 16917 -3.333333 39.833333 FALSE FALSE #> 16926 10.000000 12.000000 FALSE FALSE #> 16928 36.500000 5.000000 FALSE FALSE #> 16938 11.250000 13.583333 FALSE FALSE #> 16943 12.000000 7.000000 TRUE TRUE #> 16966 11.000000 9.250000 FALSE FALSE #> 16980 26.000000 32.000000 FALSE FALSE #> 16989 11.000000 11.833333 FALSE FALSE #> 16997 20.000000 -2.000000 FALSE FALSE #> 17005 30.000000 31.000000 TRUE TRUE #> 17006 9.500000 8.833333 FALSE FALSE #> 17033 10.333333 13.833333 FALSE FALSE #> 17037 9.833333 15.083333 FALSE TRUE #> 17039 17.000000 51.500000 FALSE FALSE #> 17056 9.083333 15.583333 FALSE FALSE #> 17061 10.500000 15.500000 FALSE FALSE #> 17062 8.666667 9.750000 FALSE FALSE #> 17069 11.000000 14.083333 FALSE FALSE #> 17072 11.500000 14.833333 FALSE FALSE #> 17074 13.500000 14.500000 FALSE FALSE #> 17088 10.950000 14.116667 FALSE FALSE #> 17097 10.833333 14.916667 FALSE FALSE #> 17124 10.333333 14.166667 FALSE FALSE #> 17125 9.500000 9.500000 FALSE FALSE #> 17141 10.833333 14.166667 FALSE FALSE #> 17154 12.166667 19.833333 FALSE FALSE #> 17163 11.000000 15.416667 FALSE FALSE #> 17167 11.000000 13.000000 FALSE FALSE #> 17179 12.083333 10.916667 FALSE FALSE #> 17187 9.000000 8.750000 FALSE FALSE #> 17195 8.112935 37.932670 FALSE FALSE #> 17219 8.500000 38.500000 FALSE FALSE #> 17234 18.000000 36.000000 FALSE TRUE #> 17313 16.500000 38.500000 FALSE FALSE #> 17317 33.000000 44.000000 FALSE FALSE #> 17390 15.750000 38.500000 FALSE FALSE #> 17408 7.000000 35.750000 FALSE FALSE #> 17418 -4.000000 35.500000 FALSE TRUE #> 17422 6.833333 37.750000 FALSE FALSE #> 17455 6.000000 36.583333 FALSE FALSE #> 17464 9.750000 11.333333 FALSE FALSE #> 17467 11.500000 13.750000 FALSE FALSE #> 17472 6.166667 36.250000 FALSE FALSE #> 17514 -5.333333 36.000000 FALSE FALSE #> 17516 12.666667 37.416667 FALSE FALSE #> 17520 5.916667 37.333333 FALSE FALSE #> 17579 31.000000 -5.000000 FALSE FALSE #> 17606 11.916667 18.750000 FALSE FALSE #> 17607 9.583333 11.000000 FALSE FALSE #> 17613 10.000000 12.000000 FALSE FALSE #> 17623 36.500000 5.000000 FALSE FALSE #> 17638 10.916667 9.666667 FALSE FALSE #> 17650 4.666667 36.333333 FALSE FALSE #> 17662 -3.333333 39.833333 FALSE FALSE #> 17688 10.000000 38.000000 FALSE FALSE #> 17690 14.500000 38.500000 FALSE FALSE #> 17699 34.000000 -6.000000 FALSE FALSE #> 17711 9.000000 42.000000 TRUE TRUE #> 17716 11.866667 13.716667 FALSE FALSE #> 17719 12.000000 7.000000 TRUE TRUE #> 17735 20.000000 -2.000000 FALSE FALSE #> 17737 30.000000 31.000000 TRUE TRUE #> 17739 26.000000 32.000000 FALSE FALSE #> 17749 9.500000 8.833333 FALSE FALSE #> 17752 11.000000 9.250000 FALSE FALSE #> 17764 11.000000 11.833333 FALSE FALSE #> 17797 11.250000 13.583333 FALSE FALSE #> 17812 25.000000 42.000000 FALSE FALSE #> 17817 34.000000 38.000000 FALSE FALSE #> 17854 11.000000 9.250000 FALSE FALSE #> 17901 32.500000 -1.500000 FALSE FALSE #> 17934 12.000000 7.000000 TRUE TRUE #> 17945 10.000000 12.000000 FALSE FALSE #> 17965 26.000000 49.000000 FALSE FALSE #> 17966 31.750000 35.000000 FALSE FALSE #> 18011 4.666667 36.333333 FALSE FALSE #> 18023 25.000000 10.166667 FALSE FALSE #> 18027 9.583333 11.000000 FALSE FALSE #> 18089 11.916667 18.750000 FALSE FALSE #> 18122 34.500000 -4.000000 FALSE FALSE #> 18165 36.500000 5.000000 FALSE FALSE #> 18175 11.000000 11.833333 FALSE FALSE #> 18203 31.500000 34.833333 TRUE TRUE #> 18209 -3.333333 39.833333 FALSE FALSE #> 18283 6.666667 38.500000 FALSE FALSE #> 18287 9.500000 8.833333 FALSE FALSE #> 18298 29.500000 47.500000 FALSE FALSE #> 18328 20.000000 -2.000000 FALSE FALSE #> 18332 10.416667 13.416667 FALSE FALSE #> 18338 35.000000 7.000000 FALSE FALSE #> 18361 10.916667 9.666667 FALSE FALSE #> 18389 3.000000 45.000000 FALSE FALSE #> 18408 32.500000 3.500000 FALSE FALSE #> 18517 14.500000 38.500000 FALSE FALSE #> 18570 9.000000 42.000000 TRUE TRUE #> 18580 8.500000 38.500000 FALSE FALSE #> 18610 34.000000 -6.000000 FALSE FALSE #> 18644 18.000000 36.000000 FALSE TRUE #> 18665 33.000000 44.000000 FALSE FALSE #> 18669 16.500000 38.500000 FALSE FALSE #> 18706 10.000000 38.000000 FALSE FALSE #> 18714 8.112935 37.932670 FALSE FALSE #> 18722 26.000000 32.000000 FALSE FALSE #> 18733 30.000000 31.000000 TRUE TRUE #> 18735 31.000000 -5.000000 FALSE FALSE #> 18746 6.000000 36.583333 FALSE FALSE #> 18760 11.000000 15.416667 FALSE FALSE #> 18761 -5.333333 36.000000 FALSE FALSE #> 18764 10.833333 14.166667 FALSE FALSE #> 18791 -4.000000 35.500000 FALSE TRUE #> 18816 11.000000 14.083333 FALSE FALSE #> 18825 12.166667 19.833333 FALSE FALSE #> 18836 10.950000 14.116667 FALSE FALSE #> 18840 11.866667 13.716667 FALSE FALSE #> 18858 11.000000 13.000000 FALSE FALSE #> 18880 9.833333 15.083333 FALSE TRUE #> 18899 12.083333 10.916667 FALSE FALSE #> 18900 6.166667 36.250000 FALSE FALSE #> 18901 10.500000 15.500000 FALSE FALSE #> 18905 11.500000 14.833333 FALSE FALSE #> 18909 10.833333 14.916667 FALSE FALSE #> 18910 8.666667 9.750000 FALSE FALSE #> 18938 12.666667 37.416667 FALSE FALSE #> 18951 15.750000 38.500000 FALSE FALSE #> 18954 9.000000 8.750000 FALSE FALSE #> 18968 11.500000 13.750000 FALSE FALSE #> 18978 9.500000 9.500000 FALSE FALSE #> 18988 17.000000 51.500000 FALSE FALSE #> 18995 13.500000 14.500000 FALSE FALSE #> 19012 5.916667 37.333333 FALSE FALSE #> 19063 7.000000 35.750000 FALSE FALSE #> 19081 10.333333 13.833333 FALSE FALSE #> 19106 9.750000 11.333333 FALSE FALSE #> 19109 11.250000 13.583333 FALSE FALSE #> 19111 9.083333 15.583333 FALSE FALSE #> 19116 10.333333 14.166667 FALSE FALSE #> 19125 6.833333 37.750000 FALSE FALSE #> 19139 10.950000 14.116667 FALSE FALSE #> 19140 9.833333 15.083333 FALSE TRUE #> 19160 9.500000 9.500000 FALSE FALSE #> 19164 11.250000 13.583333 FALSE FALSE #> 19171 12.166667 19.833333 FALSE FALSE #> 19177 10.916667 9.666667 FALSE FALSE #> 19180 13.500000 14.500000 FALSE FALSE #> 19181 10.000000 12.000000 FALSE FALSE #> 19193 9.583333 11.000000 FALSE FALSE #> 19198 11.000000 11.833333 FALSE FALSE #> 19217 9.000000 8.750000 FALSE FALSE #> 19228 11.000000 15.416667 FALSE FALSE #> 19233 10.500000 15.500000 FALSE FALSE #> 19251 11.000000 14.083333 FALSE FALSE #> 19268 11.000000 13.000000 FALSE FALSE #> 19281 12.000000 7.000000 TRUE TRUE #> 19286 10.833333 14.166667 FALSE FALSE #> 19289 9.083333 15.583333 FALSE FALSE #> 19290 11.866667 13.716667 FALSE FALSE #> 19297 11.000000 9.250000 FALSE FALSE #> 19310 10.333333 13.833333 FALSE FALSE #> 19315 12.083333 10.916667 FALSE FALSE #> 19319 11.500000 14.833333 FALSE FALSE #> 19330 10.833333 14.916667 FALSE FALSE #> 19340 11.916667 18.750000 FALSE FALSE #> 19347 9.500000 8.833333 FALSE FALSE #> 19353 8.666667 9.750000 FALSE FALSE #> 19370 26.000000 32.000000 FALSE FALSE #> 19380 10.333333 14.166667 FALSE FALSE #> 19391 17.000000 51.500000 FALSE FALSE #> 19408 36.500000 5.000000 FALSE FALSE #> 19432 15.750000 38.500000 FALSE FALSE #> 19436 7.000000 35.750000 FALSE FALSE #> 19445 10.000000 38.000000 FALSE FALSE #> 19451 34.000000 -6.000000 FALSE FALSE #> 19462 11.500000 13.750000 FALSE FALSE #> 19475 30.000000 31.000000 TRUE TRUE #> 19503 6.000000 36.583333 FALSE FALSE #> 19506 9.750000 11.333333 FALSE FALSE #> 19541 -5.333333 36.000000 FALSE FALSE #> 19579 4.666667 36.333333 FALSE FALSE #> 19591 5.916667 37.333333 FALSE FALSE #> 19615 -3.333333 39.833333 FALSE FALSE #> 19650 6.833333 37.750000 FALSE FALSE #> 19664 14.500000 38.500000 FALSE FALSE #> 19671 12.666667 37.416667 FALSE FALSE #> 19713 6.166667 36.250000 FALSE FALSE #> 19720 -4.000000 35.500000 FALSE TRUE #> 19848 29.500000 47.500000 FALSE FALSE #> 19917 16.500000 38.500000 FALSE FALSE #> 19924 26.000000 49.000000 FALSE FALSE #> 19989 18.000000 36.000000 FALSE TRUE #> 19995 8.112935 37.932670 FALSE FALSE #> 20034 32.500000 3.500000 FALSE FALSE #> 20042 34.000000 38.000000 FALSE FALSE #> 20092 8.500000 38.500000 FALSE FALSE #> 20094 20.000000 -2.000000 FALSE FALSE #> 20141 31.500000 34.833333 TRUE TRUE #> 20163 35.000000 7.000000 FALSE FALSE #> 20167 10.416667 13.416667 FALSE FALSE #> 20183 25.000000 10.166667 FALSE FALSE #> 20251 31.750000 35.000000 FALSE FALSE #> 20272 6.666667 38.500000 FALSE FALSE #> 20304 32.500000 -1.500000 FALSE FALSE #> 20342 33.000000 44.000000 FALSE FALSE #> 20394 34.500000 -4.000000 FALSE FALSE #> 20395 3.000000 45.000000 FALSE FALSE #> 20409 25.000000 42.000000 FALSE FALSE #> 20426 31.000000 -5.000000 FALSE FALSE #> 20436 9.000000 42.000000 TRUE TRUE #> 20457 9.000000 42.000000 TRUE TRUE #> 20462 20.000000 -2.000000 FALSE FALSE #> 20478 25.000000 42.000000 FALSE FALSE #> 20482 26.000000 32.000000 FALSE FALSE #> 20489 13.500000 14.500000 FALSE FALSE #> 20544 10.000000 38.000000 FALSE FALSE #> 20553 16.500000 38.500000 FALSE FALSE #> 20570 31.000000 -5.000000 FALSE FALSE #> 20596 3.000000 45.000000 FALSE FALSE #> 20601 36.500000 5.000000 FALSE FALSE #> 20614 8.500000 38.500000 FALSE FALSE #> 20640 11.000000 11.833333 FALSE FALSE #> 20660 35.000000 7.000000 FALSE FALSE #> 20678 10.833333 14.166667 FALSE FALSE #> 20691 9.083333 15.583333 FALSE FALSE #> 20698 9.833333 15.083333 FALSE TRUE #> 20703 11.916667 18.750000 FALSE FALSE #> 20718 6.166667 36.250000 FALSE FALSE #> 20732 11.866667 13.716667 FALSE FALSE #> 20748 12.166667 19.833333 FALSE FALSE #> 20800 9.500000 9.500000 FALSE FALSE #> 20802 15.750000 38.500000 FALSE FALSE #> 20815 32.500000 -1.500000 FALSE FALSE #> 20826 11.000000 15.416667 FALSE FALSE #> 20837 17.000000 51.500000 FALSE FALSE #> 20851 31.750000 35.000000 FALSE FALSE #> 20863 12.666667 37.416667 FALSE FALSE #> 20867 6.000000 36.583333 FALSE FALSE #> 20894 12.083333 10.916667 FALSE FALSE #> 20947 34.500000 -4.000000 FALSE FALSE #> 20970 -4.000000 35.500000 FALSE TRUE #> 20990 11.250000 13.583333 FALSE FALSE #> 21054 11.000000 9.250000 FALSE FALSE #> 21055 7.000000 35.750000 FALSE FALSE #> 21075 26.000000 49.000000 FALSE FALSE #> 21077 11.500000 14.833333 FALSE FALSE #> 21109 10.916667 9.666667 FALSE FALSE #> 21129 31.500000 34.833333 TRUE TRUE #> 21162 34.000000 -6.000000 FALSE FALSE #> 21170 10.833333 14.916667 FALSE FALSE #> 21214 11.000000 14.083333 FALSE FALSE #> 21221 8.112935 37.932670 FALSE FALSE #> 21223 33.000000 44.000000 FALSE FALSE #> 21231 9.583333 11.000000 FALSE FALSE #> 21244 18.000000 36.000000 FALSE TRUE #> 21291 12.000000 7.000000 TRUE TRUE #> 21293 6.666667 38.500000 FALSE FALSE #> 21333 4.666667 36.333333 FALSE FALSE #> 21392 5.916667 37.333333 FALSE FALSE #> 21397 -3.333333 39.833333 FALSE FALSE #> 21430 10.000000 12.000000 FALSE FALSE #> 21491 6.833333 37.750000 FALSE FALSE #> 21503 34.000000 38.000000 FALSE FALSE #> 21534 -5.333333 36.000000 FALSE FALSE #> 21555 9.000000 8.750000 FALSE FALSE #> 21565 11.500000 13.750000 FALSE FALSE #> 21577 30.000000 31.000000 TRUE TRUE #> 21578 14.500000 38.500000 FALSE FALSE #> 21588 9.500000 8.833333 FALSE FALSE #> 21612 10.333333 13.833333 FALSE FALSE #> 21617 11.000000 13.000000 FALSE FALSE #> 21646 10.950000 14.116667 FALSE FALSE #> 21659 29.500000 47.500000 FALSE FALSE #> 21673 9.750000 11.333333 FALSE FALSE #> 21682 32.500000 3.500000 FALSE FALSE #> 21688 8.666667 9.750000 FALSE FALSE #> 21722 10.500000 15.500000 FALSE FALSE #> 21771 10.416667 13.416667 FALSE FALSE #> 21773 10.333333 14.166667 FALSE FALSE #> 21775 25.000000 10.166667 FALSE FALSE #> 21778 10.416667 13.416667 FALSE FALSE #> 21788 11.000000 14.083333 FALSE FALSE #> 21838 17.000000 51.500000 FALSE FALSE #> 21884 35.000000 7.000000 FALSE FALSE #> 21887 34.000000 38.000000 FALSE FALSE #> 21918 11.916667 18.750000 FALSE FALSE #> 21926 14.500000 38.500000 FALSE FALSE #> 21930 11.866667 13.716667 FALSE FALSE #> 21932 4.666667 36.333333 FALSE FALSE #> 21935 34.000000 -6.000000 FALSE FALSE #> 21957 10.000000 38.000000 FALSE FALSE #> 21958 -3.333333 39.833333 FALSE FALSE #> 21961 10.916667 9.666667 FALSE FALSE #> 21979 10.000000 12.000000 FALSE FALSE #> 21983 9.000000 42.000000 TRUE TRUE #> 21994 36.500000 5.000000 FALSE FALSE #> 22004 9.583333 11.000000 FALSE FALSE #> 22009 11.250000 13.583333 FALSE FALSE #> 22010 11.000000 11.833333 FALSE FALSE #> 22026 20.000000 -2.000000 FALSE FALSE #> 22030 26.000000 32.000000 FALSE FALSE #> 22037 30.000000 31.000000 TRUE TRUE #> 22046 11.000000 9.250000 FALSE FALSE #> 22047 12.000000 7.000000 TRUE TRUE #> 22063 9.500000 8.833333 FALSE FALSE #> 22086 34.500000 -4.000000 FALSE FALSE #> 22108 31.500000 34.833333 TRUE TRUE #> 22154 26.000000 49.000000 FALSE FALSE #> 22175 29.500000 47.500000 FALSE FALSE #> 22210 6.166667 36.250000 FALSE FALSE #> 22216 7.000000 35.750000 FALSE FALSE #> 22225 8.500000 38.500000 FALSE FALSE #> 22266 6.000000 36.583333 FALSE FALSE #> 22286 12.666667 37.416667 FALSE FALSE #> 22303 8.112935 37.932670 FALSE FALSE #> 22376 33.000000 44.000000 FALSE FALSE #> 22387 -4.000000 35.500000 FALSE TRUE #> 22402 6.833333 37.750000 FALSE FALSE #> 22424 5.916667 37.333333 FALSE FALSE #> 22425 11.500000 13.750000 FALSE FALSE #> 22443 16.500000 38.500000 FALSE FALSE #> 22487 18.000000 36.000000 FALSE TRUE #> 22489 9.750000 11.333333 FALSE FALSE #> 22493 -5.333333 36.000000 FALSE FALSE #> 22696 11.500000 14.833333 FALSE FALSE #> 22710 13.500000 14.500000 FALSE FALSE #> 22715 9.833333 15.083333 FALSE TRUE #> 22721 8.666667 9.750000 FALSE FALSE #> 22725 9.500000 9.500000 FALSE FALSE #> 22727 10.833333 14.166667 FALSE FALSE #> 22728 11.000000 13.000000 FALSE FALSE #> 22731 10.833333 14.916667 FALSE FALSE #> 22739 9.000000 8.750000 FALSE FALSE #> 22740 9.083333 15.583333 FALSE FALSE #> 22744 12.083333 10.916667 FALSE FALSE #> 22749 10.950000 14.116667 FALSE FALSE #> 22752 11.000000 15.416667 FALSE FALSE #> 22763 10.333333 13.833333 FALSE FALSE #> 22766 10.500000 15.500000 FALSE FALSE #> 22830 6.666667 38.500000 FALSE FALSE #> 22831 31.750000 35.000000 FALSE FALSE #> 22836 3.000000 45.000000 FALSE FALSE #> 22908 25.000000 42.000000 FALSE FALSE #> 22923 32.500000 -1.500000 FALSE FALSE #> 23009 10.416667 13.416667 FALSE FALSE #> 23045 29.500000 47.500000 FALSE FALSE #> 23074 25.000000 42.000000 FALSE FALSE #> 23134 30.000000 31.000000 TRUE TRUE #> 23135 34.500000 -4.000000 FALSE FALSE #> 23136 3.000000 45.000000 FALSE FALSE #> 23151 20.000000 -2.000000 FALSE FALSE #> 23168 34.000000 38.000000 FALSE FALSE #> 23173 32.500000 -1.500000 FALSE FALSE #> 23234 31.500000 34.833333 TRUE TRUE #> 23243 12.000000 7.000000 TRUE TRUE #> 23253 35.000000 7.000000 FALSE FALSE #> 23261 26.000000 49.000000 FALSE FALSE #> 23291 6.666667 38.500000 FALSE FALSE #> 23311 31.750000 35.000000 FALSE FALSE #> 23461 10.333333 13.833333 FALSE FALSE #> 23464 9.083333 15.583333 FALSE FALSE #> 23479 10.500000 15.500000 FALSE FALSE #> 23480 11.000000 13.000000 FALSE FALSE #> 23501 11.000000 11.833333 FALSE FALSE #> 23507 10.833333 14.166667 FALSE FALSE #> 23508 9.500000 9.500000 FALSE FALSE #> 23510 11.250000 13.583333 FALSE FALSE #> 23512 8.666667 9.750000 FALSE FALSE #> 23520 11.000000 15.416667 FALSE FALSE #> 23525 9.833333 15.083333 FALSE TRUE #> 23527 17.000000 51.500000 FALSE FALSE #> 23528 11.500000 14.833333 FALSE FALSE #> 23535 12.083333 10.916667 FALSE FALSE #> 23536 11.000000 9.250000 FALSE FALSE #> 23542 10.833333 14.916667 FALSE FALSE #> 23551 13.500000 14.500000 FALSE FALSE #> 23558 11.000000 14.083333 FALSE FALSE #> 23559 10.950000 14.116667 FALSE FALSE #> 23566 9.500000 8.833333 FALSE FALSE #> 23567 9.000000 8.750000 FALSE FALSE #> 23575 10.416667 13.416667 FALSE FALSE #> 23651 17.000000 51.500000 FALSE FALSE #> 23681 35.000000 7.000000 FALSE FALSE #> 23684 34.000000 38.000000 FALSE FALSE #> 23702 11.916667 18.750000 FALSE FALSE #> 23711 9.583333 11.000000 FALSE FALSE #> 23717 10.916667 9.666667 FALSE FALSE #> 23720 10.000000 12.000000 FALSE FALSE #> 23750 26.000000 32.000000 FALSE FALSE #> 23758 9.500000 8.833333 FALSE FALSE #> 23765 11.000000 11.833333 FALSE FALSE #> 23766 30.000000 31.000000 TRUE TRUE #> 23777 12.000000 7.000000 TRUE TRUE #> 23780 11.000000 9.250000 FALSE FALSE #> 23818 31.500000 34.833333 TRUE TRUE #> 23842 34.500000 -4.000000 FALSE FALSE #> 23843 26.000000 49.000000 FALSE FALSE #> 23853 29.500000 47.500000 FALSE FALSE #> 23895 10.333333 13.833333 FALSE FALSE #> 23896 10.833333 14.916667 FALSE FALSE #> 23901 8.666667 9.750000 FALSE FALSE #> 23910 10.500000 15.500000 FALSE FALSE #> 23912 9.000000 8.750000 FALSE FALSE #> 23920 9.500000 9.500000 FALSE FALSE #> 23929 11.000000 13.000000 FALSE FALSE #> 23934 13.500000 14.500000 FALSE FALSE #> 23937 9.083333 15.583333 FALSE FALSE #> 23955 10.950000 14.116667 FALSE FALSE #> 23958 11.500000 14.833333 FALSE FALSE #> 23962 12.083333 10.916667 FALSE FALSE #> 23965 11.000000 15.416667 FALSE FALSE #> 23971 10.833333 14.166667 FALSE FALSE #> 23974 9.833333 15.083333 FALSE TRUE #> 23982 33.000000 44.000000 FALSE FALSE #> 24042 9.750000 11.333333 FALSE FALSE #> 24046 11.500000 13.750000 FALSE FALSE #> 24050 -5.333333 36.000000 FALSE FALSE #> 24059 10.416667 13.416667 FALSE FALSE #> 24073 34.000000 38.000000 FALSE FALSE #> 24075 35.000000 7.000000 FALSE FALSE #> 24076 17.000000 51.500000 FALSE FALSE #> 24115 9.583333 11.000000 FALSE FALSE #> 24119 10.000000 12.000000 FALSE FALSE #> 24142 10.916667 9.666667 FALSE FALSE #> 24147 11.916667 18.750000 FALSE FALSE #> 24175 12.000000 7.000000 TRUE TRUE #> 24181 26.000000 32.000000 FALSE FALSE #> 24182 30.000000 31.000000 TRUE TRUE #> 24189 11.000000 11.833333 FALSE FALSE #> 24191 11.000000 9.250000 FALSE FALSE #> 24199 9.500000 8.833333 FALSE FALSE #> 24216 10.416667 13.416667 FALSE FALSE #> 24225 26.000000 32.000000 FALSE FALSE #> 24229 9.500000 8.833333 FALSE FALSE #> 24235 10.833333 14.166667 FALSE FALSE #> 24255 34.500000 -4.000000 FALSE FALSE #> 24272 12.000000 7.000000 TRUE TRUE #> 24273 9.833333 15.083333 FALSE TRUE #> 24309 31.500000 34.833333 TRUE TRUE #> 24310 26.000000 49.000000 FALSE FALSE #> 24321 9.000000 8.750000 FALSE FALSE #> 24328 9.500000 9.500000 FALSE FALSE #> 24409 11.000000 9.250000 FALSE FALSE #> 24410 8.666667 9.750000 FALSE FALSE #> 24413 11.500000 13.750000 FALSE FALSE #> 24425 11.000000 13.000000 FALSE FALSE #> 24430 35.000000 7.000000 FALSE FALSE #> 24431 10.950000 14.116667 FALSE FALSE #> 24437 9.083333 15.583333 FALSE FALSE #> 24439 30.000000 31.000000 TRUE TRUE #> 24445 29.500000 47.500000 FALSE FALSE #> 24450 34.000000 38.000000 FALSE FALSE #> 24471 10.916667 9.666667 FALSE FALSE #> 24477 9.583333 11.000000 FALSE FALSE #> 24482 10.500000 15.500000 FALSE FALSE #> 24489 9.750000 11.333333 FALSE FALSE #> 24536 11.000000 15.416667 FALSE FALSE #> 24542 10.000000 12.000000 FALSE FALSE #> 24558 12.083333 10.916667 FALSE FALSE #> 24576 11.000000 11.833333 FALSE FALSE #> 24577 10.833333 14.916667 FALSE FALSE #> 24595 33.000000 44.000000 FALSE FALSE #> 24603 17.000000 51.500000 FALSE FALSE #> 24606 10.333333 13.833333 FALSE FALSE #> 24617 11.500000 14.833333 FALSE FALSE #> 24618 -5.333333 36.000000 FALSE FALSE #> 24624 13.500000 14.500000 FALSE FALSE #> 24648 34.500000 -4.000000 FALSE FALSE #> 24662 31.500000 34.833333 TRUE TRUE #> 24697 26.000000 49.000000 FALSE FALSE #> 24702 34.000000 38.000000 FALSE FALSE #> 24706 35.000000 7.000000 FALSE FALSE #> 24708 29.500000 47.500000 FALSE FALSE #> 24790 33.000000 44.000000 FALSE FALSE #> 24838 12.000000 7.000000 TRUE TRUE #> 24840 26.000000 32.000000 FALSE FALSE #> 24846 9.583333 11.000000 FALSE FALSE #> 24847 11.000000 9.250000 FALSE FALSE #> 24860 10.000000 12.000000 FALSE FALSE #> 24862 10.916667 9.666667 FALSE FALSE #> 24871 11.000000 11.833333 FALSE FALSE #> 24903 30.000000 31.000000 TRUE TRUE #> 24934 9.833333 15.083333 FALSE TRUE #> 24942 9.000000 8.750000 FALSE FALSE #> 24944 10.833333 14.916667 FALSE FALSE #> 24947 11.500000 13.750000 FALSE FALSE #> 24949 11.000000 15.416667 FALSE FALSE #> 24951 8.666667 9.750000 FALSE FALSE #> 24952 10.833333 14.166667 FALSE FALSE #> 24953 10.500000 15.500000 FALSE FALSE #> 24964 10.333333 13.833333 FALSE FALSE #> 24966 11.000000 13.000000 FALSE FALSE #> 24984 9.083333 15.583333 FALSE FALSE #> 24986 10.416667 13.416667 FALSE FALSE #> 24999 9.750000 11.333333 FALSE FALSE #> 25001 12.083333 10.916667 FALSE FALSE #> 25006 10.950000 14.116667 FALSE FALSE #> 25020 -5.333333 36.000000 FALSE FALSE #> 25022 9.500000 8.833333 FALSE FALSE #> 25028 13.500000 14.500000 FALSE FALSE #> 25033 11.500000 14.833333 FALSE FALSE #> 25034 17.000000 51.500000 FALSE FALSE #> 25037 9.500000 9.500000 FALSE FALSE #> 25064 11.500000 13.750000 FALSE FALSE #> 25070 -5.333333 36.000000 FALSE FALSE #> 25074 9.750000 11.333333 FALSE FALSE #> 25095 10.916667 9.666667 FALSE FALSE #> 25097 26.000000 32.000000 FALSE FALSE #> 25105 30.000000 31.000000 TRUE TRUE #> 25134 11.000000 15.416667 FALSE FALSE #> 25138 9.583333 11.000000 FALSE FALSE #> 25154 35.000000 7.000000 FALSE FALSE #> 25168 31.500000 34.833333 TRUE TRUE #> 25190 9.500000 8.833333 FALSE FALSE #> 25207 10.950000 14.116667 FALSE FALSE #> 25213 12.000000 7.000000 TRUE TRUE #> 25248 11.000000 13.000000 FALSE FALSE #> 25252 11.000000 9.250000 FALSE FALSE #> 25264 9.000000 8.750000 FALSE FALSE #> 25276 10.833333 14.916667 FALSE FALSE #> 25279 9.833333 15.083333 FALSE TRUE #> 25298 13.500000 14.500000 FALSE FALSE #> 25301 11.000000 11.833333 FALSE FALSE #> 25315 34.500000 -4.000000 FALSE FALSE #> 25320 11.500000 14.833333 FALSE FALSE #> 25331 10.833333 14.166667 FALSE FALSE #> 25338 9.500000 9.500000 FALSE FALSE #> 25350 12.083333 10.916667 FALSE FALSE #> 25354 8.666667 9.750000 FALSE FALSE #> 25356 10.333333 13.833333 FALSE FALSE #> 25366 17.000000 51.500000 FALSE FALSE #> 25382 9.083333 15.583333 FALSE FALSE #> 25393 33.000000 44.000000 FALSE FALSE #> 25415 26.000000 49.000000 FALSE FALSE #> 25421 29.500000 47.500000 FALSE FALSE #> 25459 10.416667 13.416667 FALSE FALSE #> 25474 34.000000 38.000000 FALSE FALSE #> 25487 10.000000 12.000000 FALSE FALSE #> 25490 10.500000 15.500000 FALSE FALSE #> 25498 13.500000 14.500000 FALSE FALSE #> 25508 9.833333 15.083333 FALSE TRUE #> 25509 10.500000 15.500000 FALSE FALSE #> 25528 10.833333 14.166667 FALSE FALSE #> 25531 10.833333 14.916667 FALSE FALSE #> 25534 10.950000 14.116667 FALSE FALSE #> 25540 9.083333 15.583333 FALSE FALSE #> 25549 11.000000 15.416667 FALSE FALSE #> 25553 11.500000 14.833333 FALSE FALSE #> 25562 11.000000 13.000000 FALSE FALSE #> 25563 12.083333 10.916667 FALSE FALSE #> 25566 8.666667 9.750000 FALSE FALSE #> 25567 10.333333 13.833333 FALSE FALSE #> 25578 9.000000 8.750000 FALSE FALSE #> 25581 17.000000 51.500000 FALSE FALSE #> 25582 9.500000 9.500000 FALSE FALSE #> 25589 11.000000 9.250000 FALSE FALSE #> 25592 9.500000 8.833333 FALSE FALSE #> 25597 11.000000 11.833333 FALSE FALSE #> 25605 10.000000 12.000000 FALSE FALSE #> 25613 9.583333 11.000000 FALSE FALSE #> 25618 10.916667 9.666667 FALSE FALSE #> 25620 12.000000 7.000000 TRUE TRUE #> 25642 33.000000 44.000000 FALSE FALSE #> 25645 10.416667 13.416667 FALSE FALSE #> 25648 29.500000 47.500000 FALSE FALSE #> 25689 30.000000 31.000000 TRUE TRUE #> 25712 34.500000 -4.000000 FALSE FALSE #> 25725 26.000000 49.000000 FALSE FALSE #> 25731 9.750000 11.333333 FALSE FALSE #> 25771 11.500000 13.750000 FALSE FALSE #> 25777 35.000000 7.000000 FALSE FALSE #> 25792 26.000000 32.000000 FALSE FALSE #> 25847 31.500000 34.833333 TRUE TRUE #> 25887 34.000000 38.000000 FALSE FALSE #> 25890 -5.333333 36.000000 FALSE FALSE #> 26066 14.500000 38.500000 FALSE FALSE #> 26068 9.000000 42.000000 TRUE TRUE #> 26079 10.000000 38.000000 FALSE FALSE #> 26081 4.666667 36.333333 FALSE FALSE #> 26106 -3.333333 39.833333 FALSE FALSE #> 26200 6.000000 36.583333 FALSE FALSE #> 26226 31.750000 35.000000 FALSE FALSE #> 26242 3.000000 45.000000 FALSE FALSE #> 26271 6.666667 38.500000 FALSE FALSE #> 26354 18.000000 36.000000 FALSE TRUE #> 26363 8.112935 37.932670 FALSE FALSE #> 26370 8.500000 38.500000 FALSE FALSE #> 26372 16.500000 38.500000 FALSE FALSE #> 26409 6.833333 37.750000 FALSE FALSE #> 26435 -4.000000 35.500000 FALSE TRUE #> 26437 7.000000 35.750000 FALSE FALSE #> 26463 6.166667 36.250000 FALSE FALSE #> 26486 12.666667 37.416667 FALSE FALSE #> 26498 5.916667 37.333333 FALSE FALSE #> 26576 -3.333333 39.833333 FALSE FALSE #> 26577 4.666667 36.333333 FALSE FALSE #> 26603 14.500000 38.500000 FALSE FALSE #> 26605 10.000000 38.000000 FALSE FALSE #> 26606 9.000000 42.000000 TRUE TRUE #> 26695 12.666667 37.416667 FALSE FALSE #> 26707 -4.000000 35.500000 FALSE TRUE #> 26729 14.500000 38.500000 FALSE FALSE #> 26742 5.916667 37.333333 FALSE FALSE #> 26745 3.000000 45.000000 FALSE FALSE #> 26797 9.000000 42.000000 TRUE TRUE #> 26809 10.000000 38.000000 FALSE FALSE #> 26817 31.750000 35.000000 FALSE FALSE #> 26820 7.000000 35.750000 FALSE FALSE #> 26906 16.500000 38.500000 FALSE FALSE #> 26918 18.000000 36.000000 FALSE TRUE #> 26921 6.166667 36.250000 FALSE FALSE #> 26941 8.112935 37.932670 FALSE FALSE #> 27038 8.500000 38.500000 FALSE FALSE #> 27039 6.833333 37.750000 FALSE FALSE #> 27040 6.666667 38.500000 FALSE FALSE #> 27091 14.500000 38.500000 FALSE FALSE #> 27103 9.000000 42.000000 TRUE TRUE #> 27104 8.112935 37.932670 FALSE FALSE #> 27121 6.666667 38.500000 FALSE FALSE #> 27139 12.666667 37.416667 FALSE FALSE #> 27161 31.750000 35.000000 FALSE FALSE #> 27169 6.833333 37.750000 FALSE FALSE #> 27267 7.000000 35.750000 FALSE FALSE #> 27270 6.166667 36.250000 FALSE FALSE #> 27278 18.000000 36.000000 FALSE TRUE #> 27315 10.000000 38.000000 FALSE FALSE #> 27337 3.000000 45.000000 FALSE FALSE #> 27365 16.500000 38.500000 FALSE FALSE #> 27394 8.500000 38.500000 FALSE FALSE #> 27438 5.916667 37.333333 FALSE FALSE #> 27448 -4.000000 35.500000 FALSE TRUE #> 27469 6.666667 38.500000 FALSE FALSE #> 27503 31.750000 35.000000 FALSE FALSE #> 27520 3.000000 45.000000 FALSE FALSE #> 27532 8.500000 38.500000 FALSE FALSE #> 27540 18.000000 36.000000 FALSE TRUE #> 27550 16.500000 38.500000 FALSE FALSE #> 27569 8.112935 37.932670 FALSE FALSE #> 27607 9.000000 42.000000 TRUE TRUE #> 27608 10.000000 38.000000 FALSE FALSE #> 27612 14.500000 38.500000 FALSE FALSE #> 27630 6.833333 37.750000 FALSE FALSE #> 27653 12.666667 37.416667 FALSE FALSE #> 27654 5.916667 37.333333 FALSE FALSE #> 27768 6.166667 36.250000 FALSE FALSE #> 27790 7.000000 35.750000 FALSE FALSE #> 27802 -4.000000 35.500000 FALSE TRUE #> 27934 31.750000 35.000000 FALSE FALSE #> 27938 18.000000 36.000000 FALSE TRUE #> 27939 3.000000 45.000000 FALSE FALSE #> 27985 16.500000 38.500000 FALSE FALSE #> 28004 6.666667 38.500000 FALSE FALSE #> 28006 9.000000 42.000000 TRUE TRUE #> 28013 8.500000 38.500000 FALSE FALSE #> 28091 8.112935 37.932670 FALSE FALSE #> 28158 6.833333 37.750000 FALSE FALSE #> 28180 5.916667 37.333333 FALSE FALSE #> 28203 -4.000000 35.500000 FALSE TRUE #> 28245 12.666667 37.416667 FALSE FALSE #> 28256 6.166667 36.250000 FALSE FALSE #> 28261 7.000000 35.750000 FALSE FALSE #> 28316 -3.333333 39.833333 FALSE FALSE #> 28329 4.666667 36.333333 FALSE FALSE #> 28330 14.500000 38.500000 FALSE FALSE #> 28341 10.000000 38.000000 FALSE FALSE #> 28395 25.000000 42.000000 FALSE FALSE #> 28403 32.500000 -1.500000 FALSE FALSE #> 28419 34.000000 38.000000 FALSE FALSE #> 28421 35.000000 7.000000 FALSE FALSE #> 28423 17.000000 51.500000 FALSE FALSE #> 28435 34.000000 -6.000000 FALSE FALSE #> 28436 11.866667 13.716667 FALSE FALSE #> 28437 10.916667 9.666667 FALSE FALSE #> 28440 36.500000 5.000000 FALSE FALSE #> 28445 11.250000 13.583333 FALSE FALSE #> 28449 20.000000 -2.000000 FALSE FALSE #> 28452 11.000000 14.083333 FALSE FALSE #> 28508 36.500000 5.000000 FALSE FALSE #> 28510 20.000000 -2.000000 FALSE FALSE #> 28520 11.866667 13.716667 FALSE FALSE #> 28521 34.000000 -6.000000 FALSE FALSE #> 28522 10.916667 9.666667 FALSE FALSE #> 28523 11.250000 13.583333 FALSE FALSE #> 28584 34.000000 38.000000 FALSE FALSE #> 28609 25.000000 42.000000 FALSE FALSE #> 28613 35.000000 7.000000 FALSE FALSE #> 28623 32.500000 -1.500000 FALSE FALSE #> 28658 20.000000 -2.000000 FALSE FALSE #> 28660 36.500000 5.000000 FALSE FALSE #> 28661 10.916667 9.666667 FALSE FALSE #> 28664 34.000000 -6.000000 FALSE FALSE #> 28671 17.000000 51.500000 FALSE FALSE #> 28672 11.250000 13.583333 FALSE FALSE #> 28673 11.000000 14.083333 FALSE FALSE #> 28675 11.866667 13.716667 FALSE FALSE #> 28679 36.500000 5.000000 FALSE FALSE #> 28680 10.916667 9.666667 FALSE FALSE #> 28682 11.250000 13.583333 FALSE FALSE #> 28683 11.866667 13.716667 FALSE FALSE #> 28687 34.000000 -6.000000 FALSE FALSE #> 28707 17.000000 51.500000 FALSE FALSE #> 28754 32.500000 -1.500000 FALSE FALSE #> 28761 25.000000 42.000000 FALSE FALSE #> 28768 35.000000 7.000000 FALSE FALSE #> 28787 11.000000 14.083333 FALSE FALSE #> 28788 20.000000 -2.000000 FALSE FALSE #> 28814 34.000000 38.000000 FALSE FALSE #> 28828 17.000000 51.500000 FALSE FALSE #> 28829 11.000000 14.083333 FALSE FALSE #> 28830 11.250000 13.583333 FALSE FALSE #> 28832 11.866667 13.716667 FALSE FALSE #> 28833 10.916667 9.666667 FALSE FALSE #> 28856 36.500000 5.000000 FALSE FALSE #> 28884 34.000000 -6.000000 FALSE FALSE #> 28902 20.000000 -2.000000 FALSE FALSE #> 28932 34.000000 38.000000 FALSE FALSE #> 28946 32.500000 -1.500000 FALSE FALSE #> 28958 35.000000 7.000000 FALSE FALSE #> 28976 25.000000 42.000000 FALSE FALSE #> 29042 26.000000 49.000000 FALSE FALSE #> 29061 35.916667 14.416667 FALSE FALSE #> 29099 34.000000 38.000000 FALSE FALSE #> 29108 32.000000 22.000000 FALSE FALSE #> 29111 30.000000 31.000000 TRUE TRUE #> 29112 34.000000 36.000000 FALSE FALSE #> 29117 33.916667 35.500000 FALSE FALSE #> 29118 26.000000 38.000000 FALSE FALSE #> 29123 32.000000 35.250000 FALSE FALSE #> 29125 18.000000 36.000000 FALSE TRUE #> 29143 20.000000 -10.000000 FALSE FALSE #> 29147 -4.500000 36.500000 FALSE FALSE #> 29150 9.833333 15.083333 FALSE TRUE #> 29181 30.500000 34.750000 FALSE FALSE #> 29186 -4.000000 35.500000 FALSE TRUE #> 29207 14.750000 39.750000 FALSE FALSE #> 29215 31.750000 35.000000 FALSE FALSE #> 29369 31.500000 34.833333 TRUE TRUE #> 29406 31.000000 -5.000000 FALSE FALSE #> 29446 36.000000 41.000000 FALSE FALSE #> 29466 33.000000 -5.000000 TRUE TRUE #> 29562 31.750000 35.000000 FALSE FALSE #> 29615 31.000000 -5.000000 FALSE FALSE #> 29660 31.500000 34.833333 TRUE TRUE #> 29717 18.000000 36.000000 FALSE TRUE #> 29730 33.000000 -5.000000 TRUE TRUE #> 29736 36.000000 41.000000 FALSE FALSE #> 29819 26.000000 49.000000 FALSE FALSE #> 29849 34.000000 38.000000 FALSE FALSE #> 29854 34.000000 36.000000 FALSE FALSE #> 29855 33.916667 35.500000 FALSE FALSE #> 29863 -4.500000 36.500000 FALSE FALSE #> 29867 26.000000 38.000000 FALSE FALSE #> 29946 14.750000 39.750000 FALSE FALSE #> 29954 9.833333 15.083333 FALSE TRUE #> 29959 30.500000 34.750000 FALSE FALSE #> 29960 32.000000 35.250000 FALSE FALSE #> 29966 32.000000 22.000000 FALSE FALSE #> 29978 30.000000 31.000000 TRUE TRUE #> 29980 -4.000000 35.500000 FALSE TRUE #> 29986 20.000000 -10.000000 FALSE FALSE #> 29989 35.916667 14.416667 FALSE FALSE #> 29995 30.500000 34.750000 FALSE FALSE #> 29996 33.916667 35.500000 FALSE FALSE #> 30063 34.000000 38.000000 FALSE FALSE #> 30087 31.500000 34.833333 TRUE TRUE #> 30121 32.000000 35.250000 FALSE FALSE #> 30146 30.000000 31.000000 TRUE TRUE #> 30169 32.000000 22.000000 FALSE FALSE #> 30202 35.916667 14.416667 FALSE FALSE #> 30229 -4.000000 35.500000 FALSE TRUE #> 30267 9.833333 15.083333 FALSE TRUE #> 30268 -4.500000 36.500000 FALSE FALSE #> 30281 31.000000 -5.000000 FALSE FALSE #> 30323 9.833333 15.083333 FALSE TRUE #> 30384 10.833333 36.666667 FALSE FALSE #> 30395 9.000000 14.500000 FALSE FALSE #> 30398 31.000000 -5.000000 FALSE FALSE #> 30428 12.500000 54.000000 FALSE FALSE #> 30461 11.000000 11.833333 FALSE FALSE #> 30475 23.000000 6.000000 FALSE FALSE #> 30481 12.083333 10.916667 FALSE FALSE #> 30492 30.000000 31.000000 TRUE TRUE #> 30546 38.000000 47.000000 FALSE FALSE #> 30559 6.166667 36.500000 FALSE FALSE #> 30567 6.750000 37.083333 FALSE FALSE #> 30584 18.000000 36.000000 FALSE TRUE #> 30587 9.500000 9.500000 FALSE FALSE #> 30614 12.166667 18.333333 FALSE FALSE #> 30615 7.250000 36.250000 FALSE FALSE #> 30619 -4.000000 35.500000 FALSE TRUE #> 30638 -2.333333 40.500000 FALSE FALSE #> 30655 12.000000 7.000000 TRUE TRUE #> 30664 11.333333 15.333333 FALSE FALSE #> 30685 33.000000 -5.000000 TRUE TRUE #> 30691 5.000000 36.500000 FALSE FALSE #> 30699 10.000000 12.000000 FALSE FALSE #> 30725 10.000000 38.000000 FALSE FALSE #> 30729 31.750000 35.166667 FALSE FALSE #> 30744 9.000000 42.000000 TRUE TRUE #> 30759 11.000000 13.000000 FALSE FALSE #> 30795 16.500000 38.500000 FALSE FALSE #> 30809 3.000000 45.000000 FALSE FALSE #> 30893 11.000000 11.833333 FALSE FALSE #> 30897 9.500000 9.500000 FALSE FALSE #> 30915 9.000000 42.000000 TRUE TRUE #> 30930 7.250000 36.250000 FALSE FALSE #> 30957 9.000000 14.500000 FALSE FALSE #> 30968 12.000000 7.000000 TRUE TRUE #> 30977 12.166667 18.333333 FALSE FALSE #> 31012 9.833333 15.083333 FALSE TRUE #> 31054 38.000000 47.000000 FALSE FALSE #> 31058 5.000000 36.500000 FALSE FALSE #> 31106 11.000000 13.000000 FALSE FALSE #> 31110 18.000000 36.000000 FALSE TRUE #> 31197 10.000000 12.000000 FALSE FALSE #> 31226 6.750000 37.083333 FALSE FALSE #> 31237 6.166667 36.500000 FALSE FALSE #> 31247 31.750000 35.166667 FALSE FALSE #> 31253 12.083333 10.916667 FALSE FALSE #> 31313 10.000000 38.000000 FALSE FALSE #> 31328 23.000000 6.000000 FALSE FALSE #> 31330 10.833333 36.666667 FALSE FALSE #> 31375 11.333333 15.333333 FALSE FALSE #> 31389 3.000000 45.000000 FALSE FALSE #> 31391 12.500000 54.000000 FALSE FALSE #> 31396 31.000000 -5.000000 FALSE FALSE #> 31397 16.500000 38.500000 FALSE FALSE #> 31402 33.000000 -5.000000 TRUE TRUE #> 31403 -4.000000 35.500000 FALSE TRUE #> 31404 30.000000 31.000000 TRUE TRUE #> 31449 -2.333333 40.500000 FALSE FALSE #> 31468 33.000000 -5.000000 TRUE TRUE #> 31528 31.000000 -5.000000 FALSE FALSE #> 31529 11.000000 13.000000 FALSE FALSE #> 31559 16.500000 38.500000 FALSE FALSE #> 31566 7.250000 36.250000 FALSE FALSE #> 31591 18.000000 36.000000 FALSE TRUE #> 31608 9.833333 15.083333 FALSE TRUE #> 31625 11.000000 11.833333 FALSE FALSE #> 31628 12.500000 54.000000 FALSE FALSE #> 31641 9.000000 14.500000 FALSE FALSE #> 31652 12.083333 10.916667 FALSE FALSE #> 31664 6.750000 37.083333 FALSE FALSE #> 31665 12.000000 7.000000 TRUE TRUE #> 31688 -2.333333 40.500000 FALSE FALSE #> 31700 30.000000 31.000000 TRUE TRUE #> 31716 9.000000 42.000000 TRUE TRUE #> 31726 5.000000 36.500000 FALSE FALSE #> 31738 31.750000 35.166667 FALSE FALSE #> 31740 10.000000 12.000000 FALSE FALSE #> 31757 -4.000000 35.500000 FALSE TRUE #> 31812 6.166667 36.500000 FALSE FALSE #> 31828 38.000000 47.000000 FALSE FALSE #> 31880 9.500000 9.500000 FALSE FALSE #> 31919 3.000000 45.000000 FALSE FALSE #> 31941 10.000000 38.000000 FALSE FALSE #> 31968 10.833333 36.666667 FALSE FALSE #> 31985 23.000000 6.000000 FALSE FALSE #> 31996 12.166667 18.333333 FALSE FALSE #> 32005 11.333333 15.333333 FALSE FALSE #> 32129 9.000000 42.000000 TRUE TRUE #> 32143 11.000000 11.833333 FALSE FALSE #> 32148 12.000000 7.000000 TRUE TRUE #> 32163 18.000000 36.000000 FALSE TRUE #> 32164 33.000000 -5.000000 TRUE TRUE #> 32165 31.500000 34.833333 TRUE TRUE #> 32167 30.000000 31.000000 TRUE TRUE #> 32205 9.000000 42.000000 TRUE TRUE #> 32234 33.000000 -5.000000 TRUE TRUE #> 32243 18.000000 36.000000 FALSE TRUE #> 32281 11.000000 11.833333 FALSE FALSE #> 32283 30.000000 31.000000 TRUE TRUE #> 32309 11.000000 13.000000 FALSE FALSE #> 32331 31.500000 34.833333 TRUE TRUE #> 32341 12.000000 7.000000 TRUE TRUE #> 32378 11.000000 11.833333 FALSE FALSE #> 32424 18.000000 36.000000 FALSE TRUE #> 32425 11.000000 13.000000 FALSE FALSE #> 32450 9.000000 42.000000 TRUE TRUE #> 32451 33.000000 -5.000000 TRUE TRUE #> 32456 12.000000 7.000000 TRUE TRUE #> 32489 31.500000 34.833333 TRUE TRUE #> 32491 30.000000 31.000000 TRUE TRUE #> 32562 18.000000 36.000000 FALSE TRUE #> 32575 31.500000 34.833333 TRUE TRUE #> 32585 12.000000 7.000000 TRUE TRUE #> 32590 30.000000 31.000000 TRUE TRUE #> 32610 9.000000 42.000000 TRUE TRUE #> 32612 33.000000 -5.000000 TRUE TRUE #> 32726 31.500000 34.833333 TRUE TRUE #> 32739 18.000000 36.000000 FALSE TRUE #> 32747 6.166667 36.500000 FALSE FALSE #> 32757 33.000000 -5.000000 TRUE TRUE #> 32791 12.000000 7.000000 TRUE TRUE #> 32861 9.000000 42.000000 TRUE TRUE #> 32877 30.000000 31.000000 TRUE TRUE #> 33025 12.000000 7.000000 TRUE TRUE #> 33031 33.000000 -5.000000 TRUE TRUE #> 33044 18.000000 36.000000 FALSE TRUE #> 33058 31.500000 34.833333 TRUE TRUE #> 33078 6.166667 36.500000 FALSE FALSE #> 33097 30.000000 31.000000 TRUE TRUE #> 33117 9.000000 42.000000 TRUE TRUE #> 33182 18.000000 36.000000 FALSE TRUE #> 33205 33.000000 -5.000000 TRUE TRUE #> 33235 31.500000 34.833333 TRUE TRUE #> 33289 9.000000 42.000000 TRUE TRUE #> 33318 12.000000 7.000000 TRUE TRUE #> 33333 30.000000 31.000000 TRUE TRUE #> 33334 6.166667 36.500000 FALSE FALSE #> 33377 18.000000 36.000000 FALSE TRUE #> 33421 33.000000 -5.000000 TRUE TRUE #> 33451 31.500000 34.833333 TRUE TRUE #> 33454 9.000000 42.000000 TRUE TRUE #> 33511 6.166667 36.500000 FALSE FALSE #> 33567 30.000000 31.000000 TRUE TRUE #> 33584 12.000000 7.000000 TRUE TRUE #> 33609 9.500000 8.833333 FALSE FALSE #> 33655 8.666667 9.750000 FALSE FALSE #> 33665 9.500000 9.500000 FALSE FALSE #> 33682 12.000000 7.000000 TRUE TRUE #> 33734 12.083333 10.916667 FALSE FALSE #> 33757 6.833333 37.750000 FALSE FALSE #> 33758 -4.000000 35.500000 FALSE TRUE #> 33848 5.916667 37.333333 FALSE FALSE #> 33851 25.000000 42.000000 FALSE FALSE #> 33859 9.000000 42.000000 TRUE TRUE #> 33878 11.000000 9.250000 FALSE FALSE #> 33903 -5.333333 36.000000 FALSE FALSE #> 33910 10.833333 14.916667 FALSE FALSE #> 33929 10.416667 13.416667 FALSE FALSE #> 33939 15.750000 38.500000 FALSE FALSE #> 33943 31.750000 35.000000 FALSE FALSE #> 33949 9.083333 15.583333 FALSE FALSE #> 33958 6.000000 36.583333 FALSE FALSE #> 33963 6.166667 36.250000 FALSE FALSE #> 33974 12.666667 37.416667 FALSE FALSE #> 33993 10.000000 12.000000 FALSE FALSE #> 34034 11.250000 13.583333 FALSE FALSE #> 34038 6.666667 38.500000 FALSE FALSE #> 34043 11.500000 13.750000 FALSE FALSE #> 34045 10.916667 9.666667 FALSE FALSE #> 34063 9.833333 15.083333 FALSE TRUE #> 34068 7.000000 35.750000 FALSE FALSE #> 34076 3.000000 45.000000 FALSE FALSE #> 34095 11.000000 11.833333 FALSE FALSE #> 34110 11.000000 15.416667 FALSE FALSE #> 34155 34.000000 38.000000 FALSE FALSE #> 34158 11.000000 13.000000 FALSE FALSE #> 34159 34.000000 -6.000000 FALSE FALSE #> 34197 10.000000 38.000000 FALSE FALSE #> 34208 26.000000 49.000000 FALSE FALSE #> 34209 18.000000 36.000000 FALSE TRUE #> 34228 16.500000 38.500000 FALSE FALSE #> 34233 31.500000 34.833333 TRUE TRUE #> 34252 30.000000 31.000000 TRUE TRUE #> 34267 13.500000 14.500000 FALSE FALSE #> 34285 17.000000 51.500000 FALSE FALSE #> 34296 8.112935 37.932670 FALSE FALSE #> 34301 20.000000 -2.000000 FALSE FALSE #> 34318 9.583333 11.000000 FALSE FALSE #> 34324 33.000000 44.000000 FALSE FALSE #> 34343 33.000000 -5.000000 TRUE TRUE #> 34373 11.500000 14.833333 FALSE FALSE #> 34444 31.000000 -5.000000 FALSE FALSE #> 34451 25.000000 10.166667 FALSE FALSE #> 34461 34.500000 -4.000000 FALSE FALSE #> 34465 32.500000 -1.500000 FALSE FALSE #> 34481 26.000000 32.000000 FALSE FALSE #> 34536 10.950000 14.116667 FALSE FALSE #> 34568 10.000000 38.000000 FALSE FALSE #> 34577 -2.333333 40.500000 FALSE FALSE #> 34585 11.333333 11.250000 FALSE FALSE #> 34597 14.500000 38.500000 FALSE FALSE #> 34609 34.000000 38.000000 FALSE FALSE #> 34623 33.000000 -5.000000 TRUE TRUE #> 34668 10.916667 9.666667 FALSE FALSE #> 34704 9.250000 42.166667 FALSE FALSE #> 34742 12.000000 7.000000 TRUE TRUE #> 34746 8.112935 37.932670 FALSE FALSE #> 34756 16.500000 38.500000 FALSE FALSE #> 34759 18.000000 36.000000 FALSE TRUE #> 34762 8.166667 38.166667 FALSE FALSE #> 34764 9.000000 42.000000 TRUE TRUE #> 34772 31.500000 34.833333 TRUE TRUE #> 34774 3.000000 45.000000 FALSE FALSE #> 34818 30.000000 31.000000 TRUE TRUE #> 34952 -4.000000 35.500000 FALSE TRUE #> 34953 9.833333 15.083333 FALSE TRUE #> 34964 31.500000 34.833333 TRUE TRUE #> 34993 30.000000 31.000000 TRUE TRUE #> 34998 33.000000 -5.000000 TRUE TRUE #> 35037 18.000000 36.000000 FALSE TRUE #> 35056 9.000000 42.000000 TRUE TRUE #> 35105 12.000000 7.000000 TRUE TRUE #> 35134 12.000000 7.000000 TRUE TRUE #> 35172 9.833333 15.083333 FALSE TRUE #> 35187 30.000000 31.000000 TRUE TRUE #> 35191 -4.000000 35.500000 FALSE TRUE #> 35218 18.000000 36.000000 FALSE TRUE #> 35225 9.000000 42.000000 TRUE TRUE #> 35236 31.500000 34.833333 TRUE TRUE #> 35305 33.000000 -5.000000 TRUE TRUE #> 35445 3.000000 45.000000 FALSE FALSE #> 35491 10.833333 36.666667 FALSE FALSE #> 35556 6.166667 36.500000 FALSE FALSE #> 35570 10.000000 12.000000 FALSE FALSE #> 35592 12.166667 18.333333 FALSE FALSE #> 35612 31.750000 35.166667 FALSE FALSE #> 35646 18.000000 36.000000 FALSE TRUE #> 35651 11.333333 15.333333 FALSE FALSE #> 35672 7.250000 36.250000 FALSE FALSE #> 35678 23.000000 6.000000 FALSE FALSE #> 35709 9.833333 15.083333 FALSE TRUE #> 35730 5.000000 36.500000 FALSE FALSE #> 35734 12.500000 54.000000 FALSE FALSE #> 35739 6.750000 37.083333 FALSE FALSE #> 35740 9.000000 42.000000 TRUE TRUE #> 35742 12.000000 7.000000 TRUE TRUE #> 35750 9.500000 9.500000 FALSE FALSE #> 35752 30.000000 31.000000 TRUE TRUE #> 35776 38.000000 47.000000 FALSE FALSE #> 35780 10.000000 38.000000 FALSE FALSE #> 35786 9.000000 14.500000 FALSE FALSE #> 35789 16.500000 38.500000 FALSE FALSE #> 35822 11.000000 11.833333 FALSE FALSE #> 35835 33.000000 -5.000000 TRUE TRUE #> 35841 31.000000 -5.000000 FALSE FALSE #> 35848 12.083333 10.916667 FALSE FALSE #> 35850 11.000000 13.000000 FALSE FALSE #> 35874 -4.000000 35.500000 FALSE TRUE #> 35881 -2.333333 40.500000 FALSE FALSE #> 36035 12.000000 7.000000 TRUE TRUE #> 36037 9.083333 15.583333 FALSE FALSE #> 36040 10.000000 38.000000 FALSE FALSE #> 36041 35.916667 14.416667 FALSE FALSE #> 36043 34.000000 38.000000 FALSE FALSE #> 36049 6.250000 37.750000 FALSE FALSE #> 36050 5.000000 36.750000 FALSE FALSE #> 36051 30.000000 31.000000 TRUE TRUE #> 36052 18.000000 36.000000 FALSE TRUE #> 36054 10.916667 9.666667 FALSE FALSE #> 36055 6.166667 36.500000 FALSE FALSE #> 36056 12.000000 42.000000 FALSE FALSE #> 36057 9.000000 42.000000 TRUE TRUE #> 36070 31.500000 34.833333 TRUE TRUE #> 36071 -5.500000 35.750000 FALSE FALSE #> 36075 2.000000 37.500000 FALSE FALSE #> 36076 33.000000 -5.000000 TRUE TRUE #> 36079 -4.000000 35.500000 FALSE TRUE #> 36081 26.000000 49.000000 FALSE FALSE #> 36082 16.500000 38.500000 FALSE FALSE #> 36292 18.000000 36.000000 FALSE TRUE #> 36294 -5.500000 35.750000 FALSE FALSE #> 36297 9.000000 42.000000 TRUE TRUE #> 36305 5.000000 36.750000 FALSE FALSE #> 36310 34.000000 38.000000 FALSE FALSE #> 36311 33.000000 -5.000000 TRUE TRUE #> 36312 6.250000 37.750000 FALSE FALSE #> 36313 10.000000 38.000000 FALSE FALSE #> 36321 31.500000 34.833333 TRUE TRUE #> 36324 6.166667 36.500000 FALSE FALSE #> 36333 26.000000 49.000000 FALSE FALSE #> 36340 12.000000 42.000000 FALSE FALSE #> 36355 12.000000 7.000000 TRUE TRUE #> 36356 10.916667 9.666667 FALSE FALSE #> 36357 2.000000 37.500000 FALSE FALSE #> 36358 16.500000 38.500000 FALSE FALSE #> 36362 35.916667 14.416667 FALSE FALSE #> 36365 9.083333 15.583333 FALSE FALSE #> 36367 30.000000 31.000000 TRUE TRUE #> 36370 -4.000000 35.500000 FALSE TRUE #> 36584 6.166667 36.500000 FALSE FALSE #> 36600 26.000000 49.000000 FALSE FALSE #> 36601 12.000000 7.000000 TRUE TRUE #> 36602 9.083333 15.583333 FALSE FALSE #> 36603 5.000000 36.750000 FALSE FALSE #> 36609 6.250000 37.750000 FALSE FALSE #> 36610 18.000000 36.000000 FALSE TRUE #> 36615 10.000000 38.000000 FALSE FALSE #> 36623 34.000000 38.000000 FALSE FALSE #> 36627 31.500000 34.833333 TRUE TRUE #> 36629 12.000000 42.000000 FALSE FALSE #> 36631 33.000000 -5.000000 TRUE TRUE #> 36634 35.916667 14.416667 FALSE FALSE #> 36637 2.000000 37.500000 FALSE FALSE #> 36638 10.916667 9.666667 FALSE FALSE #> 36640 16.500000 38.500000 FALSE FALSE #> 36643 30.000000 31.000000 TRUE TRUE #> 36648 -5.500000 35.750000 FALSE FALSE #> 36650 9.000000 42.000000 TRUE TRUE #> 36653 -4.000000 35.500000 FALSE TRUE #> 36708 9.833333 15.083333 FALSE TRUE #> 36790 10.416667 13.416667 FALSE FALSE #> 36798 5.916667 37.333333 FALSE FALSE #> 36804 12.666667 37.416667 FALSE FALSE #> 36818 10.500000 15.500000 FALSE FALSE #> 36823 11.866667 13.716667 FALSE FALSE #> 36874 6.833333 37.750000 FALSE FALSE #> 36882 10.916667 9.666667 FALSE FALSE #> 36957 11.916667 18.750000 FALSE FALSE #> 36977 17.000000 51.500000 FALSE FALSE #> 36993 31.500000 34.833333 TRUE TRUE #> 37001 10.333333 12.583333 FALSE FALSE #> 37033 18.000000 36.000000 FALSE TRUE #> 37035 15.750000 38.500000 FALSE FALSE #> 37051 12.000000 7.000000 TRUE TRUE #> 37078 10.000000 12.000000 FALSE FALSE #> 37090 12.083333 10.916667 FALSE FALSE #> 37095 31.750000 35.000000 FALSE FALSE #> 37099 6.666667 37.250000 FALSE FALSE #> 37101 11.250000 13.583333 FALSE FALSE #> 37102 10.833333 14.916667 FALSE FALSE #> 37128 -4.000000 35.500000 FALSE TRUE #> 37136 -5.333333 36.000000 FALSE FALSE #> 37137 11.000000 15.416667 FALSE FALSE #> 37144 9.083333 15.583333 FALSE FALSE #> 37154 36.000000 43.000000 FALSE FALSE #> 37160 11.500000 13.750000 FALSE FALSE #> 37201 32.500000 3.500000 FALSE FALSE #> 37202 13.500000 14.500000 FALSE FALSE #> 37217 3.000000 45.000000 FALSE FALSE #> 37236 6.666667 38.500000 FALSE FALSE #> 37265 7.000000 35.750000 FALSE FALSE #> 37269 11.000000 9.250000 FALSE FALSE #> 37285 14.500000 38.500000 FALSE FALSE #> 37289 10.000000 38.000000 FALSE FALSE #> 37319 33.000000 -5.000000 TRUE TRUE #> 37321 29.500000 47.500000 FALSE FALSE #> 37323 16.500000 38.500000 FALSE FALSE #> 37324 30.000000 31.000000 TRUE TRUE #> 37327 26.000000 49.000000 FALSE FALSE #> 37328 32.500000 -1.500000 FALSE FALSE #> 37329 34.000000 38.000000 FALSE FALSE #> 37330 34.500000 -4.000000 FALSE FALSE #> 37331 34.000000 -6.000000 FALSE FALSE #> 37333 20.000000 -2.000000 FALSE FALSE #> 37342 25.000000 10.166667 FALSE FALSE #> 37348 31.000000 -5.000000 FALSE FALSE #> 37350 33.000000 44.000000 FALSE FALSE #> 37353 11.500000 14.833333 FALSE FALSE #> 37355 29.166667 25.500000 FALSE FALSE #> 37389 10.333333 14.166667 FALSE FALSE #> 37397 9.500000 9.500000 FALSE FALSE #> 37415 10.833333 14.166667 FALSE FALSE #> 37439 8.666667 9.750000 FALSE FALSE #> 37450 9.500000 8.833333 FALSE FALSE #> 37474 10.950000 14.116667 FALSE FALSE #> 37525 10.500000 14.000000 FALSE FALSE #> 37547 6.166667 36.250000 FALSE FALSE #> 37558 10.333333 13.833333 FALSE FALSE #> 37581 11.000000 11.833333 FALSE FALSE #> 37616 11.000000 13.000000 FALSE FALSE #> 37638 6.000000 36.583333 FALSE FALSE #> 37640 9.000000 42.000000 TRUE TRUE #> 37655 8.112935 37.932670 FALSE FALSE #> 37665 9.583333 11.000000 FALSE FALSE #> 37673 -3.333333 39.833333 FALSE FALSE #> 37718 26.000000 32.000000 FALSE FALSE #> 37762 9.000000 42.000000 TRUE TRUE #> 37787 9.083333 15.583333 FALSE FALSE #> 37795 9.583333 11.000000 FALSE FALSE #> 37815 11.250000 13.583333 FALSE FALSE #> 37852 11.866667 13.716667 FALSE FALSE #> 37882 17.000000 51.500000 FALSE FALSE #> 37885 30.000000 31.000000 TRUE TRUE #> 37897 12.666667 37.416667 FALSE FALSE #> 37899 12.500000 54.000000 FALSE FALSE #> 37906 12.000000 42.000000 FALSE FALSE #> 37908 3.000000 45.000000 FALSE FALSE #> 37928 12.000000 7.000000 TRUE TRUE #> 37939 5.500000 37.250000 FALSE FALSE #> 37945 13.500000 14.500000 FALSE FALSE #> 37948 -4.000000 35.500000 FALSE TRUE #> 37953 4.666667 36.333333 FALSE FALSE #> 37962 26.000000 32.000000 FALSE FALSE #> 37977 31.500000 34.833333 TRUE TRUE #> 37981 35.916667 14.416667 FALSE FALSE #> 37982 5.916667 37.333333 FALSE FALSE #> 37988 12.166667 19.833333 FALSE FALSE #> 37995 14.500000 38.500000 FALSE FALSE #> 38002 10.916667 9.666667 FALSE FALSE #> 38010 -2.333333 40.500000 FALSE FALSE #> 38103 30.000000 31.000000 TRUE TRUE #> 38110 9.000000 42.000000 TRUE TRUE #> 38111 9.833333 15.083333 FALSE TRUE #> 38121 10.000000 38.000000 FALSE FALSE #> 38159 17.000000 51.500000 FALSE FALSE #> 38161 -4.000000 35.500000 FALSE TRUE #> 38162 18.000000 36.000000 FALSE TRUE #> 38165 31.500000 34.833333 TRUE TRUE #> 38204 33.000000 -5.000000 TRUE TRUE #> 38209 12.000000 7.000000 TRUE TRUE #> 38294 9.500000 8.833333 FALSE FALSE #> 38349 11.000000 13.000000 FALSE FALSE #> 38383 10.000000 38.000000 FALSE FALSE #> 38445 12.000000 7.000000 TRUE TRUE #> 38446 9.833333 15.083333 FALSE TRUE #> 38455 10.416667 13.416667 FALSE FALSE #> 38474 35.916667 14.416667 FALSE FALSE #> 38481 30.000000 31.000000 TRUE TRUE #> 38496 31.500000 34.833333 TRUE TRUE #> 38524 26.000000 32.000000 FALSE FALSE #> 38528 10.950000 14.116667 FALSE FALSE #> 38542 11.000000 13.000000 FALSE FALSE #> 38554 10.500000 14.000000 FALSE FALSE #> 38575 16.500000 38.500000 FALSE FALSE #> 38590 34.500000 -4.000000 FALSE FALSE #> 38601 11.250000 13.583333 FALSE FALSE #> 38620 12.083333 10.916667 FALSE FALSE #> 38636 9.500000 8.833333 FALSE FALSE #> 38644 8.666667 9.750000 FALSE FALSE #> 38652 6.166667 36.250000 FALSE FALSE #> 38664 9.833333 15.083333 FALSE TRUE #> 38675 9.000000 8.750000 FALSE FALSE #> 38678 10.000000 38.000000 FALSE FALSE #> 38687 5.916667 37.333333 FALSE FALSE #> 38698 10.916667 9.666667 FALSE FALSE #> 38708 12.000000 7.000000 TRUE TRUE #> 38746 10.833333 14.916667 FALSE FALSE #> 38790 8.112935 37.932670 FALSE FALSE #> 38791 14.500000 38.500000 FALSE FALSE #> 38800 25.000000 42.000000 FALSE FALSE #> 38815 10.333333 12.583333 FALSE FALSE #> 38817 10.000000 12.000000 FALSE FALSE #> 38821 34.000000 38.000000 FALSE FALSE #> 38824 11.000000 15.416667 FALSE FALSE #> 38825 6.000000 36.583333 FALSE FALSE #> 38827 33.000000 44.000000 FALSE FALSE #> 38833 29.500000 47.500000 FALSE FALSE #> 38835 6.666667 37.250000 FALSE FALSE #> 38841 18.000000 36.000000 FALSE TRUE #> 38842 31.750000 35.000000 FALSE FALSE #> 38846 9.750000 11.333333 FALSE FALSE #> 38849 31.500000 34.833333 TRUE TRUE #> 38852 11.500000 14.833333 FALSE FALSE #> 38860 11.916667 18.083333 FALSE FALSE #> 38866 34.000000 -6.000000 FALSE FALSE #> 38870 9.583333 11.000000 FALSE FALSE #> 38871 26.000000 49.000000 FALSE FALSE #> 38873 30.000000 31.000000 TRUE TRUE #> 38874 3.000000 45.000000 FALSE FALSE #> 38880 -5.333333 36.000000 FALSE FALSE #> 38889 10.416667 13.416667 FALSE FALSE #> 38914 31.000000 -5.000000 FALSE FALSE #> 38943 -3.333333 39.833333 FALSE FALSE #> 39014 -4.000000 35.500000 FALSE TRUE #> 39065 9.000000 42.000000 TRUE TRUE #> 39073 12.000000 42.000000 FALSE FALSE #> 39088 29.166667 25.500000 FALSE FALSE #> 39097 6.666667 38.500000 FALSE FALSE #> 39098 32.500000 -1.500000 FALSE FALSE #> 39135 26.000000 32.000000 FALSE FALSE #> 39144 12.000000 7.000000 TRUE TRUE #> 39163 11.250000 13.583333 FALSE FALSE #> 39171 9.500000 8.833333 FALSE FALSE #> 39185 10.916667 9.666667 FALSE FALSE #> 39186 12.083333 10.916667 FALSE FALSE #> 39210 33.000000 44.000000 FALSE FALSE #> 39227 9.083333 15.583333 FALSE FALSE #> 39242 16.500000 38.500000 FALSE FALSE #> 39244 10.000000 38.000000 FALSE FALSE #> 39254 34.500000 -4.000000 FALSE FALSE #> 39261 8.112935 37.932670 FALSE FALSE #> 39264 14.500000 38.500000 FALSE FALSE #> 39282 31.500000 34.833333 TRUE TRUE #> 39307 31.750000 35.000000 FALSE FALSE #> 39332 10.833333 14.916667 FALSE FALSE #> 39345 11.000000 9.250000 FALSE FALSE #> 39352 10.333333 12.583333 FALSE FALSE #> 39357 34.000000 -6.000000 FALSE FALSE #> 39366 31.000000 -5.000000 FALSE FALSE #> 39373 6.000000 36.583333 FALSE FALSE #> 39385 10.500000 15.500000 FALSE FALSE #> 39388 9.583333 11.000000 FALSE FALSE #> 39393 26.000000 49.000000 FALSE FALSE #> 39406 11.000000 13.000000 FALSE FALSE #> 39407 30.000000 31.000000 TRUE TRUE #> 39411 29.500000 47.500000 FALSE FALSE #> 39420 8.666667 9.750000 FALSE FALSE #> 39421 5.916667 37.333333 FALSE FALSE #> 39424 34.000000 38.000000 FALSE FALSE #> 39438 -5.333333 36.000000 FALSE FALSE #> 39445 3.000000 45.000000 FALSE FALSE #> 39508 32.500000 -1.500000 FALSE FALSE #> 39527 -3.333333 39.833333 FALSE FALSE #> 39541 12.000000 42.000000 FALSE FALSE #> 39542 -4.000000 35.500000 FALSE TRUE #> 39567 6.666667 38.500000 FALSE FALSE #> 39581 9.000000 42.000000 TRUE TRUE #> 39640 29.166667 25.500000 FALSE FALSE #> 39688 -4.000000 35.500000 FALSE TRUE #> 39691 33.000000 -5.000000 TRUE TRUE #> 39728 12.000000 7.000000 TRUE TRUE #> 39737 18.000000 36.000000 FALSE TRUE #> 39760 30.000000 31.000000 TRUE TRUE #> 39788 31.500000 34.833333 TRUE TRUE #> 39797 9.000000 42.000000 TRUE TRUE #> 39866 9.833333 15.083333 FALSE TRUE #> 40126 3.000000 45.000000 FALSE FALSE #> 40162 6.750000 37.083333 FALSE FALSE #> 40208 -4.000000 35.500000 FALSE TRUE #> 40215 11.333333 15.333333 FALSE FALSE #> 40237 10.000000 12.000000 FALSE FALSE #> 40242 7.250000 36.250000 FALSE FALSE #> 40287 18.000000 36.000000 FALSE TRUE #> 40295 10.000000 38.000000 FALSE FALSE #> 40297 31.750000 35.166667 FALSE FALSE #> 40347 12.166667 18.333333 FALSE FALSE #> 40360 6.166667 36.500000 FALSE FALSE #> 40372 12.000000 7.000000 TRUE TRUE #> 40377 9.000000 14.500000 FALSE FALSE #> 40379 5.000000 36.500000 FALSE FALSE #> 40385 33.000000 -5.000000 TRUE TRUE #> 40389 30.000000 31.000000 TRUE TRUE #> 40396 16.500000 38.500000 FALSE FALSE #> 40414 12.500000 54.000000 FALSE FALSE #> 40417 11.000000 13.000000 FALSE FALSE #> 40420 12.083333 10.916667 FALSE FALSE #> 40428 11.000000 11.833333 FALSE FALSE #> 40439 -2.333333 40.500000 FALSE FALSE #> 40442 9.000000 42.000000 TRUE TRUE #> 40445 10.833333 36.666667 FALSE FALSE #> 40459 31.000000 -5.000000 FALSE FALSE #> 40463 9.833333 15.083333 FALSE TRUE #> 40466 38.000000 47.000000 FALSE FALSE #> 40475 23.000000 6.000000 FALSE FALSE #> 40503 9.500000 9.500000 FALSE FALSE #> 40512 12.000000 7.000000 TRUE TRUE #> 40531 9.833333 15.083333 FALSE TRUE #> 40596 30.000000 31.000000 TRUE TRUE #> 40610 18.000000 36.000000 FALSE TRUE #> 40615 31.500000 34.833333 TRUE TRUE #> 40636 -4.000000 35.500000 FALSE TRUE #> 40642 9.000000 42.000000 TRUE TRUE #> 40660 33.000000 -5.000000 TRUE TRUE #> 40711 9.833333 15.083333 FALSE TRUE #> 40714 10.416667 11.000000 FALSE FALSE #> 40715 31.500000 34.833333 TRUE TRUE #> 40719 26.000000 49.000000 FALSE FALSE #> 40720 10.916667 9.666667 FALSE FALSE #> 40725 35.916667 14.416667 FALSE FALSE #> 40743 30.000000 31.000000 TRUE TRUE #> 40766 32.500000 -1.500000 FALSE FALSE #> 40776 6.833333 37.750000 FALSE FALSE #> 40785 12.083333 10.916667 FALSE FALSE #> 40808 12.833333 10.500000 FALSE FALSE #> 40812 11.000000 13.000000 FALSE FALSE #> 40824 9.000000 42.000000 TRUE TRUE #> 40846 10.333333 13.166667 FALSE FALSE #> 40895 36.500000 5.000000 FALSE FALSE #> 40914 11.866667 13.716667 FALSE FALSE #> 40923 31.000000 -5.000000 FALSE FALSE #> 40927 12.000000 7.000000 TRUE TRUE #> 40929 -4.000000 35.500000 FALSE TRUE #> 40931 3.000000 45.000000 FALSE FALSE #> 40964 10.416667 11.000000 FALSE FALSE #> 40972 30.000000 31.000000 TRUE TRUE #> 40994 9.833333 15.083333 FALSE TRUE #> 41006 31.500000 34.833333 TRUE TRUE #> 41032 35.916667 14.416667 FALSE FALSE #> 41034 10.916667 9.666667 FALSE FALSE #> 41053 9.000000 42.000000 TRUE TRUE #> 41066 12.000000 7.000000 TRUE TRUE #> 41085 31.000000 -5.000000 FALSE FALSE #> 41086 11.000000 13.000000 FALSE FALSE #> 41087 10.333333 13.166667 FALSE FALSE #> 41089 12.083333 10.916667 FALSE FALSE #> 41097 32.500000 -1.500000 FALSE FALSE #> 41101 36.500000 5.000000 FALSE FALSE #> 41106 -4.000000 35.500000 FALSE TRUE #> 41107 26.000000 49.000000 FALSE FALSE #> 41108 6.833333 37.750000 FALSE FALSE #> 41118 12.833333 10.500000 FALSE FALSE #> 41125 3.000000 45.000000 FALSE FALSE #> 41150 9.000000 42.000000 TRUE TRUE #> 41162 11.000000 13.000000 FALSE FALSE #> 41163 12.000000 7.000000 TRUE TRUE #> 41193 -4.000000 35.500000 FALSE TRUE #> 41208 10.916667 9.666667 FALSE FALSE #> 41233 33.000000 -5.000000 TRUE TRUE #> 41277 36.000000 43.000000 FALSE FALSE #> 41281 31.500000 34.833333 TRUE TRUE #> 41329 35.916667 14.416667 FALSE FALSE #> 41332 30.000000 31.000000 TRUE TRUE #> 41345 9.583333 11.000000 FALSE FALSE #> 41361 9.500000 8.833333 FALSE FALSE #> 41368 10.000000 38.000000 FALSE FALSE #> 41369 33.000000 -5.000000 TRUE TRUE #> 41370 12.000000 7.000000 TRUE TRUE #> 41373 31.500000 34.833333 TRUE TRUE #> 41374 18.000000 36.000000 FALSE TRUE #> 41375 9.500000 8.833333 FALSE FALSE #> 41377 9.083333 15.583333 FALSE FALSE #> 41378 9.833333 15.083333 FALSE TRUE #> 41380 26.000000 32.000000 FALSE FALSE #> 41382 30.000000 31.000000 TRUE TRUE #> 41429 9.000000 42.000000 TRUE TRUE #> 41430 6.000000 36.916667 FALSE FALSE #> 41452 10.416667 13.416667 FALSE FALSE #> 41459 15.750000 38.500000 FALSE FALSE #> 41479 6.166667 36.500000 FALSE FALSE #> 41486 -4.000000 35.500000 FALSE TRUE #> 41487 -5.333333 36.000000 FALSE FALSE #> 41609 5.000000 36.500000 FALSE FALSE #> 41768 33.000000 -5.000000 TRUE TRUE #> 41781 3.000000 45.000000 FALSE FALSE #> 41785 31.500000 34.833333 TRUE TRUE #> 41793 9.000000 42.000000 TRUE TRUE #> 41797 26.000000 32.000000 FALSE FALSE #> 41822 12.000000 7.000000 TRUE TRUE #> 41841 30.000000 31.000000 TRUE TRUE #> 41847 9.833333 15.083333 FALSE TRUE #> 41856 9.583333 11.000000 FALSE FALSE #> 41877 -4.000000 35.500000 FALSE TRUE #> 42120 31.500000 34.833333 TRUE TRUE #> 42144 13.500000 14.500000 FALSE FALSE #> 42147 6.666667 37.250000 FALSE FALSE #> 42149 3.000000 45.000000 FALSE FALSE #> 42150 9.000000 42.000000 TRUE TRUE #> 42154 30.000000 31.000000 TRUE TRUE #> 42160 -4.000000 35.500000 FALSE TRUE #> 42163 6.000000 36.916667 FALSE FALSE #> 42172 12.000000 7.000000 TRUE TRUE #> 42183 10.833333 14.916667 FALSE FALSE #> 42188 9.083333 15.583333 FALSE FALSE #> 42192 35.916667 14.416667 FALSE FALSE #> 42226 11.000000 13.000000 FALSE FALSE #> 42271 11.500000 13.750000 FALSE FALSE #> 42281 31.500000 34.833333 TRUE TRUE #> 42299 11.000000 14.083333 FALSE FALSE #> 42305 26.000000 49.000000 FALSE FALSE #> 42310 31.000000 -5.000000 FALSE FALSE #> 42316 9.500000 8.833333 FALSE FALSE #> 42321 10.000000 38.000000 FALSE FALSE #> 42330 35.916667 14.416667 FALSE FALSE #> 42349 10.916667 9.666667 FALSE FALSE #> 42372 9.000000 42.000000 TRUE TRUE #> 42407 3.000000 45.000000 FALSE FALSE #> 42469 6.000000 36.916667 FALSE FALSE #> 42495 5.000000 36.500000 FALSE FALSE #> 42520 -5.333333 36.000000 FALSE FALSE #> 42603 18.000000 36.000000 FALSE TRUE #> 42606 -4.000000 35.500000 FALSE TRUE #> 42620 9.083333 15.583333 FALSE FALSE #> 42625 15.750000 38.500000 FALSE FALSE #> 42626 9.833333 15.083333 FALSE TRUE #> 42634 6.166667 36.500000 FALSE FALSE #> 42678 9.000000 42.000000 TRUE TRUE #> 42680 10.416667 13.416667 FALSE FALSE #> 42732 12.000000 7.000000 TRUE TRUE #> 42741 26.000000 32.000000 FALSE FALSE #> 42753 10.000000 38.000000 FALSE FALSE #> 42758 30.000000 31.000000 TRUE TRUE #> 42774 31.500000 34.833333 TRUE TRUE #> 42794 33.000000 -5.000000 TRUE TRUE #> 42798 9.500000 8.833333 FALSE FALSE #> 42850 31.500000 34.833333 TRUE TRUE #> 42898 30.000000 31.000000 TRUE TRUE #> 42914 12.000000 7.000000 TRUE TRUE #> 42923 10.000000 38.000000 FALSE FALSE #> 42933 33.000000 -5.000000 TRUE TRUE #> 42939 18.000000 36.000000 FALSE TRUE #> 42946 3.000000 45.000000 FALSE FALSE #> 42975 9.000000 42.000000 TRUE TRUE #> 42994 7.000000 35.750000 FALSE FALSE #> 43066 9.833333 15.083333 FALSE TRUE #> 43069 -4.000000 35.500000 FALSE TRUE #> 43330 10.000000 12.000000 FALSE FALSE #> 43338 5.000000 36.500000 FALSE FALSE #> 43346 10.833333 36.666667 FALSE FALSE #> 43353 -2.333333 40.500000 FALSE FALSE #> 43373 7.250000 36.250000 FALSE FALSE #> 43383 9.500000 9.500000 FALSE FALSE #> 43392 10.000000 38.000000 FALSE FALSE #> 43407 11.000000 13.000000 FALSE FALSE #> 43420 9.000000 14.500000 FALSE FALSE #> 43436 12.083333 10.916667 FALSE FALSE #> 43467 11.000000 11.833333 FALSE FALSE #> 43483 31.750000 35.166667 FALSE FALSE #> 43499 11.333333 15.333333 FALSE FALSE #> 43555 12.166667 18.333333 FALSE FALSE #> 43567 -4.000000 35.500000 FALSE TRUE #> 43568 9.833333 15.083333 FALSE TRUE #> 43571 38.000000 47.000000 FALSE FALSE #> 43580 9.000000 42.000000 TRUE TRUE #> 43582 6.166667 36.500000 FALSE FALSE #> 43583 6.750000 37.083333 FALSE FALSE #> 43585 3.000000 45.000000 FALSE FALSE #> 43588 12.000000 7.000000 TRUE TRUE #> 43598 16.500000 38.500000 FALSE FALSE #> 43600 23.000000 6.000000 FALSE FALSE #> 43601 18.000000 36.000000 FALSE TRUE #> 43605 33.000000 -5.000000 TRUE TRUE #> 43609 30.000000 31.000000 TRUE TRUE #> 43610 12.500000 54.000000 FALSE FALSE #> 43612 31.000000 -5.000000 FALSE FALSE #> 43651 12.000000 7.000000 TRUE TRUE #> 43653 30.000000 31.000000 TRUE TRUE #> 43700 31.500000 34.833333 TRUE TRUE #> 43764 10.000000 38.000000 FALSE FALSE #> 43787 -4.000000 35.500000 FALSE TRUE #> 43793 9.833333 15.083333 FALSE TRUE #> 43800 3.000000 45.000000 FALSE FALSE #> 43862 7.000000 35.750000 FALSE FALSE #> 43865 9.000000 42.000000 TRUE TRUE #> 43871 33.000000 -5.000000 TRUE TRUE #> 43899 18.000000 36.000000 FALSE TRUE #> 43998 10.000000 38.000000 FALSE FALSE #> 44080 6.000000 36.583333 FALSE FALSE #> 44141 5.916667 37.333333 FALSE FALSE #> 44156 18.000000 36.000000 FALSE TRUE #> 44158 9.000000 42.000000 TRUE TRUE #> 44163 6.666667 37.250000 FALSE FALSE #> 44170 25.000000 42.000000 FALSE FALSE #> 44217 12.666667 37.416667 FALSE FALSE #> 44272 6.833333 37.750000 FALSE FALSE #> 44282 -3.333333 39.833333 FALSE FALSE #> 44315 9.833333 15.083333 FALSE TRUE #> 44373 32.500000 -1.500000 FALSE FALSE #> 44382 31.000000 -5.000000 FALSE FALSE #> 44385 20.000000 -2.000000 FALSE FALSE #> 44389 34.500000 -4.000000 FALSE FALSE #> 44393 33.000000 -5.000000 TRUE TRUE #> 44408 6.666667 38.500000 FALSE FALSE #> 44411 4.666667 36.333333 FALSE FALSE #> 44449 7.000000 35.750000 FALSE FALSE #> 44471 6.166667 36.250000 FALSE FALSE #> 44540 33.000000 44.000000 FALSE FALSE #> 44541 26.000000 32.000000 FALSE FALSE #> 44546 34.000000 38.000000 FALSE FALSE #> 44547 14.500000 38.500000 FALSE FALSE #> 44548 31.750000 35.000000 FALSE FALSE #> 44551 31.500000 34.833333 TRUE TRUE #> 44567 11.000000 13.000000 FALSE FALSE #> 44574 10.416667 13.416667 FALSE FALSE #> 44586 34.000000 -6.000000 FALSE FALSE #> 44599 30.000000 31.000000 TRUE TRUE #> 44600 11.250000 13.583333 FALSE FALSE #> 44607 26.000000 49.000000 FALSE FALSE #> 44637 -4.000000 35.500000 FALSE TRUE #> 44653 3.000000 45.000000 FALSE FALSE #> 44661 25.000000 10.166667 FALSE FALSE #> 44667 9.500000 8.833333 FALSE FALSE #> 44682 11.000000 9.250000 FALSE FALSE #> 44693 10.333333 13.833333 FALSE FALSE #> 44718 10.000000 12.000000 FALSE FALSE #> 44738 10.950000 14.116667 FALSE FALSE #> 44752 10.833333 14.916667 FALSE FALSE #> 44769 8.666667 9.750000 FALSE FALSE #> 44773 13.500000 14.500000 FALSE FALSE #> 44794 17.000000 51.500000 FALSE FALSE #> 44809 11.000000 11.833333 FALSE FALSE #> 44820 10.916667 9.666667 FALSE FALSE #> 44822 12.000000 7.000000 TRUE TRUE #> 44836 11.500000 13.750000 FALSE FALSE #> 44837 16.500000 38.500000 FALSE FALSE #> 44891 12.083333 10.916667 FALSE FALSE #> 44902 9.083333 15.583333 FALSE FALSE #> 44909 9.583333 11.000000 FALSE FALSE #> 44938 9.500000 9.500000 FALSE FALSE #> 44948 11.000000 11.833333 FALSE FALSE #> 44969 12.000000 7.000000 TRUE TRUE #> 45001 31.500000 34.833333 TRUE TRUE #> 45003 9.833333 15.083333 FALSE TRUE #> 45031 3.000000 45.000000 FALSE FALSE #> 45035 10.416667 11.000000 FALSE FALSE #> 45036 9.583333 11.000000 FALSE FALSE #> 45056 31.916667 5.333333 FALSE FALSE #> 45089 30.000000 31.000000 TRUE TRUE #> 45095 9.500000 8.833333 FALSE FALSE #> 45104 35.916667 14.416667 FALSE FALSE #> 45126 11.000000 13.000000 FALSE FALSE #> 45129 26.000000 49.000000 FALSE FALSE #> 45130 5.500000 37.250000 FALSE FALSE #> 45177 10.416667 36.166667 FALSE FALSE #> 45184 33.000000 -5.000000 TRUE TRUE #> 45190 23.000000 6.000000 FALSE FALSE #> 45202 -2.333333 40.500000 FALSE FALSE #> 45205 31.000000 -5.000000 FALSE FALSE #> 45227 9.000000 42.000000 TRUE TRUE #> 45248 9.000000 37.000000 FALSE FALSE #> 45254 -4.000000 35.500000 FALSE TRUE #> 45305 -4.000000 35.500000 FALSE TRUE #> 45316 9.583333 11.000000 FALSE FALSE #> 45319 9.500000 8.833333 FALSE FALSE #> 45320 3.000000 45.000000 FALSE FALSE #> 45392 9.000000 37.000000 FALSE FALSE #> 45395 10.416667 11.000000 FALSE FALSE #> 45404 10.416667 36.166667 FALSE FALSE #> 45407 35.916667 14.416667 FALSE FALSE #> 45411 33.000000 -5.000000 TRUE TRUE #> 45417 26.000000 49.000000 FALSE FALSE #> 45419 26.000000 32.000000 FALSE FALSE #> 45428 31.500000 34.833333 TRUE TRUE #> 45429 4.500000 38.500000 FALSE FALSE #> 45460 9.833333 15.083333 FALSE TRUE #> 45479 12.000000 7.000000 TRUE TRUE #> 45495 30.000000 31.000000 TRUE TRUE #> 45506 9.000000 42.000000 TRUE TRUE #> 45515 6.833333 37.750000 FALSE FALSE #> 45522 34.000000 -6.000000 FALSE FALSE #> 45587 31.500000 34.833333 TRUE TRUE #> 45588 16.000000 44.000000 FALSE FALSE #> 45622 35.250000 33.500000 FALSE FALSE #> 45642 30.000000 31.000000 TRUE TRUE #> 45668 6.833333 37.750000 FALSE FALSE #> 45676 11.233333 13.800000 FALSE FALSE #> 45680 10.000000 38.000000 FALSE FALSE #> 45690 -4.000000 35.500000 FALSE TRUE #> 45696 7.250000 36.250000 FALSE FALSE #> 45698 11.000000 13.000000 FALSE FALSE #> 45709 10.416667 36.166667 FALSE FALSE #> 45713 12.000000 7.000000 TRUE TRUE #> 45716 2.000000 37.500000 FALSE FALSE #> 45727 7.833333 37.333333 FALSE FALSE #> 45729 10.500000 12.250000 FALSE FALSE #> 45849 5.000000 36.750000 FALSE FALSE #> 45851 10.000000 38.000000 FALSE FALSE #> 45862 12.000000 7.000000 TRUE TRUE #> 45865 6.166667 36.500000 FALSE FALSE #> 45872 31.500000 34.833333 TRUE TRUE #> 45915 25.000000 10.166667 FALSE FALSE #> 45940 35.250000 33.500000 FALSE FALSE #> 45961 -4.000000 35.500000 FALSE TRUE #> 45963 9.000000 42.000000 TRUE TRUE #> 45975 31.750000 35.000000 FALSE FALSE #> 45976 11.000000 13.000000 FALSE FALSE #> 45980 34.000000 -6.000000 FALSE FALSE #> 45993 9.500000 8.833333 FALSE FALSE #> 46001 -5.500000 35.750000 FALSE FALSE #> 46023 11.233333 13.800000 FALSE FALSE #> 46026 -4.333333 38.166667 FALSE FALSE #> 46032 12.083333 10.916667 FALSE FALSE #> 46067 10.916667 9.666667 FALSE FALSE #> 46068 30.000000 31.000000 TRUE TRUE #> 46251 34.000000 -6.000000 FALSE FALSE #> 46283 31.500000 34.833333 TRUE TRUE #> 46292 -4.000000 35.500000 FALSE TRUE #> 46310 11.000000 13.000000 FALSE FALSE #> 46316 12.083333 10.916667 FALSE FALSE #> 46327 8.583333 12.416667 FALSE FALSE #> 46609 10.833333 14.916667 FALSE FALSE #> 46642 11.000000 15.416667 FALSE FALSE #> 46650 34.000000 -6.000000 FALSE FALSE #> 46657 33.000000 -5.000000 TRUE TRUE #> 46663 31.000000 -5.000000 FALSE FALSE #> 46671 25.000000 42.000000 FALSE FALSE #> 46681 9.583333 11.000000 FALSE FALSE #> 46684 11.916667 18.083333 FALSE FALSE #> 46690 11.866667 13.716667 FALSE FALSE #> 46695 11.000000 14.083333 FALSE FALSE #> 46699 -5.333333 36.000000 FALSE FALSE #> 46701 9.083333 15.583333 FALSE FALSE #> 46706 9.833333 15.083333 FALSE TRUE #> 46718 11.000000 9.250000 FALSE FALSE #> 46722 31.500000 34.833333 TRUE TRUE #> 46724 18.000000 36.000000 FALSE TRUE #> 46727 12.166667 19.833333 FALSE FALSE #> 46739 14.500000 38.500000 FALSE FALSE #> 46748 11.500000 13.750000 FALSE FALSE #> 46760 3.000000 45.000000 FALSE FALSE #> 46764 12.083333 10.916667 FALSE FALSE #> 46765 35.000000 7.000000 FALSE FALSE #> 46772 33.000000 44.000000 FALSE FALSE #> 46790 26.000000 49.000000 FALSE FALSE #> 46791 11.500000 14.833333 FALSE FALSE #> 46793 10.416667 13.416667 FALSE FALSE #> 46794 10.000000 38.000000 FALSE FALSE #> 46795 36.000000 43.000000 FALSE FALSE #> 46799 11.000000 11.833333 FALSE FALSE #> 46805 8.112935 37.932670 FALSE FALSE #> 46814 -4.000000 35.500000 FALSE TRUE #> 46818 19.000000 9.000000 FALSE FALSE #> 46819 11.000000 13.000000 FALSE FALSE #> 46833 12.000000 7.000000 TRUE TRUE #> 46860 30.000000 31.000000 TRUE TRUE #> 46865 34.500000 -4.000000 FALSE FALSE #> 46871 9.500000 9.500000 FALSE FALSE #> 46873 31.750000 35.000000 FALSE FALSE #> 46880 29.166667 25.500000 FALSE FALSE #> 46889 10.916667 9.666667 FALSE FALSE #> 46900 17.333333 -16.000000 FALSE FALSE #> 46905 8.500000 38.500000 FALSE FALSE #> 46907 11.250000 13.583333 FALSE FALSE #> 46914 32.500000 -1.500000 FALSE FALSE #> 46916 20.000000 -2.000000 FALSE FALSE #> 46917 9.750000 11.333333 FALSE FALSE #> 46925 13.500000 14.500000 FALSE FALSE #> 46929 10.333333 14.166667 FALSE FALSE #> 46930 34.000000 38.000000 FALSE FALSE #> 46935 11.916667 18.750000 FALSE FALSE #> 46954 16.500000 38.500000 FALSE FALSE #> 47035 9.500000 8.833333 FALSE FALSE #> 47047 6.000000 36.583333 FALSE FALSE #> 47135 12.000000 42.000000 FALSE FALSE #> 47214 9.000000 42.000000 TRUE TRUE #> 47216 10.000000 12.000000 FALSE FALSE #> 47217 6.833333 37.750000 FALSE FALSE #> 47335 11.000000 13.000000 FALSE FALSE #> 47341 30.000000 31.000000 TRUE TRUE #> 47342 9.000000 42.000000 TRUE TRUE #> 47345 31.500000 34.833333 TRUE TRUE #> 47388 11.000000 11.833333 FALSE FALSE #> 47407 18.000000 36.000000 FALSE TRUE #> 47408 12.000000 7.000000 TRUE TRUE #> 47419 33.000000 -5.000000 TRUE TRUE #> 47437 10.000000 38.000000 FALSE FALSE #> 47454 6.166667 36.500000 FALSE FALSE #> 47473 10.000000 12.000000 FALSE FALSE #> 47510 30.000000 31.000000 TRUE TRUE #> 47513 9.000000 42.000000 TRUE TRUE #> 47517 12.000000 7.000000 TRUE TRUE #> 47530 10.000000 12.000000 FALSE FALSE #> 47567 10.000000 38.000000 FALSE FALSE #> 47585 18.000000 36.000000 FALSE TRUE #> 47605 11.000000 13.000000 FALSE FALSE #> 47636 31.500000 34.833333 TRUE TRUE #> 47656 6.166667 36.500000 FALSE FALSE #> 47675 33.000000 -5.000000 TRUE TRUE #> 47700 11.000000 11.833333 FALSE FALSE #> 47777 30.000000 31.000000 TRUE TRUE #> 47782 18.000000 36.000000 FALSE TRUE #> 47816 31.500000 34.833333 TRUE TRUE #> 47819 12.000000 7.000000 TRUE TRUE #> 47828 10.000000 38.000000 FALSE FALSE #> 47891 11.000000 13.000000 FALSE FALSE #> 47896 10.000000 12.000000 FALSE FALSE #> 47915 11.000000 11.833333 FALSE FALSE #> 47938 9.000000 42.000000 TRUE TRUE #> 47950 33.000000 -5.000000 TRUE TRUE #> 47958 6.166667 36.500000 FALSE FALSE #> 47989 10.000000 38.000000 FALSE FALSE #> 48052 6.750000 37.083333 FALSE FALSE #> 48060 9.000000 42.000000 TRUE TRUE #> 48122 9.000000 14.500000 FALSE FALSE #> 48127 16.500000 38.500000 FALSE FALSE #> 48135 9.500000 9.500000 FALSE FALSE #> 48206 31.000000 -5.000000 FALSE FALSE #> 48217 18.000000 36.000000 FALSE TRUE #> 48239 -2.333333 40.500000 FALSE FALSE #> 48257 11.333333 15.333333 FALSE FALSE #> 48258 7.250000 36.250000 FALSE FALSE #> 48283 12.083333 10.916667 FALSE FALSE #> 48292 12.500000 54.000000 FALSE FALSE #> 48300 6.166667 36.500000 FALSE FALSE #> 48323 11.000000 11.833333 FALSE FALSE #> 48326 12.166667 18.333333 FALSE FALSE #> 48369 12.000000 7.000000 TRUE TRUE #> 48385 10.000000 12.000000 FALSE FALSE #> 48440 9.833333 15.083333 FALSE TRUE #> 48450 11.000000 13.000000 FALSE FALSE #> 48454 33.000000 -5.000000 TRUE TRUE #> 48466 3.000000 45.000000 FALSE FALSE #> 48467 10.833333 36.666667 FALSE FALSE #> 48477 5.000000 36.500000 FALSE FALSE #> 48478 -4.000000 35.500000 FALSE TRUE #> 48496 31.750000 35.166667 FALSE FALSE #> 48515 30.000000 31.000000 TRUE TRUE #> 48547 23.000000 6.000000 FALSE FALSE #> 48549 38.000000 47.000000 FALSE FALSE #> 48565 12.083333 10.916667 FALSE FALSE #> 48575 31.750000 35.000000 FALSE FALSE #> 48610 9.500000 8.833333 FALSE FALSE #> 48617 10.916667 9.666667 FALSE FALSE #> 48622 -5.500000 35.750000 FALSE FALSE #> 48638 -5.333333 36.000000 FALSE FALSE #> 48647 11.000000 13.000000 FALSE FALSE #> 48656 -4.000000 35.500000 FALSE TRUE #> 48668 31.500000 34.833333 TRUE TRUE #> 48685 25.000000 10.166667 FALSE FALSE #> 48691 12.083333 10.916667 FALSE FALSE #> 48714 11.000000 13.000000 FALSE FALSE #> 48718 31.500000 34.833333 TRUE TRUE #> 48741 34.000000 -6.000000 FALSE FALSE #> 48754 -4.333333 38.166667 FALSE FALSE #> 48785 -4.000000 35.500000 FALSE TRUE #> 48790 -5.333333 36.000000 FALSE FALSE #> 48794 31.750000 35.000000 FALSE FALSE #> 48799 -5.500000 35.750000 FALSE FALSE #> 48842 9.000000 42.000000 TRUE TRUE #> 48859 10.000000 38.000000 FALSE FALSE #> 48868 36.500000 5.000000 FALSE FALSE #> 48893 35.916667 14.416667 FALSE FALSE #> 48910 9.083333 15.583333 FALSE FALSE #> 48911 31.500000 34.833333 TRUE TRUE #> 48913 30.000000 31.000000 TRUE TRUE #> 48917 12.000000 7.000000 TRUE TRUE #> 48935 -4.000000 35.500000 FALSE TRUE #> 48987 3.000000 45.000000 FALSE FALSE #> 48992 10.000000 38.000000 FALSE FALSE #> 49019 35.916667 14.416667 FALSE FALSE #> 49021 9.000000 42.000000 TRUE TRUE #> 49031 18.000000 36.000000 FALSE TRUE #> 49072 16.500000 38.500000 FALSE FALSE #> 49076 31.500000 34.833333 TRUE TRUE #> 49080 30.000000 31.000000 TRUE TRUE #> 49153 15.750000 38.500000 FALSE FALSE #> 49166 12.000000 7.000000 TRUE TRUE #> 49189 11.000000 13.000000 FALSE FALSE #> 49191 26.000000 32.000000 FALSE FALSE #> 49193 33.000000 -5.000000 TRUE TRUE #> 49202 11.000000 11.833333 FALSE FALSE #> 49236 -4.000000 35.500000 FALSE TRUE #> 49254 9.833333 15.083333 FALSE TRUE #> 49274 5.500000 37.250000 FALSE FALSE #> 49330 31.500000 34.833333 TRUE TRUE #> 49354 30.000000 31.000000 TRUE TRUE #> 49392 33.000000 -5.000000 TRUE TRUE #> 49400 6.000000 36.916667 FALSE FALSE #> 49401 10.916667 9.666667 FALSE FALSE #> 49406 12.000000 42.000000 FALSE FALSE #> 49407 9.000000 42.000000 TRUE TRUE #> 49418 4.666667 36.333333 FALSE FALSE #> 49426 12.000000 7.000000 TRUE TRUE #> 49427 9.583333 11.000000 FALSE FALSE #> 49428 14.500000 38.500000 FALSE FALSE #> 49434 26.000000 32.000000 FALSE FALSE #> 49437 9.500000 8.833333 FALSE FALSE #> 49459 11.250000 13.583333 FALSE FALSE #> 49465 3.000000 45.000000 FALSE FALSE #> 49472 9.083333 15.583333 FALSE FALSE #> 49497 13.500000 14.500000 FALSE FALSE #> 49500 10.833333 14.916667 FALSE FALSE #> 49516 10.000000 12.000000 FALSE FALSE #> 49517 6.833333 37.750000 FALSE FALSE #> 49522 33.000000 -5.000000 TRUE TRUE #> 49532 9.000000 42.000000 TRUE TRUE #> 49542 30.000000 31.000000 TRUE TRUE #> 49544 18.000000 36.000000 FALSE TRUE #> 49550 35.916667 14.416667 FALSE FALSE #> 49551 11.000000 13.000000 FALSE FALSE #> 49614 23.000000 6.000000 FALSE FALSE #> 49615 2.000000 37.500000 FALSE FALSE #> 49616 36.750000 10.250000 FALSE FALSE #> 49629 16.500000 38.500000 FALSE FALSE #> 49662 10.833333 36.666667 FALSE FALSE #> 49680 31.500000 34.833333 TRUE TRUE #> 49687 3.000000 45.000000 FALSE FALSE #> 49704 12.000000 7.000000 TRUE TRUE #> 49733 10.000000 38.000000 FALSE FALSE #> 49737 14.500000 38.500000 FALSE FALSE #> 49748 35.916667 14.416667 FALSE FALSE #> 49753 16.500000 38.500000 FALSE FALSE #> 49757 36.750000 10.250000 FALSE FALSE #> 49766 3.000000 45.000000 FALSE FALSE #> 49781 31.500000 34.833333 TRUE TRUE #> 49800 10.000000 12.000000 FALSE FALSE #> 49802 18.000000 36.000000 FALSE TRUE #> 49808 14.500000 38.500000 FALSE FALSE #> 49815 30.000000 31.000000 TRUE TRUE #> 49824 10.833333 36.666667 FALSE FALSE #> 49827 10.000000 38.000000 FALSE FALSE #> 49830 9.000000 42.000000 TRUE TRUE #> 49882 12.000000 7.000000 TRUE TRUE #> 49911 6.833333 37.750000 FALSE FALSE #> 49912 33.000000 -5.000000 TRUE TRUE #> 49929 2.000000 37.500000 FALSE FALSE #> 49940 23.000000 6.000000 FALSE FALSE #> 49951 11.000000 13.000000 FALSE FALSE #> 49966 11.000000 13.000000 FALSE FALSE #> 49968 14.500000 38.500000 FALSE FALSE #> 49987 31.500000 34.833333 TRUE TRUE #> 49991 23.000000 6.000000 FALSE FALSE #> 50005 3.000000 45.000000 FALSE FALSE #> 50006 10.000000 12.000000 FALSE FALSE #> 50018 6.833333 37.750000 FALSE FALSE #> 50055 30.000000 31.000000 TRUE TRUE #> 50060 10.833333 36.666667 FALSE FALSE #> 50078 9.000000 42.000000 TRUE TRUE #> 50091 33.000000 -5.000000 TRUE TRUE #> 50097 12.000000 7.000000 TRUE TRUE #> 50102 18.000000 36.000000 FALSE TRUE #> 50127 16.500000 38.500000 FALSE FALSE #> 50139 35.916667 14.416667 FALSE FALSE #> 50174 10.000000 38.000000 FALSE FALSE #> 50178 2.000000 37.500000 FALSE FALSE #> 50181 36.750000 10.250000 FALSE FALSE #> 50214 18.000000 36.000000 FALSE TRUE #> 50230 16.500000 38.500000 FALSE FALSE #> 50256 11.000000 13.000000 FALSE FALSE #> 50265 10.833333 36.666667 FALSE FALSE #> 50271 9.000000 42.000000 TRUE TRUE #> 50286 10.000000 38.000000 FALSE FALSE #> 50298 14.500000 38.500000 FALSE FALSE #> 50309 31.500000 34.833333 TRUE TRUE #> 50312 3.000000 45.000000 FALSE FALSE #> 50318 35.916667 14.416667 FALSE FALSE #> 50324 6.833333 37.750000 FALSE FALSE #> 50326 23.000000 6.000000 FALSE FALSE #> 50349 12.000000 7.000000 TRUE TRUE #> 50360 10.000000 12.000000 FALSE FALSE #> 50367 30.000000 31.000000 TRUE TRUE #> 50375 36.750000 10.250000 FALSE FALSE #> 50382 33.000000 -5.000000 TRUE TRUE #> 50403 2.000000 37.500000 FALSE FALSE #> 50420 10.950000 14.116667 FALSE FALSE #> 50426 34.500000 -4.000000 FALSE FALSE #> 50454 31.000000 -5.000000 FALSE FALSE #> 50465 25.000000 10.166667 FALSE FALSE #> 50469 11.500000 14.833333 FALSE FALSE #> 50551 13.500000 14.500000 FALSE FALSE #> 50559 9.000000 42.000000 TRUE TRUE #> 50582 11.000000 9.250000 FALSE FALSE #> 50586 9.750000 11.333333 FALSE FALSE #> 50701 10.000000 12.000000 FALSE FALSE #> 50723 15.750000 38.500000 FALSE FALSE #> 50752 12.666667 37.416667 FALSE FALSE #> 50797 10.416667 13.416667 FALSE FALSE #> 50831 6.833333 37.750000 FALSE FALSE #> 50863 6.000000 36.583333 FALSE FALSE #> 50886 18.000000 36.000000 FALSE TRUE #> 50887 36.000000 43.000000 FALSE FALSE #> 50930 6.166667 36.250000 FALSE FALSE #> 50935 3.000000 45.000000 FALSE FALSE #> 50968 -5.333333 36.000000 FALSE FALSE #> 51015 5.916667 37.333333 FALSE FALSE #> 51026 9.833333 15.083333 FALSE TRUE #> 51054 -3.333333 39.833333 FALSE FALSE #> 51132 12.083333 10.916667 FALSE FALSE #> 51175 7.000000 35.750000 FALSE FALSE #> 51197 6.666667 38.500000 FALSE FALSE #> 51229 10.500000 15.500000 FALSE FALSE #> 51252 11.000000 13.000000 FALSE FALSE #> 51257 9.083333 15.583333 FALSE FALSE #> 51276 8.500000 38.500000 FALSE FALSE #> 51280 33.000000 44.000000 FALSE FALSE #> 51282 31.750000 35.000000 FALSE FALSE #> 51295 8.112935 37.932670 FALSE FALSE #> 51298 32.500000 -1.500000 FALSE FALSE #> 51310 33.000000 -5.000000 TRUE TRUE #> 51317 10.000000 38.000000 FALSE FALSE #> 51323 9.583333 11.000000 FALSE FALSE #> 51324 34.000000 38.000000 FALSE FALSE #> 51328 11.250000 13.583333 FALSE FALSE #> 51333 30.000000 31.000000 TRUE TRUE #> 51339 34.000000 -6.000000 FALSE FALSE #> 51359 26.000000 49.000000 FALSE FALSE #> 51363 17.000000 51.500000 FALSE FALSE #> 51377 31.500000 34.833333 TRUE TRUE #> 51435 9.500000 9.500000 FALSE FALSE #> 51437 26.000000 32.000000 FALSE FALSE #> 51449 11.000000 15.416667 FALSE FALSE #> 51453 12.000000 7.000000 TRUE TRUE #> 51468 11.000000 11.833333 FALSE FALSE #> 51478 8.666667 9.750000 FALSE FALSE #> 51480 -4.000000 35.500000 FALSE TRUE #> 51517 9.500000 8.833333 FALSE FALSE #> 51531 10.916667 9.666667 FALSE FALSE #> 51573 10.833333 36.666667 FALSE FALSE #> 51581 18.000000 36.000000 FALSE TRUE #> 51711 38.000000 47.000000 FALSE FALSE #> 51726 31.000000 -5.000000 FALSE FALSE #> 51757 23.000000 6.000000 FALSE FALSE #> 51773 30.000000 31.000000 TRUE TRUE #> 51826 3.000000 45.000000 FALSE FALSE #> 51841 31.750000 35.166667 FALSE FALSE #> 51913 33.000000 -5.000000 TRUE TRUE #> 51957 7.250000 36.250000 FALSE FALSE #> 51960 6.166667 36.500000 FALSE FALSE #> 51967 16.500000 38.500000 FALSE FALSE #> 51993 10.000000 38.000000 FALSE FALSE #> 52014 9.500000 9.500000 FALSE FALSE #> 52024 12.166667 18.333333 FALSE FALSE #> 52034 9.000000 14.500000 FALSE FALSE #> 52035 12.083333 10.916667 FALSE FALSE #> 52038 10.000000 12.000000 FALSE FALSE #> 52041 11.000000 11.833333 FALSE FALSE #> 52047 11.000000 13.000000 FALSE FALSE #> 52053 9.833333 15.083333 FALSE TRUE #> 52061 -2.333333 40.500000 FALSE FALSE #> 52063 9.000000 42.000000 TRUE TRUE #> 52066 11.333333 15.333333 FALSE FALSE #> 52067 -4.000000 35.500000 FALSE TRUE #> 52071 6.750000 37.083333 FALSE FALSE #> 52072 12.000000 7.000000 TRUE TRUE #> 52074 5.000000 36.500000 FALSE FALSE #> 52075 12.500000 54.000000 FALSE FALSE #> 52106 9.000000 42.000000 TRUE TRUE #> 52123 17.000000 51.500000 FALSE FALSE #> 52124 6.666667 37.250000 FALSE FALSE #> 52137 16.500000 38.500000 FALSE FALSE #> 52146 33.000000 -5.000000 TRUE TRUE #> 52164 32.500000 -1.500000 FALSE FALSE #> 52176 26.000000 49.000000 FALSE FALSE #> 52203 16.000000 44.000000 FALSE FALSE #> 52204 31.000000 -5.000000 FALSE FALSE #> 52208 17.333333 -16.000000 FALSE FALSE #> 52226 33.750000 36.000000 FALSE FALSE #> 52234 6.000000 36.916667 FALSE FALSE #> 52243 11.000000 13.000000 FALSE FALSE #> 52246 10.000000 38.000000 FALSE FALSE #> 52249 -4.000000 35.500000 FALSE TRUE #> 52256 35.916667 14.416667 FALSE FALSE #> 52268 -4.333333 38.166667 FALSE FALSE #> 52269 38.000000 47.000000 FALSE FALSE #> 52271 10.950000 14.116667 FALSE FALSE #> 52278 10.916667 9.666667 FALSE FALSE #> 52286 7.000000 35.750000 FALSE FALSE #> 52288 18.000000 36.000000 FALSE TRUE #> 52301 36.000000 43.000000 FALSE FALSE #> 52304 13.833333 20.833333 FALSE FALSE #> 52324 11.000000 11.833333 FALSE FALSE #> 52336 13.500000 14.500000 FALSE FALSE #> 52345 30.000000 31.000000 TRUE TRUE #> 52350 34.000000 -6.000000 FALSE FALSE #> 52363 31.500000 34.833333 TRUE TRUE #> 52381 6.166667 36.500000 FALSE FALSE #> 52407 12.000000 7.000000 TRUE TRUE #> 52484 9.500000 8.833333 FALSE FALSE #> 52504 36.500000 5.000000 FALSE FALSE #> 52546 32.000000 35.250000 FALSE FALSE #> 52571 5.000000 36.500000 FALSE FALSE #> 52638 9.833333 15.083333 FALSE TRUE #> 52667 31.000000 -5.000000 FALSE FALSE #> 52674 32.000000 35.250000 FALSE FALSE #> 52695 32.500000 -1.500000 FALSE FALSE #> 52791 26.000000 49.000000 FALSE FALSE #> 52810 18.000000 36.000000 FALSE TRUE #> 52820 -4.000000 35.500000 FALSE TRUE #> 52838 7.000000 35.750000 FALSE FALSE #> 52898 9.000000 42.000000 TRUE TRUE #> 52960 33.000000 -5.000000 TRUE TRUE #> 52963 34.000000 -6.000000 FALSE FALSE #> 52964 17.000000 51.500000 FALSE FALSE #> 52966 16.500000 38.500000 FALSE FALSE #> 52973 33.750000 36.000000 FALSE FALSE #> 52974 11.000000 11.833333 FALSE FALSE #> 52975 13.833333 20.833333 FALSE FALSE #> 52982 17.333333 -16.000000 FALSE FALSE #> 52983 13.500000 14.500000 FALSE FALSE #> 52989 30.000000 31.000000 TRUE TRUE #> 52999 31.500000 34.833333 TRUE TRUE #> 53006 16.000000 44.000000 FALSE FALSE #> 53009 12.000000 7.000000 TRUE TRUE #> 53021 10.000000 38.000000 FALSE FALSE #> 53027 5.000000 36.500000 FALSE FALSE #> 53033 6.000000 36.916667 FALSE FALSE #> 53035 6.166667 36.500000 FALSE FALSE #> 53036 9.833333 15.083333 FALSE TRUE #> 53081 10.916667 9.666667 FALSE FALSE #> 53112 35.916667 14.416667 FALSE FALSE #> 53126 -4.333333 38.166667 FALSE FALSE #> 53188 6.666667 37.250000 FALSE FALSE #> 53191 31.500000 34.833333 TRUE TRUE #> 53202 10.833333 36.666667 FALSE FALSE #> 53229 33.750000 36.000000 FALSE FALSE #> 53265 11.000000 13.000000 FALSE FALSE #> 53272 -4.000000 35.500000 FALSE TRUE #> 53302 12.000000 7.000000 TRUE TRUE #> 53314 9.833333 15.083333 FALSE TRUE #> 53364 10.000000 38.000000 FALSE FALSE #> 53368 30.000000 31.000000 TRUE TRUE #> 53378 10.916667 9.666667 FALSE FALSE #> 53382 9.000000 42.000000 TRUE TRUE #> 53394 35.916667 14.416667 FALSE FALSE #> 53403 33.000000 -5.000000 TRUE TRUE #> 53413 6.000000 36.916667 FALSE FALSE #> 53421 34.000000 -6.000000 FALSE FALSE #> 53479 36.000000 43.000000 FALSE FALSE #> 53503 26.000000 32.000000 FALSE FALSE #> 53512 16.500000 38.500000 FALSE FALSE #> 53569 9.833333 15.083333 FALSE TRUE #> 53607 30.000000 31.000000 TRUE TRUE #> 53622 31.500000 34.833333 TRUE TRUE #> 53628 12.000000 7.000000 TRUE TRUE #> 53633 33.000000 -5.000000 TRUE TRUE #> 53704 9.000000 42.000000 TRUE TRUE #> 53767 3.000000 45.000000 FALSE FALSE #> 53817 -4.000000 35.500000 FALSE TRUE #> 53826 34.000000 -6.000000 FALSE FALSE #> 53835 16.500000 38.500000 FALSE FALSE #> 53919 26.000000 49.000000 FALSE FALSE #> 53922 17.000000 51.500000 FALSE FALSE #> 53928 12.000000 7.000000 TRUE TRUE #> 53955 30.000000 31.000000 TRUE TRUE #> 53968 3.000000 45.000000 FALSE FALSE #> 53991 9.000000 42.000000 TRUE TRUE #> 53992 34.000000 -6.000000 FALSE FALSE #> 54008 18.000000 36.000000 FALSE TRUE #> 54013 35.916667 14.416667 FALSE FALSE #> 54028 10.000000 38.000000 FALSE FALSE #> 54031 31.500000 34.833333 TRUE TRUE #> 54035 9.833333 15.083333 FALSE TRUE #> 54040 16.500000 38.500000 FALSE FALSE #> 54048 -4.000000 35.500000 FALSE TRUE #> 54052 33.000000 -5.000000 TRUE TRUE #> 54078 31.500000 34.833333 TRUE TRUE #> 54082 12.000000 7.000000 TRUE TRUE #> 54086 35.916667 14.416667 FALSE FALSE #> 54108 26.000000 49.000000 FALSE FALSE #> 54113 34.000000 -6.000000 FALSE FALSE #> 54116 17.000000 51.500000 FALSE FALSE #> 54117 9.000000 42.000000 TRUE TRUE #> 54119 30.000000 31.000000 TRUE TRUE #> 54123 10.000000 38.000000 FALSE FALSE #> 54137 3.000000 45.000000 FALSE FALSE #> 54243 -4.000000 35.500000 FALSE TRUE #> 54255 16.500000 38.500000 FALSE FALSE #> 54256 9.833333 15.083333 FALSE TRUE #> 54296 18.000000 36.000000 FALSE TRUE #> 54329 31.500000 34.833333 TRUE TRUE #> 54334 30.000000 31.000000 TRUE TRUE #> 54339 35.916667 14.416667 FALSE FALSE #> 54363 -4.000000 35.500000 FALSE TRUE #> 54389 34.000000 -6.000000 FALSE FALSE #> 54390 12.000000 7.000000 TRUE TRUE #> 54394 26.000000 49.000000 FALSE FALSE #> 54407 9.000000 42.000000 TRUE TRUE #> 54421 17.000000 51.500000 FALSE FALSE #> 54452 10.000000 38.000000 FALSE FALSE #> 54457 16.500000 38.500000 FALSE FALSE #> 54464 9.833333 15.083333 FALSE TRUE #> 54489 3.000000 45.000000 FALSE FALSE #> 54520 9.000000 42.000000 TRUE TRUE #> 54536 31.500000 34.833333 TRUE TRUE #> 54560 9.833333 15.083333 FALSE TRUE #> 54567 12.000000 7.000000 TRUE TRUE #> 54589 30.000000 31.000000 TRUE TRUE #> 54610 -4.000000 35.500000 FALSE TRUE #> 54639 33.333333 -4.666667 FALSE FALSE #> 54722 26.000000 49.000000 FALSE FALSE #> 54829 18.000000 36.000000 FALSE TRUE #> 54948 33.333333 -4.666667 FALSE FALSE #> 54988 12.000000 7.000000 TRUE TRUE #> 55014 9.833333 15.083333 FALSE TRUE #> 55022 9.000000 42.000000 TRUE TRUE #> 55080 31.500000 34.833333 TRUE TRUE #> 55084 30.000000 31.000000 TRUE TRUE #> 55107 -4.000000 35.500000 FALSE TRUE #> 55184 26.000000 49.000000 FALSE FALSE #> 55284 18.000000 36.000000 FALSE TRUE #> 55381 9.000000 42.000000 TRUE TRUE #> 55387 31.500000 34.833333 TRUE TRUE #> 55436 33.000000 -5.000000 TRUE TRUE #> 55442 34.000000 -6.000000 FALSE FALSE #> 55452 9.500000 8.833333 FALSE FALSE #> 55465 -4.000000 35.500000 FALSE TRUE #> 55480 4.500000 38.500000 FALSE FALSE #> 55497 6.833333 37.750000 FALSE FALSE #> 55509 12.000000 7.000000 TRUE TRUE #> 55521 35.916667 14.416667 FALSE FALSE #> 55533 30.000000 31.000000 TRUE TRUE #> 55535 36.750000 10.250000 FALSE FALSE #> 55547 -5.500000 35.750000 FALSE FALSE #> 55548 33.000000 -5.000000 TRUE TRUE #> 55555 -4.000000 35.500000 FALSE TRUE #> 55557 30.000000 31.000000 TRUE TRUE #> 55567 34.000000 -6.000000 FALSE FALSE #> 55571 36.750000 10.250000 FALSE FALSE #> 55580 9.000000 42.000000 TRUE TRUE #> 55582 35.916667 14.416667 FALSE FALSE #> 55584 4.500000 38.500000 FALSE FALSE #> 55587 -5.500000 35.750000 FALSE FALSE #> 55604 12.000000 7.000000 TRUE TRUE #> 55619 6.833333 37.750000 FALSE FALSE #> 55656 31.500000 34.833333 TRUE TRUE #> 55667 9.500000 8.833333 FALSE FALSE #> 55845 7.250000 36.250000 FALSE FALSE #> 55865 11.333333 15.333333 FALSE FALSE #> 55870 6.750000 37.083333 FALSE FALSE #> 55904 6.166667 36.500000 FALSE FALSE #> 55918 12.500000 54.000000 FALSE FALSE #> 55922 3.000000 45.000000 FALSE FALSE #> 55940 12.000000 7.000000 TRUE TRUE #> 55969 33.000000 -5.000000 TRUE TRUE #> 56008 16.500000 38.500000 FALSE FALSE #> 56017 5.000000 36.500000 FALSE FALSE #> 56024 9.833333 15.083333 FALSE TRUE #> 56027 31.000000 -5.000000 FALSE FALSE #> 56036 9.000000 42.000000 TRUE TRUE #> 56037 12.166667 18.333333 FALSE FALSE #> 56048 18.000000 36.000000 FALSE TRUE #> 56053 9.500000 9.500000 FALSE FALSE #> 56092 10.000000 38.000000 FALSE FALSE #> 56113 38.000000 47.000000 FALSE FALSE #> 56140 30.000000 31.000000 TRUE TRUE #> 56162 23.000000 6.000000 FALSE FALSE #> 56195 10.833333 36.666667 FALSE FALSE #> 56214 31.750000 35.166667 FALSE FALSE #> 56264 -4.000000 35.500000 FALSE TRUE #> 56270 -2.333333 40.500000 FALSE FALSE #> 56274 12.083333 10.916667 FALSE FALSE #> 56275 11.000000 13.000000 FALSE FALSE #> 56280 11.000000 11.833333 FALSE FALSE #> 56285 9.000000 14.500000 FALSE FALSE #> 56293 10.000000 12.000000 FALSE FALSE #> 56318 30.000000 31.000000 TRUE TRUE #> 56343 6.833333 37.750000 FALSE FALSE #> 56368 12.000000 7.000000 TRUE TRUE #> 56375 -5.500000 35.750000 FALSE FALSE #> 56378 33.000000 -5.000000 TRUE TRUE #> 56395 35.916667 14.416667 FALSE FALSE #> 56420 36.750000 10.250000 FALSE FALSE #> 56426 4.500000 38.500000 FALSE FALSE #> 56438 9.000000 42.000000 TRUE TRUE #> 56451 34.000000 -6.000000 FALSE FALSE #> 56462 -4.000000 35.500000 FALSE TRUE #> 56463 31.500000 34.833333 TRUE TRUE #> 56476 9.500000 8.833333 FALSE FALSE #> 56521 5.000000 36.750000 FALSE FALSE #> 56541 31.750000 35.000000 FALSE FALSE #> 56580 10.000000 38.000000 FALSE FALSE #> 56587 6.666667 37.250000 FALSE FALSE #> 56635 14.500000 38.500000 FALSE FALSE #> 56636 9.000000 42.000000 TRUE TRUE #> 56688 12.000000 42.000000 FALSE FALSE #> 56706 3.000000 45.000000 FALSE FALSE #> 56709 8.500000 38.500000 FALSE FALSE #> 56712 12.666667 37.416667 FALSE FALSE #> 56724 6.833333 37.750000 FALSE FALSE #> 56727 7.000000 35.750000 FALSE FALSE #> 56753 8.112935 37.932670 FALSE FALSE #> 56782 -4.000000 35.500000 FALSE TRUE #> 56800 6.166667 36.250000 FALSE FALSE #> 56854 5.916667 37.333333 FALSE FALSE #> 56867 16.500000 38.500000 FALSE FALSE #> 56902 -3.333333 39.833333 FALSE FALSE #> 57005 6.666667 38.500000 FALSE FALSE #> 57025 18.000000 36.000000 FALSE TRUE #> 57045 4.666667 36.333333 FALSE FALSE #> 57074 9.083333 15.583333 FALSE FALSE #> 57076 10.500000 15.500000 FALSE FALSE #> 57088 12.000000 7.000000 TRUE TRUE #> 57099 -5.333333 36.000000 FALSE FALSE #> 57122 26.000000 49.000000 FALSE FALSE #> 57145 9.833333 15.083333 FALSE TRUE #> 57192 9.500000 8.833333 FALSE FALSE #> 57223 9.000000 8.750000 FALSE FALSE #> 57224 29.500000 47.500000 FALSE FALSE #> 57232 10.000000 12.000000 FALSE FALSE #> 57241 9.583333 11.000000 FALSE FALSE #> 57256 31.500000 34.833333 TRUE TRUE #> 57260 11.500000 13.750000 FALSE FALSE #> 57273 13.500000 14.500000 FALSE FALSE #> 57298 12.083333 10.916667 FALSE FALSE #> 57299 9.500000 9.500000 FALSE FALSE #> 57307 10.833333 14.916667 FALSE FALSE #> 57360 10.950000 14.116667 FALSE FALSE #> 57378 30.000000 31.000000 TRUE TRUE #> 57384 11.000000 11.833333 FALSE FALSE #> 57389 10.833333 14.166667 FALSE FALSE #> 57399 11.000000 15.416667 FALSE FALSE #> 57415 26.000000 32.000000 FALSE FALSE #> 57430 33.000000 44.000000 FALSE FALSE #> 57441 11.000000 9.250000 FALSE FALSE #> 57452 34.500000 -4.000000 FALSE FALSE #> 57453 10.500000 14.000000 FALSE FALSE #> 57476 9.750000 11.333333 FALSE FALSE #> 57481 11.000000 13.000000 FALSE FALSE #> 57490 8.666667 9.750000 FALSE FALSE #> 57506 11.916667 18.750000 FALSE FALSE #> 57517 10.333333 13.833333 FALSE FALSE #> 57536 11.500000 14.833333 FALSE FALSE #> 57570 11.866667 13.716667 FALSE FALSE #> 57577 25.000000 42.000000 FALSE FALSE #> 57579 11.250000 13.583333 FALSE FALSE #> 57592 33.000000 -5.000000 TRUE TRUE #> 57600 20.000000 -2.000000 FALSE FALSE #> 57615 11.000000 14.083333 FALSE FALSE #> 57631 10.416667 13.416667 FALSE FALSE #> 57632 36.500000 5.000000 FALSE FALSE #> 57635 32.500000 -1.500000 FALSE FALSE #> 57711 17.000000 51.500000 FALSE FALSE #> 57728 31.000000 -5.000000 FALSE FALSE #> 57750 15.750000 38.500000 FALSE FALSE #> 57788 35.000000 7.000000 FALSE FALSE #> 57819 34.000000 38.000000 FALSE FALSE #> 57836 10.916667 9.666667 FALSE FALSE #> 57923 34.000000 38.000000 FALSE FALSE #> 57925 35.000000 7.000000 FALSE FALSE #> 57929 17.000000 51.500000 FALSE FALSE #> 57941 10.916667 9.666667 FALSE FALSE #> 57946 9.833333 15.083333 FALSE TRUE #> 57956 26.000000 49.000000 FALSE FALSE #> 58010 10.950000 14.116667 FALSE FALSE #> 58025 31.500000 34.833333 TRUE TRUE #> 58028 9.583333 11.000000 FALSE FALSE #> 58062 11.500000 14.833333 FALSE FALSE #> 58070 13.500000 14.500000 FALSE FALSE #> 58086 11.000000 15.416667 FALSE FALSE #> 58099 5.000000 36.750000 FALSE FALSE #> 58108 10.833333 14.916667 FALSE FALSE #> 58222 9.500000 8.833333 FALSE FALSE #> 58251 10.000000 12.000000 FALSE FALSE #> 58262 6.166667 36.250000 FALSE FALSE #> 58300 11.916667 18.750000 FALSE FALSE #> 58324 4.666667 36.333333 FALSE FALSE #> 58327 6.666667 38.500000 FALSE FALSE #> 58352 3.000000 45.000000 FALSE FALSE #> 58356 9.000000 8.750000 FALSE FALSE #> 58364 34.500000 -4.000000 FALSE FALSE #> 58376 8.112935 37.932670 FALSE FALSE #> 58387 -5.333333 36.000000 FALSE FALSE #> 58392 12.666667 37.416667 FALSE FALSE #> 58397 33.000000 44.000000 FALSE FALSE #> 58428 10.333333 13.833333 FALSE FALSE #> 58446 10.000000 38.000000 FALSE FALSE #> 58545 8.666667 9.750000 FALSE FALSE #> 58574 -4.000000 35.500000 FALSE TRUE #> 58586 5.916667 37.333333 FALSE FALSE #> 58638 12.000000 42.000000 FALSE FALSE #> 58647 26.000000 32.000000 FALSE FALSE #> 58651 8.500000 38.500000 FALSE FALSE #> 58657 6.666667 37.250000 FALSE FALSE #> 58663 18.000000 36.000000 FALSE TRUE #> 58664 9.500000 9.500000 FALSE FALSE #> 58675 10.500000 15.500000 FALSE FALSE #> 58713 6.000000 36.583333 FALSE FALSE #> 58721 11.500000 13.750000 FALSE FALSE #> 58736 9.083333 15.583333 FALSE FALSE #> 58741 9.000000 42.000000 TRUE TRUE #> 58817 7.000000 35.750000 FALSE FALSE #> 58835 16.500000 38.500000 FALSE FALSE #> 58837 11.000000 13.000000 FALSE FALSE #> 58850 11.000000 9.250000 FALSE FALSE #> 58858 30.000000 31.000000 TRUE TRUE #> 58860 11.000000 11.833333 FALSE FALSE #> 58903 10.833333 14.166667 FALSE FALSE #> 58910 12.000000 7.000000 TRUE TRUE #> 58958 31.750000 35.000000 FALSE FALSE #> 59011 6.833333 37.750000 FALSE FALSE #> 59062 9.750000 11.333333 FALSE FALSE #> 59069 12.083333 10.916667 FALSE FALSE #> 59125 29.500000 47.500000 FALSE FALSE #> 59131 14.500000 38.500000 FALSE FALSE #> 59135 10.500000 14.000000 FALSE FALSE #> 59137 -3.333333 39.833333 FALSE FALSE #> 59172 20.000000 -2.000000 FALSE FALSE #> 59189 25.000000 42.000000 FALSE FALSE #> 59202 19.000000 9.000000 FALSE FALSE #> 59214 34.000000 -6.000000 FALSE FALSE #> 59233 11.250000 13.583333 FALSE FALSE #> 59239 36.500000 5.000000 FALSE FALSE #> 59247 33.000000 -5.000000 TRUE TRUE #> 59292 32.500000 -1.500000 FALSE FALSE #> 59294 10.416667 13.416667 FALSE FALSE #> 59305 11.000000 14.083333 FALSE FALSE #> 59308 11.866667 13.716667 FALSE FALSE #> 59351 17.000000 51.500000 FALSE FALSE #> 59376 35.000000 7.000000 FALSE FALSE #> 59388 31.000000 -5.000000 FALSE FALSE #> 59402 10.916667 9.666667 FALSE FALSE #> 59433 15.750000 38.500000 FALSE FALSE #> 59441 34.000000 38.000000 FALSE FALSE #> 59443 6.666667 37.250000 FALSE FALSE #> 59446 12.666667 37.416667 FALSE FALSE #> 59448 10.000000 38.000000 FALSE FALSE #> 59466 15.750000 38.500000 FALSE FALSE #> 59519 9.000000 42.000000 TRUE TRUE #> 59650 3.000000 45.000000 FALSE FALSE #> 59687 8.112935 37.932670 FALSE FALSE #> 59694 5.916667 37.333333 FALSE FALSE #> 59711 6.833333 37.750000 FALSE FALSE #> 59779 -4.000000 35.500000 FALSE TRUE #> 59805 6.666667 38.500000 FALSE FALSE #> 59823 18.000000 36.000000 FALSE TRUE #> 59914 7.000000 35.750000 FALSE FALSE #> 59936 6.000000 36.583333 FALSE FALSE #> 59953 12.000000 42.000000 FALSE FALSE #> 59988 8.500000 38.500000 FALSE FALSE #> 59995 -3.333333 39.833333 FALSE FALSE #> 60024 6.166667 36.250000 FALSE FALSE #> 60049 31.750000 35.000000 FALSE FALSE #> 60082 4.666667 36.333333 FALSE FALSE #> 60097 14.500000 38.500000 FALSE FALSE #> 60121 5.000000 36.750000 FALSE FALSE #> 60126 16.500000 38.500000 FALSE FALSE #> 60159 17.000000 51.500000 FALSE FALSE #> 60166 29.500000 47.500000 FALSE FALSE #> 60175 10.333333 12.583333 FALSE FALSE #> 60214 10.500000 15.500000 FALSE FALSE #> 60223 35.000000 7.000000 FALSE FALSE #> 60225 11.000000 9.250000 FALSE FALSE #> 60229 33.000000 44.000000 FALSE FALSE #> 60230 19.000000 9.000000 FALSE FALSE #> 60236 26.000000 49.000000 FALSE FALSE #> 60249 36.500000 5.000000 FALSE FALSE #> 60256 33.000000 -5.000000 TRUE TRUE #> 60263 11.250000 13.583333 FALSE FALSE #> 60287 34.000000 -6.000000 FALSE FALSE #> 60344 30.000000 31.000000 TRUE TRUE #> 60347 10.333333 13.833333 FALSE FALSE #> 60367 11.000000 15.416667 FALSE FALSE #> 60377 33.333333 -4.666667 FALSE FALSE #> 60378 11.500000 13.750000 FALSE FALSE #> 60393 25.000000 10.166667 FALSE FALSE #> 60400 10.333333 14.166667 FALSE FALSE #> 60411 9.083333 15.583333 FALSE FALSE #> 60414 9.500000 8.833333 FALSE FALSE #> 60434 20.000000 -2.000000 FALSE FALSE #> 60456 11.866667 13.716667 FALSE FALSE #> 60465 13.500000 14.500000 FALSE FALSE #> 60471 12.000000 7.000000 TRUE TRUE #> 60477 10.950000 14.116667 FALSE FALSE #> 60502 8.666667 9.750000 FALSE FALSE #> 60537 10.833333 14.916667 FALSE FALSE #> 60552 11.000000 13.000000 FALSE FALSE #> 60558 10.833333 14.166667 FALSE FALSE #> 60567 10.000000 12.000000 FALSE FALSE #> 60568 31.500000 34.833333 TRUE TRUE #> 60578 9.000000 8.750000 FALSE FALSE #> 60615 9.833333 15.083333 FALSE TRUE #> 60620 12.083333 10.916667 FALSE FALSE #> 60627 11.000000 14.083333 FALSE FALSE #> 60628 34.500000 -4.000000 FALSE FALSE #> 60633 10.500000 14.000000 FALSE FALSE #> 60706 26.000000 32.000000 FALSE FALSE #> 60707 10.916667 9.666667 FALSE FALSE #> 60712 10.416667 13.416667 FALSE FALSE #> 60724 11.000000 11.833333 FALSE FALSE #> 60737 9.750000 11.333333 FALSE FALSE #> 60746 9.583333 11.000000 FALSE FALSE #> 60747 31.000000 -5.000000 FALSE FALSE #> 60753 25.000000 42.000000 FALSE FALSE #> 60761 11.500000 14.833333 FALSE FALSE #> 60776 32.500000 -1.500000 FALSE FALSE #> 60783 -5.333333 36.000000 FALSE FALSE #> 60827 11.916667 18.750000 FALSE FALSE #> 60845 9.500000 9.500000 FALSE FALSE #> 60857 34.000000 38.000000 FALSE FALSE #> 60970 10.416667 13.416667 FALSE FALSE #> 60972 11.000000 9.250000 FALSE FALSE #> 60975 26.000000 32.000000 FALSE FALSE #> 60985 33.000000 -5.000000 TRUE TRUE #> 60991 10.950000 14.116667 FALSE FALSE #> 60992 9.500000 8.833333 FALSE FALSE #> 60994 25.000000 42.000000 FALSE FALSE #> 61019 34.500000 -4.000000 FALSE FALSE #> 61022 30.000000 31.000000 TRUE TRUE #> 61028 10.000000 12.000000 FALSE FALSE #> 61033 12.083333 10.916667 FALSE FALSE #> 61035 13.500000 14.500000 FALSE FALSE #> 61052 36.500000 5.000000 FALSE FALSE #> 61060 11.866667 13.716667 FALSE FALSE #> 61061 26.000000 49.000000 FALSE FALSE #> 61075 10.916667 9.666667 FALSE FALSE #> 61086 10.333333 13.833333 FALSE FALSE #> 61095 32.500000 -1.500000 FALSE FALSE #> 61120 12.000000 7.000000 TRUE TRUE #> 61145 10.500000 14.000000 FALSE FALSE #> 61157 11.250000 13.583333 FALSE FALSE #> 61158 11.000000 11.833333 FALSE FALSE #> 61160 20.000000 -2.000000 FALSE FALSE #> 61170 9.500000 9.500000 FALSE FALSE #> 61197 8.112935 37.932670 FALSE FALSE #> 61213 9.000000 42.000000 TRUE TRUE #> 61225 4.666667 36.333333 FALSE FALSE #> 61231 -3.333333 39.833333 FALSE FALSE #> 61273 31.750000 35.000000 FALSE FALSE #> 61344 -5.333333 36.000000 FALSE FALSE #> 61384 -4.000000 35.500000 FALSE TRUE #> 61462 6.666667 37.250000 FALSE FALSE #> 61536 7.000000 35.750000 FALSE FALSE #> 61562 6.166667 36.250000 FALSE FALSE #> 61585 15.750000 38.500000 FALSE FALSE #> 61595 9.000000 42.000000 TRUE TRUE #> 61758 -3.333333 39.833333 FALSE FALSE #> 61762 6.000000 36.583333 FALSE FALSE #> 61781 12.000000 42.000000 FALSE FALSE #> 61784 18.000000 36.000000 FALSE TRUE #> 61808 12.666667 37.416667 FALSE FALSE #> 61968 6.666667 38.500000 FALSE FALSE #> 62037 34.000000 38.000000 FALSE FALSE #> 62039 10.000000 12.000000 FALSE FALSE #> 62040 9.500000 9.500000 FALSE FALSE #> 62072 8.666667 9.750000 FALSE FALSE #> 62073 12.083333 10.916667 FALSE FALSE #> 62075 10.416667 11.000000 FALSE FALSE #> 62077 9.583333 11.000000 FALSE FALSE #> 62092 34.500000 -4.000000 FALSE FALSE #> 62097 17.000000 51.500000 FALSE FALSE #> 62103 10.500000 14.000000 FALSE FALSE #> 62106 9.833333 15.083333 FALSE TRUE #> 62136 19.000000 9.000000 FALSE FALSE #> 62142 9.500000 8.833333 FALSE FALSE #> 62150 25.000000 42.000000 FALSE FALSE #> 62162 31.500000 34.833333 TRUE TRUE #> 62185 12.166667 19.833333 FALSE FALSE #> 62206 10.333333 12.583333 FALSE FALSE #> 62209 34.000000 -6.000000 FALSE FALSE #> 62219 11.250000 13.583333 FALSE FALSE #> 62225 33.333333 -4.666667 FALSE FALSE #> 62227 10.950000 14.116667 FALSE FALSE #> 62229 11.866667 13.716667 FALSE FALSE #> 62235 11.000000 11.833333 FALSE FALSE #> 62242 26.000000 32.000000 FALSE FALSE #> 62247 10.833333 14.916667 FALSE FALSE #> 62258 36.500000 5.000000 FALSE FALSE #> 62263 13.500000 14.500000 FALSE FALSE #> 62272 12.000000 7.000000 TRUE TRUE #> 62277 10.333333 13.833333 FALSE FALSE #> 62281 10.500000 15.500000 FALSE FALSE #> 62302 11.500000 13.750000 FALSE FALSE #> 62307 32.500000 -1.500000 FALSE FALSE #> 62321 11.000000 13.000000 FALSE FALSE #> 62333 16.500000 38.500000 FALSE FALSE #> 62341 26.000000 49.000000 FALSE FALSE #> 62361 31.750000 35.000000 FALSE FALSE #> 62370 32.500000 3.500000 FALSE FALSE #> 62371 9.083333 15.583333 FALSE FALSE #> 62391 17.333333 -16.000000 FALSE FALSE #> 62401 10.416667 13.416667 FALSE FALSE #> 62428 30.000000 31.000000 TRUE TRUE #> 62441 33.000000 44.000000 FALSE FALSE #> 62455 11.916667 18.083333 FALSE FALSE #> 62463 29.500000 47.500000 FALSE FALSE #> 62464 11.500000 14.833333 FALSE FALSE #> 62473 33.000000 -5.000000 TRUE TRUE #> 62478 36.000000 43.000000 FALSE FALSE #> 62481 29.166667 25.500000 FALSE FALSE #> 62486 25.000000 10.166667 FALSE FALSE #> 62494 11.000000 9.250000 FALSE FALSE #> 62506 -4.000000 35.500000 FALSE TRUE #> 62512 11.916667 18.750000 FALSE FALSE #> 62513 10.333333 14.166667 FALSE FALSE #> 62531 20.000000 -2.000000 FALSE FALSE #> 62537 11.000000 14.083333 FALSE FALSE #> 62538 10.916667 9.666667 FALSE FALSE #> 62541 14.500000 38.500000 FALSE FALSE #> 62582 10.000000 38.000000 FALSE FALSE #> 62592 8.112935 37.932670 FALSE FALSE #> 62605 3.000000 45.000000 FALSE FALSE #> 62607 8.500000 38.500000 FALSE FALSE #> 62610 -5.333333 36.000000 FALSE FALSE #> 62611 11.000000 15.416667 FALSE FALSE #> 62654 6.666667 37.250000 FALSE FALSE #> 62711 5.916667 37.333333 FALSE FALSE #> 62754 6.666667 38.500000 FALSE FALSE #> 62760 12.000000 42.000000 FALSE FALSE #> 62778 18.000000 36.000000 FALSE TRUE #> 62839 8.112935 37.932670 FALSE FALSE #> 62846 15.750000 38.500000 FALSE FALSE #> 62851 6.833333 37.750000 FALSE FALSE #> 62927 8.500000 38.500000 FALSE FALSE #> 63037 12.666667 37.416667 FALSE FALSE #> 63224 10.000000 38.000000 FALSE FALSE #> 63232 6.000000 36.583333 FALSE FALSE #> 63275 4.666667 36.333333 FALSE FALSE #> 63340 25.000000 10.166667 FALSE FALSE #> 63344 11.916667 18.750000 FALSE FALSE #> 63346 12.083333 10.916667 FALSE FALSE #> 63347 35.000000 7.000000 FALSE FALSE #> 63371 34.500000 -4.000000 FALSE FALSE #> 63382 26.000000 32.000000 FALSE FALSE #> 63404 -4.000000 35.500000 FALSE TRUE #> 63430 31.750000 35.000000 FALSE FALSE #> 63439 -5.333333 36.000000 FALSE FALSE #> 63447 11.250000 13.583333 FALSE FALSE #> 63457 31.000000 -5.000000 FALSE FALSE #> 63459 9.583333 11.000000 FALSE FALSE #> 63461 9.000000 8.750000 FALSE FALSE #> 63468 9.500000 9.500000 FALSE FALSE #> 63471 10.416667 13.416667 FALSE FALSE #> 63476 9.000000 42.000000 TRUE TRUE #> 63494 9.500000 8.833333 FALSE FALSE #> 63495 11.000000 14.083333 FALSE FALSE #> 63498 11.500000 13.750000 FALSE FALSE #> 63499 11.866667 13.716667 FALSE FALSE #> 63512 11.000000 9.250000 FALSE FALSE #> 63513 16.500000 38.500000 FALSE FALSE #> 63526 10.500000 15.500000 FALSE FALSE #> 63531 11.500000 14.833333 FALSE FALSE #> 63532 10.950000 14.116667 FALSE FALSE #> 63533 25.000000 42.000000 FALSE FALSE #> 63537 20.000000 -2.000000 FALSE FALSE #> 63563 11.000000 11.833333 FALSE FALSE #> 63568 10.416667 11.000000 FALSE FALSE #> 63575 5.000000 36.750000 FALSE FALSE #> 63580 10.833333 14.166667 FALSE FALSE #> 63581 11.000000 13.000000 FALSE FALSE #> 63585 31.500000 34.833333 TRUE TRUE #> 63604 34.000000 -6.000000 FALSE FALSE #> 63619 8.666667 9.750000 FALSE FALSE #> 63636 29.500000 47.500000 FALSE FALSE #> 63642 17.000000 51.500000 FALSE FALSE #> 63662 33.000000 -5.000000 TRUE TRUE #> 63663 -3.333333 39.833333 FALSE FALSE #> 63669 34.000000 38.000000 FALSE FALSE #> 63670 30.000000 31.000000 TRUE TRUE #> 63674 10.333333 13.833333 FALSE FALSE #> 63680 10.833333 14.916667 FALSE FALSE #> 63681 12.000000 7.000000 TRUE TRUE #> 63688 17.333333 -16.000000 FALSE FALSE #> 63697 10.916667 9.666667 FALSE FALSE #> 63705 32.500000 -1.500000 FALSE FALSE #> 63744 10.000000 12.000000 FALSE FALSE #> 63755 36.500000 5.000000 FALSE FALSE #> 63757 10.333333 12.583333 FALSE FALSE #> 63758 36.000000 43.000000 FALSE FALSE #> 63768 13.500000 14.500000 FALSE FALSE #> 63769 26.000000 49.000000 FALSE FALSE #> 63772 33.000000 44.000000 FALSE FALSE #> 63776 19.000000 9.000000 FALSE FALSE #> 63778 9.833333 15.083333 FALSE TRUE #> 63792 11.000000 15.416667 FALSE FALSE #> 63794 10.500000 14.000000 FALSE FALSE #> 63798 14.500000 38.500000 FALSE FALSE #> 63816 9.083333 15.583333 FALSE FALSE #> 63888 3.000000 45.000000 FALSE FALSE #> 63917 12.000000 42.000000 FALSE FALSE #> 64044 5.916667 37.333333 FALSE FALSE #> 64127 12.000000 7.000000 TRUE TRUE #> 64134 11.000000 9.250000 FALSE FALSE #> 64135 6.666667 38.500000 FALSE FALSE #> 64138 14.500000 38.500000 FALSE FALSE #> 64159 12.666667 37.416667 FALSE FALSE #> 64207 8.500000 38.500000 FALSE FALSE #> 64219 10.416667 13.416667 FALSE FALSE #> 64244 6.833333 37.750000 FALSE FALSE #> 64246 16.500000 38.500000 FALSE FALSE #> 64253 10.000000 38.000000 FALSE FALSE #> 64258 6.666667 37.250000 FALSE FALSE #> 64264 8.112935 37.932670 FALSE FALSE #> 64295 -3.333333 39.833333 FALSE FALSE #> 64300 5.000000 36.750000 FALSE FALSE #> 64301 6.166667 36.250000 FALSE FALSE #> 64303 11.000000 15.416667 FALSE FALSE #> 64334 10.833333 14.916667 FALSE FALSE #> 64354 31.750000 35.000000 FALSE FALSE #> 64361 4.666667 36.333333 FALSE FALSE #> 64387 26.000000 49.000000 FALSE FALSE #> 64391 33.000000 44.000000 FALSE FALSE #> 64397 10.950000 14.116667 FALSE FALSE #> 64407 29.500000 47.500000 FALSE FALSE #> 64425 13.500000 14.500000 FALSE FALSE #> 64445 9.583333 11.000000 FALSE FALSE #> 64479 34.500000 -4.000000 FALSE FALSE #> 64486 10.333333 12.583333 FALSE FALSE #> 64490 12.083333 10.916667 FALSE FALSE #> 64521 11.916667 18.750000 FALSE FALSE #> 64524 32.500000 -1.500000 FALSE FALSE #> 64549 9.000000 42.000000 TRUE TRUE #> 64551 11.250000 13.583333 FALSE FALSE #> 64562 30.000000 31.000000 TRUE TRUE #> 64568 11.500000 14.833333 FALSE FALSE #> 64580 20.000000 -2.000000 FALSE FALSE #> 64592 36.000000 43.000000 FALSE FALSE #> 64626 34.000000 -6.000000 FALSE FALSE #> 64627 36.500000 5.000000 FALSE FALSE #> 64668 10.500000 14.000000 FALSE FALSE #> 64671 9.500000 9.500000 FALSE FALSE #> 64672 29.166667 25.500000 FALSE FALSE #> 64719 11.500000 13.750000 FALSE FALSE #> 64723 9.500000 8.833333 FALSE FALSE #> 64724 -5.333333 36.000000 FALSE FALSE #> 64728 9.833333 15.083333 FALSE TRUE #> 64746 11.000000 13.000000 FALSE FALSE #> 64774 10.833333 14.166667 FALSE FALSE #> 64827 10.916667 9.666667 FALSE FALSE #> 64887 34.000000 38.000000 FALSE FALSE #> 64891 11.866667 13.716667 FALSE FALSE #> 64898 26.000000 32.000000 FALSE FALSE #> 64900 10.500000 15.500000 FALSE FALSE #> 64901 31.500000 34.833333 TRUE TRUE #> 64945 3.000000 45.000000 FALSE FALSE #> 64967 10.333333 13.833333 FALSE FALSE #> 64968 8.666667 9.750000 FALSE FALSE #> 64982 35.000000 7.000000 FALSE FALSE #> 65063 10.416667 11.000000 FALSE FALSE #> 65071 11.000000 11.833333 FALSE FALSE #> 65090 9.083333 15.583333 FALSE FALSE #> 65103 15.750000 38.500000 FALSE FALSE #> 65105 -4.000000 35.500000 FALSE TRUE #> 65122 17.000000 51.500000 FALSE FALSE #> 65129 6.000000 36.583333 FALSE FALSE #> 65130 25.000000 42.000000 FALSE FALSE #> 65138 33.000000 -5.000000 TRUE TRUE #> 65185 10.000000 12.000000 FALSE FALSE #> 65196 7.000000 35.750000 FALSE FALSE #> 65241 18.000000 36.000000 FALSE TRUE #> 65250 11.000000 14.083333 FALSE FALSE #> 65287 10.000000 38.000000 FALSE FALSE #> 65397 5.916667 37.333333 FALSE FALSE #> 65408 36.000000 43.000000 FALSE FALSE #> 65409 11.000000 14.083333 FALSE FALSE #> 65460 6.666667 37.250000 FALSE FALSE #> 65464 14.500000 38.500000 FALSE FALSE #> 65499 12.000000 42.000000 FALSE FALSE #> 65538 31.750000 35.000000 FALSE FALSE #> 65562 25.000000 42.000000 FALSE FALSE #> 65603 32.500000 -1.500000 FALSE FALSE #> 65671 12.666667 37.416667 FALSE FALSE #> 65695 6.833333 37.750000 FALSE FALSE #> 65711 10.916667 9.666667 FALSE FALSE #> 65724 6.666667 38.500000 FALSE FALSE #> 65726 34.000000 -6.000000 FALSE FALSE #> 65823 10.333333 13.833333 FALSE FALSE #> 65824 11.000000 13.000000 FALSE FALSE #> 65828 10.833333 14.166667 FALSE FALSE #> 65844 20.000000 -2.000000 FALSE FALSE #> 65856 34.500000 -4.000000 FALSE FALSE #> 65875 19.000000 9.000000 FALSE FALSE #> 65890 8.666667 9.750000 FALSE FALSE #> 65937 9.083333 15.583333 FALSE FALSE #> 65945 10.500000 14.000000 FALSE FALSE #> 65962 9.500000 9.500000 FALSE FALSE #> 65969 6.166667 36.250000 FALSE FALSE #> 65986 10.950000 14.116667 FALSE FALSE #> 66028 -4.000000 35.500000 FALSE TRUE #> 66052 8.112935 37.932670 FALSE FALSE #> 66084 9.000000 8.750000 FALSE FALSE #> 66098 -3.333333 39.833333 FALSE FALSE #> 66125 11.916667 18.750000 FALSE FALSE #> 66126 11.000000 15.416667 FALSE FALSE #> 66127 11.500000 13.750000 FALSE FALSE #> 66135 35.000000 7.000000 FALSE FALSE #> 66136 33.333333 -4.666667 FALSE FALSE #> 66140 10.000000 12.000000 FALSE FALSE #> 66163 11.000000 11.833333 FALSE FALSE #> 66177 13.500000 14.500000 FALSE FALSE #> 66186 9.500000 8.833333 FALSE FALSE #> 66202 12.083333 10.916667 FALSE FALSE #> 66225 10.333333 12.583333 FALSE FALSE #> 66230 30.000000 31.000000 TRUE TRUE #> 66236 10.833333 14.916667 FALSE FALSE #> 66269 4.666667 36.333333 FALSE FALSE #> 66296 29.166667 25.500000 FALSE FALSE #> 66302 7.000000 35.750000 FALSE FALSE #> 66319 9.833333 15.083333 FALSE TRUE #> 66320 31.500000 34.833333 TRUE TRUE #> 66321 9.000000 42.000000 TRUE TRUE #> 66326 6.000000 36.583333 FALSE FALSE #> 66345 25.000000 10.166667 FALSE FALSE #> 66375 11.500000 14.833333 FALSE FALSE #> 66383 10.416667 13.416667 FALSE FALSE #> 66385 -5.333333 36.000000 FALSE FALSE #> 66390 3.000000 45.000000 FALSE FALSE #> 66395 31.000000 -5.000000 FALSE FALSE #> 66401 18.000000 36.000000 FALSE TRUE #> 66402 11.866667 13.716667 FALSE FALSE #> 66425 16.500000 38.500000 FALSE FALSE #> 66426 11.250000 13.583333 FALSE FALSE #> 66428 33.000000 -5.000000 TRUE TRUE #> 66440 29.500000 47.500000 FALSE FALSE #> 66454 34.000000 38.000000 FALSE FALSE #> 66460 26.000000 49.000000 FALSE FALSE #> 66477 12.000000 7.000000 TRUE TRUE #> 66478 26.000000 32.000000 FALSE FALSE #> 66483 6.833333 37.750000 FALSE FALSE #> 66511 6.666667 37.250000 FALSE FALSE #> 66563 25.000000 42.000000 FALSE FALSE #> 66579 35.000000 7.000000 FALSE FALSE #> 66586 32.500000 -1.500000 FALSE FALSE #> 66606 33.000000 -5.000000 TRUE TRUE #> 66625 12.000000 42.000000 FALSE FALSE #> 66665 16.500000 38.500000 FALSE FALSE #> 66680 25.000000 10.166667 FALSE FALSE #> 66684 34.000000 -6.000000 FALSE FALSE #> 66698 26.000000 32.000000 FALSE FALSE #> 66760 15.750000 38.500000 FALSE FALSE #> 66788 6.666667 38.500000 FALSE FALSE #> 66798 17.333333 -16.000000 FALSE FALSE #> 66827 20.000000 -2.000000 FALSE FALSE #> 66830 10.000000 38.000000 FALSE FALSE #> 66842 5.916667 37.333333 FALSE FALSE #> 66843 34.500000 -4.000000 FALSE FALSE #> 66854 36.000000 43.000000 FALSE FALSE #> 66886 33.000000 44.000000 FALSE FALSE #> 66888 3.000000 45.000000 FALSE FALSE #> 66895 31.750000 35.000000 FALSE FALSE #> 66919 26.000000 49.000000 FALSE FALSE #> 66930 31.500000 34.833333 TRUE TRUE #> 66931 8.112935 37.932670 FALSE FALSE #> 66968 5.000000 36.750000 FALSE FALSE #> 66984 4.666667 36.333333 FALSE FALSE #> 66999 10.000000 12.000000 FALSE FALSE #> 67032 11.000000 13.000000 FALSE FALSE #> 67052 11.866667 13.716667 FALSE FALSE #> 67055 9.500000 9.500000 FALSE FALSE #> 67056 10.833333 14.166667 FALSE FALSE #> 67087 10.916667 9.666667 FALSE FALSE #> 67096 6.000000 36.583333 FALSE FALSE #> 67121 11.000000 11.833333 FALSE FALSE #> 67123 10.333333 13.833333 FALSE FALSE #> 67164 -4.000000 35.500000 FALSE TRUE #> 67169 11.000000 14.083333 FALSE FALSE #> 67188 11.000000 15.416667 FALSE FALSE #> 67192 12.083333 10.916667 FALSE FALSE #> 67234 6.166667 36.250000 FALSE FALSE #> 67238 12.000000 7.000000 TRUE TRUE #> 67250 9.000000 42.000000 TRUE TRUE #> 67253 9.000000 8.750000 FALSE FALSE #> 67258 10.416667 13.416667 FALSE FALSE #> 67299 9.833333 15.083333 FALSE TRUE #> 67303 9.500000 8.833333 FALSE FALSE #> 67308 10.833333 14.916667 FALSE FALSE #> 67345 11.250000 13.583333 FALSE FALSE #> 67364 10.333333 14.166667 FALSE FALSE #> 67366 11.000000 9.250000 FALSE FALSE #> 67386 11.500000 13.750000 FALSE FALSE #> 67405 10.500000 15.500000 FALSE FALSE #> 67428 8.666667 9.750000 FALSE FALSE #> 67442 10.950000 14.116667 FALSE FALSE #> 67469 9.083333 15.583333 FALSE FALSE #> 67470 -5.333333 36.000000 FALSE FALSE #> 67476 -3.333333 39.833333 FALSE FALSE #> 67494 9.583333 11.000000 FALSE FALSE #> 67530 11.916667 18.750000 FALSE FALSE #> 67545 11.500000 14.833333 FALSE FALSE #> 67553 10.500000 14.000000 FALSE FALSE #> 67563 13.500000 14.500000 FALSE FALSE #> 67569 30.000000 31.000000 TRUE TRUE #> 67577 29.500000 47.500000 FALSE FALSE #> 67579 17.000000 51.500000 FALSE FALSE #> 67610 34.000000 38.000000 FALSE FALSE #> 67619 7.000000 35.750000 FALSE FALSE #> 67642 -4.000000 35.500000 FALSE TRUE #> 67819 10.833333 36.666667 FALSE FALSE #> 67890 12.500000 54.000000 FALSE FALSE #> 67898 12.000000 7.000000 TRUE TRUE #> 67916 18.000000 36.000000 FALSE TRUE #> 67926 20.000000 56.500000 FALSE FALSE #> 67936 31.000000 48.500000 FALSE FALSE #> 67939 33.000000 -5.000000 TRUE TRUE #> 67956 3.000000 45.000000 FALSE FALSE #> 67960 18.000000 56.000000 FALSE FALSE #> 67966 17.000000 51.500000 FALSE FALSE #> 67985 35.916667 14.416667 FALSE FALSE #> 68013 12.083333 10.916667 FALSE FALSE #> 68015 37.000000 43.000000 FALSE FALSE #> 68021 10.000000 38.000000 FALSE FALSE #> 68025 17.500000 55.000000 FALSE FALSE #> 68032 34.000000 -6.000000 FALSE FALSE #> 68060 31.000000 -5.000000 FALSE FALSE #> 68061 30.000000 31.000000 TRUE TRUE #> 68069 31.500000 34.833333 TRUE TRUE #> 68086 8.500000 38.500000 FALSE FALSE #> 68094 9.000000 42.000000 TRUE TRUE #> 68097 8.112935 37.932670 FALSE FALSE #> 68107 10.950000 14.116667 FALSE FALSE #> 68110 10.500000 15.500000 FALSE FALSE #> 68119 10.333333 13.833333 FALSE FALSE #> 68140 29.500000 47.500000 FALSE FALSE #> 68151 10.333333 12.583333 FALSE FALSE #> 68169 11.000000 14.083333 FALSE FALSE #> 68207 11.000000 11.833333 FALSE FALSE #> 68220 11.000000 9.250000 FALSE FALSE #> 68228 9.500000 8.833333 FALSE FALSE #> 68234 12.000000 7.000000 TRUE TRUE #> 68244 -3.333333 39.833333 FALSE FALSE #> 68249 10.416667 13.416667 FALSE FALSE #> 68296 34.500000 -4.000000 FALSE FALSE #> 68297 -4.000000 35.500000 FALSE TRUE #> 68299 9.500000 9.500000 FALSE FALSE #> 68300 13.500000 14.500000 FALSE FALSE #> 68323 10.000000 12.000000 FALSE FALSE #> 68342 33.000000 44.000000 FALSE FALSE #> 68347 9.833333 15.083333 FALSE TRUE #> 68351 9.583333 11.000000 FALSE FALSE #> 68367 26.000000 32.000000 FALSE FALSE #> 68374 31.500000 34.833333 TRUE TRUE #> 68378 26.000000 49.000000 FALSE FALSE #> 68383 6.000000 36.583333 FALSE FALSE #> 68386 11.000000 15.416667 FALSE FALSE #> 68390 31.750000 35.000000 FALSE FALSE #> 68406 11.500000 13.750000 FALSE FALSE #> 68419 32.500000 -1.500000 FALSE FALSE #> 68424 10.833333 14.916667 FALSE FALSE #> 68439 36.000000 43.000000 FALSE FALSE #> 68455 36.500000 5.000000 FALSE FALSE #> 68456 11.000000 13.000000 FALSE FALSE #> 68457 33.000000 -5.000000 TRUE TRUE #> 68458 19.000000 9.000000 FALSE FALSE #> 68466 10.916667 9.666667 FALSE FALSE #> 68482 9.000000 42.000000 TRUE TRUE #> 68487 11.866667 13.716667 FALSE FALSE #> 68497 12.083333 10.916667 FALSE FALSE #> 68519 18.000000 36.000000 FALSE TRUE #> 68523 3.000000 45.000000 FALSE FALSE #> 68549 30.000000 31.000000 TRUE TRUE #> 68557 9.000000 8.750000 FALSE FALSE #> 68589 17.000000 51.500000 FALSE FALSE #> 68601 11.250000 13.583333 FALSE FALSE #> 68602 34.000000 -6.000000 FALSE FALSE #> 68622 34.000000 38.000000 FALSE FALSE #> 68640 20.000000 -2.000000 FALSE FALSE #> 68646 5.000000 36.750000 FALSE FALSE #> 68653 11.916667 18.750000 FALSE FALSE #> 68656 10.500000 14.000000 FALSE FALSE #> 68657 -5.333333 36.000000 FALSE FALSE #> 68674 9.083333 15.583333 FALSE FALSE #> 68694 16.500000 38.500000 FALSE FALSE #> 68722 12.666667 37.416667 FALSE FALSE #> 68734 6.666667 38.500000 FALSE FALSE #> 68745 8.112935 37.932670 FALSE FALSE #> 68775 12.000000 42.000000 FALSE FALSE #> 68778 6.666667 37.250000 FALSE FALSE #> 68810 5.916667 37.333333 FALSE FALSE #> 68819 10.000000 38.000000 FALSE FALSE #> 68873 7.000000 35.750000 FALSE FALSE #> 68930 12.000000 42.000000 FALSE FALSE #> 68937 6.666667 37.250000 FALSE FALSE #> 69008 16.500000 38.500000 FALSE FALSE #> 69009 12.666667 37.416667 FALSE FALSE #> 69024 8.112935 37.932670 FALSE FALSE #> 69057 10.000000 38.000000 FALSE FALSE #> 69064 5.916667 37.333333 FALSE FALSE #> 69065 6.666667 38.500000 FALSE FALSE #> 69091 7.000000 35.750000 FALSE FALSE #> 69122 12.000000 7.000000 TRUE TRUE #> 69136 9.500000 9.500000 FALSE FALSE #> 69146 10.333333 12.583333 FALSE FALSE #> 69147 34.000000 -6.000000 FALSE FALSE #> 69154 3.000000 45.000000 FALSE FALSE #> 69156 34.500000 -4.000000 FALSE FALSE #> 69170 29.500000 47.500000 FALSE FALSE #> 69174 30.000000 31.000000 TRUE TRUE #> 69178 10.500000 14.000000 FALSE FALSE #> 69183 17.000000 51.500000 FALSE FALSE #> 69191 9.583333 11.000000 FALSE FALSE #> 69234 11.866667 13.716667 FALSE FALSE #> 69254 9.083333 15.583333 FALSE FALSE #> 69268 11.000000 9.250000 FALSE FALSE #> 69281 10.950000 14.116667 FALSE FALSE #> 69283 11.000000 11.833333 FALSE FALSE #> 69300 11.500000 13.750000 FALSE FALSE #> 69304 11.000000 14.083333 FALSE FALSE #> 69311 6.000000 36.583333 FALSE FALSE #> 69314 9.000000 42.000000 TRUE TRUE #> 69321 12.083333 10.916667 FALSE FALSE #> 69352 10.000000 12.000000 FALSE FALSE #> 69364 34.000000 38.000000 FALSE FALSE #> 69383 20.000000 -2.000000 FALSE FALSE #> 69390 9.000000 8.750000 FALSE FALSE #> 69407 36.000000 43.000000 FALSE FALSE #> 69415 36.500000 5.000000 FALSE FALSE #> 69444 13.500000 14.500000 FALSE FALSE #> 69448 11.000000 13.000000 FALSE FALSE #> 69458 9.833333 15.083333 FALSE TRUE #> 69487 18.000000 36.000000 FALSE TRUE #> 69510 11.916667 18.750000 FALSE FALSE #> 69522 11.000000 15.416667 FALSE FALSE #> 69530 33.000000 -5.000000 TRUE TRUE #> 69537 32.500000 -1.500000 FALSE FALSE #> 69565 10.416667 13.416667 FALSE FALSE #> 69566 -3.333333 39.833333 FALSE FALSE #> 69568 26.000000 49.000000 FALSE FALSE #> 69571 11.250000 13.583333 FALSE FALSE #> 69599 31.500000 34.833333 TRUE TRUE #> 69604 19.000000 9.000000 FALSE FALSE #> 69608 9.500000 8.833333 FALSE FALSE #> 69611 26.000000 32.000000 FALSE FALSE #> 69612 -4.000000 35.500000 FALSE TRUE #> 69618 31.750000 35.000000 FALSE FALSE #> 69625 33.000000 44.000000 FALSE FALSE #> 69637 10.916667 9.666667 FALSE FALSE #> 69668 10.833333 14.916667 FALSE FALSE #> 69674 10.333333 13.833333 FALSE FALSE #> 69680 -5.333333 36.000000 FALSE FALSE #> 69687 10.500000 15.500000 FALSE FALSE #> 69691 5.000000 36.750000 FALSE FALSE #> 69723 7.000000 35.750000 FALSE FALSE #> 69840 10.333333 13.833333 FALSE FALSE #> 69852 9.000000 42.000000 TRUE TRUE #> 69853 29.500000 47.500000 FALSE FALSE #> 69877 26.000000 49.000000 FALSE FALSE #> 69879 6.166667 36.250000 FALSE FALSE #> 70014 3.000000 45.000000 FALSE FALSE #> 70072 12.000000 7.000000 TRUE TRUE #> 70075 13.500000 14.500000 FALSE FALSE #> 70089 11.916667 18.750000 FALSE FALSE #> 70121 25.000000 42.000000 FALSE FALSE #> 70129 36.000000 43.000000 FALSE FALSE #> 70150 30.000000 31.000000 TRUE TRUE #> 70168 12.083333 10.916667 FALSE FALSE #> 70207 11.000000 13.000000 FALSE FALSE #> 70223 -5.333333 36.000000 FALSE FALSE #> 70240 34.000000 -6.000000 FALSE FALSE #> 70282 9.500000 8.833333 FALSE FALSE #> 70295 33.000000 44.000000 FALSE FALSE #> 70298 34.000000 38.000000 FALSE FALSE #> 70321 31.500000 34.833333 TRUE TRUE #> 70344 33.000000 -5.000000 TRUE TRUE #> 70346 20.000000 -2.000000 FALSE FALSE #> 70361 34.500000 -4.000000 FALSE FALSE #> 70369 34.000000 -6.000000 FALSE FALSE #> 70373 32.500000 -1.500000 FALSE FALSE #> 70382 31.500000 34.833333 TRUE TRUE #> 70394 30.000000 31.000000 TRUE TRUE #> 70429 26.000000 32.000000 FALSE FALSE #> 70442 25.000000 42.000000 FALSE FALSE #> 70459 10.333333 13.833333 FALSE FALSE #> 70472 9.583333 11.000000 FALSE FALSE #> 70481 8.112935 37.932670 FALSE FALSE #> 70487 11.250000 13.583333 FALSE FALSE #> 70489 11.500000 14.833333 FALSE FALSE #> 70494 10.416667 13.416667 FALSE FALSE #> 70498 12.000000 7.000000 TRUE TRUE #> 70535 9.083333 15.583333 FALSE FALSE #> 70572 11.000000 13.000000 FALSE FALSE #> 70586 11.000000 11.833333 FALSE FALSE #> 70587 34.000000 38.000000 FALSE FALSE #> 70599 11.866667 13.716667 FALSE FALSE #> 70601 10.916667 9.666667 FALSE FALSE #> 70607 13.500000 14.500000 FALSE FALSE #> 70608 10.833333 14.916667 FALSE FALSE #> 70620 11.000000 14.083333 FALSE FALSE #> 70632 9.500000 9.500000 FALSE FALSE #> 70657 9.000000 8.750000 FALSE FALSE #> 70658 8.666667 9.750000 FALSE FALSE #> 70660 9.833333 15.083333 FALSE TRUE #> 70690 9.500000 8.833333 FALSE FALSE #> 70724 11.000000 15.416667 FALSE FALSE #> 70739 10.500000 15.500000 FALSE FALSE #> 70757 10.000000 12.000000 FALSE FALSE #> 70763 10.950000 14.116667 FALSE FALSE #> 70822 3.000000 45.000000 FALSE FALSE #> 70872 6.166667 36.250000 FALSE FALSE #> 70896 12.083333 10.916667 FALSE FALSE #> 70898 -4.000000 35.500000 FALSE TRUE #> 70904 7.000000 35.750000 FALSE FALSE #> 70911 31.750000 35.000000 FALSE FALSE #> 70914 17.000000 51.500000 FALSE FALSE #> 70929 9.000000 42.000000 TRUE TRUE #> 70945 18.000000 36.000000 FALSE TRUE #> 70949 11.500000 13.750000 FALSE FALSE #> 70950 11.000000 9.250000 FALSE FALSE #> 70982 6.833333 37.750000 FALSE FALSE #> 70993 6.000000 36.583333 FALSE FALSE #> 71047 4.666667 36.333333 FALSE FALSE #> 71099 6.666667 38.500000 FALSE FALSE #> 71108 15.750000 38.500000 FALSE FALSE #> 71127 5.916667 37.333333 FALSE FALSE #> 71136 36.500000 5.000000 FALSE FALSE #> 71160 19.000000 9.000000 FALSE FALSE #> 71161 26.000000 49.000000 FALSE FALSE #> 71166 12.666667 37.416667 FALSE FALSE #> 71204 -5.333333 36.000000 FALSE FALSE #> 71216 33.000000 -5.000000 TRUE TRUE #> 71243 10.416667 13.416667 FALSE FALSE #> 71251 11.866667 13.716667 FALSE FALSE #> 71252 31.500000 34.833333 TRUE TRUE #> 71267 34.500000 -4.000000 FALSE FALSE #> 71279 14.500000 38.500000 FALSE FALSE #> 71286 32.500000 -1.500000 FALSE FALSE #> 71291 17.000000 51.500000 FALSE FALSE #> 71321 5.916667 37.333333 FALSE FALSE #> 71417 20.000000 -2.000000 FALSE FALSE #> 71454 34.000000 38.000000 FALSE FALSE #> 71478 26.000000 32.000000 FALSE FALSE #> 71480 8.666667 9.750000 FALSE FALSE #> 71488 10.000000 12.000000 FALSE FALSE #> 71492 31.000000 -5.000000 FALSE FALSE #> 71522 10.833333 14.916667 FALSE FALSE #> 71525 3.000000 45.000000 FALSE FALSE #> 71535 16.500000 38.500000 FALSE FALSE #> 71540 9.500000 8.833333 FALSE FALSE #> 71548 26.000000 49.000000 FALSE FALSE #> 71560 9.500000 9.500000 FALSE FALSE #> 71633 11.000000 13.000000 FALSE FALSE #> 71643 9.083333 15.583333 FALSE FALSE #> 71647 4.666667 36.333333 FALSE FALSE #> 71675 -5.333333 36.000000 FALSE FALSE #> 71727 11.000000 11.833333 FALSE FALSE #> 71748 29.500000 47.500000 FALSE FALSE #> 71758 -4.000000 35.500000 FALSE TRUE #> 71817 31.750000 35.000000 FALSE FALSE #> 71818 18.000000 36.000000 FALSE TRUE #> 71848 11.000000 9.250000 FALSE FALSE #> 71857 9.833333 15.083333 FALSE TRUE #> 71868 9.000000 8.750000 FALSE FALSE #> 71869 -3.333333 39.833333 FALSE FALSE #> 71875 13.500000 14.500000 FALSE FALSE #> 71905 12.083333 10.916667 FALSE FALSE #> 71911 6.666667 38.500000 FALSE FALSE #> 71923 9.000000 42.000000 TRUE TRUE #> 71946 10.000000 38.000000 FALSE FALSE #> 71954 10.500000 15.500000 FALSE FALSE #> 71977 11.500000 13.750000 FALSE FALSE #> 71985 9.583333 11.000000 FALSE FALSE #> 72017 10.333333 13.833333 FALSE FALSE #> 72050 10.333333 14.166667 FALSE FALSE #> 72059 11.500000 14.833333 FALSE FALSE #> 72063 33.000000 44.000000 FALSE FALSE #> 72066 30.000000 31.000000 TRUE TRUE #> 72088 12.000000 7.000000 TRUE TRUE #> 72095 10.916667 9.666667 FALSE FALSE #> 72115 10.000000 12.000000 FALSE FALSE #> 72122 34.500000 -4.000000 FALSE FALSE #> 72124 11.250000 13.583333 FALSE FALSE #> 72132 32.500000 -1.500000 FALSE FALSE #> 72143 9.083333 15.583333 FALSE FALSE #> 72161 31.750000 35.000000 FALSE FALSE #> 72223 3.000000 45.000000 FALSE FALSE #> 72224 29.500000 47.500000 FALSE FALSE #> 72239 25.000000 42.000000 FALSE FALSE #> 72249 17.000000 51.500000 FALSE FALSE #> 72272 11.000000 11.833333 FALSE FALSE #> 72273 26.000000 32.000000 FALSE FALSE #> 72281 10.833333 14.916667 FALSE FALSE #> 72283 30.000000 31.000000 TRUE TRUE #> 72293 10.916667 9.666667 FALSE FALSE #> 72301 34.000000 38.000000 FALSE FALSE #> 72304 11.500000 13.750000 FALSE FALSE #> 72309 10.416667 13.416667 FALSE FALSE #> 72323 33.000000 -5.000000 TRUE TRUE #> 72331 9.833333 15.083333 FALSE TRUE #> 72334 25.000000 10.166667 FALSE FALSE #> 72341 11.000000 13.000000 FALSE FALSE #> 72342 31.500000 34.833333 TRUE TRUE #> 72370 34.000000 -6.000000 FALSE FALSE #> 72371 9.000000 42.000000 TRUE TRUE #> 72372 10.950000 14.116667 FALSE FALSE #> 72379 33.000000 44.000000 FALSE FALSE #> 72401 12.000000 7.000000 TRUE TRUE #> 72403 10.333333 13.833333 FALSE FALSE #> 72426 11.000000 9.250000 FALSE FALSE #> 72431 11.000000 15.416667 FALSE FALSE #> 72474 9.500000 8.833333 FALSE FALSE #> 72488 26.000000 49.000000 FALSE FALSE #> 72493 20.000000 -2.000000 FALSE FALSE #> 72564 13.500000 14.500000 FALSE FALSE #> 72581 10.000000 38.000000 FALSE FALSE #> 72596 7.000000 35.750000 FALSE FALSE #> 72643 18.000000 36.000000 FALSE TRUE #> 72693 16.500000 38.500000 FALSE FALSE #> 72708 8.500000 38.500000 FALSE FALSE #> 72719 31.000000 -5.000000 FALSE FALSE #> 72731 11.500000 14.833333 FALSE FALSE #> 72741 9.583333 11.000000 FALSE FALSE #> 72759 12.083333 10.916667 FALSE FALSE #> 72808 6.666667 38.500000 FALSE FALSE #> 72872 18.000000 36.000000 FALSE TRUE #> 72880 6.166667 36.250000 FALSE FALSE #> 72943 15.750000 38.500000 FALSE FALSE #> 72963 6.000000 36.583333 FALSE FALSE #> 72969 12.000000 42.000000 FALSE FALSE #> 73033 -3.333333 39.833333 FALSE FALSE #> 73149 9.000000 42.000000 TRUE TRUE #> 73150 6.666667 37.250000 FALSE FALSE #> 73199 7.000000 35.750000 FALSE FALSE #> 73235 12.666667 37.416667 FALSE FALSE #> 73241 -4.000000 35.500000 FALSE TRUE #> 73249 14.500000 38.500000 FALSE FALSE #> 73250 31.750000 35.000000 FALSE FALSE #> 73252 16.500000 38.500000 FALSE FALSE #> 73312 17.000000 51.500000 FALSE FALSE #> 73318 12.000000 7.000000 TRUE TRUE #> 73329 11.000000 14.083333 FALSE FALSE #> 73331 20.000000 -2.000000 FALSE FALSE #> 73337 11.866667 13.716667 FALSE FALSE #> 73340 9.583333 11.000000 FALSE FALSE #> 73349 10.333333 13.833333 FALSE FALSE #> 73351 34.500000 -4.000000 FALSE FALSE #> 73353 11.250000 13.583333 FALSE FALSE #> 73356 11.000000 13.000000 FALSE FALSE #> 73358 25.000000 42.000000 FALSE FALSE #> 73372 25.000000 10.166667 FALSE FALSE #> 73375 26.000000 32.000000 FALSE FALSE #> 73381 10.500000 14.000000 FALSE FALSE #> 73384 11.000000 11.833333 FALSE FALSE #> 73411 33.333333 -4.666667 FALSE FALSE #> 73414 26.000000 49.000000 FALSE FALSE #> 73441 9.833333 15.083333 FALSE TRUE #> 73444 9.500000 9.500000 FALSE FALSE #> 73465 8.666667 9.750000 FALSE FALSE #> 73495 29.500000 47.500000 FALSE FALSE #> 73503 10.333333 12.583333 FALSE FALSE #> 73506 11.916667 18.750000 FALSE FALSE #> 73517 10.833333 14.916667 FALSE FALSE #> 73527 11.500000 13.750000 FALSE FALSE #> 73577 13.500000 14.500000 FALSE FALSE #> 73587 34.000000 -6.000000 FALSE FALSE #> 73594 33.000000 -5.000000 TRUE TRUE #> 73602 33.000000 44.000000 FALSE FALSE #> 73607 9.083333 15.583333 FALSE FALSE #> 73616 10.000000 12.000000 FALSE FALSE #> 73622 10.416667 13.416667 FALSE FALSE #> 73625 32.500000 -1.500000 FALSE FALSE #> 73649 34.000000 38.000000 FALSE FALSE #> 73657 19.000000 9.000000 FALSE FALSE #> 73667 36.500000 5.000000 FALSE FALSE #> 73668 10.916667 9.666667 FALSE FALSE #> 73673 30.000000 31.000000 TRUE TRUE #> 73676 10.333333 14.166667 FALSE FALSE #> 73686 31.500000 34.833333 TRUE TRUE #> 73703 11.000000 9.250000 FALSE FALSE #> 73710 10.500000 15.500000 FALSE FALSE #> 73714 11.500000 14.833333 FALSE FALSE #> 73743 12.083333 10.916667 FALSE FALSE #> 73748 9.500000 8.833333 FALSE FALSE #> 73750 10.950000 14.116667 FALSE FALSE #> 73754 10.000000 38.000000 FALSE FALSE #> 73789 -5.333333 36.000000 FALSE FALSE #> 73826 8.500000 38.500000 FALSE FALSE #> 73843 11.000000 15.416667 FALSE FALSE #> 73879 8.112935 37.932670 FALSE FALSE #> 73882 3.000000 45.000000 FALSE FALSE #> 73919 12.000000 42.000000 FALSE FALSE #> 73925 16.500000 38.500000 FALSE FALSE #> 73962 6.666667 37.250000 FALSE FALSE #> 73968 5.916667 37.333333 FALSE FALSE #> 73986 6.666667 38.500000 FALSE FALSE #> 74014 12.666667 37.416667 FALSE FALSE #> 74022 10.000000 38.000000 FALSE FALSE #> 74036 8.112935 37.932670 FALSE FALSE #> 74051 -3.333333 39.833333 FALSE FALSE #> 74052 9.000000 42.000000 TRUE TRUE #> 74064 3.000000 45.000000 FALSE FALSE #> 74072 6.000000 36.583333 FALSE FALSE #> 74099 5.000000 36.750000 FALSE FALSE #> 74130 31.750000 35.000000 FALSE FALSE #> 74135 -4.000000 35.500000 FALSE TRUE #> 74143 18.000000 36.000000 FALSE TRUE #> 74160 12.000000 7.000000 TRUE TRUE #> 74184 11.000000 15.416667 FALSE FALSE #> 74199 10.916667 9.666667 FALSE FALSE #> 74204 10.416667 13.416667 FALSE FALSE #> 74206 11.866667 13.716667 FALSE FALSE #> 74214 12.083333 10.916667 FALSE FALSE #> 74221 34.000000 38.000000 FALSE FALSE #> 74226 9.500000 8.833333 FALSE FALSE #> 74227 10.000000 12.000000 FALSE FALSE #> 74233 10.500000 14.000000 FALSE FALSE #> 74240 9.000000 8.750000 FALSE FALSE #> 74251 30.000000 31.000000 TRUE TRUE #> 74279 11.000000 11.833333 FALSE FALSE #> 74287 36.500000 5.000000 FALSE FALSE #> 74290 11.000000 9.250000 FALSE FALSE #> 74304 10.833333 14.916667 FALSE FALSE #> 74313 9.583333 11.000000 FALSE FALSE #> 74327 34.500000 -4.000000 FALSE FALSE #> 74331 29.500000 47.500000 FALSE FALSE #> 74332 10.333333 12.583333 FALSE FALSE #> 74337 9.083333 15.583333 FALSE FALSE #> 74338 11.000000 13.000000 FALSE FALSE #> 74354 10.950000 14.116667 FALSE FALSE #> 74358 26.000000 32.000000 FALSE FALSE #> 74369 11.916667 18.750000 FALSE FALSE #> 74371 11.250000 13.583333 FALSE FALSE #> 74375 31.500000 34.833333 TRUE TRUE #> 74380 13.500000 14.500000 FALSE FALSE #> 74384 10.333333 13.833333 FALSE FALSE #> 74394 34.000000 -6.000000 FALSE FALSE #> 74415 9.833333 15.083333 FALSE TRUE #> 74420 19.000000 9.000000 FALSE FALSE #> 74440 32.500000 -1.500000 FALSE FALSE #> 74480 17.000000 51.500000 FALSE FALSE #> 74486 33.000000 -5.000000 TRUE TRUE #> 74494 11.500000 13.750000 FALSE FALSE #> 74501 -5.333333 36.000000 FALSE FALSE #> 74509 20.000000 -2.000000 FALSE FALSE #> 74529 9.500000 9.500000 FALSE FALSE #> 74530 10.500000 15.500000 FALSE FALSE #> 74546 11.000000 14.083333 FALSE FALSE #> 74555 26.000000 49.000000 FALSE FALSE #> 74573 33.000000 44.000000 FALSE FALSE #> 74686 36.000000 43.000000 FALSE FALSE #> 74748 7.000000 35.750000 FALSE FALSE #> 74794 14.500000 38.500000 FALSE FALSE #> 74814 12.000000 42.000000 FALSE FALSE #> 74816 10.000000 38.000000 FALSE FALSE #> 74850 6.666667 37.250000 FALSE FALSE #> 74860 8.500000 38.500000 FALSE FALSE #> 74888 6.666667 38.500000 FALSE FALSE #> 74896 6.833333 37.750000 FALSE FALSE #> 74897 16.500000 38.500000 FALSE FALSE #> 74941 8.112935 37.932670 FALSE FALSE #> 74971 5.916667 37.333333 FALSE FALSE #> 74985 12.666667 37.416667 FALSE FALSE #> 75009 -3.333333 39.833333 FALSE FALSE #> 75020 6.000000 36.583333 FALSE FALSE #> 75025 3.000000 45.000000 FALSE FALSE #> 75051 4.666667 36.333333 FALSE FALSE #> 75089 6.166667 36.250000 FALSE FALSE #> 75099 31.750000 35.000000 FALSE FALSE #> 75171 -4.000000 35.500000 FALSE TRUE #> 75253 15.750000 38.500000 FALSE FALSE #> 75279 9.000000 42.000000 TRUE TRUE #> 75317 5.000000 36.750000 FALSE FALSE #> 75350 11.000000 9.250000 FALSE FALSE #> 75359 12.000000 7.000000 TRUE TRUE #> 75407 10.416667 13.416667 FALSE FALSE #> 75457 34.500000 -4.000000 FALSE FALSE #> 75461 9.500000 8.833333 FALSE FALSE #> 75473 11.500000 13.750000 FALSE FALSE #> 75493 35.000000 7.000000 FALSE FALSE #> 75497 11.500000 14.833333 FALSE FALSE #> 75524 8.666667 9.750000 FALSE FALSE #> 75527 30.000000 31.000000 TRUE TRUE #> 75528 10.333333 12.583333 FALSE FALSE #> 75529 11.000000 13.000000 FALSE FALSE #> 75533 32.500000 -1.500000 FALSE FALSE #> 75550 10.333333 13.833333 FALSE FALSE #> 75558 11.000000 11.833333 FALSE FALSE #> 75565 13.500000 14.500000 FALSE FALSE #> 75590 34.000000 -6.000000 FALSE FALSE #> 75591 11.916667 18.750000 FALSE FALSE #> 75599 11.866667 13.716667 FALSE FALSE #> 75662 9.583333 11.000000 FALSE FALSE #> 75665 9.833333 15.083333 FALSE TRUE #> 75668 33.000000 -5.000000 TRUE TRUE #> 75685 -5.333333 36.000000 FALSE FALSE #> 75686 10.833333 14.916667 FALSE FALSE #> 75692 10.950000 14.116667 FALSE FALSE #> 75698 36.500000 5.000000 FALSE FALSE #> 75700 26.000000 32.000000 FALSE FALSE #> 75701 10.916667 9.666667 FALSE FALSE #> 75702 9.500000 9.500000 FALSE FALSE #> 75703 25.000000 42.000000 FALSE FALSE #> 75743 20.000000 -2.000000 FALSE FALSE #> 75760 11.000000 15.416667 FALSE FALSE #> 75774 34.000000 38.000000 FALSE FALSE #> 75781 10.500000 15.500000 FALSE FALSE #> 75785 9.083333 15.583333 FALSE FALSE #> 75788 12.083333 10.916667 FALSE FALSE #> 75794 33.000000 44.000000 FALSE FALSE #> 75859 10.500000 14.000000 FALSE FALSE #> 75863 31.500000 34.833333 TRUE TRUE #> 75867 26.000000 49.000000 FALSE FALSE #> 75881 29.500000 47.500000 FALSE FALSE #> 75892 17.000000 51.500000 FALSE FALSE #> 75893 10.833333 14.166667 FALSE FALSE #> 75905 11.250000 13.583333 FALSE FALSE #> 75906 7.000000 35.750000 FALSE FALSE #> 75915 18.000000 36.000000 FALSE TRUE #> 75921 11.000000 14.083333 FALSE FALSE #> 76072 10.000000 12.000000 FALSE FALSE #> 76109 30.000000 31.000000 TRUE TRUE #> 76164 9.833333 15.083333 FALSE TRUE #> 76171 12.000000 7.000000 TRUE TRUE #> 76206 31.500000 34.833333 TRUE TRUE #> 76242 -4.000000 35.500000 FALSE TRUE #> 76248 33.000000 -5.000000 TRUE TRUE #> 76250 9.000000 42.000000 TRUE TRUE #> 76303 -4.000000 35.500000 FALSE TRUE #> 76307 9.833333 15.083333 FALSE TRUE #> 76309 30.000000 31.000000 TRUE TRUE #> 76327 12.000000 7.000000 TRUE TRUE #> 76364 33.000000 -5.000000 TRUE TRUE #> 76398 9.000000 42.000000 TRUE TRUE #> 76412 31.500000 34.833333 TRUE TRUE #> source #> 164 Bolozky-1978;Bolozky-1997 #> 215 Allan-1976a #> 237 Ebert-1979;Ebert-1976 #> 244 Allan-1976b #> 269 Prasse-1972;Louali-Reynal-et-al-1997 #> 350 Hudson-1974;Hudson-1976b #> 359 Lydall-1976 #> 382 Armstrong-1964;Andrzejewsky-1955;Hyman-1981a;Andrzejewsky-1956;Cardona-1981;Farnetani-1981 #> 389 Newman-1974 #> 395 Fleming-1976 #> 400 Fedry-1977 #> 404 Garbell-1965 #> 419 Sachnine-1982 #> 429 Owens-1985 #> 448 Maddieson-1987;Hoffmann-1963 #> 450 Nordbustad-1988;Mous-1993;Whiteley-1958;Maghway-1995 #> 457 Hetzron-1976;Hetzron-1969 #> 461 Johnstone-1975;Leslau-1938 #> 462 Newman-2000;Schuh-and-Bagari-1999 #> 464 Hayward-and-Hayward-1999 #> 471 Bouny-1977 #> 479 Tomiche-1964;Kennedy-1960;Mitchell-1962 #> 490 Penchoen-1973b;Abdel-Massih-1971 #> 497 Palmer-1962;Klingenheben-1966 #> 498 Burquest-1971 #> 511 Schuh-1981 #> 517 Newman-1970 #> 538 Nurse-1986;Tucker-et-al-1977;Maddieson-et-al-1993 #> 572 Caprile-1977a #> 672 Bouny-1977 #> 690 Jarvis-1989 #> 692 Gary-and-Gamal-Eldin-1982 #> 705 Johnstone-1977 #> 709 Venberg-1975 #> 720 Hofmann-1990 #> 724 Mous-1993 #> 742 Glinert-1989;Chayen-1973 #> 747 Appleyard-1975 #> 761 Owens-1985 #> 774 Kraft-and-Kirk-Greene-1973;Schuh-and-Yalwa-1999 #> 789 Willms-1972 #> 822 Venberg-1975 #> 823 Bouny-1977 #> 825 Jarvis-1989 #> 826 Hofmann-1990 #> 884 Hoskison-1983[83-93] #> 911 Amha-2001[113] #> 922 Robinson-1942[485] #> 931 Lydall-1976[416] #> 961 Glinert-1989[468] #> 973 Frajzyngier-2001[100, 109] #> 974 Hetzron-1976[23] #> 985 Ebert-1979[130] #> 994 Frajzyngier-1993[87, 177, 181] #> 997 Layton-2000[66] #> 1007 Kiessling-1994[87, 124] #> 1008 Nordbustad-1988[42, 50] #> 1009 Hudson-1997[470-3] #> 1020 Owens-1985[67] #> 1073 Gary-and-Gamal-Eldin-1982[100-1] #> 1076 Penchoen-1973b[25-26] #> 1080 Allan-1976b[384] #> 1134 Hudson-1976b[115-120] #> 1264 Hoskison-1983[passim] #> 1277 Frajzyngier-1993[passim] #> 1311 Gary-and-Gamal-Eldin-1982[60, 100-101] #> 1317 de-Colombel-1997[51] #> 1318 Tucker-and-Bryan-1966[581];Nordbustad-1988[ 30];Whiteley-1958[28] #> 1382 Fleming-1990[522] #> 1386 Penchoen-1973b[56] #> 1403 Kossmann-1997[125] #> 1421 Hayward-1990b[270, 302-308] #> 1432 Kawachi-2007[ 414] #> 1451 Reinisch-1893[141, 146, 183];Almkvist-1881[85, 130] #> 1461 Owens-1985[60, 66] #> 1471 Khan-1999[313, 330] #> 1478 Sara-1974[68] #> 1482 Cowell-1964[418, 548] #> 1496 Simeone-Senelle-1997[402] #> 1521 Leslau-1950[28-29] #> 1542 Kossmann-2000[54] #> 1557 Harrell-1962[41, 46] #> 1576 Cotterell-1964[11] #> 1594 Heath-2005[ 429-430] #> 1595 Reinisch-1882[105] #> 1610 Hayward-1990a[474] #> 1656 Erwin-1963[84] #> 1684 Holes-1990[77, 160] #> 1713 Nehlil-1909[41] #> 1726 Raz-1983[38-39] #> 1780 Breeze-1990[30-31] #> 1788 Migeod-1914[passim];Newman-2000[ passim] #> 1789 Kiessling-1994[122] #> 1792 Barreteau-1988[50] #> 1803 Schuh-1972[passim] #> 1807 Schuh-1998[188] #> 1810 Seibert-1998[passim] #> 1819 Tourneux-et-al-1986[passim] #> 1832 Meyer-Bahlburg-1972[113-115] #> 1839 Frajzyngier-2001[100] #> 1840 Kirk-1905[44];Saeed-1987[27-28, 30, 58, 59] #> 1879 Hellwig-2003[41] #> 1893 Caitucoli-1986[passim] #> 1908 Tosco-2001[258-266] #> 1915 Alio-1986[195] #> 1918 Glinert-1989[53] #> 1920 Lukas-and-Nachtigal-1939[50-55] #> 1935 Lohr-2002[121] #> 1941 Hoskison-1983[83-93] #> 1971 Lydall-1976[416] #> 2002 Robinson-1942[485] #> 2023 Layton-2000[65-68] #> 2037 Owens-1985[67, 66] #> 2045 Kiessling-1994[87, 124] #> 2050 Nordbustad-1988[129] #> 2073 Glinert-1989[468] #> 2092 Allan-1976b[384] #> 2096 Ebert-1979[130] #> 2098 Frajzyngier-1993[87, 177, 181] #> 2133 Gary-and-Gamal-Eldin-1982[100, 101] #> 2147 Hetzron-1976[23] #> 2247 Hudson-1976b[115, 120] #> 2296 Penchoen-1973b[25, 56] #> 2298 Frajzyngier-2001[100, 109] #> 2304 Hudson-1997[470-3, 461-2] #> 2344 Ebert-1979[130] #> 2366 Amha-2001[113] #> 2372 Lydall-1976[416] #> 2378 Hoskison-1983[89-93] #> 2397 Robinson-1942[485] #> 2399 Frajzyngier-1993[87, 177, 181] #> 2422 Frajzyngier-2001[100] #> 2453 Hudson-1976b[120] #> 2459 Hudson-1997[470-3] #> 2463 Penchoen-1973b[25] #> 2511 Kiessling-1994[124] #> 2512 Layton-2000[65-68] #> 2539 Nordbustad-1988[129] #> 2551 Allan-1976b[384] #> 2571 Hetzron-1976[23] #> 2599 Owens-1985[66] #> 2625 Gary-and-Gamal-Eldin-1982[100] #> 2657 Glinert-1989[468] #> 2705 Allan-1976b[384] #> 2720 Hoskison-1983[83-93] #> 2739 Ebert-1979[130] #> 2743 Owens-1985[67, 66] #> 2748 Glinert-1989[468] #> 2758 Kiessling-1994[87, 124] #> 2788 Amha-2001[113] #> 2793 Layton-2000[65-68] #> 2805 Frajzyngier-1993[87, 177, 181] #> 2873 Robinson-1942[485] #> 2875 Lydall-1976[416] #> 2882 Nordbustad-1988[52] #> 2899 Hetzron-1976[23] #> 2930 Penchoen-1973b[25, 56] #> 2935 Hudson-1976b[115, 120] #> 2950 Gary-and-Gamal-Eldin-1982[100-01] #> 2976 Hudson-1997[470-3, 461-2] #> 3052 Frajzyngier-2001[111-12] #> 3089 Seibert-1998[31, 97] #> 3096 Frajzyngier-1989[166-7] #> 3108 Hompo-1990[378] #> 3113 Meyer-Bahlburg-1972[95, 174-5] #> 3147 Appleyard-1975[327, 345] #> 3158 Frajzyngier-1993[201] #> 3163 Borg-and-Azzopardi-Alexander-1997 #> 3168 Bliese-1981[11] #> 3187 Penchoen-1973b[55, 59, 68] #> 3190 #> 3192 Amborn-et-al-1980[79] #> 3194 Lambdin-1983[35] #> 3206 Hayward-1990b[255-6] #> 3207 #> 3217 Kossmann-1997 #> 3221 Ebert-1979[207] #> 3223 Amha-2001[62, 86, 201] #> 3224 Kogan-1997[432-3] #> 3253 Mous-1993[99, 110, 140, 244-6, 284] #> 3259 Owens-1985[99, 115, 187] #> 3271 Schuh-1998[294-5] #> 3275 Tosco-1991[88-9] #> 3285 #> 3290 Frajzyngier-and-Shay-2002[182] #> 3339 Frajzyngier-2001[36-7, 130] #> 3354 Berchem-1991[75, 167, 179, 271, 274, 278, 295] #> 3410 Kraft-and-Kirk-Greene-1973[74-5] #> 3447 Wise-1975[4];Gary-and-Gamal-Eldin-1982[59-61];Mitchell-1962[85, 97, 99] #> 3472 Burquest-1986[91] #> 3495 Owens-1985[188-192] #> 3505 Newman-2000[485, 530] #> 3552 Penchoen-1973b[45] #> 3561 Gary-and-Gamal-Eldin-1982[44-45] #> 3583 Aikhenvald-1990 #> 3610 Breeze-1986[57] #> 3636 Palmer-1958[156] #> 3646 Allan-1976b[388] #> 3692 Amha-2001[100] #> 3693 Hudson-1997[478] #> 3694 Gary-and-Gamal-Eldin-1982[89] #> 3714 Robinson-1942[665-67] #> 3716 Penchoen-1973b[46, 47] #> 3752 Hudson-1976b[106, 119] #> 3766 Layton-2000[129, 135] #> 3769 Berman-1997[321] #> 3770 Lydall-1976[433] #> 3776 Nordbustad-1988[304] #> 3870 Frajzyngier-2001[331] #> 3900 Frajzyngier-1993[62, 65, 181] #> 3916 Ebert-1979[60-95] #> 3966 Owens-1985[172-175] #> 3969 Kiessling-1994[101] #> 3994 Hoskison-1983[107] #> 4062 Glinert-1994 #> 4071 Penchoen-1973b #> 4107 Newman-2000 #> 4129 Hayward-1998;Parker-and-Hayward-1985 #> 4143 Mitchell-1956 #> 4162 Hudson-1974 #> 4174 #> 4176 Mous-1993;Tucker-and-Bryan-1966 #> 4178 Owens-1985[87-88, 94-96] #> 4260 Glinert-1994 #> 4263 Tucker-and-Bryan-1966;Mous-1993 #> 4264 Owens-1985 #> 4268 #> 4285 Parker-and-Hayward-1985;Hayward-1998 #> 4358 Penchoen-1973b #> 4369 Newman-2000 #> 4379 Mitchell-1956 #> 4380 Hudson-1974 #> 4390 Hayward-1998[636];Parker-and-Hayward-1985 #> 4401 #> 4447 Newman-2000[287, 634-636] #> 4480 Glinert-1994 #> 4484 Owens-1985 #> 4486 Mous-1993;Tucker-and-Bryan-1966[576-578];Banti-1997[98-100] #> 4515 Gary-and-Gamal-Eldin-1982;Mitchell-1956 #> 4524 Penchoen-1973b #> 4598 #> 4613 #> 4639 #> 4663 #> 4685 #> 4714 #> 4729 #> 4746 #> 4763 Sachnine-1982 #> 4789 Palmer-1962;Klingenheben-1966 #> 4799 Schuh-and-Bagari-1999;Newman-2000 #> 4806 Penchoen-1973b;Abdel-Massih-1971 #> 4811 Schuh-1981 #> 4817 Ebert-1976;Ebert-1979 #> 4829 Burquest-1971 #> 4833 Hetzron-1976;Hetzron-1969 #> 4848 Hyman-1981a;Cardona-1981;Farnetani-1981;Armstrong-1964;Andrzejewsky-1955;Andrzejewsky-1956 #> 4860 Newman-1970 #> 4930 Newman-1974 #> 4948 Johnstone-1975;Leslau-1938 #> 4964 Applegate-1958 #> 4966 Fedry-1977 #> 4992 Allan-1976b #> 5029 Bolozky-1978;Bolozky-1997 #> 5037 Garbell-1965 #> 5075 Hudson-1974;Hudson-1976b #> 5081 Prasse-1972;Louali-Reynal-et-al-1997 #> 5082 Allan-1976a #> 5095 Kennedy-1960;Tomiche-1964;Mitchell-1962 #> 5103 Hoffmann-1963;Maddieson-1987 #> 5111 Nurse-1986;Maddieson-et-al-1993;Tucker-et-al-1977 #> 5131 Hayward-and-Hayward-1999 #> 5137 Lydall-1976 #> 5139 Bouny-1977 #> 5193 Fleming-1976 #> 5243 Whiteley-1958;Mous-1993;Nordbustad-1988;Maghway-1995 #> 5266 Owens-1985 #> 5311 Smirnova-1982[48] #> 5385 Hetzron-1969[16, 61-62] #> 5386 Berman-1978[86-100];Glinert-1989[133, 459-468] #> 5395 Owens-1985[77, 145, 175-185] #> 5412 Gary-and-Gamal-Eldin-1982[92, 117] #> 5452 Heine-1981[49] #> 5460 Applegate-1958[24] #> 5469 Hetzron-1969[16, 61-62] #> 5479 Leslau-1968a[377, 379, 431] #> 5503 Appleyard-1975[331] #> 5530 Hudson-1974[127, 132] #> 5544 Mous-1993[174-175];Nordbustad-1988[272-275] #> 5575 Sara-1974[75] #> 5588 Glinert-1989[133, 459-468];Berman-1978[86-100] #> 5608 Penchoen-1973b[44-50] #> 5622 Smirnova-1982[48] #> 5675 Owens-1985[77, 145, 175-185] #> 5679 Gary-and-Gamal-Eldin-1982[92, 117] #> 5747 Jungraithmayr-1991[61] #> 5806 Tucker-and-Bryan-1966[560] #> 5829 Fleming-1990[546, 560-562] #> 5850 Hayward-1990a[471-476] #> 5855 Breeze-1990[29-30] #> 5875 Hudson-1974[passim];Reinisch-1893[147, 184] #> 5884 Appleyard-1975[ 333-334] #> 5903 Cohen-1931[166] #> 5918 Raz-1983[76] #> 5921 Reinisch-1882[34, 36] #> 5937 Kiessling-1994[209] #> 5958 Leslau-1950[28-29] #> 5975 Lohr-2002[178-179, 183, 189, 192-196, 199] #> 5983 Lambdin-1983[passim] #> 5984 Hayward-1990b[303-307] #> 5985 Erwin-1963[328] #> 6131 Tucker-and-Bryan-1966[589] #> 6133 Lukas-and-Nachtigal-1939[passim] #> 6137 Heath-2005[ 309, 335, 587] #> 6138 Lukas-1936[passim] #> 6179 Nehlil-1909[passim] #> 6184 Kossmann-1997[passim] #> 6204 de-Colombel-1997[passim] #> 6213 Holes-1990[passim] #> 6217 Simeone-Senelle-1997[passim] #> 6218 Caitucoli-1986[passim] #> 6247 Penchoen-1973b[59] #> 6289 Glinert-1989[295] #> 6301 #> 6302 Hoskison-1983[passim] #> 6310 Cowell-1964[passim] #> 6342 Skinner-1979[passim] #> 6385 Hoffmann-1963[passim] #> 6410 Gary-and-Gamal-Eldin-1982[38] #> 6415 Kirk-1905[ 48-49];Saeed-1987[ 71];Kirk-1903[passim] #> 6445 Meyer-Bahlburg-1972[passim] #> 6448 Jarvis-1989[passim] #> 6458 Kawachi-2007[ 286] #> 6462 Kossmann-2000[passim] #> 6465 Migeod-1914[179];Newman-2000[357ff] #> 6489 Frajzyngier-2001[passim] #> 6510 Barreteau-and-Brunet-2000[passim] #> 6514 Schuh-1972[passim] #> 6539 Newman-1970[passim] #> 6568 Khan-1999[passim] #> 6571 Ebert-1979[passim] #> 6582 Wolff-1983[passim] #> 6628 Frajzyngier-and-Johnston-2005[ 261] #> 6699 Hellwig-2003[passim] #> 6707 Frajzyngier-1993[passim] #> 6716 Burquest-1973[passim] #> 6772 Applegate-1955[39];Applegate-1958[26] #> 6790 Alio-1986[138, 142] #> 6795 Kogan-1997[ 442] #> 6799 Leslau-1995[ 292, 302];Leslau-1966[609-610] #> 6824 Tosco-2001[119, 281] #> 6836 Heine-1981[passim] #> 6848 Harrell-1962[152] #> 6849 Newman-1974[61] #> 6857 Frajzyngier-1989[passim] #> 6867 Frajzyngier-and-Shay-2002[ 380] #> 6868 Schuh-1998[passim] #> 6881 Owens-1985[66] #> 6890 Chaker-1983[142, 239] #> 6932 Caitucoli-1986[48] #> 6967 Gary-and-Gamal-Eldin-1982[38-39] #> 7009 Penchoen-1973b[59-61, passim] #> 7021 Mous-1993[168-169] #> 7028 Appleyard-1975[333-340];Appleyard-1984 #> 7033 Saeed-1987[passim] #> 7066 Hudson-1974[129, 138] #> 7069 Newman-2000[357-361, 564-596] #> 7109 Schuh-1998[143-149, passim] #> 7115 Ebert-1979[222-223, passim] #> 7147 Newman-1970[127-129] #> 7179 Glinert-1989[293-298] #> 7184 Owens-1985[66-67, passim] #> 7217 Glinert-1989[293-298] #> 7225 Mous-1993[168-169] #> 7254 Newman-2000[357-361, 564-596] #> 7260 Ebert-1979[222-223, passim] #> 7292 Schuh-1998[143-149, passim] #> 7293 Newman-1970[127-129] #> 7317 Appleyard-1984;Appleyard-1975[333-340] #> 7347 Penchoen-1973b[59-61, passim] #> 7350 Saeed-1987[passim] #> 7355 Owens-1985[66-67, passim] #> 7358 Hudson-1974[129, 138] #> 7431 Gary-and-Gamal-Eldin-1982[38-39] #> 7476 Caitucoli-1986[48] #> 7492 Penchoen-1973b[60-1] #> 7505 Haspelmath-1997[301];Kraft-and-Kirk-Greene-1973 #> 7507 Berchem-1991[83] #> 7513 Mitchell-1962[111] #> 7529 Lambdin-1983[62] #> 7547 Schuh-1998[219-20] #> 7571 Frajzyngier-2001[113] #> 7579 Meyer-Bahlburg-1972[75] #> 7587 Ebert-1979[223] #> 7615 Amha-2001[230] #> 7616 #> 7631 Owens-1985[193] #> 7648 Awagana-2001[77] #> 7671 Lohr-2002[323-3] #> 7673 Haspelmath-1997[296-98] #> 7688 Mous-1993[100, 121, 211] #> 7726 Frajzyngier-2001[277] #> 7728 Lambdin-1983[142-143];Plumley-1948[167] #> 7730 Schuh-1998[326] #> 7735 Glinert-1989[271] #> 7800 Burquest-1973[33] #> 7806 Newman-1974[70-71] #> 7830 Saeed-1987[70];Kirk-1905[86] #> 7847 Cowan-1958[11] #> 7856 Heath-2005[ 649] #> 7863 Frajzyngier-1993[359] #> 7895 Lukas-and-Nachtigal-1939[78] #> 7904 Kossmann-2000[179] #> 7919 Lukas-1936[62] #> 7933 Penchoen-1973b[82] #> 7946 Kossmann-1997[305] #> 7951 Harrell-1962[151] #> 7968 de-Colombel-1997[82] #> 7971 Hellwig-2003[39] #> 7997 Newman-1970[15, passim] #> 8005 Nehlil-1909[54] #> 8012 Leslau-1950[22] #> 8014 Seibert-1998[117] #> 8022 Frajzyngier-and-Shay-2002[ 355] #> 8031 Hoffmann-1963[98] #> 8058 Ebert-1979[223] #> 8080 Meyer-Bahlburg-1972[164] #> 8093 Jarvis-1989[109] #> 8110 Cowell-1964[378, 379] #> 8125 Frajzyngier-1989[213-216] #> 8140 Gary-and-Gamal-Eldin-1982[4] #> 8176 Caitucoli-1986[48] #> 8177 Tourneux-et-al-1986[190] #> 8196 Frajzyngier-and-Johnston-2005[ 287] #> 8197 Hoskison-1983[121] #> 8217 Wolff-1983[254-256] #> 8246 Kraft-and-Kraft-1973[200];Kraft-1963[(Vol. 1) 117];Newman-2000[500] #> 8282 Hayward-1990a[478-479] #> 8292 Reinisch-1882[34] #> 8293 Kiessling-1994[141ff] #> 8322 Fleming-1990[539] #> 8323 Nordbustad-1988[44];Whiteley-1958[41] #> 8375 Appleyard-1975[344] #> 8384 Tucker-and-Bryan-1966[559] #> 8388 Breeze-1990[33-34] #> 8440 Hudson-1974[141] #> 8455 Cowley-et-al-1976[90];Leslau-1995[ 768-769] #> 8458 Applegate-1958[26];Applegate-1955[40] #> 8475 Hayward-1990b[302-307] #> 8479 Kawachi-2007[ 73] #> 8526 Galand-1974[20] #> 8532 Tosco-2001[276] #> 8534 Khan-1999[358] #> 8538 Owens-1985[204] #> 8556 Holes-1990[2-3] #> 8590 Schuh-1972[209] #> 8600 Skinner-1979[89-91] #> 8634 Chaker-1983[146] #> 8643 Lohr-2002[249] #> 8646 Simeone-Senelle-1997[414] #> 8666 Tucker-and-Bryan-1966 #> 8674 Gary-and-Gamal-Eldin-1982 #> 8676 Hanoteau-1896 #> 8677 Laoust-1921 #> 8678 Comrie-1989 #> 8681 Rosen-1962 #> 8682 Hartmann-1980 #> 8686 Mallon-1956 #> 8696 Hanoteau-1906 #> 8706 Reinisch-1893 #> 8769 Newman-1970 #> 8777 Abraham-1941 #> 8781 Frajzyngier-1993 #> 8799 Serzisko-1984 #> 8803 Hoffmann-1963 #> 8853 Owens-1985 #> 8919 Laoust-1921 #> 8994 Hanoteau-1896 #> 9029 Willms-1972 #> 9041 #> 9078 Gary-and-Gamal-Eldin-1982 #> 9089 Raz-1983 #> 9092 Newman-1974 #> 9099 Newman-and-Schuh-1974 #> 9100 #> 9106 Hartmann-1980 #> 9119 Schuh-1972 #> 9131 Abdel-Massih-1973 #> 9190 Reinisch-1893 #> 9191 Hudson-1976c #> 9196 Hoskison-1983 #> 9210 Lydall-1976 #> 9221 Hanoteau-1906 #> 9222 Allan-1976b #> 9236 Mouchet-1966 #> 9242 Bell-1953 #> 9243 Hoffmann-1963 #> 9245 Owens-1985 #> 9246 Mous-1992 #> 9256 Palmer-1965 #> 9265 Mallon-1956 #> 9301 Allan-1976b #> 9303 Hudson-1976c #> 9321 Hanoteau-1906 #> 9323 Laoust-1921 #> 9348 Bell-1953 #> 9353 Mous-1992 #> 9371 Newman-and-Schuh-1974 #> 9377 Newman-1974 #> 9392 Willms-1972 #> 9399 Mouchet-1966 #> 9428 Hoskison-1983 #> 9434 Mallon-1956 #> 9438 Lydall-1976 #> 9453 Schuh-1972 #> 9510 Hanoteau-1896 #> 9511 Hoffmann-1963 #> 9549 Abdel-Massih-1973 #> 9567 Gary-and-Gamal-Eldin-1982 #> 9570 Reinisch-1893 #> 9576 Hartmann-1980 #> 9593 Owens-1985 #> 9594 #> 9598 #> 9608 Raz-1983 #> 9620 Palmer-1965 #> 9729 Whiteley-1958;Mous-1993;Maghway-1995;Nordbustad-1988 #> 9731 Palmer-1962;Klingenheben-1966 #> 9742 Allan-1976a #> 9757 Hetzron-1976;Hetzron-1969 #> 9766 Newman-1970 #> 9770 Schuh-1981 #> 9788 Lydall-1976 #> 9851 Farnetani-1981;Cardona-1981;Andrzejewsky-1956;Hyman-1981a;Armstrong-1964;Andrzejewsky-1955 #> 9886 Owens-1985 #> 9937 Hayward-and-Hayward-1999 #> 9948 Newman-1974 #> 9949 Ebert-1979;Ebert-1976 #> 9959 Fedry-1977 #> 9980 Schuh-and-Bagari-1999;Newman-2000 #> 9992 Fleming-1976 #> 10010 Penchoen-1973b;Abdel-Massih-1971 #> 10014 Bouny-1977 #> 10017 Allan-1976b #> 10023 Burquest-1971 #> 10026 Hudson-1976b;Hudson-1974 #> 10054 Johnstone-1975;Leslau-1938 #> 10071 Applegate-1958 #> 10072 Garbell-1965 #> 10076 Tomiche-1964;Mitchell-1962;Kennedy-1960 #> 10119 Bolozky-1997;Bolozky-1978 #> 10138 Prasse-1972;Louali-Reynal-et-al-1997 #> 10154 Newman-and-Schuh-1974 #> 10182 Reinisch-1893 #> 10199 Raz-1983 #> 10216 Lydall-1976 #> 10250 Palmer-1965 #> 10254 Newman-1974 #> 10304 Hartmann-1980 #> 10324 Hanoteau-1906 #> 10331 Schuh-1972 #> 10362 Hudson-1976c #> 10385 Owens-1985 #> 10393 Gary-and-Gamal-Eldin-1982 #> 10397 Bell-1953 #> 10409 Laoust-1921 #> 10414 Mallon-1956 #> 10416 Hoffmann-1963 #> 10439 Hoskison-1983 #> 10454 #> 10466 Mouchet-1966 #> 10491 Willms-1972 #> 10504 Hanoteau-1896 #> 10510 Mous-1992 #> 10512 Allan-1976b #> 10515 Abdel-Massih-1973 #> 10531 #> 10545 Reinisch-1882 #> 10547 Hanoteau-1906 #> 10554 #> 10562 Nasr-1967 #> 10568 Harrell-1962 #> 10572 Cohen-1936 #> 10575 Borg-and-Azzopardi-Alexander-1997 #> 10583 Holes-1990 #> 10586 Johnson-1966 #> 10590 Hanoteau-1896 #> 10596 Rossini-1912 #> 10634 Hoffmann-1963 #> 10637 Abraham-1941 #> 10742 Frajzyngier-1996 #> 10766 Owens-1985 #> 10773 Hayward-1982 #> 10782 Glinert-1989 #> 10791 Gary-and-Gamal-Eldin-1982 #> 10793 Frajzyngier-1987 #> 10797 Penchoen-1973b #> 10814 #> 10815 Amha-2001 #> 10820 Frajzyngier-1996 #> 10822 Newman-2000 #> 10838 Frajzyngier-1996 #> 10848 Frajzyngier-1989 #> 10865 Schuh-1998 #> 10903 Schuh-1998 #> 10904 Glinert-1989 #> 10905 Gary-and-Gamal-Eldin-1982 #> 10908 Newman-2000 #> 10909 Frajzyngier-1987 #> 10933 Frajzyngier-1989 #> 10950 Owens-1985 #> 10951 Amha-2001 #> 10956 Penchoen-1973b #> 10994 Frajzyngier-2001[392-3, 395] #> 11005 #> 11021 Lambdin-1983[54, 56, 74] #> 11028 Appleyard-1975[340] #> 11037 Amha-2001[178] #> 11038 Mous-1993[109, 266, 291] #> 11042 Frajzyngier-1993[471-2] #> 11051 Tosco-2001[288] #> 11109 Ebert-1979[68, 121] #> 11129 Mitchell-1962[87, 103, 144] #> 11131 Kraft-and-Kirk-Greene-1973[167] #> 11133 Penchoen-1973b[72] #> 11134 Berchem-1991[253] #> 11152 Simeone-Senelle-1997[416] #> 11155 Bliese-1981[17] #> 11178 Awagana-2001[190] #> 11183 Simeone-Senelle-1997[416-7] #> 11198 Frajzyngier-1989[114, 255-9] #> 11203 Schuh-1998 #> 11206 Owens-1985[145-6, 154, 188] #> 11288 Saeed-1999[221] #> 11304 Glinert-1989[130] #> 11309 Penchoen-1973b[71, 76] #> 11311 Holes-1990[1-2, 26, 32-4, 190-91] #> 11350 Smirnova-1982[63] #> 11353 Mous-1993[132] #> 11372 Owens-1985[146, 154] #> 11392 Schuh-1998[398-9] #> 11393 Frajzyngier-1989[256, 264-5] #> 11431 Breeze-1990[50-6] #> 11446 Owens-1985[142] #> 11461 Glinert-1989[128-9] #> 11477 Schuh-1998[372-5, 392-3] #> 11492 Frajzyngier-1989[257-8, 269-75] #> 11510 Saeed-1999[218] #> 11516 Smirnova-1982[79] #> 11523 Penchoen-1973b[71, 73-6] #> 11532 Holes-1990[26-8, 32-4, 190-91] #> 11560 Breeze-1990[48-56] #> 11562 Mous-1993[124] #> 11631 Glinert-1989[130] #> 11640 Smirnova-1982[89] #> 11641 Frajzyngier-1989[257-8, 269-75] #> 11659 Saeed-1999[221-2] #> 11679 Owens-1985[151] #> 11691 Schuh-1998[398] #> 11701 Holes-1990[26-8, 34-5] #> 11726 Penchoen-1973b[71, 73-6] #> 11761 Mous-1993[244, 262] #> 11767 Breeze-1990[48-4] #> 11783 Glinert-1989[310, 325] #> 11810 Frajzyngier-1989[259] #> 11816 #> 11829 Schuh-1998[365-6] #> 11887 Breeze-1990[61-2] #> 11893 Frajzyngier-1993[108-13, 115-6, 294-6, 440-1, 449-50] #> 11901 Holes-1990[1-2, 20-2] #> 11903 Penchoen-1973b[71, 73-6, 83] #> 11933 Leslau-1976 #> 11953 Frajzyngier-1991 #> 12020 Schuh-1981 #> 12050 Newman-1990 #> 12066 Harrell-and-Sobelman-1966 #> 12077 Frajzyngier-1985 #> 12136 Nakano-1982 #> 12207 Leslau-1959 #> 12240 Gragg-1982 #> 12497 Bergman-1968 #> 12536 Johnstone-1975;Leslau-1938 #> 12547 Penchoen-1973b;Abdel-Massih-1971 #> 12555 Applegate-1958 #> 12628 Garbell-1965 #> 12639 Prasse-1972;Louali-Reynal-et-al-1997 #> 12643 Klingenheben-1966;Palmer-1962 #> 12655 Kennedy-1960;Mitchell-1962;Tomiche-1964 #> 12750 Hayward-and-Hayward-1999 #> 12756 Bolozky-1997;Bolozky-1978 #> 12865 Lydall-1976 #> 12872 Schuh-and-Bagari-1999;Newman-2000 #> 12876 Allan-1976a #> 12885 Hoffmann-1963;Maddieson-1987 #> 12892 Schuh-1981 #> 12906 Fleming-1976 #> 12911 Newman-1974 #> 12912 Tucker-et-al-1977;Nurse-1986;Maddieson-et-al-1993 #> 12917 Fedry-1977 #> 12937 Hetzron-1969;Hetzron-1976 #> 12949 Whiteley-1958;Nordbustad-1988;Mous-1993;Maghway-1995 #> 12952 Farnetani-1981;Armstrong-1964;Andrzejewsky-1955;Andrzejewsky-1956;Cardona-1981;Hyman-1981a #> 12955 Hudson-1974;Hudson-1976b #> 12958 Bouny-1977 #> 12981 Burquest-1971 #> 12982 Sachnine-1982 #> 12990 Newman-1970 #> 13014 Allan-1976b #> 13050 Owens-1985 #> 13061 Ebert-1979;Ebert-1976 #> 13100 Schuh-1981 #> 13139 Frajzyngier-1985 #> 13156 Harrell-and-Sobelman-1966 #> 13198 Gragg-1982 #> 13202 Newman-1990 #> 13230 Leslau-1959 #> 13369 Bergman-1968 #> 13379 Leslau-1976 #> 13432 Nakano-1982 #> 13503 Moreno-1938 #> 13530 Frajzyngier-1991 #> 13724 #> 13735 Newman-2000[380] #> 13737 Penchoen-1973b[24] #> 13766 Leslau-1995[256] #> 13774 Penchoen-1973b[24] #> 13797 Mitchell-1956[63] #> 13802 Owens-1985[90] #> 13849 Glinert-1989[82] #> 13850 Mous-1993[118] #> 13944 #> 14039 #> 14053 #> 14153 #> 14167 #> 14276 #> 14288 #> 14396 #> 14417 Glinert-1989 #> 14425 Allan-1976b #> 14431 Owens-1985 #> 14435 Mitchell-1956 #> 14476 Penchoen-1973b #> 14524 Hudson-1974 #> 14558 Hartmann-1980 #> 14568 Kraft-and-Kirk-Greene-1973 #> 14645 Allan-1976b #> 14678 Kraft-and-Kirk-Greene-1973 #> 14703 Hartmann-1980 #> 14719 Mitchell-1956 #> 14743 Owens-1985 #> 14751 Hudson-1974 #> 14760 Glinert-1989 #> 14764 Penchoen-1973b #> 14879 Allan-1976b #> 14931 Owens-1985 #> 14945 Glinert-1989 #> 14961 Hartmann-1980 #> 14974 Hudson-1974 #> 15023 Mitchell-1956 #> 15045 Kraft-and-Kirk-Greene-1973 #> 15088 Penchoen-1973b #> 15120 Owens-1985 #> 15132 Hudson-1974 #> 15136 Hartmann-1980 #> 15149 Allan-1976b #> 15161 Kraft-and-Kirk-Greene-1973 #> 15185 Mitchell-1956 #> 15211 Glinert-1989 #> 15317 Penchoen-1973b #> 15324 Malherbe-and-Rosenberg-1996[525] #> 15327 Owens-1985 #> 15346 Sasse-1982 #> 15361 Tosco-1991 #> 15362 Malherbe-and-Rosenberg-1996[1479] #> 15380 Malherbe-and-Rosenberg-1996[540] #> 15392 Malherbe-and-Rosenberg-1996[488] #> 15404 Malherbe-and-Rosenberg-1996[923] #> 15418 Lamberti-1993a #> 15422 Malherbe-and-Rosenberg-1996[1277] #> 15425 Lamberti-1993b #> 15478 Malherbe-and-Rosenberg-1996[1188] #> 15495 Malherbe-and-Rosenberg-1996[931] #> 15523 Pillinger-and-Galboran-1999 #> 15541 Malherbe-and-Rosenberg-1996[1548] #> 15546 Malherbe-and-Rosenberg-1996[1012] #> 15589 Almkvist-1881 #> 15593 Mous-1993 #> 15598 Blanc-1971[112-150] #> 15614 McCarthy-1980[77-99] #> 15617 Owens-1984 #> 15629 Ebert-1979 #> 15641 Abdul-Karim-1979 #> 15691 McCarthy-1979b[443-466];McCarthy-1979a #> 15697 Welmers-1952b #> 15717 Qafisheh-1977 #> 15725 Irshied-and-Kenstowicz-1984[109-148] #> 15726 Aquilina-1959;Sutcliffe-1936;Schabert-1976;French-1978 #> 15746 Al-Mozainy-1981 #> 15749 Kenstowicz-and-Abdul-Karim-1980 #> 15753 Seidel-1900 #> 15786 Kenstowicz-and-Abdul-Karim-1980[55-76];Abu-Salim-1980[1-11];Brahme-1973[14-25];Abu-Salim-1982;Brahme-1974[39-61] #> 15956 Arsanis-1968[489-507];Khan-1999 #> 16005 Tsereteli-1978 #> 16055 Abdel-Massih-1971 #> 16057 Applegate-1958 #> 16058 Bolozky-1982;Glinert-1989 #> 16135 #> 16136 #> 16138 #> 16147 #> 16152 #> 16159 McCarus-1992 #> 16164 #> 16170 #> 16171 #> 16176 #> 16216 #> 16245 #> 16285 Glinert-1989[ 294-295] #> 16354 Cowell-1964[ 383] #> 16360 Penchoen-1973a[ 50] #> 16367 Holes-1990[ 71] #> 16379 Nehlil-1909[ 52] #> 16466 Kossmann-2000[ 150, 173] #> 16500 Kossmann-1997[ 270, 275, 358] #> 16537 Kawachi-2007[ 286] #> 16580 Kirk-1905[ 48-49];Saeed-1987[ 71] #> 16600 Khan-1999[ 115, 356-357] #> 16644 Cowan-1958[ passim] #> 16740 Lounis-1897[ passim, 131] #> 16759 Hoskison-1983[ 90-91] #> 16794 #> 16820 Kogan-1997[ 442] #> 16831 Alio-1986[ 138, 142] #> 16834 Frajzyngier-and-Shay-2002[ 380] #> 16837 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 16839 Schuh-1998[ 280] #> 16842 Harrell-1962[ 152] #> 16855 Frajzyngier-1989[ 209-212] #> 16859 Tosco-2001[ 119, 281] #> 16898 Owens-1985[ 66] #> 16917 Heine-1981[ 42] #> 16926 Newman-1974[ 59] #> 16928 Chaker-1983[ 142, 239] #> 16938 Wolff-1983[ 252- 253] #> 16943 Kraft-1963[ Vol. 1:125, 132-134, 149];Newman-2000[ 357ff];Migeod-1914[ 179];Kraft-and-Kirk-Greene-1973[ 37] #> 16966 Skinner-1979[ 51] #> 16980 #> 16989 Newman-1970[ 15, passim, 128-129] #> 16997 Heath-2005[ 309, 335, 587] #> 17005 Gary-and-Gamal-Eldin-1982[ 38] #> 17006 Frajzyngier-1993[ 353] #> 17033 Frajzyngier-and-Johnston-2005[ 261] #> 17037 Ebert-1979[ 222] #> 17039 Simeone-Senelle-1997[ 414] #> 17056 Frajzyngier-2001[ 297] #> 17061 Caitucoli-1986[ 48] #> 17062 Hellwig-2003[ 39] #> 17069 Jarvis-1989[ 108] #> 17072 Lukas-1936[ 47] #> 17074 Lukas-and-Nachtigal-1939[ 58] #> 17088 de-Colombel-1997[ 81] #> 17097 Meyer-Bahlburg-1972[ 162, 185-186] #> 17124 Lukas-1970[ 83] #> 17125 Burquest-1973[ 32, 174-178] #> 17141 Barreteau-and-Brunet-2000[ 86, 252] #> 17154 Jungraithmayr-and-Adams-1992[ 59] #> 17163 Tourneux-et-al-1986[ 190] #> 17167 Hoffmann-1963[ 169, 179, 228] #> 17179 Schuh-1972[ 33, 237-238, 454-455] #> 17187 Seibert-1998[ 116] #> 17195 Leslau-1950[ 28-29] #> 17219 Cohen-1931[ 166] #> 17234 Reinisch-1893[ 147, 184];Hudson-1974[ passim] #> 17313 Raz-1983[ 76] #> 17317 Erwin-1963[ 328] #> 17390 Reinisch-1882[ 34, 36] #> 17408 Breeze-1990[ 29-30] #> 17418 Tucker-and-Bryan-1966[ 589] #> 17422 Tucker-and-Bryan-1966[ 560] #> 17455 Hayward-1990a[ 471-476] #> 17464 Jungraithmayr-1991[ 61] #> 17467 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 17472 Fleming-1990[ 546, 560-562] #> 17514 Kiessling-1994[ 209] #> 17516 Appleyard-1975[ 333-334] #> 17520 Hayward-1990b[ 303-307] #> 17579 Applegate-1955[ 39];Applegate-1958[ 26] #> 17606 Alio-1986[ 138, 142] #> 17607 Frajzyngier-1989[ 209-212] #> 17613 Newman-1974[ 59] #> 17623 Chaker-1983[ 142, 239] #> 17638 Schuh-1998[ 280] #> 17650 Tosco-2001[ 119, 281] #> 17662 Heine-1981[ 42] #> 17688 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 17690 Kogan-1997[ 442] #> 17699 Harrell-1962[ 152] #> 17711 Owens-1985[ 66] #> 17716 Frajzyngier-and-Shay-2002[ 380] #> 17719 Migeod-1914[ 179];Kraft-1963[ Vol. 1:125, 132-134, 149];Kraft-and-Kirk-Greene-1973[ 37];Newman-2000[ 357ff] #> 17735 Heath-2005[ 309, 335, 587] #> 17737 Gary-and-Gamal-Eldin-1982[ 38] #> 17739 #> 17749 Frajzyngier-1993[ 353] #> 17752 Skinner-1979[ 51] #> 17764 Newman-1970[ 15, passim, 128-129] #> 17797 Wolff-1983[ 252- 253] #> 17812 Cowan-1958[ passim] #> 17817 Cowell-1964[ 383] #> 17854 Skinner-1979[ 51] #> 17901 Kossmann-1997[ 270, 275, 358] #> 17934 Migeod-1914[ 179];Kraft-1963[ Vol. 1:125, 132-134, 149];Newman-2000[ 357ff];Kraft-and-Kirk-Greene-1973[ 37] #> 17945 Newman-1974[ 59] #> 17965 Holes-1990[ 71] #> 17966 Khan-1999[ 115, 356-357] #> 18011 Tosco-2001[ 119, 281] #> 18023 Nehlil-1909[ 52] #> 18027 Frajzyngier-1989[ 209-212] #> 18089 Alio-1986[ 138, 142] #> 18122 Kossmann-2000[ 150, 173] #> 18165 Chaker-1983[ 142, 239] #> 18175 Newman-1970[ 15, passim, 128-129] #> 18203 Glinert-1989[ 294-295] #> 18209 Heine-1981[ 42] #> 18283 Kawachi-2007[ 286] #> 18287 Frajzyngier-1993[ 353] #> 18298 #> 18328 Heath-2005[ 309, 335, 587] #> 18332 Hoskison-1983[ 90-91] #> 18338 Penchoen-1973a[ 50] #> 18361 Schuh-1998[ 280] #> 18389 Kirk-1905[ 48-49];Saeed-1987[ 71] #> 18408 Lounis-1897[ passim, 131] #> 18517 Kogan-1997[ 442] #> 18570 Owens-1985[ 66] #> 18580 Cohen-1931[ 166] #> 18610 Harrell-1962[ 152] #> 18644 Reinisch-1893[ 147, 184];Hudson-1974[ passim] #> 18665 Erwin-1963[ 328] #> 18669 Raz-1983[ 76] #> 18706 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 18714 Leslau-1950[ 28-29] #> 18722 #> 18733 Gary-and-Gamal-Eldin-1982[ 38] #> 18735 Applegate-1955[ 39];Applegate-1958[ 26] #> 18746 Hayward-1990a[ 471-476] #> 18760 Tourneux-et-al-1986[ 190] #> 18761 Kiessling-1994[ 209] #> 18764 Barreteau-and-Brunet-2000[ 86, 252] #> 18791 Tucker-and-Bryan-1966[ 589] #> 18816 Jarvis-1989[ 108] #> 18825 Jungraithmayr-and-Adams-1992[ 59] #> 18836 de-Colombel-1997[ 81] #> 18840 Frajzyngier-and-Shay-2002[ 380] #> 18858 Hoffmann-1963[ 169, 179, 228] #> 18880 Ebert-1979[ 222] #> 18899 Schuh-1972[ 33, 237-238, 454-455] #> 18900 Fleming-1990[ 546, 560-562] #> 18901 Caitucoli-1986[ 48] #> 18905 Lukas-1936[ 47] #> 18909 Meyer-Bahlburg-1972[ 162, 185-186] #> 18910 Hellwig-2003[ 39] #> 18938 Appleyard-1975[ 333-334] #> 18951 Reinisch-1882[ 34, 36] #> 18954 Seibert-1998[ 116] #> 18968 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 18978 Burquest-1973[ 32, 174-178] #> 18988 Simeone-Senelle-1997[ 414] #> 18995 Lukas-and-Nachtigal-1939[ 58] #> 19012 Hayward-1990b[ 303-307] #> 19063 Breeze-1990[ 29-30] #> 19081 Frajzyngier-and-Johnston-2005[ 261] #> 19106 Jungraithmayr-1991[ 61] #> 19109 Wolff-1983[ 252- 253] #> 19111 Frajzyngier-2001[ 297] #> 19116 Lukas-1970[ 83] #> 19125 Tucker-and-Bryan-1966[ 560] #> 19139 de-Colombel-1997[ 81] #> 19140 Ebert-1979[ 222] #> 19160 Burquest-1973[ 32, 174-178] #> 19164 Wolff-1983[ 252- 253] #> 19171 Jungraithmayr-and-Adams-1992[ 59] #> 19177 Schuh-1998[ 280] #> 19180 Lukas-and-Nachtigal-1939[ 58] #> 19181 Newman-1974[ 59] #> 19193 Frajzyngier-1989[ 209-212] #> 19198 Newman-1970[ 15, passim, 128-129] #> 19217 Seibert-1998[ 116] #> 19228 Tourneux-et-al-1986[ 190] #> 19233 Caitucoli-1986[ 48] #> 19251 Jarvis-1989[ 108] #> 19268 Hoffmann-1963[ 169, 179, 228] #> 19281 Kraft-1963[ Vol. 1:125, 132-134, 149];Migeod-1914[ 179];Kraft-and-Kirk-Greene-1973[ 37];Newman-2000[ 357ff] #> 19286 Barreteau-and-Brunet-2000[ 86, 252] #> 19289 Frajzyngier-2001[ 297] #> 19290 Frajzyngier-and-Shay-2002[ 380] #> 19297 Skinner-1979[ 51] #> 19310 Frajzyngier-and-Johnston-2005[ 261] #> 19315 Schuh-1972[ 33, 237-238, 454-455] #> 19319 Lukas-1936[ 47] #> 19330 Meyer-Bahlburg-1972[ 162, 185-186] #> 19340 Alio-1986[ 138, 142] #> 19347 Frajzyngier-1993[ 353] #> 19353 Hellwig-2003[ 39] #> 19370 #> 19380 Lukas-1970[ 83] #> 19391 Simeone-Senelle-1997[ 414] #> 19408 Chaker-1983[ 142, 239] #> 19432 Reinisch-1882[ 34, 36] #> 19436 Breeze-1990[ 29-30] #> 19445 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 19451 Harrell-1962[ 152] #> 19462 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 19475 Gary-and-Gamal-Eldin-1982[ 38] #> 19503 Hayward-1990a[ 471-476] #> 19506 Jungraithmayr-1991[ 61] #> 19541 Kiessling-1994[ 209] #> 19579 Tosco-2001[ 119, 281] #> 19591 Hayward-1990b[ 303-307] #> 19615 Heine-1981[ 42] #> 19650 Tucker-and-Bryan-1966[ 560] #> 19664 Kogan-1997[ 442] #> 19671 Appleyard-1975[ 333-334] #> 19713 Fleming-1990[ 546, 560-562] #> 19720 Tucker-and-Bryan-1966[ 589] #> 19848 #> 19917 Raz-1983[ 76] #> 19924 Holes-1990[ 71] #> 19989 Hudson-1974[ passim];Reinisch-1893[ 147, 184] #> 19995 Leslau-1950[ 28-29] #> 20034 Lounis-1897[ passim, 131] #> 20042 Cowell-1964[ 383] #> 20092 Cohen-1931[ 166] #> 20094 Heath-2005[ 309, 335, 587] #> 20141 Glinert-1989[ 294-295] #> 20163 Penchoen-1973a[ 50] #> 20167 Hoskison-1983[ 90-91] #> 20183 Nehlil-1909[ 52] #> 20251 Khan-1999[ 115, 356-357] #> 20272 Kawachi-2007[ 286] #> 20304 Kossmann-1997[ 270, 275, 358] #> 20342 Erwin-1963[ 328] #> 20394 Kossmann-2000[ 150, 173] #> 20395 Saeed-1987[ 71];Kirk-1905[ 48-49] #> 20409 Cowan-1958[ passim] #> 20426 Applegate-1955[ 39];Applegate-1958[ 26] #> 20436 Owens-1985[ 66] #> 20457 Owens-1985[ 66] #> 20462 Heath-2005[ 309, 335, 587] #> 20478 Cowan-1958[ passim] #> 20482 #> 20489 Lukas-and-Nachtigal-1939[ 58] #> 20544 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 20553 Raz-1983[ 76] #> 20570 Applegate-1955[ 39];Applegate-1958[ 26] #> 20596 Saeed-1987[ 71];Kirk-1905[ 48-49] #> 20601 Chaker-1983[ 142, 239] #> 20614 Cohen-1931[ 166] #> 20640 Newman-1970[ 15, passim, 128-129] #> 20660 Penchoen-1973a[ 50] #> 20678 Barreteau-and-Brunet-2000[ 86, 252] #> 20691 Frajzyngier-2001[ 297] #> 20698 Ebert-1979[ 222] #> 20703 Alio-1986[ 138, 142] #> 20718 Fleming-1990[ 546, 560-562] #> 20732 Frajzyngier-and-Shay-2002[ 380] #> 20748 Jungraithmayr-and-Adams-1992[ 59] #> 20800 Burquest-1973[ 32, 174-178] #> 20802 Reinisch-1882[ 34, 36] #> 20815 Kossmann-1997[ 270, 275, 358] #> 20826 Tourneux-et-al-1986[ 190] #> 20837 Simeone-Senelle-1997[ 414] #> 20851 Khan-1999[ 115, 356-357] #> 20863 Appleyard-1975[ 333-334] #> 20867 Hayward-1990a[ 471-476] #> 20894 Schuh-1972[ 33, 237-238, 454-455] #> 20947 Kossmann-2000[ 150, 173] #> 20970 Tucker-and-Bryan-1966[ 589] #> 20990 Wolff-1983[ 252- 253] #> 21054 Skinner-1979[ 51] #> 21055 Breeze-1990[ 29-30] #> 21075 Holes-1990[ 71] #> 21077 Lukas-1936[ 47] #> 21109 Schuh-1998[ 280] #> 21129 Glinert-1989[ 294-295] #> 21162 Harrell-1962[ 152] #> 21170 Meyer-Bahlburg-1972[ 162, 185-186] #> 21214 Jarvis-1989[ 108] #> 21221 Leslau-1950[ 28-29] #> 21223 Erwin-1963[ 328] #> 21231 Frajzyngier-1989[ 209-212] #> 21244 Reinisch-1893[ 147, 184];Hudson-1974[ passim] #> 21291 Kraft-and-Kirk-Greene-1973[ 37];Newman-2000[ 357ff];Kraft-1963[ Vol. 1:125, 132-134, 149];Migeod-1914[ 179] #> 21293 Kawachi-2007[ 286] #> 21333 Tosco-2001[ 119, 281] #> 21392 Hayward-1990b[ 303-307] #> 21397 Heine-1981[ 42] #> 21430 Newman-1974[ 59] #> 21491 Tucker-and-Bryan-1966[ 560] #> 21503 Cowell-1964[ 383] #> 21534 Kiessling-1994[ 209] #> 21555 Seibert-1998[ 116] #> 21565 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 21577 Gary-and-Gamal-Eldin-1982[ 38] #> 21578 Kogan-1997[ 442] #> 21588 Frajzyngier-1993[ 353] #> 21612 Frajzyngier-and-Johnston-2005[ 261] #> 21617 Hoffmann-1963[ 169, 179, 228] #> 21646 de-Colombel-1997[ 81] #> 21659 #> 21673 Jungraithmayr-1991[ 61] #> 21682 Lounis-1897[ passim, 131] #> 21688 Hellwig-2003[ 39] #> 21722 Caitucoli-1986[ 48] #> 21771 Hoskison-1983[ 90-91] #> 21773 Lukas-1970[ 83] #> 21775 Nehlil-1909[ 52] #> 21778 Hoskison-1983[ 90-91] #> 21788 Jarvis-1989[ 108] #> 21838 Simeone-Senelle-1997[ 414] #> 21884 Penchoen-1973a[ 50] #> 21887 Cowell-1964[ 383] #> 21918 Alio-1986[ 138, 142] #> 21926 Kogan-1997[ 442] #> 21930 Frajzyngier-and-Shay-2002[ 380] #> 21932 Tosco-2001[ 119, 281] #> 21935 Harrell-1962[ 152] #> 21957 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 21958 Heine-1981[ 42] #> 21961 Schuh-1998[ 280] #> 21979 Newman-1974[ 59] #> 21983 Owens-1985[ 66] #> 21994 Chaker-1983[ 142, 239] #> 22004 Frajzyngier-1989[ 209-212] #> 22009 Wolff-1983[ 252- 253] #> 22010 Newman-1970[ 15, passim, 128-129] #> 22026 Heath-2005[ 309, 335, 587] #> 22030 #> 22037 Gary-and-Gamal-Eldin-1982[ 38] #> 22046 Skinner-1979[ 51] #> 22047 Kraft-and-Kirk-Greene-1973[ 37];Newman-2000[ 357ff];Kraft-1963[ Vol. 1:125, 132-134, 149];Migeod-1914[ 179] #> 22063 Frajzyngier-1993[ 353] #> 22086 Kossmann-2000[ 150, 173] #> 22108 Glinert-1989[ 294-295] #> 22154 Holes-1990[ 71] #> 22175 #> 22210 Fleming-1990[ 546, 560-562] #> 22216 Breeze-1990[ 29-30] #> 22225 Cohen-1931[ 166] #> 22266 Hayward-1990a[ 471-476] #> 22286 Appleyard-1975[ 333-334] #> 22303 Leslau-1950[ 28-29] #> 22376 Erwin-1963[ 328] #> 22387 Tucker-and-Bryan-1966[ 589] #> 22402 Tucker-and-Bryan-1966[ 560] #> 22424 Hayward-1990b[ 303-307] #> 22425 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 22443 Raz-1983[ 76] #> 22487 Hudson-1974[ passim];Reinisch-1893[ 147, 184] #> 22489 Jungraithmayr-1991[ 61] #> 22493 Kiessling-1994[ 209] #> 22696 Lukas-1936[ 47] #> 22710 Lukas-and-Nachtigal-1939[ 58] #> 22715 Ebert-1979[ 222] #> 22721 Hellwig-2003[ 39] #> 22725 Burquest-1973[ 32, 174-178] #> 22727 Barreteau-and-Brunet-2000[ 86, 252] #> 22728 Hoffmann-1963[ 169, 179, 228] #> 22731 Meyer-Bahlburg-1972[ 162, 185-186] #> 22739 Seibert-1998[ 116] #> 22740 Frajzyngier-2001[ 297] #> 22744 Schuh-1972[ 33, 237-238, 454-455] #> 22749 de-Colombel-1997[ 81] #> 22752 Tourneux-et-al-1986[ 190] #> 22763 Frajzyngier-and-Johnston-2005[ 261] #> 22766 Caitucoli-1986[ 48] #> 22830 Kawachi-2007[ 286] #> 22831 Khan-1999[ 115, 356-357] #> 22836 Saeed-1987[ 71];Kirk-1905[ 48-49] #> 22908 Cowan-1958[ passim] #> 22923 Kossmann-1997[ 270, 275, 358] #> 23009 Hoskison-1983[ 90-91] #> 23045 #> 23074 Cowan-1958[ passim] #> 23134 Gary-and-Gamal-Eldin-1982[ 38] #> 23135 Kossmann-2000[ 150, 173] #> 23136 Kirk-1905[ 48-49];Saeed-1987[ 71] #> 23151 Heath-2005[ 309, 335, 587] #> 23168 Cowell-1964[ 383] #> 23173 Kossmann-1997[ 270, 275, 358] #> 23234 Glinert-1989[ 294-295] #> 23243 Migeod-1914[ 179];Kraft-and-Kirk-Greene-1973[ 37];Kraft-1963[ Vol. 1:125, 132-134, 149];Newman-2000[ 357ff] #> 23253 Penchoen-1973a[ 50] #> 23261 Holes-1990[ 71] #> 23291 Kawachi-2007[ 286] #> 23311 Khan-1999[ 115, 356-357] #> 23461 Frajzyngier-and-Johnston-2005[ 261] #> 23464 Frajzyngier-2001[ 297] #> 23479 Caitucoli-1986[ 48] #> 23480 Hoffmann-1963[ 169, 179, 228] #> 23501 Newman-1970[ 15, passim, 128-129] #> 23507 Barreteau-and-Brunet-2000[ 86, 252] #> 23508 Burquest-1973[ 32, 174-178] #> 23510 Wolff-1983[ 252- 253] #> 23512 Hellwig-2003[ 39] #> 23520 Tourneux-et-al-1986[ 190] #> 23525 Ebert-1979[ 222] #> 23527 Simeone-Senelle-1997[ 414] #> 23528 Lukas-1936[ 47] #> 23535 Schuh-1972[ 33, 237-238, 454-455] #> 23536 Skinner-1979[ 51] #> 23542 Meyer-Bahlburg-1972[ 162, 185-186] #> 23551 Lukas-and-Nachtigal-1939[ 58] #> 23558 Jarvis-1989[ 108] #> 23559 de-Colombel-1997[ 81] #> 23566 Frajzyngier-1993[ 353] #> 23567 Seibert-1998[ 116] #> 23575 Hoskison-1983[ 90-91] #> 23651 Simeone-Senelle-1997[ 414] #> 23681 Penchoen-1973a[ 50] #> 23684 Cowell-1964[ 383] #> 23702 Alio-1986[ 138, 142] #> 23711 Frajzyngier-1989[ 209-212] #> 23717 Schuh-1998[ 280] #> 23720 Newman-1974[ 59] #> 23750 #> 23758 Frajzyngier-1993[ 353] #> 23765 Newman-1970[ 15, passim, 128-129] #> 23766 Gary-and-Gamal-Eldin-1982[ 38] #> 23777 Migeod-1914[ 179];Newman-2000[ 357ff];Kraft-and-Kirk-Greene-1973[ 37];Kraft-1963[ Vol. 1:125, 132-134, 149] #> 23780 Skinner-1979[ 51] #> 23818 Glinert-1989[ 294-295] #> 23842 Kossmann-2000[ 150, 173] #> 23843 Holes-1990[ 71] #> 23853 #> 23895 Frajzyngier-and-Johnston-2005[ 261] #> 23896 Meyer-Bahlburg-1972[ 162, 185-186] #> 23901 Hellwig-2003[ 39] #> 23910 Caitucoli-1986[ 48] #> 23912 Seibert-1998[ 116] #> 23920 Burquest-1973[ 32, 174-178] #> 23929 Hoffmann-1963[ 169, 179, 228] #> 23934 Lukas-and-Nachtigal-1939[ 58] #> 23937 Frajzyngier-2001[ 297] #> 23955 de-Colombel-1997[ 81] #> 23958 Lukas-1936[ 47] #> 23962 Schuh-1972[ 33, 237-238, 454-455] #> 23965 Tourneux-et-al-1986[ 190] #> 23971 Barreteau-and-Brunet-2000[ 86, 252] #> 23974 Ebert-1979[ 222] #> 23982 Erwin-1963[ 328] #> 24042 Jungraithmayr-1991[ 61] #> 24046 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 24050 Kiessling-1994[ 209] #> 24059 Hoskison-1983[ 90-91] #> 24073 Cowell-1964[ 383] #> 24075 Penchoen-1973a[ 50] #> 24076 Simeone-Senelle-1997[ 414] #> 24115 Frajzyngier-1989[ 209-212] #> 24119 Newman-1974[ 59] #> 24142 Schuh-1998[ 280] #> 24147 Alio-1986[ 138, 142] #> 24175 Migeod-1914[ 179];Kraft-1963[ Vol. 1:125, 132-134, 149];Kraft-and-Kirk-Greene-1973[ 37];Newman-2000[ 357ff] #> 24181 #> 24182 Gary-and-Gamal-Eldin-1982[ 38] #> 24189 Newman-1970[ 15, passim, 128-129] #> 24191 Skinner-1979[ 51] #> 24199 Frajzyngier-1993[ 353] #> 24216 Hoskison-1983[ 90-91] #> 24225 #> 24229 Frajzyngier-1993[ 353] #> 24235 Barreteau-and-Brunet-2000[ 86, 252] #> 24255 Kossmann-2000[ 150, 173] #> 24272 Kraft-and-Kirk-Greene-1973[ 37];Migeod-1914[ 179];Newman-2000[ 357ff];Kraft-1963[ Vol. 1:125, 132-134, 149] #> 24273 Ebert-1979[ 222] #> 24309 Glinert-1989[ 294-295] #> 24310 Holes-1990[ 71] #> 24321 Seibert-1998[ 116] #> 24328 Burquest-1973[ 32, 174-178] #> 24409 Skinner-1979[ 51] #> 24410 Hellwig-2003[ 39] #> 24413 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 24425 Hoffmann-1963[ 169, 179, 228] #> 24430 Penchoen-1973a[ 50] #> 24431 de-Colombel-1997[ 81] #> 24437 Frajzyngier-2001[ 297] #> 24439 Gary-and-Gamal-Eldin-1982[ 38] #> 24445 #> 24450 Cowell-1964[ 383] #> 24471 Schuh-1998[ 280] #> 24477 Frajzyngier-1989[ 209-212] #> 24482 Caitucoli-1986[ 48] #> 24489 Jungraithmayr-1991[ 61] #> 24536 Tourneux-et-al-1986[ 190] #> 24542 Newman-1974[ 59] #> 24558 Schuh-1972[ 33, 237-238, 454-455] #> 24576 Newman-1970[ 15, passim, 128-129] #> 24577 Meyer-Bahlburg-1972[ 162, 185-186] #> 24595 Erwin-1963[ 328] #> 24603 Simeone-Senelle-1997[ 414] #> 24606 Frajzyngier-and-Johnston-2005[ 261] #> 24617 Lukas-1936[ 47] #> 24618 Kiessling-1994[ 209] #> 24624 Lukas-and-Nachtigal-1939[ 58] #> 24648 Kossmann-2000[ 150, 173] #> 24662 Glinert-1989[ 294-295] #> 24697 Holes-1990[ 71] #> 24702 Cowell-1964[ 383] #> 24706 Penchoen-1973a[ 50] #> 24708 #> 24790 Erwin-1963[ 328] #> 24838 Kraft-1963[ Vol. 1:125, 132-134, 149];Migeod-1914[ 179];Newman-2000[ 357ff];Kraft-and-Kirk-Greene-1973[ 37] #> 24840 #> 24846 Frajzyngier-1989[ 209-212] #> 24847 Skinner-1979[ 51] #> 24860 Newman-1974[ 59] #> 24862 Schuh-1998[ 280] #> 24871 Newman-1970[ 15, passim, 128-129] #> 24903 Gary-and-Gamal-Eldin-1982[ 38] #> 24934 Ebert-1979[ 222] #> 24942 Seibert-1998[ 116] #> 24944 Meyer-Bahlburg-1972[ 162, 185-186] #> 24947 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 24949 Tourneux-et-al-1986[ 190] #> 24951 Hellwig-2003[ 39] #> 24952 Barreteau-and-Brunet-2000[ 86, 252] #> 24953 Caitucoli-1986[ 48] #> 24964 Frajzyngier-and-Johnston-2005[ 261] #> 24966 Hoffmann-1963[ 169, 179, 228] #> 24984 Frajzyngier-2001[ 297] #> 24986 Hoskison-1983[ 90-91] #> 24999 Jungraithmayr-1991[ 61] #> 25001 Schuh-1972[ 33, 237-238, 454-455] #> 25006 de-Colombel-1997[ 81] #> 25020 Kiessling-1994[ 209] #> 25022 Frajzyngier-1993[ 353] #> 25028 Lukas-and-Nachtigal-1939[ 58] #> 25033 Lukas-1936[ 47] #> 25034 Simeone-Senelle-1997[ 414] #> 25037 Burquest-1973[ 32, 174-178] #> 25064 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 25070 Kiessling-1994[ 209] #> 25074 Jungraithmayr-1991[ 61] #> 25095 Schuh-1998[ 280] #> 25097 #> 25105 Gary-and-Gamal-Eldin-1982[ 38] #> 25134 Tourneux-et-al-1986[ 190] #> 25138 Frajzyngier-1989[ 209-212] #> 25154 Penchoen-1973a[ 50] #> 25168 Glinert-1989[ 294-295] #> 25190 Frajzyngier-1993[ 353] #> 25207 de-Colombel-1997[ 81] #> 25213 Kraft-1963[ Vol. 1:125, 132-134, 149];Newman-2000[ 357ff];Kraft-and-Kirk-Greene-1973[ 37];Migeod-1914[ 179] #> 25248 Hoffmann-1963[ 169, 179, 228] #> 25252 Skinner-1979[ 51] #> 25264 Seibert-1998[ 116] #> 25276 Meyer-Bahlburg-1972[ 162, 185-186] #> 25279 Ebert-1979[ 222] #> 25298 Lukas-and-Nachtigal-1939[ 58] #> 25301 Newman-1970[ 15, passim, 128-129] #> 25315 Kossmann-2000[ 150, 173] #> 25320 Lukas-1936[ 47] #> 25331 Barreteau-and-Brunet-2000[ 86, 252] #> 25338 Burquest-1973[ 32, 174-178] #> 25350 Schuh-1972[ 33, 237-238, 454-455] #> 25354 Hellwig-2003[ 39] #> 25356 Frajzyngier-and-Johnston-2005[ 261] #> 25366 Simeone-Senelle-1997[ 414] #> 25382 Frajzyngier-2001[ 297] #> 25393 Erwin-1963[ 328] #> 25415 Holes-1990[ 71] #> 25421 #> 25459 Hoskison-1983[ 90-91] #> 25474 Cowell-1964[ 383] #> 25487 Newman-1974[ 59] #> 25490 Caitucoli-1986[ 48] #> 25498 Lukas-and-Nachtigal-1939[ 58] #> 25508 Ebert-1979[ 222] #> 25509 Caitucoli-1986[ 48] #> 25528 Barreteau-and-Brunet-2000[ 86, 252] #> 25531 Meyer-Bahlburg-1972[ 162, 185-186] #> 25534 de-Colombel-1997[ 81] #> 25540 Frajzyngier-2001[ 297] #> 25549 Tourneux-et-al-1986[ 190] #> 25553 Lukas-1936[ 47] #> 25562 Hoffmann-1963[ 169, 179, 228] #> 25563 Schuh-1972[ 33, 237-238, 454-455] #> 25566 Hellwig-2003[ 39] #> 25567 Frajzyngier-and-Johnston-2005[ 261] #> 25578 Seibert-1998[ 116] #> 25581 Simeone-Senelle-1997[ 414] #> 25582 Burquest-1973[ 32, 174-178] #> 25589 Skinner-1979[ 51] #> 25592 Frajzyngier-1993[ 353] #> 25597 Newman-1970[ 15, passim, 128-129] #> 25605 Newman-1974[ 59] #> 25613 Frajzyngier-1989[ 209-212] #> 25618 Schuh-1998[ 280] #> 25620 Kraft-and-Kirk-Greene-1973[ 37];Migeod-1914[ 179];Kraft-1963[ Vol. 1:125, 132-134, 149];Newman-2000[ 357ff] #> 25642 Erwin-1963[ 328] #> 25645 Hoskison-1983[ 90-91] #> 25648 #> 25689 Gary-and-Gamal-Eldin-1982[ 38] #> 25712 Kossmann-2000[ 150, 173] #> 25725 Holes-1990[ 71] #> 25731 Jungraithmayr-1991[ 61] #> 25771 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 25777 Penchoen-1973a[ 50] #> 25792 #> 25847 Glinert-1989[ 294-295] #> 25887 Cowell-1964[ 383] #> 25890 Kiessling-1994[ 209] #> 26066 Kogan-1997[ 442] #> 26068 Owens-1985[ 66] #> 26079 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 26081 Tosco-2001[ 119, 281] #> 26106 Heine-1981[ 42] #> 26200 Hayward-1990a[ 471-476] #> 26226 Khan-1999[ 115, 356-357] #> 26242 Kirk-1905[ 48-49];Saeed-1987[ 71] #> 26271 Kawachi-2007[ 286] #> 26354 Hudson-1974[ passim];Reinisch-1893[ 147, 184] #> 26363 Leslau-1950[ 28-29] #> 26370 Cohen-1931[ 166] #> 26372 Raz-1983[ 76] #> 26409 Tucker-and-Bryan-1966[ 560] #> 26435 Tucker-and-Bryan-1966[ 589] #> 26437 Breeze-1990[ 29-30] #> 26463 Fleming-1990[ 546, 560-562] #> 26486 Appleyard-1975[ 333-334] #> 26498 Hayward-1990b[ 303-307] #> 26576 Heine-1981[ 42] #> 26577 Tosco-2001[ 119, 281] #> 26603 Kogan-1997[ 442] #> 26605 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 26606 Owens-1985[ 66] #> 26695 Appleyard-1975[ 333-334] #> 26707 Tucker-and-Bryan-1966[ 589] #> 26729 Kogan-1997[ 442] #> 26742 Hayward-1990b[ 303-307] #> 26745 Saeed-1987[ 71];Kirk-1905[ 48-49] #> 26797 Owens-1985[ 66] #> 26809 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 26817 Khan-1999[ 115, 356-357] #> 26820 Breeze-1990[ 29-30] #> 26906 Raz-1983[ 76] #> 26918 Hudson-1974[ passim];Reinisch-1893[ 147, 184] #> 26921 Fleming-1990[ 546, 560-562] #> 26941 Leslau-1950[ 28-29] #> 27038 Cohen-1931[ 166] #> 27039 Tucker-and-Bryan-1966[ 560] #> 27040 Kawachi-2007[ 286] #> 27091 Kogan-1997[ 442] #> 27103 Owens-1985[ 66] #> 27104 Leslau-1950[ 28-29] #> 27121 Kawachi-2007[ 286] #> 27139 Appleyard-1975[ 333-334] #> 27161 Khan-1999[ 115, 356-357] #> 27169 Tucker-and-Bryan-1966[ 560] #> 27267 Breeze-1990[ 29-30] #> 27270 Fleming-1990[ 546, 560-562] #> 27278 Reinisch-1893[ 147, 184];Hudson-1974[ passim] #> 27315 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 27337 Saeed-1987[ 71];Kirk-1905[ 48-49] #> 27365 Raz-1983[ 76] #> 27394 Cohen-1931[ 166] #> 27438 Hayward-1990b[ 303-307] #> 27448 Tucker-and-Bryan-1966[ 589] #> 27469 Kawachi-2007[ 286] #> 27503 Khan-1999[ 115, 356-357] #> 27520 Saeed-1987[ 71];Kirk-1905[ 48-49] #> 27532 Cohen-1931[ 166] #> 27540 Hudson-1974[ passim];Reinisch-1893[ 147, 184] #> 27550 Raz-1983[ 76] #> 27569 Leslau-1950[ 28-29] #> 27607 Owens-1985[ 66] #> 27608 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 27612 Kogan-1997[ 442] #> 27630 Tucker-and-Bryan-1966[ 560] #> 27653 Appleyard-1975[ 333-334] #> 27654 Hayward-1990b[ 303-307] #> 27768 Fleming-1990[ 546, 560-562] #> 27790 Breeze-1990[ 29-30] #> 27802 Tucker-and-Bryan-1966[ 589] #> 27934 Khan-1999[ 115, 356-357] #> 27938 Reinisch-1893[ 147, 184];Hudson-1974[ passim] #> 27939 Saeed-1987[ 71];Kirk-1905[ 48-49] #> 27985 Raz-1983[ 76] #> 28004 Kawachi-2007[ 286] #> 28006 Owens-1985[ 66] #> 28013 Cohen-1931[ 166] #> 28091 Leslau-1950[ 28-29] #> 28158 Tucker-and-Bryan-1966[ 560] #> 28180 Hayward-1990b[ 303-307] #> 28203 Tucker-and-Bryan-1966[ 589] #> 28245 Appleyard-1975[ 333-334] #> 28256 Fleming-1990[ 546, 560-562] #> 28261 Breeze-1990[ 29-30] #> 28316 Heine-1981[ 42] #> 28329 Tosco-2001[ 119, 281] #> 28330 Kogan-1997[ 442] #> 28341 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 28395 Cowan-1958[ passim] #> 28403 Kossmann-1997[ 270, 275, 358] #> 28419 Cowell-1964[ 383] #> 28421 Penchoen-1973a[ 50] #> 28423 Simeone-Senelle-1997[ 414] #> 28435 Harrell-1962[ 152] #> 28436 Frajzyngier-and-Shay-2002[ 380] #> 28437 Schuh-1998[ 280] #> 28440 Chaker-1983[ 142, 239] #> 28445 Wolff-1983[ 252- 253] #> 28449 Heath-2005[ 309, 335, 587] #> 28452 Jarvis-1989[ 108] #> 28508 Chaker-1983[ 142, 239] #> 28510 Heath-2005[ 309, 335, 587] #> 28520 Frajzyngier-and-Shay-2002[ 380] #> 28521 Harrell-1962[ 152] #> 28522 Schuh-1998[ 280] #> 28523 Wolff-1983[ 252- 253] #> 28584 Cowell-1964[ 383] #> 28609 Cowan-1958[ passim] #> 28613 Penchoen-1973a[ 50] #> 28623 Kossmann-1997[ 270, 275, 358] #> 28658 Heath-2005[ 309, 335, 587] #> 28660 Chaker-1983[ 142, 239] #> 28661 Schuh-1998[ 280] #> 28664 Harrell-1962[ 152] #> 28671 Simeone-Senelle-1997[ 414] #> 28672 Wolff-1983[ 252- 253] #> 28673 Jarvis-1989[ 108] #> 28675 Frajzyngier-and-Shay-2002[ 380] #> 28679 Chaker-1983[ 142, 239] #> 28680 Schuh-1998[ 280] #> 28682 Wolff-1983[ 252- 253] #> 28683 Frajzyngier-and-Shay-2002[ 380] #> 28687 Harrell-1962[ 152] #> 28707 Simeone-Senelle-1997[ 414] #> 28754 Kossmann-1997[ 270, 275, 358] #> 28761 Cowan-1958[ passim] #> 28768 Penchoen-1973a[ 50] #> 28787 Jarvis-1989[ 108] #> 28788 Heath-2005[ 309, 335, 587] #> 28814 Cowell-1964[ 383] #> 28828 Simeone-Senelle-1997[ 414] #> 28829 Jarvis-1989[ 108] #> 28830 Wolff-1983[ 252- 253] #> 28832 Frajzyngier-and-Shay-2002[ 380] #> 28833 Schuh-1998[ 280] #> 28856 Chaker-1983[ 142, 239] #> 28884 Harrell-1962[ 152] #> 28902 Heath-2005[ 309, 335, 587] #> 28932 Cowell-1964[ 383] #> 28946 Kossmann-1997[ 270, 275, 358] #> 28958 Penchoen-1973a[ 50] #> 28976 Cowan-1958[ passim] #> 29042 Qafisheh-1977 #> 29061 Sutcliffe-1936;Schabert-1976;Aquilina-1959;French-1978 #> 29099 McCarthy-1980[77-99] #> 29108 Owens-1984 #> 29111 McCarthy-1979a;McCarthy-1979b[443-466] #> 29112 Kenstowicz-and-Abdul-Karim-1980 #> 29117 Abdul-Karim-1979 #> 29118 Al-Mozainy-1981 #> 29123 Kenstowicz-and-Abdul-Karim-1980[55-76];Brahme-1974[39-61];Abu-Salim-1982;Abu-Salim-1980[1-11];Brahme-1973[14-25] #> 29125 Almkvist-1881 #> 29143 Irshied-and-Kenstowicz-1984[109-148] #> 29147 Seidel-1900 #> 29150 Ebert-1979 #> 29181 Blanc-1971[112-150] #> 29186 Mous-1993 #> 29207 Welmers-1952b #> 29215 Arsanis-1968[489-507];Khan-1999 #> 29369 Bolozky-1982;Glinert-1989 #> 29406 Applegate-1958 #> 29446 Tsereteli-1978 #> 29466 Abdel-Massih-1971 #> 29562 Khan-1999;Arsanis-1968[489-507] #> 29615 Applegate-1958 #> 29660 Bolozky-1982;Glinert-1989 #> 29717 Almkvist-1881 #> 29730 Abdel-Massih-1971 #> 29736 Tsereteli-1978 #> 29819 Qafisheh-1977 #> 29849 McCarthy-1980[77-99] #> 29854 Kenstowicz-and-Abdul-Karim-1980 #> 29855 Abdul-Karim-1979 #> 29863 Seidel-1900 #> 29867 Al-Mozainy-1981 #> 29946 Welmers-1952b #> 29954 Ebert-1979 #> 29959 Blanc-1971[112-150] #> 29960 Kenstowicz-and-Abdul-Karim-1980[55-76];Abu-Salim-1982;Brahme-1973[14-25];Brahme-1974[39-61];Abu-Salim-1980[1-11] #> 29966 Owens-1984 #> 29978 McCarthy-1979a;McCarthy-1979b[443-466] #> 29980 Mous-1993 #> 29986 Irshied-and-Kenstowicz-1984[109-148] #> 29989 Schabert-1976;Aquilina-1959;Sutcliffe-1936;French-1978 #> 29995 Blanc-1971[112-150] #> 29996 Abdul-Karim-1979 #> 30063 McCarthy-1980[77-99] #> 30087 Bolozky-1982;Glinert-1989 #> 30121 Abu-Salim-1980[1-11];Brahme-1974[39-61];Kenstowicz-and-Abdul-Karim-1980[55-76];Brahme-1973[14-25];Abu-Salim-1982 #> 30146 McCarthy-1979a;McCarthy-1979b[443-466] #> 30169 Owens-1984 #> 30202 Aquilina-1959;Schabert-1976;French-1978;Sutcliffe-1936 #> 30229 Mous-1993 #> 30267 Ebert-1979 #> 30268 Seidel-1900 #> 30281 Applegate-1958 #> 30323 Ebert-1976;Ebert-1979 #> 30384 Hetzron-1969;Hetzron-1976 #> 30395 Sachnine-1982 #> 30398 Applegate-1958 #> 30428 Johnstone-1975;Leslau-1938 #> 30461 Newman-1970 #> 30475 Louali-Reynal-et-al-1997;Prasse-1972 #> 30481 Schuh-1981 #> 30492 Tomiche-1964;Kennedy-1960;Mitchell-1962 #> 30546 Garbell-1965 #> 30559 Allan-1976b #> 30567 Allan-1976a #> 30584 Hudson-1976b;Hudson-1974 #> 30587 Burquest-1971 #> 30614 Fedry-1977 #> 30615 Fleming-1976 #> 30619 Nordbustad-1988;Whiteley-1958;Mous-1993;Maghway-1995 #> 30638 Maddieson-et-al-1993;Tucker-et-al-1977;Nurse-1986 #> 30655 Schuh-and-Bagari-1999;Newman-2000 #> 30664 Bouny-1977 #> 30685 Abdel-Massih-1971;Penchoen-1973b #> 30691 Lydall-1976 #> 30699 Newman-1974 #> 30725 Hayward-and-Hayward-1999 #> 30729 Bolozky-1997;Bolozky-1978 #> 30744 Owens-1985 #> 30759 Maddieson-1987;Hoffmann-1963 #> 30795 Klingenheben-1966;Palmer-1962 #> 30809 Armstrong-1964;Andrzejewsky-1956;Farnetani-1981;Hyman-1981a;Andrzejewsky-1955;Cardona-1981 #> 30893 Newman-1970 #> 30897 Burquest-1971 #> 30915 Owens-1985 #> 30930 Fleming-1976 #> 30957 Sachnine-1982 #> 30968 Newman-2000;Schuh-and-Bagari-1999 #> 30977 Fedry-1977 #> 31012 Ebert-1976;Ebert-1979 #> 31054 Garbell-1965 #> 31058 Lydall-1976 #> 31106 Maddieson-1987;Hoffmann-1963 #> 31110 Hudson-1974;Hudson-1976b #> 31197 Newman-1974 #> 31226 Allan-1976a #> 31237 Allan-1976b #> 31247 Bolozky-1978;Bolozky-1997 #> 31253 Schuh-1981 #> 31313 Hayward-and-Hayward-1999 #> 31328 Louali-Reynal-et-al-1997;Prasse-1972 #> 31330 Hetzron-1976;Hetzron-1969 #> 31375 Bouny-1977 #> 31389 Armstrong-1964;Farnetani-1981;Andrzejewsky-1956;Andrzejewsky-1955;Cardona-1981;Hyman-1981a #> 31391 Leslau-1938;Johnstone-1975 #> 31396 Applegate-1958 #> 31397 Palmer-1962;Klingenheben-1966 #> 31402 Abdel-Massih-1971;Penchoen-1973b #> 31403 Nordbustad-1988;Whiteley-1958;Maghway-1995;Mous-1993 #> 31404 Kennedy-1960;Mitchell-1962;Tomiche-1964 #> 31449 Maddieson-et-al-1993;Nurse-1986;Tucker-et-al-1977 #> 31468 Penchoen-1973b;Abdel-Massih-1971 #> 31528 Applegate-1958 #> 31529 Hoffmann-1963;Maddieson-1987 #> 31559 Palmer-1962;Klingenheben-1966 #> 31566 Fleming-1976 #> 31591 Hudson-1974;Hudson-1976b #> 31608 Ebert-1976;Ebert-1979 #> 31625 Newman-1970 #> 31628 Johnstone-1975;Leslau-1938 #> 31641 Sachnine-1982 #> 31652 Schuh-1981 #> 31664 Allan-1976a #> 31665 Newman-2000;Schuh-and-Bagari-1999 #> 31688 Nurse-1986;Maddieson-et-al-1993;Tucker-et-al-1977 #> 31700 Kennedy-1960;Mitchell-1962;Tomiche-1964 #> 31716 Owens-1985 #> 31726 Lydall-1976 #> 31738 Bolozky-1978;Bolozky-1997 #> 31740 Newman-1974 #> 31757 Maghway-1995;Whiteley-1958;Mous-1993;Nordbustad-1988 #> 31812 Allan-1976b #> 31828 Garbell-1965 #> 31880 Burquest-1971 #> 31919 Armstrong-1964;Cardona-1981;Andrzejewsky-1956;Andrzejewsky-1955;Farnetani-1981;Hyman-1981a #> 31941 Hayward-and-Hayward-1999 #> 31968 Hetzron-1969;Hetzron-1976 #> 31985 Prasse-1972;Louali-Reynal-et-al-1997 #> 31996 Fedry-1977 #> 32005 Bouny-1977 #> 32129 Heine-1981;Owens-1985 #> 32143 Newman-1970 #> 32148 Newman-2000;Wolff-1993;Smirnova-1982;Kraft-and-Kraft-1973 #> 32163 Hudson-1974 #> 32164 Penchoen-1973b #> 32165 Aikhenvald-1990 #> 32167 Gary-and-Gamal-Eldin-1982;Brustad-2000;Mitchell-1956 #> 32205 Heine-1981;Owens-1985 #> 32234 Penchoen-1973b #> 32243 Hudson-1974 #> 32281 Newman-1970 #> 32283 Brustad-2000;Mitchell-1956;Gary-and-Gamal-Eldin-1982 #> 32309 Hoffmann-1963 #> 32331 Aikhenvald-1990 #> 32341 Wolff-1993;Smirnova-1982;Newman-2000;Kraft-and-Kraft-1973 #> 32378 Newman-1970 #> 32424 Hudson-1974 #> 32425 Hoffmann-1963 #> 32450 Owens-1985;Heine-1981 #> 32451 Penchoen-1973b #> 32456 Newman-2000;Smirnova-1982;Wolff-1993;Kraft-and-Kraft-1973 #> 32489 Aikhenvald-1990 #> 32491 Brustad-2000;Mitchell-1956;Gary-and-Gamal-Eldin-1982 #> 32562 Hudson-1974 #> 32575 Aikhenvald-1990 #> 32585 Wolff-1993;Kraft-and-Kraft-1973 #> 32590 Mitchell-1956 #> 32610 Owens-1985;Heine-1981 #> 32612 Penchoen-1973b #> 32726 Aikhenvald-1990 #> 32739 Hudson-1974 #> 32747 Allan-1976b #> 32757 Penchoen-1973b #> 32791 Wolff-1993;Newman-2000 #> 32861 Owens-1985 #> 32877 Gary-and-Gamal-Eldin-1982 #> 33025 Newman-2000;Wolff-1993 #> 33031 Penchoen-1973b #> 33044 Hudson-1974 #> 33058 Aikhenvald-1990 #> 33078 Allan-1976b #> 33097 Gary-and-Gamal-Eldin-1982 #> 33117 Owens-1985 #> 33182 Hudson-1974 #> 33205 Penchoen-1973b #> 33235 Aikhenvald-1990 #> 33289 Owens-1985 #> 33318 Newman-2000;Wolff-1993 #> 33333 Gary-and-Gamal-Eldin-1982 #> 33334 Allan-1976b #> 33377 Hudson-1974 #> 33421 Penchoen-1973b #> 33451 Aikhenvald-1990 #> 33454 Owens-1985 #> 33511 Allan-1976b #> 33567 Gary-and-Gamal-Eldin-1982 #> 33584 Newman-2000;Wolff-1993 #> 33609 Frajzyngier-1993[passim] #> 33655 Hellwig-2003[passim] #> 33665 Burquest-1973[passim] #> 33682 Howeidy-1959[passim];Kraft-and-Kraft-1973[passim];Migeod-1914[passim];Kraft-1963[passim];Kraft-and-Kirk-Greene-1973[passim];Newman-2000[passim];Smirnova-1982[passim] #> 33734 Schuh-1972[passim] #> 33757 Tucker-and-Bryan-1966[passim] #> 33758 Mous-1993[passim];Nordbustad-1988[passim];Whiteley-1958[passim];Tucker-and-Bryan-1966[passim] #> 33848 Hayward-1990b[passim] #> 33851 Haywood-and-Nahmad-1965[passim];Cowan-1958[passim] #> 33859 Owens-1985[passim] #> 33878 Skinner-1979[passim] #> 33903 Kiessling-1994[passim] #> 33910 Meyer-Bahlburg-1972[passim];Tourneaux-1978[passim] #> 33929 Hoskison-1983[passim] #> 33939 Reinisch-1882[passim] #> 33943 Khan-1999[passim] #> 33949 Frajzyngier-2001[passim] #> 33958 Hayward-1990a[passim] #> 33963 Fleming-1990[passim] #> 33974 Appleyard-1975[passim] #> 33993 Newman-1974[passim] #> 34034 Wolff-1983[passim] #> 34038 Kawachi-2007[ passim] #> 34043 Lohr-2002[passim] #> 34045 Schuh-1998[passim] #> 34063 Ebert-1979[passim] #> 34068 Breeze-1990[passim] #> 34076 Kirk-1905[passim];Saeed-1987[passim];Kirk-1903[passim] #> 34095 Newman-1970[passim] #> 34110 Tourneux-et-al-1986[passim] #> 34155 Cowell-1964[passim] #> 34158 Hoffmann-1963[passim] #> 34159 Harrell-1962[passim] #> 34197 Leslau-1995[ passim];Cowley-et-al-1976[passim];Leslau-1966[passim];Cotterell-1964[passim] #> 34208 Holes-1990[passim] #> 34209 Almkvist-1881[passim];Hudson-1974[passim];Reinisch-1893[passim] #> 34228 Raz-1983[passim] #> 34233 Glinert-1989[passim] #> 34252 Gary-and-Gamal-Eldin-1982[passim] #> 34267 Lukas-and-Nachtigal-1939[passim] #> 34285 Wagner-1953[ passim];Simeone-Senelle-1997[passim] #> 34296 Leslau-1950[passim] #> 34301 Heath-2005[ passim] #> 34318 Frajzyngier-1989[passim] #> 34324 Erwin-1963[passim] #> 34343 Penchoen-1973b[passim];Abdel-Massih-1971[passim] #> 34373 Lukas-1936[passim] #> 34444 Applegate-1958[passim];Applegate-1955[passim] #> 34451 Nehlil-1909[passim] #> 34461 Kossmann-2000[passim] #> 34465 Kossmann-1997[passim] #> 34481 Plumley-1948[passim];Lambdin-1983[passim] #> 34536 de-Colombel-1997[passim] #> 34568 Devens-2001a #> 34577 #> 34585 Gimba-2000 #> 34597 Tewolde-2001 #> 34609 Cowell-1964[240ff., 253ff.] #> 34623 Moravcsik-1978[308] #> 34668 Schuh-1998 #> 34704 Rose-nd #> 34742 Sapir-1949[78] #> 34746 Rose-nd #> 34756 Rose-nd #> 34759 #> 34762 Rose-2003 #> 34764 #> 34772 Devens-2001b #> 34774 #> 34818 Moravcsik-1978 #> 34952 Mous-1993 #> 34953 Ebert-1979 #> 34964 Berman-1997 #> 34993 Mitchell-1962 #> 34998 Penchoen-1973b #> 35037 Hudson-1974 #> 35056 Owens-1985 #> 35105 Newman-2000 #> 35134 Newman-2000 #> 35172 Ebert-1979 #> 35187 Mitchell-1962 #> 35191 Mous-1993 #> 35218 Hudson-1974 #> 35225 Owens-1985 #> 35236 Berman-1997 #> 35305 Penchoen-1973b #> 35445 Hyman-1981a;Farnetani-1981;Andrzejewsky-1956;Andrzejewsky-1955;Cardona-1981;Armstrong-1964 #> 35491 Hetzron-1969;Hetzron-1976 #> 35556 Allan-1976b #> 35570 Newman-1974 #> 35592 Fedry-1977 #> 35612 Bolozky-1978;Bolozky-1997 #> 35646 Hudson-1974;Hudson-1976b #> 35651 Bouny-1977 #> 35672 Fleming-1976 #> 35678 Prasse-1972;Louali-Reynal-et-al-1997 #> 35709 Ebert-1976;Ebert-1979 #> 35730 Lydall-1976 #> 35734 Leslau-1938;Johnstone-1975 #> 35739 Allan-1976a #> 35740 Owens-1985 #> 35742 Newman-2000;Schuh-and-Bagari-1999 #> 35750 Burquest-1971 #> 35752 Mitchell-1962;Kennedy-1960;Tomiche-1964 #> 35776 Garbell-1965 #> 35780 Hayward-and-Hayward-1999 #> 35786 Sachnine-1982 #> 35789 Palmer-1962;Klingenheben-1966 #> 35822 Newman-1970 #> 35835 Penchoen-1973b;Abdel-Massih-1971 #> 35841 Applegate-1958 #> 35848 Schuh-1981 #> 35850 Hoffmann-1963;Maddieson-1987 #> 35874 Whiteley-1958;Mous-1993;Maghway-1995;Nordbustad-1988 #> 35881 Nurse-1986;Tucker-et-al-1977;Maddieson-et-al-1993 #> 36035 Newman-2000[200-215];Newman-1979 #> 36037 Frajzyngier-2001[55-56] #> 36040 Leslau-1995[161-169] #> 36041 Borg-and-Azzopardi-Alexander-1997 #> 36043 Cowell-1964[372-376] #> 36049 Corbett-and-Hayward-1987 #> 36050 Hayward-1984[131-132, 159-184] #> 36051 Mitchell-1956[19-20] #> 36052 Hudson-1974[119-120] #> 36054 Schuh-1998[190-198] #> 36055 Allan-1976b #> 36056 Corbett-1991[51-52];Parker-and-Hayward-1985[225] #> 36057 Owens-1985[87-88, 94-96] #> 36070 Glinert-1994[4, 14-16] #> 36071 Mous-nd #> 36075 Pillinger-1989;Oomen-1981 #> 36076 Penchoen-1973b[12-14] #> 36079 Tucker-and-Bryan-1966[576-578];Mous-1993;Banti-1997[98-100] #> 36081 Holes-1990[155-157] #> 36082 Raz-1997 #> 36292 Hudson-1974[119-120] #> 36294 Mous-nd #> 36297 Owens-1985[87-88, 94-96] #> 36305 Hayward-1984[131-132, 159-184] #> 36310 Cowell-1964[372-376] #> 36311 Penchoen-1973b[12-14] #> 36312 Corbett-and-Hayward-1987 #> 36313 Leslau-1995[161-169] #> 36321 Glinert-1994[4, 14-16] #> 36324 Allan-1976b #> 36333 Holes-1990[155-157] #> 36340 Parker-and-Hayward-1985[225];Corbett-1991[51-52] #> 36355 Newman-2000[200-215];Newman-1979 #> 36356 Schuh-1998[190-198] #> 36357 Oomen-1981;Pillinger-1989 #> 36358 Raz-1997 #> 36362 Borg-and-Azzopardi-Alexander-1997 #> 36365 Frajzyngier-2001[55-56] #> 36367 Mitchell-1956[19-20] #> 36370 Mous-1993;Tucker-and-Bryan-1966[576-578];Banti-1997[98-100] #> 36584 Allan-1976b #> 36600 Holes-1990[155-157] #> 36601 Newman-2000[200-215];Newman-1979 #> 36602 Frajzyngier-2001[55-56] #> 36603 Hayward-1984[131-132, 159-184] #> 36609 Corbett-and-Hayward-1987 #> 36610 Hudson-1974[119-120] #> 36615 Leslau-1995[161-169] #> 36623 Cowell-1964[372-376] #> 36627 Glinert-1994[4, 14-16] #> 36629 Corbett-1991[51-52];Parker-and-Hayward-1985[225] #> 36631 Penchoen-1973b[12-14] #> 36634 Borg-and-Azzopardi-Alexander-1997 #> 36637 Pillinger-1989;Oomen-1981 #> 36638 Schuh-1998[190-198] #> 36640 Raz-1997 #> 36643 Mitchell-1956[19-20] #> 36648 Mous-nd #> 36650 Owens-1985[87-88, 94-96] #> 36653 Banti-1997[98-100];Tucker-and-Bryan-1966[576-578];Mous-1993 #> 36708 Ebert-1979[149-151] #> 36790 Hoskison-1983[34] #> 36798 Hayward-1990b[246] #> 36804 Appleyard-1975[322-323] #> 36818 Caitucoli-1986[28] #> 36823 Frajzyngier-and-Shay-2002[ 46] #> 36874 Tucker-and-Bryan-1966[557] #> 36882 Schuh-1998[193] #> 36957 Alio-1986[231] #> 36977 Simeone-Senelle-1997[392] #> 36993 Glinert-1989[450, 453] #> 37001 Newman-1971[85] #> 37033 Reinisch-1893[60, 62];Hudson-1974[120] #> 37035 Reinisch-1882[88] #> 37051 Migeod-1914[22];Newman-2000[430] #> 37078 Newman-1974[82-84] #> 37090 Schuh-1972[96] #> 37095 Khan-1999[159-166] #> 37099 Taylor-1994[50] #> 37101 Wolff-1983[89] #> 37102 Meyer-Bahlburg-1972[59-66];Tourneaux-1978[195] #> 37128 Tucker-and-Bryan-1966[574];Whiteley-1958[12] #> 37136 Kiessling-1994[50-62] #> 37137 Tourneux-et-al-1986[153-156] #> 37144 Frajzyngier-2001[56-57] #> 37154 Sara-1974[55-57] #> 37160 Lohr-2002[98] #> 37201 Lounis-1897[140-141] #> 37202 Lukas-and-Nachtigal-1939[29] #> 37217 Kirk-1905[22-25];Saeed-1987[119] #> 37236 Kawachi-2007[86, 345] #> 37265 Breeze-1990[11] #> 37269 Skinner-1979[155-156] #> 37285 Kogan-1997[ 431] #> 37289 Leslau-1966[600] #> 37319 Abdel-Massih-1971[93-115];Penchoen-1973b[14] #> 37321 #> 37323 Raz-1983[17-23] #> 37324 Gary-and-Gamal-Eldin-1982[72-75] #> 37327 Holes-1990[148, 150] #> 37328 Kossmann-1997[71, 85, 91-104] #> 37329 Cowell-1964[211-231] #> 37330 Kossmann-2000[31-32] #> 37331 Harrell-1962[101-128] #> 37333 Heath-2005[ 162, 170-236] #> 37342 Nehlil-1909[15] #> 37348 Applegate-1958[22, 32-33] #> 37350 Erwin-1963[182] #> 37353 Lukas-1936[16ff] #> 37355 Vycichl-1991[73];Basset-1890[15] #> 37389 Lukas-1970[ 17-18] #> 37397 Burquest-1973[18, 29] #> 37415 Barreteau-and-Brunet-2000[22] #> 37439 Hellwig-2003[31] #> 37450 Frajzyngier-1993[46] #> 37474 de-Colombel-1997[36] #> 37525 Barreteau-1988[39, 57] #> 37547 Fleming-1990[517] #> 37558 Frajzyngier-and-Johnston-2005[ 62] #> 37581 Newman-1970[37, 50, 111] #> 37616 Hoffmann-1963[57] #> 37638 Hayward-1990a[444] #> 37640 Owens-1985[94] #> 37655 Leslau-1950[16] #> 37665 Frajzyngier-1989[123] #> 37673 Heine-1981[26-27] #> 37718 Lambdin-1983[1] #> 37762 Owens-1985[94] #> 37787 Frajzyngier-2001[56] #> 37795 Frajzyngier-1989[123-4] #> 37815 Wolff-1983 #> 37852 Frajzyngier-and-Shay-2002[46-7] #> 37882 Simeone-Senelle-1997[391-2] #> 37885 Gary-and-Gamal-Eldin-1982 #> 37897 Appleyard-1975[320-4] #> 37899 Simeone-Senelle-1997[391-2] #> 37906 Bliese-1981[176-80] #> 37908 Berchem-1991[47-8, 97ff.] #> 37928 Kraft-and-Kirk-Greene-1973 #> 37939 Amborn-et-al-1980 #> 37945 Awagana-2001[50-53] #> 37948 Mous-1993[44-7] #> 37953 Tosco-2001[83ff.] #> 37962 Lambdin-1983[1-2] #> 37977 #> 37981 Borg-and-Azzopardi-Alexander-1997 #> 37982 Hayward-1990b[246-8] #> 37988 Jungraithmayr-and-Adams-1992[24-8] #> 37995 Kogan-1997[431-2] #> 38002 Schuh-1998[193] #> 38010 Tosco-1991[21-36] #> 38103 Gary-and-Gamal-Eldin-1982[77-79] #> 38110 Owens-1985[98] #> 38111 Ebert-1979[130] #> 38121 Titov-1991[99-100] #> 38159 Bauer-1991[409-411] #> 38161 Mous-1993[112] #> 38162 Hudson-1974[124-125] #> 38165 Aikhenvald-1990[57-60] #> 38204 Penchoen-1973b[27] #> 38209 Newman-2000[217] #> 38294 Frajzyngier-1993[143] #> 38349 Hoffmann-1963[57] #> 38383 #> 38445 Newman-2000[460] #> 38446 Ebert-1979[250, 251] #> 38455 Frajzyngier-1997[205] #> 38474 Corbett-2000[191] #> 38481 #> 38496 #> 38524 Lambdin-1983[2, 57] #> 38528 de-Colombel-1997[36, 44] #> 38542 Hoffmann-1963[54, 56] #> 38554 Barreteau-1988[57, 62] #> 38575 Raz-1983[35] #> 38590 Kossmann-2000[154] #> 38601 Wolff-1983[190-191, 201-204, 209] #> 38620 Schuh-1972[94, 165-171] #> 38636 Frajzyngier-1993[135, 169] #> 38644 Hellwig-2003[31, 33] #> 38652 Fleming-1990[517-518] #> 38664 Ebert-1979[165, 174] #> 38675 Seibert-1998[73] #> 38678 Leslau-1966[600] #> 38687 Hayward-1990b[275] #> 38698 Schuh-1998[221, 242, 277] #> 38708 Howeidy-1959[26-27];Newman-2000[143, 372] #> 38746 Tourneaux-1978[262];Meyer-Bahlburg-1972[80-81] #> 38790 Leslau-1950[18] #> 38791 Kogan-1997[431, 441] #> 38800 Cowan-1958[9] #> 38815 Newman-1971[81, 85-86, 88] #> 38817 Newman-1974[86] #> 38821 Cowell-1964[494] #> 38824 Tourneux-et-al-1986[162] #> 38825 Hayward-1990a[443] #> 38827 Erwin-1963[213, 348] #> 38833 #> 38835 Taylor-1994[50] #> 38841 Hudson-1974[120];Reinisch-1893[60] #> 38842 Khan-1999[173, 203] #> 38846 Jungraithmayr-1991[31] #> 38849 Glinert-1989[12] #> 38852 Lukas-1936[31] #> 38860 Jungraithmayr-1990[30] #> 38866 Harrell-1962[146] #> 38870 Frajzyngier-1989[131-133] #> 38871 Holes-1990[59, 158] #> 38873 Gary-and-Gamal-Eldin-1982[32-33, 59, 76] #> 38874 Saeed-1987[150-152];Kirk-1905[90-91];Kirk-1903[10] #> 38880 Kiessling-1994[79-81] #> 38889 Hoskison-1983[47] #> 38914 Applegate-1955[passim] #> 38943 Heine-1981[29] #> 39014 Tucker-and-Bryan-1966[passim] #> 39065 Owens-1985[passim] #> 39073 Bliese-1981[15] #> 39088 Vycichl-1991[64] #> 39097 Kawachi-2007[ passim] #> 39098 Kossmann-1997[passim] #> 39135 Lambdin-1983[5, 57] #> 39144 Kraft-and-Kraft-1973[136, 383];Kraft-1963[(Vol. 1) 74, (Vol. 2) 204, (Vol. 2) 205];Newman-2000[154] #> 39163 Wolff-1983[211-212] #> 39171 Frajzyngier-1993[136, 138] #> 39185 Schuh-1998[245] #> 39186 Schuh-1972[94, 165, 177-183] #> 39210 Erwin-1963[351, 353] #> 39227 Frajzyngier-2001[82] #> 39242 Raz-1983[passim] #> 39244 Leslau-1966[154] #> 39254 Kossmann-2000[161] #> 39261 Leslau-1950[17] #> 39264 Kogan-1997[431] #> 39282 Glinert-1989[98, 12] #> 39307 Khan-1999[195] #> 39332 Meyer-Bahlburg-1972[74] #> 39345 Skinner-1979[61, 106] #> 39352 Newman-1971[85-86] #> 39357 Harrell-1962[147, 189] #> 39366 Applegate-1958[20];Applegate-1955[passim] #> 39373 Hayward-1990a[passim] #> 39385 Caitucoli-1986[25] #> 39388 Frajzyngier-1989[131] #> 39393 Holes-1990[passim] #> 39406 Hoffmann-1963[passim] #> 39407 Gary-and-Gamal-Eldin-1982[passim] #> 39411 #> 39420 Hellwig-2003[33] #> 39421 Hayward-1990b[passim] #> 39424 Cowell-1964[494] #> 39438 Kiessling-1994[passim] #> 39445 Kirk-1905[90] #> 39508 Kossmann-1997[passim] #> 39527 Heine-1981[29] #> 39541 Bliese-1981[15] #> 39542 Tucker-and-Bryan-1966[passim] #> 39567 Kawachi-2007[ passim] #> 39581 Owens-1985[passim] #> 39640 Vycichl-1991[64] #> 39688 Mous-1993[112] #> 39691 Penchoen-1973b[27] #> 39728 Wolff-1993[91-113] #> 39737 Hudson-1974[124] #> 39760 Gary-and-Gamal-Eldin-1982[79] #> 39788 Glinert-1991[5] #> 39797 Owens-1985[98] #> 39866 Ebert-1979[130] #> 40126 Armstrong-1964;Andrzejewsky-1956;Andrzejewsky-1955;Farnetani-1981;Cardona-1981;Hyman-1981a #> 40162 Allan-1976a #> 40208 Mous-1993;Nordbustad-1988;Maghway-1995;Whiteley-1958 #> 40215 Bouny-1977 #> 40237 Newman-1974 #> 40242 Fleming-1976 #> 40287 Hudson-1974;Hudson-1976b #> 40295 Hayward-and-Hayward-1999 #> 40297 Bolozky-1978;Bolozky-1997 #> 40347 Fedry-1977 #> 40360 Allan-1976b #> 40372 Schuh-and-Bagari-1999;Newman-2000 #> 40377 Sachnine-1982 #> 40379 Lydall-1976 #> 40385 Penchoen-1973b;Abdel-Massih-1971 #> 40389 Tomiche-1964;Kennedy-1960;Mitchell-1962 #> 40396 Palmer-1962;Klingenheben-1966 #> 40414 Leslau-1938;Johnstone-1975 #> 40417 Maddieson-1987;Hoffmann-1963 #> 40420 Schuh-1981 #> 40428 Newman-1970 #> 40439 Nurse-1986;Maddieson-et-al-1993;Tucker-et-al-1977 #> 40442 Owens-1985 #> 40445 Hetzron-1976;Hetzron-1969 #> 40459 Applegate-1958 #> 40463 Ebert-1976;Ebert-1979 #> 40466 Garbell-1965 #> 40475 Louali-Reynal-et-al-1997;Prasse-1972 #> 40503 Burquest-1971 #> 40512 Wolff-1993[231 ff.] #> 40531 Ebert-1979[passim] #> 40596 Gary-and-Gamal-Eldin-1982[100] #> 40610 Hudson-1974[127 ff.] #> 40615 Glinert-1991[22 ff.] #> 40636 Mous-1993[159] #> 40642 Owens-1985[60 ff.] #> 40660 Penchoen-1973b[25] #> 40711 Ebert-1979[136] #> 40714 Leger-1994[140] #> 40715 Glinert-1989[chap 7] #> 40719 Holes-1990[118] #> 40720 Schuh-1998[225-7] #> 40725 Borg-and-Azzopardi-Alexander-1997 #> 40743 Mitchell-1956[54] #> 40766 Naumann-2000[30-38] #> 40776 Lamberti-and-Sottile-1997[81] #> 40785 Schuh-1977[21] #> 40808 Schuh-1977[7-11] #> 40812 Hoffmann-1963[85] #> 40824 Owens-1985[87] #> 40846 Schuh-1983[315-17] #> 40895 Naumann-2000[38-48] #> 40914 Frajzyngier-and-Shay-2002[84-88] #> 40923 Naumann-2000[48-54] #> 40927 Wolff-1993[119-20] #> 40929 Mous-1993[82-90] #> 40931 Saeed-1999[113] #> 40964 Leger-1994[164] #> 40972 Mitchell-1956[54] #> 40994 Ebert-1979[136] #> 41006 Glinert-1989[chap 7] #> 41032 Borg-and-Azzopardi-Alexander-1997 #> 41034 Schuh-1998[225] #> 41053 Owens-1985[88-9] #> 41066 Wolff-1993[120] #> 41085 Naumann-2000[48-54] #> 41086 Hoffmann-1963[85-6] #> 41087 Schuh-1983[315-17] #> 41089 Schuh-1977[21, 23] #> 41097 Naumann-2000[30-38] #> 41101 Naumann-2000[38-48] #> 41106 Mous-1993[114] #> 41107 Holes-1990[116-8] #> 41108 Lamberti-and-Sottile-1997[81] #> 41118 Schuh-1977[7-11] #> 41125 Saeed-1999[113-4] #> 41150 Owens-1985[87, 98] #> 41162 Hoffmann-1963[90] #> 41163 Newman-2000[147, 217] #> 41193 Mous-1993[90, 112] #> 41208 Schuh-1998[187, 225] #> 41233 Penchoen-1973b[21, 27] #> 41277 Sara-1974[63] #> 41281 Glinert-1989[50] #> 41329 Borg-and-Azzopardi-Alexander-1997[195, 208] #> 41332 Mitchell-1956[26, 54] #> 41345 Frajzyngier-1989[122, 133] #> 41361 Frajzyngier-1993[54, 83] #> 41368 Hudson-1997[462] #> 41369 Penchoen-1973b[27] #> 41370 Robinson-1942[477] #> 41373 Glinert-1989[51] #> 41374 Hudson-1976b[111-112] #> 41375 Frajzyngier-1993[84-87, 106] #> 41377 Frajzyngier-2001[100] #> 41378 Ebert-1979[130] #> 41380 Layton-2000[65] #> 41382 Gary-and-Gamal-Eldin-1982[79] #> 41429 Owens-1985[98, 102] #> 41430 Amha-2001[81] #> 41452 Hoskison-1983[48] #> 41459 Hetzron-1976[19] #> 41479 Allan-1976b[383] #> 41486 Nordbustad-1988[30] #> 41487 Kiessling-1994[87] #> 41609 Lydall-1976[413] #> 41768 Penchoen-1973b[25-27] #> 41781 Saeed-1999 #> 41785 Glinert-1989[51] #> 41793 Owens-1985[187, 137, 19, 85, 93] #> 41797 Layton-2000[63-75] #> 41822 Smirnova-1982[40ff] #> 41841 Gary-and-Gamal-Eldin-1982[79] #> 41847 Ebert-1979 #> 41856 Frajzyngier-1989 #> 41877 Mous-1993 #> 42120 #> 42144 Awagana-2001[76] #> 42147 Hompo-1990[375] #> 42149 Berchem-1991[80] #> 42150 Owens-1985[192] #> 42154 Mitchell-1962[56, 151, 155] #> 42160 Mous-1993[120] #> 42163 Amha-2001[58, 119] #> 42172 Newman-2000[154];Kraft-and-Kirk-Greene-1973 #> 42183 Meyer-Bahlburg-1972[74] #> 42188 Frajzyngier-2001[228-9] #> 42192 Haspelmath-1997[296-98] #> 42226 Hoffmann-1963 #> 42271 Lohr-2002[304, 308, 318, 323] #> 42281 Glinert-1989[67-68] #> 42299 #> 42305 Holes-1990[76ff.] #> 42310 El-Mountassir-1999 #> 42316 Frajzyngier-1993[118-125] #> 42321 Leslau-1995[58] #> 42330 Borg-and-Azzopardi-Alexander-1997[98-103] #> 42349 Schuh-1998[240-241] #> 42372 Owens-1985[108, 187] #> 42407 Saeed-1999[77-78] #> 42469 Amha-2001[246-8] #> 42495 Lydall-1976[409-13] #> 42520 Kiessling-1994[87, 192] #> 42603 Hudson-1976b[111] #> 42606 Mous-1993[226] #> 42620 Frajzyngier-2001[132, 149] #> 42625 Hetzron-1976[208] #> 42626 Ebert-1979[196] #> 42634 Allan-1976b[390] #> 42678 Owens-1985[120-1] #> 42680 Hoskison-1983[75] #> 42732 Robinson-1942[466/482] #> 42741 Layton-2000[68-9] #> 42753 Hudson-1997[463] #> 42758 Gary-and-Gamal-Eldin-1982[29, 59] #> 42774 Glinert-1989[498] #> 42794 Penchoen-1973b[27, 57] #> 42798 Frajzyngier-1993[192, 201-3, 216-28] #> 42850 Glinert-1989[passim] #> 42898 Gary-and-Gamal-Eldin-1982[passim] #> 42914 Wolff-1993[91-117] #> 42923 Leslau-1995[48, 181-190] #> 42933 Penchoen-1973b[19-20, 22-23, 25-27] #> 42939 Hudson-1974[119-121, 123-126] #> 42946 Saeed-1999[63-66, 68-69, 72-79, 109-117] #> 42975 Owens-1985[98-121] #> 42994 Breeze-1990[11-14, 38, 40-42] #> 43066 Ebert-1979[130-140, 187-195, 198-200] #> 43069 Mous-1993[83, 94-114, 126-127, 152-154] #> 43330 Newman-1974 #> 43338 Lydall-1976 #> 43346 Hetzron-1969;Hetzron-1976 #> 43353 Tucker-et-al-1977;Nurse-1986;Maddieson-et-al-1993 #> 43373 Fleming-1976 #> 43383 Burquest-1971 #> 43392 Hayward-and-Hayward-1999 #> 43407 Hoffmann-1963;Maddieson-1987 #> 43420 Sachnine-1982 #> 43436 Schuh-1981 #> 43467 Newman-1970 #> 43483 Bolozky-1997;Bolozky-1978 #> 43499 Bouny-1977 #> 43555 Fedry-1977 #> 43567 Whiteley-1958;Nordbustad-1988;Mous-1993;Maghway-1995 #> 43568 Ebert-1976;Ebert-1979 #> 43571 Garbell-1965 #> 43580 Owens-1985 #> 43582 Allan-1976b #> 43583 Allan-1976a #> 43585 Cardona-1981;Andrzejewsky-1956;Hyman-1981a;Andrzejewsky-1955;Armstrong-1964;Farnetani-1981 #> 43588 Newman-2000;Schuh-and-Bagari-1999 #> 43598 Palmer-1962;Klingenheben-1966 #> 43600 Louali-Reynal-et-al-1997;Prasse-1972 #> 43601 Hudson-1974;Hudson-1976b #> 43605 Abdel-Massih-1971;Penchoen-1973b #> 43609 Mitchell-1962;Tomiche-1964;Kennedy-1960 #> 43610 Leslau-1938;Johnstone-1975 #> 43612 Applegate-1958 #> 43651 Wolff-1993[91-117] #> 43653 Gary-and-Gamal-Eldin-1982[passim] #> 43700 Glinert-1989[passim] #> 43764 Leslau-1995[48, 181-190] #> 43787 Mous-1993[83, 94-114, 126-127, 152-154] #> 43793 Ebert-1979[130-140, 187-195, 198-200] #> 43800 Saeed-1999[63-66, 68-69, 72-79, 109-117] #> 43862 Breeze-1990[11-14, 38, 40-42] #> 43865 Owens-1985[98-121] #> 43871 Penchoen-1973b[59-85, 88-93] #> 43899 Hudson-1974[119-121, 123-126] #> 43998 Cotterell-1964[4];Leslau-1966[601] #> 44080 Hayward-1990a[443] #> 44141 Hayward-1990b[249-250, 255-259] #> 44156 Almkvist-1881[75];Hudson-1974[119-121];Reinisch-1893[60, 65, 72] #> 44158 Owens-1985[100-102] #> 44163 Taylor-1994[50, 53] #> 44170 Cowan-1958[passim] #> 44217 Appleyard-1975[324-328] #> 44272 Tucker-and-Bryan-1966[557] #> 44282 Heine-1981[33] #> 44315 Ebert-1979[187, 192] #> 44373 Kossmann-1997[71, 90] #> 44382 Applegate-1958[23, 33-34];Applegate-1955[34-35] #> 44385 Heath-2005[ 573] #> 44389 Kossmann-2000[23] #> 44393 Penchoen-1973b[19-20, 54] #> 44408 Kawachi-2007[ 352, 360] #> 44411 Tosco-2001[94, 97] #> 44449 Breeze-1990[38, 40] #> 44471 Fleming-1990[519] #> 44540 Erwin-1963[217, 299, 333] #> 44541 Plumley-1948[122];Lambdin-1983[3, 57] #> 44546 Cowell-1964[476] #> 44547 Kogan-1997[ 441] #> 44548 Khan-1999[186ff., 299ff.] #> 44551 Glinert-1989[150, 199, 497] #> 44567 Hoffmann-1963[passim] #> 44574 Hoskison-1983[passim] #> 44586 Harrell-1962[passim] #> 44599 Gary-and-Gamal-Eldin-1982[59] #> 44600 Wolff-1983[passim] #> 44607 Holes-1990[passim] #> 44637 Whiteley-1958[19] #> 44653 Kirk-1903[passim] #> 44661 Nehlil-1909[passim] #> 44667 Frajzyngier-1993[passim] #> 44682 Skinner-1979[passim] #> 44693 Frajzyngier-and-Johnston-2005[ passim] #> 44718 Newman-1974[82] #> 44738 de-Colombel-1997[passim] #> 44752 Meyer-Bahlburg-1972[passim] #> 44769 Hellwig-2003[passim] #> 44773 Lukas-and-Nachtigal-1939[26] #> 44794 Simeone-Senelle-1997[passim] #> 44809 Newman-1970[passim] #> 44820 Schuh-1998[passim] #> 44822 Migeod-1914[passim] #> 44836 Lohr-2002[passim] #> 44837 Raz-1983[passim] #> 44891 Schuh-1972[95-96] #> 44902 Frajzyngier-2001[passim] #> 44909 Frajzyngier-1989[passim] #> 44938 Burquest-1973[passim] #> 44948 Stolz-1996[185] #> 44969 Kraft-and-Kirk-Greene-1973 #> 45001 Simon-1979 #> 45003 Ebert-1979 #> 45031 El-Solami-Mewis-1987[216f] #> 45035 Leger-1994 #> 45036 Frajzyngier-1989 #> 45056 Quitout-1997[125] #> 45089 Gary-and-Gamal-Eldin-1982[63] #> 45095 Frajzyngier-1993 #> 45104 Borg-and-Azzopardi-Alexander-1997 #> 45126 Stolz-1996[190] #> 45129 Holes-1990 #> 45130 Stolz-1996[190] #> 45177 Lamberti-1993a[65] #> 45184 Penchoen-1973b[28] #> 45190 Quitout-1997[125] #> 45202 Tosco-1991[77-79] #> 45205 Quitout-1997[125] #> 45227 Owens-1985[117, 120] #> 45248 Griefenow-Mewis-and-Bitima-1994[163f 374] #> 45254 Mous-1993 #> 45305 Mous-1993[118-119] #> 45316 Frajzyngier-1989[141-143] #> 45319 Frajzyngier-1993[77 and 153] #> 45320 El-Solami-Mewis-1987[34] #> 45392 Griefenow-Mewis-and-Bitima-1994[37 and 106] #> 45395 Leger-1994[188-192] #> 45404 Lamberti-1993a[107-111] #> 45407 Borg-and-Azzopardi-Alexander-1997 #> 45411 Quitout-1997[76, 85] #> 45417 Holes-1990[235-238] #> 45419 Plisch-1999[19-21] #> 45428 Simon-1979[84-89] #> 45429 Stroomer-1995 #> 45460 Ebert-1979[163-164] #> 45479 Kraft-and-Kirk-Greene-1973 #> 45495 Mitchell-1962 #> 45506 Owens-1985 #> 45515 Lamberti-and-Sottile-1997 #> 45522 Maas-1999[219-223] #> 45587 #> 45588 #> 45622 #> 45642 #> 45668 Lamberti-and-Sottile-1997[118-119] #> 45676 #> 45680 Leslau-1995[147-151] #> 45690 #> 45696 Cerulli-1951[287, cited in Lamberti and Sottile 1997:118] #> 45698 Hoffmann-1963[110-111] #> 45709 Lamberti-1993a[111, cited in Lamberti and Sottile 1997:118] #> 45713 Newman-2000[509] #> 45716 #> 45727 Lamberti-1993b[144, cited in Lamberti and Sottile 1997:118] #> 45729 Gil-1982[14] #> 45849 Hayward-1984[208-214] #> 45851 Nichols-1992[295] #> 45862 Nichols-1992[295] #> 45865 Nichols-1992[295] #> 45872 #> 45915 Nehlil-1909 #> 45940 #> 45961 #> 45963 Nichols-1992[295] #> 45975 Khan-1999[244-246] #> 45976 Hoffmann-1963 #> 45980 Harrell-et-al-1965 #> 45993 Frajzyngier-1993 #> 46001 #> 46023 #> 46026 #> 46032 Schuh-1972 #> 46067 Schuh-1998 #> 46068 #> 46251 Harrell-et-al-1965 #> 46283 #> 46292 #> 46310 Hoffmann-1963 #> 46316 Schuh-1972 #> 46327 Owens-1993[69] #> 46609 Meyer-Bahlburg-1972[86];Tourneaux-1978[185, 259] #> 46642 Tourneux-et-al-1986[166-167] #> 46650 Harrell-1962[135, 203] #> 46657 Abdel-Massih-1971[37-43];Penchoen-1973b[64-65] #> 46663 Applegate-1958[31];Applegate-1955[46] #> 46671 Cowan-1958[48-49] #> 46681 Frajzyngier-1989[148] #> 46684 Jungraithmayr-1990[38] #> 46690 Frajzyngier-and-Shay-2002[ 54-56] #> 46695 Jarvis-1989[55] #> 46699 Kiessling-1994[79] #> 46701 Frajzyngier-2001[61-66] #> 46706 Ebert-1979[130-133] #> 46718 Skinner-1979[118] #> 46722 Glinert-1989[24] #> 46724 Hudson-1974[123];Almkvist-1881[88];Reinisch-1893[103] #> 46727 Jungraithmayr-and-Adams-1992[43] #> 46739 Kogan-1997[ 429-430, passim] #> 46748 Lohr-2002[126] #> 46760 Kirk-1903[13];Kirk-1905[20];Saeed-1987[156] #> 46764 Schuh-1972[112] #> 46765 Penchoen-1973a[22-23] #> 46772 Erwin-1963[272] #> 46790 Holes-1990[59, 96, 171] #> 46791 Lukas-1936[28] #> 46793 Hoskison-1983[39-43] #> 46794 Leslau-1966[602] #> 46795 Sara-1974[64] #> 46799 Newman-1970[passim 116, passim] #> 46805 Leslau-1950[18] #> 46814 Whiteley-1958[17-18] #> 46818 Galand-1974[37] #> 46819 Hoffmann-1963[78-83] #> 46833 Newman-2000[482];Migeod-1914[75-78];Kraft-and-Kirk-Greene-1973[46] #> 46860 Gary-and-Gamal-Eldin-1982[32, 48] #> 46865 Kossmann-2000[153] #> 46871 Burquest-1973[185] #> 46873 Khan-1999[passim 84, 219] #> 46880 Vycichl-1991[95] #> 46889 Schuh-1998[246] #> 46900 Nicolas-1953[37] #> 46905 Cohen-1931[138] #> 46907 Wolff-1983[85, 95-96] #> 46914 Kossmann-1997[182, 185] #> 46916 Heath-2005[ 259] #> 46917 Jungraithmayr-1991[37] #> 46925 Lukas-and-Nachtigal-1939[38-39] #> 46929 Lukas-1970[ 35] #> 46930 Cowell-1964[512, 540] #> 46935 Alio-1986[204] #> 46954 Raz-1983[37] #> 47035 Frajzyngier-1993[passim] #> 47047 Hayward-1990a[passim] #> 47135 Bliese-1981[164-170] #> 47214 Owens-1985[passim] #> 47216 Newman-1974[passim] #> 47217 Tucker-and-Bryan-1966[558] #> 47335 Hoffmann-1963 #> 47341 Gary-and-Gamal-Eldin-1982 #> 47342 Owens-1985 #> 47345 Aikhenvald-1990 #> 47388 Newman-1970 #> 47407 Hudson-1974 #> 47408 Newman-2000;Wolff-1993 #> 47419 Penchoen-1973b #> 47437 Dillmann-and-Bezold-1907 #> 47454 Allan-1976b #> 47473 Newman-1974 #> 47510 Gary-and-Gamal-Eldin-1982 #> 47513 Owens-1985 #> 47517 Wolff-1993;Newman-2000 #> 47530 Newman-1974 #> 47567 Dillmann-and-Bezold-1907 #> 47585 Hudson-1974 #> 47605 Hoffmann-1963 #> 47636 Aikhenvald-1990 #> 47656 Allan-1976b #> 47675 Penchoen-1973b #> 47700 Newman-1970 #> 47777 Gary-and-Gamal-Eldin-1982 #> 47782 Hudson-1974 #> 47816 Aikhenvald-1990 #> 47819 Wolff-1993;Newman-2000 #> 47828 Dillmann-and-Bezold-1907 #> 47891 Hoffmann-1963 #> 47896 Newman-1974 #> 47915 Newman-1970 #> 47938 Owens-1985 #> 47950 Penchoen-1973b #> 47958 Allan-1976b #> 47989 Hayward-and-Hayward-1999 #> 48052 Allan-1976a #> 48060 Owens-1985 #> 48122 Sachnine-1982 #> 48127 Palmer-1962;Klingenheben-1966 #> 48135 Burquest-1971 #> 48206 Applegate-1958 #> 48217 Hudson-1976b;Hudson-1974 #> 48239 Maddieson-et-al-1993;Nurse-1986;Tucker-et-al-1977 #> 48257 Bouny-1977 #> 48258 Fleming-1976 #> 48283 Schuh-1981 #> 48292 Leslau-1938;Johnstone-1975 #> 48300 Allan-1976b #> 48323 Newman-1970 #> 48326 Fedry-1977 #> 48369 Newman-2000;Schuh-and-Bagari-1999 #> 48385 Newman-1974 #> 48440 Ebert-1979;Ebert-1976 #> 48450 Maddieson-1987;Hoffmann-1963 #> 48454 Penchoen-1973b;Abdel-Massih-1971 #> 48466 Farnetani-1981;Cardona-1981;Hyman-1981a;Armstrong-1964;Andrzejewsky-1955;Andrzejewsky-1956 #> 48467 Hetzron-1969;Hetzron-1976 #> 48477 Lydall-1976 #> 48478 Maghway-1995;Mous-1993;Whiteley-1958;Nordbustad-1988 #> 48496 Bolozky-1978;Bolozky-1997 #> 48515 Mitchell-1962;Tomiche-1964;Kennedy-1960 #> 48547 Prasse-1972;Louali-Reynal-et-al-1997 #> 48549 Garbell-1965 #> 48565 Schuh-1972 #> 48575 Khan-1999 #> 48610 Frajzyngier-1993 #> 48617 Schuh-1998 #> 48622 #> 48638 #> 48647 Hoffmann-1963[69-70] #> 48656 #> 48668 #> 48685 Nehlil-1909 #> 48691 #> 48714 Hoffmann-1963[69-70] #> 48718 #> 48741 Harrell-et-al-1965[72-73] #> 48754 #> 48785 #> 48790 #> 48794 Khan-1999 #> 48799 #> 48842 Owens-1985[152-162] #> 48859 #> 48868 #> 48893 #> 48910 Frajzyngier-2001[417-24] #> 48911 Berman-1976[71] #> 48913 Gary-and-Gamal-Eldin-1982[63];Abdel-Massih-et-al-1979 #> 48917 Shcheglov-1970[174, 253, 273] #> 48935 Mous-1993 #> 48987 Serzisko-1984 #> 48992 Hartmann-1980 #> 49019 #> 49021 Owens-1985 #> 49031 Reinisch-1893 #> 49072 Raz-1983 #> 49076 #> 49080 Gary-and-Gamal-Eldin-1982 #> 49153 Reinisch-1882 #> 49166 Kraft-and-Kirk-Greene-1973 #> 49189 Hoffmann-1963 #> 49191 Mallon-1956 #> 49193 Johnson-1966 #> 49202 Newman-1970 #> 49236 Mous-1993[91, 97, 108, 298];Mous-2004[110-11] #> 49254 Ebert-1979[250, 274-6] #> 49274 Amborn-et-al-1980[122] #> 49330 #> 49354 Gary-and-Gamal-Eldin-1982[33, 37] #> 49392 Penchoen-1973b[61, 83-4] #> 49400 Amha-2001[62] #> 49401 Schuh-1998[276] #> 49406 Bliese-1981[62-8] #> 49407 Owens-1985[212, 214ff., 221] #> 49418 Tosco-2001[295-7] #> 49426 Abdoulaye-2004[86];Newman-2000[575] #> 49427 Frajzyngier-1989[151-6, 236] #> 49428 Kogan-1997[442-3] #> 49434 Lambdin-1983[3, 27] #> 49437 Frajzyngier-1993[163-4] #> 49459 Wolff-1983 #> 49465 Berchem-1991[324-5, 327] #> 49472 Frajzyngier-2001[96-7, 341-3] #> 49497 Awagana-2001[147-9] #> 49500 Meyer-Bahlburg-1972[158, 218] #> 49516 Bybee-et-al-1994[84, 332-333, quoting Newman 1974:45ff.] #> 49517 Lamberti-and-Sottile-1997 #> 49522 Penchoen-1973b #> 49532 Owens-1985[65] #> 49542 Eisele-1999 #> 49544 Dahl-1985[154-155] #> 49550 Dahl-1985[156] #> 49551 Bybee-et-al-1994[84, 337, quoting Hoffmann 1963:175-77] #> 49614 Bybee-et-al-1994[142, 337, 338, quoting Cortade 1969:29-30] #> 49615 #> 49616 Dahl-1985[155] #> 49629 Bybee-et-al-1994 #> 49662 Bybee-et-al-1994 #> 49680 Dahl-1985[114] #> 49687 #> 49704 Newman-2000 #> 49733 Dahl-1985[156] #> 49737 Dahl-1985[156] #> 49748 Dahl-1985[156] #> 49753 Bybee-et-al-1994[82, 331, quoting Raz 1983:5-6] #> 49757 Dahl-1985[155] #> 49766 #> 49781 Dahl-1985[114] #> 49800 Bybee-et-al-1994[142, 338, quoting Newman 1974:55] #> 49802 Dahl-1985[154-155] #> 49808 Dahl-1985[156] #> 49815 Eisele-1999 #> 49824 Bybee-et-al-1994[82, 331, quoting Hetzron 1969:13f] #> 49827 Dahl-1985[156] #> 49830 Owens-1985[73] #> 49882 Newman-2000 #> 49911 Lamberti-and-Sottile-1997 #> 49912 Penchoen-1973b #> 49929 #> 49940 Bybee-et-al-1994 #> 49951 Bybee-et-al-1994 #> 49966 Bybee-et-al-1994[252, 349, quoting Hoffman 1963:222] #> 49968 Dahl-1985[156] #> 49987 Dahl-1985[114] #> 49991 #> 50005 #> 50006 #> 50018 Lamberti-and-Sottile-1997 #> 50055 Eisele-1999 #> 50060 #> 50078 Owens-1985 #> 50091 Penchoen-1973b #> 50097 Newman-2000 #> 50102 Dahl-1985[154-155] #> 50127 Bybee-et-al-1994 #> 50139 Dahl-1985[156] #> 50174 Dahl-1985[156] #> 50178 #> 50181 Dahl-1985[155] #> 50214 Dahl-1985[154-155] #> 50230 Bybee-et-al-1994[64-65, 327, quoting Raz 1983:6, 73-74, 199] #> 50256 Bybee-et-al-1994[64-65, 327, quoting Hoffmann 1963:220-225] #> 50265 Bybee-et-al-1994[79-80, 330, quoting Hetzron 1969:13f., 27f.] #> 50271 Owens-1985[74] #> 50286 Dahl-1985[156] #> 50298 Dahl-1985[156] #> 50309 Dahl-1985[114] #> 50312 #> 50318 Dahl-1985[156] #> 50324 Lamberti-and-Sottile-1997 #> 50326 Bybee-et-al-1994 #> 50349 Newman-2000 #> 50360 Bybee-et-al-1994 #> 50367 Eisele-1999 #> 50375 Dahl-1985[155] #> 50382 Penchoen-1973b #> 50403 #> 50420 de-Colombel-1997[60, 63, 67] #> 50426 Kossmann-2000[61ff] #> 50454 Applegate-1958[24-26];Applegate-1955[36, 38] #> 50465 Nehlil-1909[43, 50] #> 50469 Lukas-1936[37-42] #> 50551 Lukas-and-Nachtigal-1939[50-55] #> 50559 Owens-1985[68] #> 50582 Skinner-1979[38, 44, 133, 143] #> 50586 Jungraithmayr-1991[47, 50, 52] #> 50701 Newman-1974[46, 138] #> 50723 Reinisch-1882[34] #> 50752 Appleyard-1975[333ff] #> 50797 Hoskison-1983[83-84] #> 50831 Tucker-and-Bryan-1966[559] #> 50863 Hayward-1990a[471-478] #> 50886 Reinisch-1893[183] #> 50887 Sara-1974[69] #> 50930 Fleming-1990[549-550, 554-557] #> 50935 Kirk-1905[43ff];Saeed-1987[28-29, passim];Kirk-1903[45-46] #> 50968 Kiessling-1994[138-139] #> 51015 Hayward-1990b[302-307] #> 51026 Ebert-1979[77] #> 51054 Heine-1981[43-44] #> 51132 Schuh-1972[18-19] #> 51175 Breeze-1990[29] #> 51197 Kawachi-2007[ 397] #> 51229 Caitucoli-1986[33-34] #> 51252 Hoffmann-1963[169, 178, 190, 196] #> 51257 Frajzyngier-2001[169] #> 51276 Cohen-1931[passim] #> 51280 Erwin-1963[84, 138-139] #> 51282 Khan-1999[90, 93] #> 51295 Leslau-1950[28-30] #> 51298 Kossmann-1997[131ff] #> 51310 Penchoen-1973b[28-39] #> 51317 Leslau-1966[609] #> 51323 Frajzyngier-1989[97-98, 101-105] #> 51324 Cowell-1964[173-174, 319] #> 51328 Wolff-1983[109-110, 157, 165-167, 179-180] #> 51333 Gary-and-Gamal-Eldin-1982[92, 93, 95, 100-101] #> 51339 Harrell-1962[41, 46, 173] #> 51359 Holes-1990[186, 187, 204] #> 51363 Simeone-Senelle-1997[402] #> 51377 Glinert-1989[468, 470] #> 51435 Burquest-1973[37] #> 51437 Lambdin-1983[passim] #> 51449 Tourneux-et-al-1986[passim] #> 51453 Migeod-1914[passim] #> 51468 Newman-1970[passim] #> 51478 Hellwig-2003[4§, 51-58] #> 51480 Whiteley-1958[30] #> 51517 Frajzyngier-1993[passim] #> 51531 Schuh-1998[passim] #> 51573 Hetzron-1976;Hetzron-1969 #> 51581 Hudson-1976b;Hudson-1974 #> 51711 Garbell-1965 #> 51726 Applegate-1958 #> 51757 Louali-Reynal-et-al-1997;Prasse-1972 #> 51773 Mitchell-1962;Tomiche-1964;Kennedy-1960 #> 51826 Farnetani-1981;Andrzejewsky-1956;Hyman-1981a;Andrzejewsky-1955;Cardona-1981;Armstrong-1964 #> 51841 Bolozky-1997;Bolozky-1978 #> 51913 Penchoen-1973b;Abdel-Massih-1971 #> 51957 Fleming-1976 #> 51960 Allan-1976b #> 51967 Klingenheben-1966;Palmer-1962 #> 51993 Hayward-and-Hayward-1999 #> 52014 Burquest-1971 #> 52024 Fedry-1977 #> 52034 Sachnine-1982 #> 52035 Schuh-1981 #> 52038 Newman-1974 #> 52041 Newman-1970 #> 52047 Maddieson-1987;Hoffmann-1963 #> 52053 Ebert-1979;Ebert-1976 #> 52061 Maddieson-et-al-1993;Tucker-et-al-1977;Nurse-1986 #> 52063 Owens-1985 #> 52066 Bouny-1977 #> 52067 Whiteley-1958;Nordbustad-1988;Maghway-1995;Mous-1993 #> 52071 Allan-1976a #> 52072 Schuh-and-Bagari-1999;Newman-2000 #> 52074 Lydall-1976 #> 52075 Leslau-1938;Johnstone-1975 #> 52106 Owens-1985[67] #> 52123 Simeone-Senelle-1997[404] #> 52124 Taylor-1994[75, 308] #> 52137 Raz-1983[55-56] #> 52146 Penchoen-1973b[40] #> 52164 Kossmann-1997[345] #> 52176 Holes-1990[199-200] #> 52203 Watson-1993[77] #> 52204 Sadiqi-1997[159-160] #> 52208 Nicolas-1953[43] #> 52226 Mitchell-and-Al-Hassan-1994[33-34] #> 52234 Amha-2001[126-127] #> 52243 Hoffmann-1975[171-172] #> 52246 Bentolila-and-Shimelis-1998[173];Leslau-1995[353-354] #> 52249 Mous-1992[164] #> 52256 Aquilina-1959[320];Borg-and-Azzopardi-Alexander-1997[27] #> 52268 #> 52269 Garbell-1965[71];Jastrow-1997[344] #> 52271 Provoost-and-Koulifa-1987[156-157] #> 52278 Schuh-1998[122] #> 52286 Breeze-1990[36] #> 52288 Hudson-1964[91] #> 52301 Sara-1974[92-93] #> 52304 Abu-Absi-1995[32-33] #> 52324 Newman-1970[124-125, 148-149] #> 52336 Lukas-and-Nachtigal-1939[56-57] #> 52345 Gary-and-Gamal-Eldin-1982[97-98] #> 52350 Caubet-1993[88-90];Marcais-1977[38] #> 52363 Malygina-2001[269-270];Schwarzwald-2001[36-37];Rosen-1979[189] #> 52381 Allan-1976b[388] #> 52407 Smirnova-1982[58];Cowan-and-Schuh-1976[122];Dobronravin-and-Smirnova-2001[329-330] #> 52484 Jungraithmayr-1963[35] #> 52504 Hamouma-nd[77] #> 52546 Shahin-1995[30] #> 52571 Lydall-1976[421] #> 52638 Ebert-1979[91] #> 52667 Sadiqi-1997[158-159] #> 52674 Shahin-1995[30-31] #> 52695 Kossmann-1997[359] #> 52791 Holes-1990[72] #> 52810 Hudson-1964[133] #> 52820 Mous-1992[165] #> 52838 Breeze-1990[37] #> 52898 Owens-1985[67] #> 52960 #> 52963 Caubet-1993[162];Marcais-1977[275-279] #> 52964 Wagner-1953[13] #> 52966 Raz-1983[76] #> 52973 Mitchell-and-Al-Hassan-1994[33] #> 52974 Newman-1970[124] #> 52975 Abu-Absi-1995[33] #> 52982 Nicolas-1953[43, 44] #> 52983 Lukas-and-Nachtigal-1939[56] #> 52989 Gary-and-Gamal-Eldin-1982[38-39] #> 52999 Glinert-1989[294];Berman-1997[328];Malygina-2001[277] #> 53006 Watson-1993[76] #> 53009 Smirnova-1982[58];Cowan-and-Schuh-1976[166];Dobronravin-and-Smirnova-2001[345-346] #> 53021 Leslau-1995[348-349, 353, 824-825];Bentolila-and-Shimelis-1998[173] #> 53027 Lydall-1976[427] #> 53033 Amha-2001[229] #> 53035 Allan-1976b[388] #> 53036 Ebert-1979[63, 93-94] #> 53081 Schuh-1998[143, 145] #> 53112 Sutcliffe-1936[213];Borg-and-Azzopardi-Alexander-1997[27] #> 53126 #> 53188 Taylor-1994[308] #> 53191 Malygina-2001[269-274] #> 53202 Hetzron-1969[14, 32-33] #> 53229 Mitchell-and-Al-Hassan-1994[29-34] #> 53265 Hoffmann-1975[171-173, 200-209] #> 53272 Mous-1992[162-165, 272-273] #> 53302 Cowan-and-Schuh-1976[122, 147-148] #> 53314 Ebert-1979[62, 88-92] #> 53364 Bentolila-and-Shimelis-1998[173] #> 53368 Gary-and-Gamal-Eldin-1982[15, 97] #> 53378 Schuh-1998[122, 139] #> 53382 Owens-1985[67, 79, p.c.] #> 53394 Borg-and-Azzopardi-Alexander-1997[27, 29, 238, 242] #> 53403 #> 53413 Amha-2001[126-128] #> 53421 Caubet-1993[33-57] #> 53479 Sara-1974[67, 92-93] #> 53503 Shisha-Halevy-1988[53-60] #> 53512 Raz-1983[55-56, 68-69] #> 53569 Ebert-1979 #> 53607 Gary-and-Gamal-Eldin-1982 #> 53622 Glinert-1989 #> 53628 Dobronravin-and-Smirnova-2001 #> 53633 Penchoen-1973b #> 53704 Owens-1985 #> 53767 Dubnova-1990 #> 53817 Mous-1993 #> 53826 Caubet-1993 #> 53835 Raz-1983 #> 53919 Holes-1990[201] #> 53922 Wagner-1953[128] #> 53928 Cowan-and-Schuh-1976;Jungraithmayr-and-Mohlig-1976[302];Newman-2000 #> 53955 Mitchell-and-Al-Hassan-1994[44-50];Gary-and-Gamal-Eldin-1982 #> 53968 Saeed-1999[83, 185, 226f.] #> 53991 Owens-1985[77f.] #> 53992 Caubet-1993[131-136, 142f.] #> 54008 Almkvist-1881[170] #> 54013 Borg-and-Azzopardi-Alexander-1997[240] #> 54028 Leslau-1995[674f.] #> 54031 Glinert-1994[66];Kopelovich-1982[67-69] #> 54035 Ebert-1979[121] #> 54040 Raz-1983[47] #> 54048 Mous-1992[201] #> 54052 Penchoen-1973b[37] #> 54078 Kopelovich-1982[67, 201-205] #> 54082 #> 54086 Borg-and-Azzopardi-Alexander-1997[241] #> 54108 Holes-1990[201f.] #> 54113 Caubet-1993[108-112] #> 54116 Wagner-1953[108] #> 54117 Owens-1985[78] #> 54119 Mitchell-and-Al-Hassan-1994[44-50];Gary-and-Gamal-Eldin-1982 #> 54123 Leslau-1995[380f.] #> 54137 Saeed-1999[92, 119] #> 54243 Mous-1992[217] #> 54255 Raz-1983[88] #> 54256 Ebert-1979[186] #> 54296 Almkvist-1881[270f] #> 54329 Kopelovich-1982[67-69, 201-216] #> 54334 Gary-and-Gamal-Eldin-1982;Mitchell-and-Al-Hassan-1994[47-58] #> 54339 Borg-and-Azzopardi-Alexander-1997[239-242] #> 54363 Mous-1992[144] #> 54389 Caubet-1993[108-111, 127-130, 140-143] #> 54390 #> 54394 Holes-1990[200-202] #> 54407 Owens-1985[77f.] #> 54421 Wagner-1953[50, 108, 123, 128] #> 54452 Leslau-1995[380f., 674f., 819f.] #> 54457 Raz-1983[47, 88, 97] #> 54464 Ebert-1979[118-121, 186] #> 54489 Saeed-1999[83, 92, 119, 185, 226f.] #> 54520 Owens-1985 #> 54536 Glinert-1989 #> 54560 Ebert-1979 #> 54567 Smirnova-1982 #> 54589 Gary-and-Gamal-Eldin-1982 #> 54610 Mous-1993 #> 54639 Bentolila-1981 #> 54722 Holes-1990[202] #> 54829 Dahl-1984[95-6] #> 54948 Bentolila-1981 #> 54988 Smirnova-1982 #> 55014 Ebert-1979 #> 55022 Owens-1985 #> 55080 Glinert-1989 #> 55084 Gary-and-Gamal-Eldin-1982 #> 55107 Mous-1993 #> 55184 Holes-1990[202] #> 55284 Dahl-1984[95-6] #> 55381 Owens-1985[66, 81] #> 55387 Glinert-1989[204] #> 55436 #> 55442 #> 55452 Frajzyngier-1993 #> 55465 Mous-1992 #> 55480 Stroomer-1995 #> 55497 Lamberti-and-Sottile-1997 #> 55509 Cowan-and-Schuh-1976 #> 55521 Borg-and-Azzopardi-Alexander-1997 #> 55533 Mitchell-1962 #> 55535 #> 55547 Mous-nd #> 55548 #> 55555 #> 55557 #> 55567 #> 55571 #> 55580 #> 55582 #> 55584 #> 55587 #> 55604 #> 55619 #> 55656 #> 55667 #> 55845 Fleming-1976 #> 55865 Bouny-1977 #> 55870 Allan-1976a #> 55904 Allan-1976b #> 55918 Johnstone-1975;Leslau-1938 #> 55922 Andrzejewsky-1955;Farnetani-1981;Cardona-1981;Armstrong-1964;Andrzejewsky-1956;Hyman-1981a #> 55940 Schuh-and-Bagari-1999;Newman-2000 #> 55969 Abdel-Massih-1971;Penchoen-1973b #> 56008 Klingenheben-1966;Palmer-1962 #> 56017 Lydall-1976 #> 56024 Ebert-1979;Ebert-1976 #> 56027 Applegate-1958 #> 56036 Owens-1985 #> 56037 Fedry-1977 #> 56048 Hudson-1976b;Hudson-1974 #> 56053 Burquest-1971 #> 56092 Hayward-and-Hayward-1999 #> 56113 Garbell-1965 #> 56140 Kennedy-1960;Tomiche-1964;Mitchell-1962 #> 56162 Louali-Reynal-et-al-1997;Prasse-1972 #> 56195 Hetzron-1969;Hetzron-1976 #> 56214 Bolozky-1997;Bolozky-1978 #> 56264 Maghway-1995;Whiteley-1958;Nordbustad-1988;Mous-1993 #> 56270 Tucker-et-al-1977;Nurse-1986;Maddieson-et-al-1993 #> 56274 Schuh-1981 #> 56275 Hoffmann-1963;Maddieson-1987 #> 56280 Newman-1970 #> 56285 Sachnine-1982 #> 56293 Newman-1974 #> 56318 Mitchell-1962 #> 56343 Lamberti-and-Sottile-1997 #> 56368 Cowan-and-Schuh-1976 #> 56375 Mous-nd #> 56378 #> 56395 Borg-and-Azzopardi-Alexander-1997 #> 56420 #> 56426 Stroomer-1995 #> 56438 Owens-1985[66] #> 56451 #> 56462 Mous-1992 #> 56463 Glinert-1989 #> 56476 Frajzyngier-1993[59-60] #> 56521 Hayward-1984[110] #> 56541 Khan-1999[334, 342, 345, 346] #> 56580 Leslau-1966[594];Leslau-1995[ 836] #> 56587 Taylor-1994[57] #> 56635 Kogan-1997[441] #> 56636 Owens-1985[129] #> 56688 Bliese-1981[6, 102] #> 56706 Kirk-1905[81, passim];Kirk-1903[36] #> 56709 Cohen-1931[203] #> 56712 Appleyard-1975[344] #> 56724 Tucker-and-Bryan-1966[560] #> 56727 Breeze-1990[46-47] #> 56753 Leslau-1950[31] #> 56782 Tucker-and-Bryan-1966[590];Nordbustad-1988[301, 304];Whiteley-1958[63] #> 56800 Fleming-1990[572] #> 56854 Hayward-1990b[319-320, passim] #> 56867 Raz-1983[94, passim] #> 56902 Heine-1981[23] #> 57005 Kawachi-2007[ 511] #> 57025 Hudson-1974[115];Reinisch-1893[65] #> 57045 Tosco-2001[259] #> 57074 Frajzyngier-2001[109] #> 57076 Caitucoli-1986[44] #> 57088 Kraft-1963[(Vol. 1) 35, 105, 149, 165];Newman-2000[718];Migeod-1914[45];Smirnova-1982[71] #> 57099 Kiessling-1994[205, 206] #> 57122 Holes-1990[3, 107, 117] #> 57145 Ebert-1979[206] #> 57192 Frajzyngier-1993[178] #> 57223 Seibert-1998[96-98] #> 57224 #> 57232 Newman-1974[16, 19, 63] #> 57241 Frajzyngier-1989[passim] #> 57256 Glinert-1989[413] #> 57260 Lohr-2002[245, 248] #> 57273 Lukas-and-Nachtigal-1939[74] #> 57298 Schuh-1972[36, 230-231] #> 57299 Burquest-1973[18] #> 57307 Meyer-Bahlburg-1972[170, 194-195];Tourneaux-1978[173] #> 57360 de-Colombel-1997[75] #> 57378 Gary-and-Gamal-Eldin-1982[25, 59, 61, 102] #> 57384 Newman-1970[15-17] #> 57389 Barreteau-and-Brunet-2000[passim] #> 57399 Tourneux-et-al-1986[passim] #> 57415 Lambdin-1983[123];Plumley-1948[148] #> 57430 Erwin-1963[passim] #> 57441 Skinner-1979[47, 71] #> 57452 Kossmann-2000[passim] #> 57453 Barreteau-1988[35] #> 57476 Jungraithmayr-1991[passim] #> 57481 Hoffmann-1963[46, 273] #> 57490 Hellwig-2003[41] #> 57506 Alio-1986[341, passim] #> 57517 Frajzyngier-and-Johnston-2005[ 92, 349] #> 57536 Lukas-1936[22] #> 57570 Frajzyngier-and-Shay-2002[5] #> 57577 Cowan-1958[57] #> 57579 Wolff-1983[189-190, 228-229] #> 57592 Penchoen-1973b[54];Abdel-Massih-1971[122] #> 57600 Heath-2005[ 16] #> 57615 Jarvis-1989[104] #> 57631 Hoskison-1983[1, 89, 106] #> 57632 Chaker-1983[267, 279, 286] #> 57635 Kossmann-1997[300] #> 57711 Simeone-Senelle-1997[411] #> 57728 Applegate-1958[passim] #> 57750 Reinisch-1882[93] #> 57788 Penchoen-1973a[8, 61] #> 57819 Cowell-1964[380, 407, 411] #> 57836 Schuh-1998[281, 291] #> 57923 Cowell-1964[ 380, 407, 411] #> 57925 Penchoen-1973a[ 8.61] #> 57929 Simeone-Senelle-1997[ 411] #> 57941 Schuh-1998[ 281, 291] #> 57946 Ebert-1979[206] #> 57956 Holes-1990[3, 107, 117] #> 58010 de-Colombel-1997[75] #> 58025 Glinert-1989[413] #> 58028 Frajzyngier-1989[passim] #> 58062 Lukas-1936[22] #> 58070 Lukas-and-Nachtigal-1939[74] #> 58086 Tourneux-et-al-1986[passim] #> 58099 Hayward-1984[110] #> 58108 Meyer-Bahlburg-1972[170, 194-195];Tourneaux-1978[173] #> 58222 Frajzyngier-1993[178] #> 58251 Newman-1974[16, 19, 63] #> 58262 Fleming-1990[572] #> 58300 Alio-1986[341, passim] #> 58324 Tosco-2001[259] #> 58327 Kawachi-2007[ 511] #> 58352 Kirk-1903[36];Kirk-1905[81, passim] #> 58356 Seibert-1998[96-98] #> 58364 Kossmann-2000[passim] #> 58376 Leslau-1950[31] #> 58387 Kiessling-1994[205, 206] #> 58392 Appleyard-1975[344] #> 58397 Erwin-1963[passim] #> 58428 Frajzyngier-and-Johnston-2005[ 92, 349] #> 58446 Leslau-1966[594];Leslau-1995[ 836] #> 58545 Hellwig-2003[41] #> 58574 Whiteley-1958[63];Nordbustad-1988[301, 304];Tucker-and-Bryan-1966[590] #> 58586 Hayward-1990b[319-320, passim] #> 58638 Bliese-1981[6, 102] #> 58647 Lambdin-1983[21-22, 123] #> 58651 Cohen-1931[203] #> 58657 Taylor-1994[57] #> 58663 Hudson-1974[115];Reinisch-1893[65] #> 58664 Burquest-1973[18] #> 58675 Caitucoli-1986[44] #> 58713 Hayward-1990a[passim] #> 58721 Lohr-2002[245, 248] #> 58736 Frajzyngier-2001[109] #> 58741 Owens-1985[129] #> 58817 Breeze-1990[46-47] #> 58835 Raz-1983[94, passim] #> 58837 Hoffmann-1963[46, 273] #> 58850 Skinner-1979[47, 71] #> 58858 Gary-and-Gamal-Eldin-1982[25, 59, 61, 102] #> 58860 Newman-1970[15-17] #> 58903 Barreteau-and-Brunet-2000[passim] #> 58910 Newman-2000[718];Smirnova-1982[71];Migeod-1914[45];Kraft-1963[(Vol. 1) 35, 105, 149, 165] #> 58958 Khan-1999[334, 342, 345, 346] #> 59011 Tucker-and-Bryan-1966[560] #> 59062 Jungraithmayr-1991[passim] #> 59069 Schuh-1972[36, 230-231] #> 59125 #> 59131 Kogan-1997[441] #> 59135 Barreteau-1988[35] #> 59137 Heine-1981[23] #> 59172 Heath-2005[ 16] #> 59189 Cowan-1958[57] #> 59202 Galand-1974[20] #> 59214 Harrell-1962[160] #> 59233 Wolff-1983[189-190, 228-229] #> 59239 Chaker-1983[267, 279, 286] #> 59247 Abdel-Massih-1971[122, 295] #> 59292 Kossmann-1997[300] #> 59294 Hoskison-1983[1, 89, 106] #> 59305 Jarvis-1989[104] #> 59308 Frajzyngier-and-Shay-2002[5] #> 59351 Simeone-Senelle-1997[411] #> 59376 Penchoen-1973a[8] #> 59388 Applegate-1958[passim] #> 59402 Schuh-1998[281, 291] #> 59433 Reinisch-1882[93] #> 59441 Cowell-1964[380, 407, 411] #> 59443 Taylor-1994[57] #> 59446 Appleyard-1975[344] #> 59448 Leslau-1995[ 836];Leslau-1966[594] #> 59466 Reinisch-1882[98] #> 59519 Owens-1985[129] #> 59650 Kirk-1903[36];Kirk-1905[81, passim] #> 59687 Leslau-1950[31] #> 59694 Hayward-1990b[319-320, passim] #> 59711 Tucker-and-Bryan-1966[560] #> 59779 Nordbustad-1988[301, 304];Tucker-and-Bryan-1966[590];Whiteley-1958[63] #> 59805 Kawachi-2007[ 511] #> 59823 Hudson-1974[115];Reinisch-1893[65] #> 59914 Breeze-1990[46-47] #> 59936 Hayward-1990a[passim] #> 59953 Bliese-1981[6, 102] #> 59988 Cohen-1931[203] #> 59995 Heine-1981[23] #> 60024 Fleming-1990[572] #> 60049 Khan-1999[334, 342, 345, 346] #> 60082 Tosco-2001[259] #> 60097 Kogan-1997[441] #> 60121 Hayward-1984[110] #> 60126 Raz-1983[94, passim] #> 60159 Simeone-Senelle-1997[411] #> 60166 #> 60175 Newman-1971[passim] #> 60214 Caitucoli-1986[44] #> 60223 Penchoen-1973a[61] #> 60225 Skinner-1979[47, 71] #> 60229 Erwin-1963[332] #> 60230 Galand-1974[20] #> 60236 Holes-1990[3, 107, 117] #> 60249 Chaker-1983[267, 279, 286] #> 60256 Penchoen-1973b[54];Abdel-Massih-1971[122] #> 60263 Wolff-1983[189-190, 228-229] #> 60287 Harrell-1962[passim] #> 60344 Gary-and-Gamal-Eldin-1982[25, 59, 61, 102] #> 60347 Frajzyngier-and-Johnston-2005[ 92, 349] #> 60367 Tourneux-et-al-1986[passim] #> 60377 Bentolila-1981[261] #> 60378 Lohr-2002[245, 248] #> 60393 Nehlil-1909[passim] #> 60400 Lukas-1970[72] #> 60411 Frajzyngier-2001[109] #> 60414 Frajzyngier-1993[178] #> 60434 Heath-2005[ 16] #> 60456 Frajzyngier-and-Shay-2002[5] #> 60465 Lukas-and-Nachtigal-1939[74] #> 60471 Newman-2000[718];Kraft-1963[(Vol. 1) 35, 105, 149, 165];Smirnova-1982[71];Migeod-1914[45] #> 60477 de-Colombel-1997[75] #> 60502 Hellwig-2003[41] #> 60537 Tourneaux-1978[173];Meyer-Bahlburg-1972[170, 194-195] #> 60552 Hoffmann-1963[46, 273] #> 60558 Barreteau-and-Brunet-2000[passim] #> 60567 Newman-1974[16, 19, 63] #> 60568 Glinert-1989[413] #> 60578 Seibert-1998[96-98] #> 60615 Ebert-1979[207] #> 60620 Schuh-1972[36, 230-231] #> 60627 Jarvis-1989[104] #> 60628 Kossmann-2000[passim] #> 60633 Barreteau-1988[35] #> 60706 Plumley-1948[148];Lambdin-1983[123] #> 60707 Schuh-1998[281, 291] #> 60712 Hoskison-1983[1, 89, 106] #> 60724 Newman-1970[15-17] #> 60737 Jungraithmayr-1991[passim] #> 60746 Frajzyngier-1989[passim] #> 60747 Applegate-1958[passim] #> 60753 Cowan-1958[57] #> 60761 Lukas-1936[22] #> 60776 Kossmann-1997[300] #> 60783 Kiessling-1994[205, 206] #> 60827 Alio-1986[341, passim] #> 60845 Burquest-1973[18] #> 60857 Cowell-1964[380, 407, 411] #> 60970 Hoskison-1983[106] #> 60972 Skinner-1979[71] #> 60975 Lambdin-1983[123] #> 60985 Penchoen-1973b[54-55] #> 60991 de-Colombel-1997[75] #> 60992 Frajzyngier-1993[255ff] #> 60994 Cowan-1958[192] #> 61019 Kossmann-2000[passim] #> 61022 Gary-and-Gamal-Eldin-1982[25] #> 61028 Newman-1974[63-64] #> 61033 Schuh-1972[33, 49ff] #> 61035 Lukas-and-Nachtigal-1939[74] #> 61052 Chaker-1983[287] #> 61060 Frajzyngier-and-Shay-2002[ 225-231] #> 61061 Holes-1990[3] #> 61075 Schuh-1998[280] #> 61086 Frajzyngier-and-Johnston-2005[ 125-177] #> 61095 Kossmann-1997[301] #> 61120 Kraft-1963[(Vol. 1) 104, 115-117, 159-160];Newman-2000[720] #> 61145 Barreteau-1988[36] #> 61157 Wolff-1983[188, 228-231] #> 61158 Newman-1970[16, 27ff] #> 61160 Heath-2005[ 15] #> 61170 Burquest-1973[25, 31, 123] #> 61197 Leslau-1950[passim] #> 61213 Owens-1985[129] #> 61225 Tosco-2001[259] #> 61231 Heine-1981[24] #> 61273 Khan-1999[352] #> 61344 Kiessling-1994[207] #> 61384 Mous-1993[250];Whiteley-1958[64] #> 61462 Taylor-1994[57] #> 61536 Breeze-1990[38, 40] #> 61562 Fleming-1990[519] #> 61585 Reinisch-1882[102] #> 61595 Owens-1985[103, 120, passim 128] #> 61758 Heine-1981[24, 36, 24] #> 61762 Hayward-1990a[489-490] #> 61781 Bliese-1981[3, passim] #> 61784 Hudson-1974[122];Reinisch-1893[76-80] #> 61808 Appleyard-1975[328] #> 61968 Kawachi-2007[ 239, 258] #> 62037 Cowell-1964[476] #> 62039 Newman-1974[91] #> 62040 Burquest-1973[123, 132-133, 135] #> 62072 Hellwig-2003[36] #> 62073 Schuh-1972[33] #> 62075 Leger-1994[259] #> 62077 Frajzyngier-1989[179-182, 190, 195] #> 62092 Kossmann-2000[97] #> 62097 Simeone-Senelle-1997[409] #> 62103 Barreteau-1988[66-67] #> 62106 Ebert-1979[192, 196-197, 201-205] #> 62136 Galand-1974[20, 22, 29, 40] #> 62142 Frajzyngier-1993[73, 192] #> 62150 Cowan-1958[35] #> 62162 Glinert-1989[150, 199, 497] #> 62185 Jungraithmayr-and-Adams-1992[58] #> 62206 Newman-1971[81, 116-117] #> 62209 Harrell-1962[208] #> 62219 Wolff-1983[215] #> 62225 Bentolila-1981[213] #> 62227 de-Colombel-1997[82-86] #> 62229 Frajzyngier-and-Shay-2002[ 225] #> 62235 Newman-1970[27-28] #> 62242 Plumley-1948[122];Lambdin-1983[3, 57] #> 62247 Meyer-Bahlburg-1972[144-148, 178-179];Tourneaux-1978[274] #> 62258 Chaker-1983[280] #> 62263 Lukas-and-Nachtigal-1939[66, 70] #> 62272 Newman-2000[466];Migeod-1914[44] #> 62277 Frajzyngier-and-Johnston-2005[ 125, 142-148] #> 62281 Caitucoli-1986[passim] #> 62302 Lohr-2002[215] #> 62307 Kossmann-1997[213, 285] #> 62321 Hoffmann-1963[236] #> 62333 Raz-1983[80-84] #> 62341 Holes-1990[55] #> 62361 Khan-1999[186ff., 299ff.] #> 62370 Lounis-1897[152] #> 62371 Frajzyngier-2001[132, 137, 149, 150] #> 62391 Nicolas-1953[63] #> 62401 Hoskison-1983[75] #> 62428 Gary-and-Gamal-Eldin-1982[29, 57] #> 62441 Erwin-1963[217, 299, 333] #> 62455 Jungraithmayr-1990[49] #> 62463 #> 62464 Lukas-1936[53-56] #> 62473 Penchoen-1973b[28];Abdel-Massih-1971[145-147] #> 62478 Sara-1974[87] #> 62481 Vycichl-1991[82, 142];Basset-1890[18] #> 62486 Nehlil-1909[71-75] #> 62494 Skinner-1979[53, 55] #> 62506 Tucker-and-Bryan-1966[590];Whiteley-1958[60];Nordbustad-1988[194] #> 62512 Alio-1986[150] #> 62513 Lukas-1970[ 45] #> 62531 Heath-2005[ 272ff] #> 62537 Jarvis-1989[70] #> 62538 Schuh-1998[302-311] #> 62541 Kogan-1997[ 441] #> 62582 Cowley-et-al-1976[81] #> 62592 Leslau-1950[17, 22, passim] #> 62605 Kirk-1905[78] #> 62607 Cohen-1931[207ff] #> 62610 Kiessling-1994[84, 192] #> 62611 Tourneux-et-al-1986[193] #> 62654 Taylor-1994[57] #> 62711 Hayward-1990b[251] #> 62754 Kawachi-2007[ 512] #> 62760 Bliese-1981[164-171] #> 62778 Reinisch-1893[68] #> 62839 Leslau-1950[17, 31] #> 62846 Reinisch-1882[93] #> 62851 Tucker-and-Bryan-1966[561] #> 62927 Cohen-1931[203] #> 63037 Appleyard-1975[344] #> 63224 Leslau-1995[ 191];Leslau-1966[601] #> 63232 Hayward-1990a[446] #> 63275 Tosco-2001[254] #> 63340 Nehlil-1909[24] #> 63344 Alio-1986[215-216] #> 63346 Schuh-1972[99] #> 63347 Penchoen-1973a[24] #> 63371 Kossmann-2000[107-109] #> 63382 Lambdin-1983[6] #> 63404 Tucker-and-Bryan-1966[590];Nordbustad-1988[105];Whiteley-1958[18, 63] #> 63430 Khan-1999[225] #> 63439 Kiessling-1994[197] #> 63447 Wolff-1983[190-192] #> 63457 Applegate-1958[31];Applegate-1955[46] #> 63459 Frajzyngier-1989[149] #> 63461 Seibert-1998[68-69] #> 63468 Burquest-1973[50] #> 63471 Hoskison-1983[63-65] #> 63476 Owens-1985[86] #> 63494 Frajzyngier-1993[135, 149] #> 63495 Jarvis-1989[ 65-66] #> 63498 Lohr-2002[101] #> 63499 Frajzyngier-and-Shay-2002[ 53] #> 63512 Skinner-1979[116] #> 63513 Raz-1983[passim] #> 63526 Caitucoli-1986[45];Melis-1999[170-172] #> 63531 Lukas-1936[15, 20] #> 63532 de-Colombel-1997[36, 42] #> 63533 Cowan-1958[33] #> 63537 Heath-2005[14] #> 63563 Newman-1970[106] #> 63568 Leger-1994[127] #> 63575 Hayward-1984[150-152] #> 63580 Barreteau-and-Brunet-2000[27] #> 63581 Hoffmann-1963[60] #> 63585 Glinert-1989[24] #> 63604 Harrell-1962[189, 191, 202] #> 63619 Hellwig-2003[24] #> 63636 #> 63642 Simeone-Senelle-1997[412] #> 63662 Abdel-Massih-1971[121];Penchoen-1973b[63] #> 63663 Heine-1981[24, 37] #> 63669 Cowell-1964[455] #> 63670 Gary-and-Gamal-Eldin-1982[31, 48-49] #> 63674 Frajzyngier-and-Johnston-2005[ 45] #> 63680 Tourneaux-1978[268, 270, 277];Meyer-Bahlburg-1972[204, 206-207] #> 63681 Newman-2000[passim 374];Kraft-1963[(Vol. 1) 27, 54-58];Kraft-and-Kraft-1973[121];Migeod-1914[45] #> 63688 Nicolas-1953[passim] #> 63697 Schuh-1998[249, 252, 277] #> 63705 Kossmann-1997[245] #> 63744 Newman-1974[87, 90] #> 63755 Chaker-1983[374] #> 63757 Newman-1971[105-105] #> 63758 Sara-1974[105] #> 63768 Lukas-and-Nachtigal-1939[26-28] #> 63769 Holes-1990[96, 158] #> 63772 Erwin-1963[368] #> 63776 Galand-1974[37] #> 63778 Ebert-1979[154, 174] #> 63792 Tourneux-et-al-1986[171] #> 63794 Barreteau-1988[65] #> 63798 Kogan-1997[441] #> 63816 Frajzyngier-2001[66, 70] #> 63888 Saeed-1987[112-113];Kirk-1905[passim 26] #> 63917 Bliese-1981[104, passim] #> 64044 Hayward-1990b[263] #> 64127 Smirnova-1982[38];Kraft-and-Kraft-1973[86, 199];Howeidy-1959[55];Migeod-1914[54, 210];Newman-2000[ 30];Kraft-1963[(Vol. 1) 27, 78-79] #> 64134 Skinner-1979[106-108] #> 64135 Kawachi-2007[ 511] #> 64138 Kogan-1997[441] #> 64159 Appleyard-1975[344] #> 64207 Cohen-1931[215] #> 64219 Hoskison-1983[53] #> 64244 Tucker-and-Bryan-1966[561] #> 64246 Raz-1983[32] #> 64253 Leslau-1966[613];Leslau-1995[ 208] #> 64258 Taylor-1994[57] #> 64264 Leslau-1950[31] #> 64295 Heine-1981[35, passim] #> 64300 Hayward-1984[184, passim] #> 64301 Fleming-1990[528-534] #> 64303 Tourneux-et-al-1986[172] #> 64334 Meyer-Bahlburg-1972[201];Tourneaux-1978[257-258] #> 64354 Khan-1999[228] #> 64361 Tosco-2001[252, 256] #> 64387 Holes-1990[62, 231] #> 64391 Erwin-1963[319, 352, 362, 366] #> 64397 de-Colombel-1997[36] #> 64407 #> 64425 Lukas-and-Nachtigal-1939[31] #> 64445 Frajzyngier-1989[136, 143-144] #> 64479 Kossmann-2000[155] #> 64486 Newman-1971[240-244] #> 64490 Schuh-1972[128, 129, 134, 138] #> 64521 Alio-1986[214, 217] #> 64524 Kossmann-1997[245] #> 64549 Owens-1985[86] #> 64551 Wolff-1983[191-192, 196] #> 64562 Gary-and-Gamal-Eldin-1982[31, 33, 107] #> 64568 Lukas-1936[23] #> 64580 Heath-2005[14] #> 64592 Sara-1974[101] #> 64626 Harrell-1962[157, 204] #> 64627 Chaker-1983[371] #> 64668 Barreteau-1988[39, 64] #> 64671 Burquest-1973[50-51] #> 64672 Laoust-1931[102] #> 64719 Lohr-2002[239-240] #> 64723 Frajzyngier-1993[135] #> 64724 Kiessling-1994[183, 197-198] #> 64728 Ebert-1979[159, 174] #> 64746 Hoffmann-1963[69] #> 64774 Barreteau-and-Brunet-2000[27] #> 64827 Schuh-1998[257, 277] #> 64887 Cowell-1964[493, 501] #> 64891 Frajzyngier-and-Shay-2002[ 53, 71] #> 64898 Lambdin-1983[57];Plumley-1948[45-46] #> 64900 Caitucoli-1986[46] #> 64901 Glinert-1989[103] #> 64945 Kirk-1903[25];Saeed-1987[111-112, passim];Kirk-1905[35] #> 64967 Frajzyngier-and-Johnston-2005[41] #> 64968 Hellwig-2003[29, 31] #> 64982 Penchoen-1973a[17-18] #> 65063 Leger-1994[134] #> 65071 Newman-1970[36] #> 65090 Frajzyngier-2001[88-89] #> 65103 Reinisch-1882[103-104] #> 65105 Tucker-and-Bryan-1966[590];Nordbustad-1988[311];Whiteley-1958[27, 63] #> 65122 Simeone-Senelle-1997[412] #> 65129 Hayward-1990a[460-461] #> 65130 Cowan-1958[10] #> 65138 Penchoen-1973b[21, 63, 70] #> 65185 Newman-1974[97] #> 65196 Breeze-1990[passim 39, passim] #> 65241 Reinisch-1893[81] #> 65250 Jarvis-1989[67] #> 65287 Cotterell-1964[12] #> 65397 Hayward-1990b[passim 273, 319] #> 65408 Sara-1974[101] #> 65409 Jarvis-1989[67] #> 65460 Taylor-1994[57] #> 65464 Kogan-1997[441] #> 65499 Bliese-1981[15] #> 65538 Khan-1999[208] #> 65562 Haywood-and-Nahmad-1965[81];Cowan-1958[passim] #> 65603 Kossmann-1997[85, 192, 236] #> 65671 Appleyard-1975[passim] #> 65695 Tucker-and-Bryan-1966[558] #> 65711 Schuh-1998[243, 277] #> 65724 Kawachi-2007[ 512] #> 65726 Harrell-1962[147-148, 190] #> 65823 Frajzyngier-and-Johnston-2005[ 309-311] #> 65824 Hoffmann-1963[85] #> 65828 Barreteau-and-Brunet-2000[27] #> 65844 Heath-2005[14] #> 65856 Kossmann-2000[154] #> 65875 Galand-1974[36] #> 65890 Hellwig-2003[31] #> 65937 Frajzyngier-2001[79] #> 65945 Barreteau-1988[39, 57] #> 65962 Burquest-1973[51, 200] #> 65969 Fleming-1990[526-527] #> 65986 de-Colombel-1997[36] #> 66028 Nordbustad-1988[311];Tucker-and-Bryan-1966[590];Whiteley-1958[63] #> 66052 Leslau-1950[18] #> 66084 Seibert-1998[70] #> 66098 Heine-1981[35] #> 66125 Alio-1986[213] #> 66126 Tourneux-et-al-1986[169-170] #> 66127 Lohr-2002[130, 239-240] #> 66135 Penchoen-1973a[13-15] #> 66136 Bentolila-1981[58] #> 66140 Newman-1974[86, 94-95] #> 66163 Newman-1970[36, passim] #> 66177 Lukas-and-Nachtigal-1939[44] #> 66186 Frajzyngier-1993[135] #> 66202 Schuh-1972[94, 174] #> 66225 Newman-1971[81, 88-89] #> 66230 Gary-and-Gamal-Eldin-1982[32-33, 85-86] #> 66236 Tourneaux-1978[260-261, 266-268];Meyer-Bahlburg-1972[82-83, 199] #> 66269 Tosco-2001[252] #> 66296 Basset-1890[17] #> 66302 Breeze-1990[39] #> 66319 Ebert-1979[136-137, 174] #> 66320 Glinert-1989[98] #> 66321 Owens-1985[86] #> 66326 Hayward-1990a[458] #> 66345 Nehlil-1909[29] #> 66375 Lukas-1936[32] #> 66383 Hoskison-1983[45] #> 66385 Kiessling-1994[79] #> 66390 Kirk-1905[19-20];Kirk-1903[11-12];Saeed-1987[153-154] #> 66395 Applegate-1958[28];Applegate-1955[43] #> 66401 Reinisch-1893[113] #> 66402 Frajzyngier-and-Shay-2002[ 85] #> 66425 Raz-1983[45] #> 66426 Wolff-1983[205, 207-208] #> 66428 Penchoen-1973b[21-22, 65];Abdel-Massih-1971[69-70] #> 66440 #> 66454 Cowell-1964[552, 556] #> 66460 Holes-1990[62, 175] #> 66477 Migeod-1914[ passim];Newman-2000[370-372] #> 66478 Lambdin-1983[8, 12, 57] #> 66483 Tucker-and-Bryan-1966[561] #> 66511 Taylor-1994[57] #> 66563 Cowan-1958[184-185] #> 66579 Penchoen-1973a[29] #> 66586 Kossmann-1997[209, 244-245, passim] #> 66606 Penchoen-1973b[64];Abdel-Massih-1971[23-27, 122] #> 66625 Bliese-1981[104] #> 66665 Raz-1983[13, 78, passim] #> 66680 Nehlil-1909[68-69] #> 66684 Harrell-1962[189, 206] #> 66698 Plumley-1948[51-52];Lambdin-1983[59] #> 66760 Reinisch-1882[113] #> 66788 Kawachi-2007[ 512] #> 66798 Nicolas-1953[61] #> 66827 Heath-2005[ 14, 247, 249, 251] #> 66830 Cotterell-1964[12] #> 66842 Hayward-1990b[265-266, 319] #> 66843 Kossmann-2000[160-161] #> 66854 Sara-1974[101] #> 66886 Erwin-1963[348] #> 66888 Saeed-1987[passim];Kirk-1903[26] #> 66895 Khan-1999[244] #> 66919 Holes-1990[60] #> 66930 Glinert-1989[82] #> 66931 Leslau-1950[passim] #> 66968 Hayward-1984[184, passim] #> 66984 Tosco-2001[252] #> 66999 Newman-1974[100] #> 67032 Hoffmann-1963[108] #> 67052 Frajzyngier-and-Shay-2002[ 76] #> 67055 Burquest-1973[50-51, 60-61] #> 67056 Barreteau-and-Brunet-2000[27] #> 67087 Schuh-1998[258, 277] #> 67096 Hayward-1990a[462] #> 67121 Newman-1970[36, passim] #> 67123 Frajzyngier-and-Johnston-2005[ 66] #> 67164 Tucker-and-Bryan-1966[590];Whiteley-1958[59] #> 67169 Jarvis-1989[67] #> 67188 Tourneux-et-al-1986[173] #> 67192 Schuh-1972[195] #> 67234 Fleming-1990[544] #> 67238 Howeidy-1959[74];Newman-2000[155];Migeod-1914[64];Smirnova-1982[38] #> 67250 Owens-1985[86] #> 67253 Seibert-1998[70] #> 67258 Hoskison-1983[51] #> 67299 Ebert-1979[163] #> 67303 Frajzyngier-1993[153] #> 67308 Tourneaux-1978[256-257];Meyer-Bahlburg-1972[198] #> 67345 Wolff-1983[212, 214] #> 67364 Lukas-1970[ 40 CK=73-40 CK=74, 76] #> 67366 Skinner-1979[62] #> 67386 Lohr-2002[239-240] #> 67405 Melis-1999[ 155, 168] #> 67428 Hellwig-2003[31] #> 67442 de-Colombel-1997[36] #> 67469 Frajzyngier-2001[94] #> 67470 Kiessling-1994[198] #> 67476 Heine-1981[35, passim] #> 67494 Frajzyngier-1989[143] #> 67530 Alio-1986[211] #> 67545 Lukas-1936[53] #> 67553 Barreteau-1988[57, passim] #> 67563 Lukas-and-Nachtigal-1939[65] #> 67569 Gary-and-Gamal-Eldin-1982[33, 111] #> 67577 #> 67579 Simeone-Senelle-1997[395] #> 67610 Cowell-1964[471-472, 509] #> 67619 Breeze-1990[passim 39, passim] #> 67642 Mous-1993[15-6] #> 67819 Hetzron-1997[482] #> 67890 Lonnet-and-Simeone-Senelle-1997[349] #> 67898 Kraft-and-Kraft-1973[24] #> 67916 Hudson-1974[112] #> 67926 Lonnet-and-Simeone-Senelle-1997[349] #> 67936 Malone-1997[142] #> 67939 Penchoen-1973a #> 67956 Puglielli-1997[522] #> 67960 Lonnet-and-Simeone-Senelle-1997[349] #> 67966 Lonnet-and-Simeone-Senelle-1997[349] #> 67985 Borg-1997[249] #> 68013 Schuh-1981 #> 68015 Hoberman-1997[315] #> 68021 Leslau-1997b[400] #> 68025 Lonnet-and-Simeone-Senelle-1997[349] #> 68032 Heath-1997[208] #> 68060 Kossmann-and-Stroomer-1997[467] #> 68061 Gary-and-Gamal-Eldin-1982 #> 68069 Bolozky-1997[287] #> 68086 Leslau-1968b[6] #> 68094 Owens-1985[10] #> 68097 Leslau-1997a[377] #> 68107 de-Colombel-1997[98] #> 68110 Caitucoli-1986[46-48] #> 68119 Frajzyngier-and-Johnston-2005[ 436] #> 68140 #> 68151 Newman-1971[89] #> 68169 Jarvis-1989[68] #> 68207 Newman-1970[36] #> 68220 Skinner-1979[67, 123-126] #> 68228 Frajzyngier-1993[135, 197] #> 68234 Newman-2000[376];Kraft-1963[(Vol. 1) 66, (Vol. 1) 71, (Vol. 2) 85] #> 68244 Heine-1981[24, passim] #> 68249 Hoskison-1983[57] #> 68296 Kossmann-2000[156-157] #> 68297 Whiteley-1958[passim] #> 68299 Burquest-1973[58-65] #> 68300 Lukas-and-Nachtigal-1939[76-77] #> 68323 Newman-1974[94] #> 68342 Erwin-1963[379-380] #> 68347 Ebert-1979[174] #> 68351 Frajzyngier-1989[276] #> 68367 Lambdin-1983[8, 43-44, 76-77, 86] #> 68374 Glinert-1989[359] #> 68378 Holes-1990[24, 59, 62] #> 68383 Hayward-1990a[485] #> 68386 Tourneux-et-al-1986[174-175] #> 68390 Khan-1999[386] #> 68406 Lohr-2002[252] #> 68419 Kossmann-1997[317] #> 68424 Tourneaux-1978[269];Meyer-Bahlburg-1972[236-238] #> 68439 Sara-1974[101] #> 68455 Chaker-1983[379] #> 68456 Hoffmann-1963[277, 280] #> 68457 Penchoen-1973b[67] #> 68458 Galand-1974[38] #> 68466 Schuh-1998[264-270] #> 68482 Owens-1985[86] #> 68487 Frajzyngier-and-Shay-2002[ 401] #> 68497 Schuh-1972[119, 120-121, 124-128] #> 68519 Reinisch-1893[119-120, 157] #> 68523 Kirk-1905[125];Saeed-1987[228-229] #> 68549 Gary-and-Gamal-Eldin-1982[18, 33] #> 68557 Seibert-1998[71] #> 68589 Simeone-Senelle-1997[417] #> 68601 Wolff-1983[190-191, 197-198] #> 68602 Harrell-1962[164] #> 68622 Cowell-1964[493] #> 68640 Heath-2005[ 14, 623ff] #> 68646 Hayward-1984[314] #> 68653 Alio-1986[222] #> 68656 Barreteau-1988[67] #> 68657 Kiessling-1994[198, 220-225] #> 68674 Frajzyngier-2001[435] #> 68694 Raz-1983[43] #> 68722 Appleyard-1975[344] #> 68734 Kawachi-2007[ 517] #> 68745 Leslau-1950[31] #> 68775 Bliese-1981[19, passim 24] #> 68778 Taylor-1994[57] #> 68810 Hayward-1990b[319, 342-343] #> 68819 Leslau-1966[613] #> 68873 Breeze-1990[39, 47-48] #> 68930 Bliese-1981[ 19, passim, 24] #> 68937 Taylor-1994[ 57] #> 69008 Raz-1983[ 43] #> 69009 Appleyard-1975[ 344] #> 69024 Leslau-1950[ 31] #> 69057 Leslau-1966[ 613] #> 69064 Hayward-1990b[ 319, 342-343] #> 69065 Kawachi-2007[ 517] #> 69091 Breeze-1990[ 39, 47-48] #> 69122 Kraft-1963[ Vol. 1:66-Vol. 1:71];Newman-2000[ 376] #> 69136 Burquest-1973[ 58-65] #> 69146 Newman-1971[ 89] #> 69147 Harrell-1962[ 164] #> 69154 Kirk-1905[ 125];Saeed-1987[ 228-229] #> 69156 Kossmann-2000[ 156-157] #> 69170 #> 69174 Gary-and-Gamal-Eldin-1982[ 18, 33] #> 69178 Barreteau-1988[ 67] #> 69183 Simeone-Senelle-1997[ 417] #> 69191 Frajzyngier-1989[ 276] #> 69234 Frajzyngier-and-Shay-2002[ 401] #> 69254 Frajzyngier-2001[ 435] #> 69268 Skinner-1979[ 67, 123-126] #> 69281 de-Colombel-1997[ 98] #> 69283 Newman-1970[ 36] #> 69300 Lohr-2002[ 252] #> 69304 Jarvis-1989[ 68] #> 69311 Hayward-1990a[ 485] #> 69314 Owens-1985[ 86] #> 69321 Schuh-1972[ 119, 120-121, 124-128] #> 69352 Newman-1974[ 94] #> 69364 Cowell-1964[ 493] #> 69383 Heath-2005[ 14, 623ff] #> 69390 Seibert-1998[ 71] #> 69407 Sara-1974[ 101] #> 69415 Chaker-1983[ 379] #> 69444 Lukas-and-Nachtigal-1939[ 76-77] #> 69448 Hoffmann-1963[ 277, 280] #> 69458 Ebert-1979[ 174] #> 69487 Reinisch-1893[ 119-120, 157] #> 69510 Alio-1986[ 222] #> 69522 Tourneux-et-al-1986[ 174-175] #> 69530 Penchoen-1973b[ 67] #> 69537 Kossmann-1997[ 317] #> 69565 Hoskison-1983[ 57] #> 69566 Heine-1981[ 24, passim] #> 69568 Holes-1990[ 24, 59, 62] #> 69571 Wolff-1983[ 190-191, 197-198] #> 69599 Glinert-1989[ 359] #> 69604 Galand-1974[ 38] #> 69608 Frajzyngier-1993[ 135, 197] #> 69611 Lambdin-1983[ 8, 43-44, 76-77, 86] #> 69612 Whiteley-1958[ passim] #> 69618 Khan-1999[ 386] #> 69625 Erwin-1963[ 379-380] #> 69637 Schuh-1998[ 264-270] #> 69668 Meyer-Bahlburg-1972[ 236-238];Tourneaux-1978[ 269] #> 69674 Frajzyngier-and-Johnston-2005[ 436] #> 69680 Kiessling-1994[ 198, 220-225] #> 69687 Caitucoli-1986[ 46-48] #> 69691 Hayward-1984[ 314] #> 69723 Breeze-1990[ 39, 47-48] #> 69840 Frajzyngier-and-Johnston-2005[ 436] #> 69852 Owens-1985[226] #> 69853 #> 69877 Holes-1990[42, passim 50-51, passim] #> 69879 Fleming-1990[536] #> 70014 Kirk-1905[99] #> 70072 Newman-2000[33];Migeod-1914[175];Smirnova-1982[passim] #> 70075 Lukas-and-Nachtigal-1939[73] #> 70089 Alio-1986[218] #> 70121 Cowan-1958[passim] #> 70129 Sara-1974[104] #> 70150 Gary-and-Gamal-Eldin-1982[27] #> 70168 Schuh-1972[34, 75] #> 70207 Hoffmann-1963[70] #> 70223 Kiessling-1994[195] #> 70240 Harrell-1962[205] #> 70282 Frajzyngier-1993[66, 351] #> 70295 Erwin-1963[359, 361, 364] #> 70298 Cowell-1964[520] #> 70321 Glinert-1989[210-211] #> 70344 Penchoen-1973b[82] #> 70346 Heath-2005[ 649] #> 70361 Kossmann-2000[179] #> 70369 Harrell-1962[151] #> 70373 Kossmann-1997[305] #> 70382 Glinert-1989[271] #> 70394 Gary-and-Gamal-Eldin-1982[4] #> 70429 Plumley-1948[167];Lambdin-1983[142-143] #> 70442 Cowan-1958[11] #> 70459 Frajzyngier-and-Johnston-2005[ 287] #> 70472 Frajzyngier-1989[213-216] #> 70481 Leslau-1950[22] #> 70487 Wolff-1983[254-256] #> 70489 Lukas-1936[62] #> 70494 Hoskison-1983[121] #> 70498 Kraft-and-Kraft-1973[200];Kraft-1963[(Vol. 1) 117];Newman-2000[500] #> 70535 Frajzyngier-2001[277] #> 70572 Hoffmann-1963[98] #> 70586 Newman-1970[15, passim] #> 70587 Cowell-1964[378, 379] #> 70599 Frajzyngier-and-Shay-2002[ 355] #> 70601 Schuh-1998[326] #> 70607 Lukas-and-Nachtigal-1939[78] #> 70608 Meyer-Bahlburg-1972[164] #> 70620 Jarvis-1989[109] #> 70632 Burquest-1973[33] #> 70657 Seibert-1998[117] #> 70658 Hellwig-2003[39] #> 70660 Ebert-1979[223] #> 70690 Frajzyngier-1993[359] #> 70724 Tourneux-et-al-1986[190] #> 70739 Caitucoli-1986[48] #> 70757 Newman-1974[70-71] #> 70763 de-Colombel-1997[82] #> 70822 Kirk-1905[86];Saeed-1987[70] #> 70872 Fleming-1990[539] #> 70896 Schuh-1972[209] #> 70898 Whiteley-1958[41];Nordbustad-1988[44] #> 70904 Breeze-1990[33-34] #> 70911 Khan-1999[358] #> 70914 Simeone-Senelle-1997[414] #> 70929 Owens-1985[204] #> 70945 Hudson-1974[141] #> 70949 Lohr-2002[249] #> 70950 Skinner-1979[89-91] #> 70982 Tucker-and-Bryan-1966[559] #> 70993 Hayward-1990a[478-479] #> 71047 Tosco-2001[276] #> 71099 Kawachi-2007[ 73] #> 71108 Reinisch-1882[34] #> 71127 Hayward-1990b[302-307] #> 71136 Chaker-1983[146] #> 71160 Galand-1974[20] #> 71161 Holes-1990[2-3] #> 71166 Appleyard-1975[344] #> 71204 Kiessling-1994[141ff] #> 71216 Penchoen-1973b[79-82];Abdel-Massih-1971[132-135] #> 71243 Hoskison-1983[118, 124-127] #> 71251 Frajzyngier-and-Shay-2002[ 357ff] #> 71252 Glinert-1989[273] #> 71267 Kossmann-2000[180-189] #> 71279 Kogan-1997[ 442] #> 71286 Kossmann-1997[201-206, 306, 319] #> 71291 Simeone-Senelle-1997[414] #> 71321 Hayward-1990b[277] #> 71417 Heath-2005[ 650ff] #> 71454 Cowell-1964[566] #> 71478 Lambdin-1983[19, 53];Plumley-1948[163-167] #> 71480 Hellwig-2003[40] #> 71488 Newman-1974[63] #> 71492 Applegate-1958[34-35];Applegate-1955[52-53] #> 71522 Meyer-Bahlburg-1972[174, 211-215] #> 71525 Kirk-1905[passim] #> 71535 Raz-1983[42] #> 71540 Frajzyngier-1993[368] #> 71548 Holes-1990[3] #> 71560 Burquest-1973[152-155, 175] #> 71633 Hoffmann-1963[92-93] #> 71643 Frajzyngier-2001[284, 287, 288, 290] #> 71647 Tosco-2001[276] #> 71675 Kiessling-1994[passim] #> 71727 Newman-1970[82-83] #> 71748 #> 71758 Whiteley-1958[63, passim] #> 71817 Khan-1999[358-359] #> 71818 Hudson-1974[141] #> 71848 Skinner-1979[87] #> 71857 Ebert-1979[passim] #> 71868 Seibert-1998[118] #> 71869 Heine-1981[passim] #> 71875 Lukas-and-Nachtigal-1939[47] #> 71905 Schuh-1972[210-214] #> 71911 Kawachi-2007[ 524] #> 71923 Owens-1985[207] #> 71946 Leslau-1995[ 761] #> 71954 Caitucoli-1986[passim] #> 71977 Lohr-2002[248] #> 71985 Frajzyngier-1989[217-224] #> 72017 Frajzyngier-and-Johnston-2005[ 290ff] #> 72050 Lukas-1970[ 85] #> 72059 Lukas-1936[162] #> 72063 Erwin-1963[294] #> 72066 Gary-and-Gamal-Eldin-1982[6] #> 72088 Newman-2000[495-496];Kraft-and-Kirk-Greene-1973[112-117] #> 72095 Schuh-1998[287-288] #> 72115 Newman-1974[105, 110, 111, 113] #> 72122 Kossmann-2000[194-201] #> 72124 Wolff-1983[247, 249] #> 72132 Kossmann-1997[327-333] #> 72143 Frajzyngier-2001[408, 409, 413] #> 72161 Khan-1999[402] #> 72223 Saeed-1987[passim];Kirk-1905[127-129] #> 72224 #> 72239 Cowan-1958[passim] #> 72249 Simeone-Senelle-1997[415, 417] #> 72272 Newman-1970[29-32] #> 72273 Lambdin-1983[47, 81, 129, 136, 142];Plumley-1948[181] #> 72281 Meyer-Bahlburg-1972[227-233] #> 72283 Gary-and-Gamal-Eldin-1982[19, 21] #> 72293 Schuh-1998[370] #> 72301 Cowell-1964[490] #> 72304 Lohr-2002[253-256] #> 72309 Hoskison-1983[129, 133] #> 72323 Abdel-Massih-1971[141-143, 150-151];Penchoen-1973b[73-76] #> 72331 Ebert-1979[passim 274, 270, 274] #> 72334 Nehlil-1909[81] #> 72341 Hoffmann-1963[277, 283, 288] #> 72342 Glinert-1989[338, 341, 351-353] #> 72370 Harrell-1962[168, 212] #> 72371 Owens-1985[142-143, 149-150] #> 72372 de-Colombel-1997[86-88] #> 72379 Erwin-1963[307, 387, 391] #> 72401 Newman-2000[556-563];Kraft-and-Kirk-Greene-1973[87];Kraft-1963[(Vol. 1) 120, (Vol. 1) 121, 242-254] #> 72403 Frajzyngier-and-Johnston-2005[ 410, 412, 420] #> 72426 Skinner-1979[passim] #> 72431 Tourneux-et-al-1986[194] #> 72474 Frajzyngier-1993[474, 480, 483, 494] #> 72488 Holes-1990[25] #> 72493 Heath-2005[ 663, 666-669] #> 72564 Lukas-and-Nachtigal-1939[79-81] #> 72581 Cowley-et-al-1976[82] #> 72596 Breeze-1990[53] #> 72643 Reinisch-1893[158-161, 188-191];Hudson-1974[139-140] #> 72693 Raz-1983[91-93, passim] #> 72708 Cohen-1931[210] #> 72719 Applegate-1955[40-41];Applegate-1958[27, passim] #> 72731 Lukas-1936[58-59] #> 72741 Frajzyngier-1989[197-200, 269-275] #> 72759 Schuh-1972[329-336, 351-359] #> 72808 #> 72872 #> 72880 #> 72943 #> 72963 #> 72969 #> 73033 #> 73149 #> 73150 #> 73199 #> 73235 #> 73241 #> 73249 #> 73250 #> 73252 #> 73312 #> 73318 #> 73329 #> 73331 #> 73337 #> 73340 #> 73349 #> 73351 #> 73353 #> 73356 #> 73358 #> 73372 #> 73375 #> 73381 #> 73384 #> 73411 #> 73414 #> 73441 #> 73444 #> 73465 #> 73495 #> 73503 #> 73506 #> 73517 #> 73527 #> 73577 #> 73587 #> 73594 #> 73602 #> 73607 #> 73616 #> 73622 #> 73625 #> 73649 #> 73657 #> 73667 #> 73668 #> 73673 #> 73676 #> 73686 #> 73703 #> 73710 #> 73714 #> 73743 #> 73748 #> 73750 #> 73754 #> 73789 #> 73826 #> 73843 #> 73879 #> 73882 #> 73919 #> 73925 #> 73962 #> 73968 #> 73986 #> 74014 #> 74022 #> 74036 #> 74051 #> 74052 #> 74064 #> 74072 #> 74099 #> 74130 #> 74135 #> 74143 #> 74160 #> 74184 #> 74199 #> 74204 #> 74206 #> 74214 #> 74221 #> 74226 #> 74227 #> 74233 #> 74240 #> 74251 #> 74279 #> 74287 #> 74290 #> 74304 #> 74313 #> 74327 #> 74331 #> 74332 #> 74337 #> 74338 #> 74354 #> 74358 #> 74369 #> 74371 #> 74375 #> 74380 #> 74384 #> 74394 #> 74415 #> 74420 #> 74440 #> 74480 #> 74486 #> 74494 #> 74501 #> 74509 #> 74529 #> 74530 #> 74546 #> 74555 #> 74573 #> 74686 #> 74748 #> 74794 #> 74814 #> 74816 #> 74850 #> 74860 #> 74888 #> 74896 #> 74897 #> 74941 #> 74971 #> 74985 #> 75009 #> 75020 #> 75025 #> 75051 #> 75089 #> 75099 #> 75171 #> 75253 #> 75279 #> 75317 #> 75350 #> 75359 #> 75407 #> 75457 #> 75461 #> 75473 #> 75493 #> 75497 #> 75524 #> 75527 #> 75528 #> 75529 #> 75533 #> 75550 #> 75558 #> 75565 #> 75590 #> 75591 #> 75599 #> 75662 #> 75665 #> 75668 #> 75685 #> 75686 #> 75692 #> 75698 #> 75700 #> 75701 #> 75702 #> 75703 #> 75743 #> 75760 #> 75774 #> 75781 #> 75785 #> 75788 #> 75794 #> 75859 #> 75863 #> 75867 #> 75881 #> 75892 #> 75893 #> 75905 #> 75906 #> 75915 #> 75921 #> 76072 #> 76109 Gary-and-Gamal-Eldin-1982[60, 62] #> 76164 Ebert-1979[76, 211] #> 76171 Newman-2000[683, 687] #> 76206 #> 76242 Mous-1993[236, 242] #> 76248 Penchoen-1973b[54] #> 76250 Owens-1985[100, 101, 251] #> 76303 Mous-1993[113, 241] #> 76307 Ebert-1979[79] #> 76309 Gary-and-Gamal-Eldin-1982[61] #> 76327 Newman-2000[477-478] #> 76364 Penchoen-1973b[27] #> 76398 Owens-1985[194-195, 201] #> 76412 #> contributors #> 164 Ian Maddieson #> 215 Ian Maddieson #> 237 Ian Maddieson #> 244 Ian Maddieson #> 269 Ian Maddieson #> 350 Ian Maddieson #> 359 Ian Maddieson #> 382 Ian Maddieson #> 389 Ian Maddieson #> 395 Ian Maddieson #> 400 Ian Maddieson #> 404 Ian Maddieson #> 419 Ian Maddieson #> 429 Ian Maddieson #> 448 Ian Maddieson #> 450 Ian Maddieson #> 457 Ian Maddieson #> 461 Ian Maddieson #> 462 Ian Maddieson #> 464 Ian Maddieson #> 471 Ian Maddieson #> 479 Ian Maddieson #> 490 Ian Maddieson #> 497 Ian Maddieson #> 498 Ian Maddieson #> 511 Ian Maddieson #> 517 Ian Maddieson #> 538 Ian Maddieson #> 572 John Hajek #> 672 John Hajek #> 690 John Hajek #> 692 John Hajek #> 705 John Hajek #> 709 John Hajek #> 720 John Hajek #> 724 John Hajek #> 742 John Hajek #> 747 John Hajek #> 761 John Hajek #> 774 John Hajek #> 789 John Hajek #> 822 John Hajek #> 823 John Hajek #> 825 John Hajek #> 826 John Hajek #> 884 Anna Siewierska #> 911 Anna Siewierska #> 922 Anna Siewierska #> 931 Anna Siewierska #> 961 Anna Siewierska #> 973 Anna Siewierska #> 974 Anna Siewierska #> 985 Anna Siewierska #> 994 Anna Siewierska #> 997 Anna Siewierska #> 1007 Anna Siewierska #> 1008 Anna Siewierska #> 1009 Anna Siewierska #> 1020 Anna Siewierska #> 1073 Anna Siewierska #> 1076 Anna Siewierska #> 1080 Anna Siewierska #> 1134 Anna Siewierska #> 1264 Matthew S. Dryer #> 1277 Matthew S. Dryer #> 1311 Matthew S. Dryer #> 1317 Matthew S. Dryer #> 1318 Matthew S. Dryer #> 1382 Matthew S. Dryer #> 1386 Matthew S. Dryer #> 1403 Matthew S. Dryer #> 1421 Matthew S. Dryer #> 1432 Matthew S. Dryer #> 1451 Matthew S. Dryer #> 1461 Matthew S. Dryer #> 1471 Matthew S. Dryer #> 1478 Matthew S. Dryer #> 1482 Matthew S. Dryer #> 1496 Matthew S. Dryer #> 1521 Matthew S. Dryer #> 1542 Matthew S. Dryer #> 1557 Matthew S. Dryer #> 1576 Matthew S. Dryer #> 1594 Matthew S. Dryer #> 1595 Matthew S. Dryer #> 1610 Matthew S. Dryer #> 1656 Matthew S. Dryer #> 1684 Matthew S. Dryer #> 1713 Matthew S. Dryer #> 1726 Matthew S. Dryer #> 1780 Matthew S. Dryer #> 1788 Matthew S. Dryer #> 1789 Matthew S. Dryer #> 1792 Matthew S. Dryer #> 1803 Matthew S. Dryer #> 1807 Matthew S. Dryer #> 1810 Matthew S. Dryer #> 1819 Matthew S. Dryer #> 1832 Matthew S. Dryer #> 1839 Matthew S. Dryer #> 1840 Matthew S. Dryer #> 1879 Matthew S. Dryer #> 1893 Matthew S. Dryer #> 1908 Matthew S. Dryer #> 1915 Matthew S. Dryer #> 1918 Matthew S. Dryer #> 1920 Matthew S. Dryer #> 1935 Matthew S. Dryer #> 1941 Anna Siewierska #> 1971 Anna Siewierska #> 2002 Anna Siewierska #> 2023 Anna Siewierska #> 2037 Anna Siewierska #> 2045 Anna Siewierska #> 2050 Anna Siewierska #> 2073 Anna Siewierska #> 2092 Anna Siewierska #> 2096 Anna Siewierska #> 2098 Anna Siewierska #> 2133 Anna Siewierska #> 2147 Anna Siewierska #> 2247 Anna Siewierska #> 2296 Anna Siewierska #> 2298 Anna Siewierska #> 2304 Anna Siewierska #> 2344 Anna Siewierska #> 2366 Anna Siewierska #> 2372 Anna Siewierska #> 2378 Anna Siewierska #> 2397 Anna Siewierska #> 2399 Anna Siewierska #> 2422 Anna Siewierska #> 2453 Anna Siewierska #> 2459 Anna Siewierska #> 2463 Anna Siewierska #> 2511 Anna Siewierska #> 2512 Anna Siewierska #> 2539 Anna Siewierska #> 2551 Anna Siewierska #> 2571 Anna Siewierska #> 2599 Anna Siewierska #> 2625 Anna Siewierska #> 2657 Anna Siewierska #> 2705 Anna Siewierska #> 2720 Anna Siewierska #> 2739 Anna Siewierska #> 2743 Anna Siewierska #> 2748 Anna Siewierska #> 2758 Anna Siewierska #> 2788 Anna Siewierska #> 2793 Anna Siewierska #> 2805 Anna Siewierska #> 2873 Anna Siewierska #> 2875 Anna Siewierska #> 2882 Anna Siewierska #> 2899 Anna Siewierska #> 2930 Anna Siewierska #> 2935 Anna Siewierska #> 2950 Anna Siewierska #> 2976 Anna Siewierska #> 3052 Anna Siewierska #> 3089 Martin Haspelmath #> 3096 Martin Haspelmath #> 3108 Martin Haspelmath #> 3113 Martin Haspelmath #> 3147 Martin Haspelmath #> 3158 Martin Haspelmath #> 3163 Martin Haspelmath #> 3168 Martin Haspelmath #> 3187 Martin Haspelmath #> 3190 Martin Haspelmath #> 3192 Martin Haspelmath #> 3194 Martin Haspelmath #> 3206 Martin Haspelmath #> 3207 Martin Haspelmath #> 3217 Martin Haspelmath #> 3221 Martin Haspelmath #> 3223 Martin Haspelmath #> 3224 Martin Haspelmath #> 3253 Martin Haspelmath #> 3259 Martin Haspelmath #> 3271 Martin Haspelmath #> 3275 Martin Haspelmath #> 3285 Martin Haspelmath #> 3290 Martin Haspelmath #> 3339 Martin Haspelmath #> 3354 Martin Haspelmath #> 3410 Martin Haspelmath #> 3447 Martin Haspelmath #> 3472 Elena Maslova and Vladimir P. Nedjalkov #> 3495 Elena Maslova and Vladimir P. Nedjalkov #> 3505 Elena Maslova and Vladimir P. Nedjalkov #> 3552 Elena Maslova and Vladimir P. Nedjalkov #> 3561 Elena Maslova and Vladimir P. Nedjalkov #> 3583 Elena Maslova and Vladimir P. Nedjalkov #> 3610 Elena Maslova and Vladimir P. Nedjalkov #> 3636 Anna Siewierska #> 3646 Anna Siewierska #> 3692 Anna Siewierska #> 3693 Anna Siewierska #> 3694 Anna Siewierska #> 3714 Anna Siewierska #> 3716 Anna Siewierska #> 3752 Anna Siewierska #> 3766 Anna Siewierska #> 3769 Anna Siewierska #> 3770 Anna Siewierska #> 3776 Anna Siewierska #> 3870 Anna Siewierska #> 3900 Anna Siewierska #> 3916 Anna Siewierska #> 3966 Anna Siewierska #> 3969 Anna Siewierska #> 3994 Anna Siewierska #> 4062 Maria Polinsky #> 4071 Maria Polinsky #> 4107 Maria Polinsky #> 4129 Maria Polinsky #> 4143 Maria Polinsky #> 4162 Maria Polinsky #> 4174 Maria Polinsky #> 4176 Maria Polinsky #> 4178 Maria Polinsky #> 4260 Maria Polinsky #> 4263 Maria Polinsky #> 4264 Maria Polinsky #> 4268 Maria Polinsky #> 4285 Maria Polinsky #> 4358 Maria Polinsky #> 4369 Maria Polinsky #> 4379 Maria Polinsky #> 4380 Maria Polinsky #> 4390 Maria Polinsky #> 4401 Maria Polinsky #> 4447 Maria Polinsky #> 4480 Maria Polinsky #> 4484 Maria Polinsky #> 4486 Maria Polinsky #> 4515 Maria Polinsky #> 4524 Maria Polinsky #> 4598 Maria Polinsky #> 4613 Maria Polinsky #> 4639 Maria Polinsky #> 4663 Maria Polinsky #> 4685 Maria Polinsky #> 4714 Maria Polinsky #> 4729 Maria Polinsky #> 4746 Maria Polinsky #> 4763 Ian Maddieson #> 4789 Ian Maddieson #> 4799 Ian Maddieson #> 4806 Ian Maddieson #> 4811 Ian Maddieson #> 4817 Ian Maddieson #> 4829 Ian Maddieson #> 4833 Ian Maddieson #> 4848 Ian Maddieson #> 4860 Ian Maddieson #> 4930 Ian Maddieson #> 4948 Ian Maddieson #> 4964 Ian Maddieson #> 4966 Ian Maddieson #> 4992 Ian Maddieson #> 5029 Ian Maddieson #> 5037 Ian Maddieson #> 5075 Ian Maddieson #> 5081 Ian Maddieson #> 5082 Ian Maddieson #> 5095 Ian Maddieson #> 5103 Ian Maddieson #> 5111 Ian Maddieson #> 5131 Ian Maddieson #> 5137 Ian Maddieson #> 5139 Ian Maddieson #> 5193 Ian Maddieson #> 5243 Ian Maddieson #> 5266 Ian Maddieson #> 5311 Jae Jung Song #> 5385 Jae Jung Song #> 5386 Jae Jung Song #> 5395 Jae Jung Song #> 5412 Jae Jung Song #> 5452 Jae Jung Song #> 5460 Jae Jung Song #> 5469 Jae Jung Song #> 5479 Jae Jung Song #> 5503 Jae Jung Song #> 5530 Jae Jung Song #> 5544 Jae Jung Song #> 5575 Jae Jung Song #> 5588 Jae Jung Song #> 5608 Jae Jung Song #> 5622 Jae Jung Song #> 5675 Jae Jung Song #> 5679 Jae Jung Song #> 5747 Matthew S. Dryer #> 5806 Matthew S. Dryer #> 5829 Matthew S. Dryer #> 5850 Matthew S. Dryer #> 5855 Matthew S. Dryer #> 5875 Matthew S. Dryer #> 5884 Matthew S. Dryer #> 5903 Matthew S. Dryer #> 5918 Matthew S. Dryer #> 5921 Matthew S. Dryer #> 5937 Matthew S. Dryer #> 5958 Matthew S. Dryer #> 5975 Matthew S. Dryer #> 5983 Matthew S. Dryer #> 5984 Matthew S. Dryer #> 5985 Matthew S. Dryer #> 6131 Matthew S. Dryer #> 6133 Matthew S. Dryer #> 6137 Matthew S. Dryer #> 6138 Matthew S. Dryer #> 6179 Matthew S. Dryer #> 6184 Matthew S. Dryer #> 6204 Matthew S. Dryer #> 6213 Matthew S. Dryer #> 6217 Matthew S. Dryer #> 6218 Matthew S. Dryer #> 6247 Matthew S. Dryer #> 6289 Matthew S. Dryer #> 6301 Matthew S. Dryer #> 6302 Matthew S. Dryer #> 6310 Matthew S. Dryer #> 6342 Matthew S. Dryer #> 6385 Matthew S. Dryer #> 6410 Matthew S. Dryer #> 6415 Matthew S. Dryer #> 6445 Matthew S. Dryer #> 6448 Matthew S. Dryer #> 6458 Matthew S. Dryer #> 6462 Matthew S. Dryer #> 6465 Matthew S. Dryer #> 6489 Matthew S. Dryer #> 6510 Matthew S. Dryer #> 6514 Matthew S. Dryer #> 6539 Matthew S. Dryer #> 6568 Matthew S. Dryer #> 6571 Matthew S. Dryer #> 6582 Matthew S. Dryer #> 6628 Matthew S. Dryer #> 6699 Matthew S. Dryer #> 6707 Matthew S. Dryer #> 6716 Matthew S. Dryer #> 6772 Matthew S. Dryer #> 6790 Matthew S. Dryer #> 6795 Matthew S. Dryer #> 6799 Matthew S. Dryer #> 6824 Matthew S. Dryer #> 6836 Matthew S. Dryer #> 6848 Matthew S. Dryer #> 6849 Matthew S. Dryer #> 6857 Matthew S. Dryer #> 6867 Matthew S. Dryer #> 6868 Matthew S. Dryer #> 6881 Matthew S. Dryer #> 6890 Matthew S. Dryer #> 6932 Matti Miestamo #> 6967 Matti Miestamo #> 7009 Matti Miestamo #> 7021 Matti Miestamo #> 7028 Matti Miestamo #> 7033 Matti Miestamo #> 7066 Matti Miestamo #> 7069 Matti Miestamo #> 7109 Matti Miestamo #> 7115 Matti Miestamo #> 7147 Matti Miestamo #> 7179 Matti Miestamo #> 7184 Matti Miestamo #> 7217 Matti Miestamo #> 7225 Matti Miestamo #> 7254 Matti Miestamo #> 7260 Matti Miestamo #> 7292 Matti Miestamo #> 7293 Matti Miestamo #> 7317 Matti Miestamo #> 7347 Matti Miestamo #> 7350 Matti Miestamo #> 7355 Matti Miestamo #> 7358 Matti Miestamo #> 7431 Matti Miestamo #> 7476 Matti Miestamo #> 7492 Martin Haspelmath #> 7505 Martin Haspelmath #> 7507 Martin Haspelmath #> 7513 Martin Haspelmath #> 7529 Martin Haspelmath #> 7547 Martin Haspelmath #> 7571 Martin Haspelmath #> 7579 Martin Haspelmath #> 7587 Martin Haspelmath #> 7615 Martin Haspelmath #> 7616 Martin Haspelmath #> 7631 Martin Haspelmath #> 7648 Martin Haspelmath #> 7671 Martin Haspelmath #> 7673 Martin Haspelmath #> 7688 Martin Haspelmath #> 7726 Matthew S. Dryer #> 7728 Matthew S. Dryer #> 7730 Matthew S. Dryer #> 7735 Matthew S. Dryer #> 7800 Matthew S. Dryer #> 7806 Matthew S. Dryer #> 7830 Matthew S. Dryer #> 7847 Matthew S. Dryer #> 7856 Matthew S. Dryer #> 7863 Matthew S. Dryer #> 7895 Matthew S. Dryer #> 7904 Matthew S. Dryer #> 7919 Matthew S. Dryer #> 7933 Matthew S. Dryer #> 7946 Matthew S. Dryer #> 7951 Matthew S. Dryer #> 7968 Matthew S. Dryer #> 7971 Matthew S. Dryer #> 7997 Matthew S. Dryer #> 8005 Matthew S. Dryer #> 8012 Matthew S. Dryer #> 8014 Matthew S. Dryer #> 8022 Matthew S. Dryer #> 8031 Matthew S. Dryer #> 8058 Matthew S. Dryer #> 8080 Matthew S. Dryer #> 8093 Matthew S. Dryer #> 8110 Matthew S. Dryer #> 8125 Matthew S. Dryer #> 8140 Matthew S. Dryer #> 8176 Matthew S. Dryer #> 8177 Matthew S. Dryer #> 8196 Matthew S. Dryer #> 8197 Matthew S. Dryer #> 8217 Matthew S. Dryer #> 8246 Matthew S. Dryer #> 8282 Matthew S. Dryer #> 8292 Matthew S. Dryer #> 8293 Matthew S. Dryer #> 8322 Matthew S. Dryer #> 8323 Matthew S. Dryer #> 8375 Matthew S. Dryer #> 8384 Matthew S. Dryer #> 8388 Matthew S. Dryer #> 8440 Matthew S. Dryer #> 8455 Matthew S. Dryer #> 8458 Matthew S. Dryer #> 8475 Matthew S. Dryer #> 8479 Matthew S. Dryer #> 8526 Matthew S. Dryer #> 8532 Matthew S. Dryer #> 8534 Matthew S. Dryer #> 8538 Matthew S. Dryer #> 8556 Matthew S. Dryer #> 8590 Matthew S. Dryer #> 8600 Matthew S. Dryer #> 8634 Matthew S. Dryer #> 8643 Matthew S. Dryer #> 8646 Matthew S. Dryer #> 8666 Leon Stassen #> 8674 Leon Stassen #> 8676 Leon Stassen #> 8677 Leon Stassen #> 8678 Leon Stassen #> 8681 Leon Stassen #> 8682 Leon Stassen #> 8686 Leon Stassen #> 8696 Leon Stassen #> 8706 Leon Stassen #> 8769 Leon Stassen #> 8777 Leon Stassen #> 8781 Leon Stassen #> 8799 Leon Stassen #> 8803 Leon Stassen #> 8853 Leon Stassen #> 8919 Leon Stassen #> 8994 Leon Stassen #> 9029 Leon Stassen #> 9041 Leon Stassen #> 9078 Leon Stassen #> 9089 Leon Stassen #> 9092 Leon Stassen #> 9099 Leon Stassen #> 9100 Leon Stassen #> 9106 Leon Stassen #> 9119 Leon Stassen #> 9131 Leon Stassen #> 9190 Leon Stassen #> 9191 Leon Stassen #> 9196 Leon Stassen #> 9210 Leon Stassen #> 9221 Leon Stassen #> 9222 Leon Stassen #> 9236 Leon Stassen #> 9242 Leon Stassen #> 9243 Leon Stassen #> 9245 Leon Stassen #> 9246 Leon Stassen #> 9256 Leon Stassen #> 9265 Leon Stassen #> 9301 Leon Stassen #> 9303 Leon Stassen #> 9321 Leon Stassen #> 9323 Leon Stassen #> 9348 Leon Stassen #> 9353 Leon Stassen #> 9371 Leon Stassen #> 9377 Leon Stassen #> 9392 Leon Stassen #> 9399 Leon Stassen #> 9428 Leon Stassen #> 9434 Leon Stassen #> 9438 Leon Stassen #> 9453 Leon Stassen #> 9510 Leon Stassen #> 9511 Leon Stassen #> 9549 Leon Stassen #> 9567 Leon Stassen #> 9570 Leon Stassen #> 9576 Leon Stassen #> 9593 Leon Stassen #> 9594 Leon Stassen #> 9598 Leon Stassen #> 9608 Leon Stassen #> 9620 Leon Stassen #> 9729 Ian Maddieson #> 9731 Ian Maddieson #> 9742 Ian Maddieson #> 9757 Ian Maddieson #> 9766 Ian Maddieson #> 9770 Ian Maddieson #> 9788 Ian Maddieson #> 9851 Ian Maddieson #> 9886 Ian Maddieson #> 9937 Ian Maddieson #> 9948 Ian Maddieson #> 9949 Ian Maddieson #> 9959 Ian Maddieson #> 9980 Ian Maddieson #> 9992 Ian Maddieson #> 10010 Ian Maddieson #> 10014 Ian Maddieson #> 10017 Ian Maddieson #> 10023 Ian Maddieson #> 10026 Ian Maddieson #> 10054 Ian Maddieson #> 10071 Ian Maddieson #> 10072 Ian Maddieson #> 10076 Ian Maddieson #> 10119 Ian Maddieson #> 10138 Ian Maddieson #> 10154 Leon Stassen #> 10182 Leon Stassen #> 10199 Leon Stassen #> 10216 Leon Stassen #> 10250 Leon Stassen #> 10254 Leon Stassen #> 10304 Leon Stassen #> 10324 Leon Stassen #> 10331 Leon Stassen #> 10362 Leon Stassen #> 10385 Leon Stassen #> 10393 Leon Stassen #> 10397 Leon Stassen #> 10409 Leon Stassen #> 10414 Leon Stassen #> 10416 Leon Stassen #> 10439 Leon Stassen #> 10454 Leon Stassen #> 10466 Leon Stassen #> 10491 Leon Stassen #> 10504 Leon Stassen #> 10510 Leon Stassen #> 10512 Leon Stassen #> 10515 Leon Stassen #> 10531 Leon Stassen #> 10545 Leon Stassen #> 10547 Leon Stassen #> 10554 Leon Stassen #> 10562 Leon Stassen #> 10568 Leon Stassen #> 10572 Leon Stassen #> 10575 Leon Stassen #> 10583 Leon Stassen #> 10586 Leon Stassen #> 10590 Leon Stassen #> 10596 Leon Stassen #> 10634 Leon Stassen #> 10637 Leon Stassen #> 10742 Bernard Comrie and Tania Kuteva #> 10766 Bernard Comrie and Tania Kuteva #> 10773 Bernard Comrie and Tania Kuteva #> 10782 Bernard Comrie and Tania Kuteva #> 10791 Bernard Comrie and Tania Kuteva #> 10793 Bernard Comrie and Tania Kuteva #> 10797 Bernard Comrie and Tania Kuteva #> 10814 Bernard Comrie and Tania Kuteva #> 10815 Bernard Comrie and Tania Kuteva #> 10820 Bernard Comrie and Tania Kuteva #> 10822 Bernard Comrie and Tania Kuteva #> 10838 Bernard Comrie and Tania Kuteva #> 10848 Bernard Comrie and Tania Kuteva #> 10865 Bernard Comrie and Tania Kuteva #> 10903 Bernard Comrie and Tania Kuteva #> 10904 Bernard Comrie and Tania Kuteva #> 10905 Bernard Comrie and Tania Kuteva #> 10908 Bernard Comrie and Tania Kuteva #> 10909 Bernard Comrie and Tania Kuteva #> 10933 Bernard Comrie and Tania Kuteva #> 10950 Bernard Comrie and Tania Kuteva #> 10951 Bernard Comrie and Tania Kuteva #> 10956 Bernard Comrie and Tania Kuteva #> 10994 Martin Haspelmath #> 11005 Martin Haspelmath #> 11021 Martin Haspelmath #> 11028 Martin Haspelmath #> 11037 Martin Haspelmath #> 11038 Martin Haspelmath #> 11042 Martin Haspelmath #> 11051 Martin Haspelmath #> 11109 Martin Haspelmath #> 11129 Martin Haspelmath #> 11131 Martin Haspelmath #> 11133 Martin Haspelmath #> 11134 Martin Haspelmath #> 11152 Martin Haspelmath #> 11155 Martin Haspelmath #> 11178 Martin Haspelmath #> 11183 Martin Haspelmath #> 11198 Martin Haspelmath #> 11203 Martin Haspelmath #> 11206 Martin Haspelmath #> 11288 Sonia Cristofaro #> 11304 Sonia Cristofaro #> 11309 Sonia Cristofaro #> 11311 Sonia Cristofaro #> 11350 Sonia Cristofaro #> 11353 Sonia Cristofaro #> 11372 Sonia Cristofaro #> 11392 Sonia Cristofaro #> 11393 Sonia Cristofaro #> 11431 Sonia Cristofaro #> 11446 Sonia Cristofaro #> 11461 Sonia Cristofaro #> 11477 Sonia Cristofaro #> 11492 Sonia Cristofaro #> 11510 Sonia Cristofaro #> 11516 Sonia Cristofaro #> 11523 Sonia Cristofaro #> 11532 Sonia Cristofaro #> 11560 Sonia Cristofaro #> 11562 Sonia Cristofaro #> 11631 Sonia Cristofaro #> 11640 Sonia Cristofaro #> 11641 Sonia Cristofaro #> 11659 Sonia Cristofaro #> 11679 Sonia Cristofaro #> 11691 Sonia Cristofaro #> 11701 Sonia Cristofaro #> 11726 Sonia Cristofaro #> 11761 Sonia Cristofaro #> 11767 Sonia Cristofaro #> 11783 Sonia Cristofaro #> 11810 Sonia Cristofaro #> 11816 Sonia Cristofaro #> 11829 Sonia Cristofaro #> 11887 Sonia Cristofaro #> 11893 Sonia Cristofaro #> 11901 Sonia Cristofaro #> 11903 Sonia Cristofaro #> 11933 Cecil H. Brown #> 11953 Cecil H. Brown #> 12020 Cecil H. Brown #> 12050 Cecil H. Brown #> 12066 Cecil H. Brown #> 12077 Cecil H. Brown #> 12136 Cecil H. Brown #> 12207 Cecil H. Brown #> 12240 Cecil H. Brown #> 12497 Cecil H. Brown #> 12536 Ian Maddieson #> 12547 Ian Maddieson #> 12555 Ian Maddieson #> 12628 Ian Maddieson #> 12639 Ian Maddieson #> 12643 Ian Maddieson #> 12655 Ian Maddieson #> 12750 Ian Maddieson #> 12756 Ian Maddieson #> 12865 Ian Maddieson #> 12872 Ian Maddieson #> 12876 Ian Maddieson #> 12885 Ian Maddieson #> 12892 Ian Maddieson #> 12906 Ian Maddieson #> 12911 Ian Maddieson #> 12912 Ian Maddieson #> 12917 Ian Maddieson #> 12937 Ian Maddieson #> 12949 Ian Maddieson #> 12952 Ian Maddieson #> 12955 Ian Maddieson #> 12958 Ian Maddieson #> 12981 Ian Maddieson #> 12982 Ian Maddieson #> 12990 Ian Maddieson #> 13014 Ian Maddieson #> 13050 Ian Maddieson #> 13061 Ian Maddieson #> 13100 Cecil H. Brown #> 13139 Cecil H. Brown #> 13156 Cecil H. Brown #> 13198 Cecil H. Brown #> 13202 Cecil H. Brown #> 13230 Cecil H. Brown #> 13369 Cecil H. Brown #> 13379 Cecil H. Brown #> 13432 Cecil H. Brown #> 13503 Cecil H. Brown #> 13530 Cecil H. Brown #> 13724 Cecil H. Brown #> 13735 Bernard Comrie #> 13737 Bernard Comrie #> 13766 Bernard Comrie #> 13774 Bernard Comrie #> 13797 Bernard Comrie #> 13802 Bernard Comrie #> 13849 Bernard Comrie #> 13850 Bernard Comrie #> 13944 Paul Kay and Luisa Maffi #> 14039 Paul Kay and Luisa Maffi #> 14053 Paul Kay and Luisa Maffi #> 14153 Paul Kay and Luisa Maffi #> 14167 Paul Kay and Luisa Maffi #> 14276 Paul Kay and Luisa Maffi #> 14288 Paul Kay and Luisa Maffi #> 14396 Paul Kay and Luisa Maffi #> 14417 Johanna Nichols and David A. Peterson #> 14425 Johanna Nichols and David A. Peterson #> 14431 Johanna Nichols and David A. Peterson #> 14435 Johanna Nichols and David A. Peterson #> 14476 Johanna Nichols and David A. Peterson #> 14524 Johanna Nichols and David A. Peterson #> 14558 Johanna Nichols and David A. Peterson #> 14568 Johanna Nichols and David A. Peterson #> 14645 Johanna Nichols and David A. Peterson #> 14678 Johanna Nichols and David A. Peterson #> 14703 Johanna Nichols and David A. Peterson #> 14719 Johanna Nichols and David A. Peterson #> 14743 Johanna Nichols and David A. Peterson #> 14751 Johanna Nichols and David A. Peterson #> 14760 Johanna Nichols and David A. Peterson #> 14764 Johanna Nichols and David A. Peterson #> 14879 Johanna Nichols and David A. Peterson #> 14931 Johanna Nichols and David A. Peterson #> 14945 Johanna Nichols and David A. Peterson #> 14961 Johanna Nichols and David A. Peterson #> 14974 Johanna Nichols and David A. Peterson #> 15023 Johanna Nichols and David A. Peterson #> 15045 Johanna Nichols and David A. Peterson #> 15088 Johanna Nichols and David A. Peterson #> 15120 Johanna Nichols and David A. Peterson #> 15132 Johanna Nichols and David A. Peterson #> 15136 Johanna Nichols and David A. Peterson #> 15149 Johanna Nichols and David A. Peterson #> 15161 Johanna Nichols and David A. Peterson #> 15185 Johanna Nichols and David A. Peterson #> 15211 Johanna Nichols and David A. Peterson #> 15317 Johanna Nichols and David A. Peterson #> 15324 Östen Dahl #> 15327 Östen Dahl #> 15346 Östen Dahl #> 15361 Östen Dahl #> 15362 Östen Dahl #> 15380 Östen Dahl #> 15392 Östen Dahl #> 15404 Östen Dahl #> 15418 Östen Dahl #> 15422 Östen Dahl #> 15425 Östen Dahl #> 15478 Östen Dahl #> 15495 Östen Dahl #> 15523 Östen Dahl #> 15541 Östen Dahl #> 15546 Östen Dahl #> 15589 Rob Goedemans and Harry van der Hulst #> 15593 Rob Goedemans and Harry van der Hulst #> 15598 Rob Goedemans and Harry van der Hulst #> 15614 Rob Goedemans and Harry van der Hulst #> 15617 Rob Goedemans and Harry van der Hulst #> 15629 Rob Goedemans and Harry van der Hulst #> 15641 Rob Goedemans and Harry van der Hulst #> 15691 Rob Goedemans and Harry van der Hulst #> 15697 Rob Goedemans and Harry van der Hulst #> 15717 Rob Goedemans and Harry van der Hulst #> 15725 Rob Goedemans and Harry van der Hulst #> 15726 Rob Goedemans and Harry van der Hulst #> 15746 Rob Goedemans and Harry van der Hulst #> 15749 Rob Goedemans and Harry van der Hulst #> 15753 Rob Goedemans and Harry van der Hulst #> 15786 Rob Goedemans and Harry van der Hulst #> 15956 Rob Goedemans and Harry van der Hulst #> 16005 Rob Goedemans and Harry van der Hulst #> 16055 Rob Goedemans and Harry van der Hulst #> 16057 Rob Goedemans and Harry van der Hulst #> 16058 Rob Goedemans and Harry van der Hulst #> 16135 David Gil #> 16136 David Gil #> 16138 David Gil #> 16147 David Gil #> 16152 David Gil #> 16159 David Gil #> 16164 David Gil #> 16170 David Gil #> 16171 David Gil #> 16176 David Gil #> 16216 David Gil #> 16245 David Gil #> 16285 Matthew S. Dryer #> 16354 Matthew S. Dryer #> 16360 Matthew S. Dryer #> 16367 Matthew S. Dryer #> 16379 Matthew S. Dryer #> 16466 Matthew S. Dryer #> 16500 Matthew S. Dryer #> 16537 Matthew S. Dryer #> 16580 Matthew S. Dryer #> 16600 Matthew S. Dryer #> 16644 Matthew S. Dryer #> 16740 Matthew S. Dryer #> 16759 Matthew S. Dryer #> 16794 Matthew S. Dryer #> 16820 Matthew S. Dryer #> 16831 Matthew S. Dryer #> 16834 Matthew S. Dryer #> 16837 Matthew S. Dryer #> 16839 Matthew S. Dryer #> 16842 Matthew S. Dryer #> 16855 Matthew S. Dryer #> 16859 Matthew S. Dryer #> 16898 Matthew S. Dryer #> 16917 Matthew S. Dryer #> 16926 Matthew S. Dryer #> 16928 Matthew S. Dryer #> 16938 Matthew S. Dryer #> 16943 Matthew S. Dryer #> 16966 Matthew S. Dryer #> 16980 Matthew S. Dryer #> 16989 Matthew S. Dryer #> 16997 Matthew S. Dryer #> 17005 Matthew S. Dryer #> 17006 Matthew S. Dryer #> 17033 Matthew S. Dryer #> 17037 Matthew S. Dryer #> 17039 Matthew S. Dryer #> 17056 Matthew S. Dryer #> 17061 Matthew S. Dryer #> 17062 Matthew S. Dryer #> 17069 Matthew S. Dryer #> 17072 Matthew S. Dryer #> 17074 Matthew S. Dryer #> 17088 Matthew S. Dryer #> 17097 Matthew S. Dryer #> 17124 Matthew S. Dryer #> 17125 Matthew S. Dryer #> 17141 Matthew S. Dryer #> 17154 Matthew S. Dryer #> 17163 Matthew S. Dryer #> 17167 Matthew S. Dryer #> 17179 Matthew S. Dryer #> 17187 Matthew S. Dryer #> 17195 Matthew S. Dryer #> 17219 Matthew S. Dryer #> 17234 Matthew S. Dryer #> 17313 Matthew S. Dryer #> 17317 Matthew S. Dryer #> 17390 Matthew S. Dryer #> 17408 Matthew S. Dryer #> 17418 Matthew S. Dryer #> 17422 Matthew S. Dryer #> 17455 Matthew S. Dryer #> 17464 Matthew S. Dryer #> 17467 Matthew S. Dryer #> 17472 Matthew S. Dryer #> 17514 Matthew S. Dryer #> 17516 Matthew S. Dryer #> 17520 Matthew S. Dryer #> 17579 Matthew S. Dryer #> 17606 Matthew S. Dryer #> 17607 Matthew S. Dryer #> 17613 Matthew S. Dryer #> 17623 Matthew S. Dryer #> 17638 Matthew S. Dryer #> 17650 Matthew S. Dryer #> 17662 Matthew S. Dryer #> 17688 Matthew S. Dryer #> 17690 Matthew S. Dryer #> 17699 Matthew S. Dryer #> 17711 Matthew S. Dryer #> 17716 Matthew S. Dryer #> 17719 Matthew S. Dryer #> 17735 Matthew S. Dryer #> 17737 Matthew S. Dryer #> 17739 Matthew S. Dryer #> 17749 Matthew S. Dryer #> 17752 Matthew S. Dryer #> 17764 Matthew S. Dryer #> 17797 Matthew S. Dryer #> 17812 Matthew S. Dryer #> 17817 Matthew S. Dryer #> 17854 Matthew S. Dryer #> 17901 Matthew S. Dryer #> 17934 Matthew S. Dryer #> 17945 Matthew S. Dryer #> 17965 Matthew S. Dryer #> 17966 Matthew S. Dryer #> 18011 Matthew S. Dryer #> 18023 Matthew S. Dryer #> 18027 Matthew S. Dryer #> 18089 Matthew S. Dryer #> 18122 Matthew S. Dryer #> 18165 Matthew S. Dryer #> 18175 Matthew S. Dryer #> 18203 Matthew S. Dryer #> 18209 Matthew S. Dryer #> 18283 Matthew S. Dryer #> 18287 Matthew S. Dryer #> 18298 Matthew S. Dryer #> 18328 Matthew S. Dryer #> 18332 Matthew S. Dryer #> 18338 Matthew S. Dryer #> 18361 Matthew S. Dryer #> 18389 Matthew S. Dryer #> 18408 Matthew S. Dryer #> 18517 Matthew S. Dryer #> 18570 Matthew S. Dryer #> 18580 Matthew S. Dryer #> 18610 Matthew S. Dryer #> 18644 Matthew S. Dryer #> 18665 Matthew S. Dryer #> 18669 Matthew S. Dryer #> 18706 Matthew S. Dryer #> 18714 Matthew S. Dryer #> 18722 Matthew S. Dryer #> 18733 Matthew S. Dryer #> 18735 Matthew S. Dryer #> 18746 Matthew S. Dryer #> 18760 Matthew S. Dryer #> 18761 Matthew S. Dryer #> 18764 Matthew S. Dryer #> 18791 Matthew S. Dryer #> 18816 Matthew S. Dryer #> 18825 Matthew S. Dryer #> 18836 Matthew S. Dryer #> 18840 Matthew S. Dryer #> 18858 Matthew S. Dryer #> 18880 Matthew S. Dryer #> 18899 Matthew S. Dryer #> 18900 Matthew S. Dryer #> 18901 Matthew S. Dryer #> 18905 Matthew S. Dryer #> 18909 Matthew S. Dryer #> 18910 Matthew S. Dryer #> 18938 Matthew S. Dryer #> 18951 Matthew S. Dryer #> 18954 Matthew S. Dryer #> 18968 Matthew S. Dryer #> 18978 Matthew S. Dryer #> 18988 Matthew S. Dryer #> 18995 Matthew S. Dryer #> 19012 Matthew S. Dryer #> 19063 Matthew S. Dryer #> 19081 Matthew S. Dryer #> 19106 Matthew S. Dryer #> 19109 Matthew S. Dryer #> 19111 Matthew S. Dryer #> 19116 Matthew S. Dryer #> 19125 Matthew S. Dryer #> 19139 Matthew S. Dryer #> 19140 Matthew S. Dryer #> 19160 Matthew S. Dryer #> 19164 Matthew S. Dryer #> 19171 Matthew S. Dryer #> 19177 Matthew S. Dryer #> 19180 Matthew S. Dryer #> 19181 Matthew S. Dryer #> 19193 Matthew S. Dryer #> 19198 Matthew S. Dryer #> 19217 Matthew S. Dryer #> 19228 Matthew S. Dryer #> 19233 Matthew S. Dryer #> 19251 Matthew S. Dryer #> 19268 Matthew S. Dryer #> 19281 Matthew S. Dryer #> 19286 Matthew S. Dryer #> 19289 Matthew S. Dryer #> 19290 Matthew S. Dryer #> 19297 Matthew S. Dryer #> 19310 Matthew S. Dryer #> 19315 Matthew S. Dryer #> 19319 Matthew S. Dryer #> 19330 Matthew S. Dryer #> 19340 Matthew S. Dryer #> 19347 Matthew S. Dryer #> 19353 Matthew S. Dryer #> 19370 Matthew S. Dryer #> 19380 Matthew S. Dryer #> 19391 Matthew S. Dryer #> 19408 Matthew S. Dryer #> 19432 Matthew S. Dryer #> 19436 Matthew S. Dryer #> 19445 Matthew S. Dryer #> 19451 Matthew S. Dryer #> 19462 Matthew S. Dryer #> 19475 Matthew S. Dryer #> 19503 Matthew S. Dryer #> 19506 Matthew S. Dryer #> 19541 Matthew S. Dryer #> 19579 Matthew S. Dryer #> 19591 Matthew S. Dryer #> 19615 Matthew S. Dryer #> 19650 Matthew S. Dryer #> 19664 Matthew S. Dryer #> 19671 Matthew S. Dryer #> 19713 Matthew S. Dryer #> 19720 Matthew S. Dryer #> 19848 Matthew S. Dryer #> 19917 Matthew S. Dryer #> 19924 Matthew S. Dryer #> 19989 Matthew S. Dryer #> 19995 Matthew S. Dryer #> 20034 Matthew S. Dryer #> 20042 Matthew S. Dryer #> 20092 Matthew S. Dryer #> 20094 Matthew S. Dryer #> 20141 Matthew S. Dryer #> 20163 Matthew S. Dryer #> 20167 Matthew S. Dryer #> 20183 Matthew S. Dryer #> 20251 Matthew S. Dryer #> 20272 Matthew S. Dryer #> 20304 Matthew S. Dryer #> 20342 Matthew S. Dryer #> 20394 Matthew S. Dryer #> 20395 Matthew S. Dryer #> 20409 Matthew S. Dryer #> 20426 Matthew S. Dryer #> 20436 Matthew S. Dryer #> 20457 Matthew S. Dryer #> 20462 Matthew S. Dryer #> 20478 Matthew S. Dryer #> 20482 Matthew S. Dryer #> 20489 Matthew S. Dryer #> 20544 Matthew S. Dryer #> 20553 Matthew S. Dryer #> 20570 Matthew S. Dryer #> 20596 Matthew S. Dryer #> 20601 Matthew S. Dryer #> 20614 Matthew S. Dryer #> 20640 Matthew S. Dryer #> 20660 Matthew S. Dryer #> 20678 Matthew S. Dryer #> 20691 Matthew S. Dryer #> 20698 Matthew S. Dryer #> 20703 Matthew S. Dryer #> 20718 Matthew S. Dryer #> 20732 Matthew S. Dryer #> 20748 Matthew S. Dryer #> 20800 Matthew S. Dryer #> 20802 Matthew S. Dryer #> 20815 Matthew S. Dryer #> 20826 Matthew S. Dryer #> 20837 Matthew S. Dryer #> 20851 Matthew S. Dryer #> 20863 Matthew S. Dryer #> 20867 Matthew S. Dryer #> 20894 Matthew S. Dryer #> 20947 Matthew S. Dryer #> 20970 Matthew S. Dryer #> 20990 Matthew S. Dryer #> 21054 Matthew S. Dryer #> 21055 Matthew S. Dryer #> 21075 Matthew S. Dryer #> 21077 Matthew S. Dryer #> 21109 Matthew S. Dryer #> 21129 Matthew S. Dryer #> 21162 Matthew S. Dryer #> 21170 Matthew S. Dryer #> 21214 Matthew S. Dryer #> 21221 Matthew S. Dryer #> 21223 Matthew S. Dryer #> 21231 Matthew S. Dryer #> 21244 Matthew S. Dryer #> 21291 Matthew S. Dryer #> 21293 Matthew S. Dryer #> 21333 Matthew S. Dryer #> 21392 Matthew S. Dryer #> 21397 Matthew S. Dryer #> 21430 Matthew S. Dryer #> 21491 Matthew S. Dryer #> 21503 Matthew S. Dryer #> 21534 Matthew S. Dryer #> 21555 Matthew S. Dryer #> 21565 Matthew S. Dryer #> 21577 Matthew S. Dryer #> 21578 Matthew S. Dryer #> 21588 Matthew S. Dryer #> 21612 Matthew S. Dryer #> 21617 Matthew S. Dryer #> 21646 Matthew S. Dryer #> 21659 Matthew S. Dryer #> 21673 Matthew S. Dryer #> 21682 Matthew S. Dryer #> 21688 Matthew S. Dryer #> 21722 Matthew S. Dryer #> 21771 Matthew S. Dryer #> 21773 Matthew S. Dryer #> 21775 Matthew S. Dryer #> 21778 Matthew S. Dryer #> 21788 Matthew S. Dryer #> 21838 Matthew S. Dryer #> 21884 Matthew S. Dryer #> 21887 Matthew S. Dryer #> 21918 Matthew S. Dryer #> 21926 Matthew S. Dryer #> 21930 Matthew S. Dryer #> 21932 Matthew S. Dryer #> 21935 Matthew S. Dryer #> 21957 Matthew S. Dryer #> 21958 Matthew S. Dryer #> 21961 Matthew S. Dryer #> 21979 Matthew S. Dryer #> 21983 Matthew S. Dryer #> 21994 Matthew S. Dryer #> 22004 Matthew S. Dryer #> 22009 Matthew S. Dryer #> 22010 Matthew S. Dryer #> 22026 Matthew S. Dryer #> 22030 Matthew S. Dryer #> 22037 Matthew S. Dryer #> 22046 Matthew S. Dryer #> 22047 Matthew S. Dryer #> 22063 Matthew S. Dryer #> 22086 Matthew S. Dryer #> 22108 Matthew S. Dryer #> 22154 Matthew S. Dryer #> 22175 Matthew S. Dryer #> 22210 Matthew S. Dryer #> 22216 Matthew S. Dryer #> 22225 Matthew S. Dryer #> 22266 Matthew S. Dryer #> 22286 Matthew S. Dryer #> 22303 Matthew S. Dryer #> 22376 Matthew S. Dryer #> 22387 Matthew S. Dryer #> 22402 Matthew S. Dryer #> 22424 Matthew S. Dryer #> 22425 Matthew S. Dryer #> 22443 Matthew S. Dryer #> 22487 Matthew S. Dryer #> 22489 Matthew S. Dryer #> 22493 Matthew S. Dryer #> 22696 Matthew S. Dryer #> 22710 Matthew S. Dryer #> 22715 Matthew S. Dryer #> 22721 Matthew S. Dryer #> 22725 Matthew S. Dryer #> 22727 Matthew S. Dryer #> 22728 Matthew S. Dryer #> 22731 Matthew S. Dryer #> 22739 Matthew S. Dryer #> 22740 Matthew S. Dryer #> 22744 Matthew S. Dryer #> 22749 Matthew S. Dryer #> 22752 Matthew S. Dryer #> 22763 Matthew S. Dryer #> 22766 Matthew S. Dryer #> 22830 Matthew S. Dryer #> 22831 Matthew S. Dryer #> 22836 Matthew S. Dryer #> 22908 Matthew S. Dryer #> 22923 Matthew S. Dryer #> 23009 Matthew S. Dryer #> 23045 Matthew S. Dryer #> 23074 Matthew S. Dryer #> 23134 Matthew S. Dryer #> 23135 Matthew S. Dryer #> 23136 Matthew S. Dryer #> 23151 Matthew S. Dryer #> 23168 Matthew S. Dryer #> 23173 Matthew S. Dryer #> 23234 Matthew S. Dryer #> 23243 Matthew S. Dryer #> 23253 Matthew S. Dryer #> 23261 Matthew S. Dryer #> 23291 Matthew S. Dryer #> 23311 Matthew S. Dryer #> 23461 Matthew S. Dryer #> 23464 Matthew S. Dryer #> 23479 Matthew S. Dryer #> 23480 Matthew S. Dryer #> 23501 Matthew S. Dryer #> 23507 Matthew S. Dryer #> 23508 Matthew S. Dryer #> 23510 Matthew S. Dryer #> 23512 Matthew S. Dryer #> 23520 Matthew S. Dryer #> 23525 Matthew S. Dryer #> 23527 Matthew S. Dryer #> 23528 Matthew S. Dryer #> 23535 Matthew S. Dryer #> 23536 Matthew S. Dryer #> 23542 Matthew S. Dryer #> 23551 Matthew S. Dryer #> 23558 Matthew S. Dryer #> 23559 Matthew S. Dryer #> 23566 Matthew S. Dryer #> 23567 Matthew S. Dryer #> 23575 Matthew S. Dryer #> 23651 Matthew S. Dryer #> 23681 Matthew S. Dryer #> 23684 Matthew S. Dryer #> 23702 Matthew S. Dryer #> 23711 Matthew S. Dryer #> 23717 Matthew S. Dryer #> 23720 Matthew S. Dryer #> 23750 Matthew S. Dryer #> 23758 Matthew S. Dryer #> 23765 Matthew S. Dryer #> 23766 Matthew S. Dryer #> 23777 Matthew S. Dryer #> 23780 Matthew S. Dryer #> 23818 Matthew S. Dryer #> 23842 Matthew S. Dryer #> 23843 Matthew S. Dryer #> 23853 Matthew S. Dryer #> 23895 Matthew S. Dryer #> 23896 Matthew S. Dryer #> 23901 Matthew S. Dryer #> 23910 Matthew S. Dryer #> 23912 Matthew S. Dryer #> 23920 Matthew S. Dryer #> 23929 Matthew S. Dryer #> 23934 Matthew S. Dryer #> 23937 Matthew S. Dryer #> 23955 Matthew S. Dryer #> 23958 Matthew S. Dryer #> 23962 Matthew S. Dryer #> 23965 Matthew S. Dryer #> 23971 Matthew S. Dryer #> 23974 Matthew S. Dryer #> 23982 Matthew S. Dryer #> 24042 Matthew S. Dryer #> 24046 Matthew S. Dryer #> 24050 Matthew S. Dryer #> 24059 Matthew S. Dryer #> 24073 Matthew S. Dryer #> 24075 Matthew S. Dryer #> 24076 Matthew S. Dryer #> 24115 Matthew S. Dryer #> 24119 Matthew S. Dryer #> 24142 Matthew S. Dryer #> 24147 Matthew S. Dryer #> 24175 Matthew S. Dryer #> 24181 Matthew S. Dryer #> 24182 Matthew S. Dryer #> 24189 Matthew S. Dryer #> 24191 Matthew S. Dryer #> 24199 Matthew S. Dryer #> 24216 Matthew S. Dryer #> 24225 Matthew S. Dryer #> 24229 Matthew S. Dryer #> 24235 Matthew S. Dryer #> 24255 Matthew S. Dryer #> 24272 Matthew S. Dryer #> 24273 Matthew S. Dryer #> 24309 Matthew S. Dryer #> 24310 Matthew S. Dryer #> 24321 Matthew S. Dryer #> 24328 Matthew S. Dryer #> 24409 Matthew S. Dryer #> 24410 Matthew S. Dryer #> 24413 Matthew S. Dryer #> 24425 Matthew S. Dryer #> 24430 Matthew S. Dryer #> 24431 Matthew S. Dryer #> 24437 Matthew S. Dryer #> 24439 Matthew S. Dryer #> 24445 Matthew S. Dryer #> 24450 Matthew S. Dryer #> 24471 Matthew S. Dryer #> 24477 Matthew S. Dryer #> 24482 Matthew S. Dryer #> 24489 Matthew S. Dryer #> 24536 Matthew S. Dryer #> 24542 Matthew S. Dryer #> 24558 Matthew S. Dryer #> 24576 Matthew S. Dryer #> 24577 Matthew S. Dryer #> 24595 Matthew S. Dryer #> 24603 Matthew S. Dryer #> 24606 Matthew S. Dryer #> 24617 Matthew S. Dryer #> 24618 Matthew S. Dryer #> 24624 Matthew S. Dryer #> 24648 Matthew S. Dryer #> 24662 Matthew S. Dryer #> 24697 Matthew S. Dryer #> 24702 Matthew S. Dryer #> 24706 Matthew S. Dryer #> 24708 Matthew S. Dryer #> 24790 Matthew S. Dryer #> 24838 Matthew S. Dryer #> 24840 Matthew S. Dryer #> 24846 Matthew S. Dryer #> 24847 Matthew S. Dryer #> 24860 Matthew S. Dryer #> 24862 Matthew S. Dryer #> 24871 Matthew S. Dryer #> 24903 Matthew S. Dryer #> 24934 Matthew S. Dryer #> 24942 Matthew S. Dryer #> 24944 Matthew S. Dryer #> 24947 Matthew S. Dryer #> 24949 Matthew S. Dryer #> 24951 Matthew S. Dryer #> 24952 Matthew S. Dryer #> 24953 Matthew S. Dryer #> 24964 Matthew S. Dryer #> 24966 Matthew S. Dryer #> 24984 Matthew S. Dryer #> 24986 Matthew S. Dryer #> 24999 Matthew S. Dryer #> 25001 Matthew S. Dryer #> 25006 Matthew S. Dryer #> 25020 Matthew S. Dryer #> 25022 Matthew S. Dryer #> 25028 Matthew S. Dryer #> 25033 Matthew S. Dryer #> 25034 Matthew S. Dryer #> 25037 Matthew S. Dryer #> 25064 Matthew S. Dryer #> 25070 Matthew S. Dryer #> 25074 Matthew S. Dryer #> 25095 Matthew S. Dryer #> 25097 Matthew S. Dryer #> 25105 Matthew S. Dryer #> 25134 Matthew S. Dryer #> 25138 Matthew S. Dryer #> 25154 Matthew S. Dryer #> 25168 Matthew S. Dryer #> 25190 Matthew S. Dryer #> 25207 Matthew S. Dryer #> 25213 Matthew S. Dryer #> 25248 Matthew S. Dryer #> 25252 Matthew S. Dryer #> 25264 Matthew S. Dryer #> 25276 Matthew S. Dryer #> 25279 Matthew S. Dryer #> 25298 Matthew S. Dryer #> 25301 Matthew S. Dryer #> 25315 Matthew S. Dryer #> 25320 Matthew S. Dryer #> 25331 Matthew S. Dryer #> 25338 Matthew S. Dryer #> 25350 Matthew S. Dryer #> 25354 Matthew S. Dryer #> 25356 Matthew S. Dryer #> 25366 Matthew S. Dryer #> 25382 Matthew S. Dryer #> 25393 Matthew S. Dryer #> 25415 Matthew S. Dryer #> 25421 Matthew S. Dryer #> 25459 Matthew S. Dryer #> 25474 Matthew S. Dryer #> 25487 Matthew S. Dryer #> 25490 Matthew S. Dryer #> 25498 Matthew S. Dryer #> 25508 Matthew S. Dryer #> 25509 Matthew S. Dryer #> 25528 Matthew S. Dryer #> 25531 Matthew S. Dryer #> 25534 Matthew S. Dryer #> 25540 Matthew S. Dryer #> 25549 Matthew S. Dryer #> 25553 Matthew S. Dryer #> 25562 Matthew S. Dryer #> 25563 Matthew S. Dryer #> 25566 Matthew S. Dryer #> 25567 Matthew S. Dryer #> 25578 Matthew S. Dryer #> 25581 Matthew S. Dryer #> 25582 Matthew S. Dryer #> 25589 Matthew S. Dryer #> 25592 Matthew S. Dryer #> 25597 Matthew S. Dryer #> 25605 Matthew S. Dryer #> 25613 Matthew S. Dryer #> 25618 Matthew S. Dryer #> 25620 Matthew S. Dryer #> 25642 Matthew S. Dryer #> 25645 Matthew S. Dryer #> 25648 Matthew S. Dryer #> 25689 Matthew S. Dryer #> 25712 Matthew S. Dryer #> 25725 Matthew S. Dryer #> 25731 Matthew S. Dryer #> 25771 Matthew S. Dryer #> 25777 Matthew S. Dryer #> 25792 Matthew S. Dryer #> 25847 Matthew S. Dryer #> 25887 Matthew S. Dryer #> 25890 Matthew S. Dryer #> 26066 Matthew S. Dryer #> 26068 Matthew S. Dryer #> 26079 Matthew S. Dryer #> 26081 Matthew S. Dryer #> 26106 Matthew S. Dryer #> 26200 Matthew S. Dryer #> 26226 Matthew S. Dryer #> 26242 Matthew S. Dryer #> 26271 Matthew S. Dryer #> 26354 Matthew S. Dryer #> 26363 Matthew S. Dryer #> 26370 Matthew S. Dryer #> 26372 Matthew S. Dryer #> 26409 Matthew S. Dryer #> 26435 Matthew S. Dryer #> 26437 Matthew S. Dryer #> 26463 Matthew S. Dryer #> 26486 Matthew S. Dryer #> 26498 Matthew S. Dryer #> 26576 Matthew S. Dryer #> 26577 Matthew S. Dryer #> 26603 Matthew S. Dryer #> 26605 Matthew S. Dryer #> 26606 Matthew S. Dryer #> 26695 Matthew S. Dryer #> 26707 Matthew S. Dryer #> 26729 Matthew S. Dryer #> 26742 Matthew S. Dryer #> 26745 Matthew S. Dryer #> 26797 Matthew S. Dryer #> 26809 Matthew S. Dryer #> 26817 Matthew S. Dryer #> 26820 Matthew S. Dryer #> 26906 Matthew S. Dryer #> 26918 Matthew S. Dryer #> 26921 Matthew S. Dryer #> 26941 Matthew S. Dryer #> 27038 Matthew S. Dryer #> 27039 Matthew S. Dryer #> 27040 Matthew S. Dryer #> 27091 Matthew S. Dryer #> 27103 Matthew S. Dryer #> 27104 Matthew S. Dryer #> 27121 Matthew S. Dryer #> 27139 Matthew S. Dryer #> 27161 Matthew S. Dryer #> 27169 Matthew S. Dryer #> 27267 Matthew S. Dryer #> 27270 Matthew S. Dryer #> 27278 Matthew S. Dryer #> 27315 Matthew S. Dryer #> 27337 Matthew S. Dryer #> 27365 Matthew S. Dryer #> 27394 Matthew S. Dryer #> 27438 Matthew S. Dryer #> 27448 Matthew S. Dryer #> 27469 Matthew S. Dryer #> 27503 Matthew S. Dryer #> 27520 Matthew S. Dryer #> 27532 Matthew S. Dryer #> 27540 Matthew S. Dryer #> 27550 Matthew S. Dryer #> 27569 Matthew S. Dryer #> 27607 Matthew S. Dryer #> 27608 Matthew S. Dryer #> 27612 Matthew S. Dryer #> 27630 Matthew S. Dryer #> 27653 Matthew S. Dryer #> 27654 Matthew S. Dryer #> 27768 Matthew S. Dryer #> 27790 Matthew S. Dryer #> 27802 Matthew S. Dryer #> 27934 Matthew S. Dryer #> 27938 Matthew S. Dryer #> 27939 Matthew S. Dryer #> 27985 Matthew S. Dryer #> 28004 Matthew S. Dryer #> 28006 Matthew S. Dryer #> 28013 Matthew S. Dryer #> 28091 Matthew S. Dryer #> 28158 Matthew S. Dryer #> 28180 Matthew S. Dryer #> 28203 Matthew S. Dryer #> 28245 Matthew S. Dryer #> 28256 Matthew S. Dryer #> 28261 Matthew S. Dryer #> 28316 Matthew S. Dryer #> 28329 Matthew S. Dryer #> 28330 Matthew S. Dryer #> 28341 Matthew S. Dryer #> 28395 Matthew S. Dryer #> 28403 Matthew S. Dryer #> 28419 Matthew S. Dryer #> 28421 Matthew S. Dryer #> 28423 Matthew S. Dryer #> 28435 Matthew S. Dryer #> 28436 Matthew S. Dryer #> 28437 Matthew S. Dryer #> 28440 Matthew S. Dryer #> 28445 Matthew S. Dryer #> 28449 Matthew S. Dryer #> 28452 Matthew S. Dryer #> 28508 Matthew S. Dryer #> 28510 Matthew S. Dryer #> 28520 Matthew S. Dryer #> 28521 Matthew S. Dryer #> 28522 Matthew S. Dryer #> 28523 Matthew S. Dryer #> 28584 Matthew S. Dryer #> 28609 Matthew S. Dryer #> 28613 Matthew S. Dryer #> 28623 Matthew S. Dryer #> 28658 Matthew S. Dryer #> 28660 Matthew S. Dryer #> 28661 Matthew S. Dryer #> 28664 Matthew S. Dryer #> 28671 Matthew S. Dryer #> 28672 Matthew S. Dryer #> 28673 Matthew S. Dryer #> 28675 Matthew S. Dryer #> 28679 Matthew S. Dryer #> 28680 Matthew S. Dryer #> 28682 Matthew S. Dryer #> 28683 Matthew S. Dryer #> 28687 Matthew S. Dryer #> 28707 Matthew S. Dryer #> 28754 Matthew S. Dryer #> 28761 Matthew S. Dryer #> 28768 Matthew S. Dryer #> 28787 Matthew S. Dryer #> 28788 Matthew S. Dryer #> 28814 Matthew S. Dryer #> 28828 Matthew S. Dryer #> 28829 Matthew S. Dryer #> 28830 Matthew S. Dryer #> 28832 Matthew S. Dryer #> 28833 Matthew S. Dryer #> 28856 Matthew S. Dryer #> 28884 Matthew S. Dryer #> 28902 Matthew S. Dryer #> 28932 Matthew S. Dryer #> 28946 Matthew S. Dryer #> 28958 Matthew S. Dryer #> 28976 Matthew S. Dryer #> 29042 Rob Goedemans and Harry van der Hulst #> 29061 Rob Goedemans and Harry van der Hulst #> 29099 Rob Goedemans and Harry van der Hulst #> 29108 Rob Goedemans and Harry van der Hulst #> 29111 Rob Goedemans and Harry van der Hulst #> 29112 Rob Goedemans and Harry van der Hulst #> 29117 Rob Goedemans and Harry van der Hulst #> 29118 Rob Goedemans and Harry van der Hulst #> 29123 Rob Goedemans and Harry van der Hulst #> 29125 Rob Goedemans and Harry van der Hulst #> 29143 Rob Goedemans and Harry van der Hulst #> 29147 Rob Goedemans and Harry van der Hulst #> 29150 Rob Goedemans and Harry van der Hulst #> 29181 Rob Goedemans and Harry van der Hulst #> 29186 Rob Goedemans and Harry van der Hulst #> 29207 Rob Goedemans and Harry van der Hulst #> 29215 Rob Goedemans and Harry van der Hulst #> 29369 Rob Goedemans and Harry van der Hulst #> 29406 Rob Goedemans and Harry van der Hulst #> 29446 Rob Goedemans and Harry van der Hulst #> 29466 Rob Goedemans and Harry van der Hulst #> 29562 Rob Goedemans and Harry van der Hulst #> 29615 Rob Goedemans and Harry van der Hulst #> 29660 Rob Goedemans and Harry van der Hulst #> 29717 Rob Goedemans and Harry van der Hulst #> 29730 Rob Goedemans and Harry van der Hulst #> 29736 Rob Goedemans and Harry van der Hulst #> 29819 Rob Goedemans and Harry van der Hulst #> 29849 Rob Goedemans and Harry van der Hulst #> 29854 Rob Goedemans and Harry van der Hulst #> 29855 Rob Goedemans and Harry van der Hulst #> 29863 Rob Goedemans and Harry van der Hulst #> 29867 Rob Goedemans and Harry van der Hulst #> 29946 Rob Goedemans and Harry van der Hulst #> 29954 Rob Goedemans and Harry van der Hulst #> 29959 Rob Goedemans and Harry van der Hulst #> 29960 Rob Goedemans and Harry van der Hulst #> 29966 Rob Goedemans and Harry van der Hulst #> 29978 Rob Goedemans and Harry van der Hulst #> 29980 Rob Goedemans and Harry van der Hulst #> 29986 Rob Goedemans and Harry van der Hulst #> 29989 Rob Goedemans and Harry van der Hulst #> 29995 Rob Goedemans and Harry van der Hulst #> 29996 Rob Goedemans and Harry van der Hulst #> 30063 Rob Goedemans and Harry van der Hulst #> 30087 Rob Goedemans and Harry van der Hulst #> 30121 Rob Goedemans and Harry van der Hulst #> 30146 Rob Goedemans and Harry van der Hulst #> 30169 Rob Goedemans and Harry van der Hulst #> 30202 Rob Goedemans and Harry van der Hulst #> 30229 Rob Goedemans and Harry van der Hulst #> 30267 Rob Goedemans and Harry van der Hulst #> 30268 Rob Goedemans and Harry van der Hulst #> 30281 Rob Goedemans and Harry van der Hulst #> 30323 Ian Maddieson #> 30384 Ian Maddieson #> 30395 Ian Maddieson #> 30398 Ian Maddieson #> 30428 Ian Maddieson #> 30461 Ian Maddieson #> 30475 Ian Maddieson #> 30481 Ian Maddieson #> 30492 Ian Maddieson #> 30546 Ian Maddieson #> 30559 Ian Maddieson #> 30567 Ian Maddieson #> 30584 Ian Maddieson #> 30587 Ian Maddieson #> 30614 Ian Maddieson #> 30615 Ian Maddieson #> 30619 Ian Maddieson #> 30638 Ian Maddieson #> 30655 Ian Maddieson #> 30664 Ian Maddieson #> 30685 Ian Maddieson #> 30691 Ian Maddieson #> 30699 Ian Maddieson #> 30725 Ian Maddieson #> 30729 Ian Maddieson #> 30744 Ian Maddieson #> 30759 Ian Maddieson #> 30795 Ian Maddieson #> 30809 Ian Maddieson #> 30893 Ian Maddieson #> 30897 Ian Maddieson #> 30915 Ian Maddieson #> 30930 Ian Maddieson #> 30957 Ian Maddieson #> 30968 Ian Maddieson #> 30977 Ian Maddieson #> 31012 Ian Maddieson #> 31054 Ian Maddieson #> 31058 Ian Maddieson #> 31106 Ian Maddieson #> 31110 Ian Maddieson #> 31197 Ian Maddieson #> 31226 Ian Maddieson #> 31237 Ian Maddieson #> 31247 Ian Maddieson #> 31253 Ian Maddieson #> 31313 Ian Maddieson #> 31328 Ian Maddieson #> 31330 Ian Maddieson #> 31375 Ian Maddieson #> 31389 Ian Maddieson #> 31391 Ian Maddieson #> 31396 Ian Maddieson #> 31397 Ian Maddieson #> 31402 Ian Maddieson #> 31403 Ian Maddieson #> 31404 Ian Maddieson #> 31449 Ian Maddieson #> 31468 Ian Maddieson #> 31528 Ian Maddieson #> 31529 Ian Maddieson #> 31559 Ian Maddieson #> 31566 Ian Maddieson #> 31591 Ian Maddieson #> 31608 Ian Maddieson #> 31625 Ian Maddieson #> 31628 Ian Maddieson #> 31641 Ian Maddieson #> 31652 Ian Maddieson #> 31664 Ian Maddieson #> 31665 Ian Maddieson #> 31688 Ian Maddieson #> 31700 Ian Maddieson #> 31716 Ian Maddieson #> 31726 Ian Maddieson #> 31738 Ian Maddieson #> 31740 Ian Maddieson #> 31757 Ian Maddieson #> 31812 Ian Maddieson #> 31828 Ian Maddieson #> 31880 Ian Maddieson #> 31919 Ian Maddieson #> 31941 Ian Maddieson #> 31968 Ian Maddieson #> 31985 Ian Maddieson #> 31996 Ian Maddieson #> 32005 Ian Maddieson #> 32129 Balthasar Bickel and Johanna Nichols #> 32143 Balthasar Bickel and Johanna Nichols #> 32148 Balthasar Bickel and Johanna Nichols #> 32163 Balthasar Bickel and Johanna Nichols #> 32164 Balthasar Bickel and Johanna Nichols #> 32165 Balthasar Bickel and Johanna Nichols #> 32167 Balthasar Bickel and Johanna Nichols #> 32205 Balthasar Bickel and Johanna Nichols #> 32234 Balthasar Bickel and Johanna Nichols #> 32243 Balthasar Bickel and Johanna Nichols #> 32281 Balthasar Bickel and Johanna Nichols #> 32283 Balthasar Bickel and Johanna Nichols #> 32309 Balthasar Bickel and Johanna Nichols #> 32331 Balthasar Bickel and Johanna Nichols #> 32341 Balthasar Bickel and Johanna Nichols #> 32378 Balthasar Bickel and Johanna Nichols #> 32424 Balthasar Bickel and Johanna Nichols #> 32425 Balthasar Bickel and Johanna Nichols #> 32450 Balthasar Bickel and Johanna Nichols #> 32451 Balthasar Bickel and Johanna Nichols #> 32456 Balthasar Bickel and Johanna Nichols #> 32489 Balthasar Bickel and Johanna Nichols #> 32491 Balthasar Bickel and Johanna Nichols #> 32562 Balthasar Bickel and Johanna Nichols #> 32575 Balthasar Bickel and Johanna Nichols #> 32585 Balthasar Bickel and Johanna Nichols #> 32590 Balthasar Bickel and Johanna Nichols #> 32610 Balthasar Bickel and Johanna Nichols #> 32612 Balthasar Bickel and Johanna Nichols #> 32726 Johanna Nichols and Balthasar Bickel #> 32739 Johanna Nichols and Balthasar Bickel #> 32747 Johanna Nichols and Balthasar Bickel #> 32757 Johanna Nichols and Balthasar Bickel #> 32791 Johanna Nichols and Balthasar Bickel #> 32861 Johanna Nichols and Balthasar Bickel #> 32877 Johanna Nichols and Balthasar Bickel #> 33025 Johanna Nichols and Balthasar Bickel #> 33031 Johanna Nichols and Balthasar Bickel #> 33044 Johanna Nichols and Balthasar Bickel #> 33058 Johanna Nichols and Balthasar Bickel #> 33078 Johanna Nichols and Balthasar Bickel #> 33097 Johanna Nichols and Balthasar Bickel #> 33117 Johanna Nichols and Balthasar Bickel #> 33182 Johanna Nichols and Balthasar Bickel #> 33205 Johanna Nichols and Balthasar Bickel #> 33235 Johanna Nichols and Balthasar Bickel #> 33289 Johanna Nichols and Balthasar Bickel #> 33318 Johanna Nichols and Balthasar Bickel #> 33333 Johanna Nichols and Balthasar Bickel #> 33334 Johanna Nichols and Balthasar Bickel #> 33377 Johanna Nichols and Balthasar Bickel #> 33421 Johanna Nichols and Balthasar Bickel #> 33451 Johanna Nichols and Balthasar Bickel #> 33454 Johanna Nichols and Balthasar Bickel #> 33511 Johanna Nichols and Balthasar Bickel #> 33567 Johanna Nichols and Balthasar Bickel #> 33584 Johanna Nichols and Balthasar Bickel #> 33609 Matthew S. Dryer #> 33655 Matthew S. Dryer #> 33665 Matthew S. Dryer #> 33682 Matthew S. Dryer #> 33734 Matthew S. Dryer #> 33757 Matthew S. Dryer #> 33758 Matthew S. Dryer #> 33848 Matthew S. Dryer #> 33851 Matthew S. Dryer #> 33859 Matthew S. Dryer #> 33878 Matthew S. Dryer #> 33903 Matthew S. Dryer #> 33910 Matthew S. Dryer #> 33929 Matthew S. Dryer #> 33939 Matthew S. Dryer #> 33943 Matthew S. Dryer #> 33949 Matthew S. Dryer #> 33958 Matthew S. Dryer #> 33963 Matthew S. Dryer #> 33974 Matthew S. Dryer #> 33993 Matthew S. Dryer #> 34034 Matthew S. Dryer #> 34038 Matthew S. Dryer #> 34043 Matthew S. Dryer #> 34045 Matthew S. Dryer #> 34063 Matthew S. Dryer #> 34068 Matthew S. Dryer #> 34076 Matthew S. Dryer #> 34095 Matthew S. Dryer #> 34110 Matthew S. Dryer #> 34155 Matthew S. Dryer #> 34158 Matthew S. Dryer #> 34159 Matthew S. Dryer #> 34197 Matthew S. Dryer #> 34208 Matthew S. Dryer #> 34209 Matthew S. Dryer #> 34228 Matthew S. Dryer #> 34233 Matthew S. Dryer #> 34252 Matthew S. Dryer #> 34267 Matthew S. Dryer #> 34285 Matthew S. Dryer #> 34296 Matthew S. Dryer #> 34301 Matthew S. Dryer #> 34318 Matthew S. Dryer #> 34324 Matthew S. Dryer #> 34343 Matthew S. Dryer #> 34373 Matthew S. Dryer #> 34444 Matthew S. Dryer #> 34451 Matthew S. Dryer #> 34461 Matthew S. Dryer #> 34465 Matthew S. Dryer #> 34481 Matthew S. Dryer #> 34536 Matthew S. Dryer #> 34568 Carl Rubino #> 34577 Carl Rubino #> 34585 Carl Rubino #> 34597 Carl Rubino #> 34609 Carl Rubino #> 34623 Carl Rubino #> 34668 Carl Rubino #> 34704 Carl Rubino #> 34742 Carl Rubino #> 34746 Carl Rubino #> 34756 Carl Rubino #> 34759 Carl Rubino #> 34762 Carl Rubino #> 34764 Carl Rubino #> 34772 Carl Rubino #> 34774 Carl Rubino #> 34818 Carl Rubino #> 34952 Matthew Baerman and Dunstan Brown #> 34953 Matthew Baerman and Dunstan Brown #> 34964 Matthew Baerman and Dunstan Brown #> 34993 Matthew Baerman and Dunstan Brown #> 34998 Matthew Baerman and Dunstan Brown #> 35037 Matthew Baerman and Dunstan Brown #> 35056 Matthew Baerman and Dunstan Brown #> 35105 Matthew Baerman and Dunstan Brown #> 35134 Matthew Baerman and Dunstan Brown #> 35172 Matthew Baerman and Dunstan Brown #> 35187 Matthew Baerman and Dunstan Brown #> 35191 Matthew Baerman and Dunstan Brown #> 35218 Matthew Baerman and Dunstan Brown #> 35225 Matthew Baerman and Dunstan Brown #> 35236 Matthew Baerman and Dunstan Brown #> 35305 Matthew Baerman and Dunstan Brown #> 35445 Ian Maddieson #> 35491 Ian Maddieson #> 35556 Ian Maddieson #> 35570 Ian Maddieson #> 35592 Ian Maddieson #> 35612 Ian Maddieson #> 35646 Ian Maddieson #> 35651 Ian Maddieson #> 35672 Ian Maddieson #> 35678 Ian Maddieson #> 35709 Ian Maddieson #> 35730 Ian Maddieson #> 35734 Ian Maddieson #> 35739 Ian Maddieson #> 35740 Ian Maddieson #> 35742 Ian Maddieson #> 35750 Ian Maddieson #> 35752 Ian Maddieson #> 35776 Ian Maddieson #> 35780 Ian Maddieson #> 35786 Ian Maddieson #> 35789 Ian Maddieson #> 35822 Ian Maddieson #> 35835 Ian Maddieson #> 35841 Ian Maddieson #> 35848 Ian Maddieson #> 35850 Ian Maddieson #> 35874 Ian Maddieson #> 35881 Ian Maddieson #> 36035 Greville G. Corbett #> 36037 Greville G. Corbett #> 36040 Greville G. Corbett #> 36041 Greville G. Corbett #> 36043 Greville G. Corbett #> 36049 Greville G. Corbett #> 36050 Greville G. Corbett #> 36051 Greville G. Corbett #> 36052 Greville G. Corbett #> 36054 Greville G. Corbett #> 36055 Greville G. Corbett #> 36056 Greville G. Corbett #> 36057 Greville G. Corbett #> 36070 Greville G. Corbett #> 36071 Greville G. Corbett #> 36075 Greville G. Corbett #> 36076 Greville G. Corbett #> 36079 Greville G. Corbett #> 36081 Greville G. Corbett #> 36082 Greville G. Corbett #> 36292 Greville G. Corbett #> 36294 Greville G. Corbett #> 36297 Greville G. Corbett #> 36305 Greville G. Corbett #> 36310 Greville G. Corbett #> 36311 Greville G. Corbett #> 36312 Greville G. Corbett #> 36313 Greville G. Corbett #> 36321 Greville G. Corbett #> 36324 Greville G. Corbett #> 36333 Greville G. Corbett #> 36340 Greville G. Corbett #> 36355 Greville G. Corbett #> 36356 Greville G. Corbett #> 36357 Greville G. Corbett #> 36358 Greville G. Corbett #> 36362 Greville G. Corbett #> 36365 Greville G. Corbett #> 36367 Greville G. Corbett #> 36370 Greville G. Corbett #> 36584 Greville G. Corbett #> 36600 Greville G. Corbett #> 36601 Greville G. Corbett #> 36602 Greville G. Corbett #> 36603 Greville G. Corbett #> 36609 Greville G. Corbett #> 36610 Greville G. Corbett #> 36615 Greville G. Corbett #> 36623 Greville G. Corbett #> 36627 Greville G. Corbett #> 36629 Greville G. Corbett #> 36631 Greville G. Corbett #> 36634 Greville G. Corbett #> 36637 Greville G. Corbett #> 36638 Greville G. Corbett #> 36640 Greville G. Corbett #> 36643 Greville G. Corbett #> 36648 Greville G. Corbett #> 36650 Greville G. Corbett #> 36653 Greville G. Corbett #> 36708 Matthew S. Dryer #> 36790 Matthew S. Dryer #> 36798 Matthew S. Dryer #> 36804 Matthew S. Dryer #> 36818 Matthew S. Dryer #> 36823 Matthew S. Dryer #> 36874 Matthew S. Dryer #> 36882 Matthew S. Dryer #> 36957 Matthew S. Dryer #> 36977 Matthew S. Dryer #> 36993 Matthew S. Dryer #> 37001 Matthew S. Dryer #> 37033 Matthew S. Dryer #> 37035 Matthew S. Dryer #> 37051 Matthew S. Dryer #> 37078 Matthew S. Dryer #> 37090 Matthew S. Dryer #> 37095 Matthew S. Dryer #> 37099 Matthew S. Dryer #> 37101 Matthew S. Dryer #> 37102 Matthew S. Dryer #> 37128 Matthew S. Dryer #> 37136 Matthew S. Dryer #> 37137 Matthew S. Dryer #> 37144 Matthew S. Dryer #> 37154 Matthew S. Dryer #> 37160 Matthew S. Dryer #> 37201 Matthew S. Dryer #> 37202 Matthew S. Dryer #> 37217 Matthew S. Dryer #> 37236 Matthew S. Dryer #> 37265 Matthew S. Dryer #> 37269 Matthew S. Dryer #> 37285 Matthew S. Dryer #> 37289 Matthew S. Dryer #> 37319 Matthew S. Dryer #> 37321 Matthew S. Dryer #> 37323 Matthew S. Dryer #> 37324 Matthew S. Dryer #> 37327 Matthew S. Dryer #> 37328 Matthew S. Dryer #> 37329 Matthew S. Dryer #> 37330 Matthew S. Dryer #> 37331 Matthew S. Dryer #> 37333 Matthew S. Dryer #> 37342 Matthew S. Dryer #> 37348 Matthew S. Dryer #> 37350 Matthew S. Dryer #> 37353 Matthew S. Dryer #> 37355 Matthew S. Dryer #> 37389 Matthew S. Dryer #> 37397 Matthew S. Dryer #> 37415 Matthew S. Dryer #> 37439 Matthew S. Dryer #> 37450 Matthew S. Dryer #> 37474 Matthew S. Dryer #> 37525 Matthew S. Dryer #> 37547 Matthew S. Dryer #> 37558 Matthew S. Dryer #> 37581 Matthew S. Dryer #> 37616 Matthew S. Dryer #> 37638 Matthew S. Dryer #> 37640 Matthew S. Dryer #> 37655 Matthew S. Dryer #> 37665 Matthew S. Dryer #> 37673 Matthew S. Dryer #> 37718 Matthew S. Dryer #> 37762 Martin Haspelmath #> 37787 Martin Haspelmath #> 37795 Martin Haspelmath #> 37815 Martin Haspelmath #> 37852 Martin Haspelmath #> 37882 Martin Haspelmath #> 37885 Martin Haspelmath #> 37897 Martin Haspelmath #> 37899 Martin Haspelmath #> 37906 Martin Haspelmath #> 37908 Martin Haspelmath #> 37928 Martin Haspelmath #> 37939 Martin Haspelmath #> 37945 Martin Haspelmath #> 37948 Martin Haspelmath #> 37953 Martin Haspelmath #> 37962 Martin Haspelmath #> 37977 Martin Haspelmath #> 37981 Martin Haspelmath #> 37982 Martin Haspelmath #> 37988 Martin Haspelmath #> 37995 Martin Haspelmath #> 38002 Martin Haspelmath #> 38010 Martin Haspelmath #> 38103 Michael Daniel #> 38110 Michael Daniel #> 38111 Michael Daniel #> 38121 Michael Daniel #> 38159 Michael Daniel #> 38161 Michael Daniel #> 38162 Michael Daniel #> 38165 Michael Daniel #> 38204 Michael Daniel #> 38209 Michael Daniel #> 38294 Michael Daniel and Edith Moravcsik #> 38349 Michael Daniel and Edith Moravcsik #> 38383 Michael Daniel and Edith Moravcsik #> 38445 Michael Daniel and Edith Moravcsik #> 38446 Michael Daniel and Edith Moravcsik #> 38455 Michael Daniel and Edith Moravcsik #> 38474 Michael Daniel and Edith Moravcsik #> 38481 Michael Daniel and Edith Moravcsik #> 38496 Michael Daniel and Edith Moravcsik #> 38524 Matthew S. Dryer #> 38528 Matthew S. Dryer #> 38542 Matthew S. Dryer #> 38554 Matthew S. Dryer #> 38575 Matthew S. Dryer #> 38590 Matthew S. Dryer #> 38601 Matthew S. Dryer #> 38620 Matthew S. Dryer #> 38636 Matthew S. Dryer #> 38644 Matthew S. Dryer #> 38652 Matthew S. Dryer #> 38664 Matthew S. Dryer #> 38675 Matthew S. Dryer #> 38678 Matthew S. Dryer #> 38687 Matthew S. Dryer #> 38698 Matthew S. Dryer #> 38708 Matthew S. Dryer #> 38746 Matthew S. Dryer #> 38790 Matthew S. Dryer #> 38791 Matthew S. Dryer #> 38800 Matthew S. Dryer #> 38815 Matthew S. Dryer #> 38817 Matthew S. Dryer #> 38821 Matthew S. Dryer #> 38824 Matthew S. Dryer #> 38825 Matthew S. Dryer #> 38827 Matthew S. Dryer #> 38833 Matthew S. Dryer #> 38835 Matthew S. Dryer #> 38841 Matthew S. Dryer #> 38842 Matthew S. Dryer #> 38846 Matthew S. Dryer #> 38849 Matthew S. Dryer #> 38852 Matthew S. Dryer #> 38860 Matthew S. Dryer #> 38866 Matthew S. Dryer #> 38870 Matthew S. Dryer #> 38871 Matthew S. Dryer #> 38873 Matthew S. Dryer #> 38874 Matthew S. Dryer #> 38880 Matthew S. Dryer #> 38889 Matthew S. Dryer #> 38914 Matthew S. Dryer #> 38943 Matthew S. Dryer #> 39014 Matthew S. Dryer #> 39065 Matthew S. Dryer #> 39073 Matthew S. Dryer #> 39088 Matthew S. Dryer #> 39097 Matthew S. Dryer #> 39098 Matthew S. Dryer #> 39135 Matthew S. Dryer #> 39144 Matthew S. Dryer #> 39163 Matthew S. Dryer #> 39171 Matthew S. Dryer #> 39185 Matthew S. Dryer #> 39186 Matthew S. Dryer #> 39210 Matthew S. Dryer #> 39227 Matthew S. Dryer #> 39242 Matthew S. Dryer #> 39244 Matthew S. Dryer #> 39254 Matthew S. Dryer #> 39261 Matthew S. Dryer #> 39264 Matthew S. Dryer #> 39282 Matthew S. Dryer #> 39307 Matthew S. Dryer #> 39332 Matthew S. Dryer #> 39345 Matthew S. Dryer #> 39352 Matthew S. Dryer #> 39357 Matthew S. Dryer #> 39366 Matthew S. Dryer #> 39373 Matthew S. Dryer #> 39385 Matthew S. Dryer #> 39388 Matthew S. Dryer #> 39393 Matthew S. Dryer #> 39406 Matthew S. Dryer #> 39407 Matthew S. Dryer #> 39411 Matthew S. Dryer #> 39420 Matthew S. Dryer #> 39421 Matthew S. Dryer #> 39424 Matthew S. Dryer #> 39438 Matthew S. Dryer #> 39445 Matthew S. Dryer #> 39508 Matthew S. Dryer #> 39527 Matthew S. Dryer #> 39541 Matthew S. Dryer #> 39542 Matthew S. Dryer #> 39567 Matthew S. Dryer #> 39581 Matthew S. Dryer #> 39640 Matthew S. Dryer #> 39688 Michael Cysouw #> 39691 Michael Cysouw #> 39728 Michael Cysouw #> 39737 Michael Cysouw #> 39760 Michael Cysouw #> 39788 Michael Cysouw #> 39797 Michael Cysouw #> 39866 Michael Cysouw #> 40126 Ian Maddieson #> 40162 Ian Maddieson #> 40208 Ian Maddieson #> 40215 Ian Maddieson #> 40237 Ian Maddieson #> 40242 Ian Maddieson #> 40287 Ian Maddieson #> 40295 Ian Maddieson #> 40297 Ian Maddieson #> 40347 Ian Maddieson #> 40360 Ian Maddieson #> 40372 Ian Maddieson #> 40377 Ian Maddieson #> 40379 Ian Maddieson #> 40385 Ian Maddieson #> 40389 Ian Maddieson #> 40396 Ian Maddieson #> 40414 Ian Maddieson #> 40417 Ian Maddieson #> 40420 Ian Maddieson #> 40428 Ian Maddieson #> 40439 Ian Maddieson #> 40442 Ian Maddieson #> 40445 Ian Maddieson #> 40459 Ian Maddieson #> 40463 Ian Maddieson #> 40466 Ian Maddieson #> 40475 Ian Maddieson #> 40503 Ian Maddieson #> 40512 Michael Cysouw #> 40531 Michael Cysouw #> 40596 Michael Cysouw #> 40610 Michael Cysouw #> 40615 Michael Cysouw #> 40636 Michael Cysouw #> 40642 Michael Cysouw #> 40660 Michael Cysouw #> 40711 Holger Diessel #> 40714 Holger Diessel #> 40715 Holger Diessel #> 40719 Holger Diessel #> 40720 Holger Diessel #> 40725 Holger Diessel #> 40743 Holger Diessel #> 40766 Holger Diessel #> 40776 Holger Diessel #> 40785 Holger Diessel #> 40808 Holger Diessel #> 40812 Holger Diessel #> 40824 Holger Diessel #> 40846 Holger Diessel #> 40895 Holger Diessel #> 40914 Holger Diessel #> 40923 Holger Diessel #> 40927 Holger Diessel #> 40929 Holger Diessel #> 40931 Holger Diessel #> 40964 Holger Diessel #> 40972 Holger Diessel #> 40994 Holger Diessel #> 41006 Holger Diessel #> 41032 Holger Diessel #> 41034 Holger Diessel #> 41053 Holger Diessel #> 41066 Holger Diessel #> 41085 Holger Diessel #> 41086 Holger Diessel #> 41087 Holger Diessel #> 41089 Holger Diessel #> 41097 Holger Diessel #> 41101 Holger Diessel #> 41106 Holger Diessel #> 41107 Holger Diessel #> 41108 Holger Diessel #> 41118 Holger Diessel #> 41125 Holger Diessel #> 41150 D.N.S. Bhat #> 41162 D.N.S. Bhat #> 41163 D.N.S. Bhat #> 41193 D.N.S. Bhat #> 41208 D.N.S. Bhat #> 41233 D.N.S. Bhat #> 41277 D.N.S. Bhat #> 41281 D.N.S. Bhat #> 41329 D.N.S. Bhat #> 41332 D.N.S. Bhat #> 41345 D.N.S. Bhat #> 41361 D.N.S. Bhat #> 41368 Anna Siewierska #> 41369 Anna Siewierska #> 41370 Anna Siewierska #> 41373 Anna Siewierska #> 41374 Anna Siewierska #> 41375 Anna Siewierska #> 41377 Anna Siewierska #> 41378 Anna Siewierska #> 41380 Anna Siewierska #> 41382 Anna Siewierska #> 41429 Anna Siewierska #> 41430 Anna Siewierska #> 41452 Anna Siewierska #> 41459 Anna Siewierska #> 41479 Anna Siewierska #> 41486 Anna Siewierska #> 41487 Anna Siewierska #> 41609 Anna Siewierska #> 41768 Johannes Helmbrecht #> 41781 Johannes Helmbrecht #> 41785 Johannes Helmbrecht #> 41793 Johannes Helmbrecht #> 41797 Johannes Helmbrecht #> 41822 Johannes Helmbrecht #> 41841 Johannes Helmbrecht #> 41847 Johannes Helmbrecht #> 41856 Johannes Helmbrecht #> 41877 Johannes Helmbrecht #> 42120 Martin Haspelmath #> 42144 Martin Haspelmath #> 42147 Martin Haspelmath #> 42149 Martin Haspelmath #> 42150 Martin Haspelmath #> 42154 Martin Haspelmath #> 42160 Martin Haspelmath #> 42163 Martin Haspelmath #> 42172 Martin Haspelmath #> 42183 Martin Haspelmath #> 42188 Martin Haspelmath #> 42192 Martin Haspelmath #> 42226 Martin Haspelmath #> 42271 Martin Haspelmath #> 42281 Ekkehard König and Peter Siemund with Stephan Töpper #> 42299 Ekkehard König and Peter Siemund with Stephan Töpper #> 42305 Ekkehard König and Peter Siemund with Stephan Töpper #> 42310 Ekkehard König and Peter Siemund with Stephan Töpper #> 42316 Ekkehard König and Peter Siemund with Stephan Töpper #> 42321 Ekkehard König and Peter Siemund with Stephan Töpper #> 42330 Ekkehard König and Peter Siemund with Stephan Töpper #> 42349 Ekkehard König and Peter Siemund with Stephan Töpper #> 42372 Ekkehard König and Peter Siemund with Stephan Töpper #> 42407 Ekkehard König and Peter Siemund with Stephan Töpper #> 42469 Dik Bakker #> 42495 Dik Bakker #> 42520 Dik Bakker #> 42603 Dik Bakker #> 42606 Dik Bakker #> 42620 Dik Bakker #> 42625 Dik Bakker #> 42626 Dik Bakker #> 42634 Dik Bakker #> 42678 Dik Bakker #> 42680 Dik Bakker #> 42732 Dik Bakker #> 42741 Dik Bakker #> 42753 Dik Bakker #> 42758 Dik Bakker #> 42774 Dik Bakker #> 42794 Dik Bakker #> 42798 Dik Bakker #> 42850 Oliver A. Iggesen #> 42898 Oliver A. Iggesen #> 42914 Oliver A. Iggesen #> 42923 Oliver A. Iggesen #> 42933 Oliver A. Iggesen #> 42939 Oliver A. Iggesen #> 42946 Oliver A. Iggesen #> 42975 Oliver A. Iggesen #> 42994 Oliver A. Iggesen #> 43066 Oliver A. Iggesen #> 43069 Oliver A. Iggesen #> 43330 Ian Maddieson #> 43338 Ian Maddieson #> 43346 Ian Maddieson #> 43353 Ian Maddieson #> 43373 Ian Maddieson #> 43383 Ian Maddieson #> 43392 Ian Maddieson #> 43407 Ian Maddieson #> 43420 Ian Maddieson #> 43436 Ian Maddieson #> 43467 Ian Maddieson #> 43483 Ian Maddieson #> 43499 Ian Maddieson #> 43555 Ian Maddieson #> 43567 Ian Maddieson #> 43568 Ian Maddieson #> 43571 Ian Maddieson #> 43580 Ian Maddieson #> 43582 Ian Maddieson #> 43583 Ian Maddieson #> 43585 Ian Maddieson #> 43588 Ian Maddieson #> 43598 Ian Maddieson #> 43600 Ian Maddieson #> 43601 Ian Maddieson #> 43605 Ian Maddieson #> 43609 Ian Maddieson #> 43610 Ian Maddieson #> 43612 Ian Maddieson #> 43651 Oliver A. Iggesen #> 43653 Oliver A. Iggesen #> 43700 Oliver A. Iggesen #> 43764 Oliver A. Iggesen #> 43787 Oliver A. Iggesen #> 43793 Oliver A. Iggesen #> 43800 Oliver A. Iggesen #> 43862 Oliver A. Iggesen #> 43865 Oliver A. Iggesen #> 43871 Oliver A. Iggesen #> 43899 Oliver A. Iggesen #> 43998 Matthew S. Dryer #> 44080 Matthew S. Dryer #> 44141 Matthew S. Dryer #> 44156 Matthew S. Dryer #> 44158 Matthew S. Dryer #> 44163 Matthew S. Dryer #> 44170 Matthew S. Dryer #> 44217 Matthew S. Dryer #> 44272 Matthew S. Dryer #> 44282 Matthew S. Dryer #> 44315 Matthew S. Dryer #> 44373 Matthew S. Dryer #> 44382 Matthew S. Dryer #> 44385 Matthew S. Dryer #> 44389 Matthew S. Dryer #> 44393 Matthew S. Dryer #> 44408 Matthew S. Dryer #> 44411 Matthew S. Dryer #> 44449 Matthew S. Dryer #> 44471 Matthew S. Dryer #> 44540 Matthew S. Dryer #> 44541 Matthew S. Dryer #> 44546 Matthew S. Dryer #> 44547 Matthew S. Dryer #> 44548 Matthew S. Dryer #> 44551 Matthew S. Dryer #> 44567 Matthew S. Dryer #> 44574 Matthew S. Dryer #> 44586 Matthew S. Dryer #> 44599 Matthew S. Dryer #> 44600 Matthew S. Dryer #> 44607 Matthew S. Dryer #> 44637 Matthew S. Dryer #> 44653 Matthew S. Dryer #> 44661 Matthew S. Dryer #> 44667 Matthew S. Dryer #> 44682 Matthew S. Dryer #> 44693 Matthew S. Dryer #> 44718 Matthew S. Dryer #> 44738 Matthew S. Dryer #> 44752 Matthew S. Dryer #> 44769 Matthew S. Dryer #> 44773 Matthew S. Dryer #> 44794 Matthew S. Dryer #> 44809 Matthew S. Dryer #> 44820 Matthew S. Dryer #> 44822 Matthew S. Dryer #> 44836 Matthew S. Dryer #> 44837 Matthew S. Dryer #> 44891 Matthew S. Dryer #> 44902 Matthew S. Dryer #> 44909 Matthew S. Dryer #> 44938 Matthew S. Dryer #> 44948 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44969 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45001 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45003 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45031 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45035 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45036 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45056 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45089 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45095 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45104 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45126 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45129 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45130 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45177 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45184 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45190 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45202 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45205 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45227 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45248 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45254 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45305 Thomas Stolz and Ljuba N. Veselinova #> 45316 Thomas Stolz and Ljuba N. Veselinova #> 45319 Thomas Stolz and Ljuba N. Veselinova #> 45320 Thomas Stolz and Ljuba N. Veselinova #> 45392 Thomas Stolz and Ljuba N. Veselinova #> 45395 Thomas Stolz and Ljuba N. Veselinova #> 45404 Thomas Stolz and Ljuba N. Veselinova #> 45407 Thomas Stolz and Ljuba N. Veselinova #> 45411 Thomas Stolz and Ljuba N. Veselinova #> 45417 Thomas Stolz and Ljuba N. Veselinova #> 45419 Thomas Stolz and Ljuba N. Veselinova #> 45428 Thomas Stolz and Ljuba N. Veselinova #> 45429 Thomas Stolz and Ljuba N. Veselinova #> 45460 Thomas Stolz and Ljuba N. Veselinova #> 45479 Thomas Stolz and Ljuba N. Veselinova #> 45495 Thomas Stolz and Ljuba N. Veselinova #> 45506 Thomas Stolz and Ljuba N. Veselinova #> 45515 Thomas Stolz and Ljuba N. Veselinova #> 45522 Thomas Stolz and Ljuba N. Veselinova #> 45587 David Gil #> 45588 David Gil #> 45622 David Gil #> 45642 David Gil #> 45668 David Gil #> 45676 David Gil #> 45680 David Gil #> 45690 David Gil #> 45696 David Gil #> 45698 David Gil #> 45709 David Gil #> 45713 David Gil #> 45716 David Gil #> 45727 David Gil #> 45729 David Gil #> 45849 David Gil #> 45851 David Gil #> 45862 David Gil #> 45865 David Gil #> 45872 David Gil #> 45915 David Gil #> 45940 David Gil #> 45961 David Gil #> 45963 David Gil #> 45975 David Gil #> 45976 David Gil #> 45980 David Gil #> 45993 David Gil #> 46001 David Gil #> 46023 David Gil #> 46026 David Gil #> 46032 David Gil #> 46067 David Gil #> 46068 David Gil #> 46251 David Gil #> 46283 David Gil #> 46292 David Gil #> 46310 David Gil #> 46316 David Gil #> 46327 David Gil #> 46609 Matthew S. Dryer #> 46642 Matthew S. Dryer #> 46650 Matthew S. Dryer #> 46657 Matthew S. Dryer #> 46663 Matthew S. Dryer #> 46671 Matthew S. Dryer #> 46681 Matthew S. Dryer #> 46684 Matthew S. Dryer #> 46690 Matthew S. Dryer #> 46695 Matthew S. Dryer #> 46699 Matthew S. Dryer #> 46701 Matthew S. Dryer #> 46706 Matthew S. Dryer #> 46718 Matthew S. Dryer #> 46722 Matthew S. Dryer #> 46724 Matthew S. Dryer #> 46727 Matthew S. Dryer #> 46739 Matthew S. Dryer #> 46748 Matthew S. Dryer #> 46760 Matthew S. Dryer #> 46764 Matthew S. Dryer #> 46765 Matthew S. Dryer #> 46772 Matthew S. Dryer #> 46790 Matthew S. Dryer #> 46791 Matthew S. Dryer #> 46793 Matthew S. Dryer #> 46794 Matthew S. Dryer #> 46795 Matthew S. Dryer #> 46799 Matthew S. Dryer #> 46805 Matthew S. Dryer #> 46814 Matthew S. Dryer #> 46818 Matthew S. Dryer #> 46819 Matthew S. Dryer #> 46833 Matthew S. Dryer #> 46860 Matthew S. Dryer #> 46865 Matthew S. Dryer #> 46871 Matthew S. Dryer #> 46873 Matthew S. Dryer #> 46880 Matthew S. Dryer #> 46889 Matthew S. Dryer #> 46900 Matthew S. Dryer #> 46905 Matthew S. Dryer #> 46907 Matthew S. Dryer #> 46914 Matthew S. Dryer #> 46916 Matthew S. Dryer #> 46917 Matthew S. Dryer #> 46925 Matthew S. Dryer #> 46929 Matthew S. Dryer #> 46930 Matthew S. Dryer #> 46935 Matthew S. Dryer #> 46954 Matthew S. Dryer #> 47035 Matthew S. Dryer #> 47047 Matthew S. Dryer #> 47135 Matthew S. Dryer #> 47214 Matthew S. Dryer #> 47216 Matthew S. Dryer #> 47217 Matthew S. Dryer #> 47335 Balthasar Bickel and Johanna Nichols #> 47341 Balthasar Bickel and Johanna Nichols #> 47342 Balthasar Bickel and Johanna Nichols #> 47345 Balthasar Bickel and Johanna Nichols #> 47388 Balthasar Bickel and Johanna Nichols #> 47407 Balthasar Bickel and Johanna Nichols #> 47408 Balthasar Bickel and Johanna Nichols #> 47419 Balthasar Bickel and Johanna Nichols #> 47437 Balthasar Bickel and Johanna Nichols #> 47454 Balthasar Bickel and Johanna Nichols #> 47473 Balthasar Bickel and Johanna Nichols #> 47510 Balthasar Bickel and Johanna Nichols #> 47513 Balthasar Bickel and Johanna Nichols #> 47517 Balthasar Bickel and Johanna Nichols #> 47530 Balthasar Bickel and Johanna Nichols #> 47567 Balthasar Bickel and Johanna Nichols #> 47585 Balthasar Bickel and Johanna Nichols #> 47605 Balthasar Bickel and Johanna Nichols #> 47636 Balthasar Bickel and Johanna Nichols #> 47656 Balthasar Bickel and Johanna Nichols #> 47675 Balthasar Bickel and Johanna Nichols #> 47700 Balthasar Bickel and Johanna Nichols #> 47777 Johanna Nichols and Balthasar Bickel #> 47782 Johanna Nichols and Balthasar Bickel #> 47816 Johanna Nichols and Balthasar Bickel #> 47819 Johanna Nichols and Balthasar Bickel #> 47828 Johanna Nichols and Balthasar Bickel #> 47891 Johanna Nichols and Balthasar Bickel #> 47896 Johanna Nichols and Balthasar Bickel #> 47915 Johanna Nichols and Balthasar Bickel #> 47938 Johanna Nichols and Balthasar Bickel #> 47950 Johanna Nichols and Balthasar Bickel #> 47958 Johanna Nichols and Balthasar Bickel #> 47989 Ian Maddieson #> 48052 Ian Maddieson #> 48060 Ian Maddieson #> 48122 Ian Maddieson #> 48127 Ian Maddieson #> 48135 Ian Maddieson #> 48206 Ian Maddieson #> 48217 Ian Maddieson #> 48239 Ian Maddieson #> 48257 Ian Maddieson #> 48258 Ian Maddieson #> 48283 Ian Maddieson #> 48292 Ian Maddieson #> 48300 Ian Maddieson #> 48323 Ian Maddieson #> 48326 Ian Maddieson #> 48369 Ian Maddieson #> 48385 Ian Maddieson #> 48440 Ian Maddieson #> 48450 Ian Maddieson #> 48454 Ian Maddieson #> 48466 Ian Maddieson #> 48467 Ian Maddieson #> 48477 Ian Maddieson #> 48478 Ian Maddieson #> 48496 Ian Maddieson #> 48515 Ian Maddieson #> 48547 Ian Maddieson #> 48549 Ian Maddieson #> 48565 David Gil #> 48575 David Gil #> 48610 David Gil #> 48617 David Gil #> 48622 David Gil #> 48638 David Gil #> 48647 David Gil #> 48656 David Gil #> 48668 David Gil #> 48685 David Gil #> 48691 David Gil #> 48714 David Gil #> 48718 David Gil #> 48741 David Gil #> 48754 David Gil #> 48785 David Gil #> 48790 David Gil #> 48794 David Gil #> 48799 David Gil #> 48842 Maria Koptjevskaja-Tamm #> 48859 Maria Koptjevskaja-Tamm #> 48868 Maria Koptjevskaja-Tamm #> 48893 Maria Koptjevskaja-Tamm #> 48910 Maria Koptjevskaja-Tamm #> 48911 Maria Koptjevskaja-Tamm #> 48913 Maria Koptjevskaja-Tamm #> 48917 Maria Koptjevskaja-Tamm #> 48935 Maria Koptjevskaja-Tamm #> 48987 Leon Stassen #> 48992 Leon Stassen #> 49019 Leon Stassen #> 49021 Leon Stassen #> 49031 Leon Stassen #> 49072 Leon Stassen #> 49076 Leon Stassen #> 49080 Leon Stassen #> 49153 Leon Stassen #> 49166 Leon Stassen #> 49189 Leon Stassen #> 49191 Leon Stassen #> 49193 Leon Stassen #> 49202 Leon Stassen #> 49236 Martin Haspelmath #> 49254 Martin Haspelmath #> 49274 Martin Haspelmath #> 49330 Martin Haspelmath #> 49354 Martin Haspelmath #> 49392 Martin Haspelmath #> 49400 Martin Haspelmath #> 49401 Martin Haspelmath #> 49406 Martin Haspelmath #> 49407 Martin Haspelmath #> 49418 Martin Haspelmath #> 49426 Martin Haspelmath #> 49427 Martin Haspelmath #> 49428 Martin Haspelmath #> 49434 Martin Haspelmath #> 49437 Martin Haspelmath #> 49459 Martin Haspelmath #> 49465 Martin Haspelmath #> 49472 Martin Haspelmath #> 49497 Martin Haspelmath #> 49500 Martin Haspelmath #> 49516 Östen Dahl and Viveka Velupillai #> 49517 Östen Dahl and Viveka Velupillai #> 49522 Östen Dahl and Viveka Velupillai #> 49532 Östen Dahl and Viveka Velupillai #> 49542 Östen Dahl and Viveka Velupillai #> 49544 Östen Dahl and Viveka Velupillai #> 49550 Östen Dahl and Viveka Velupillai #> 49551 Östen Dahl and Viveka Velupillai #> 49614 Östen Dahl and Viveka Velupillai #> 49615 Östen Dahl and Viveka Velupillai #> 49616 Östen Dahl and Viveka Velupillai #> 49629 Östen Dahl and Viveka Velupillai #> 49662 Östen Dahl and Viveka Velupillai #> 49680 Östen Dahl and Viveka Velupillai #> 49687 Östen Dahl and Viveka Velupillai #> 49704 Östen Dahl and Viveka Velupillai #> 49733 Östen Dahl and Viveka Velupillai #> 49737 Östen Dahl and Viveka Velupillai #> 49748 Östen Dahl and Viveka Velupillai #> 49753 Östen Dahl and Viveka Velupillai #> 49757 Östen Dahl and Viveka Velupillai #> 49766 Östen Dahl and Viveka Velupillai #> 49781 Östen Dahl and Viveka Velupillai #> 49800 Östen Dahl and Viveka Velupillai #> 49802 Östen Dahl and Viveka Velupillai #> 49808 Östen Dahl and Viveka Velupillai #> 49815 Östen Dahl and Viveka Velupillai #> 49824 Östen Dahl and Viveka Velupillai #> 49827 Östen Dahl and Viveka Velupillai #> 49830 Östen Dahl and Viveka Velupillai #> 49882 Östen Dahl and Viveka Velupillai #> 49911 Östen Dahl and Viveka Velupillai #> 49912 Östen Dahl and Viveka Velupillai #> 49929 Östen Dahl and Viveka Velupillai #> 49940 Östen Dahl and Viveka Velupillai #> 49951 Östen Dahl and Viveka Velupillai #> 49966 Östen Dahl and Viveka Velupillai #> 49968 Östen Dahl and Viveka Velupillai #> 49987 Östen Dahl and Viveka Velupillai #> 49991 Östen Dahl and Viveka Velupillai #> 50005 Östen Dahl and Viveka Velupillai #> 50006 Östen Dahl and Viveka Velupillai #> 50018 Östen Dahl and Viveka Velupillai #> 50055 Östen Dahl and Viveka Velupillai #> 50060 Östen Dahl and Viveka Velupillai #> 50078 Östen Dahl and Viveka Velupillai #> 50091 Östen Dahl and Viveka Velupillai #> 50097 Östen Dahl and Viveka Velupillai #> 50102 Östen Dahl and Viveka Velupillai #> 50127 Östen Dahl and Viveka Velupillai #> 50139 Östen Dahl and Viveka Velupillai #> 50174 Östen Dahl and Viveka Velupillai #> 50178 Östen Dahl and Viveka Velupillai #> 50181 Östen Dahl and Viveka Velupillai #> 50214 Östen Dahl and Viveka Velupillai #> 50230 Östen Dahl and Viveka Velupillai #> 50256 Östen Dahl and Viveka Velupillai #> 50265 Östen Dahl and Viveka Velupillai #> 50271 Östen Dahl and Viveka Velupillai #> 50286 Östen Dahl and Viveka Velupillai #> 50298 Östen Dahl and Viveka Velupillai #> 50309 Östen Dahl and Viveka Velupillai #> 50312 Östen Dahl and Viveka Velupillai #> 50318 Östen Dahl and Viveka Velupillai #> 50324 Östen Dahl and Viveka Velupillai #> 50326 Östen Dahl and Viveka Velupillai #> 50349 Östen Dahl and Viveka Velupillai #> 50360 Östen Dahl and Viveka Velupillai #> 50367 Östen Dahl and Viveka Velupillai #> 50375 Östen Dahl and Viveka Velupillai #> 50382 Östen Dahl and Viveka Velupillai #> 50403 Östen Dahl and Viveka Velupillai #> 50420 Matthew S. Dryer #> 50426 Matthew S. Dryer #> 50454 Matthew S. Dryer #> 50465 Matthew S. Dryer #> 50469 Matthew S. Dryer #> 50551 Matthew S. Dryer #> 50559 Matthew S. Dryer #> 50582 Matthew S. Dryer #> 50586 Matthew S. Dryer #> 50701 Matthew S. Dryer #> 50723 Matthew S. Dryer #> 50752 Matthew S. Dryer #> 50797 Matthew S. Dryer #> 50831 Matthew S. Dryer #> 50863 Matthew S. Dryer #> 50886 Matthew S. Dryer #> 50887 Matthew S. Dryer #> 50930 Matthew S. Dryer #> 50935 Matthew S. Dryer #> 50968 Matthew S. Dryer #> 51015 Matthew S. Dryer #> 51026 Matthew S. Dryer #> 51054 Matthew S. Dryer #> 51132 Matthew S. Dryer #> 51175 Matthew S. Dryer #> 51197 Matthew S. Dryer #> 51229 Matthew S. Dryer #> 51252 Matthew S. Dryer #> 51257 Matthew S. Dryer #> 51276 Matthew S. Dryer #> 51280 Matthew S. Dryer #> 51282 Matthew S. Dryer #> 51295 Matthew S. Dryer #> 51298 Matthew S. Dryer #> 51310 Matthew S. Dryer #> 51317 Matthew S. Dryer #> 51323 Matthew S. Dryer #> 51324 Matthew S. Dryer #> 51328 Matthew S. Dryer #> 51333 Matthew S. Dryer #> 51339 Matthew S. Dryer #> 51359 Matthew S. Dryer #> 51363 Matthew S. Dryer #> 51377 Matthew S. Dryer #> 51435 Matthew S. Dryer #> 51437 Matthew S. Dryer #> 51449 Matthew S. Dryer #> 51453 Matthew S. Dryer #> 51468 Matthew S. Dryer #> 51478 Matthew S. Dryer #> 51480 Matthew S. Dryer #> 51517 Matthew S. Dryer #> 51531 Matthew S. Dryer #> 51573 Ian Maddieson #> 51581 Ian Maddieson #> 51711 Ian Maddieson #> 51726 Ian Maddieson #> 51757 Ian Maddieson #> 51773 Ian Maddieson #> 51826 Ian Maddieson #> 51841 Ian Maddieson #> 51913 Ian Maddieson #> 51957 Ian Maddieson #> 51960 Ian Maddieson #> 51967 Ian Maddieson #> 51993 Ian Maddieson #> 52014 Ian Maddieson #> 52024 Ian Maddieson #> 52034 Ian Maddieson #> 52035 Ian Maddieson #> 52038 Ian Maddieson #> 52041 Ian Maddieson #> 52047 Ian Maddieson #> 52053 Ian Maddieson #> 52061 Ian Maddieson #> 52063 Ian Maddieson #> 52066 Ian Maddieson #> 52067 Ian Maddieson #> 52071 Ian Maddieson #> 52072 Ian Maddieson #> 52074 Ian Maddieson #> 52075 Ian Maddieson #> 52106 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52123 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52124 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52137 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52146 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52164 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52176 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52203 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52204 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52208 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52226 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52234 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52243 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52246 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52249 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52256 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52268 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52269 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52271 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52278 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52286 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52288 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52301 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52304 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52324 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52336 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52345 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52350 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52363 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52381 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52407 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52484 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52504 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52546 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52571 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52638 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52667 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52674 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52695 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52791 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52810 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52820 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52838 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52898 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52960 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52963 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52964 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52966 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52973 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52974 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52975 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52982 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52983 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52989 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52999 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53006 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53009 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53021 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53027 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53033 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53035 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53036 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53081 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53112 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53126 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53188 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53191 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53202 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53229 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53265 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53272 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53302 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53314 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53364 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53368 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53378 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53382 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53394 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53403 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53413 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53421 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53479 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53503 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53512 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53569 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53607 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53622 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53628 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53633 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53704 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53767 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53817 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53826 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53835 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53919 Johan van der Auwera and Andreas Ammann #> 53922 Johan van der Auwera and Andreas Ammann #> 53928 Johan van der Auwera and Andreas Ammann #> 53955 Johan van der Auwera and Andreas Ammann #> 53968 Johan van der Auwera and Andreas Ammann #> 53991 Johan van der Auwera and Andreas Ammann #> 53992 Johan van der Auwera and Andreas Ammann #> 54008 Johan van der Auwera and Andreas Ammann #> 54013 Johan van der Auwera and Andreas Ammann #> 54028 Johan van der Auwera and Andreas Ammann #> 54031 Johan van der Auwera and Andreas Ammann #> 54035 Johan van der Auwera and Andreas Ammann #> 54040 Johan van der Auwera and Andreas Ammann #> 54048 Johan van der Auwera and Andreas Ammann #> 54052 Johan van der Auwera and Andreas Ammann #> 54078 Johan van der Auwera and Andreas Ammann #> 54082 Johan van der Auwera and Andreas Ammann #> 54086 Johan van der Auwera and Andreas Ammann #> 54108 Johan van der Auwera and Andreas Ammann #> 54113 Johan van der Auwera and Andreas Ammann #> 54116 Johan van der Auwera and Andreas Ammann #> 54117 Johan van der Auwera and Andreas Ammann #> 54119 Johan van der Auwera and Andreas Ammann #> 54123 Johan van der Auwera and Andreas Ammann #> 54137 Johan van der Auwera and Andreas Ammann #> 54243 Johan van der Auwera and Andreas Ammann #> 54255 Johan van der Auwera and Andreas Ammann #> 54256 Johan van der Auwera and Andreas Ammann #> 54296 Johan van der Auwera and Andreas Ammann #> 54329 Johan van der Auwera and Andreas Ammann #> 54334 Johan van der Auwera and Andreas Ammann #> 54339 Johan van der Auwera and Andreas Ammann #> 54363 Johan van der Auwera and Andreas Ammann #> 54389 Johan van der Auwera and Andreas Ammann #> 54390 Johan van der Auwera and Andreas Ammann #> 54394 Johan van der Auwera and Andreas Ammann #> 54407 Johan van der Auwera and Andreas Ammann #> 54421 Johan van der Auwera and Andreas Ammann #> 54452 Johan van der Auwera and Andreas Ammann #> 54457 Johan van der Auwera and Andreas Ammann #> 54464 Johan van der Auwera and Andreas Ammann #> 54489 Johan van der Auwera and Andreas Ammann #> 54520 Ferdinand de Haan #> 54536 Ferdinand de Haan #> 54560 Ferdinand de Haan #> 54567 Ferdinand de Haan #> 54589 Ferdinand de Haan #> 54610 Ferdinand de Haan #> 54639 Ferdinand de Haan #> 54722 Ferdinand de Haan #> 54829 Ferdinand de Haan #> 54948 Ferdinand de Haan #> 54988 Ferdinand de Haan #> 55014 Ferdinand de Haan #> 55022 Ferdinand de Haan #> 55080 Ferdinand de Haan #> 55084 Ferdinand de Haan #> 55107 Ferdinand de Haan #> 55184 Ferdinand de Haan #> 55284 Ferdinand de Haan #> 55381 Ljuba N. Veselinova #> 55387 Ljuba N. Veselinova #> 55436 Ljuba N. Veselinova #> 55442 Ljuba N. Veselinova #> 55452 Ljuba N. Veselinova #> 55465 Ljuba N. Veselinova #> 55480 Ljuba N. Veselinova #> 55497 Ljuba N. Veselinova #> 55509 Ljuba N. Veselinova #> 55521 Ljuba N. Veselinova #> 55533 Ljuba N. Veselinova #> 55535 Ljuba N. Veselinova #> 55547 Ljuba N. Veselinova #> 55548 Ljuba N. Veselinova #> 55555 Ljuba N. Veselinova #> 55557 Ljuba N. Veselinova #> 55567 Ljuba N. Veselinova #> 55571 Ljuba N. Veselinova #> 55580 Ljuba N. Veselinova #> 55582 Ljuba N. Veselinova #> 55584 Ljuba N. Veselinova #> 55587 Ljuba N. Veselinova #> 55604 Ljuba N. Veselinova #> 55619 Ljuba N. Veselinova #> 55656 Ljuba N. Veselinova #> 55667 Ljuba N. Veselinova #> 55845 Ian Maddieson #> 55865 Ian Maddieson #> 55870 Ian Maddieson #> 55904 Ian Maddieson #> 55918 Ian Maddieson #> 55922 Ian Maddieson #> 55940 Ian Maddieson #> 55969 Ian Maddieson #> 56008 Ian Maddieson #> 56017 Ian Maddieson #> 56024 Ian Maddieson #> 56027 Ian Maddieson #> 56036 Ian Maddieson #> 56037 Ian Maddieson #> 56048 Ian Maddieson #> 56053 Ian Maddieson #> 56092 Ian Maddieson #> 56113 Ian Maddieson #> 56140 Ian Maddieson #> 56162 Ian Maddieson #> 56195 Ian Maddieson #> 56214 Ian Maddieson #> 56264 Ian Maddieson #> 56270 Ian Maddieson #> 56274 Ian Maddieson #> 56275 Ian Maddieson #> 56280 Ian Maddieson #> 56285 Ian Maddieson #> 56293 Ian Maddieson #> 56318 Ljuba N. Veselinova #> 56343 Ljuba N. Veselinova #> 56368 Ljuba N. Veselinova #> 56375 Ljuba N. Veselinova #> 56378 Ljuba N. Veselinova #> 56395 Ljuba N. Veselinova #> 56420 Ljuba N. Veselinova #> 56426 Ljuba N. Veselinova #> 56438 Ljuba N. Veselinova #> 56451 Ljuba N. Veselinova #> 56462 Ljuba N. Veselinova #> 56463 Ljuba N. Veselinova #> 56476 Ljuba N. Veselinova #> 56521 Matthew S. Dryer #> 56541 Matthew S. Dryer #> 56580 Matthew S. Dryer #> 56587 Matthew S. Dryer #> 56635 Matthew S. Dryer #> 56636 Matthew S. Dryer #> 56688 Matthew S. Dryer #> 56706 Matthew S. Dryer #> 56709 Matthew S. Dryer #> 56712 Matthew S. Dryer #> 56724 Matthew S. Dryer #> 56727 Matthew S. Dryer #> 56753 Matthew S. Dryer #> 56782 Matthew S. Dryer #> 56800 Matthew S. Dryer #> 56854 Matthew S. Dryer #> 56867 Matthew S. Dryer #> 56902 Matthew S. Dryer #> 57005 Matthew S. Dryer #> 57025 Matthew S. Dryer #> 57045 Matthew S. Dryer #> 57074 Matthew S. Dryer #> 57076 Matthew S. Dryer #> 57088 Matthew S. Dryer #> 57099 Matthew S. Dryer #> 57122 Matthew S. Dryer #> 57145 Matthew S. Dryer #> 57192 Matthew S. Dryer #> 57223 Matthew S. Dryer #> 57224 Matthew S. Dryer #> 57232 Matthew S. Dryer #> 57241 Matthew S. Dryer #> 57256 Matthew S. Dryer #> 57260 Matthew S. Dryer #> 57273 Matthew S. Dryer #> 57298 Matthew S. Dryer #> 57299 Matthew S. Dryer #> 57307 Matthew S. Dryer #> 57360 Matthew S. Dryer #> 57378 Matthew S. Dryer #> 57384 Matthew S. Dryer #> 57389 Matthew S. Dryer #> 57399 Matthew S. Dryer #> 57415 Matthew S. Dryer #> 57430 Matthew S. Dryer #> 57441 Matthew S. Dryer #> 57452 Matthew S. Dryer #> 57453 Matthew S. Dryer #> 57476 Matthew S. Dryer #> 57481 Matthew S. Dryer #> 57490 Matthew S. Dryer #> 57506 Matthew S. Dryer #> 57517 Matthew S. Dryer #> 57536 Matthew S. Dryer #> 57570 Matthew S. Dryer #> 57577 Matthew S. Dryer #> 57579 Matthew S. Dryer #> 57592 Matthew S. Dryer #> 57600 Matthew S. Dryer #> 57615 Matthew S. Dryer #> 57631 Matthew S. Dryer #> 57632 Matthew S. Dryer #> 57635 Matthew S. Dryer #> 57711 Matthew S. Dryer #> 57728 Matthew S. Dryer #> 57750 Matthew S. Dryer #> 57788 Matthew S. Dryer #> 57819 Matthew S. Dryer #> 57836 Matthew S. Dryer #> 57923 Matthew S. Dryer #> 57925 Matthew S. Dryer #> 57929 Matthew S. Dryer #> 57941 Matthew S. Dryer #> 57946 Matthew S. Dryer #> 57956 Matthew S. Dryer #> 58010 Matthew S. Dryer #> 58025 Matthew S. Dryer #> 58028 Matthew S. Dryer #> 58062 Matthew S. Dryer #> 58070 Matthew S. Dryer #> 58086 Matthew S. Dryer #> 58099 Matthew S. Dryer #> 58108 Matthew S. Dryer #> 58222 Matthew S. Dryer #> 58251 Matthew S. Dryer #> 58262 Matthew S. Dryer #> 58300 Matthew S. Dryer #> 58324 Matthew S. Dryer #> 58327 Matthew S. Dryer #> 58352 Matthew S. Dryer #> 58356 Matthew S. Dryer #> 58364 Matthew S. Dryer #> 58376 Matthew S. Dryer #> 58387 Matthew S. Dryer #> 58392 Matthew S. Dryer #> 58397 Matthew S. Dryer #> 58428 Matthew S. Dryer #> 58446 Matthew S. Dryer #> 58545 Matthew S. Dryer #> 58574 Matthew S. Dryer #> 58586 Matthew S. Dryer #> 58638 Matthew S. Dryer #> 58647 Matthew S. Dryer #> 58651 Matthew S. Dryer #> 58657 Matthew S. Dryer #> 58663 Matthew S. Dryer #> 58664 Matthew S. Dryer #> 58675 Matthew S. Dryer #> 58713 Matthew S. Dryer #> 58721 Matthew S. Dryer #> 58736 Matthew S. Dryer #> 58741 Matthew S. Dryer #> 58817 Matthew S. Dryer #> 58835 Matthew S. Dryer #> 58837 Matthew S. Dryer #> 58850 Matthew S. Dryer #> 58858 Matthew S. Dryer #> 58860 Matthew S. Dryer #> 58903 Matthew S. Dryer #> 58910 Matthew S. Dryer #> 58958 Matthew S. Dryer #> 59011 Matthew S. Dryer #> 59062 Matthew S. Dryer #> 59069 Matthew S. Dryer #> 59125 Matthew S. Dryer #> 59131 Matthew S. Dryer #> 59135 Matthew S. Dryer #> 59137 Matthew S. Dryer #> 59172 Matthew S. Dryer #> 59189 Matthew S. Dryer #> 59202 Matthew S. Dryer #> 59214 Matthew S. Dryer #> 59233 Matthew S. Dryer #> 59239 Matthew S. Dryer #> 59247 Matthew S. Dryer #> 59292 Matthew S. Dryer #> 59294 Matthew S. Dryer #> 59305 Matthew S. Dryer #> 59308 Matthew S. Dryer #> 59351 Matthew S. Dryer #> 59376 Matthew S. Dryer #> 59388 Matthew S. Dryer #> 59402 Matthew S. Dryer #> 59433 Matthew S. Dryer #> 59441 Matthew S. Dryer #> 59443 Matthew S. Dryer #> 59446 Matthew S. Dryer #> 59448 Matthew S. Dryer #> 59466 Matthew S. Dryer #> 59519 Matthew S. Dryer #> 59650 Matthew S. Dryer #> 59687 Matthew S. Dryer #> 59694 Matthew S. Dryer #> 59711 Matthew S. Dryer #> 59779 Matthew S. Dryer #> 59805 Matthew S. Dryer #> 59823 Matthew S. Dryer #> 59914 Matthew S. Dryer #> 59936 Matthew S. Dryer #> 59953 Matthew S. Dryer #> 59988 Matthew S. Dryer #> 59995 Matthew S. Dryer #> 60024 Matthew S. Dryer #> 60049 Matthew S. Dryer #> 60082 Matthew S. Dryer #> 60097 Matthew S. Dryer #> 60121 Matthew S. Dryer #> 60126 Matthew S. Dryer #> 60159 Matthew S. Dryer #> 60166 Matthew S. Dryer #> 60175 Matthew S. Dryer #> 60214 Matthew S. Dryer #> 60223 Matthew S. Dryer #> 60225 Matthew S. Dryer #> 60229 Matthew S. Dryer #> 60230 Matthew S. Dryer #> 60236 Matthew S. Dryer #> 60249 Matthew S. Dryer #> 60256 Matthew S. Dryer #> 60263 Matthew S. Dryer #> 60287 Matthew S. Dryer #> 60344 Matthew S. Dryer #> 60347 Matthew S. Dryer #> 60367 Matthew S. Dryer #> 60377 Matthew S. Dryer #> 60378 Matthew S. Dryer #> 60393 Matthew S. Dryer #> 60400 Matthew S. Dryer #> 60411 Matthew S. Dryer #> 60414 Matthew S. Dryer #> 60434 Matthew S. Dryer #> 60456 Matthew S. Dryer #> 60465 Matthew S. Dryer #> 60471 Matthew S. Dryer #> 60477 Matthew S. Dryer #> 60502 Matthew S. Dryer #> 60537 Matthew S. Dryer #> 60552 Matthew S. Dryer #> 60558 Matthew S. Dryer #> 60567 Matthew S. Dryer #> 60568 Matthew S. Dryer #> 60578 Matthew S. Dryer #> 60615 Matthew S. Dryer #> 60620 Matthew S. Dryer #> 60627 Matthew S. Dryer #> 60628 Matthew S. Dryer #> 60633 Matthew S. Dryer #> 60706 Matthew S. Dryer #> 60707 Matthew S. Dryer #> 60712 Matthew S. Dryer #> 60724 Matthew S. Dryer #> 60737 Matthew S. Dryer #> 60746 Matthew S. Dryer #> 60747 Matthew S. Dryer #> 60753 Matthew S. Dryer #> 60761 Matthew S. Dryer #> 60776 Matthew S. Dryer #> 60783 Matthew S. Dryer #> 60827 Matthew S. Dryer #> 60845 Matthew S. Dryer #> 60857 Matthew S. Dryer #> 60970 Matthew S. Dryer with Orin D. Gensler #> 60972 Matthew S. Dryer with Orin D. Gensler #> 60975 Matthew S. Dryer with Orin D. Gensler #> 60985 Matthew S. Dryer with Orin D. Gensler #> 60991 Matthew S. Dryer with Orin D. Gensler #> 60992 Matthew S. Dryer with Orin D. Gensler #> 60994 Matthew S. Dryer with Orin D. Gensler #> 61019 Matthew S. Dryer with Orin D. Gensler #> 61022 Matthew S. Dryer with Orin D. Gensler #> 61028 Matthew S. Dryer with Orin D. Gensler #> 61033 Matthew S. Dryer with Orin D. Gensler #> 61035 Matthew S. Dryer with Orin D. Gensler #> 61052 Matthew S. Dryer with Orin D. Gensler #> 61060 Matthew S. Dryer with Orin D. Gensler #> 61061 Matthew S. Dryer with Orin D. Gensler #> 61075 Matthew S. Dryer with Orin D. Gensler #> 61086 Matthew S. Dryer with Orin D. Gensler #> 61095 Matthew S. Dryer with Orin D. Gensler #> 61120 Matthew S. Dryer with Orin D. Gensler #> 61145 Matthew S. Dryer with Orin D. Gensler #> 61157 Matthew S. Dryer with Orin D. Gensler #> 61158 Matthew S. Dryer with Orin D. Gensler #> 61160 Matthew S. Dryer with Orin D. Gensler #> 61170 Matthew S. Dryer with Orin D. Gensler #> 61197 Matthew S. Dryer with Orin D. Gensler #> 61213 Matthew S. Dryer with Orin D. Gensler #> 61225 Matthew S. Dryer with Orin D. Gensler #> 61231 Matthew S. Dryer with Orin D. Gensler #> 61273 Matthew S. Dryer with Orin D. Gensler #> 61344 Matthew S. Dryer with Orin D. Gensler #> 61384 Matthew S. Dryer with Orin D. Gensler #> 61462 Matthew S. Dryer #> 61536 Matthew S. Dryer #> 61562 Matthew S. Dryer #> 61585 Matthew S. Dryer #> 61595 Matthew S. Dryer #> 61758 Matthew S. Dryer #> 61762 Matthew S. Dryer #> 61781 Matthew S. Dryer #> 61784 Matthew S. Dryer #> 61808 Matthew S. Dryer #> 61968 Matthew S. Dryer #> 62037 Matthew S. Dryer #> 62039 Matthew S. Dryer #> 62040 Matthew S. Dryer #> 62072 Matthew S. Dryer #> 62073 Matthew S. Dryer #> 62075 Matthew S. Dryer #> 62077 Matthew S. Dryer #> 62092 Matthew S. Dryer #> 62097 Matthew S. Dryer #> 62103 Matthew S. Dryer #> 62106 Matthew S. Dryer #> 62136 Matthew S. Dryer #> 62142 Matthew S. Dryer #> 62150 Matthew S. Dryer #> 62162 Matthew S. Dryer #> 62185 Matthew S. Dryer #> 62206 Matthew S. Dryer #> 62209 Matthew S. Dryer #> 62219 Matthew S. Dryer #> 62225 Matthew S. Dryer #> 62227 Matthew S. Dryer #> 62229 Matthew S. Dryer #> 62235 Matthew S. Dryer #> 62242 Matthew S. Dryer #> 62247 Matthew S. Dryer #> 62258 Matthew S. Dryer #> 62263 Matthew S. Dryer #> 62272 Matthew S. Dryer #> 62277 Matthew S. Dryer #> 62281 Matthew S. Dryer #> 62302 Matthew S. Dryer #> 62307 Matthew S. Dryer #> 62321 Matthew S. Dryer #> 62333 Matthew S. Dryer #> 62341 Matthew S. Dryer #> 62361 Matthew S. Dryer #> 62370 Matthew S. Dryer #> 62371 Matthew S. Dryer #> 62391 Matthew S. Dryer #> 62401 Matthew S. Dryer #> 62428 Matthew S. Dryer #> 62441 Matthew S. Dryer #> 62455 Matthew S. Dryer #> 62463 Matthew S. Dryer #> 62464 Matthew S. Dryer #> 62473 Matthew S. Dryer #> 62478 Matthew S. Dryer #> 62481 Matthew S. Dryer #> 62486 Matthew S. Dryer #> 62494 Matthew S. Dryer #> 62506 Matthew S. Dryer #> 62512 Matthew S. Dryer #> 62513 Matthew S. Dryer #> 62531 Matthew S. Dryer #> 62537 Matthew S. Dryer #> 62538 Matthew S. Dryer #> 62541 Matthew S. Dryer #> 62582 Matthew S. Dryer #> 62592 Matthew S. Dryer #> 62605 Matthew S. Dryer #> 62607 Matthew S. Dryer #> 62610 Matthew S. Dryer #> 62611 Matthew S. Dryer #> 62654 Matthew S. Dryer #> 62711 Matthew S. Dryer #> 62754 Matthew S. Dryer #> 62760 Matthew S. Dryer #> 62778 Matthew S. Dryer #> 62839 Matthew S. Dryer #> 62846 Matthew S. Dryer #> 62851 Matthew S. Dryer #> 62927 Matthew S. Dryer #> 63037 Matthew S. Dryer #> 63224 Matthew S. Dryer #> 63232 Matthew S. Dryer #> 63275 Matthew S. Dryer #> 63340 Matthew S. Dryer #> 63344 Matthew S. Dryer #> 63346 Matthew S. Dryer #> 63347 Matthew S. Dryer #> 63371 Matthew S. Dryer #> 63382 Matthew S. Dryer #> 63404 Matthew S. Dryer #> 63430 Matthew S. Dryer #> 63439 Matthew S. Dryer #> 63447 Matthew S. Dryer #> 63457 Matthew S. Dryer #> 63459 Matthew S. Dryer #> 63461 Matthew S. Dryer #> 63468 Matthew S. Dryer #> 63471 Matthew S. Dryer #> 63476 Matthew S. Dryer #> 63494 Matthew S. Dryer #> 63495 Matthew S. Dryer #> 63498 Matthew S. Dryer #> 63499 Matthew S. Dryer #> 63512 Matthew S. Dryer #> 63513 Matthew S. Dryer #> 63526 Matthew S. Dryer #> 63531 Matthew S. Dryer #> 63532 Matthew S. Dryer #> 63533 Matthew S. Dryer #> 63537 Matthew S. Dryer #> 63563 Matthew S. Dryer #> 63568 Matthew S. Dryer #> 63575 Matthew S. Dryer #> 63580 Matthew S. Dryer #> 63581 Matthew S. Dryer #> 63585 Matthew S. Dryer #> 63604 Matthew S. Dryer #> 63619 Matthew S. Dryer #> 63636 Matthew S. Dryer #> 63642 Matthew S. Dryer #> 63662 Matthew S. Dryer #> 63663 Matthew S. Dryer #> 63669 Matthew S. Dryer #> 63670 Matthew S. Dryer #> 63674 Matthew S. Dryer #> 63680 Matthew S. Dryer #> 63681 Matthew S. Dryer #> 63688 Matthew S. Dryer #> 63697 Matthew S. Dryer #> 63705 Matthew S. Dryer #> 63744 Matthew S. Dryer #> 63755 Matthew S. Dryer #> 63757 Matthew S. Dryer #> 63758 Matthew S. Dryer #> 63768 Matthew S. Dryer #> 63769 Matthew S. Dryer #> 63772 Matthew S. Dryer #> 63776 Matthew S. Dryer #> 63778 Matthew S. Dryer #> 63792 Matthew S. Dryer #> 63794 Matthew S. Dryer #> 63798 Matthew S. Dryer #> 63816 Matthew S. Dryer #> 63888 Matthew S. Dryer #> 63917 Matthew S. Dryer #> 64044 Matthew S. Dryer #> 64127 Matthew S. Dryer #> 64134 Matthew S. Dryer #> 64135 Matthew S. Dryer #> 64138 Matthew S. Dryer #> 64159 Matthew S. Dryer #> 64207 Matthew S. Dryer #> 64219 Matthew S. Dryer #> 64244 Matthew S. Dryer #> 64246 Matthew S. Dryer #> 64253 Matthew S. Dryer #> 64258 Matthew S. Dryer #> 64264 Matthew S. Dryer #> 64295 Matthew S. Dryer #> 64300 Matthew S. Dryer #> 64301 Matthew S. Dryer #> 64303 Matthew S. Dryer #> 64334 Matthew S. Dryer #> 64354 Matthew S. Dryer #> 64361 Matthew S. Dryer #> 64387 Matthew S. Dryer #> 64391 Matthew S. Dryer #> 64397 Matthew S. Dryer #> 64407 Matthew S. Dryer #> 64425 Matthew S. Dryer #> 64445 Matthew S. Dryer #> 64479 Matthew S. Dryer #> 64486 Matthew S. Dryer #> 64490 Matthew S. Dryer #> 64521 Matthew S. Dryer #> 64524 Matthew S. Dryer #> 64549 Matthew S. Dryer #> 64551 Matthew S. Dryer #> 64562 Matthew S. Dryer #> 64568 Matthew S. Dryer #> 64580 Matthew S. Dryer #> 64592 Matthew S. Dryer #> 64626 Matthew S. Dryer #> 64627 Matthew S. Dryer #> 64668 Matthew S. Dryer #> 64671 Matthew S. Dryer #> 64672 Matthew S. Dryer #> 64719 Matthew S. Dryer #> 64723 Matthew S. Dryer #> 64724 Matthew S. Dryer #> 64728 Matthew S. Dryer #> 64746 Matthew S. Dryer #> 64774 Matthew S. Dryer #> 64827 Matthew S. Dryer #> 64887 Matthew S. Dryer #> 64891 Matthew S. Dryer #> 64898 Matthew S. Dryer #> 64900 Matthew S. Dryer #> 64901 Matthew S. Dryer #> 64945 Matthew S. Dryer #> 64967 Matthew S. Dryer #> 64968 Matthew S. Dryer #> 64982 Matthew S. Dryer #> 65063 Matthew S. Dryer #> 65071 Matthew S. Dryer #> 65090 Matthew S. Dryer #> 65103 Matthew S. Dryer #> 65105 Matthew S. Dryer #> 65122 Matthew S. Dryer #> 65129 Matthew S. Dryer #> 65130 Matthew S. Dryer #> 65138 Matthew S. Dryer #> 65185 Matthew S. Dryer #> 65196 Matthew S. Dryer #> 65241 Matthew S. Dryer #> 65250 Matthew S. Dryer #> 65287 Matthew S. Dryer #> 65397 Matthew S. Dryer #> 65408 Matthew S. Dryer #> 65409 Matthew S. Dryer #> 65460 Matthew S. Dryer #> 65464 Matthew S. Dryer #> 65499 Matthew S. Dryer #> 65538 Matthew S. Dryer #> 65562 Matthew S. Dryer #> 65603 Matthew S. Dryer #> 65671 Matthew S. Dryer #> 65695 Matthew S. Dryer #> 65711 Matthew S. Dryer #> 65724 Matthew S. Dryer #> 65726 Matthew S. Dryer #> 65823 Matthew S. Dryer #> 65824 Matthew S. Dryer #> 65828 Matthew S. Dryer #> 65844 Matthew S. Dryer #> 65856 Matthew S. Dryer #> 65875 Matthew S. Dryer #> 65890 Matthew S. Dryer #> 65937 Matthew S. Dryer #> 65945 Matthew S. Dryer #> 65962 Matthew S. Dryer #> 65969 Matthew S. Dryer #> 65986 Matthew S. Dryer #> 66028 Matthew S. Dryer #> 66052 Matthew S. Dryer #> 66084 Matthew S. Dryer #> 66098 Matthew S. Dryer #> 66125 Matthew S. Dryer #> 66126 Matthew S. Dryer #> 66127 Matthew S. Dryer #> 66135 Matthew S. Dryer #> 66136 Matthew S. Dryer #> 66140 Matthew S. Dryer #> 66163 Matthew S. Dryer #> 66177 Matthew S. Dryer #> 66186 Matthew S. Dryer #> 66202 Matthew S. Dryer #> 66225 Matthew S. Dryer #> 66230 Matthew S. Dryer #> 66236 Matthew S. Dryer #> 66269 Matthew S. Dryer #> 66296 Matthew S. Dryer #> 66302 Matthew S. Dryer #> 66319 Matthew S. Dryer #> 66320 Matthew S. Dryer #> 66321 Matthew S. Dryer #> 66326 Matthew S. Dryer #> 66345 Matthew S. Dryer #> 66375 Matthew S. Dryer #> 66383 Matthew S. Dryer #> 66385 Matthew S. Dryer #> 66390 Matthew S. Dryer #> 66395 Matthew S. Dryer #> 66401 Matthew S. Dryer #> 66402 Matthew S. Dryer #> 66425 Matthew S. Dryer #> 66426 Matthew S. Dryer #> 66428 Matthew S. Dryer #> 66440 Matthew S. Dryer #> 66454 Matthew S. Dryer #> 66460 Matthew S. Dryer #> 66477 Matthew S. Dryer #> 66478 Matthew S. Dryer #> 66483 Matthew S. Dryer #> 66511 Matthew S. Dryer #> 66563 Matthew S. Dryer #> 66579 Matthew S. Dryer #> 66586 Matthew S. Dryer #> 66606 Matthew S. Dryer #> 66625 Matthew S. Dryer #> 66665 Matthew S. Dryer #> 66680 Matthew S. Dryer #> 66684 Matthew S. Dryer #> 66698 Matthew S. Dryer #> 66760 Matthew S. Dryer #> 66788 Matthew S. Dryer #> 66798 Matthew S. Dryer #> 66827 Matthew S. Dryer #> 66830 Matthew S. Dryer #> 66842 Matthew S. Dryer #> 66843 Matthew S. Dryer #> 66854 Matthew S. Dryer #> 66886 Matthew S. Dryer #> 66888 Matthew S. Dryer #> 66895 Matthew S. Dryer #> 66919 Matthew S. Dryer #> 66930 Matthew S. Dryer #> 66931 Matthew S. Dryer #> 66968 Matthew S. Dryer #> 66984 Matthew S. Dryer #> 66999 Matthew S. Dryer #> 67032 Matthew S. Dryer #> 67052 Matthew S. Dryer #> 67055 Matthew S. Dryer #> 67056 Matthew S. Dryer #> 67087 Matthew S. Dryer #> 67096 Matthew S. Dryer #> 67121 Matthew S. Dryer #> 67123 Matthew S. Dryer #> 67164 Matthew S. Dryer #> 67169 Matthew S. Dryer #> 67188 Matthew S. Dryer #> 67192 Matthew S. Dryer #> 67234 Matthew S. Dryer #> 67238 Matthew S. Dryer #> 67250 Matthew S. Dryer #> 67253 Matthew S. Dryer #> 67258 Matthew S. Dryer #> 67299 Matthew S. Dryer #> 67303 Matthew S. Dryer #> 67308 Matthew S. Dryer #> 67345 Matthew S. Dryer #> 67364 Matthew S. Dryer #> 67366 Matthew S. Dryer #> 67386 Matthew S. Dryer #> 67405 Matthew S. Dryer #> 67428 Matthew S. Dryer #> 67442 Matthew S. Dryer #> 67469 Matthew S. Dryer #> 67470 Matthew S. Dryer #> 67476 Matthew S. Dryer #> 67494 Matthew S. Dryer #> 67530 Matthew S. Dryer #> 67545 Matthew S. Dryer #> 67553 Matthew S. Dryer #> 67563 Matthew S. Dryer #> 67569 Matthew S. Dryer #> 67577 Matthew S. Dryer #> 67579 Matthew S. Dryer #> 67610 Matthew S. Dryer #> 67619 Matthew S. Dryer #> 67642 Gregory D.S. Anderson #> 67819 Gregory D.S. Anderson #> 67890 Gregory D.S. Anderson #> 67898 Gregory D.S. Anderson #> 67916 Gregory D.S. Anderson #> 67926 Gregory D.S. Anderson #> 67936 Gregory D.S. Anderson #> 67939 Gregory D.S. Anderson #> 67956 Gregory D.S. Anderson #> 67960 Gregory D.S. Anderson #> 67966 Gregory D.S. Anderson #> 67985 Gregory D.S. Anderson #> 68013 Gregory D.S. Anderson #> 68015 Gregory D.S. Anderson #> 68021 Gregory D.S. Anderson #> 68025 Gregory D.S. Anderson #> 68032 Gregory D.S. Anderson #> 68060 Gregory D.S. Anderson #> 68061 Gregory D.S. Anderson #> 68069 Gregory D.S. Anderson #> 68086 Gregory D.S. Anderson #> 68094 Gregory D.S. Anderson #> 68097 Gregory D.S. Anderson #> 68107 Matthew S. Dryer #> 68110 Matthew S. Dryer #> 68119 Matthew S. Dryer #> 68140 Matthew S. Dryer #> 68151 Matthew S. Dryer #> 68169 Matthew S. Dryer #> 68207 Matthew S. Dryer #> 68220 Matthew S. Dryer #> 68228 Matthew S. Dryer #> 68234 Matthew S. Dryer #> 68244 Matthew S. Dryer #> 68249 Matthew S. Dryer #> 68296 Matthew S. Dryer #> 68297 Matthew S. Dryer #> 68299 Matthew S. Dryer #> 68300 Matthew S. Dryer #> 68323 Matthew S. Dryer #> 68342 Matthew S. Dryer #> 68347 Matthew S. Dryer #> 68351 Matthew S. Dryer #> 68367 Matthew S. Dryer #> 68374 Matthew S. Dryer #> 68378 Matthew S. Dryer #> 68383 Matthew S. Dryer #> 68386 Matthew S. Dryer #> 68390 Matthew S. Dryer #> 68406 Matthew S. Dryer #> 68419 Matthew S. Dryer #> 68424 Matthew S. Dryer #> 68439 Matthew S. Dryer #> 68455 Matthew S. Dryer #> 68456 Matthew S. Dryer #> 68457 Matthew S. Dryer #> 68458 Matthew S. Dryer #> 68466 Matthew S. Dryer #> 68482 Matthew S. Dryer #> 68487 Matthew S. Dryer #> 68497 Matthew S. Dryer #> 68519 Matthew S. Dryer #> 68523 Matthew S. Dryer #> 68549 Matthew S. Dryer #> 68557 Matthew S. Dryer #> 68589 Matthew S. Dryer #> 68601 Matthew S. Dryer #> 68602 Matthew S. Dryer #> 68622 Matthew S. Dryer #> 68640 Matthew S. Dryer #> 68646 Matthew S. Dryer #> 68653 Matthew S. Dryer #> 68656 Matthew S. Dryer #> 68657 Matthew S. Dryer #> 68674 Matthew S. Dryer #> 68694 Matthew S. Dryer #> 68722 Matthew S. Dryer #> 68734 Matthew S. Dryer #> 68745 Matthew S. Dryer #> 68775 Matthew S. Dryer #> 68778 Matthew S. Dryer #> 68810 Matthew S. Dryer #> 68819 Matthew S. Dryer #> 68873 Matthew S. Dryer #> 68930 Matthew S. Dryer #> 68937 Matthew S. Dryer #> 69008 Matthew S. Dryer #> 69009 Matthew S. Dryer #> 69024 Matthew S. Dryer #> 69057 Matthew S. Dryer #> 69064 Matthew S. Dryer #> 69065 Matthew S. Dryer #> 69091 Matthew S. Dryer #> 69122 Matthew S. Dryer #> 69136 Matthew S. Dryer #> 69146 Matthew S. Dryer #> 69147 Matthew S. Dryer #> 69154 Matthew S. Dryer #> 69156 Matthew S. Dryer #> 69170 Matthew S. Dryer #> 69174 Matthew S. Dryer #> 69178 Matthew S. Dryer #> 69183 Matthew S. Dryer #> 69191 Matthew S. Dryer #> 69234 Matthew S. Dryer #> 69254 Matthew S. Dryer #> 69268 Matthew S. Dryer #> 69281 Matthew S. Dryer #> 69283 Matthew S. Dryer #> 69300 Matthew S. Dryer #> 69304 Matthew S. Dryer #> 69311 Matthew S. Dryer #> 69314 Matthew S. Dryer #> 69321 Matthew S. Dryer #> 69352 Matthew S. Dryer #> 69364 Matthew S. Dryer #> 69383 Matthew S. Dryer #> 69390 Matthew S. Dryer #> 69407 Matthew S. Dryer #> 69415 Matthew S. Dryer #> 69444 Matthew S. Dryer #> 69448 Matthew S. Dryer #> 69458 Matthew S. Dryer #> 69487 Matthew S. Dryer #> 69510 Matthew S. Dryer #> 69522 Matthew S. Dryer #> 69530 Matthew S. Dryer #> 69537 Matthew S. Dryer #> 69565 Matthew S. Dryer #> 69566 Matthew S. Dryer #> 69568 Matthew S. Dryer #> 69571 Matthew S. Dryer #> 69599 Matthew S. Dryer #> 69604 Matthew S. Dryer #> 69608 Matthew S. Dryer #> 69611 Matthew S. Dryer #> 69612 Matthew S. Dryer #> 69618 Matthew S. Dryer #> 69625 Matthew S. Dryer #> 69637 Matthew S. Dryer #> 69668 Matthew S. Dryer #> 69674 Matthew S. Dryer #> 69680 Matthew S. Dryer #> 69687 Matthew S. Dryer #> 69691 Matthew S. Dryer #> 69723 Matthew S. Dryer #> 69840 Matthew S. Dryer #> 69852 Matthew S. Dryer #> 69853 Matthew S. Dryer #> 69877 Matthew S. Dryer #> 69879 Matthew S. Dryer #> 70014 Matthew S. Dryer #> 70072 Matthew S. Dryer #> 70075 Matthew S. Dryer #> 70089 Matthew S. Dryer #> 70121 Matthew S. Dryer #> 70129 Matthew S. Dryer #> 70150 Matthew S. Dryer #> 70168 Matthew S. Dryer #> 70207 Matthew S. Dryer #> 70223 Matthew S. Dryer #> 70240 Matthew S. Dryer #> 70282 Matthew S. Dryer #> 70295 Matthew S. Dryer #> 70298 Matthew S. Dryer #> 70321 Matthew S. Dryer #> 70344 Matthew S. Dryer #> 70346 Matthew S. Dryer #> 70361 Matthew S. Dryer #> 70369 Matthew S. Dryer #> 70373 Matthew S. Dryer #> 70382 Matthew S. Dryer #> 70394 Matthew S. Dryer #> 70429 Matthew S. Dryer #> 70442 Matthew S. Dryer #> 70459 Matthew S. Dryer #> 70472 Matthew S. Dryer #> 70481 Matthew S. Dryer #> 70487 Matthew S. Dryer #> 70489 Matthew S. Dryer #> 70494 Matthew S. Dryer #> 70498 Matthew S. Dryer #> 70535 Matthew S. Dryer #> 70572 Matthew S. Dryer #> 70586 Matthew S. Dryer #> 70587 Matthew S. Dryer #> 70599 Matthew S. Dryer #> 70601 Matthew S. Dryer #> 70607 Matthew S. Dryer #> 70608 Matthew S. Dryer #> 70620 Matthew S. Dryer #> 70632 Matthew S. Dryer #> 70657 Matthew S. Dryer #> 70658 Matthew S. Dryer #> 70660 Matthew S. Dryer #> 70690 Matthew S. Dryer #> 70724 Matthew S. Dryer #> 70739 Matthew S. Dryer #> 70757 Matthew S. Dryer #> 70763 Matthew S. Dryer #> 70822 Matthew S. Dryer #> 70872 Matthew S. Dryer #> 70896 Matthew S. Dryer #> 70898 Matthew S. Dryer #> 70904 Matthew S. Dryer #> 70911 Matthew S. Dryer #> 70914 Matthew S. Dryer #> 70929 Matthew S. Dryer #> 70945 Matthew S. Dryer #> 70949 Matthew S. Dryer #> 70950 Matthew S. Dryer #> 70982 Matthew S. Dryer #> 70993 Matthew S. Dryer #> 71047 Matthew S. Dryer #> 71099 Matthew S. Dryer #> 71108 Matthew S. Dryer #> 71127 Matthew S. Dryer #> 71136 Matthew S. Dryer #> 71160 Matthew S. Dryer #> 71161 Matthew S. Dryer #> 71166 Matthew S. Dryer #> 71204 Matthew S. Dryer #> 71216 Matthew S. Dryer #> 71243 Matthew S. Dryer #> 71251 Matthew S. Dryer #> 71252 Matthew S. Dryer #> 71267 Matthew S. Dryer #> 71279 Matthew S. Dryer #> 71286 Matthew S. Dryer #> 71291 Matthew S. Dryer #> 71321 Matthew S. Dryer #> 71417 Matthew S. Dryer #> 71454 Matthew S. Dryer #> 71478 Matthew S. Dryer #> 71480 Matthew S. Dryer #> 71488 Matthew S. Dryer #> 71492 Matthew S. Dryer #> 71522 Matthew S. Dryer #> 71525 Matthew S. Dryer #> 71535 Matthew S. Dryer #> 71540 Matthew S. Dryer #> 71548 Matthew S. Dryer #> 71560 Matthew S. Dryer #> 71633 Matthew S. Dryer #> 71643 Matthew S. Dryer #> 71647 Matthew S. Dryer #> 71675 Matthew S. Dryer #> 71727 Matthew S. Dryer #> 71748 Matthew S. Dryer #> 71758 Matthew S. Dryer #> 71817 Matthew S. Dryer #> 71818 Matthew S. Dryer #> 71848 Matthew S. Dryer #> 71857 Matthew S. Dryer #> 71868 Matthew S. Dryer #> 71869 Matthew S. Dryer #> 71875 Matthew S. Dryer #> 71905 Matthew S. Dryer #> 71911 Matthew S. Dryer #> 71923 Matthew S. Dryer #> 71946 Matthew S. Dryer #> 71954 Matthew S. Dryer #> 71977 Matthew S. Dryer #> 71985 Matthew S. Dryer #> 72017 Matthew S. Dryer #> 72050 Matthew S. Dryer #> 72059 Matthew S. Dryer #> 72063 Matthew S. Dryer #> 72066 Matthew S. Dryer #> 72088 Matthew S. Dryer #> 72095 Matthew S. Dryer #> 72115 Matthew S. Dryer #> 72122 Matthew S. Dryer #> 72124 Matthew S. Dryer #> 72132 Matthew S. Dryer #> 72143 Matthew S. Dryer #> 72161 Matthew S. Dryer #> 72223 Matthew S. Dryer #> 72224 Matthew S. Dryer #> 72239 Matthew S. Dryer #> 72249 Matthew S. Dryer #> 72272 Matthew S. Dryer #> 72273 Matthew S. Dryer #> 72281 Matthew S. Dryer #> 72283 Matthew S. Dryer #> 72293 Matthew S. Dryer #> 72301 Matthew S. Dryer #> 72304 Matthew S. Dryer #> 72309 Matthew S. Dryer #> 72323 Matthew S. Dryer #> 72331 Matthew S. Dryer #> 72334 Matthew S. Dryer #> 72341 Matthew S. Dryer #> 72342 Matthew S. Dryer #> 72370 Matthew S. Dryer #> 72371 Matthew S. Dryer #> 72372 Matthew S. Dryer #> 72379 Matthew S. Dryer #> 72401 Matthew S. Dryer #> 72403 Matthew S. Dryer #> 72426 Matthew S. Dryer #> 72431 Matthew S. Dryer #> 72474 Matthew S. Dryer #> 72488 Matthew S. Dryer #> 72493 Matthew S. Dryer #> 72564 Matthew S. Dryer #> 72581 Matthew S. Dryer #> 72596 Matthew S. Dryer #> 72643 Matthew S. Dryer #> 72693 Matthew S. Dryer #> 72708 Matthew S. Dryer #> 72719 Matthew S. Dryer #> 72731 Matthew S. Dryer #> 72741 Matthew S. Dryer #> 72759 Matthew S. Dryer #> 72808 Matthew S. Dryer #> 72872 Matthew S. Dryer #> 72880 Matthew S. Dryer #> 72943 Matthew S. Dryer #> 72963 Matthew S. Dryer #> 72969 Matthew S. Dryer #> 73033 Matthew S. Dryer #> 73149 Matthew S. Dryer #> 73150 Matthew S. Dryer #> 73199 Matthew S. Dryer #> 73235 Matthew S. Dryer #> 73241 Matthew S. Dryer #> 73249 Matthew S. Dryer #> 73250 Matthew S. Dryer #> 73252 Matthew S. Dryer #> 73312 Matthew S. Dryer #> 73318 Matthew S. Dryer #> 73329 Matthew S. Dryer #> 73331 Matthew S. Dryer #> 73337 Matthew S. Dryer #> 73340 Matthew S. Dryer #> 73349 Matthew S. Dryer #> 73351 Matthew S. Dryer #> 73353 Matthew S. Dryer #> 73356 Matthew S. Dryer #> 73358 Matthew S. Dryer #> 73372 Matthew S. Dryer #> 73375 Matthew S. Dryer #> 73381 Matthew S. Dryer #> 73384 Matthew S. Dryer #> 73411 Matthew S. Dryer #> 73414 Matthew S. Dryer #> 73441 Matthew S. Dryer #> 73444 Matthew S. Dryer #> 73465 Matthew S. Dryer #> 73495 Matthew S. Dryer #> 73503 Matthew S. Dryer #> 73506 Matthew S. Dryer #> 73517 Matthew S. Dryer #> 73527 Matthew S. Dryer #> 73577 Matthew S. Dryer #> 73587 Matthew S. Dryer #> 73594 Matthew S. Dryer #> 73602 Matthew S. Dryer #> 73607 Matthew S. Dryer #> 73616 Matthew S. Dryer #> 73622 Matthew S. Dryer #> 73625 Matthew S. Dryer #> 73649 Matthew S. Dryer #> 73657 Matthew S. Dryer #> 73667 Matthew S. Dryer #> 73668 Matthew S. Dryer #> 73673 Matthew S. Dryer #> 73676 Matthew S. Dryer #> 73686 Matthew S. Dryer #> 73703 Matthew S. Dryer #> 73710 Matthew S. Dryer #> 73714 Matthew S. Dryer #> 73743 Matthew S. Dryer #> 73748 Matthew S. Dryer #> 73750 Matthew S. Dryer #> 73754 Matthew S. Dryer #> 73789 Matthew S. Dryer #> 73826 Matthew S. Dryer #> 73843 Matthew S. Dryer #> 73879 Matthew S. Dryer #> 73882 Matthew S. Dryer #> 73919 Matthew S. Dryer #> 73925 Matthew S. Dryer #> 73962 Matthew S. Dryer #> 73968 Matthew S. Dryer #> 73986 Matthew S. Dryer #> 74014 Matthew S. Dryer #> 74022 Matthew S. Dryer #> 74036 Matthew S. Dryer #> 74051 Matthew S. Dryer #> 74052 Matthew S. Dryer #> 74064 Matthew S. Dryer #> 74072 Matthew S. Dryer #> 74099 Matthew S. Dryer #> 74130 Matthew S. Dryer #> 74135 Matthew S. Dryer #> 74143 Matthew S. Dryer #> 74160 Matthew S. Dryer #> 74184 Matthew S. Dryer #> 74199 Matthew S. Dryer #> 74204 Matthew S. Dryer #> 74206 Matthew S. Dryer #> 74214 Matthew S. Dryer #> 74221 Matthew S. Dryer #> 74226 Matthew S. Dryer #> 74227 Matthew S. Dryer #> 74233 Matthew S. Dryer #> 74240 Matthew S. Dryer #> 74251 Matthew S. Dryer #> 74279 Matthew S. Dryer #> 74287 Matthew S. Dryer #> 74290 Matthew S. Dryer #> 74304 Matthew S. Dryer #> 74313 Matthew S. Dryer #> 74327 Matthew S. Dryer #> 74331 Matthew S. Dryer #> 74332 Matthew S. Dryer #> 74337 Matthew S. Dryer #> 74338 Matthew S. Dryer #> 74354 Matthew S. Dryer #> 74358 Matthew S. Dryer #> 74369 Matthew S. Dryer #> 74371 Matthew S. Dryer #> 74375 Matthew S. Dryer #> 74380 Matthew S. Dryer #> 74384 Matthew S. Dryer #> 74394 Matthew S. Dryer #> 74415 Matthew S. Dryer #> 74420 Matthew S. Dryer #> 74440 Matthew S. Dryer #> 74480 Matthew S. Dryer #> 74486 Matthew S. Dryer #> 74494 Matthew S. Dryer #> 74501 Matthew S. Dryer #> 74509 Matthew S. Dryer #> 74529 Matthew S. Dryer #> 74530 Matthew S. Dryer #> 74546 Matthew S. Dryer #> 74555 Matthew S. Dryer #> 74573 Matthew S. Dryer #> 74686 Matthew S. Dryer #> 74748 Matthew S. Dryer #> 74794 Matthew S. Dryer #> 74814 Matthew S. Dryer #> 74816 Matthew S. Dryer #> 74850 Matthew S. Dryer #> 74860 Matthew S. Dryer #> 74888 Matthew S. Dryer #> 74896 Matthew S. Dryer #> 74897 Matthew S. Dryer #> 74941 Matthew S. Dryer #> 74971 Matthew S. Dryer #> 74985 Matthew S. Dryer #> 75009 Matthew S. Dryer #> 75020 Matthew S. Dryer #> 75025 Matthew S. Dryer #> 75051 Matthew S. Dryer #> 75089 Matthew S. Dryer #> 75099 Matthew S. Dryer #> 75171 Matthew S. Dryer #> 75253 Matthew S. Dryer #> 75279 Matthew S. Dryer #> 75317 Matthew S. Dryer #> 75350 Matthew S. Dryer #> 75359 Matthew S. Dryer #> 75407 Matthew S. Dryer #> 75457 Matthew S. Dryer #> 75461 Matthew S. Dryer #> 75473 Matthew S. Dryer #> 75493 Matthew S. Dryer #> 75497 Matthew S. Dryer #> 75524 Matthew S. Dryer #> 75527 Matthew S. Dryer #> 75528 Matthew S. Dryer #> 75529 Matthew S. Dryer #> 75533 Matthew S. Dryer #> 75550 Matthew S. Dryer #> 75558 Matthew S. Dryer #> 75565 Matthew S. Dryer #> 75590 Matthew S. Dryer #> 75591 Matthew S. Dryer #> 75599 Matthew S. Dryer #> 75662 Matthew S. Dryer #> 75665 Matthew S. Dryer #> 75668 Matthew S. Dryer #> 75685 Matthew S. Dryer #> 75686 Matthew S. Dryer #> 75692 Matthew S. Dryer #> 75698 Matthew S. Dryer #> 75700 Matthew S. Dryer #> 75701 Matthew S. Dryer #> 75702 Matthew S. Dryer #> 75703 Matthew S. Dryer #> 75743 Matthew S. Dryer #> 75760 Matthew S. Dryer #> 75774 Matthew S. Dryer #> 75781 Matthew S. Dryer #> 75785 Matthew S. Dryer #> 75788 Matthew S. Dryer #> 75794 Matthew S. Dryer #> 75859 Matthew S. Dryer #> 75863 Matthew S. Dryer #> 75867 Matthew S. Dryer #> 75881 Matthew S. Dryer #> 75892 Matthew S. Dryer #> 75893 Matthew S. Dryer #> 75905 Matthew S. Dryer #> 75906 Matthew S. Dryer #> 75915 Matthew S. Dryer #> 75921 Matthew S. Dryer #> 76072 Matthew S. Dryer #> 76109 Bernard Comrie #> 76164 Bernard Comrie #> 76171 Bernard Comrie #> 76206 Bernard Comrie #> 76242 Bernard Comrie #> 76248 Bernard Comrie #> 76250 Bernard Comrie #> 76303 Bernard Comrie #> 76307 Bernard Comrie #> 76309 Bernard Comrie #> 76327 Bernard Comrie #> 76364 Bernard Comrie #> 76398 Bernard Comrie #> 76412 Bernard Comrie
# Get the Semitic languages on the African continent: filter_WALS(genus=="Semitic" & macroarea=="Africa")
#> combined_ID feature_ID #> 461 1A-soq 1A #> 464 1A-amh 1A #> 479 1A-aeg 1A #> 497 1A-tgr 1A #> 692 10A-aeg 10A #> 1009 100A-amh 100A #> 1073 100A-aeg 100A #> 1311 101A-aeg 101A #> 1521 101A-chh 101A #> 1557 101A-amr 101A #> 1576 101A-amh 101A #> 1726 101A-tgr 101A #> 2133 102A-aeg 102A #> 2304 102A-amh 102A #> 2459 103A-amh 103A #> 2625 103A-aeg 103A #> 2950 104A-aeg 104A #> 2976 104A-amh 104A #> 3224 105A-tig 105A #> 3285 105A-amh 105A #> 3447 105A-aeg 105A #> 3561 106A-aeg 106A #> 3693 107A-amh 107A #> 3694 107A-aeg 107A #> 4143 108A-aeg 108A #> 4174 108A-chh 108A #> 4268 108B-chh 108B #> 4379 108B-aeg 108B #> 4401 109A-chh 109A #> 4515 109A-aeg 109A #> 4639 109B-chh 109B #> 4663 109B-aeg 109B #> 4789 11A-tgr 11A #> 4948 11A-soq 11A #> 5095 11A-aeg 11A #> 5131 11A-amh 11A #> 5412 110A-aeg 110A #> 5479 111A-amh 111A #> 5679 111A-aeg 111A #> 5903 112A-sod 112A #> 5918 112A-tgr 112A #> 5958 112A-chh 112A #> 6410 112A-aeg 112A #> 6795 112A-tig 112A #> 6799 112A-amh 112A #> 6848 112A-amr 112A #> 6967 113A-aeg 113A #> 7431 114A-aeg 114A #> 7513 115A-aeg 115A #> 7951 116A-amr 116A #> 8012 116A-chh 116A #> 8140 116A-aeg 116A #> 8455 116A-amh 116A #> 8674 117A-aeg 117A #> 8682 117A-amh 117A #> 9078 118A-aeg 118A #> 9089 118A-tgr 118A #> 9106 118A-amh 118A #> 9131 118A-amr 118A #> 9549 119A-amr 119A #> 9567 119A-aeg 119A #> 9576 119A-amh 119A #> 9608 119A-tgr 119A #> 9731 12A-tgr 12A #> 9937 12A-amh 12A #> 10054 12A-soq 12A #> 10076 12A-aeg 12A #> 10199 120A-tgr 120A #> 10304 120A-amh 120A #> 10393 120A-aeg 120A #> 10515 120A-amr 120A #> 10568 121A-amr 121A #> 10572 121A-amh 121A #> 10791 122A-aeg 122A #> 10905 123A-aeg 123A #> 11129 124A-aeg 124A #> 11183 124A-soq 124A #> 11933 129A-amh 129A #> 12066 129A-amr 129A #> 12136 129A-tbe 129A #> 12536 13A-soq 13A #> 12643 13A-tgr 13A #> 12655 13A-aeg 13A #> 12750 13A-amh 13A #> 13156 130A-amr 130A #> 13379 130A-amh 130A #> 13432 130A-tbe 130A #> 13766 131A-amh 131A #> 13797 131A-aeg 131A #> 14435 136A-aeg 136A #> 14558 136A-amh 136A #> 14703 136B-amh 136B #> 14719 136B-aeg 136B #> 14961 137A-amh 137A #> 15023 137A-aeg 137A #> 15136 137B-amh 137B #> 15185 137B-aeg 137B #> 15324 138A-amh 138A #> 15380 138A-aeg 138A #> 15617 14A-ael 14A #> 15691 14A-aeg 14A #> 15725 14A-ahs 14A #> 16170 142A-amr 142A #> 16176 142A-atu 142A #> 16820 143A-tig 143A #> 16837 143A-amh 143A #> 16842 143A-amr 143A #> 17005 143A-aeg 143A #> 17195 143A-chh 143A #> 17219 143A-sod 143A #> 17313 143A-tgr 143A #> 17688 143B-amh 143B #> 17690 143B-tig 143B #> 17699 143B-amr 143B #> 17737 143C-aeg 143C #> 18517 143E-tig 143E #> 18580 143E-sod 143E #> 18610 143E-amr 143E #> 18669 143E-tgr 143E #> 18706 143E-amh 143E #> 18714 143E-chh 143E #> 18733 143E-aeg 143E #> 19445 143F-amh 143F #> 19451 143F-amr 143F #> 19475 143F-aeg 143F #> 19664 143F-tig 143F #> 19917 143F-tgr 143F #> 19995 143F-chh 143F #> 20092 143F-sod 143F #> 20544 143G-amh 143G #> 20553 143G-tgr 143G #> 20614 143G-sod 143G #> 21162 143G-amr 143G #> 21221 143G-chh 143G #> 21577 143G-aeg 143G #> 21578 143G-tig 143G #> 21926 144A-tig 144A #> 21935 144A-amr 144A #> 21957 144A-amh 144A #> 22037 144A-aeg 144A #> 22225 144A-sod 144A #> 22303 144A-chh 144A #> 22443 144A-tgr 144A #> 23134 144B-aeg 144B #> 23766 144D-aeg 144D #> 24182 144G-aeg 144G #> 24439 144H-aeg 144H #> 24903 144I-aeg 144I #> 25105 144J-aeg 144J #> 25689 144K-aeg 144K #> 26066 144L-tig 144L #> 26079 144L-amh 144L #> 26363 144L-chh 144L #> 26370 144L-sod 144L #> 26372 144L-tgr 144L #> 26603 144N-tig 144N #> 26605 144N-amh 144N #> 26729 144P-tig 144P #> 26809 144P-amh 144P #> 26906 144P-tgr 144P #> 26941 144P-chh 144P #> 27038 144P-sod 144P #> 27091 144Q-tig 144Q #> 27104 144Q-chh 144Q #> 27315 144Q-amh 144Q #> 27365 144Q-tgr 144Q #> 27394 144Q-sod 144Q #> 27532 144R-sod 144R #> 27550 144R-tgr 144R #> 27569 144R-chh 144R #> 27608 144R-amh 144R #> 27612 144R-tig 144R #> 27985 144S-tgr 144S #> 28013 144S-sod 144S #> 28091 144S-chh 144S #> 28330 144S-tig 144S #> 28341 144S-amh 144S #> 28435 144T-amr 144T #> 28521 144U-amr 144U #> 28664 144V-amr 144V #> 28687 144W-amr 144W #> 28884 144X-amr 144X #> 29108 15A-ael 15A #> 29111 15A-aeg 15A #> 29143 15A-ahs 15A #> 29966 16A-ael 16A #> 29978 16A-aeg 16A #> 29986 16A-ahs 16A #> 30146 17A-aeg 17A #> 30169 17A-ael 17A #> 30428 18A-soq 18A #> 30492 18A-aeg 18A #> 30725 18A-amh 18A #> 30795 18A-tgr 18A #> 31313 19A-amh 19A #> 31391 19A-soq 19A #> 31397 19A-tgr 19A #> 31404 19A-aeg 19A #> 31559 2A-tgr 2A #> 31628 2A-soq 2A #> 31700 2A-aeg 2A #> 31941 2A-amh 2A #> 32167 20A-aeg 20A #> 32283 21A-aeg 21A #> 32491 21B-aeg 21B #> 32590 22A-aeg 22A #> 32877 23A-aeg 23A #> 33097 24A-aeg 24A #> 33333 25A-aeg 25A #> 33567 25B-aeg 25B #> 34159 26A-amr 26A #> 34197 26A-amh 26A #> 34228 26A-tgr 26A #> 34252 26A-aeg 26A #> 34296 26A-chh 26A #> 34568 27A-amh 27A #> 34597 27A-tig 27A #> 34704 27A-hrr 27A #> 34746 27A-chh 27A #> 34756 27A-tgr 27A #> 34762 27A-muh 27A #> 34818 27A-aeg 27A #> 34993 28A-aeg 28A #> 35187 29A-aeg 29A #> 35734 3A-soq 3A #> 35752 3A-aeg 3A #> 35780 3A-amh 3A #> 35789 3A-tgr 3A #> 36040 30A-amh 30A #> 36051 30A-aeg 30A #> 36082 30A-tgr 30A #> 36313 31A-amh 31A #> 36358 31A-tgr 31A #> 36367 31A-aeg 31A #> 36615 32A-amh 32A #> 36640 32A-tgr 32A #> 36643 32A-aeg 32A #> 37285 33A-tig 33A #> 37289 33A-amh 33A #> 37323 33A-tgr 33A #> 37324 33A-aeg 33A #> 37331 33A-amr 33A #> 37655 33A-chh 33A #> 37885 34A-aeg 34A #> 37899 34A-soq 34A #> 37995 34A-tig 34A #> 38103 35A-aeg 35A #> 38121 35A-amh 35A #> 38383 36A-amh 36A #> 38481 36A-aeg 36A #> 38575 37A-tgr 37A #> 38678 37A-amh 37A #> 38790 37A-chh 37A #> 38791 37A-tig 37A #> 38866 37A-amr 37A #> 38873 37A-aeg 37A #> 39242 38A-tgr 38A #> 39244 38A-amh 38A #> 39261 38A-chh 38A #> 39264 38A-tig 38A #> 39357 38A-amr 38A #> 39407 38A-aeg 38A #> 39760 39A-aeg 39A #> 40295 4A-amh 4A #> 40389 4A-aeg 4A #> 40396 4A-tgr 4A #> 40414 4A-soq 4A #> 40596 40A-aeg 40A #> 40743 41A-aeg 41A #> 40972 42A-aeg 42A #> 41332 43A-aeg 43A #> 41368 44A-amh 44A #> 41382 44A-aeg 44A #> 41841 45A-aeg 45A #> 42154 46A-aeg 46A #> 42321 47A-amh 47A #> 42753 48A-amh 48A #> 42758 48A-aeg 48A #> 42898 49A-aeg 49A #> 42923 49A-amh 49A #> 43392 5A-amh 5A #> 43598 5A-tgr 5A #> 43609 5A-aeg 5A #> 43610 5A-soq 5A #> 43653 50A-aeg 50A #> 43764 50A-amh 50A #> 43998 51A-amh 51A #> 44547 51A-tig 51A #> 44586 51A-amr 51A #> 44599 51A-aeg 51A #> 44837 51A-tgr 51A #> 45089 52A-aeg 52A #> 45495 53A-aeg 53A #> 45522 53A-amr 53A #> 45642 54A-aeg 54A #> 45680 54A-amh 54A #> 45851 55A-amh 55A #> 45980 55A-amr 55A #> 46068 55A-aeg 55A #> 46251 56A-amr 56A #> 46327 56A-arn 56A #> 46650 57A-amr 57A #> 46739 57A-tig 57A #> 46794 57A-amh 57A #> 46805 57A-chh 57A #> 46860 57A-aeg 57A #> 46905 57A-sod 57A #> 46954 57A-tgr 57A #> 47341 58A-aeg 58A #> 47437 58A-amh 58A #> 47510 58B-aeg 58B #> 47567 58B-amh 58B #> 47777 59A-aeg 59A #> 47828 59A-amh 59A #> 47989 6A-amh 6A #> 48127 6A-tgr 6A #> 48292 6A-soq 6A #> 48515 6A-aeg 6A #> 48741 61A-amr 61A #> 48859 62A-amh 62A #> 48913 62A-aeg 62A #> 48992 63A-amh 63A #> 49072 63A-tgr 63A #> 49080 63A-aeg 63A #> 49354 64A-aeg 64A #> 49428 64A-tig 64A #> 49542 65A-aeg 65A #> 49616 65A-atu 65A #> 49629 65A-tgr 65A #> 49733 65A-amh 65A #> 49737 65A-tig 65A #> 49753 66A-tgr 66A #> 49757 66A-atu 66A #> 49808 66A-tig 66A #> 49815 66A-aeg 66A #> 49827 66A-amh 66A #> 49968 67A-tig 67A #> 50055 67A-aeg 67A #> 50127 67A-tgr 67A #> 50174 67A-amh 67A #> 50181 67A-atu 67A #> 50230 68A-tgr 68A #> 50286 68A-amh 68A #> 50298 68A-tig 68A #> 50367 68A-aeg 68A #> 50375 68A-atu 68A #> 51276 69A-sod 69A #> 51295 69A-chh 69A #> 51317 69A-amh 69A #> 51333 69A-aeg 69A #> 51339 69A-amr 69A #> 51773 7A-aeg 7A #> 51967 7A-tgr 7A #> 51993 7A-amh 7A #> 52075 7A-soq 7A #> 52137 70A-tgr 70A #> 52246 70A-amh 70A #> 52304 70A-abb 70A #> 52345 70A-aeg 70A #> 52350 70A-amr 70A #> 52963 71A-amr 71A #> 52966 71A-tgr 71A #> 52975 71A-abb 71A #> 52989 71A-aeg 71A #> 53021 71A-amh 71A #> 53364 72A-amh 72A #> 53368 72A-aeg 72A #> 53421 72A-amr 72A #> 53512 72A-tgr 72A #> 53607 73A-aeg 73A #> 53826 73A-amr 73A #> 53835 73A-tgr 73A #> 53955 74A-aeg 74A #> 53992 74A-amr 74A #> 54028 74A-amh 74A #> 54040 74A-tgr 74A #> 54113 75A-amr 75A #> 54119 75A-aeg 75A #> 54123 75A-amh 75A #> 54255 75A-tgr 75A #> 54334 76A-aeg 76A #> 54389 76A-amr 76A #> 54452 76A-amh 76A #> 54457 76A-tgr 76A #> 54589 77A-aeg 77A #> 55084 78A-aeg 78A #> 55442 79A-amr 79A #> 55533 79A-aeg 79A #> 55535 79A-atu 79A #> 55557 79B-aeg 79B #> 55567 79B-amr 79B #> 55571 79B-atu 79B #> 55918 8A-soq 8A #> 56008 8A-tgr 8A #> 56092 8A-amh 8A #> 56140 8A-aeg 8A #> 56318 80A-aeg 80A #> 56420 80A-atu 80A #> 56451 80A-amr 80A #> 56580 81A-amh 81A #> 56635 81A-tig 81A #> 56709 81A-sod 81A #> 56753 81A-chh 81A #> 56867 81A-tgr 81A #> 57378 81A-aeg 81A #> 58376 82A-chh 82A #> 58446 82A-amh 82A #> 58651 82A-sod 82A #> 58835 82A-tgr 82A #> 58858 82A-aeg 82A #> 59131 82A-tig 82A #> 59214 82A-amr 82A #> 59448 83A-amh 83A #> 59687 83A-chh 83A #> 59988 83A-sod 83A #> 60097 83A-tig 83A #> 60126 83A-tgr 83A #> 60287 83A-amr 83A #> 60344 83A-aeg 83A #> 61022 84A-aeg 84A #> 61197 84A-chh 84A #> 62209 85A-amr 85A #> 62333 85A-tgr 85A #> 62428 85A-aeg 85A #> 62541 85A-tig 85A #> 62582 85A-amh 85A #> 62592 85A-chh 85A #> 62607 85A-sod 85A #> 62839 86A-chh 86A #> 62927 86A-sod 86A #> 63224 86A-amh 86A #> 63513 86A-tgr 86A #> 63604 86A-amr 86A #> 63670 86A-aeg 86A #> 63798 86A-tig 86A #> 64138 87A-tig 87A #> 64207 87A-sod 87A #> 64246 87A-tgr 87A #> 64253 87A-amh 87A #> 64264 87A-chh 87A #> 64562 87A-aeg 87A #> 64626 87A-amr 87A #> 65287 88A-amh 88A #> 65464 88A-tig 88A #> 65726 88A-amr 88A #> 66052 88A-chh 88A #> 66230 88A-aeg 88A #> 66425 88A-tgr 88A #> 66665 89A-tgr 89A #> 66684 89A-amr 89A #> 66830 89A-amh 89A #> 66931 89A-chh 89A #> 67569 89A-aeg 89A #> 67890 9A-soq 9A #> 68021 9A-amh 9A #> 68032 9A-amr 9A #> 68061 9A-aeg 9A #> 68086 9A-sod 9A #> 68097 9A-chh 9A #> 68549 90A-aeg 90A #> 68602 90A-amr 90A #> 68694 90A-tgr 90A #> 68745 90A-chh 90A #> 68819 90A-amh 90A #> 69008 90B-tgr 90B #> 69024 90B-chh 90B #> 69057 90B-amh 90B #> 69147 90C-amr 90C #> 69174 90C-aeg 90C #> 70150 91A-aeg 91A #> 70240 91A-amr 91A #> 70369 92A-amr 92A #> 70394 92A-aeg 92A #> 70481 92A-chh 92A #> 71279 93A-tig 93A #> 71535 93A-tgr 93A #> 71946 93A-amh 93A #> 72066 93A-aeg 93A #> 72283 94A-aeg 94A #> 72370 94A-amr 94A #> 72581 94A-amh 94A #> 72693 94A-tgr 94A #> 72708 94A-sod 94A #> 73249 95A-tig 95A #> 73252 95A-tgr 95A #> 73587 95A-amr 95A #> 73673 95A-aeg 95A #> 73754 95A-amh 95A #> 73826 95A-sod 95A #> 73879 95A-chh 95A #> 73925 96A-tgr 96A #> 74022 96A-amh 96A #> 74036 96A-chh 96A #> 74251 96A-aeg 96A #> 74394 96A-amr 96A #> 74794 97A-tig 97A #> 74816 97A-amh 97A #> 74860 97A-sod 97A #> 74897 97A-tgr 97A #> 74941 97A-chh 97A #> 75527 97A-aeg 97A #> 75590 97A-amr 97A #> 76109 98A-aeg 98A #> 76309 99A-aeg 99A #> feature #> 461 Consonant Inventories #> 464 Consonant Inventories #> 479 Consonant Inventories #> 497 Consonant Inventories #> 692 Vowel Nasalization #> 1009 Alignment of Verbal Person Marking #> 1073 Alignment of Verbal Person Marking #> 1311 Expression of Pronominal Subjects #> 1521 Expression of Pronominal Subjects #> 1557 Expression of Pronominal Subjects #> 1576 Expression of Pronominal Subjects #> 1726 Expression of Pronominal Subjects #> 2133 Verbal Person Marking #> 2304 Verbal Person Marking #> 2459 Third Person Zero of Verbal Person Marking #> 2625 Third Person Zero of Verbal Person Marking #> 2950 Order of Person Markers on the Verb #> 2976 Order of Person Markers on the Verb #> 3224 Ditransitive Constructions: The Verb 'Give' #> 3285 Ditransitive Constructions: The Verb 'Give' #> 3447 Ditransitive Constructions: The Verb 'Give' #> 3561 Reciprocal Constructions #> 3693 Passive Constructions #> 3694 Passive Constructions #> 4143 Antipassive Constructions #> 4174 Antipassive Constructions #> 4268 Productivity of the Antipassive Construction #> 4379 Productivity of the Antipassive Construction #> 4401 Applicative Constructions #> 4515 Applicative Constructions #> 4639 Other Roles of Applied Objects #> 4663 Other Roles of Applied Objects #> 4789 Front Rounded Vowels #> 4948 Front Rounded Vowels #> 5095 Front Rounded Vowels #> 5131 Front Rounded Vowels #> 5412 Periphrastic Causative Constructions #> 5479 Nonperiphrastic Causative Constructions #> 5679 Nonperiphrastic Causative Constructions #> 5903 Negative Morphemes #> 5918 Negative Morphemes #> 5958 Negative Morphemes #> 6410 Negative Morphemes #> 6795 Negative Morphemes #> 6799 Negative Morphemes #> 6848 Negative Morphemes #> 6967 Symmetric and Asymmetric Standard Negation #> 7431 Subtypes of Asymmetric Standard Negation #> 7513 Negative Indefinite Pronouns and Predicate Negation #> 7951 Polar Questions #> 8012 Polar Questions #> 8140 Polar Questions #> 8455 Polar Questions #> 8674 Predicative Possession #> 8682 Predicative Possession #> 9078 Predicative Adjectives #> 9089 Predicative Adjectives #> 9106 Predicative Adjectives #> 9131 Predicative Adjectives #> 9549 Nominal and Locational Predication #> 9567 Nominal and Locational Predication #> 9576 Nominal and Locational Predication #> 9608 Nominal and Locational Predication #> 9731 Syllable Structure #> 9937 Syllable Structure #> 10054 Syllable Structure #> 10076 Syllable Structure #> 10199 Zero Copula for Predicate Nominals #> 10304 Zero Copula for Predicate Nominals #> 10393 Zero Copula for Predicate Nominals #> 10515 Zero Copula for Predicate Nominals #> 10568 Comparative Constructions #> 10572 Comparative Constructions #> 10791 Relativization on Subjects #> 10905 Relativization on Obliques #> 11129 'Want' Complement Subjects #> 11183 'Want' Complement Subjects #> 11933 Hand and Arm #> 12066 Hand and Arm #> 12136 Hand and Arm #> 12536 Tone #> 12643 Tone #> 12655 Tone #> 12750 Tone #> 13156 Finger and Hand #> 13379 Finger and Hand #> 13432 Finger and Hand #> 13766 Numeral Bases #> 13797 Numeral Bases #> 14435 M-T Pronouns #> 14558 M-T Pronouns #> 14703 M in First Person Singular #> 14719 M in First Person Singular #> 14961 N-M Pronouns #> 15023 N-M Pronouns #> 15136 M in Second Person Singular #> 15185 M in Second Person Singular #> 15324 Tea #> 15380 Tea #> 15617 Fixed Stress Locations #> 15691 Fixed Stress Locations #> 15725 Fixed Stress Locations #> 16170 Para-Linguistic Usages of Clicks #> 16176 Para-Linguistic Usages of Clicks #> 16820 Order of Negative Morpheme and Verb #> 16837 Order of Negative Morpheme and Verb #> 16842 Order of Negative Morpheme and Verb #> 17005 Order of Negative Morpheme and Verb #> 17195 Order of Negative Morpheme and Verb #> 17219 Order of Negative Morpheme and Verb #> 17313 Order of Negative Morpheme and Verb #> 17688 Obligatory Double Negation #> 17690 Obligatory Double Negation #> 17699 Obligatory Double Negation #> 17737 Optional Double Negation #> 18517 Preverbal Negative Morphemes #> 18580 Preverbal Negative Morphemes #> 18610 Preverbal Negative Morphemes #> 18669 Preverbal Negative Morphemes #> 18706 Preverbal Negative Morphemes #> 18714 Preverbal Negative Morphemes #> 18733 Preverbal Negative Morphemes #> 19445 Postverbal Negative Morphemes #> 19451 Postverbal Negative Morphemes #> 19475 Postverbal Negative Morphemes #> 19664 Postverbal Negative Morphemes #> 19917 Postverbal Negative Morphemes #> 19995 Postverbal Negative Morphemes #> 20092 Postverbal Negative Morphemes #> 20544 Minor morphological means of signaling negation #> 20553 Minor morphological means of signaling negation #> 20614 Minor morphological means of signaling negation #> 21162 Minor morphological means of signaling negation #> 21221 Minor morphological means of signaling negation #> 21577 Minor morphological means of signaling negation #> 21578 Minor morphological means of signaling negation #> 21926 Position of Negative Word With Respect to Subject, Object, and Verb #> 21935 Position of Negative Word With Respect to Subject, Object, and Verb #> 21957 Position of Negative Word With Respect to Subject, Object, and Verb #> 22037 Position of Negative Word With Respect to Subject, Object, and Verb #> 22225 Position of Negative Word With Respect to Subject, Object, and Verb #> 22303 Position of Negative Word With Respect to Subject, Object, and Verb #> 22443 Position of Negative Word With Respect to Subject, Object, and Verb #> 23134 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23766 The Position of Negative Morphemes in SVO Languages #> 24182 Optional Double Negation in SVO languages #> 24439 NegSVO Order #> 24903 SNegVO Order #> 25105 SVNegO Order #> 25689 SVONeg Order #> 26066 The Position of Negative Morphemes in SOV Languages #> 26079 The Position of Negative Morphemes in SOV Languages #> 26363 The Position of Negative Morphemes in SOV Languages #> 26370 The Position of Negative Morphemes in SOV Languages #> 26372 The Position of Negative Morphemes in SOV Languages #> 26603 Obligatory Double Negation in SOV languages #> 26605 Obligatory Double Negation in SOV languages #> 26729 NegSOV Order #> 26809 NegSOV Order #> 26906 NegSOV Order #> 26941 NegSOV Order #> 27038 NegSOV Order #> 27091 SNegOV Order #> 27104 SNegOV Order #> 27315 SNegOV Order #> 27365 SNegOV Order #> 27394 SNegOV Order #> 27532 SONegV Order #> 27550 SONegV Order #> 27569 SONegV Order #> 27608 SONegV Order #> 27612 SONegV Order #> 27985 SOVNeg Order #> 28013 SOVNeg Order #> 28091 SOVNeg Order #> 28330 SOVNeg Order #> 28341 SOVNeg Order #> 28435 The Position of Negative Morphemes in Verb-Initial Languages #> 28521 Double negation in verb-initial languages #> 28664 Verb-Initial with Preverbal Negative #> 28687 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28884 Verb-Initial with Clause-Final Negative #> 29108 Weight-Sensitive Stress #> 29111 Weight-Sensitive Stress #> 29143 Weight-Sensitive Stress #> 29966 Weight Factors in Weight-Sensitive Stress Systems #> 29978 Weight Factors in Weight-Sensitive Stress Systems #> 29986 Weight Factors in Weight-Sensitive Stress Systems #> 30146 Rhythm Types #> 30169 Rhythm Types #> 30428 Absence of Common Consonants #> 30492 Absence of Common Consonants #> 30725 Absence of Common Consonants #> 30795 Absence of Common Consonants #> 31313 Presence of Uncommon Consonants #> 31391 Presence of Uncommon Consonants #> 31397 Presence of Uncommon Consonants #> 31404 Presence of Uncommon Consonants #> 31559 Vowel Quality Inventories #> 31628 Vowel Quality Inventories #> 31700 Vowel Quality Inventories #> 31941 Vowel Quality Inventories #> 32167 Fusion of Selected Inflectional Formatives #> 32283 Exponence of Selected Inflectional Formatives #> 32491 Exponence of Tense-Aspect-Mood Inflection #> 32590 Inflectional Synthesis of the Verb #> 32877 Locus of Marking in the Clause #> 33097 Locus of Marking in Possessive Noun Phrases #> 33333 Locus of Marking: Whole-language Typology #> 33567 Zero Marking of A and P Arguments #> 34159 Prefixing vs. Suffixing in Inflectional Morphology #> 34197 Prefixing vs. Suffixing in Inflectional Morphology #> 34228 Prefixing vs. Suffixing in Inflectional Morphology #> 34252 Prefixing vs. Suffixing in Inflectional Morphology #> 34296 Prefixing vs. Suffixing in Inflectional Morphology #> 34568 Reduplication #> 34597 Reduplication #> 34704 Reduplication #> 34746 Reduplication #> 34756 Reduplication #> 34762 Reduplication #> 34818 Reduplication #> 34993 Case Syncretism #> 35187 Syncretism in Verbal Person/Number Marking #> 35734 Consonant-Vowel Ratio #> 35752 Consonant-Vowel Ratio #> 35780 Consonant-Vowel Ratio #> 35789 Consonant-Vowel Ratio #> 36040 Number of Genders #> 36051 Number of Genders #> 36082 Number of Genders #> 36313 Sex-based and Non-sex-based Gender Systems #> 36358 Sex-based and Non-sex-based Gender Systems #> 36367 Sex-based and Non-sex-based Gender Systems #> 36615 Systems of Gender Assignment #> 36640 Systems of Gender Assignment #> 36643 Systems of Gender Assignment #> 37285 Coding of Nominal Plurality #> 37289 Coding of Nominal Plurality #> 37323 Coding of Nominal Plurality #> 37324 Coding of Nominal Plurality #> 37331 Coding of Nominal Plurality #> 37655 Coding of Nominal Plurality #> 37885 Occurrence of Nominal Plurality #> 37899 Occurrence of Nominal Plurality #> 37995 Occurrence of Nominal Plurality #> 38103 Plurality in Independent Personal Pronouns #> 38121 Plurality in Independent Personal Pronouns #> 38383 The Associative Plural #> 38481 The Associative Plural #> 38575 Definite Articles #> 38678 Definite Articles #> 38790 Definite Articles #> 38791 Definite Articles #> 38866 Definite Articles #> 38873 Definite Articles #> 39242 Indefinite Articles #> 39244 Indefinite Articles #> 39261 Indefinite Articles #> 39264 Indefinite Articles #> 39357 Indefinite Articles #> 39407 Indefinite Articles #> 39760 Inclusive/Exclusive Distinction in Independent Pronouns #> 40295 Voicing in Plosives and Fricatives #> 40389 Voicing in Plosives and Fricatives #> 40396 Voicing in Plosives and Fricatives #> 40414 Voicing in Plosives and Fricatives #> 40596 Inclusive/Exclusive Distinction in Verbal Inflection #> 40743 Distance Contrasts in Demonstratives #> 40972 Pronominal and Adnominal Demonstratives #> 41332 Third Person Pronouns and Demonstratives #> 41368 Gender Distinctions in Independent Personal Pronouns #> 41382 Gender Distinctions in Independent Personal Pronouns #> 41841 Politeness Distinctions in Pronouns #> 42154 Indefinite Pronouns #> 42321 Intensifiers and Reflexive Pronouns #> 42753 Person Marking on Adpositions #> 42758 Person Marking on Adpositions #> 42898 Number of Cases #> 42923 Number of Cases #> 43392 Voicing and Gaps in Plosive Systems #> 43598 Voicing and Gaps in Plosive Systems #> 43609 Voicing and Gaps in Plosive Systems #> 43610 Voicing and Gaps in Plosive Systems #> 43653 Asymmetrical Case-Marking #> 43764 Asymmetrical Case-Marking #> 43998 Position of Case Affixes #> 44547 Position of Case Affixes #> 44586 Position of Case Affixes #> 44599 Position of Case Affixes #> 44837 Position of Case Affixes #> 45089 Comitatives and Instrumentals #> 45495 Ordinal Numerals #> 45522 Ordinal Numerals #> 45642 Distributive Numerals #> 45680 Distributive Numerals #> 45851 Numeral Classifiers #> 45980 Numeral Classifiers #> 46068 Numeral Classifiers #> 46251 Conjunctions and Universal Quantifiers #> 46327 Conjunctions and Universal Quantifiers #> 46650 Position of Pronominal Possessive Affixes #> 46739 Position of Pronominal Possessive Affixes #> 46794 Position of Pronominal Possessive Affixes #> 46805 Position of Pronominal Possessive Affixes #> 46860 Position of Pronominal Possessive Affixes #> 46905 Position of Pronominal Possessive Affixes #> 46954 Position of Pronominal Possessive Affixes #> 47341 Obligatory Possessive Inflection #> 47437 Obligatory Possessive Inflection #> 47510 Number of Possessive Nouns #> 47567 Number of Possessive Nouns #> 47777 Possessive Classification #> 47828 Possessive Classification #> 47989 Uvular Consonants #> 48127 Uvular Consonants #> 48292 Uvular Consonants #> 48515 Uvular Consonants #> 48741 Adjectives without Nouns #> 48859 Action Nominal Constructions #> 48913 Action Nominal Constructions #> 48992 Noun Phrase Conjunction #> 49072 Noun Phrase Conjunction #> 49080 Noun Phrase Conjunction #> 49354 Nominal and Verbal Conjunction #> 49428 Nominal and Verbal Conjunction #> 49542 Perfective/Imperfective Aspect #> 49616 Perfective/Imperfective Aspect #> 49629 Perfective/Imperfective Aspect #> 49733 Perfective/Imperfective Aspect #> 49737 Perfective/Imperfective Aspect #> 49753 The Past Tense #> 49757 The Past Tense #> 49808 The Past Tense #> 49815 The Past Tense #> 49827 The Past Tense #> 49968 The Future Tense #> 50055 The Future Tense #> 50127 The Future Tense #> 50174 The Future Tense #> 50181 The Future Tense #> 50230 The Perfect #> 50286 The Perfect #> 50298 The Perfect #> 50367 The Perfect #> 50375 The Perfect #> 51276 Position of Tense-Aspect Affixes #> 51295 Position of Tense-Aspect Affixes #> 51317 Position of Tense-Aspect Affixes #> 51333 Position of Tense-Aspect Affixes #> 51339 Position of Tense-Aspect Affixes #> 51773 Glottalized Consonants #> 51967 Glottalized Consonants #> 51993 Glottalized Consonants #> 52075 Glottalized Consonants #> 52137 The Morphological Imperative #> 52246 The Morphological Imperative #> 52304 The Morphological Imperative #> 52345 The Morphological Imperative #> 52350 The Morphological Imperative #> 52963 The Prohibitive #> 52966 The Prohibitive #> 52975 The Prohibitive #> 52989 The Prohibitive #> 53021 The Prohibitive #> 53364 Imperative-Hortative Systems #> 53368 Imperative-Hortative Systems #> 53421 Imperative-Hortative Systems #> 53512 Imperative-Hortative Systems #> 53607 The Optative #> 53826 The Optative #> 53835 The Optative #> 53955 Situational Possibility #> 53992 Situational Possibility #> 54028 Situational Possibility #> 54040 Situational Possibility #> 54113 Epistemic Possibility #> 54119 Epistemic Possibility #> 54123 Epistemic Possibility #> 54255 Epistemic Possibility #> 54334 Overlap between Situational and Epistemic Modal Marking #> 54389 Overlap between Situational and Epistemic Modal Marking #> 54452 Overlap between Situational and Epistemic Modal Marking #> 54457 Overlap between Situational and Epistemic Modal Marking #> 54589 Semantic Distinctions of Evidentiality #> 55084 Coding of Evidentiality #> 55442 Suppletion According to Tense and Aspect #> 55533 Suppletion According to Tense and Aspect #> 55535 Suppletion According to Tense and Aspect #> 55557 Suppletion in Imperatives and Hortatives #> 55567 Suppletion in Imperatives and Hortatives #> 55571 Suppletion in Imperatives and Hortatives #> 55918 Lateral Consonants #> 56008 Lateral Consonants #> 56092 Lateral Consonants #> 56140 Lateral Consonants #> 56318 Verbal Number and Suppletion #> 56420 Verbal Number and Suppletion #> 56451 Verbal Number and Suppletion #> 56580 Order of Subject, Object and Verb #> 56635 Order of Subject, Object and Verb #> 56709 Order of Subject, Object and Verb #> 56753 Order of Subject, Object and Verb #> 56867 Order of Subject, Object and Verb #> 57378 Order of Subject, Object and Verb #> 58376 Order of Subject and Verb #> 58446 Order of Subject and Verb #> 58651 Order of Subject and Verb #> 58835 Order of Subject and Verb #> 58858 Order of Subject and Verb #> 59131 Order of Subject and Verb #> 59214 Order of Subject and Verb #> 59448 Order of Object and Verb #> 59687 Order of Object and Verb #> 59988 Order of Object and Verb #> 60097 Order of Object and Verb #> 60126 Order of Object and Verb #> 60287 Order of Object and Verb #> 60344 Order of Object and Verb #> 61022 Order of Object, Oblique, and Verb #> 61197 Order of Object, Oblique, and Verb #> 62209 Order of Adposition and Noun Phrase #> 62333 Order of Adposition and Noun Phrase #> 62428 Order of Adposition and Noun Phrase #> 62541 Order of Adposition and Noun Phrase #> 62582 Order of Adposition and Noun Phrase #> 62592 Order of Adposition and Noun Phrase #> 62607 Order of Adposition and Noun Phrase #> 62839 Order of Genitive and Noun #> 62927 Order of Genitive and Noun #> 63224 Order of Genitive and Noun #> 63513 Order of Genitive and Noun #> 63604 Order of Genitive and Noun #> 63670 Order of Genitive and Noun #> 63798 Order of Genitive and Noun #> 64138 Order of Adjective and Noun #> 64207 Order of Adjective and Noun #> 64246 Order of Adjective and Noun #> 64253 Order of Adjective and Noun #> 64264 Order of Adjective and Noun #> 64562 Order of Adjective and Noun #> 64626 Order of Adjective and Noun #> 65287 Order of Demonstrative and Noun #> 65464 Order of Demonstrative and Noun #> 65726 Order of Demonstrative and Noun #> 66052 Order of Demonstrative and Noun #> 66230 Order of Demonstrative and Noun #> 66425 Order of Demonstrative and Noun #> 66665 Order of Numeral and Noun #> 66684 Order of Numeral and Noun #> 66830 Order of Numeral and Noun #> 66931 Order of Numeral and Noun #> 67569 Order of Numeral and Noun #> 67890 The Velar Nasal #> 68021 The Velar Nasal #> 68032 The Velar Nasal #> 68061 The Velar Nasal #> 68086 The Velar Nasal #> 68097 The Velar Nasal #> 68549 Order of Relative Clause and Noun #> 68602 Order of Relative Clause and Noun #> 68694 Order of Relative Clause and Noun #> 68745 Order of Relative Clause and Noun #> 68819 Order of Relative Clause and Noun #> 69008 Prenominal relative clauses #> 69024 Prenominal relative clauses #> 69057 Prenominal relative clauses #> 69147 Postnominal relative clauses #> 69174 Postnominal relative clauses #> 70150 Order of Degree Word and Adjective #> 70240 Order of Degree Word and Adjective #> 70369 Position of Polar Question Particles #> 70394 Position of Polar Question Particles #> 70481 Position of Polar Question Particles #> 71279 Position of Interrogative Phrases in Content Questions #> 71535 Position of Interrogative Phrases in Content Questions #> 71946 Position of Interrogative Phrases in Content Questions #> 72066 Position of Interrogative Phrases in Content Questions #> 72283 Order of Adverbial Subordinator and Clause #> 72370 Order of Adverbial Subordinator and Clause #> 72581 Order of Adverbial Subordinator and Clause #> 72693 Order of Adverbial Subordinator and Clause #> 72708 Order of Adverbial Subordinator and Clause #> 73249 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73252 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73587 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73673 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73754 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73826 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73879 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73925 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74022 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74036 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74251 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74394 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74794 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74816 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74860 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74897 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 74941 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75527 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75590 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 76109 Alignment of Case Marking of Full Noun Phrases #> 76309 Alignment of Case Marking of Pronouns #> value_ID value code_ID language_ID #> 461 4 Moderately large 1A-4 soq #> 464 4 Moderately large 1A-4 amh #> 479 4 Moderately large 1A-4 aeg #> 497 4 Moderately large 1A-4 tgr #> 692 2 Contrast absent 10A-2 aeg #> 1009 2 Accusative 100A-2 amh #> 1073 2 Accusative 100A-2 aeg #> 1311 2 Subject affixes on verb 101A-2 aeg #> 1521 2 Subject affixes on verb 101A-2 chh #> 1557 2 Subject affixes on verb 101A-2 amr #> 1576 2 Subject affixes on verb 101A-2 amh #> 1726 2 Subject affixes on verb 101A-2 tgr #> 2133 5 Both the A and P arguments 102A-5 aeg #> 2304 5 Both the A and P arguments 102A-5 amh #> 2459 2 No zero realization 103A-2 amh #> 2625 4 Zero in all 3sg forms 103A-4 aeg #> 2950 2 A precedes P 104A-2 aeg #> 2976 2 A precedes P 104A-2 amh #> 3224 1 Indirect-object construction 105A-1 tig #> 3285 2 Double-object construction 105A-2 amh #> 3447 4 Mixed 105A-4 aeg #> 3561 2 Distinct from reflexive 106A-2 aeg #> 3693 1 Present 107A-1 amh #> 3694 1 Present 107A-1 aeg #> 4143 3 No antipassive 108A-3 aeg #> 4174 3 No antipassive 108A-3 chh #> 4268 4 no antipassive 108B-4 chh #> 4379 4 no antipassive 108B-4 aeg #> 4401 2 Benefactive object; only transitive 109A-2 chh #> 4515 8 No applicative construction 109A-8 aeg #> 4639 4 No other roles (= Only benefactive) 109B-4 chh #> 4663 5 No applicative construction 109B-5 aeg #> 4789 1 None 11A-1 tgr #> 4948 1 None 11A-1 soq #> 5095 1 None 11A-1 aeg #> 5131 1 None 11A-1 amh #> 5412 2 Purposive but no sequential 110A-2 aeg #> 5479 2 Morphological but no compound 111A-2 amh #> 5679 2 Morphological but no compound 111A-2 aeg #> 5903 1 Negative affix 112A-1 sod #> 5918 1 Negative affix 112A-1 tgr #> 5958 1 Negative affix 112A-1 chh #> 6410 2 Negative particle 112A-2 aeg #> 6795 6 Double negation 112A-6 tig #> 6799 6 Double negation 112A-6 amh #> 6848 6 Double negation 112A-6 amr #> 6967 1 Symmetric 113A-1 aeg #> 7431 7 Non-assignable 114A-7 aeg #> 7513 1 Predicate negation also present 115A-1 aeg #> 7951 1 Question particle 116A-1 amr #> 8012 1 Question particle 116A-1 chh #> 8140 1 Question particle 116A-1 aeg #> 8455 3 Mixture of previous two types 116A-3 amh #> 8674 1 Locational 117A-1 aeg #> 8682 1 Locational 117A-1 amh #> 9078 2 Nonverbal encoding 118A-2 aeg #> 9089 2 Nonverbal encoding 118A-2 tgr #> 9106 2 Nonverbal encoding 118A-2 amh #> 9131 2 Nonverbal encoding 118A-2 amr #> 9549 2 Identical 119A-2 amr #> 9567 2 Identical 119A-2 aeg #> 9576 2 Identical 119A-2 amh #> 9608 2 Identical 119A-2 tgr #> 9731 2 Moderately complex 12A-2 tgr #> 9937 2 Moderately complex 12A-2 amh #> 10054 3 Complex 12A-3 soq #> 10076 3 Complex 12A-3 aeg #> 10199 1 Impossible 120A-1 tgr #> 10304 1 Impossible 120A-1 amh #> 10393 2 Possible 120A-2 aeg #> 10515 2 Possible 120A-2 amr #> 10568 1 Locational 121A-1 amr #> 10572 1 Locational 121A-1 amh #> 10791 4 Gap 122A-4 aeg #> 10905 3 Pronoun-retention 123A-3 aeg #> 11129 2 Subject is expressed overtly 124A-2 aeg #> 11183 2 Subject is expressed overtly 124A-2 soq #> 11933 1 Identical 129A-1 amh #> 12066 1 Identical 129A-1 amr #> 12136 1 Identical 129A-1 tbe #> 12536 1 No tones 13A-1 soq #> 12643 1 No tones 13A-1 tgr #> 12655 1 No tones 13A-1 aeg #> 12750 1 No tones 13A-1 amh #> 13156 2 Different 130A-2 amr #> 13379 2 Different 130A-2 amh #> 13432 2 Different 130A-2 tbe #> 13766 1 Decimal 131A-1 amh #> 13797 1 Decimal 131A-1 aeg #> 14435 1 No M-T pronouns 136A-1 aeg #> 14558 1 No M-T pronouns 136A-1 amh #> 14703 1 No m in first person singular 136B-1 amh #> 14719 1 No m in first person singular 136B-1 aeg #> 14961 1 No N-M pronouns 137A-1 amh #> 15023 1 No N-M pronouns 137A-1 aeg #> 15136 1 No m in second person singular 137B-1 amh #> 15185 1 No m in second person singular 137B-1 aeg #> 15324 1 Words derived from Sinitic cha 138A-1 amh #> 15380 1 Words derived from Sinitic cha 138A-1 aeg #> 15617 1 No fixed stress 14A-1 ael #> 15691 1 No fixed stress 14A-1 aeg #> 15725 1 No fixed stress 14A-1 ahs #> 16170 1 Logical meanings 142A-1 amr #> 16176 1 Logical meanings 142A-1 atu #> 16820 14 ObligDoubleNeg 143A-14 tig #> 16837 14 ObligDoubleNeg 143A-14 amh #> 16842 14 ObligDoubleNeg 143A-14 amr #> 17005 15 OptDoubleNeg 143A-15 aeg #> 17195 3 [Neg-V] 143A-3 chh #> 17219 3 [Neg-V] 143A-3 sod #> 17313 3 [Neg-V] 143A-3 tgr #> 17688 4 [Neg-V-Neg] 143B-4 amh #> 17690 4 [Neg-V-Neg] 143B-4 tig #> 17699 4 [Neg-V-Neg] 143B-4 amr #> 17737 14 NegV/[Neg-V-Neg] 143C-14 aeg #> 18517 2 [Neg-V] 143E-2 tig #> 18580 2 [Neg-V] 143E-2 sod #> 18610 2 [Neg-V] 143E-2 amr #> 18669 2 [Neg-V] 143E-2 tgr #> 18706 2 [Neg-V] 143E-2 amh #> 18714 2 [Neg-V] 143E-2 chh #> 18733 3 NegV&[Neg-V] 143E-3 aeg #> 19445 2 [V-Neg] 143F-2 amh #> 19451 2 [V-Neg] 143F-2 amr #> 19475 2 [V-Neg] 143F-2 aeg #> 19664 2 [V-Neg] 143F-2 tig #> 19917 4 None 143F-4 tgr #> 19995 4 None 143F-4 chh #> 20092 4 None 143F-4 sod #> 20544 4 None 143G-4 amh #> 20553 4 None 143G-4 tgr #> 20614 4 None 143G-4 sod #> 21162 4 None 143G-4 amr #> 21221 4 None 143G-4 chh #> 21577 4 None 143G-4 aeg #> 21578 4 None 143G-4 tig #> 21926 18 ObligDoubleNeg 144A-18 tig #> 21935 18 ObligDoubleNeg 144A-18 amr #> 21957 18 ObligDoubleNeg 144A-18 amh #> 22037 19 OptDoubleNeg 144A-19 aeg #> 22225 20 MorphNeg 144A-20 sod #> 22303 20 MorphNeg 144A-20 chh #> 22443 20 MorphNeg 144A-20 tgr #> 23134 3 Immed preverbal 144B-3 aeg #> 23766 15 OptNeg 144D-15 aeg #> 24182 15 SNeg[V-Neg]O/S[Neg-V-Neg]O 144G-15 aeg #> 24439 4 No NegSVO 144H-4 aeg #> 24903 7 Type 1 / Type 2 144I-7 aeg #> 25105 6 Suffix&OnlyWithAnotherNeg 144J-6 aeg #> 25689 4 No SVONeg 144K-4 aeg #> 26066 16 ObligDoubleNeg 144L-16 tig #> 26079 16 ObligDoubleNeg 144L-16 amh #> 26363 5 SO[Neg-V] 144L-5 chh #> 26370 5 SO[Neg-V] 144L-5 sod #> 26372 5 SO[Neg-V] 144L-5 tgr #> 26603 6 SO[Neg-V-Neg] 144N-6 tig #> 26605 6 SO[Neg-V-Neg] 144N-6 amh #> 26729 4 No NegSOV 144P-4 tig #> 26809 4 No NegSOV 144P-4 amh #> 26906 4 No NegSOV 144P-4 tgr #> 26941 4 No NegSOV 144P-4 chh #> 27038 4 No NegSOV 144P-4 sod #> 27091 4 No SNegOV 144Q-4 tig #> 27104 4 No SNegOV 144Q-4 chh #> 27315 4 No SNegOV 144Q-4 amh #> 27365 4 No SNegOV 144Q-4 tgr #> 27394 4 No SNegOV 144Q-4 sod #> 27532 2 Prefix&NoDoubleNeg 144R-2 sod #> 27550 2 Prefix&NoDoubleNeg 144R-2 tgr #> 27569 2 Prefix&NoDoubleNeg 144R-2 chh #> 27608 6 Prefix&OnlyWithAnotherNeg 144R-6 amh #> 27612 6 Prefix&OnlyWithAnotherNeg 144R-6 tig #> 27985 11 NoSOVNeg 144S-11 tgr #> 28013 11 NoSOVNeg 144S-11 sod #> 28091 11 NoSOVNeg 144S-11 chh #> 28330 6 Suffix&OnlyWithAnotherNeg 144S-6 tig #> 28341 6 Suffix&OnlyWithAnotherNeg 144S-6 amh #> 28435 22 ObligDoubleNeg 144T-22 amr #> 28521 6 VS & VO & [Neg-V-Neg] 144U-6 amr #> 28664 6 Prefix&OnlyWithAnotherNeg 144V-6 amr #> 28687 4 Suffix&OnlyWithAnotherNeg 144W-4 amr #> 28884 4 No clause-final neg 144X-4 amr #> 29108 4 Right-oriented: One of the last three 15A-4 ael #> 29111 4 Right-oriented: One of the last three 15A-4 aeg #> 29143 5 Unbounded: Stress can be anywhere 15A-5 ahs #> 29966 7 Combined 16A-7 ael #> 29978 7 Combined 16A-7 aeg #> 29986 7 Combined 16A-7 ahs #> 30146 1 Trochaic 17A-1 aeg #> 30169 2 Iambic 17A-2 ael #> 30428 1 All present 18A-1 soq #> 30492 1 All present 18A-1 aeg #> 30725 1 All present 18A-1 amh #> 30795 1 All present 18A-1 tgr #> 31313 1 None 19A-1 amh #> 31391 4 Pharyngeals 19A-4 soq #> 31397 4 Pharyngeals 19A-4 tgr #> 31404 4 Pharyngeals 19A-4 aeg #> 31559 2 Average (5-6) 2A-2 tgr #> 31628 2 Average (5-6) 2A-2 soq #> 31700 2 Average (5-6) 2A-2 aeg #> 31941 3 Large (7-14) 2A-3 amh #> 32167 6 Ablaut/concatenative 20A-6 aeg #> 32283 5 No case 21A-5 aeg #> 32491 3 TAM+agreement+diathesis 21B-3 aeg #> 32590 4 6-7 categories per word 22A-4 aeg #> 32877 4 No marking 23A-4 aeg #> 33097 4 No marking 24A-4 aeg #> 33333 5 Inconsistent or other 25A-5 aeg #> 33567 2 Non-zero marking 25B-2 aeg #> 34159 3 Weakly suffixing 26A-3 amr #> 34197 3 Weakly suffixing 26A-3 amh #> 34228 3 Weakly suffixing 26A-3 tgr #> 34252 3 Weakly suffixing 26A-3 aeg #> 34296 4 Equal prefixing and suffixing 26A-4 chh #> 34568 1 Productive full and partial reduplication 27A-1 amh #> 34597 1 Productive full and partial reduplication 27A-1 tig #> 34704 1 Productive full and partial reduplication 27A-1 hrr #> 34746 1 Productive full and partial reduplication 27A-1 chh #> 34756 1 Productive full and partial reduplication 27A-1 tgr #> 34762 1 Productive full and partial reduplication 27A-1 muh #> 34818 1 Productive full and partial reduplication 27A-1 aeg #> 34993 1 No case marking 28A-1 aeg #> 35187 2 Syncretic 29A-2 aeg #> 35734 4 Moderately high 3A-4 soq #> 35752 4 Moderately high 3A-4 aeg #> 35780 4 Moderately high 3A-4 amh #> 35789 4 Moderately high 3A-4 tgr #> 36040 2 Two 30A-2 amh #> 36051 2 Two 30A-2 aeg #> 36082 2 Two 30A-2 tgr #> 36313 2 Sex-based 31A-2 amh #> 36358 2 Sex-based 31A-2 tgr #> 36367 2 Sex-based 31A-2 aeg #> 36615 3 Semantic and formal 32A-3 amh #> 36640 3 Semantic and formal 32A-3 tgr #> 36643 3 Semantic and formal 32A-3 aeg #> 37285 2 Plural suffix 33A-2 tig #> 37289 2 Plural suffix 33A-2 amh #> 37323 6 Mixed morphological plural 33A-6 tgr #> 37324 6 Mixed morphological plural 33A-6 aeg #> 37331 6 Mixed morphological plural 33A-6 amr #> 37655 9 No plural 33A-9 chh #> 37885 6 All nouns, always obligatory 34A-6 aeg #> 37899 6 All nouns, always obligatory 34A-6 soq #> 37995 6 All nouns, always obligatory 34A-6 tig #> 38103 4 Person-number stem 35A-4 aeg #> 38121 4 Person-number stem 35A-4 amh #> 38383 2 Unique affixal associative plural 36A-2 amh #> 38481 4 No associative plural 36A-4 aeg #> 38575 1 Definite word distinct from demonstrative 37A-1 tgr #> 38678 1 Definite word distinct from demonstrative 37A-1 amh #> 38790 2 Demonstrative word used as definite article 37A-2 chh #> 38791 2 Demonstrative word used as definite article 37A-2 tig #> 38866 3 Definite affix 37A-3 amr #> 38873 3 Definite affix 37A-3 aeg #> 39242 2 Indefinite word same as 'one' 38A-2 tgr #> 39244 2 Indefinite word same as 'one' 38A-2 amh #> 39261 2 Indefinite word same as 'one' 38A-2 chh #> 39264 2 Indefinite word same as 'one' 38A-2 tig #> 39357 3 Indefinite affix 38A-3 amr #> 39407 4 No indefinite, but definite article 38A-4 aeg #> 39760 3 No inclusive/exclusive 39A-3 aeg #> 40295 2 In plosives alone 4A-2 amh #> 40389 4 In both plosives and fricatives 4A-4 aeg #> 40396 4 In both plosives and fricatives 4A-4 tgr #> 40414 4 In both plosives and fricatives 4A-4 soq #> 40596 3 No inclusive/exclusive 40A-3 aeg #> 40743 2 Two-way contrast 41A-2 aeg #> 40972 1 Identical 42A-1 aeg #> 41332 5 Related by gender markers 43A-5 aeg #> 41368 1 In 3rd person + 1st and/or 2nd person 44A-1 amh #> 41382 1 In 3rd person + 1st and/or 2nd person 44A-1 aeg #> 41841 1 No politeness distinction 45A-1 aeg #> 42154 2 Generic-noun-based 46A-2 aeg #> 42321 1 Identical 47A-1 amh #> 42753 3 Pronouns only 48A-3 amh #> 42758 3 Pronouns only 48A-3 aeg #> 42898 1 No morphological case-marking 49A-1 aeg #> 42923 2 2 cases 49A-2 amh #> 43392 2 None missing in /p t k b d g/ 5A-2 amh #> 43598 3 Missing /p/ 5A-3 tgr #> 43609 3 Missing /p/ 5A-3 aeg #> 43610 3 Missing /p/ 5A-3 soq #> 43653 1 No case-marking 50A-1 aeg #> 43764 2 Symmetrical 50A-2 amh #> 43998 1 Case suffixes 51A-1 amh #> 44547 7 Prepositional clitics 51A-7 tig #> 44586 9 No case affixes or adpositional clitics 51A-9 amr #> 44599 9 No case affixes or adpositional clitics 51A-9 aeg #> 44837 9 No case affixes or adpositional clitics 51A-9 tgr #> 45089 2 Differentiation 52A-2 aeg #> 45495 6 First, two-th, three-th 53A-6 aeg #> 45522 7 First, second, three-th 53A-7 amr #> 45642 1 No distributive numerals 54A-1 aeg #> 45680 2 Marked by reduplication 54A-2 amh #> 45851 1 Absent 55A-1 amh #> 45980 1 Absent 55A-1 amr #> 46068 1 Absent 55A-1 aeg #> 46251 1 Formally different 56A-1 amr #> 46327 3 Formally similar, with interrogative 56A-3 arn #> 46650 2 Possessive suffixes 57A-2 amr #> 46739 2 Possessive suffixes 57A-2 tig #> 46794 2 Possessive suffixes 57A-2 amh #> 46805 2 Possessive suffixes 57A-2 chh #> 46860 2 Possessive suffixes 57A-2 aeg #> 46905 2 Possessive suffixes 57A-2 sod #> 46954 2 Possessive suffixes 57A-2 tgr #> 47341 2 Absent 58A-2 aeg #> 47437 2 Absent 58A-2 amh #> 47510 1 None reported 58B-1 aeg #> 47567 1 None reported 58B-1 amh #> 47777 1 No possessive classification 59A-1 aeg #> 47828 1 No possessive classification 59A-1 amh #> 47989 1 None 6A-1 amh #> 48127 1 None 6A-1 tgr #> 48292 1 None 6A-1 soq #> 48515 4 Uvular stops and continuants 6A-4 aeg #> 48741 2 Without marking 61A-2 amr #> 48859 2 Possessive-Accusative 62A-2 amh #> 48913 6 Mixed 62A-6 aeg #> 48992 1 'And' different from 'with' 63A-1 amh #> 49072 1 'And' different from 'with' 63A-1 tgr #> 49080 1 'And' different from 'with' 63A-1 aeg #> 49354 1 Identity 64A-1 aeg #> 49428 2 Differentiation 64A-2 tig #> 49542 1 Grammatical marking 65A-1 aeg #> 49616 1 Grammatical marking 65A-1 atu #> 49629 2 No grammatical marking 65A-2 tgr #> 49733 2 No grammatical marking 65A-2 amh #> 49737 2 No grammatical marking 65A-2 tig #> 49753 1 Present, no remoteness distinctions 66A-1 tgr #> 49757 1 Present, no remoteness distinctions 66A-1 atu #> 49808 1 Present, no remoteness distinctions 66A-1 tig #> 49815 1 Present, no remoteness distinctions 66A-1 aeg #> 49827 1 Present, no remoteness distinctions 66A-1 amh #> 49968 1 Inflectional future exists 67A-1 tig #> 50055 1 Inflectional future exists 67A-1 aeg #> 50127 2 No inflectional future 67A-2 tgr #> 50174 2 No inflectional future 67A-2 amh #> 50181 2 No inflectional future 67A-2 atu #> 50230 3 Other perfect 68A-3 tgr #> 50286 3 Other perfect 68A-3 amh #> 50298 4 No perfect 68A-4 tig #> 50367 4 No perfect 68A-4 aeg #> 50375 4 No perfect 68A-4 atu #> 51276 4 Mixed type 69A-4 sod #> 51295 4 Mixed type 69A-4 chh #> 51317 4 Mixed type 69A-4 amh #> 51333 4 Mixed type 69A-4 aeg #> 51339 4 Mixed type 69A-4 amr #> 51773 1 No glottalized consonants 7A-1 aeg #> 51967 2 Ejectives only 7A-2 tgr #> 51993 2 Ejectives only 7A-2 amh #> 52075 6 Ejectives and glottalized resonants 7A-6 soq #> 52137 1 Second singular and second plural 70A-1 tgr #> 52246 1 Second singular and second plural 70A-1 amh #> 52304 1 Second singular and second plural 70A-1 abb #> 52345 1 Second singular and second plural 70A-1 aeg #> 52350 1 Second singular and second plural 70A-1 amr #> 52963 3 Special imperative + normal negative 71A-3 amr #> 52966 3 Special imperative + normal negative 71A-3 tgr #> 52975 3 Special imperative + normal negative 71A-3 abb #> 52989 3 Special imperative + normal negative 71A-3 aeg #> 53021 4 Special imperative + special negative 71A-4 amh #> 53364 4 Neither type of system 72A-4 amh #> 53368 4 Neither type of system 72A-4 aeg #> 53421 4 Neither type of system 72A-4 amr #> 53512 4 Neither type of system 72A-4 tgr #> 53607 2 Inflectional optative absent 73A-2 aeg #> 53826 2 Inflectional optative absent 73A-2 amr #> 53835 2 Inflectional optative absent 73A-2 tgr #> 53955 2 Verbal constructions 74A-2 aeg #> 53992 2 Verbal constructions 74A-2 amr #> 54028 2 Verbal constructions 74A-2 amh #> 54040 2 Verbal constructions 74A-2 tgr #> 54113 1 Verbal constructions 75A-1 amr #> 54119 1 Verbal constructions 75A-1 aeg #> 54123 1 Verbal constructions 75A-1 amh #> 54255 3 Other 75A-3 tgr #> 54334 1 Overlap for both possibility and necessity 76A-1 aeg #> 54389 2 Overlap for either possibility or necessity 76A-2 amr #> 54452 3 No overlap 76A-3 amh #> 54457 3 No overlap 76A-3 tgr #> 54589 1 No grammatical evidentials 77A-1 aeg #> 55084 1 No grammatical evidentials 78A-1 aeg #> 55442 4 None 79A-4 amr #> 55533 4 None 79A-4 aeg #> 55535 4 None 79A-4 atu #> 55557 2 Imperative 79B-2 aeg #> 55567 2 Imperative 79B-2 amr #> 55571 2 Imperative 79B-2 atu #> 55918 2 /l/, no obstruent laterals 8A-2 soq #> 56008 2 /l/, no obstruent laterals 8A-2 tgr #> 56092 2 /l/, no obstruent laterals 8A-2 amh #> 56140 2 /l/, no obstruent laterals 8A-2 aeg #> 56318 1 None 80A-1 aeg #> 56420 1 None 80A-1 atu #> 56451 1 None 80A-1 amr #> 56580 1 SOV 81A-1 amh #> 56635 1 SOV 81A-1 tig #> 56709 1 SOV 81A-1 sod #> 56753 1 SOV 81A-1 chh #> 56867 1 SOV 81A-1 tgr #> 57378 2 SVO 81A-2 aeg #> 58376 1 SV 82A-1 chh #> 58446 1 SV 82A-1 amh #> 58651 1 SV 82A-1 sod #> 58835 1 SV 82A-1 tgr #> 58858 1 SV 82A-1 aeg #> 59131 1 SV 82A-1 tig #> 59214 2 VS 82A-2 amr #> 59448 1 OV 83A-1 amh #> 59687 1 OV 83A-1 chh #> 59988 1 OV 83A-1 sod #> 60097 1 OV 83A-1 tig #> 60126 1 OV 83A-1 tgr #> 60287 2 VO 83A-2 amr #> 60344 2 VO 83A-2 aeg #> 61022 1 VOX 84A-1 aeg #> 61197 3 XOV 84A-3 chh #> 62209 2 Prepositions 85A-2 amr #> 62333 2 Prepositions 85A-2 tgr #> 62428 2 Prepositions 85A-2 aeg #> 62541 2 Prepositions 85A-2 tig #> 62582 4 No dominant order 85A-4 amh #> 62592 4 No dominant order 85A-4 chh #> 62607 4 No dominant order 85A-4 sod #> 62839 1 Genitive-Noun 86A-1 chh #> 62927 1 Genitive-Noun 86A-1 sod #> 63224 1 Genitive-Noun 86A-1 amh #> 63513 2 Noun-Genitive 86A-2 tgr #> 63604 2 Noun-Genitive 86A-2 amr #> 63670 2 Noun-Genitive 86A-2 aeg #> 63798 3 No dominant order 86A-3 tig #> 64138 1 Adjective-Noun 87A-1 tig #> 64207 1 Adjective-Noun 87A-1 sod #> 64246 1 Adjective-Noun 87A-1 tgr #> 64253 1 Adjective-Noun 87A-1 amh #> 64264 1 Adjective-Noun 87A-1 chh #> 64562 2 Noun-Adjective 87A-2 aeg #> 64626 2 Noun-Adjective 87A-2 amr #> 65287 1 Demonstrative-Noun 88A-1 amh #> 65464 1 Demonstrative-Noun 88A-1 tig #> 65726 1 Demonstrative-Noun 88A-1 amr #> 66052 2 Noun-Demonstrative 88A-2 chh #> 66230 2 Noun-Demonstrative 88A-2 aeg #> 66425 6 Mixed 88A-6 tgr #> 66665 1 Numeral-Noun 89A-1 tgr #> 66684 1 Numeral-Noun 89A-1 amr #> 66830 1 Numeral-Noun 89A-1 amh #> 66931 1 Numeral-Noun 89A-1 chh #> 67569 3 No dominant order 89A-3 aeg #> 67890 3 No velar nasal 9A-3 soq #> 68021 3 No velar nasal 9A-3 amh #> 68032 3 No velar nasal 9A-3 amr #> 68061 3 No velar nasal 9A-3 aeg #> 68086 3 No velar nasal 9A-3 sod #> 68097 3 No velar nasal 9A-3 chh #> 68549 1 Noun-Relative clause 90A-1 aeg #> 68602 1 Noun-Relative clause 90A-1 amr #> 68694 2 Relative clause-Noun 90A-2 tgr #> 68745 2 Relative clause-Noun 90A-2 chh #> 68819 2 Relative clause-Noun 90A-2 amh #> 69008 1 Relative clause-Noun (RelN) dominant 90B-1 tgr #> 69024 1 Relative clause-Noun (RelN) dominant 90B-1 chh #> 69057 1 Relative clause-Noun (RelN) dominant 90B-1 amh #> 69147 1 Noun-Relative clause (NRel) dominant 90C-1 amr #> 69174 1 Noun-Relative clause (NRel) dominant 90C-1 aeg #> 70150 2 Adjective-Degree word 91A-2 aeg #> 70240 2 Adjective-Degree word 91A-2 amr #> 70369 1 Initial 92A-1 amr #> 70394 1 Initial 92A-1 aeg #> 70481 2 Final 92A-2 chh #> 71279 1 Initial interrogative phrase 93A-1 tig #> 71535 2 Not initial interrogative phrase 93A-2 tgr #> 71946 2 Not initial interrogative phrase 93A-2 amh #> 72066 2 Not initial interrogative phrase 93A-2 aeg #> 72283 1 Initial subordinator word 94A-1 aeg #> 72370 1 Initial subordinator word 94A-1 amr #> 72581 2 Final subordinator word 94A-2 amh #> 72693 5 Mixed 94A-5 tgr #> 72708 5 Mixed 94A-5 sod #> 73249 2 OV and Prepositions 95A-2 tig #> 73252 2 OV and Prepositions 95A-2 tgr #> 73587 4 VO and Prepositions 95A-4 amr #> 73673 4 VO and Prepositions 95A-4 aeg #> 73754 5 Other 95A-5 amh #> 73826 5 Other 95A-5 sod #> 73879 5 Other 95A-5 chh #> 73925 1 OV and RelN 96A-1 tgr #> 74022 1 OV and RelN 96A-1 amh #> 74036 1 OV and RelN 96A-1 chh #> 74251 4 VO and NRel 96A-4 aeg #> 74394 4 VO and NRel 96A-4 amr #> 74794 1 OV and AdjN 97A-1 tig #> 74816 1 OV and AdjN 97A-1 amh #> 74860 1 OV and AdjN 97A-1 sod #> 74897 1 OV and AdjN 97A-1 tgr #> 74941 1 OV and AdjN 97A-1 chh #> 75527 4 VO and NAdj 97A-4 aeg #> 75590 4 VO and NAdj 97A-4 amr #> 76109 1 Neutral 98A-1 aeg #> 76309 1 Neutral 99A-1 aeg #> iso_code glottocode language family genus #> 461 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 464 amh amha1245 Amharic Afro-Asiatic Semitic #> 479 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 497 tig tigr1270 Tigré Afro-Asiatic Semitic #> 692 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 1009 amh amha1245 Amharic Afro-Asiatic Semitic #> 1073 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 1311 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 1521 sgw seba1251 Chaha Afro-Asiatic Semitic #> 1557 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 1576 amh amha1245 Amharic Afro-Asiatic Semitic #> 1726 tig tigr1270 Tigré Afro-Asiatic Semitic #> 2133 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 2304 amh amha1245 Amharic Afro-Asiatic Semitic #> 2459 amh amha1245 Amharic Afro-Asiatic Semitic #> 2625 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 2950 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 2976 amh amha1245 Amharic Afro-Asiatic Semitic #> 3224 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 3285 amh amha1245 Amharic Afro-Asiatic Semitic #> 3447 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 3561 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 3693 amh amha1245 Amharic Afro-Asiatic Semitic #> 3694 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 4143 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 4174 sgw seba1251 Chaha Afro-Asiatic Semitic #> 4268 sgw seba1251 Chaha Afro-Asiatic Semitic #> 4379 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 4401 sgw seba1251 Chaha Afro-Asiatic Semitic #> 4515 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 4639 sgw seba1251 Chaha Afro-Asiatic Semitic #> 4663 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 4789 tig tigr1270 Tigré Afro-Asiatic Semitic #> 4948 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 5095 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 5131 amh amha1245 Amharic Afro-Asiatic Semitic #> 5412 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 5479 amh amha1245 Amharic Afro-Asiatic Semitic #> 5679 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 5903 gru kist1241 Soddo Afro-Asiatic Semitic #> 5918 tig tigr1270 Tigré Afro-Asiatic Semitic #> 5958 sgw seba1251 Chaha Afro-Asiatic Semitic #> 6410 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 6795 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 6799 amh amha1245 Amharic Afro-Asiatic Semitic #> 6848 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 6967 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 7431 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 7513 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 7951 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 8012 sgw seba1251 Chaha Afro-Asiatic Semitic #> 8140 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 8455 amh amha1245 Amharic Afro-Asiatic Semitic #> 8674 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 8682 amh amha1245 Amharic Afro-Asiatic Semitic #> 9078 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 9089 tig tigr1270 Tigré Afro-Asiatic Semitic #> 9106 amh amha1245 Amharic Afro-Asiatic Semitic #> 9131 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 9549 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 9567 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 9576 amh amha1245 Amharic Afro-Asiatic Semitic #> 9608 tig tigr1270 Tigré Afro-Asiatic Semitic #> 9731 tig tigr1270 Tigré Afro-Asiatic Semitic #> 9937 amh amha1245 Amharic Afro-Asiatic Semitic #> 10054 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 10076 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 10199 tig tigr1270 Tigré Afro-Asiatic Semitic #> 10304 amh amha1245 Amharic Afro-Asiatic Semitic #> 10393 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 10515 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 10568 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 10572 amh amha1245 Amharic Afro-Asiatic Semitic #> 10791 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 10905 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 11129 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 11183 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 11933 amh amha1245 Amharic Afro-Asiatic Semitic #> 12066 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 12136 tig tigr1270 Tigré (Beni Amer) Afro-Asiatic Semitic #> 12536 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 12643 tig tigr1270 Tigré Afro-Asiatic Semitic #> 12655 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 12750 amh amha1245 Amharic Afro-Asiatic Semitic #> 13156 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 13379 amh amha1245 Amharic Afro-Asiatic Semitic #> 13432 tig tigr1270 Tigré (Beni Amer) Afro-Asiatic Semitic #> 13766 amh amha1245 Amharic Afro-Asiatic Semitic #> 13797 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 14435 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 14558 amh amha1245 Amharic Afro-Asiatic Semitic #> 14703 amh amha1245 Amharic Afro-Asiatic Semitic #> 14719 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 14961 amh amha1245 Amharic Afro-Asiatic Semitic #> 15023 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 15136 amh amha1245 Amharic Afro-Asiatic Semitic #> 15185 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 15324 amh amha1245 Amharic Afro-Asiatic Semitic #> 15380 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 15617 ayl liby1240 Arabic (Eastern Libyan) Afro-Asiatic Semitic #> 15691 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 15725 mey hass1238 Arabic (Bani-Hassan) Afro-Asiatic Semitic #> 16170 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 16176 aeb tuni1259 Arabic (Tunisian) Afro-Asiatic Semitic #> 16820 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 16837 amh amha1245 Amharic Afro-Asiatic Semitic #> 16842 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 17005 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 17195 sgw seba1251 Chaha Afro-Asiatic Semitic #> 17219 gru kist1241 Soddo Afro-Asiatic Semitic #> 17313 tig tigr1270 Tigré Afro-Asiatic Semitic #> 17688 amh amha1245 Amharic Afro-Asiatic Semitic #> 17690 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 17699 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 17737 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 18517 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 18580 gru kist1241 Soddo Afro-Asiatic Semitic #> 18610 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 18669 tig tigr1270 Tigré Afro-Asiatic Semitic #> 18706 amh amha1245 Amharic Afro-Asiatic Semitic #> 18714 sgw seba1251 Chaha Afro-Asiatic Semitic #> 18733 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 19445 amh amha1245 Amharic Afro-Asiatic Semitic #> 19451 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 19475 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 19664 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 19917 tig tigr1270 Tigré Afro-Asiatic Semitic #> 19995 sgw seba1251 Chaha Afro-Asiatic Semitic #> 20092 gru kist1241 Soddo Afro-Asiatic Semitic #> 20544 amh amha1245 Amharic Afro-Asiatic Semitic #> 20553 tig tigr1270 Tigré Afro-Asiatic Semitic #> 20614 gru kist1241 Soddo Afro-Asiatic Semitic #> 21162 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 21221 sgw seba1251 Chaha Afro-Asiatic Semitic #> 21577 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 21578 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 21926 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 21935 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 21957 amh amha1245 Amharic Afro-Asiatic Semitic #> 22037 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 22225 gru kist1241 Soddo Afro-Asiatic Semitic #> 22303 sgw seba1251 Chaha Afro-Asiatic Semitic #> 22443 tig tigr1270 Tigré Afro-Asiatic Semitic #> 23134 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 23766 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 24182 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 24439 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 24903 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 25105 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 25689 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 26066 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 26079 amh amha1245 Amharic Afro-Asiatic Semitic #> 26363 sgw seba1251 Chaha Afro-Asiatic Semitic #> 26370 gru kist1241 Soddo Afro-Asiatic Semitic #> 26372 tig tigr1270 Tigré Afro-Asiatic Semitic #> 26603 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 26605 amh amha1245 Amharic Afro-Asiatic Semitic #> 26729 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 26809 amh amha1245 Amharic Afro-Asiatic Semitic #> 26906 tig tigr1270 Tigré Afro-Asiatic Semitic #> 26941 sgw seba1251 Chaha Afro-Asiatic Semitic #> 27038 gru kist1241 Soddo Afro-Asiatic Semitic #> 27091 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 27104 sgw seba1251 Chaha Afro-Asiatic Semitic #> 27315 amh amha1245 Amharic Afro-Asiatic Semitic #> 27365 tig tigr1270 Tigré Afro-Asiatic Semitic #> 27394 gru kist1241 Soddo Afro-Asiatic Semitic #> 27532 gru kist1241 Soddo Afro-Asiatic Semitic #> 27550 tig tigr1270 Tigré Afro-Asiatic Semitic #> 27569 sgw seba1251 Chaha Afro-Asiatic Semitic #> 27608 amh amha1245 Amharic Afro-Asiatic Semitic #> 27612 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 27985 tig tigr1270 Tigré Afro-Asiatic Semitic #> 28013 gru kist1241 Soddo Afro-Asiatic Semitic #> 28091 sgw seba1251 Chaha Afro-Asiatic Semitic #> 28330 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 28341 amh amha1245 Amharic Afro-Asiatic Semitic #> 28435 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 28521 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 28664 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 28687 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 28884 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 29108 ayl liby1240 Arabic (Eastern Libyan) Afro-Asiatic Semitic #> 29111 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 29143 mey hass1238 Arabic (Bani-Hassan) Afro-Asiatic Semitic #> 29966 ayl liby1240 Arabic (Eastern Libyan) Afro-Asiatic Semitic #> 29978 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 29986 mey hass1238 Arabic (Bani-Hassan) Afro-Asiatic Semitic #> 30146 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 30169 ayl liby1240 Arabic (Eastern Libyan) Afro-Asiatic Semitic #> 30428 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 30492 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 30725 amh amha1245 Amharic Afro-Asiatic Semitic #> 30795 tig tigr1270 Tigré Afro-Asiatic Semitic #> 31313 amh amha1245 Amharic Afro-Asiatic Semitic #> 31391 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 31397 tig tigr1270 Tigré Afro-Asiatic Semitic #> 31404 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 31559 tig tigr1270 Tigré Afro-Asiatic Semitic #> 31628 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 31700 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 31941 amh amha1245 Amharic Afro-Asiatic Semitic #> 32167 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 32283 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 32491 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 32590 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 32877 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 33097 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 33333 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 33567 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 34159 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 34197 amh amha1245 Amharic Afro-Asiatic Semitic #> 34228 tig tigr1270 Tigré Afro-Asiatic Semitic #> 34252 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 34296 sgw seba1251 Chaha Afro-Asiatic Semitic #> 34568 amh amha1245 Amharic Afro-Asiatic Semitic #> 34597 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 34704 har hara1271 Harari Afro-Asiatic Semitic #> 34746 sgw seba1251 Chaha Afro-Asiatic Semitic #> 34756 tig tigr1270 Tigré Afro-Asiatic Semitic #> 34762 sgw seba1251 Muher Afro-Asiatic Semitic #> 34818 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 34993 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 35187 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 35734 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 35752 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 35780 amh amha1245 Amharic Afro-Asiatic Semitic #> 35789 tig tigr1270 Tigré Afro-Asiatic Semitic #> 36040 amh amha1245 Amharic Afro-Asiatic Semitic #> 36051 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 36082 tig tigr1270 Tigré Afro-Asiatic Semitic #> 36313 amh amha1245 Amharic Afro-Asiatic Semitic #> 36358 tig tigr1270 Tigré Afro-Asiatic Semitic #> 36367 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 36615 amh amha1245 Amharic Afro-Asiatic Semitic #> 36640 tig tigr1270 Tigré Afro-Asiatic Semitic #> 36643 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 37285 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 37289 amh amha1245 Amharic Afro-Asiatic Semitic #> 37323 tig tigr1270 Tigré Afro-Asiatic Semitic #> 37324 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 37331 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 37655 sgw seba1251 Chaha Afro-Asiatic Semitic #> 37885 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 37899 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 37995 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 38103 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 38121 amh amha1245 Amharic Afro-Asiatic Semitic #> 38383 amh amha1245 Amharic Afro-Asiatic Semitic #> 38481 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 38575 tig tigr1270 Tigré Afro-Asiatic Semitic #> 38678 amh amha1245 Amharic Afro-Asiatic Semitic #> 38790 sgw seba1251 Chaha Afro-Asiatic Semitic #> 38791 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 38866 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 38873 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 39242 tig tigr1270 Tigré Afro-Asiatic Semitic #> 39244 amh amha1245 Amharic Afro-Asiatic Semitic #> 39261 sgw seba1251 Chaha Afro-Asiatic Semitic #> 39264 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 39357 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 39407 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 39760 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 40295 amh amha1245 Amharic Afro-Asiatic Semitic #> 40389 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 40396 tig tigr1270 Tigré Afro-Asiatic Semitic #> 40414 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 40596 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 40743 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 40972 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 41332 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 41368 amh amha1245 Amharic Afro-Asiatic Semitic #> 41382 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 41841 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 42154 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 42321 amh amha1245 Amharic Afro-Asiatic Semitic #> 42753 amh amha1245 Amharic Afro-Asiatic Semitic #> 42758 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 42898 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 42923 amh amha1245 Amharic Afro-Asiatic Semitic #> 43392 amh amha1245 Amharic Afro-Asiatic Semitic #> 43598 tig tigr1270 Tigré Afro-Asiatic Semitic #> 43609 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 43610 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 43653 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 43764 amh amha1245 Amharic Afro-Asiatic Semitic #> 43998 amh amha1245 Amharic Afro-Asiatic Semitic #> 44547 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 44586 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 44599 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 44837 tig tigr1270 Tigré Afro-Asiatic Semitic #> 45089 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 45495 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 45522 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 45642 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 45680 amh amha1245 Amharic Afro-Asiatic Semitic #> 45851 amh amha1245 Amharic Afro-Asiatic Semitic #> 45980 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 46068 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 46251 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 46327 shu chad1249 Arabic (Borno Nigerian) Afro-Asiatic Semitic #> 46650 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 46739 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 46794 amh amha1245 Amharic Afro-Asiatic Semitic #> 46805 sgw seba1251 Chaha Afro-Asiatic Semitic #> 46860 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 46905 gru kist1241 Soddo Afro-Asiatic Semitic #> 46954 tig tigr1270 Tigré Afro-Asiatic Semitic #> 47341 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 47437 amh amha1245 Amharic Afro-Asiatic Semitic #> 47510 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 47567 amh amha1245 Amharic Afro-Asiatic Semitic #> 47777 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 47828 amh amha1245 Amharic Afro-Asiatic Semitic #> 47989 amh amha1245 Amharic Afro-Asiatic Semitic #> 48127 tig tigr1270 Tigré Afro-Asiatic Semitic #> 48292 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 48515 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 48741 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 48859 amh amha1245 Amharic Afro-Asiatic Semitic #> 48913 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 48992 amh amha1245 Amharic Afro-Asiatic Semitic #> 49072 tig tigr1270 Tigré Afro-Asiatic Semitic #> 49080 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 49354 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 49428 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 49542 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 49616 aeb tuni1259 Arabic (Tunisian) Afro-Asiatic Semitic #> 49629 tig tigr1270 Tigré Afro-Asiatic Semitic #> 49733 amh amha1245 Amharic Afro-Asiatic Semitic #> 49737 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 49753 tig tigr1270 Tigré Afro-Asiatic Semitic #> 49757 aeb tuni1259 Arabic (Tunisian) Afro-Asiatic Semitic #> 49808 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 49815 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 49827 amh amha1245 Amharic Afro-Asiatic Semitic #> 49968 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 50055 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 50127 tig tigr1270 Tigré Afro-Asiatic Semitic #> 50174 amh amha1245 Amharic Afro-Asiatic Semitic #> 50181 aeb tuni1259 Arabic (Tunisian) Afro-Asiatic Semitic #> 50230 tig tigr1270 Tigré Afro-Asiatic Semitic #> 50286 amh amha1245 Amharic Afro-Asiatic Semitic #> 50298 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 50367 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 50375 aeb tuni1259 Arabic (Tunisian) Afro-Asiatic Semitic #> 51276 gru kist1241 Soddo Afro-Asiatic Semitic #> 51295 sgw seba1251 Chaha Afro-Asiatic Semitic #> 51317 amh amha1245 Amharic Afro-Asiatic Semitic #> 51333 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 51339 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 51773 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 51967 tig tigr1270 Tigré Afro-Asiatic Semitic #> 51993 amh amha1245 Amharic Afro-Asiatic Semitic #> 52075 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 52137 tig tigr1270 Tigré Afro-Asiatic Semitic #> 52246 amh amha1245 Amharic Afro-Asiatic Semitic #> 52304 shu chad1249 Arabic (Chadian) Afro-Asiatic Semitic #> 52345 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 52350 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 52963 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 52966 tig tigr1270 Tigré Afro-Asiatic Semitic #> 52975 shu chad1249 Arabic (Chadian) Afro-Asiatic Semitic #> 52989 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 53021 amh amha1245 Amharic Afro-Asiatic Semitic #> 53364 amh amha1245 Amharic Afro-Asiatic Semitic #> 53368 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 53421 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 53512 tig tigr1270 Tigré Afro-Asiatic Semitic #> 53607 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 53826 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 53835 tig tigr1270 Tigré Afro-Asiatic Semitic #> 53955 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 53992 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 54028 amh amha1245 Amharic Afro-Asiatic Semitic #> 54040 tig tigr1270 Tigré Afro-Asiatic Semitic #> 54113 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 54119 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 54123 amh amha1245 Amharic Afro-Asiatic Semitic #> 54255 tig tigr1270 Tigré Afro-Asiatic Semitic #> 54334 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 54389 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 54452 amh amha1245 Amharic Afro-Asiatic Semitic #> 54457 tig tigr1270 Tigré Afro-Asiatic Semitic #> 54589 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 55084 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 55442 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 55533 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 55535 aeb tuni1259 Arabic (Tunisian) Afro-Asiatic Semitic #> 55557 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 55567 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 55571 aeb tuni1259 Arabic (Tunisian) Afro-Asiatic Semitic #> 55918 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 56008 tig tigr1270 Tigré Afro-Asiatic Semitic #> 56092 amh amha1245 Amharic Afro-Asiatic Semitic #> 56140 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 56318 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 56420 aeb tuni1259 Arabic (Tunisian) Afro-Asiatic Semitic #> 56451 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 56580 amh amha1245 Amharic Afro-Asiatic Semitic #> 56635 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 56709 gru kist1241 Soddo Afro-Asiatic Semitic #> 56753 sgw seba1251 Chaha Afro-Asiatic Semitic #> 56867 tig tigr1270 Tigré Afro-Asiatic Semitic #> 57378 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 58376 sgw seba1251 Chaha Afro-Asiatic Semitic #> 58446 amh amha1245 Amharic Afro-Asiatic Semitic #> 58651 gru kist1241 Soddo Afro-Asiatic Semitic #> 58835 tig tigr1270 Tigré Afro-Asiatic Semitic #> 58858 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 59131 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 59214 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 59448 amh amha1245 Amharic Afro-Asiatic Semitic #> 59687 sgw seba1251 Chaha Afro-Asiatic Semitic #> 59988 gru kist1241 Soddo Afro-Asiatic Semitic #> 60097 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 60126 tig tigr1270 Tigré Afro-Asiatic Semitic #> 60287 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 60344 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 61022 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 61197 sgw seba1251 Chaha Afro-Asiatic Semitic #> 62209 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 62333 tig tigr1270 Tigré Afro-Asiatic Semitic #> 62428 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 62541 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 62582 amh amha1245 Amharic Afro-Asiatic Semitic #> 62592 sgw seba1251 Chaha Afro-Asiatic Semitic #> 62607 gru kist1241 Soddo Afro-Asiatic Semitic #> 62839 sgw seba1251 Chaha Afro-Asiatic Semitic #> 62927 gru kist1241 Soddo Afro-Asiatic Semitic #> 63224 amh amha1245 Amharic Afro-Asiatic Semitic #> 63513 tig tigr1270 Tigré Afro-Asiatic Semitic #> 63604 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 63670 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 63798 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 64138 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 64207 gru kist1241 Soddo Afro-Asiatic Semitic #> 64246 tig tigr1270 Tigré Afro-Asiatic Semitic #> 64253 amh amha1245 Amharic Afro-Asiatic Semitic #> 64264 sgw seba1251 Chaha Afro-Asiatic Semitic #> 64562 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 64626 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 65287 amh amha1245 Amharic Afro-Asiatic Semitic #> 65464 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 65726 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 66052 sgw seba1251 Chaha Afro-Asiatic Semitic #> 66230 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 66425 tig tigr1270 Tigré Afro-Asiatic Semitic #> 66665 tig tigr1270 Tigré Afro-Asiatic Semitic #> 66684 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 66830 amh amha1245 Amharic Afro-Asiatic Semitic #> 66931 sgw seba1251 Chaha Afro-Asiatic Semitic #> 67569 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 67890 sqt soqo1240 Soqotri Afro-Asiatic Semitic #> 68021 amh amha1245 Amharic Afro-Asiatic Semitic #> 68032 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 68061 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 68086 gru kist1241 Soddo Afro-Asiatic Semitic #> 68097 sgw seba1251 Chaha Afro-Asiatic Semitic #> 68549 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 68602 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 68694 tig tigr1270 Tigré Afro-Asiatic Semitic #> 68745 sgw seba1251 Chaha Afro-Asiatic Semitic #> 68819 amh amha1245 Amharic Afro-Asiatic Semitic #> 69008 tig tigr1270 Tigré Afro-Asiatic Semitic #> 69024 sgw seba1251 Chaha Afro-Asiatic Semitic #> 69057 amh amha1245 Amharic Afro-Asiatic Semitic #> 69147 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 69174 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 70150 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 70240 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 70369 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 70394 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 70481 sgw seba1251 Chaha Afro-Asiatic Semitic #> 71279 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 71535 tig tigr1270 Tigré Afro-Asiatic Semitic #> 71946 amh amha1245 Amharic Afro-Asiatic Semitic #> 72066 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 72283 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 72370 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 72581 amh amha1245 Amharic Afro-Asiatic Semitic #> 72693 tig tigr1270 Tigré Afro-Asiatic Semitic #> 72708 gru kist1241 Soddo Afro-Asiatic Semitic #> 73249 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 73252 tig tigr1270 Tigré Afro-Asiatic Semitic #> 73587 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 73673 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 73754 amh amha1245 Amharic Afro-Asiatic Semitic #> 73826 gru kist1241 Soddo Afro-Asiatic Semitic #> 73879 sgw seba1251 Chaha Afro-Asiatic Semitic #> 73925 tig tigr1270 Tigré Afro-Asiatic Semitic #> 74022 amh amha1245 Amharic Afro-Asiatic Semitic #> 74036 sgw seba1251 Chaha Afro-Asiatic Semitic #> 74251 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 74394 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 74794 tir tigr1271 Tigrinya Afro-Asiatic Semitic #> 74816 amh amha1245 Amharic Afro-Asiatic Semitic #> 74860 gru kist1241 Soddo Afro-Asiatic Semitic #> 74897 tig tigr1270 Tigré Afro-Asiatic Semitic #> 74941 sgw seba1251 Chaha Afro-Asiatic Semitic #> 75527 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 75590 ary moro1292 Arabic (Moroccan) Afro-Asiatic Semitic #> 76109 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> 76309 arz egyp1253 Arabic (Egyptian) Afro-Asiatic Semitic #> macroarea countrycodes latitude longitude in_WALS_100 in_WALS_200 #> 461 Africa YE 12.500000 54.00000 FALSE FALSE #> 464 Africa ET 10.000000 38.00000 FALSE FALSE #> 479 Africa EG 30.000000 31.00000 TRUE TRUE #> 497 Africa ER 16.500000 38.50000 FALSE FALSE #> 692 Africa EG 30.000000 31.00000 TRUE TRUE #> 1009 Africa ET 10.000000 38.00000 FALSE FALSE #> 1073 Africa EG 30.000000 31.00000 TRUE TRUE #> 1311 Africa EG 30.000000 31.00000 TRUE TRUE #> 1521 Africa ET 8.112935 37.93267 FALSE FALSE #> 1557 Africa MA 34.000000 -6.00000 FALSE FALSE #> 1576 Africa ET 10.000000 38.00000 FALSE FALSE #> 1726 Africa ER 16.500000 38.50000 FALSE FALSE #> 2133 Africa EG 30.000000 31.00000 TRUE TRUE #> 2304 Africa ET 10.000000 38.00000 FALSE FALSE #> 2459 Africa ET 10.000000 38.00000 FALSE FALSE #> 2625 Africa EG 30.000000 31.00000 TRUE TRUE #> 2950 Africa EG 30.000000 31.00000 TRUE TRUE #> 2976 Africa ET 10.000000 38.00000 FALSE FALSE #> 3224 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 3285 Africa ET 10.000000 38.00000 FALSE FALSE #> 3447 Africa EG 30.000000 31.00000 TRUE TRUE #> 3561 Africa EG 30.000000 31.00000 TRUE TRUE #> 3693 Africa ET 10.000000 38.00000 FALSE FALSE #> 3694 Africa EG 30.000000 31.00000 TRUE TRUE #> 4143 Africa EG 30.000000 31.00000 TRUE TRUE #> 4174 Africa ET 8.112935 37.93267 FALSE FALSE #> 4268 Africa ET 8.112935 37.93267 FALSE FALSE #> 4379 Africa EG 30.000000 31.00000 TRUE TRUE #> 4401 Africa ET 8.112935 37.93267 FALSE FALSE #> 4515 Africa EG 30.000000 31.00000 TRUE TRUE #> 4639 Africa ET 8.112935 37.93267 FALSE FALSE #> 4663 Africa EG 30.000000 31.00000 TRUE TRUE #> 4789 Africa ER 16.500000 38.50000 FALSE FALSE #> 4948 Africa YE 12.500000 54.00000 FALSE FALSE #> 5095 Africa EG 30.000000 31.00000 TRUE TRUE #> 5131 Africa ET 10.000000 38.00000 FALSE FALSE #> 5412 Africa EG 30.000000 31.00000 TRUE TRUE #> 5479 Africa ET 10.000000 38.00000 FALSE FALSE #> 5679 Africa EG 30.000000 31.00000 TRUE TRUE #> 5903 Africa ET 8.500000 38.50000 FALSE FALSE #> 5918 Africa ER 16.500000 38.50000 FALSE FALSE #> 5958 Africa ET 8.112935 37.93267 FALSE FALSE #> 6410 Africa EG 30.000000 31.00000 TRUE TRUE #> 6795 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 6799 Africa ET 10.000000 38.00000 FALSE FALSE #> 6848 Africa MA 34.000000 -6.00000 FALSE FALSE #> 6967 Africa EG 30.000000 31.00000 TRUE TRUE #> 7431 Africa EG 30.000000 31.00000 TRUE TRUE #> 7513 Africa EG 30.000000 31.00000 TRUE TRUE #> 7951 Africa MA 34.000000 -6.00000 FALSE FALSE #> 8012 Africa ET 8.112935 37.93267 FALSE FALSE #> 8140 Africa EG 30.000000 31.00000 TRUE TRUE #> 8455 Africa ET 10.000000 38.00000 FALSE FALSE #> 8674 Africa EG 30.000000 31.00000 TRUE TRUE #> 8682 Africa ET 10.000000 38.00000 FALSE FALSE #> 9078 Africa EG 30.000000 31.00000 TRUE TRUE #> 9089 Africa ER 16.500000 38.50000 FALSE FALSE #> 9106 Africa ET 10.000000 38.00000 FALSE FALSE #> 9131 Africa MA 34.000000 -6.00000 FALSE FALSE #> 9549 Africa MA 34.000000 -6.00000 FALSE FALSE #> 9567 Africa EG 30.000000 31.00000 TRUE TRUE #> 9576 Africa ET 10.000000 38.00000 FALSE FALSE #> 9608 Africa ER 16.500000 38.50000 FALSE FALSE #> 9731 Africa ER 16.500000 38.50000 FALSE FALSE #> 9937 Africa ET 10.000000 38.00000 FALSE FALSE #> 10054 Africa YE 12.500000 54.00000 FALSE FALSE #> 10076 Africa EG 30.000000 31.00000 TRUE TRUE #> 10199 Africa ER 16.500000 38.50000 FALSE FALSE #> 10304 Africa ET 10.000000 38.00000 FALSE FALSE #> 10393 Africa EG 30.000000 31.00000 TRUE TRUE #> 10515 Africa MA 34.000000 -6.00000 FALSE FALSE #> 10568 Africa MA 34.000000 -6.00000 FALSE FALSE #> 10572 Africa ET 10.000000 38.00000 FALSE FALSE #> 10791 Africa EG 30.000000 31.00000 TRUE TRUE #> 10905 Africa EG 30.000000 31.00000 TRUE TRUE #> 11129 Africa EG 30.000000 31.00000 TRUE TRUE #> 11183 Africa YE 12.500000 54.00000 FALSE FALSE #> 11933 Africa ET 10.000000 38.00000 FALSE FALSE #> 12066 Africa MA 34.000000 -6.00000 FALSE FALSE #> 12136 Africa ER 15.500000 38.00000 FALSE FALSE #> 12536 Africa YE 12.500000 54.00000 FALSE FALSE #> 12643 Africa ER 16.500000 38.50000 FALSE FALSE #> 12655 Africa EG 30.000000 31.00000 TRUE TRUE #> 12750 Africa ET 10.000000 38.00000 FALSE FALSE #> 13156 Africa MA 34.000000 -6.00000 FALSE FALSE #> 13379 Africa ET 10.000000 38.00000 FALSE FALSE #> 13432 Africa ER 15.500000 38.00000 FALSE FALSE #> 13766 Africa ET 10.000000 38.00000 FALSE FALSE #> 13797 Africa EG 30.000000 31.00000 TRUE TRUE #> 14435 Africa EG 30.000000 31.00000 TRUE TRUE #> 14558 Africa ET 10.000000 38.00000 FALSE FALSE #> 14703 Africa ET 10.000000 38.00000 FALSE FALSE #> 14719 Africa EG 30.000000 31.00000 TRUE TRUE #> 14961 Africa ET 10.000000 38.00000 FALSE FALSE #> 15023 Africa EG 30.000000 31.00000 TRUE TRUE #> 15136 Africa ET 10.000000 38.00000 FALSE FALSE #> 15185 Africa EG 30.000000 31.00000 TRUE TRUE #> 15324 Africa ET 10.000000 38.00000 FALSE FALSE #> 15380 Africa EG 30.000000 31.00000 TRUE TRUE #> 15617 Africa LY 32.000000 22.00000 FALSE FALSE #> 15691 Africa EG 30.000000 31.00000 TRUE TRUE #> 15725 Africa MR 20.000000 -10.00000 FALSE FALSE #> 16170 Africa MA 34.000000 -6.00000 FALSE FALSE #> 16176 Africa TN 36.750000 10.25000 FALSE FALSE #> 16820 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 16837 Africa ET 10.000000 38.00000 FALSE FALSE #> 16842 Africa MA 34.000000 -6.00000 FALSE FALSE #> 17005 Africa EG 30.000000 31.00000 TRUE TRUE #> 17195 Africa ET 8.112935 37.93267 FALSE FALSE #> 17219 Africa ET 8.500000 38.50000 FALSE FALSE #> 17313 Africa ER 16.500000 38.50000 FALSE FALSE #> 17688 Africa ET 10.000000 38.00000 FALSE FALSE #> 17690 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 17699 Africa MA 34.000000 -6.00000 FALSE FALSE #> 17737 Africa EG 30.000000 31.00000 TRUE TRUE #> 18517 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 18580 Africa ET 8.500000 38.50000 FALSE FALSE #> 18610 Africa MA 34.000000 -6.00000 FALSE FALSE #> 18669 Africa ER 16.500000 38.50000 FALSE FALSE #> 18706 Africa ET 10.000000 38.00000 FALSE FALSE #> 18714 Africa ET 8.112935 37.93267 FALSE FALSE #> 18733 Africa EG 30.000000 31.00000 TRUE TRUE #> 19445 Africa ET 10.000000 38.00000 FALSE FALSE #> 19451 Africa MA 34.000000 -6.00000 FALSE FALSE #> 19475 Africa EG 30.000000 31.00000 TRUE TRUE #> 19664 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 19917 Africa ER 16.500000 38.50000 FALSE FALSE #> 19995 Africa ET 8.112935 37.93267 FALSE FALSE #> 20092 Africa ET 8.500000 38.50000 FALSE FALSE #> 20544 Africa ET 10.000000 38.00000 FALSE FALSE #> 20553 Africa ER 16.500000 38.50000 FALSE FALSE #> 20614 Africa ET 8.500000 38.50000 FALSE FALSE #> 21162 Africa MA 34.000000 -6.00000 FALSE FALSE #> 21221 Africa ET 8.112935 37.93267 FALSE FALSE #> 21577 Africa EG 30.000000 31.00000 TRUE TRUE #> 21578 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 21926 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 21935 Africa MA 34.000000 -6.00000 FALSE FALSE #> 21957 Africa ET 10.000000 38.00000 FALSE FALSE #> 22037 Africa EG 30.000000 31.00000 TRUE TRUE #> 22225 Africa ET 8.500000 38.50000 FALSE FALSE #> 22303 Africa ET 8.112935 37.93267 FALSE FALSE #> 22443 Africa ER 16.500000 38.50000 FALSE FALSE #> 23134 Africa EG 30.000000 31.00000 TRUE TRUE #> 23766 Africa EG 30.000000 31.00000 TRUE TRUE #> 24182 Africa EG 30.000000 31.00000 TRUE TRUE #> 24439 Africa EG 30.000000 31.00000 TRUE TRUE #> 24903 Africa EG 30.000000 31.00000 TRUE TRUE #> 25105 Africa EG 30.000000 31.00000 TRUE TRUE #> 25689 Africa EG 30.000000 31.00000 TRUE TRUE #> 26066 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 26079 Africa ET 10.000000 38.00000 FALSE FALSE #> 26363 Africa ET 8.112935 37.93267 FALSE FALSE #> 26370 Africa ET 8.500000 38.50000 FALSE FALSE #> 26372 Africa ER 16.500000 38.50000 FALSE FALSE #> 26603 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 26605 Africa ET 10.000000 38.00000 FALSE FALSE #> 26729 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 26809 Africa ET 10.000000 38.00000 FALSE FALSE #> 26906 Africa ER 16.500000 38.50000 FALSE FALSE #> 26941 Africa ET 8.112935 37.93267 FALSE FALSE #> 27038 Africa ET 8.500000 38.50000 FALSE FALSE #> 27091 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 27104 Africa ET 8.112935 37.93267 FALSE FALSE #> 27315 Africa ET 10.000000 38.00000 FALSE FALSE #> 27365 Africa ER 16.500000 38.50000 FALSE FALSE #> 27394 Africa ET 8.500000 38.50000 FALSE FALSE #> 27532 Africa ET 8.500000 38.50000 FALSE FALSE #> 27550 Africa ER 16.500000 38.50000 FALSE FALSE #> 27569 Africa ET 8.112935 37.93267 FALSE FALSE #> 27608 Africa ET 10.000000 38.00000 FALSE FALSE #> 27612 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 27985 Africa ER 16.500000 38.50000 FALSE FALSE #> 28013 Africa ET 8.500000 38.50000 FALSE FALSE #> 28091 Africa ET 8.112935 37.93267 FALSE FALSE #> 28330 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 28341 Africa ET 10.000000 38.00000 FALSE FALSE #> 28435 Africa MA 34.000000 -6.00000 FALSE FALSE #> 28521 Africa MA 34.000000 -6.00000 FALSE FALSE #> 28664 Africa MA 34.000000 -6.00000 FALSE FALSE #> 28687 Africa MA 34.000000 -6.00000 FALSE FALSE #> 28884 Africa MA 34.000000 -6.00000 FALSE FALSE #> 29108 Africa LY 32.000000 22.00000 FALSE FALSE #> 29111 Africa EG 30.000000 31.00000 TRUE TRUE #> 29143 Africa MR 20.000000 -10.00000 FALSE FALSE #> 29966 Africa LY 32.000000 22.00000 FALSE FALSE #> 29978 Africa EG 30.000000 31.00000 TRUE TRUE #> 29986 Africa MR 20.000000 -10.00000 FALSE FALSE #> 30146 Africa EG 30.000000 31.00000 TRUE TRUE #> 30169 Africa LY 32.000000 22.00000 FALSE FALSE #> 30428 Africa YE 12.500000 54.00000 FALSE FALSE #> 30492 Africa EG 30.000000 31.00000 TRUE TRUE #> 30725 Africa ET 10.000000 38.00000 FALSE FALSE #> 30795 Africa ER 16.500000 38.50000 FALSE FALSE #> 31313 Africa ET 10.000000 38.00000 FALSE FALSE #> 31391 Africa YE 12.500000 54.00000 FALSE FALSE #> 31397 Africa ER 16.500000 38.50000 FALSE FALSE #> 31404 Africa EG 30.000000 31.00000 TRUE TRUE #> 31559 Africa ER 16.500000 38.50000 FALSE FALSE #> 31628 Africa YE 12.500000 54.00000 FALSE FALSE #> 31700 Africa EG 30.000000 31.00000 TRUE TRUE #> 31941 Africa ET 10.000000 38.00000 FALSE FALSE #> 32167 Africa EG 30.000000 31.00000 TRUE TRUE #> 32283 Africa EG 30.000000 31.00000 TRUE TRUE #> 32491 Africa EG 30.000000 31.00000 TRUE TRUE #> 32590 Africa EG 30.000000 31.00000 TRUE TRUE #> 32877 Africa EG 30.000000 31.00000 TRUE TRUE #> 33097 Africa EG 30.000000 31.00000 TRUE TRUE #> 33333 Africa EG 30.000000 31.00000 TRUE TRUE #> 33567 Africa EG 30.000000 31.00000 TRUE TRUE #> 34159 Africa MA 34.000000 -6.00000 FALSE FALSE #> 34197 Africa ET 10.000000 38.00000 FALSE FALSE #> 34228 Africa ER 16.500000 38.50000 FALSE FALSE #> 34252 Africa EG 30.000000 31.00000 TRUE TRUE #> 34296 Africa ET 8.112935 37.93267 FALSE FALSE #> 34568 Africa ET 10.000000 38.00000 FALSE FALSE #> 34597 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 34704 Africa ET 9.250000 42.16667 FALSE FALSE #> 34746 Africa ET 8.112935 37.93267 FALSE FALSE #> 34756 Africa ER 16.500000 38.50000 FALSE FALSE #> 34762 Africa ET 8.166667 38.16667 FALSE FALSE #> 34818 Africa EG 30.000000 31.00000 TRUE TRUE #> 34993 Africa EG 30.000000 31.00000 TRUE TRUE #> 35187 Africa EG 30.000000 31.00000 TRUE TRUE #> 35734 Africa YE 12.500000 54.00000 FALSE FALSE #> 35752 Africa EG 30.000000 31.00000 TRUE TRUE #> 35780 Africa ET 10.000000 38.00000 FALSE FALSE #> 35789 Africa ER 16.500000 38.50000 FALSE FALSE #> 36040 Africa ET 10.000000 38.00000 FALSE FALSE #> 36051 Africa EG 30.000000 31.00000 TRUE TRUE #> 36082 Africa ER 16.500000 38.50000 FALSE FALSE #> 36313 Africa ET 10.000000 38.00000 FALSE FALSE #> 36358 Africa ER 16.500000 38.50000 FALSE FALSE #> 36367 Africa EG 30.000000 31.00000 TRUE TRUE #> 36615 Africa ET 10.000000 38.00000 FALSE FALSE #> 36640 Africa ER 16.500000 38.50000 FALSE FALSE #> 36643 Africa EG 30.000000 31.00000 TRUE TRUE #> 37285 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 37289 Africa ET 10.000000 38.00000 FALSE FALSE #> 37323 Africa ER 16.500000 38.50000 FALSE FALSE #> 37324 Africa EG 30.000000 31.00000 TRUE TRUE #> 37331 Africa MA 34.000000 -6.00000 FALSE FALSE #> 37655 Africa ET 8.112935 37.93267 FALSE FALSE #> 37885 Africa EG 30.000000 31.00000 TRUE TRUE #> 37899 Africa YE 12.500000 54.00000 FALSE FALSE #> 37995 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 38103 Africa EG 30.000000 31.00000 TRUE TRUE #> 38121 Africa ET 10.000000 38.00000 FALSE FALSE #> 38383 Africa ET 10.000000 38.00000 FALSE FALSE #> 38481 Africa EG 30.000000 31.00000 TRUE TRUE #> 38575 Africa ER 16.500000 38.50000 FALSE FALSE #> 38678 Africa ET 10.000000 38.00000 FALSE FALSE #> 38790 Africa ET 8.112935 37.93267 FALSE FALSE #> 38791 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 38866 Africa MA 34.000000 -6.00000 FALSE FALSE #> 38873 Africa EG 30.000000 31.00000 TRUE TRUE #> 39242 Africa ER 16.500000 38.50000 FALSE FALSE #> 39244 Africa ET 10.000000 38.00000 FALSE FALSE #> 39261 Africa ET 8.112935 37.93267 FALSE FALSE #> 39264 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 39357 Africa MA 34.000000 -6.00000 FALSE FALSE #> 39407 Africa EG 30.000000 31.00000 TRUE TRUE #> 39760 Africa EG 30.000000 31.00000 TRUE TRUE #> 40295 Africa ET 10.000000 38.00000 FALSE FALSE #> 40389 Africa EG 30.000000 31.00000 TRUE TRUE #> 40396 Africa ER 16.500000 38.50000 FALSE FALSE #> 40414 Africa YE 12.500000 54.00000 FALSE FALSE #> 40596 Africa EG 30.000000 31.00000 TRUE TRUE #> 40743 Africa EG 30.000000 31.00000 TRUE TRUE #> 40972 Africa EG 30.000000 31.00000 TRUE TRUE #> 41332 Africa EG 30.000000 31.00000 TRUE TRUE #> 41368 Africa ET 10.000000 38.00000 FALSE FALSE #> 41382 Africa EG 30.000000 31.00000 TRUE TRUE #> 41841 Africa EG 30.000000 31.00000 TRUE TRUE #> 42154 Africa EG 30.000000 31.00000 TRUE TRUE #> 42321 Africa ET 10.000000 38.00000 FALSE FALSE #> 42753 Africa ET 10.000000 38.00000 FALSE FALSE #> 42758 Africa EG 30.000000 31.00000 TRUE TRUE #> 42898 Africa EG 30.000000 31.00000 TRUE TRUE #> 42923 Africa ET 10.000000 38.00000 FALSE FALSE #> 43392 Africa ET 10.000000 38.00000 FALSE FALSE #> 43598 Africa ER 16.500000 38.50000 FALSE FALSE #> 43609 Africa EG 30.000000 31.00000 TRUE TRUE #> 43610 Africa YE 12.500000 54.00000 FALSE FALSE #> 43653 Africa EG 30.000000 31.00000 TRUE TRUE #> 43764 Africa ET 10.000000 38.00000 FALSE FALSE #> 43998 Africa ET 10.000000 38.00000 FALSE FALSE #> 44547 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 44586 Africa MA 34.000000 -6.00000 FALSE FALSE #> 44599 Africa EG 30.000000 31.00000 TRUE TRUE #> 44837 Africa ER 16.500000 38.50000 FALSE FALSE #> 45089 Africa EG 30.000000 31.00000 TRUE TRUE #> 45495 Africa EG 30.000000 31.00000 TRUE TRUE #> 45522 Africa MA 34.000000 -6.00000 FALSE FALSE #> 45642 Africa EG 30.000000 31.00000 TRUE TRUE #> 45680 Africa ET 10.000000 38.00000 FALSE FALSE #> 45851 Africa ET 10.000000 38.00000 FALSE FALSE #> 45980 Africa MA 34.000000 -6.00000 FALSE FALSE #> 46068 Africa EG 30.000000 31.00000 TRUE TRUE #> 46251 Africa MA 34.000000 -6.00000 FALSE FALSE #> 46327 Africa NG 8.583333 12.41667 FALSE FALSE #> 46650 Africa MA 34.000000 -6.00000 FALSE FALSE #> 46739 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 46794 Africa ET 10.000000 38.00000 FALSE FALSE #> 46805 Africa ET 8.112935 37.93267 FALSE FALSE #> 46860 Africa EG 30.000000 31.00000 TRUE TRUE #> 46905 Africa ET 8.500000 38.50000 FALSE FALSE #> 46954 Africa ER 16.500000 38.50000 FALSE FALSE #> 47341 Africa EG 30.000000 31.00000 TRUE TRUE #> 47437 Africa ET 10.000000 38.00000 FALSE FALSE #> 47510 Africa EG 30.000000 31.00000 TRUE TRUE #> 47567 Africa ET 10.000000 38.00000 FALSE FALSE #> 47777 Africa EG 30.000000 31.00000 TRUE TRUE #> 47828 Africa ET 10.000000 38.00000 FALSE FALSE #> 47989 Africa ET 10.000000 38.00000 FALSE FALSE #> 48127 Africa ER 16.500000 38.50000 FALSE FALSE #> 48292 Africa YE 12.500000 54.00000 FALSE FALSE #> 48515 Africa EG 30.000000 31.00000 TRUE TRUE #> 48741 Africa MA 34.000000 -6.00000 FALSE FALSE #> 48859 Africa ET 10.000000 38.00000 FALSE FALSE #> 48913 Africa EG 30.000000 31.00000 TRUE TRUE #> 48992 Africa ET 10.000000 38.00000 FALSE FALSE #> 49072 Africa ER 16.500000 38.50000 FALSE FALSE #> 49080 Africa EG 30.000000 31.00000 TRUE TRUE #> 49354 Africa EG 30.000000 31.00000 TRUE TRUE #> 49428 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 49542 Africa EG 30.000000 31.00000 TRUE TRUE #> 49616 Africa TN 36.750000 10.25000 FALSE FALSE #> 49629 Africa ER 16.500000 38.50000 FALSE FALSE #> 49733 Africa ET 10.000000 38.00000 FALSE FALSE #> 49737 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 49753 Africa ER 16.500000 38.50000 FALSE FALSE #> 49757 Africa TN 36.750000 10.25000 FALSE FALSE #> 49808 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 49815 Africa EG 30.000000 31.00000 TRUE TRUE #> 49827 Africa ET 10.000000 38.00000 FALSE FALSE #> 49968 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 50055 Africa EG 30.000000 31.00000 TRUE TRUE #> 50127 Africa ER 16.500000 38.50000 FALSE FALSE #> 50174 Africa ET 10.000000 38.00000 FALSE FALSE #> 50181 Africa TN 36.750000 10.25000 FALSE FALSE #> 50230 Africa ER 16.500000 38.50000 FALSE FALSE #> 50286 Africa ET 10.000000 38.00000 FALSE FALSE #> 50298 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 50367 Africa EG 30.000000 31.00000 TRUE TRUE #> 50375 Africa TN 36.750000 10.25000 FALSE FALSE #> 51276 Africa ET 8.500000 38.50000 FALSE FALSE #> 51295 Africa ET 8.112935 37.93267 FALSE FALSE #> 51317 Africa ET 10.000000 38.00000 FALSE FALSE #> 51333 Africa EG 30.000000 31.00000 TRUE TRUE #> 51339 Africa MA 34.000000 -6.00000 FALSE FALSE #> 51773 Africa EG 30.000000 31.00000 TRUE TRUE #> 51967 Africa ER 16.500000 38.50000 FALSE FALSE #> 51993 Africa ET 10.000000 38.00000 FALSE FALSE #> 52075 Africa YE 12.500000 54.00000 FALSE FALSE #> 52137 Africa ER 16.500000 38.50000 FALSE FALSE #> 52246 Africa ET 10.000000 38.00000 FALSE FALSE #> 52304 Africa TD 13.833333 20.83333 FALSE FALSE #> 52345 Africa EG 30.000000 31.00000 TRUE TRUE #> 52350 Africa MA 34.000000 -6.00000 FALSE FALSE #> 52963 Africa MA 34.000000 -6.00000 FALSE FALSE #> 52966 Africa ER 16.500000 38.50000 FALSE FALSE #> 52975 Africa TD 13.833333 20.83333 FALSE FALSE #> 52989 Africa EG 30.000000 31.00000 TRUE TRUE #> 53021 Africa ET 10.000000 38.00000 FALSE FALSE #> 53364 Africa ET 10.000000 38.00000 FALSE FALSE #> 53368 Africa EG 30.000000 31.00000 TRUE TRUE #> 53421 Africa MA 34.000000 -6.00000 FALSE FALSE #> 53512 Africa ER 16.500000 38.50000 FALSE FALSE #> 53607 Africa EG 30.000000 31.00000 TRUE TRUE #> 53826 Africa MA 34.000000 -6.00000 FALSE FALSE #> 53835 Africa ER 16.500000 38.50000 FALSE FALSE #> 53955 Africa EG 30.000000 31.00000 TRUE TRUE #> 53992 Africa MA 34.000000 -6.00000 FALSE FALSE #> 54028 Africa ET 10.000000 38.00000 FALSE FALSE #> 54040 Africa ER 16.500000 38.50000 FALSE FALSE #> 54113 Africa MA 34.000000 -6.00000 FALSE FALSE #> 54119 Africa EG 30.000000 31.00000 TRUE TRUE #> 54123 Africa ET 10.000000 38.00000 FALSE FALSE #> 54255 Africa ER 16.500000 38.50000 FALSE FALSE #> 54334 Africa EG 30.000000 31.00000 TRUE TRUE #> 54389 Africa MA 34.000000 -6.00000 FALSE FALSE #> 54452 Africa ET 10.000000 38.00000 FALSE FALSE #> 54457 Africa ER 16.500000 38.50000 FALSE FALSE #> 54589 Africa EG 30.000000 31.00000 TRUE TRUE #> 55084 Africa EG 30.000000 31.00000 TRUE TRUE #> 55442 Africa MA 34.000000 -6.00000 FALSE FALSE #> 55533 Africa EG 30.000000 31.00000 TRUE TRUE #> 55535 Africa TN 36.750000 10.25000 FALSE FALSE #> 55557 Africa EG 30.000000 31.00000 TRUE TRUE #> 55567 Africa MA 34.000000 -6.00000 FALSE FALSE #> 55571 Africa TN 36.750000 10.25000 FALSE FALSE #> 55918 Africa YE 12.500000 54.00000 FALSE FALSE #> 56008 Africa ER 16.500000 38.50000 FALSE FALSE #> 56092 Africa ET 10.000000 38.00000 FALSE FALSE #> 56140 Africa EG 30.000000 31.00000 TRUE TRUE #> 56318 Africa EG 30.000000 31.00000 TRUE TRUE #> 56420 Africa TN 36.750000 10.25000 FALSE FALSE #> 56451 Africa MA 34.000000 -6.00000 FALSE FALSE #> 56580 Africa ET 10.000000 38.00000 FALSE FALSE #> 56635 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 56709 Africa ET 8.500000 38.50000 FALSE FALSE #> 56753 Africa ET 8.112935 37.93267 FALSE FALSE #> 56867 Africa ER 16.500000 38.50000 FALSE FALSE #> 57378 Africa EG 30.000000 31.00000 TRUE TRUE #> 58376 Africa ET 8.112935 37.93267 FALSE FALSE #> 58446 Africa ET 10.000000 38.00000 FALSE FALSE #> 58651 Africa ET 8.500000 38.50000 FALSE FALSE #> 58835 Africa ER 16.500000 38.50000 FALSE FALSE #> 58858 Africa EG 30.000000 31.00000 TRUE TRUE #> 59131 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 59214 Africa MA 34.000000 -6.00000 FALSE FALSE #> 59448 Africa ET 10.000000 38.00000 FALSE FALSE #> 59687 Africa ET 8.112935 37.93267 FALSE FALSE #> 59988 Africa ET 8.500000 38.50000 FALSE FALSE #> 60097 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 60126 Africa ER 16.500000 38.50000 FALSE FALSE #> 60287 Africa MA 34.000000 -6.00000 FALSE FALSE #> 60344 Africa EG 30.000000 31.00000 TRUE TRUE #> 61022 Africa EG 30.000000 31.00000 TRUE TRUE #> 61197 Africa ET 8.112935 37.93267 FALSE FALSE #> 62209 Africa MA 34.000000 -6.00000 FALSE FALSE #> 62333 Africa ER 16.500000 38.50000 FALSE FALSE #> 62428 Africa EG 30.000000 31.00000 TRUE TRUE #> 62541 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 62582 Africa ET 10.000000 38.00000 FALSE FALSE #> 62592 Africa ET 8.112935 37.93267 FALSE FALSE #> 62607 Africa ET 8.500000 38.50000 FALSE FALSE #> 62839 Africa ET 8.112935 37.93267 FALSE FALSE #> 62927 Africa ET 8.500000 38.50000 FALSE FALSE #> 63224 Africa ET 10.000000 38.00000 FALSE FALSE #> 63513 Africa ER 16.500000 38.50000 FALSE FALSE #> 63604 Africa MA 34.000000 -6.00000 FALSE FALSE #> 63670 Africa EG 30.000000 31.00000 TRUE TRUE #> 63798 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 64138 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 64207 Africa ET 8.500000 38.50000 FALSE FALSE #> 64246 Africa ER 16.500000 38.50000 FALSE FALSE #> 64253 Africa ET 10.000000 38.00000 FALSE FALSE #> 64264 Africa ET 8.112935 37.93267 FALSE FALSE #> 64562 Africa EG 30.000000 31.00000 TRUE TRUE #> 64626 Africa MA 34.000000 -6.00000 FALSE FALSE #> 65287 Africa ET 10.000000 38.00000 FALSE FALSE #> 65464 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 65726 Africa MA 34.000000 -6.00000 FALSE FALSE #> 66052 Africa ET 8.112935 37.93267 FALSE FALSE #> 66230 Africa EG 30.000000 31.00000 TRUE TRUE #> 66425 Africa ER 16.500000 38.50000 FALSE FALSE #> 66665 Africa ER 16.500000 38.50000 FALSE FALSE #> 66684 Africa MA 34.000000 -6.00000 FALSE FALSE #> 66830 Africa ET 10.000000 38.00000 FALSE FALSE #> 66931 Africa ET 8.112935 37.93267 FALSE FALSE #> 67569 Africa EG 30.000000 31.00000 TRUE TRUE #> 67890 Africa YE 12.500000 54.00000 FALSE FALSE #> 68021 Africa ET 10.000000 38.00000 FALSE FALSE #> 68032 Africa MA 34.000000 -6.00000 FALSE FALSE #> 68061 Africa EG 30.000000 31.00000 TRUE TRUE #> 68086 Africa ET 8.500000 38.50000 FALSE FALSE #> 68097 Africa ET 8.112935 37.93267 FALSE FALSE #> 68549 Africa EG 30.000000 31.00000 TRUE TRUE #> 68602 Africa MA 34.000000 -6.00000 FALSE FALSE #> 68694 Africa ER 16.500000 38.50000 FALSE FALSE #> 68745 Africa ET 8.112935 37.93267 FALSE FALSE #> 68819 Africa ET 10.000000 38.00000 FALSE FALSE #> 69008 Africa ER 16.500000 38.50000 FALSE FALSE #> 69024 Africa ET 8.112935 37.93267 FALSE FALSE #> 69057 Africa ET 10.000000 38.00000 FALSE FALSE #> 69147 Africa MA 34.000000 -6.00000 FALSE FALSE #> 69174 Africa EG 30.000000 31.00000 TRUE TRUE #> 70150 Africa EG 30.000000 31.00000 TRUE TRUE #> 70240 Africa MA 34.000000 -6.00000 FALSE FALSE #> 70369 Africa MA 34.000000 -6.00000 FALSE FALSE #> 70394 Africa EG 30.000000 31.00000 TRUE TRUE #> 70481 Africa ET 8.112935 37.93267 FALSE FALSE #> 71279 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 71535 Africa ER 16.500000 38.50000 FALSE FALSE #> 71946 Africa ET 10.000000 38.00000 FALSE FALSE #> 72066 Africa EG 30.000000 31.00000 TRUE TRUE #> 72283 Africa EG 30.000000 31.00000 TRUE TRUE #> 72370 Africa MA 34.000000 -6.00000 FALSE FALSE #> 72581 Africa ET 10.000000 38.00000 FALSE FALSE #> 72693 Africa ER 16.500000 38.50000 FALSE FALSE #> 72708 Africa ET 8.500000 38.50000 FALSE FALSE #> 73249 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 73252 Africa ER 16.500000 38.50000 FALSE FALSE #> 73587 Africa MA 34.000000 -6.00000 FALSE FALSE #> 73673 Africa EG 30.000000 31.00000 TRUE TRUE #> 73754 Africa ET 10.000000 38.00000 FALSE FALSE #> 73826 Africa ET 8.500000 38.50000 FALSE FALSE #> 73879 Africa ET 8.112935 37.93267 FALSE FALSE #> 73925 Africa ER 16.500000 38.50000 FALSE FALSE #> 74022 Africa ET 10.000000 38.00000 FALSE FALSE #> 74036 Africa ET 8.112935 37.93267 FALSE FALSE #> 74251 Africa EG 30.000000 31.00000 TRUE TRUE #> 74394 Africa MA 34.000000 -6.00000 FALSE FALSE #> 74794 Africa ER ET 14.500000 38.50000 FALSE FALSE #> 74816 Africa ET 10.000000 38.00000 FALSE FALSE #> 74860 Africa ET 8.500000 38.50000 FALSE FALSE #> 74897 Africa ER 16.500000 38.50000 FALSE FALSE #> 74941 Africa ET 8.112935 37.93267 FALSE FALSE #> 75527 Africa EG 30.000000 31.00000 TRUE TRUE #> 75590 Africa MA 34.000000 -6.00000 FALSE FALSE #> 76109 Africa EG 30.000000 31.00000 TRUE TRUE #> 76309 Africa EG 30.000000 31.00000 TRUE TRUE #> source #> 461 Johnstone-1975;Leslau-1938 #> 464 Hayward-and-Hayward-1999 #> 479 Tomiche-1964;Kennedy-1960;Mitchell-1962 #> 497 Palmer-1962;Klingenheben-1966 #> 692 Gary-and-Gamal-Eldin-1982 #> 1009 Hudson-1997[470-3] #> 1073 Gary-and-Gamal-Eldin-1982[100-1] #> 1311 Gary-and-Gamal-Eldin-1982[60, 100-101] #> 1521 Leslau-1950[28-29] #> 1557 Harrell-1962[41, 46] #> 1576 Cotterell-1964[11] #> 1726 Raz-1983[38-39] #> 2133 Gary-and-Gamal-Eldin-1982[100, 101] #> 2304 Hudson-1997[470-3, 461-2] #> 2459 Hudson-1997[470-3] #> 2625 Gary-and-Gamal-Eldin-1982[100] #> 2950 Gary-and-Gamal-Eldin-1982[100-01] #> 2976 Hudson-1997[470-3, 461-2] #> 3224 Kogan-1997[432-3] #> 3285 #> 3447 Wise-1975[4];Gary-and-Gamal-Eldin-1982[59-61];Mitchell-1962[85, 97, 99] #> 3561 Gary-and-Gamal-Eldin-1982[44-45] #> 3693 Hudson-1997[478] #> 3694 Gary-and-Gamal-Eldin-1982[89] #> 4143 Mitchell-1956 #> 4174 #> 4268 #> 4379 Mitchell-1956 #> 4401 #> 4515 Gary-and-Gamal-Eldin-1982;Mitchell-1956 #> 4639 #> 4663 #> 4789 Palmer-1962;Klingenheben-1966 #> 4948 Johnstone-1975;Leslau-1938 #> 5095 Kennedy-1960;Tomiche-1964;Mitchell-1962 #> 5131 Hayward-and-Hayward-1999 #> 5412 Gary-and-Gamal-Eldin-1982[92, 117] #> 5479 Leslau-1968a[377, 379, 431] #> 5679 Gary-and-Gamal-Eldin-1982[92, 117] #> 5903 Cohen-1931[166] #> 5918 Raz-1983[76] #> 5958 Leslau-1950[28-29] #> 6410 Gary-and-Gamal-Eldin-1982[38] #> 6795 Kogan-1997[ 442] #> 6799 Leslau-1995[ 292, 302];Leslau-1966[609-610] #> 6848 Harrell-1962[152] #> 6967 Gary-and-Gamal-Eldin-1982[38-39] #> 7431 Gary-and-Gamal-Eldin-1982[38-39] #> 7513 Mitchell-1962[111] #> 7951 Harrell-1962[151] #> 8012 Leslau-1950[22] #> 8140 Gary-and-Gamal-Eldin-1982[4] #> 8455 Cowley-et-al-1976[90];Leslau-1995[ 768-769] #> 8674 Gary-and-Gamal-Eldin-1982 #> 8682 Hartmann-1980 #> 9078 Gary-and-Gamal-Eldin-1982 #> 9089 Raz-1983 #> 9106 Hartmann-1980 #> 9131 Abdel-Massih-1973 #> 9549 Abdel-Massih-1973 #> 9567 Gary-and-Gamal-Eldin-1982 #> 9576 Hartmann-1980 #> 9608 Raz-1983 #> 9731 Palmer-1962;Klingenheben-1966 #> 9937 Hayward-and-Hayward-1999 #> 10054 Johnstone-1975;Leslau-1938 #> 10076 Tomiche-1964;Mitchell-1962;Kennedy-1960 #> 10199 Raz-1983 #> 10304 Hartmann-1980 #> 10393 Gary-and-Gamal-Eldin-1982 #> 10515 Abdel-Massih-1973 #> 10568 Harrell-1962 #> 10572 Cohen-1936 #> 10791 Gary-and-Gamal-Eldin-1982 #> 10905 Gary-and-Gamal-Eldin-1982 #> 11129 Mitchell-1962[87, 103, 144] #> 11183 Simeone-Senelle-1997[416-7] #> 11933 Leslau-1976 #> 12066 Harrell-and-Sobelman-1966 #> 12136 Nakano-1982 #> 12536 Johnstone-1975;Leslau-1938 #> 12643 Klingenheben-1966;Palmer-1962 #> 12655 Kennedy-1960;Mitchell-1962;Tomiche-1964 #> 12750 Hayward-and-Hayward-1999 #> 13156 Harrell-and-Sobelman-1966 #> 13379 Leslau-1976 #> 13432 Nakano-1982 #> 13766 Leslau-1995[256] #> 13797 Mitchell-1956[63] #> 14435 Mitchell-1956 #> 14558 Hartmann-1980 #> 14703 Hartmann-1980 #> 14719 Mitchell-1956 #> 14961 Hartmann-1980 #> 15023 Mitchell-1956 #> 15136 Hartmann-1980 #> 15185 Mitchell-1956 #> 15324 Malherbe-and-Rosenberg-1996[525] #> 15380 Malherbe-and-Rosenberg-1996[540] #> 15617 Owens-1984 #> 15691 McCarthy-1979b[443-466];McCarthy-1979a #> 15725 Irshied-and-Kenstowicz-1984[109-148] #> 16170 #> 16176 #> 16820 Kogan-1997[ 442] #> 16837 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 16842 Harrell-1962[ 152] #> 17005 Gary-and-Gamal-Eldin-1982[ 38] #> 17195 Leslau-1950[ 28-29] #> 17219 Cohen-1931[ 166] #> 17313 Raz-1983[ 76] #> 17688 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 17690 Kogan-1997[ 442] #> 17699 Harrell-1962[ 152] #> 17737 Gary-and-Gamal-Eldin-1982[ 38] #> 18517 Kogan-1997[ 442] #> 18580 Cohen-1931[ 166] #> 18610 Harrell-1962[ 152] #> 18669 Raz-1983[ 76] #> 18706 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 18714 Leslau-1950[ 28-29] #> 18733 Gary-and-Gamal-Eldin-1982[ 38] #> 19445 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 19451 Harrell-1962[ 152] #> 19475 Gary-and-Gamal-Eldin-1982[ 38] #> 19664 Kogan-1997[ 442] #> 19917 Raz-1983[ 76] #> 19995 Leslau-1950[ 28-29] #> 20092 Cohen-1931[ 166] #> 20544 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 20553 Raz-1983[ 76] #> 20614 Cohen-1931[ 166] #> 21162 Harrell-1962[ 152] #> 21221 Leslau-1950[ 28-29] #> 21577 Gary-and-Gamal-Eldin-1982[ 38] #> 21578 Kogan-1997[ 442] #> 21926 Kogan-1997[ 442] #> 21935 Harrell-1962[ 152] #> 21957 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 22037 Gary-and-Gamal-Eldin-1982[ 38] #> 22225 Cohen-1931[ 166] #> 22303 Leslau-1950[ 28-29] #> 22443 Raz-1983[ 76] #> 23134 Gary-and-Gamal-Eldin-1982[ 38] #> 23766 Gary-and-Gamal-Eldin-1982[ 38] #> 24182 Gary-and-Gamal-Eldin-1982[ 38] #> 24439 Gary-and-Gamal-Eldin-1982[ 38] #> 24903 Gary-and-Gamal-Eldin-1982[ 38] #> 25105 Gary-and-Gamal-Eldin-1982[ 38] #> 25689 Gary-and-Gamal-Eldin-1982[ 38] #> 26066 Kogan-1997[ 442] #> 26079 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 26363 Leslau-1950[ 28-29] #> 26370 Cohen-1931[ 166] #> 26372 Raz-1983[ 76] #> 26603 Kogan-1997[ 442] #> 26605 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 26729 Kogan-1997[ 442] #> 26809 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 26906 Raz-1983[ 76] #> 26941 Leslau-1950[ 28-29] #> 27038 Cohen-1931[ 166] #> 27091 Kogan-1997[ 442] #> 27104 Leslau-1950[ 28-29] #> 27315 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 27365 Raz-1983[ 76] #> 27394 Cohen-1931[ 166] #> 27532 Cohen-1931[ 166] #> 27550 Raz-1983[ 76] #> 27569 Leslau-1950[ 28-29] #> 27608 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 27612 Kogan-1997[ 442] #> 27985 Raz-1983[ 76] #> 28013 Cohen-1931[ 166] #> 28091 Leslau-1950[ 28-29] #> 28330 Kogan-1997[ 442] #> 28341 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 28435 Harrell-1962[ 152] #> 28521 Harrell-1962[ 152] #> 28664 Harrell-1962[ 152] #> 28687 Harrell-1962[ 152] #> 28884 Harrell-1962[ 152] #> 29108 Owens-1984 #> 29111 McCarthy-1979a;McCarthy-1979b[443-466] #> 29143 Irshied-and-Kenstowicz-1984[109-148] #> 29966 Owens-1984 #> 29978 McCarthy-1979a;McCarthy-1979b[443-466] #> 29986 Irshied-and-Kenstowicz-1984[109-148] #> 30146 McCarthy-1979a;McCarthy-1979b[443-466] #> 30169 Owens-1984 #> 30428 Johnstone-1975;Leslau-1938 #> 30492 Tomiche-1964;Kennedy-1960;Mitchell-1962 #> 30725 Hayward-and-Hayward-1999 #> 30795 Klingenheben-1966;Palmer-1962 #> 31313 Hayward-and-Hayward-1999 #> 31391 Leslau-1938;Johnstone-1975 #> 31397 Palmer-1962;Klingenheben-1966 #> 31404 Kennedy-1960;Mitchell-1962;Tomiche-1964 #> 31559 Palmer-1962;Klingenheben-1966 #> 31628 Johnstone-1975;Leslau-1938 #> 31700 Kennedy-1960;Mitchell-1962;Tomiche-1964 #> 31941 Hayward-and-Hayward-1999 #> 32167 Gary-and-Gamal-Eldin-1982;Brustad-2000;Mitchell-1956 #> 32283 Brustad-2000;Mitchell-1956;Gary-and-Gamal-Eldin-1982 #> 32491 Brustad-2000;Mitchell-1956;Gary-and-Gamal-Eldin-1982 #> 32590 Mitchell-1956 #> 32877 Gary-and-Gamal-Eldin-1982 #> 33097 Gary-and-Gamal-Eldin-1982 #> 33333 Gary-and-Gamal-Eldin-1982 #> 33567 Gary-and-Gamal-Eldin-1982 #> 34159 Harrell-1962[passim] #> 34197 Leslau-1995[ passim];Cowley-et-al-1976[passim];Leslau-1966[passim];Cotterell-1964[passim] #> 34228 Raz-1983[passim] #> 34252 Gary-and-Gamal-Eldin-1982[passim] #> 34296 Leslau-1950[passim] #> 34568 Devens-2001a #> 34597 Tewolde-2001 #> 34704 Rose-nd #> 34746 Rose-nd #> 34756 Rose-nd #> 34762 Rose-2003 #> 34818 Moravcsik-1978 #> 34993 Mitchell-1962 #> 35187 Mitchell-1962 #> 35734 Leslau-1938;Johnstone-1975 #> 35752 Mitchell-1962;Kennedy-1960;Tomiche-1964 #> 35780 Hayward-and-Hayward-1999 #> 35789 Palmer-1962;Klingenheben-1966 #> 36040 Leslau-1995[161-169] #> 36051 Mitchell-1956[19-20] #> 36082 Raz-1997 #> 36313 Leslau-1995[161-169] #> 36358 Raz-1997 #> 36367 Mitchell-1956[19-20] #> 36615 Leslau-1995[161-169] #> 36640 Raz-1997 #> 36643 Mitchell-1956[19-20] #> 37285 Kogan-1997[ 431] #> 37289 Leslau-1966[600] #> 37323 Raz-1983[17-23] #> 37324 Gary-and-Gamal-Eldin-1982[72-75] #> 37331 Harrell-1962[101-128] #> 37655 Leslau-1950[16] #> 37885 Gary-and-Gamal-Eldin-1982 #> 37899 Simeone-Senelle-1997[391-2] #> 37995 Kogan-1997[431-2] #> 38103 Gary-and-Gamal-Eldin-1982[77-79] #> 38121 Titov-1991[99-100] #> 38383 #> 38481 #> 38575 Raz-1983[35] #> 38678 Leslau-1966[600] #> 38790 Leslau-1950[18] #> 38791 Kogan-1997[431, 441] #> 38866 Harrell-1962[146] #> 38873 Gary-and-Gamal-Eldin-1982[32-33, 59, 76] #> 39242 Raz-1983[passim] #> 39244 Leslau-1966[154] #> 39261 Leslau-1950[17] #> 39264 Kogan-1997[431] #> 39357 Harrell-1962[147, 189] #> 39407 Gary-and-Gamal-Eldin-1982[passim] #> 39760 Gary-and-Gamal-Eldin-1982[79] #> 40295 Hayward-and-Hayward-1999 #> 40389 Tomiche-1964;Kennedy-1960;Mitchell-1962 #> 40396 Palmer-1962;Klingenheben-1966 #> 40414 Leslau-1938;Johnstone-1975 #> 40596 Gary-and-Gamal-Eldin-1982[100] #> 40743 Mitchell-1956[54] #> 40972 Mitchell-1956[54] #> 41332 Mitchell-1956[26, 54] #> 41368 Hudson-1997[462] #> 41382 Gary-and-Gamal-Eldin-1982[79] #> 41841 Gary-and-Gamal-Eldin-1982[79] #> 42154 Mitchell-1962[56, 151, 155] #> 42321 Leslau-1995[58] #> 42753 Hudson-1997[463] #> 42758 Gary-and-Gamal-Eldin-1982[29, 59] #> 42898 Gary-and-Gamal-Eldin-1982[passim] #> 42923 Leslau-1995[48, 181-190] #> 43392 Hayward-and-Hayward-1999 #> 43598 Palmer-1962;Klingenheben-1966 #> 43609 Mitchell-1962;Tomiche-1964;Kennedy-1960 #> 43610 Leslau-1938;Johnstone-1975 #> 43653 Gary-and-Gamal-Eldin-1982[passim] #> 43764 Leslau-1995[48, 181-190] #> 43998 Cotterell-1964[4];Leslau-1966[601] #> 44547 Kogan-1997[ 441] #> 44586 Harrell-1962[passim] #> 44599 Gary-and-Gamal-Eldin-1982[59] #> 44837 Raz-1983[passim] #> 45089 Gary-and-Gamal-Eldin-1982[63] #> 45495 Mitchell-1962 #> 45522 Maas-1999[219-223] #> 45642 #> 45680 Leslau-1995[147-151] #> 45851 Nichols-1992[295] #> 45980 Harrell-et-al-1965 #> 46068 #> 46251 Harrell-et-al-1965 #> 46327 Owens-1993[69] #> 46650 Harrell-1962[135, 203] #> 46739 Kogan-1997[ 429-430, passim] #> 46794 Leslau-1966[602] #> 46805 Leslau-1950[18] #> 46860 Gary-and-Gamal-Eldin-1982[32, 48] #> 46905 Cohen-1931[138] #> 46954 Raz-1983[37] #> 47341 Gary-and-Gamal-Eldin-1982 #> 47437 Dillmann-and-Bezold-1907 #> 47510 Gary-and-Gamal-Eldin-1982 #> 47567 Dillmann-and-Bezold-1907 #> 47777 Gary-and-Gamal-Eldin-1982 #> 47828 Dillmann-and-Bezold-1907 #> 47989 Hayward-and-Hayward-1999 #> 48127 Palmer-1962;Klingenheben-1966 #> 48292 Leslau-1938;Johnstone-1975 #> 48515 Mitchell-1962;Tomiche-1964;Kennedy-1960 #> 48741 Harrell-et-al-1965[72-73] #> 48859 #> 48913 Gary-and-Gamal-Eldin-1982[63];Abdel-Massih-et-al-1979 #> 48992 Hartmann-1980 #> 49072 Raz-1983 #> 49080 Gary-and-Gamal-Eldin-1982 #> 49354 Gary-and-Gamal-Eldin-1982[33, 37] #> 49428 Kogan-1997[442-3] #> 49542 Eisele-1999 #> 49616 Dahl-1985[155] #> 49629 Bybee-et-al-1994 #> 49733 Dahl-1985[156] #> 49737 Dahl-1985[156] #> 49753 Bybee-et-al-1994[82, 331, quoting Raz 1983:5-6] #> 49757 Dahl-1985[155] #> 49808 Dahl-1985[156] #> 49815 Eisele-1999 #> 49827 Dahl-1985[156] #> 49968 Dahl-1985[156] #> 50055 Eisele-1999 #> 50127 Bybee-et-al-1994 #> 50174 Dahl-1985[156] #> 50181 Dahl-1985[155] #> 50230 Bybee-et-al-1994[64-65, 327, quoting Raz 1983:6, 73-74, 199] #> 50286 Dahl-1985[156] #> 50298 Dahl-1985[156] #> 50367 Eisele-1999 #> 50375 Dahl-1985[155] #> 51276 Cohen-1931[passim] #> 51295 Leslau-1950[28-30] #> 51317 Leslau-1966[609] #> 51333 Gary-and-Gamal-Eldin-1982[92, 93, 95, 100-101] #> 51339 Harrell-1962[41, 46, 173] #> 51773 Mitchell-1962;Tomiche-1964;Kennedy-1960 #> 51967 Klingenheben-1966;Palmer-1962 #> 51993 Hayward-and-Hayward-1999 #> 52075 Leslau-1938;Johnstone-1975 #> 52137 Raz-1983[55-56] #> 52246 Bentolila-and-Shimelis-1998[173];Leslau-1995[353-354] #> 52304 Abu-Absi-1995[32-33] #> 52345 Gary-and-Gamal-Eldin-1982[97-98] #> 52350 Caubet-1993[88-90];Marcais-1977[38] #> 52963 Caubet-1993[162];Marcais-1977[275-279] #> 52966 Raz-1983[76] #> 52975 Abu-Absi-1995[33] #> 52989 Gary-and-Gamal-Eldin-1982[38-39] #> 53021 Leslau-1995[348-349, 353, 824-825];Bentolila-and-Shimelis-1998[173] #> 53364 Bentolila-and-Shimelis-1998[173] #> 53368 Gary-and-Gamal-Eldin-1982[15, 97] #> 53421 Caubet-1993[33-57] #> 53512 Raz-1983[55-56, 68-69] #> 53607 Gary-and-Gamal-Eldin-1982 #> 53826 Caubet-1993 #> 53835 Raz-1983 #> 53955 Mitchell-and-Al-Hassan-1994[44-50];Gary-and-Gamal-Eldin-1982 #> 53992 Caubet-1993[131-136, 142f.] #> 54028 Leslau-1995[674f.] #> 54040 Raz-1983[47] #> 54113 Caubet-1993[108-112] #> 54119 Mitchell-and-Al-Hassan-1994[44-50];Gary-and-Gamal-Eldin-1982 #> 54123 Leslau-1995[380f.] #> 54255 Raz-1983[88] #> 54334 Gary-and-Gamal-Eldin-1982;Mitchell-and-Al-Hassan-1994[47-58] #> 54389 Caubet-1993[108-111, 127-130, 140-143] #> 54452 Leslau-1995[380f., 674f., 819f.] #> 54457 Raz-1983[47, 88, 97] #> 54589 Gary-and-Gamal-Eldin-1982 #> 55084 Gary-and-Gamal-Eldin-1982 #> 55442 #> 55533 Mitchell-1962 #> 55535 #> 55557 #> 55567 #> 55571 #> 55918 Johnstone-1975;Leslau-1938 #> 56008 Klingenheben-1966;Palmer-1962 #> 56092 Hayward-and-Hayward-1999 #> 56140 Kennedy-1960;Tomiche-1964;Mitchell-1962 #> 56318 Mitchell-1962 #> 56420 #> 56451 #> 56580 Leslau-1966[594];Leslau-1995[ 836] #> 56635 Kogan-1997[441] #> 56709 Cohen-1931[203] #> 56753 Leslau-1950[31] #> 56867 Raz-1983[94, passim] #> 57378 Gary-and-Gamal-Eldin-1982[25, 59, 61, 102] #> 58376 Leslau-1950[31] #> 58446 Leslau-1966[594];Leslau-1995[ 836] #> 58651 Cohen-1931[203] #> 58835 Raz-1983[94, passim] #> 58858 Gary-and-Gamal-Eldin-1982[25, 59, 61, 102] #> 59131 Kogan-1997[441] #> 59214 Harrell-1962[160] #> 59448 Leslau-1995[ 836];Leslau-1966[594] #> 59687 Leslau-1950[31] #> 59988 Cohen-1931[203] #> 60097 Kogan-1997[441] #> 60126 Raz-1983[94, passim] #> 60287 Harrell-1962[passim] #> 60344 Gary-and-Gamal-Eldin-1982[25, 59, 61, 102] #> 61022 Gary-and-Gamal-Eldin-1982[25] #> 61197 Leslau-1950[passim] #> 62209 Harrell-1962[208] #> 62333 Raz-1983[80-84] #> 62428 Gary-and-Gamal-Eldin-1982[29, 57] #> 62541 Kogan-1997[ 441] #> 62582 Cowley-et-al-1976[81] #> 62592 Leslau-1950[17, 22, passim] #> 62607 Cohen-1931[207ff] #> 62839 Leslau-1950[17, 31] #> 62927 Cohen-1931[203] #> 63224 Leslau-1995[ 191];Leslau-1966[601] #> 63513 Raz-1983[passim] #> 63604 Harrell-1962[189, 191, 202] #> 63670 Gary-and-Gamal-Eldin-1982[31, 48-49] #> 63798 Kogan-1997[441] #> 64138 Kogan-1997[441] #> 64207 Cohen-1931[215] #> 64246 Raz-1983[32] #> 64253 Leslau-1966[613];Leslau-1995[ 208] #> 64264 Leslau-1950[31] #> 64562 Gary-and-Gamal-Eldin-1982[31, 33, 107] #> 64626 Harrell-1962[157, 204] #> 65287 Cotterell-1964[12] #> 65464 Kogan-1997[441] #> 65726 Harrell-1962[147-148, 190] #> 66052 Leslau-1950[18] #> 66230 Gary-and-Gamal-Eldin-1982[32-33, 85-86] #> 66425 Raz-1983[45] #> 66665 Raz-1983[13, 78, passim] #> 66684 Harrell-1962[189, 206] #> 66830 Cotterell-1964[12] #> 66931 Leslau-1950[passim] #> 67569 Gary-and-Gamal-Eldin-1982[33, 111] #> 67890 Lonnet-and-Simeone-Senelle-1997[349] #> 68021 Leslau-1997b[400] #> 68032 Heath-1997[208] #> 68061 Gary-and-Gamal-Eldin-1982 #> 68086 Leslau-1968b[6] #> 68097 Leslau-1997a[377] #> 68549 Gary-and-Gamal-Eldin-1982[18, 33] #> 68602 Harrell-1962[164] #> 68694 Raz-1983[43] #> 68745 Leslau-1950[31] #> 68819 Leslau-1966[613] #> 69008 Raz-1983[ 43] #> 69024 Leslau-1950[ 31] #> 69057 Leslau-1966[ 613] #> 69147 Harrell-1962[ 164] #> 69174 Gary-and-Gamal-Eldin-1982[ 18, 33] #> 70150 Gary-and-Gamal-Eldin-1982[27] #> 70240 Harrell-1962[205] #> 70369 Harrell-1962[151] #> 70394 Gary-and-Gamal-Eldin-1982[4] #> 70481 Leslau-1950[22] #> 71279 Kogan-1997[ 442] #> 71535 Raz-1983[42] #> 71946 Leslau-1995[ 761] #> 72066 Gary-and-Gamal-Eldin-1982[6] #> 72283 Gary-and-Gamal-Eldin-1982[19, 21] #> 72370 Harrell-1962[168, 212] #> 72581 Cowley-et-al-1976[82] #> 72693 Raz-1983[91-93, passim] #> 72708 Cohen-1931[210] #> 73249 #> 73252 #> 73587 #> 73673 #> 73754 #> 73826 #> 73879 #> 73925 #> 74022 #> 74036 #> 74251 #> 74394 #> 74794 #> 74816 #> 74860 #> 74897 #> 74941 #> 75527 #> 75590 #> 76109 Gary-and-Gamal-Eldin-1982[60, 62] #> 76309 Gary-and-Gamal-Eldin-1982[61] #> contributors #> 461 Ian Maddieson #> 464 Ian Maddieson #> 479 Ian Maddieson #> 497 Ian Maddieson #> 692 John Hajek #> 1009 Anna Siewierska #> 1073 Anna Siewierska #> 1311 Matthew S. Dryer #> 1521 Matthew S. Dryer #> 1557 Matthew S. Dryer #> 1576 Matthew S. Dryer #> 1726 Matthew S. Dryer #> 2133 Anna Siewierska #> 2304 Anna Siewierska #> 2459 Anna Siewierska #> 2625 Anna Siewierska #> 2950 Anna Siewierska #> 2976 Anna Siewierska #> 3224 Martin Haspelmath #> 3285 Martin Haspelmath #> 3447 Martin Haspelmath #> 3561 Elena Maslova and Vladimir P. Nedjalkov #> 3693 Anna Siewierska #> 3694 Anna Siewierska #> 4143 Maria Polinsky #> 4174 Maria Polinsky #> 4268 Maria Polinsky #> 4379 Maria Polinsky #> 4401 Maria Polinsky #> 4515 Maria Polinsky #> 4639 Maria Polinsky #> 4663 Maria Polinsky #> 4789 Ian Maddieson #> 4948 Ian Maddieson #> 5095 Ian Maddieson #> 5131 Ian Maddieson #> 5412 Jae Jung Song #> 5479 Jae Jung Song #> 5679 Jae Jung Song #> 5903 Matthew S. Dryer #> 5918 Matthew S. Dryer #> 5958 Matthew S. Dryer #> 6410 Matthew S. Dryer #> 6795 Matthew S. Dryer #> 6799 Matthew S. Dryer #> 6848 Matthew S. Dryer #> 6967 Matti Miestamo #> 7431 Matti Miestamo #> 7513 Martin Haspelmath #> 7951 Matthew S. Dryer #> 8012 Matthew S. Dryer #> 8140 Matthew S. Dryer #> 8455 Matthew S. Dryer #> 8674 Leon Stassen #> 8682 Leon Stassen #> 9078 Leon Stassen #> 9089 Leon Stassen #> 9106 Leon Stassen #> 9131 Leon Stassen #> 9549 Leon Stassen #> 9567 Leon Stassen #> 9576 Leon Stassen #> 9608 Leon Stassen #> 9731 Ian Maddieson #> 9937 Ian Maddieson #> 10054 Ian Maddieson #> 10076 Ian Maddieson #> 10199 Leon Stassen #> 10304 Leon Stassen #> 10393 Leon Stassen #> 10515 Leon Stassen #> 10568 Leon Stassen #> 10572 Leon Stassen #> 10791 Bernard Comrie and Tania Kuteva #> 10905 Bernard Comrie and Tania Kuteva #> 11129 Martin Haspelmath #> 11183 Martin Haspelmath #> 11933 Cecil H. Brown #> 12066 Cecil H. Brown #> 12136 Cecil H. Brown #> 12536 Ian Maddieson #> 12643 Ian Maddieson #> 12655 Ian Maddieson #> 12750 Ian Maddieson #> 13156 Cecil H. Brown #> 13379 Cecil H. Brown #> 13432 Cecil H. Brown #> 13766 Bernard Comrie #> 13797 Bernard Comrie #> 14435 Johanna Nichols and David A. Peterson #> 14558 Johanna Nichols and David A. Peterson #> 14703 Johanna Nichols and David A. Peterson #> 14719 Johanna Nichols and David A. Peterson #> 14961 Johanna Nichols and David A. Peterson #> 15023 Johanna Nichols and David A. Peterson #> 15136 Johanna Nichols and David A. Peterson #> 15185 Johanna Nichols and David A. Peterson #> 15324 Östen Dahl #> 15380 Östen Dahl #> 15617 Rob Goedemans and Harry van der Hulst #> 15691 Rob Goedemans and Harry van der Hulst #> 15725 Rob Goedemans and Harry van der Hulst #> 16170 David Gil #> 16176 David Gil #> 16820 Matthew S. Dryer #> 16837 Matthew S. Dryer #> 16842 Matthew S. Dryer #> 17005 Matthew S. Dryer #> 17195 Matthew S. Dryer #> 17219 Matthew S. Dryer #> 17313 Matthew S. Dryer #> 17688 Matthew S. Dryer #> 17690 Matthew S. Dryer #> 17699 Matthew S. Dryer #> 17737 Matthew S. Dryer #> 18517 Matthew S. Dryer #> 18580 Matthew S. Dryer #> 18610 Matthew S. Dryer #> 18669 Matthew S. Dryer #> 18706 Matthew S. Dryer #> 18714 Matthew S. Dryer #> 18733 Matthew S. Dryer #> 19445 Matthew S. Dryer #> 19451 Matthew S. Dryer #> 19475 Matthew S. Dryer #> 19664 Matthew S. Dryer #> 19917 Matthew S. Dryer #> 19995 Matthew S. Dryer #> 20092 Matthew S. Dryer #> 20544 Matthew S. Dryer #> 20553 Matthew S. Dryer #> 20614 Matthew S. Dryer #> 21162 Matthew S. Dryer #> 21221 Matthew S. Dryer #> 21577 Matthew S. Dryer #> 21578 Matthew S. Dryer #> 21926 Matthew S. Dryer #> 21935 Matthew S. Dryer #> 21957 Matthew S. Dryer #> 22037 Matthew S. Dryer #> 22225 Matthew S. Dryer #> 22303 Matthew S. Dryer #> 22443 Matthew S. Dryer #> 23134 Matthew S. Dryer #> 23766 Matthew S. Dryer #> 24182 Matthew S. Dryer #> 24439 Matthew S. Dryer #> 24903 Matthew S. Dryer #> 25105 Matthew S. Dryer #> 25689 Matthew S. Dryer #> 26066 Matthew S. Dryer #> 26079 Matthew S. Dryer #> 26363 Matthew S. Dryer #> 26370 Matthew S. Dryer #> 26372 Matthew S. Dryer #> 26603 Matthew S. Dryer #> 26605 Matthew S. Dryer #> 26729 Matthew S. Dryer #> 26809 Matthew S. Dryer #> 26906 Matthew S. Dryer #> 26941 Matthew S. Dryer #> 27038 Matthew S. Dryer #> 27091 Matthew S. Dryer #> 27104 Matthew S. Dryer #> 27315 Matthew S. Dryer #> 27365 Matthew S. Dryer #> 27394 Matthew S. Dryer #> 27532 Matthew S. Dryer #> 27550 Matthew S. Dryer #> 27569 Matthew S. Dryer #> 27608 Matthew S. Dryer #> 27612 Matthew S. Dryer #> 27985 Matthew S. Dryer #> 28013 Matthew S. Dryer #> 28091 Matthew S. Dryer #> 28330 Matthew S. Dryer #> 28341 Matthew S. Dryer #> 28435 Matthew S. Dryer #> 28521 Matthew S. Dryer #> 28664 Matthew S. Dryer #> 28687 Matthew S. Dryer #> 28884 Matthew S. Dryer #> 29108 Rob Goedemans and Harry van der Hulst #> 29111 Rob Goedemans and Harry van der Hulst #> 29143 Rob Goedemans and Harry van der Hulst #> 29966 Rob Goedemans and Harry van der Hulst #> 29978 Rob Goedemans and Harry van der Hulst #> 29986 Rob Goedemans and Harry van der Hulst #> 30146 Rob Goedemans and Harry van der Hulst #> 30169 Rob Goedemans and Harry van der Hulst #> 30428 Ian Maddieson #> 30492 Ian Maddieson #> 30725 Ian Maddieson #> 30795 Ian Maddieson #> 31313 Ian Maddieson #> 31391 Ian Maddieson #> 31397 Ian Maddieson #> 31404 Ian Maddieson #> 31559 Ian Maddieson #> 31628 Ian Maddieson #> 31700 Ian Maddieson #> 31941 Ian Maddieson #> 32167 Balthasar Bickel and Johanna Nichols #> 32283 Balthasar Bickel and Johanna Nichols #> 32491 Balthasar Bickel and Johanna Nichols #> 32590 Balthasar Bickel and Johanna Nichols #> 32877 Johanna Nichols and Balthasar Bickel #> 33097 Johanna Nichols and Balthasar Bickel #> 33333 Johanna Nichols and Balthasar Bickel #> 33567 Johanna Nichols and Balthasar Bickel #> 34159 Matthew S. Dryer #> 34197 Matthew S. Dryer #> 34228 Matthew S. Dryer #> 34252 Matthew S. Dryer #> 34296 Matthew S. Dryer #> 34568 Carl Rubino #> 34597 Carl Rubino #> 34704 Carl Rubino #> 34746 Carl Rubino #> 34756 Carl Rubino #> 34762 Carl Rubino #> 34818 Carl Rubino #> 34993 Matthew Baerman and Dunstan Brown #> 35187 Matthew Baerman and Dunstan Brown #> 35734 Ian Maddieson #> 35752 Ian Maddieson #> 35780 Ian Maddieson #> 35789 Ian Maddieson #> 36040 Greville G. Corbett #> 36051 Greville G. Corbett #> 36082 Greville G. Corbett #> 36313 Greville G. Corbett #> 36358 Greville G. Corbett #> 36367 Greville G. Corbett #> 36615 Greville G. Corbett #> 36640 Greville G. Corbett #> 36643 Greville G. Corbett #> 37285 Matthew S. Dryer #> 37289 Matthew S. Dryer #> 37323 Matthew S. Dryer #> 37324 Matthew S. Dryer #> 37331 Matthew S. Dryer #> 37655 Matthew S. Dryer #> 37885 Martin Haspelmath #> 37899 Martin Haspelmath #> 37995 Martin Haspelmath #> 38103 Michael Daniel #> 38121 Michael Daniel #> 38383 Michael Daniel and Edith Moravcsik #> 38481 Michael Daniel and Edith Moravcsik #> 38575 Matthew S. Dryer #> 38678 Matthew S. Dryer #> 38790 Matthew S. Dryer #> 38791 Matthew S. Dryer #> 38866 Matthew S. Dryer #> 38873 Matthew S. Dryer #> 39242 Matthew S. Dryer #> 39244 Matthew S. Dryer #> 39261 Matthew S. Dryer #> 39264 Matthew S. Dryer #> 39357 Matthew S. Dryer #> 39407 Matthew S. Dryer #> 39760 Michael Cysouw #> 40295 Ian Maddieson #> 40389 Ian Maddieson #> 40396 Ian Maddieson #> 40414 Ian Maddieson #> 40596 Michael Cysouw #> 40743 Holger Diessel #> 40972 Holger Diessel #> 41332 D.N.S. Bhat #> 41368 Anna Siewierska #> 41382 Anna Siewierska #> 41841 Johannes Helmbrecht #> 42154 Martin Haspelmath #> 42321 Ekkehard König and Peter Siemund with Stephan Töpper #> 42753 Dik Bakker #> 42758 Dik Bakker #> 42898 Oliver A. Iggesen #> 42923 Oliver A. Iggesen #> 43392 Ian Maddieson #> 43598 Ian Maddieson #> 43609 Ian Maddieson #> 43610 Ian Maddieson #> 43653 Oliver A. Iggesen #> 43764 Oliver A. Iggesen #> 43998 Matthew S. Dryer #> 44547 Matthew S. Dryer #> 44586 Matthew S. Dryer #> 44599 Matthew S. Dryer #> 44837 Matthew S. Dryer #> 45089 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45495 Thomas Stolz and Ljuba N. Veselinova #> 45522 Thomas Stolz and Ljuba N. Veselinova #> 45642 David Gil #> 45680 David Gil #> 45851 David Gil #> 45980 David Gil #> 46068 David Gil #> 46251 David Gil #> 46327 David Gil #> 46650 Matthew S. Dryer #> 46739 Matthew S. Dryer #> 46794 Matthew S. Dryer #> 46805 Matthew S. Dryer #> 46860 Matthew S. Dryer #> 46905 Matthew S. Dryer #> 46954 Matthew S. Dryer #> 47341 Balthasar Bickel and Johanna Nichols #> 47437 Balthasar Bickel and Johanna Nichols #> 47510 Balthasar Bickel and Johanna Nichols #> 47567 Balthasar Bickel and Johanna Nichols #> 47777 Johanna Nichols and Balthasar Bickel #> 47828 Johanna Nichols and Balthasar Bickel #> 47989 Ian Maddieson #> 48127 Ian Maddieson #> 48292 Ian Maddieson #> 48515 Ian Maddieson #> 48741 David Gil #> 48859 Maria Koptjevskaja-Tamm #> 48913 Maria Koptjevskaja-Tamm #> 48992 Leon Stassen #> 49072 Leon Stassen #> 49080 Leon Stassen #> 49354 Martin Haspelmath #> 49428 Martin Haspelmath #> 49542 Östen Dahl and Viveka Velupillai #> 49616 Östen Dahl and Viveka Velupillai #> 49629 Östen Dahl and Viveka Velupillai #> 49733 Östen Dahl and Viveka Velupillai #> 49737 Östen Dahl and Viveka Velupillai #> 49753 Östen Dahl and Viveka Velupillai #> 49757 Östen Dahl and Viveka Velupillai #> 49808 Östen Dahl and Viveka Velupillai #> 49815 Östen Dahl and Viveka Velupillai #> 49827 Östen Dahl and Viveka Velupillai #> 49968 Östen Dahl and Viveka Velupillai #> 50055 Östen Dahl and Viveka Velupillai #> 50127 Östen Dahl and Viveka Velupillai #> 50174 Östen Dahl and Viveka Velupillai #> 50181 Östen Dahl and Viveka Velupillai #> 50230 Östen Dahl and Viveka Velupillai #> 50286 Östen Dahl and Viveka Velupillai #> 50298 Östen Dahl and Viveka Velupillai #> 50367 Östen Dahl and Viveka Velupillai #> 50375 Östen Dahl and Viveka Velupillai #> 51276 Matthew S. Dryer #> 51295 Matthew S. Dryer #> 51317 Matthew S. Dryer #> 51333 Matthew S. Dryer #> 51339 Matthew S. Dryer #> 51773 Ian Maddieson #> 51967 Ian Maddieson #> 51993 Ian Maddieson #> 52075 Ian Maddieson #> 52137 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52246 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52304 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52345 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52350 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52963 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52966 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52975 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52989 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53021 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53364 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53368 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53421 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53512 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53607 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53826 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53835 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53955 Johan van der Auwera and Andreas Ammann #> 53992 Johan van der Auwera and Andreas Ammann #> 54028 Johan van der Auwera and Andreas Ammann #> 54040 Johan van der Auwera and Andreas Ammann #> 54113 Johan van der Auwera and Andreas Ammann #> 54119 Johan van der Auwera and Andreas Ammann #> 54123 Johan van der Auwera and Andreas Ammann #> 54255 Johan van der Auwera and Andreas Ammann #> 54334 Johan van der Auwera and Andreas Ammann #> 54389 Johan van der Auwera and Andreas Ammann #> 54452 Johan van der Auwera and Andreas Ammann #> 54457 Johan van der Auwera and Andreas Ammann #> 54589 Ferdinand de Haan #> 55084 Ferdinand de Haan #> 55442 Ljuba N. Veselinova #> 55533 Ljuba N. Veselinova #> 55535 Ljuba N. Veselinova #> 55557 Ljuba N. Veselinova #> 55567 Ljuba N. Veselinova #> 55571 Ljuba N. Veselinova #> 55918 Ian Maddieson #> 56008 Ian Maddieson #> 56092 Ian Maddieson #> 56140 Ian Maddieson #> 56318 Ljuba N. Veselinova #> 56420 Ljuba N. Veselinova #> 56451 Ljuba N. Veselinova #> 56580 Matthew S. Dryer #> 56635 Matthew S. Dryer #> 56709 Matthew S. Dryer #> 56753 Matthew S. Dryer #> 56867 Matthew S. Dryer #> 57378 Matthew S. Dryer #> 58376 Matthew S. Dryer #> 58446 Matthew S. Dryer #> 58651 Matthew S. Dryer #> 58835 Matthew S. Dryer #> 58858 Matthew S. Dryer #> 59131 Matthew S. Dryer #> 59214 Matthew S. Dryer #> 59448 Matthew S. Dryer #> 59687 Matthew S. Dryer #> 59988 Matthew S. Dryer #> 60097 Matthew S. Dryer #> 60126 Matthew S. Dryer #> 60287 Matthew S. Dryer #> 60344 Matthew S. Dryer #> 61022 Matthew S. Dryer with Orin D. Gensler #> 61197 Matthew S. Dryer with Orin D. Gensler #> 62209 Matthew S. Dryer #> 62333 Matthew S. Dryer #> 62428 Matthew S. Dryer #> 62541 Matthew S. Dryer #> 62582 Matthew S. Dryer #> 62592 Matthew S. Dryer #> 62607 Matthew S. Dryer #> 62839 Matthew S. Dryer #> 62927 Matthew S. Dryer #> 63224 Matthew S. Dryer #> 63513 Matthew S. Dryer #> 63604 Matthew S. Dryer #> 63670 Matthew S. Dryer #> 63798 Matthew S. Dryer #> 64138 Matthew S. Dryer #> 64207 Matthew S. Dryer #> 64246 Matthew S. Dryer #> 64253 Matthew S. Dryer #> 64264 Matthew S. Dryer #> 64562 Matthew S. Dryer #> 64626 Matthew S. Dryer #> 65287 Matthew S. Dryer #> 65464 Matthew S. Dryer #> 65726 Matthew S. Dryer #> 66052 Matthew S. Dryer #> 66230 Matthew S. Dryer #> 66425 Matthew S. Dryer #> 66665 Matthew S. Dryer #> 66684 Matthew S. Dryer #> 66830 Matthew S. Dryer #> 66931 Matthew S. Dryer #> 67569 Matthew S. Dryer #> 67890 Gregory D.S. Anderson #> 68021 Gregory D.S. Anderson #> 68032 Gregory D.S. Anderson #> 68061 Gregory D.S. Anderson #> 68086 Gregory D.S. Anderson #> 68097 Gregory D.S. Anderson #> 68549 Matthew S. Dryer #> 68602 Matthew S. Dryer #> 68694 Matthew S. Dryer #> 68745 Matthew S. Dryer #> 68819 Matthew S. Dryer #> 69008 Matthew S. Dryer #> 69024 Matthew S. Dryer #> 69057 Matthew S. Dryer #> 69147 Matthew S. Dryer #> 69174 Matthew S. Dryer #> 70150 Matthew S. Dryer #> 70240 Matthew S. Dryer #> 70369 Matthew S. Dryer #> 70394 Matthew S. Dryer #> 70481 Matthew S. Dryer #> 71279 Matthew S. Dryer #> 71535 Matthew S. Dryer #> 71946 Matthew S. Dryer #> 72066 Matthew S. Dryer #> 72283 Matthew S. Dryer #> 72370 Matthew S. Dryer #> 72581 Matthew S. Dryer #> 72693 Matthew S. Dryer #> 72708 Matthew S. Dryer #> 73249 Matthew S. Dryer #> 73252 Matthew S. Dryer #> 73587 Matthew S. Dryer #> 73673 Matthew S. Dryer #> 73754 Matthew S. Dryer #> 73826 Matthew S. Dryer #> 73879 Matthew S. Dryer #> 73925 Matthew S. Dryer #> 74022 Matthew S. Dryer #> 74036 Matthew S. Dryer #> 74251 Matthew S. Dryer #> 74394 Matthew S. Dryer #> 74794 Matthew S. Dryer #> 74816 Matthew S. Dryer #> 74860 Matthew S. Dryer #> 74897 Matthew S. Dryer #> 74941 Matthew S. Dryer #> 75527 Matthew S. Dryer #> 75590 Matthew S. Dryer #> 76109 Bernard Comrie #> 76309 Bernard Comrie
# Get the set of Celtic and Romance languages: filter_WALS(genus=="Celtic" | genus=="Romance")
#> combined_ID feature_ID #> 224 1A-rsc 1A #> 264 1A-rom 1A #> 281 1A-fre 1A #> 297 1A-bre 1A #> 320 1A-spa 1A #> 326 1A-ctl 1A #> 554 1A-ird 1A #> 573 10A-fre 10A #> 735 10A-iri 10A #> 740 10A-spa 10A #> 1011 100A-spa 100A #> 1015 100A-iri 100A #> 1047 100A-wel 100A #> 1099 100A-ita 100A #> 1131 100A-fre 100A #> 1278 101A-fre 101A #> 1307 101A-gae 101A #> 1347 101A-por 101A #> 1477 101A-spa 101A #> 1481 101A-ctl 101A #> 1485 101A-ita 101A #> 1575 101A-crn 101A #> 1623 101A-bre 101A #> 1911 101A-iri 101A #> 2041 102A-wel 102A #> 2053 102A-iri 102A #> 2071 102A-fre 102A #> 2075 102A-ita 102A #> 2130 102A-spa 102A #> 2431 103A-spa 103A #> 2469 103A-wel 103A #> 2509 103A-ita 103A #> 2531 103A-iri 103A #> 2574 103A-fre 103A #> 2767 104A-fre 104A #> 2775 104A-wel 104A #> 2792 104A-iri 104A #> 2796 104A-ita 104A #> 3018 104A-spa 104A #> 3173 105A-fre 105A #> 3189 105A-ita 105A #> 3252 105A-spa 105A #> 3573 106A-fre 106A #> 3577 106A-spa 106A #> 3671 107A-iri 107A #> 3698 107A-fre 107A #> 3701 107A-spa 107A #> 3754 107A-ita 107A #> 3781 107A-wel 107A #> 4069 108A-gae 108A #> 4148 108A-spa 108A #> 4159 108A-fre 108A #> 4237 108B-gae 108B #> 4253 108B-fre 108B #> 4296 108B-spa 108B #> 4496 109A-fre 109A #> 4513 109A-spa 109A #> 4560 109A-gae 109A #> 4659 109B-spa 109B #> 4660 109B-gae 109B #> 4722 109B-fre 109B #> 5001 11A-ird 11A #> 5086 11A-spa 11A #> 5094 11A-rom 11A #> 5105 11A-ctl 11A #> 5233 11A-rsc 11A #> 5279 11A-fre 11A #> 5294 11A-bre 11A #> 5411 110A-iri 110A #> 5423 110A-spa 110A #> 5430 111A-iri 111A #> 5719 111A-fre 111A #> 5734 111A-spa 111A #> 6154 112A-rsu 112A #> 6157 112A-wec 112A #> 6240 112A-por 112A #> 6260 112A-iri 112A #> 6265 112A-srd 112A #> 6322 112A-gae 112A #> 6392 112A-spa 112A #> 6403 112A-fre 112A #> 6449 112A-ita 112A #> 6496 112A-crn 112A #> 6570 112A-rom 112A #> 6594 112A-ctl 112A #> 6623 112A-wel 112A #> 6869 112A-bre 112A #> 6909 113A-ita 113A #> 6914 113A-fre 113A #> 6918 113A-spa 113A #> 7093 113A-iri 113A #> 7265 114A-iri 114A #> 7380 114A-fre 114A #> 7409 114A-spa 114A #> 7436 114A-ita 114A #> 7550 115A-rom 115A #> 7626 115A-iri 115A #> 7655 115A-ctl 115A #> 7672 115A-por 115A #> 7674 115A-ita 115A #> 7677 115A-spa 115A #> 7680 115A-fre 115A #> 7771 116A-por 116A #> 7882 116A-fre 116A #> 7911 116A-srd 116A #> 7938 116A-bre 116A #> 8079 116A-wel 116A #> 8179 116A-crn 116A #> 8183 116A-iri 116A #> 8280 116A-gae 116A #> 8469 116A-spa 116A #> 8521 116A-rom 116A #> 8531 116A-ctl 116A #> 8619 116A-ita 116A #> 8669 117A-gae 117A #> 8671 117A-wel 117A #> 8672 117A-iri 117A #> 8694 117A-bre 117A #> 8845 117A-rom 117A #> 8867 117A-spa 117A #> 9059 118A-rom 118A #> 9064 118A-gae 118A #> 9118 118A-spa 118A #> 9121 118A-bre 118A #> 9123 118A-fre 118A #> 9134 118A-wel 118A #> 9150 118A-iri 118A #> 9293 119A-wel 119A #> 9363 119A-iri 119A #> 9402 119A-gae 119A #> 9466 119A-spa 119A #> 9550 119A-rom 119A #> 9586 119A-bre 119A #> 9587 119A-fre 119A #> 9723 12A-ctl 12A #> 9725 12A-spa 12A #> 9998 12A-bre 12A #> 10021 12A-fre 12A #> 10027 12A-rsc 12A #> 10048 12A-ird 12A #> 10209 120A-iri 120A #> 10220 120A-rom 120A #> 10258 120A-gae 120A #> 10270 120A-spa 120A #> 10272 120A-fre 120A #> 10332 120A-bre 120A #> 10333 120A-wel 120A #> 10610 121A-bre 121A #> 10680 121A-gae 121A #> 10693 121A-fre 121A #> 10694 121A-spa 121A #> 10697 121A-iri 121A #> 10705 122A-ita 122A #> 10710 122A-fre 122A #> 10790 122A-gae 122A #> 10851 122A-iri 122A #> 10862 122A-spa 122A #> 10868 123A-fre 123A #> 10873 123A-ita 123A #> 10876 123A-spa 123A #> 10899 123A-gae 123A #> 10913 123A-iri 123A #> 11022 124A-fre 124A #> 11107 124A-spa 124A #> 11138 124A-rom 124A #> 11310 125A-iri 125A #> 11331 125A-ita 125A #> 11389 125A-fre 125A #> 11419 125A-spa 125A #> 11519 126A-fre 126A #> 11521 126A-spa 126A #> 11530 126A-iri 126A #> 11531 126A-ita 126A #> 11699 127A-spa 127A #> 11702 127A-iri 127A #> 11706 127A-fre 127A #> 11719 127A-ita 127A #> 11831 128A-iri 128A #> 11898 128A-spa 128A #> 11902 128A-ita 128A #> 11904 128A-fre 128A #> 12159 129A-gae 129A #> 12163 129A-rom 129A #> 12201 129A-ctl 129A #> 12258 129A-spa 129A #> 12273 129A-bre 129A #> 12307 129A-wel 129A #> 12392 129A-crn 129A #> 12423 129A-por 129A #> 12458 129A-iri 129A #> 12460 129A-ita 129A #> 12521 129A-fre 129A #> 12540 13A-spa 13A #> 12594 13A-fre 13A #> 12597 13A-rsc 13A #> 12700 13A-bre 13A #> 12728 13A-ird 13A #> 12777 13A-ctl 13A #> 12782 13A-rom 13A #> 13163 130A-wel 130A #> 13177 130A-por 130A #> 13219 130A-spa 130A #> 13242 130A-ita 130A #> 13252 130A-bre 130A #> 13265 130A-fre 130A #> 13284 130A-iri 130A #> 13324 130A-ctl 130A #> 13438 130A-crn 130A #> 13461 130A-gae 130A #> 13591 130A-rom 130A #> 13740 131A-spa 131A #> 13840 131A-fre 131A #> 13853 131A-iri 131A #> 14016 132A-spa 132A #> 14026 132A-fre 132A #> 14150 133A-fre 133A #> 14151 133A-spa 133A #> 14165 134A-fre 134A #> 14174 134A-spa 134A #> 14320 135A-fre 135A #> 14360 135A-spa 135A #> 14605 136A-spa 136A #> 14610 136A-fre 136A #> 14817 136B-fre 136B #> 14824 136B-spa 136B #> 14896 137A-spa 137A #> 14904 137A-fre 137A #> 15112 137B-fre 137B #> 15229 137B-spa 137B #> 15372 138A-mol 138A #> 15423 138A-por 138A #> 15438 138A-fre 138A #> 15450 138A-ita 138A #> 15454 138A-rmc 138A #> 15461 138A-ctl 138A #> 15466 138A-bre 138A #> 15467 138A-spa 138A #> 15468 138A-occ 138A #> 15472 138A-wel 138A #> 15473 138A-ast 138A #> 15499 138A-pro 138A #> 15509 138A-iri 138A #> 15607 14A-por 14A #> 15636 14A-ita 14A #> 15669 14A-rom 14A #> 15766 14A-rsm 14A #> 15771 14A-srd 14A #> 15777 14A-fre 14A #> 15782 14A-ctl 14A #> 15794 14A-spa 14A #> 15799 14A-occ 14A #> 15802 14A-irm 14A #> 15827 14A-iri 14A #> 15847 14A-mnx 14A #> 15870 14A-gae 14A #> 15927 14A-wel 14A #> 15934 14A-crn 14A #> 16035 14A-bre 14A #> 16145 142A-itn 142A #> 16151 142A-ita 142A #> 16154 142A-itb 142A #> 16156 142A-itg 142A #> 16166 142A-ifi 142A #> 16192 142A-iri 142A #> 16220 142A-spa 142A #> 16237 142A-spc 142A #> 16284 143A-por 143A #> 16286 143A-spa 143A #> 16289 143A-gae 143A #> 16321 143A-srd 143A #> 16407 143A-rom 143A #> 16488 143A-iri 143A #> 16635 143A-wel 143A #> 16659 143A-ita 143A #> 16677 143A-crn 143A #> 16840 143A-bre 143A #> 16955 143A-ctl 143A #> 16993 143A-fre 143A #> 17103 143A-rsu 143A #> 17139 143A-wec 143A #> 17637 143B-bre 143B #> 17723 143C-ctl 143C #> 17766 143C-fre 143C #> 17820 143E-crn 143E #> 17821 143E-gae 143E #> 17856 143E-por 143E #> 17857 143E-bre 143E #> 17964 143E-rom 143E #> 18028 143E-srd 143E #> 18039 143E-spa 143E #> 18139 143E-ctl 143E #> 18178 143E-wel 143E #> 18384 143E-ita 143E #> 18440 143E-iri 143E #> 18457 143E-fre 143E #> 18811 143E-rsu 143E #> 18893 143E-wec 143E #> 19169 143F-bre 143F #> 19196 143F-rsu 143F #> 19296 143F-fre 143F #> 19354 143F-ctl 143F #> 19407 143F-wec 143F #> 19768 143F-srd 143F #> 19946 143F-rom 143F #> 19959 143F-gae 143F #> 20004 143F-spa 143F #> 20045 143F-crn 143F #> 20158 143F-ita 143F #> 20242 143F-iri 143F #> 20322 143F-wel 143F #> 20412 143F-por 143F #> 20503 143G-bre 143G #> 20763 143G-ita 143G #> 20885 143G-ctl 143G #> 21046 143G-spa 143G #> 21068 143G-wel 143G #> 21116 143G-rsu 143G #> 21195 143G-gae 143G #> 21387 143G-wec 143G #> 21417 143G-rom 143G #> 21420 143G-srd 143G #> 21530 143G-fre 143G #> 21622 143G-por 143G #> 21717 143G-iri 143G #> 21752 143G-crn 143G #> 21787 144A-wec 144A #> 21919 144A-bre 144A #> 22011 144A-fre 144A #> 22028 144A-ctl 144A #> 22107 144A-ita 144A #> 22126 144A-rom 144A #> 22163 144A-por 144A #> 22164 144A-spa 144A #> 22183 144A-srd 144A #> 22682 144A-rsu 144A #> 22933 144A-wel 144A #> 22943 144A-crn 144A #> 22955 144A-gae 144A #> 22960 144A-iri 144A #> 23071 144B-ita 144B #> 23077 144B-por 144B #> 23103 144B-crn 144B #> 23161 144B-gae 144B #> 23228 144B-iri 144B #> 23284 144B-wel 144B #> 23302 144B-ctl 144B #> 23347 144B-spa 144B #> 23356 144B-rom 144B #> 23359 144B-srd 144B #> 23408 144B-fre 144B #> 23459 144B-wec 144B #> 23598 144C-crn 144C #> 23639 144D-rsu 144D #> 23741 144D-bre 144D #> 23746 144D-ctl 144D #> 23762 144D-fre 144D #> 23785 144D-por 144D #> 23846 144D-rom 144D #> 23866 144D-spa 144D #> 23867 144D-ita 144D #> 23890 144D-srd 144D #> 24127 144F-bre 144F #> 24194 144G-fre 144G #> 24197 144G-ctl 144G #> 24373 144H-bre 144H #> 24389 144H-rsu 144H #> 24399 144H-ita 144H #> 24412 144H-por 144H #> 24463 144H-ctl 144H #> 24495 144H-spa 144H #> 24527 144H-srd 144H #> 24572 144H-fre 144H #> 24573 144H-rom 144H #> 24628 144I-spa 144I #> 24686 144I-srd 144I #> 24719 144I-rom 144I #> 24750 144I-por 144I #> 24757 144I-ita 144I #> 24833 144I-ctl 144I #> 24865 144I-bre 144I #> 24868 144I-fre 144I #> 25005 144I-rsu 144I #> 25084 144J-fre 144J #> 25089 144J-bre 144J #> 25098 144J-ctl 144J #> 25135 144J-por 144J #> 25193 144J-spa 144J #> 25237 144J-ita 144J #> 25261 144J-srd 144J #> 25402 144J-rom 144J #> 25686 144K-por 144K #> 25706 144K-fre 144K #> 25717 144K-spa 144K #> 25730 144K-ita 144K #> 25816 144K-ctl 144K #> 25845 144K-rom 144K #> 25898 144K-bre 144K #> 25900 144K-srd 144K #> 28358 144T-iri 144T #> 28359 144T-wel 144T #> 28367 144T-gae 144T #> 28431 144T-wec 144T #> 28498 144T-crn 144T #> 28557 144V-gae 144V #> 28558 144V-iri 144V #> 28575 144V-wel 144V #> 28624 144V-crn 144V #> 28676 144V-wec 144V #> 28688 144W-wec 144W #> 28689 144W-crn 144W #> 28801 144W-gae 144W #> 28808 144W-wel 144W #> 28821 144W-iri 144W #> 28871 144X-iri 144X #> 28874 144X-crn 144X #> 28878 144X-wel 144X #> 28886 144X-gae 144X #> 28926 144X-wec 144X #> 29044 15A-por 15A #> 29056 15A-srd 15A #> 29063 15A-spa 15A #> 29074 15A-ita 15A #> 29083 15A-occ 15A #> 29084 15A-ctl 15A #> 29088 15A-fre 15A #> 29092 15A-rsm 15A #> 29095 15A-rom 15A #> 29152 15A-irm 15A #> 29290 15A-crn 15A #> 29359 15A-mnx 15A #> 29459 15A-wel 15A #> 29461 15A-gae 15A #> 29462 15A-iri 15A #> 29492 15A-bre 15A #> 29543 16A-gae 16A #> 29629 16A-wel 16A #> 29632 16A-mnx 16A #> 29693 16A-srd 16A #> 29699 16A-crn 16A #> 29750 16A-bre 16A #> 29801 16A-iri 16A #> 29816 16A-irm 16A #> 29895 16A-fre 16A #> 29922 16A-rom 16A #> 29929 16A-ctl 16A #> 29931 16A-ita 16A #> 29940 16A-por 16A #> 29968 16A-spa 16A #> 29973 16A-occ 16A #> 29985 16A-rsm 16A #> 30003 17A-crn 17A #> 30122 17A-spa 17A #> 30189 17A-gae 17A #> 30193 17A-fre 17A #> 30215 17A-iri 17A #> 30218 17A-ita 17A #> 30300 17A-ctl 17A #> 30391 18A-rom 18A #> 30409 18A-fre 18A #> 30523 18A-ird 18A #> 30589 18A-bre 18A #> 30591 18A-rsc 18A #> 30630 18A-spa 18A #> 30679 18A-ctl 18A #> 30998 19A-rom 19A #> 31114 19A-rsc 19A #> 31158 19A-ird 19A #> 31193 19A-bre 19A #> 31225 19A-fre 19A #> 31270 19A-ctl 19A #> 31426 19A-spa 19A #> 31636 2A-spa 2A #> 31671 2A-ird 2A #> 31704 2A-rsc 2A #> 31844 2A-rom 2A #> 31846 2A-bre 2A #> 31864 2A-fre 2A #> 31931 2A-ctl 2A #> 32046 20A-spa 20A #> 32088 20A-fre 20A #> 32215 21A-spa 21A #> 32285 21A-fre 21A #> 32475 21B-spa 21B #> 32479 21B-fre 21B #> 32551 22A-spa 22A #> 32552 22A-fre 22A #> 32821 23A-spa 23A #> 32866 23A-fre 23A #> 32971 24A-fre 24A #> 33026 24A-spa 24A #> 33256 25A-spa 25A #> 33342 25A-fre 25A #> 33372 25B-spa 25B #> 33401 25B-fre 25B #> 33767 26A-por 26A #> 33773 26A-ita 26A #> 33843 26A-fre 26A #> 34059 26A-spa 26A #> 34062 26A-crn 26A #> 34065 26A-wel 26A #> 34069 26A-rom 26A #> 34072 26A-srd 26A #> 34171 26A-bre 26A #> 34231 26A-gae 26A #> 34354 26A-iri 26A #> 34883 27A-fre 27A #> 34891 27A-gae 27A #> 34898 27A-ita 27A #> 34901 27A-iri 27A #> 34907 27A-ctl 27A #> 34910 27A-por 27A #> 34913 27A-spa 27A #> 34915 27A-wel 27A #> 35070 28A-spa 28A #> 35071 28A-iri 28A #> 35076 28A-fre 28A #> 35189 29A-fre 29A #> 35202 29A-spa 29A #> 35235 29A-iri 29A #> 35326 3A-fre 3A #> 35523 3A-spa 3A #> 35604 3A-ctl 3A #> 35686 3A-bre 3A #> 35703 3A-rom 3A #> 35726 3A-ird 3A #> 35728 3A-rsc 3A #> 36034 30A-gae 30A #> 36060 30A-spa 30A #> 36066 30A-fre 30A #> 36302 31A-gae 31A #> 36306 31A-spa 31A #> 36329 31A-fre 31A #> 36605 32A-gae 32A #> 36628 32A-fre 32A #> 36642 32A-spa 32A #> 37036 33A-por 33A #> 37037 33A-spa 33A #> 37138 33A-fre 33A #> 37142 33A-srd 33A #> 37145 33A-rom 33A #> 37196 33A-bre 33A #> 37206 33A-ita 33A #> 37216 33A-crn 33A #> 37286 33A-wel 33A #> 37334 33A-iri 33A #> 37365 33A-gae 33A #> 37903 34A-por 34A #> 37924 34A-fre 34A #> 37929 34A-spa 34A #> 37964 34A-rom 34A #> 37986 34A-iri 34A #> 38013 34A-ita 34A #> 38118 35A-iri 35A #> 38178 35A-spa 35A #> 38223 35A-fre 35A #> 38485 36A-ita 36A #> 38486 36A-por 36A #> 38487 36A-iri 36A #> 38498 36A-spa 36A #> 38511 36A-fre 36A #> 38514 37A-bre 37A #> 38521 37A-ita 37A #> 38572 37A-spa 37A #> 38582 37A-por 37A #> 38589 37A-wel 37A #> 38597 37A-fre 37A #> 38639 37A-crn 37A #> 38702 37A-gae 37A #> 38724 37A-iri 37A #> 38820 37A-rom 37A #> 39142 38A-bre 38A #> 39246 38A-por 38A #> 39259 38A-ita 38A #> 39284 38A-ctl 38A #> 39297 38A-fre 38A #> 39318 38A-rom 38A #> 39322 38A-spa 38A #> 39386 38A-crn 38A #> 39417 38A-gae 38A #> 39423 38A-iri 38A #> 39435 38A-wel 38A #> 39711 39A-fre 39A #> 39726 39A-iri 39A #> 39796 39A-spa 39A #> 40316 4A-spa 4A #> 40357 4A-fre 4A #> 40368 4A-rsc 4A #> 40387 4A-ird 4A #> 40491 4A-rom 4A #> 40493 4A-bre 4A #> 40504 4A-ctl 4A #> 40605 40A-spa 40A #> 40623 40A-iri 40A #> 40647 40A-fre 40A #> 40708 41A-fre 41A #> 40730 41A-wel 41A #> 40819 41A-ita 41A #> 40880 41A-spa 41A #> 40906 41A-iri 41A #> 40939 42A-iri 42A #> 41058 42A-spa 42A #> 41060 42A-ita 42A #> 41094 42A-fre 42A #> 41096 42A-wel 42A #> 41197 43A-spa 43A #> 41303 43A-iri 43A #> 41340 43A-fre 43A #> 41365 44A-spa 44A #> 41427 44A-ita 44A #> 41449 44A-wel 44A #> 41468 44A-fre 44A #> 41477 44A-iri 44A #> 41751 45A-iri 45A #> 41889 45A-bre 45A #> 41893 45A-crn 45A #> 41895 45A-spa 45A #> 41897 45A-fre 45A #> 41913 45A-gae 45A #> 41917 45A-ita 45A #> 41918 45A-wel 45A #> 41921 45A-por 45A #> 41924 45A-mnx 45A #> 41931 45A-rom 45A #> 42009 46A-rom 46A #> 42156 46A-iri 46A #> 42162 46A-ita 46A #> 42205 46A-fre 46A #> 42234 46A-spa 46A #> 42260 46A-por 46A #> 42276 47A-wel 47A #> 42302 47A-iri 47A #> 42370 47A-por 47A #> 42381 47A-ita 47A #> 42387 47A-spa 47A #> 42390 47A-ctl 47A #> 42406 47A-rom 47A #> 42423 47A-fre 47A #> 42605 48A-fre 48A #> 42668 48A-spa 48A #> 42694 48A-ita 48A #> 42782 48A-wel 48A #> 42791 48A-iri 48A #> 42843 49A-wel 49A #> 42854 49A-ctl 49A #> 42875 49A-ita 49A #> 42892 49A-fre 49A #> 42906 49A-spa 49A #> 42934 49A-iri 49A #> 42941 49A-rom 49A #> 43107 5A-spa 5A #> 43344 5A-rom 5A #> 43348 5A-bre 5A #> 43388 5A-ird 5A #> 43397 5A-ctl 5A #> 43481 5A-fre 5A #> 43556 5A-rsc 5A #> 43666 50A-fre 50A #> 43715 50A-wel 50A #> 43765 50A-iri 50A #> 43827 50A-rom 50A #> 43828 50A-ita 50A #> 43850 50A-spa 50A #> 43856 50A-ctl 50A #> 43956 51A-rom 51A #> 44412 51A-iri 51A #> 44415 51A-gae 51A #> 44544 51A-fre 51A #> 44550 51A-bre 51A #> 44648 51A-wel 51A #> 44714 51A-spa 51A #> 44725 51A-crn 51A #> 44732 51A-por 51A #> 44844 51A-ita 51A #> 44945 52A-ldn 52A #> 44954 52A-bre 52A #> 44958 52A-rmc 52A #> 44961 52A-ctl 52A #> 44978 52A-por 52A #> 44979 52A-iri 52A #> 44999 52A-fre 52A #> 45006 52A-rom 52A #> 45016 52A-ita 52A #> 45258 52A-wel 52A #> 45331 53A-srd 53A #> 45478 53A-gae 53A #> 45486 53A-rom 53A #> 45517 53A-ldn 53A #> 45520 53A-rmc 53A #> 45524 53A-lno 53A #> 45540 53A-spa 53A #> 45545 53A-ita 53A #> 45551 53A-bre 53A #> 45555 53A-iri 53A #> 45559 53A-ctl 53A #> 45562 53A-wel 53A #> 45564 53A-fre 53A #> 45569 53A-glc 53A #> 45571 53A-por 53A #> 45574 53A-occ 53A #> 45614 54A-fre 54A #> 45643 54A-spa 54A #> 45644 54A-itu 54A #> 45801 54A-rom 54A #> 45914 55A-fre 55A #> 46262 56A-fre 56A #> 46855 57A-bre 57A #> 47012 57A-spa 57A #> 47054 57A-ita 57A #> 47126 57A-rom 57A #> 47175 57A-iri 57A #> 47208 57A-crn 57A #> 47247 57A-fre 57A #> 47302 58A-spa 58A #> 47467 58A-fre 58A #> 47618 58B-fre 58B #> 47670 58B-spa 58B #> 47825 59A-spa 59A #> 47835 59A-fre 59A #> 48076 6A-ctl 6A #> 48087 6A-rom 6A #> 48198 6A-ird 6A #> 48285 6A-spa 6A #> 48441 6A-bre 6A #> 48451 6A-rsc 6A #> 48495 6A-fre 6A #> 48631 60A-fre 60A #> 48697 61A-spa 61A #> 48737 61A-fre 61A #> 48798 61A-iri 61A #> 48870 62A-fre 62A #> 48872 62A-wel 62A #> 48877 62A-spa 62A #> 48912 62A-iri 62A #> 48983 63A-gae 63A #> 48996 63A-rom 63A #> 49020 63A-fre 63A #> 49029 63A-spa 63A #> 49044 63A-iri 63A #> 49101 63A-bre 63A #> 49232 64A-ita 64A #> 49269 64A-fre 64A #> 49302 64A-spa 64A #> 49548 65A-rom 65A #> 49552 65A-por 65A #> 49593 65A-spa 65A #> 49597 65A-fre 65A #> 49758 66A-por 66A #> 49810 66A-fre 66A #> 49823 66A-rom 66A #> 49829 66A-spa 66A #> 49964 67A-fre 67A #> 50056 67A-spa 67A #> 50130 67A-rom 67A #> 50142 67A-por 67A #> 50182 68A-fre 68A #> 50184 68A-spa 68A #> 50332 68A-por 68A #> 50338 68A-rom 68A #> 50658 69A-por 69A #> 50727 69A-crn 69A #> 50758 69A-wel 69A #> 50800 69A-srd 69A #> 50977 69A-ita 69A #> 51099 69A-spa 69A #> 51109 69A-rom 69A #> 51116 69A-fre 69A #> 51215 69A-bre 69A #> 51243 69A-iri 69A #> 51329 69A-gae 69A #> 51566 7A-rom 7A #> 51606 7A-bre 7A #> 51635 7A-fre 7A #> 51690 7A-spa 7A #> 51818 7A-ird 7A #> 51916 7A-rsc 7A #> 51941 7A-ctl 7A #> 52110 70A-glc 70A #> 52120 70A-wel 70A #> 52184 70A-lno 70A #> 52206 70A-rsu 70A #> 52295 70A-iri 70A #> 52310 70A-spa 70A #> 52388 70A-srd 70A #> 52393 70A-bre 70A #> 52394 70A-ctl 70A #> 52402 70A-rom 70A #> 52410 70A-por 70A #> 52420 70A-ita 70A #> 52423 70A-fre 70A #> 52434 70A-occ 70A #> 52496 70A-mnx 70A #> 52686 71A-fre 71A #> 52726 71A-rsu 71A #> 52854 71A-wel 71A #> 52905 71A-iri 71A #> 52948 71A-ctl 71A #> 52959 71A-por 71A #> 52961 71A-spa 71A #> 52968 71A-glc 71A #> 52971 71A-lno 71A #> 52980 71A-srd 71A #> 52996 71A-ita 71A #> 52998 71A-rom 71A #> 53238 72A-iri 72A #> 53259 72A-rom 72A #> 53325 72A-fre 72A #> 53358 72A-wel 72A #> 53370 72A-ita 72A #> 53392 72A-lno 72A #> 53422 72A-spa 72A #> 53449 72A-ctl 72A #> 53508 72A-por 72A #> 53575 73A-fre 73A #> 53718 73A-iri 73A #> 53726 73A-spa 73A #> 53902 74A-fre 74A #> 53904 74A-por 74A #> 53930 74A-rom 74A #> 53967 74A-iri 74A #> 53982 74A-wel 74A #> 54004 74A-ctl 74A #> 54006 74A-spa 74A #> 54020 74A-ita 74A #> 54083 75A-spa 75A #> 54095 75A-fre 75A #> 54102 75A-ctl 75A #> 54110 75A-rom 75A #> 54131 75A-iri 75A #> 54133 75A-ita 75A #> 54134 75A-por 75A #> 54225 75A-wel 75A #> 54313 76A-iri 76A #> 54317 76A-rom 76A #> 54324 76A-por 76A #> 54325 76A-spa 76A #> 54328 76A-ita 76A #> 54343 76A-fre 76A #> 54352 76A-ctl 76A #> 54362 76A-wel 76A #> 54572 77A-rom 77A #> 54603 77A-bre 77A #> 54666 77A-iri 77A #> 54699 77A-spa 77A #> 54777 77A-fre 77A #> 54983 78A-rom 78A #> 55056 78A-bre 78A #> 55105 78A-spa 78A #> 55117 78A-iri 78A #> 55344 78A-fre 78A #> 55402 79A-spa 79A #> 55407 79A-iri 79A #> 55413 79A-fre 79A #> 55558 79B-iri 79B #> 55568 79B-spa 79B #> 55709 79B-fre 79B #> 55856 8A-bre 8A #> 55859 8A-rom 8A #> 55916 8A-fre 8A #> 55971 8A-rsc 8A #> 55982 8A-ird 8A #> 56049 8A-spa 8A #> 56148 8A-ctl 8A #> 56346 80A-spa 80A #> 56385 80A-iri 80A #> 56407 80A-fre 80A #> 57106 81A-rsu 81A #> 57109 81A-ctl 81A #> 57334 81A-srd 81A #> 57410 81A-bre 81A #> 57467 81A-rom 81A #> 57472 81A-fre 81A #> 57518 81A-spa 81A #> 57525 81A-ita 81A #> 57537 81A-por 81A #> 57549 81A-crn 81A #> 57585 81A-gae 81A #> 57629 81A-wec 81A #> 57643 81A-iri 81A #> 57646 81A-wel 81A #> 58103 82A-por 82A #> 58377 82A-crn 82A #> 58513 82A-rom 82A #> 58731 82A-rsu 82A #> 58876 82A-srd 82A #> 58893 82A-fre 82A #> 59260 82A-wel 82A #> 59264 82A-wec 82A #> 59315 82A-gae 82A #> 59326 82A-iri 82A #> 59331 82A-bre 82A #> 59346 82A-ctl 82A #> 59365 82A-spa 82A #> 59427 82A-ita 82A #> 60173 83A-srd 83A #> 60282 83A-rom 83A #> 60380 83A-wec 83A #> 60466 83A-wel 83A #> 60597 83A-iri 83A #> 60622 83A-rsu 83A #> 60630 83A-fre 83A #> 60652 83A-gae 83A #> 60663 83A-crn 83A #> 60671 83A-spa 83A #> 60765 83A-ita 83A #> 60769 83A-ctl 83A #> 60843 83A-por 83A #> 60856 83A-bre 83A #> 60962 84A-fre 84A #> 61026 84A-spa 84A #> 61077 84A-iri 84A #> 61099 84A-gae 84A #> 61169 84A-wel 84A #> 62067 85A-spa 85A #> 62173 85A-ctl 85A #> 62195 85A-por 85A #> 62208 85A-iri 85A #> 62248 85A-fre 85A #> 62360 85A-rom 85A #> 62388 85A-bre 85A #> 62421 85A-gae 85A #> 62432 85A-ita 85A #> 62528 85A-crn 85A #> 62545 85A-wel 85A #> 63356 86A-spa 86A #> 63359 86A-gae 86A #> 63436 86A-ita 86A #> 63502 86A-fre 86A #> 63567 86A-crn 86A #> 63598 86A-rsu 86A #> 63654 86A-por 86A #> 63666 86A-rom 86A #> 63709 86A-wel 86A #> 63713 86A-bre 86A #> 63734 86A-ctl 86A #> 63745 86A-iri 86A #> 64286 87A-ita 87A #> 64340 87A-por 87A #> 64405 87A-rsu 87A #> 64478 87A-iri 87A #> 64639 87A-srd 87A #> 64681 87A-gae 87A #> 64786 87A-bre 87A #> 64790 87A-wel 87A #> 64835 87A-spa 87A #> 64882 87A-rom 87A #> 64997 87A-crn 87A #> 65050 87A-ctl 87A #> 65112 87A-fre 87A #> 65279 88A-spa 88A #> 65428 88A-ctl 88A #> 65473 88A-fre 88A #> 65558 88A-ita 88A #> 65592 88A-rsu 88A #> 65702 88A-por 88A #> 66121 88A-iri 88A #> 66204 88A-bre 88A #> 66298 88A-gae 88A #> 66308 88A-crn 88A #> 66323 88A-wel 88A #> 66424 88A-rom 88A #> 66485 89A-ita 89A #> 66523 89A-wel 89A #> 66543 89A-rom 89A #> 66581 89A-spa 89A #> 66623 89A-iri 89A #> 66661 89A-fre 89A #> 66691 89A-bre 89A #> 66729 89A-rsu 89A #> 66779 89A-gae 89A #> 66802 89A-ctl 89A #> 66887 89A-crn 89A #> 66925 89A-srd 89A #> 67944 9A-iri 9A #> 68085 9A-fre 9A #> 68100 9A-spa 9A #> 68121 90A-rom 90A #> 68190 90A-spa 90A #> 68202 90A-iri 90A #> 68237 90A-gae 90A #> 68292 90A-rsu 90A #> 68294 90A-crn 90A #> 68366 90A-wel 90A #> 68398 90A-bre 90A #> 68412 90A-fre 90A #> 68459 90A-por 90A #> 68499 90A-ctl 90A #> 68521 90A-ita 90A #> 68633 90A-srd 90A #> 69157 90C-por 90C #> 69181 90C-gae 90C #> 69200 90C-rsu 90C #> 69227 90C-ctl 90C #> 69239 90C-crn 90C #> 69250 90C-spa 90C #> 69306 90C-iri 90C #> 69372 90C-fre 90C #> 69434 90C-ita 90C #> 69455 90C-rom 90C #> 69518 90C-bre 90C #> 69542 90C-wel 90C #> 69621 90C-srd 90C #> 69841 91A-spa 91A #> 69896 91A-gae 91A #> 69929 91A-ita 91A #> 69949 91A-por 91A #> 69995 91A-rom 91A #> 70013 91A-fre 91A #> 70049 91A-srd 91A #> 70275 91A-bre 91A #> 70278 91A-wel 91A #> 70334 92A-crn 92A #> 70376 92A-por 92A #> 70399 92A-bre 92A #> 70403 92A-fre 92A #> 70432 92A-iri 92A #> 70438 92A-srd 92A #> 70443 92A-wel 92A #> 70855 92A-gae 92A #> 70894 92A-ita 92A #> 70938 92A-spa 92A #> 70995 92A-ctl 92A #> 71155 92A-rom 92A #> 71245 93A-iri 93A #> 71253 93A-wel 93A #> 71334 93A-rom 93A #> 71369 93A-spa 93A #> 71390 93A-gae 93A #> 71398 93A-bre 93A #> 71433 93A-fre 93A #> 71785 93A-crn 93A #> 72240 94A-srd 94A #> 72294 94A-spa 94A #> 72332 94A-gae 94A #> 72333 94A-rsu 94A #> 72343 94A-rom 94A #> 72364 94A-bre 94A #> 72387 94A-iri 94A #> 72454 94A-ita 94A #> 72460 94A-fre 94A #> 72492 94A-crn 94A #> 72502 94A-wel 94A #> 73388 95A-bre 95A #> 73407 95A-spa 95A #> 73417 95A-fre 95A #> 73514 95A-crn 95A #> 73544 95A-ita 95A #> 73583 95A-por 95A #> 73600 95A-ctl 95A #> 73612 95A-wel 95A #> 73634 95A-rom 95A #> 73718 95A-iri 95A #> 73729 95A-gae 95A #> 74161 96A-iri 96A #> 74175 96A-wel 96A #> 74183 96A-rsu 96A #> 74250 96A-gae 96A #> 74261 96A-ctl 96A #> 74296 96A-srd 96A #> 74316 96A-ita 96A #> 74340 96A-spa 96A #> 74412 96A-bre 96A #> 74422 96A-por 96A #> 74433 96A-crn 96A #> 74446 96A-rom 96A #> 74475 96A-fre 96A #> 75486 97A-ita 97A #> 75510 97A-iri 97A #> 75576 97A-srd 97A #> 75610 97A-bre 97A #> 75624 97A-spa 97A #> 75637 97A-rom 97A #> 75654 97A-rsu 97A #> 75670 97A-por 97A #> 75724 97A-ctl 97A #> 75761 97A-wel 97A #> 75797 97A-fre 97A #> 75818 97A-gae 97A #> 75833 97A-crn 97A #> 76108 98A-fre 98A #> 76165 98A-iri 98A #> 76225 98A-spa 98A #> 76374 99A-fre 99A #> 76377 99A-iri 99A #> 76390 99A-spa 99A #> feature #> 224 Consonant Inventories #> 264 Consonant Inventories #> 281 Consonant Inventories #> 297 Consonant Inventories #> 320 Consonant Inventories #> 326 Consonant Inventories #> 554 Consonant Inventories #> 573 Vowel Nasalization #> 735 Vowel Nasalization #> 740 Vowel Nasalization #> 1011 Alignment of Verbal Person Marking #> 1015 Alignment of Verbal Person Marking #> 1047 Alignment of Verbal Person Marking #> 1099 Alignment of Verbal Person Marking #> 1131 Alignment of Verbal Person Marking #> 1278 Expression of Pronominal Subjects #> 1307 Expression of Pronominal Subjects #> 1347 Expression of Pronominal Subjects #> 1477 Expression of Pronominal Subjects #> 1481 Expression of Pronominal Subjects #> 1485 Expression of Pronominal Subjects #> 1575 Expression of Pronominal Subjects #> 1623 Expression of Pronominal Subjects #> 1911 Expression of Pronominal Subjects #> 2041 Verbal Person Marking #> 2053 Verbal Person Marking #> 2071 Verbal Person Marking #> 2075 Verbal Person Marking #> 2130 Verbal Person Marking #> 2431 Third Person Zero of Verbal Person Marking #> 2469 Third Person Zero of Verbal Person Marking #> 2509 Third Person Zero of Verbal Person Marking #> 2531 Third Person Zero of Verbal Person Marking #> 2574 Third Person Zero of Verbal Person Marking #> 2767 Order of Person Markers on the Verb #> 2775 Order of Person Markers on the Verb #> 2792 Order of Person Markers on the Verb #> 2796 Order of Person Markers on the Verb #> 3018 Order of Person Markers on the Verb #> 3173 Ditransitive Constructions: The Verb 'Give' #> 3189 Ditransitive Constructions: The Verb 'Give' #> 3252 Ditransitive Constructions: The Verb 'Give' #> 3573 Reciprocal Constructions #> 3577 Reciprocal Constructions #> 3671 Passive Constructions #> 3698 Passive Constructions #> 3701 Passive Constructions #> 3754 Passive Constructions #> 3781 Passive Constructions #> 4069 Antipassive Constructions #> 4148 Antipassive Constructions #> 4159 Antipassive Constructions #> 4237 Productivity of the Antipassive Construction #> 4253 Productivity of the Antipassive Construction #> 4296 Productivity of the Antipassive Construction #> 4496 Applicative Constructions #> 4513 Applicative Constructions #> 4560 Applicative Constructions #> 4659 Other Roles of Applied Objects #> 4660 Other Roles of Applied Objects #> 4722 Other Roles of Applied Objects #> 5001 Front Rounded Vowels #> 5086 Front Rounded Vowels #> 5094 Front Rounded Vowels #> 5105 Front Rounded Vowels #> 5233 Front Rounded Vowels #> 5279 Front Rounded Vowels #> 5294 Front Rounded Vowels #> 5411 Periphrastic Causative Constructions #> 5423 Periphrastic Causative Constructions #> 5430 Nonperiphrastic Causative Constructions #> 5719 Nonperiphrastic Causative Constructions #> 5734 Nonperiphrastic Causative Constructions #> 6154 Negative Morphemes #> 6157 Negative Morphemes #> 6240 Negative Morphemes #> 6260 Negative Morphemes #> 6265 Negative Morphemes #> 6322 Negative Morphemes #> 6392 Negative Morphemes #> 6403 Negative Morphemes #> 6449 Negative Morphemes #> 6496 Negative Morphemes #> 6570 Negative Morphemes #> 6594 Negative Morphemes #> 6623 Negative Morphemes #> 6869 Negative Morphemes #> 6909 Symmetric and Asymmetric Standard Negation #> 6914 Symmetric and Asymmetric Standard Negation #> 6918 Symmetric and Asymmetric Standard Negation #> 7093 Symmetric and Asymmetric Standard Negation #> 7265 Subtypes of Asymmetric Standard Negation #> 7380 Subtypes of Asymmetric Standard Negation #> 7409 Subtypes of Asymmetric Standard Negation #> 7436 Subtypes of Asymmetric Standard Negation #> 7550 Negative Indefinite Pronouns and Predicate Negation #> 7626 Negative Indefinite Pronouns and Predicate Negation #> 7655 Negative Indefinite Pronouns and Predicate Negation #> 7672 Negative Indefinite Pronouns and Predicate Negation #> 7674 Negative Indefinite Pronouns and Predicate Negation #> 7677 Negative Indefinite Pronouns and Predicate Negation #> 7680 Negative Indefinite Pronouns and Predicate Negation #> 7771 Polar Questions #> 7882 Polar Questions #> 7911 Polar Questions #> 7938 Polar Questions #> 8079 Polar Questions #> 8179 Polar Questions #> 8183 Polar Questions #> 8280 Polar Questions #> 8469 Polar Questions #> 8521 Polar Questions #> 8531 Polar Questions #> 8619 Polar Questions #> 8669 Predicative Possession #> 8671 Predicative Possession #> 8672 Predicative Possession #> 8694 Predicative Possession #> 8845 Predicative Possession #> 8867 Predicative Possession #> 9059 Predicative Adjectives #> 9064 Predicative Adjectives #> 9118 Predicative Adjectives #> 9121 Predicative Adjectives #> 9123 Predicative Adjectives #> 9134 Predicative Adjectives #> 9150 Predicative Adjectives #> 9293 Nominal and Locational Predication #> 9363 Nominal and Locational Predication #> 9402 Nominal and Locational Predication #> 9466 Nominal and Locational Predication #> 9550 Nominal and Locational Predication #> 9586 Nominal and Locational Predication #> 9587 Nominal and Locational Predication #> 9723 Syllable Structure #> 9725 Syllable Structure #> 9998 Syllable Structure #> 10021 Syllable Structure #> 10027 Syllable Structure #> 10048 Syllable Structure #> 10209 Zero Copula for Predicate Nominals #> 10220 Zero Copula for Predicate Nominals #> 10258 Zero Copula for Predicate Nominals #> 10270 Zero Copula for Predicate Nominals #> 10272 Zero Copula for Predicate Nominals #> 10332 Zero Copula for Predicate Nominals #> 10333 Zero Copula for Predicate Nominals #> 10610 Comparative Constructions #> 10680 Comparative Constructions #> 10693 Comparative Constructions #> 10694 Comparative Constructions #> 10697 Comparative Constructions #> 10705 Relativization on Subjects #> 10710 Relativization on Subjects #> 10790 Relativization on Subjects #> 10851 Relativization on Subjects #> 10862 Relativization on Subjects #> 10868 Relativization on Obliques #> 10873 Relativization on Obliques #> 10876 Relativization on Obliques #> 10899 Relativization on Obliques #> 10913 Relativization on Obliques #> 11022 'Want' Complement Subjects #> 11107 'Want' Complement Subjects #> 11138 'Want' Complement Subjects #> 11310 Purpose Clauses #> 11331 Purpose Clauses #> 11389 Purpose Clauses #> 11419 Purpose Clauses #> 11519 'When' Clauses #> 11521 'When' Clauses #> 11530 'When' Clauses #> 11531 'When' Clauses #> 11699 Reason Clauses #> 11702 Reason Clauses #> 11706 Reason Clauses #> 11719 Reason Clauses #> 11831 Utterance Complement Clauses #> 11898 Utterance Complement Clauses #> 11902 Utterance Complement Clauses #> 11904 Utterance Complement Clauses #> 12159 Hand and Arm #> 12163 Hand and Arm #> 12201 Hand and Arm #> 12258 Hand and Arm #> 12273 Hand and Arm #> 12307 Hand and Arm #> 12392 Hand and Arm #> 12423 Hand and Arm #> 12458 Hand and Arm #> 12460 Hand and Arm #> 12521 Hand and Arm #> 12540 Tone #> 12594 Tone #> 12597 Tone #> 12700 Tone #> 12728 Tone #> 12777 Tone #> 12782 Tone #> 13163 Finger and Hand #> 13177 Finger and Hand #> 13219 Finger and Hand #> 13242 Finger and Hand #> 13252 Finger and Hand #> 13265 Finger and Hand #> 13284 Finger and Hand #> 13324 Finger and Hand #> 13438 Finger and Hand #> 13461 Finger and Hand #> 13591 Finger and Hand #> 13740 Numeral Bases #> 13840 Numeral Bases #> 13853 Numeral Bases #> 14016 Number of Non-Derived Basic Colour Categories #> 14026 Number of Non-Derived Basic Colour Categories #> 14150 Number of Basic Colour Categories #> 14151 Number of Basic Colour Categories #> 14165 Green and Blue #> 14174 Green and Blue #> 14320 Red and Yellow #> 14360 Red and Yellow #> 14605 M-T Pronouns #> 14610 M-T Pronouns #> 14817 M in First Person Singular #> 14824 M in First Person Singular #> 14896 N-M Pronouns #> 14904 N-M Pronouns #> 15112 M in Second Person Singular #> 15229 M in Second Person Singular #> 15372 Tea #> 15423 Tea #> 15438 Tea #> 15450 Tea #> 15454 Tea #> 15461 Tea #> 15466 Tea #> 15467 Tea #> 15468 Tea #> 15472 Tea #> 15473 Tea #> 15499 Tea #> 15509 Tea #> 15607 Fixed Stress Locations #> 15636 Fixed Stress Locations #> 15669 Fixed Stress Locations #> 15766 Fixed Stress Locations #> 15771 Fixed Stress Locations #> 15777 Fixed Stress Locations #> 15782 Fixed Stress Locations #> 15794 Fixed Stress Locations #> 15799 Fixed Stress Locations #> 15802 Fixed Stress Locations #> 15827 Fixed Stress Locations #> 15847 Fixed Stress Locations #> 15870 Fixed Stress Locations #> 15927 Fixed Stress Locations #> 15934 Fixed Stress Locations #> 16035 Fixed Stress Locations #> 16145 Para-Linguistic Usages of Clicks #> 16151 Para-Linguistic Usages of Clicks #> 16154 Para-Linguistic Usages of Clicks #> 16156 Para-Linguistic Usages of Clicks #> 16166 Para-Linguistic Usages of Clicks #> 16192 Para-Linguistic Usages of Clicks #> 16220 Para-Linguistic Usages of Clicks #> 16237 Para-Linguistic Usages of Clicks #> 16284 Order of Negative Morpheme and Verb #> 16286 Order of Negative Morpheme and Verb #> 16289 Order of Negative Morpheme and Verb #> 16321 Order of Negative Morpheme and Verb #> 16407 Order of Negative Morpheme and Verb #> 16488 Order of Negative Morpheme and Verb #> 16635 Order of Negative Morpheme and Verb #> 16659 Order of Negative Morpheme and Verb #> 16677 Order of Negative Morpheme and Verb #> 16840 Order of Negative Morpheme and Verb #> 16955 Order of Negative Morpheme and Verb #> 16993 Order of Negative Morpheme and Verb #> 17103 Order of Negative Morpheme and Verb #> 17139 Order of Negative Morpheme and Verb #> 17637 Obligatory Double Negation #> 17723 Optional Double Negation #> 17766 Optional Double Negation #> 17820 Preverbal Negative Morphemes #> 17821 Preverbal Negative Morphemes #> 17856 Preverbal Negative Morphemes #> 17857 Preverbal Negative Morphemes #> 17964 Preverbal Negative Morphemes #> 18028 Preverbal Negative Morphemes #> 18039 Preverbal Negative Morphemes #> 18139 Preverbal Negative Morphemes #> 18178 Preverbal Negative Morphemes #> 18384 Preverbal Negative Morphemes #> 18440 Preverbal Negative Morphemes #> 18457 Preverbal Negative Morphemes #> 18811 Preverbal Negative Morphemes #> 18893 Preverbal Negative Morphemes #> 19169 Postverbal Negative Morphemes #> 19196 Postverbal Negative Morphemes #> 19296 Postverbal Negative Morphemes #> 19354 Postverbal Negative Morphemes #> 19407 Postverbal Negative Morphemes #> 19768 Postverbal Negative Morphemes #> 19946 Postverbal Negative Morphemes #> 19959 Postverbal Negative Morphemes #> 20004 Postverbal Negative Morphemes #> 20045 Postverbal Negative Morphemes #> 20158 Postverbal Negative Morphemes #> 20242 Postverbal Negative Morphemes #> 20322 Postverbal Negative Morphemes #> 20412 Postverbal Negative Morphemes #> 20503 Minor morphological means of signaling negation #> 20763 Minor morphological means of signaling negation #> 20885 Minor morphological means of signaling negation #> 21046 Minor morphological means of signaling negation #> 21068 Minor morphological means of signaling negation #> 21116 Minor morphological means of signaling negation #> 21195 Minor morphological means of signaling negation #> 21387 Minor morphological means of signaling negation #> 21417 Minor morphological means of signaling negation #> 21420 Minor morphological means of signaling negation #> 21530 Minor morphological means of signaling negation #> 21622 Minor morphological means of signaling negation #> 21717 Minor morphological means of signaling negation #> 21752 Minor morphological means of signaling negation #> 21787 Position of Negative Word With Respect to Subject, Object, and Verb #> 21919 Position of Negative Word With Respect to Subject, Object, and Verb #> 22011 Position of Negative Word With Respect to Subject, Object, and Verb #> 22028 Position of Negative Word With Respect to Subject, Object, and Verb #> 22107 Position of Negative Word With Respect to Subject, Object, and Verb #> 22126 Position of Negative Word With Respect to Subject, Object, and Verb #> 22163 Position of Negative Word With Respect to Subject, Object, and Verb #> 22164 Position of Negative Word With Respect to Subject, Object, and Verb #> 22183 Position of Negative Word With Respect to Subject, Object, and Verb #> 22682 Position of Negative Word With Respect to Subject, Object, and Verb #> 22933 Position of Negative Word With Respect to Subject, Object, and Verb #> 22943 Position of Negative Word With Respect to Subject, Object, and Verb #> 22955 Position of Negative Word With Respect to Subject, Object, and Verb #> 22960 Position of Negative Word With Respect to Subject, Object, and Verb #> 23071 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23077 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23103 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23161 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23228 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23284 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23302 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23347 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23356 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23359 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23408 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23459 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23598 Languages with different word order in negative clauses #> 23639 The Position of Negative Morphemes in SVO Languages #> 23741 The Position of Negative Morphemes in SVO Languages #> 23746 The Position of Negative Morphemes in SVO Languages #> 23762 The Position of Negative Morphemes in SVO Languages #> 23785 The Position of Negative Morphemes in SVO Languages #> 23846 The Position of Negative Morphemes in SVO Languages #> 23866 The Position of Negative Morphemes in SVO Languages #> 23867 The Position of Negative Morphemes in SVO Languages #> 23890 The Position of Negative Morphemes in SVO Languages #> 24127 Obligatory Double Negation in SVO languages #> 24194 Optional Double Negation in SVO languages #> 24197 Optional Double Negation in SVO languages #> 24373 NegSVO Order #> 24389 NegSVO Order #> 24399 NegSVO Order #> 24412 NegSVO Order #> 24463 NegSVO Order #> 24495 NegSVO Order #> 24527 NegSVO Order #> 24572 NegSVO Order #> 24573 NegSVO Order #> 24628 SNegVO Order #> 24686 SNegVO Order #> 24719 SNegVO Order #> 24750 SNegVO Order #> 24757 SNegVO Order #> 24833 SNegVO Order #> 24865 SNegVO Order #> 24868 SNegVO Order #> 25005 SNegVO Order #> 25084 SVNegO Order #> 25089 SVNegO Order #> 25098 SVNegO Order #> 25135 SVNegO Order #> 25193 SVNegO Order #> 25237 SVNegO Order #> 25261 SVNegO Order #> 25402 SVNegO Order #> 25686 SVONeg Order #> 25706 SVONeg Order #> 25717 SVONeg Order #> 25730 SVONeg Order #> 25816 SVONeg Order #> 25845 SVONeg Order #> 25898 SVONeg Order #> 25900 SVONeg Order #> 28358 The Position of Negative Morphemes in Verb-Initial Languages #> 28359 The Position of Negative Morphemes in Verb-Initial Languages #> 28367 The Position of Negative Morphemes in Verb-Initial Languages #> 28431 The Position of Negative Morphemes in Verb-Initial Languages #> 28498 The Position of Negative Morphemes in Verb-Initial Languages #> 28557 Verb-Initial with Preverbal Negative #> 28558 Verb-Initial with Preverbal Negative #> 28575 Verb-Initial with Preverbal Negative #> 28624 Verb-Initial with Preverbal Negative #> 28676 Verb-Initial with Preverbal Negative #> 28688 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28689 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28801 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28808 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28821 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28871 Verb-Initial with Clause-Final Negative #> 28874 Verb-Initial with Clause-Final Negative #> 28878 Verb-Initial with Clause-Final Negative #> 28886 Verb-Initial with Clause-Final Negative #> 28926 Verb-Initial with Clause-Final Negative #> 29044 Weight-Sensitive Stress #> 29056 Weight-Sensitive Stress #> 29063 Weight-Sensitive Stress #> 29074 Weight-Sensitive Stress #> 29083 Weight-Sensitive Stress #> 29084 Weight-Sensitive Stress #> 29088 Weight-Sensitive Stress #> 29092 Weight-Sensitive Stress #> 29095 Weight-Sensitive Stress #> 29152 Weight-Sensitive Stress #> 29290 Weight-Sensitive Stress #> 29359 Weight-Sensitive Stress #> 29459 Weight-Sensitive Stress #> 29461 Weight-Sensitive Stress #> 29462 Weight-Sensitive Stress #> 29492 Weight-Sensitive Stress #> 29543 Weight Factors in Weight-Sensitive Stress Systems #> 29629 Weight Factors in Weight-Sensitive Stress Systems #> 29632 Weight Factors in Weight-Sensitive Stress Systems #> 29693 Weight Factors in Weight-Sensitive Stress Systems #> 29699 Weight Factors in Weight-Sensitive Stress Systems #> 29750 Weight Factors in Weight-Sensitive Stress Systems #> 29801 Weight Factors in Weight-Sensitive Stress Systems #> 29816 Weight Factors in Weight-Sensitive Stress Systems #> 29895 Weight Factors in Weight-Sensitive Stress Systems #> 29922 Weight Factors in Weight-Sensitive Stress Systems #> 29929 Weight Factors in Weight-Sensitive Stress Systems #> 29931 Weight Factors in Weight-Sensitive Stress Systems #> 29940 Weight Factors in Weight-Sensitive Stress Systems #> 29968 Weight Factors in Weight-Sensitive Stress Systems #> 29973 Weight Factors in Weight-Sensitive Stress Systems #> 29985 Weight Factors in Weight-Sensitive Stress Systems #> 30003 Rhythm Types #> 30122 Rhythm Types #> 30189 Rhythm Types #> 30193 Rhythm Types #> 30215 Rhythm Types #> 30218 Rhythm Types #> 30300 Rhythm Types #> 30391 Absence of Common Consonants #> 30409 Absence of Common Consonants #> 30523 Absence of Common Consonants #> 30589 Absence of Common Consonants #> 30591 Absence of Common Consonants #> 30630 Absence of Common Consonants #> 30679 Absence of Common Consonants #> 30998 Presence of Uncommon Consonants #> 31114 Presence of Uncommon Consonants #> 31158 Presence of Uncommon Consonants #> 31193 Presence of Uncommon Consonants #> 31225 Presence of Uncommon Consonants #> 31270 Presence of Uncommon Consonants #> 31426 Presence of Uncommon Consonants #> 31636 Vowel Quality Inventories #> 31671 Vowel Quality Inventories #> 31704 Vowel Quality Inventories #> 31844 Vowel Quality Inventories #> 31846 Vowel Quality Inventories #> 31864 Vowel Quality Inventories #> 31931 Vowel Quality Inventories #> 32046 Fusion of Selected Inflectional Formatives #> 32088 Fusion of Selected Inflectional Formatives #> 32215 Exponence of Selected Inflectional Formatives #> 32285 Exponence of Selected Inflectional Formatives #> 32475 Exponence of Tense-Aspect-Mood Inflection #> 32479 Exponence of Tense-Aspect-Mood Inflection #> 32551 Inflectional Synthesis of the Verb #> 32552 Inflectional Synthesis of the Verb #> 32821 Locus of Marking in the Clause #> 32866 Locus of Marking in the Clause #> 32971 Locus of Marking in Possessive Noun Phrases #> 33026 Locus of Marking in Possessive Noun Phrases #> 33256 Locus of Marking: Whole-language Typology #> 33342 Locus of Marking: Whole-language Typology #> 33372 Zero Marking of A and P Arguments #> 33401 Zero Marking of A and P Arguments #> 33767 Prefixing vs. Suffixing in Inflectional Morphology #> 33773 Prefixing vs. Suffixing in Inflectional Morphology #> 33843 Prefixing vs. Suffixing in Inflectional Morphology #> 34059 Prefixing vs. Suffixing in Inflectional Morphology #> 34062 Prefixing vs. Suffixing in Inflectional Morphology #> 34065 Prefixing vs. Suffixing in Inflectional Morphology #> 34069 Prefixing vs. Suffixing in Inflectional Morphology #> 34072 Prefixing vs. Suffixing in Inflectional Morphology #> 34171 Prefixing vs. Suffixing in Inflectional Morphology #> 34231 Prefixing vs. Suffixing in Inflectional Morphology #> 34354 Prefixing vs. Suffixing in Inflectional Morphology #> 34883 Reduplication #> 34891 Reduplication #> 34898 Reduplication #> 34901 Reduplication #> 34907 Reduplication #> 34910 Reduplication #> 34913 Reduplication #> 34915 Reduplication #> 35070 Case Syncretism #> 35071 Case Syncretism #> 35076 Case Syncretism #> 35189 Syncretism in Verbal Person/Number Marking #> 35202 Syncretism in Verbal Person/Number Marking #> 35235 Syncretism in Verbal Person/Number Marking #> 35326 Consonant-Vowel Ratio #> 35523 Consonant-Vowel Ratio #> 35604 Consonant-Vowel Ratio #> 35686 Consonant-Vowel Ratio #> 35703 Consonant-Vowel Ratio #> 35726 Consonant-Vowel Ratio #> 35728 Consonant-Vowel Ratio #> 36034 Number of Genders #> 36060 Number of Genders #> 36066 Number of Genders #> 36302 Sex-based and Non-sex-based Gender Systems #> 36306 Sex-based and Non-sex-based Gender Systems #> 36329 Sex-based and Non-sex-based Gender Systems #> 36605 Systems of Gender Assignment #> 36628 Systems of Gender Assignment #> 36642 Systems of Gender Assignment #> 37036 Coding of Nominal Plurality #> 37037 Coding of Nominal Plurality #> 37138 Coding of Nominal Plurality #> 37142 Coding of Nominal Plurality #> 37145 Coding of Nominal Plurality #> 37196 Coding of Nominal Plurality #> 37206 Coding of Nominal Plurality #> 37216 Coding of Nominal Plurality #> 37286 Coding of Nominal Plurality #> 37334 Coding of Nominal Plurality #> 37365 Coding of Nominal Plurality #> 37903 Occurrence of Nominal Plurality #> 37924 Occurrence of Nominal Plurality #> 37929 Occurrence of Nominal Plurality #> 37964 Occurrence of Nominal Plurality #> 37986 Occurrence of Nominal Plurality #> 38013 Occurrence of Nominal Plurality #> 38118 Plurality in Independent Personal Pronouns #> 38178 Plurality in Independent Personal Pronouns #> 38223 Plurality in Independent Personal Pronouns #> 38485 The Associative Plural #> 38486 The Associative Plural #> 38487 The Associative Plural #> 38498 The Associative Plural #> 38511 The Associative Plural #> 38514 Definite Articles #> 38521 Definite Articles #> 38572 Definite Articles #> 38582 Definite Articles #> 38589 Definite Articles #> 38597 Definite Articles #> 38639 Definite Articles #> 38702 Definite Articles #> 38724 Definite Articles #> 38820 Definite Articles #> 39142 Indefinite Articles #> 39246 Indefinite Articles #> 39259 Indefinite Articles #> 39284 Indefinite Articles #> 39297 Indefinite Articles #> 39318 Indefinite Articles #> 39322 Indefinite Articles #> 39386 Indefinite Articles #> 39417 Indefinite Articles #> 39423 Indefinite Articles #> 39435 Indefinite Articles #> 39711 Inclusive/Exclusive Distinction in Independent Pronouns #> 39726 Inclusive/Exclusive Distinction in Independent Pronouns #> 39796 Inclusive/Exclusive Distinction in Independent Pronouns #> 40316 Voicing in Plosives and Fricatives #> 40357 Voicing in Plosives and Fricatives #> 40368 Voicing in Plosives and Fricatives #> 40387 Voicing in Plosives and Fricatives #> 40491 Voicing in Plosives and Fricatives #> 40493 Voicing in Plosives and Fricatives #> 40504 Voicing in Plosives and Fricatives #> 40605 Inclusive/Exclusive Distinction in Verbal Inflection #> 40623 Inclusive/Exclusive Distinction in Verbal Inflection #> 40647 Inclusive/Exclusive Distinction in Verbal Inflection #> 40708 Distance Contrasts in Demonstratives #> 40730 Distance Contrasts in Demonstratives #> 40819 Distance Contrasts in Demonstratives #> 40880 Distance Contrasts in Demonstratives #> 40906 Distance Contrasts in Demonstratives #> 40939 Pronominal and Adnominal Demonstratives #> 41058 Pronominal and Adnominal Demonstratives #> 41060 Pronominal and Adnominal Demonstratives #> 41094 Pronominal and Adnominal Demonstratives #> 41096 Pronominal and Adnominal Demonstratives #> 41197 Third Person Pronouns and Demonstratives #> 41303 Third Person Pronouns and Demonstratives #> 41340 Third Person Pronouns and Demonstratives #> 41365 Gender Distinctions in Independent Personal Pronouns #> 41427 Gender Distinctions in Independent Personal Pronouns #> 41449 Gender Distinctions in Independent Personal Pronouns #> 41468 Gender Distinctions in Independent Personal Pronouns #> 41477 Gender Distinctions in Independent Personal Pronouns #> 41751 Politeness Distinctions in Pronouns #> 41889 Politeness Distinctions in Pronouns #> 41893 Politeness Distinctions in Pronouns #> 41895 Politeness Distinctions in Pronouns #> 41897 Politeness Distinctions in Pronouns #> 41913 Politeness Distinctions in Pronouns #> 41917 Politeness Distinctions in Pronouns #> 41918 Politeness Distinctions in Pronouns #> 41921 Politeness Distinctions in Pronouns #> 41924 Politeness Distinctions in Pronouns #> 41931 Politeness Distinctions in Pronouns #> 42009 Indefinite Pronouns #> 42156 Indefinite Pronouns #> 42162 Indefinite Pronouns #> 42205 Indefinite Pronouns #> 42234 Indefinite Pronouns #> 42260 Indefinite Pronouns #> 42276 Intensifiers and Reflexive Pronouns #> 42302 Intensifiers and Reflexive Pronouns #> 42370 Intensifiers and Reflexive Pronouns #> 42381 Intensifiers and Reflexive Pronouns #> 42387 Intensifiers and Reflexive Pronouns #> 42390 Intensifiers and Reflexive Pronouns #> 42406 Intensifiers and Reflexive Pronouns #> 42423 Intensifiers and Reflexive Pronouns #> 42605 Person Marking on Adpositions #> 42668 Person Marking on Adpositions #> 42694 Person Marking on Adpositions #> 42782 Person Marking on Adpositions #> 42791 Person Marking on Adpositions #> 42843 Number of Cases #> 42854 Number of Cases #> 42875 Number of Cases #> 42892 Number of Cases #> 42906 Number of Cases #> 42934 Number of Cases #> 42941 Number of Cases #> 43107 Voicing and Gaps in Plosive Systems #> 43344 Voicing and Gaps in Plosive Systems #> 43348 Voicing and Gaps in Plosive Systems #> 43388 Voicing and Gaps in Plosive Systems #> 43397 Voicing and Gaps in Plosive Systems #> 43481 Voicing and Gaps in Plosive Systems #> 43556 Voicing and Gaps in Plosive Systems #> 43666 Asymmetrical Case-Marking #> 43715 Asymmetrical Case-Marking #> 43765 Asymmetrical Case-Marking #> 43827 Asymmetrical Case-Marking #> 43828 Asymmetrical Case-Marking #> 43850 Asymmetrical Case-Marking #> 43856 Asymmetrical Case-Marking #> 43956 Position of Case Affixes #> 44412 Position of Case Affixes #> 44415 Position of Case Affixes #> 44544 Position of Case Affixes #> 44550 Position of Case Affixes #> 44648 Position of Case Affixes #> 44714 Position of Case Affixes #> 44725 Position of Case Affixes #> 44732 Position of Case Affixes #> 44844 Position of Case Affixes #> 44945 Comitatives and Instrumentals #> 44954 Comitatives and Instrumentals #> 44958 Comitatives and Instrumentals #> 44961 Comitatives and Instrumentals #> 44978 Comitatives and Instrumentals #> 44979 Comitatives and Instrumentals #> 44999 Comitatives and Instrumentals #> 45006 Comitatives and Instrumentals #> 45016 Comitatives and Instrumentals #> 45258 Comitatives and Instrumentals #> 45331 Ordinal Numerals #> 45478 Ordinal Numerals #> 45486 Ordinal Numerals #> 45517 Ordinal Numerals #> 45520 Ordinal Numerals #> 45524 Ordinal Numerals #> 45540 Ordinal Numerals #> 45545 Ordinal Numerals #> 45551 Ordinal Numerals #> 45555 Ordinal Numerals #> 45559 Ordinal Numerals #> 45562 Ordinal Numerals #> 45564 Ordinal Numerals #> 45569 Ordinal Numerals #> 45571 Ordinal Numerals #> 45574 Ordinal Numerals #> 45614 Distributive Numerals #> 45643 Distributive Numerals #> 45644 Distributive Numerals #> 45801 Distributive Numerals #> 45914 Numeral Classifiers #> 46262 Conjunctions and Universal Quantifiers #> 46855 Position of Pronominal Possessive Affixes #> 47012 Position of Pronominal Possessive Affixes #> 47054 Position of Pronominal Possessive Affixes #> 47126 Position of Pronominal Possessive Affixes #> 47175 Position of Pronominal Possessive Affixes #> 47208 Position of Pronominal Possessive Affixes #> 47247 Position of Pronominal Possessive Affixes #> 47302 Obligatory Possessive Inflection #> 47467 Obligatory Possessive Inflection #> 47618 Number of Possessive Nouns #> 47670 Number of Possessive Nouns #> 47825 Possessive Classification #> 47835 Possessive Classification #> 48076 Uvular Consonants #> 48087 Uvular Consonants #> 48198 Uvular Consonants #> 48285 Uvular Consonants #> 48441 Uvular Consonants #> 48451 Uvular Consonants #> 48495 Uvular Consonants #> 48631 Genitives, Adjectives and Relative Clauses #> 48697 Adjectives without Nouns #> 48737 Adjectives without Nouns #> 48798 Adjectives without Nouns #> 48870 Action Nominal Constructions #> 48872 Action Nominal Constructions #> 48877 Action Nominal Constructions #> 48912 Action Nominal Constructions #> 48983 Noun Phrase Conjunction #> 48996 Noun Phrase Conjunction #> 49020 Noun Phrase Conjunction #> 49029 Noun Phrase Conjunction #> 49044 Noun Phrase Conjunction #> 49101 Noun Phrase Conjunction #> 49232 Nominal and Verbal Conjunction #> 49269 Nominal and Verbal Conjunction #> 49302 Nominal and Verbal Conjunction #> 49548 Perfective/Imperfective Aspect #> 49552 Perfective/Imperfective Aspect #> 49593 Perfective/Imperfective Aspect #> 49597 Perfective/Imperfective Aspect #> 49758 The Past Tense #> 49810 The Past Tense #> 49823 The Past Tense #> 49829 The Past Tense #> 49964 The Future Tense #> 50056 The Future Tense #> 50130 The Future Tense #> 50142 The Future Tense #> 50182 The Perfect #> 50184 The Perfect #> 50332 The Perfect #> 50338 The Perfect #> 50658 Position of Tense-Aspect Affixes #> 50727 Position of Tense-Aspect Affixes #> 50758 Position of Tense-Aspect Affixes #> 50800 Position of Tense-Aspect Affixes #> 50977 Position of Tense-Aspect Affixes #> 51099 Position of Tense-Aspect Affixes #> 51109 Position of Tense-Aspect Affixes #> 51116 Position of Tense-Aspect Affixes #> 51215 Position of Tense-Aspect Affixes #> 51243 Position of Tense-Aspect Affixes #> 51329 Position of Tense-Aspect Affixes #> 51566 Glottalized Consonants #> 51606 Glottalized Consonants #> 51635 Glottalized Consonants #> 51690 Glottalized Consonants #> 51818 Glottalized Consonants #> 51916 Glottalized Consonants #> 51941 Glottalized Consonants #> 52110 The Morphological Imperative #> 52120 The Morphological Imperative #> 52184 The Morphological Imperative #> 52206 The Morphological Imperative #> 52295 The Morphological Imperative #> 52310 The Morphological Imperative #> 52388 The Morphological Imperative #> 52393 The Morphological Imperative #> 52394 The Morphological Imperative #> 52402 The Morphological Imperative #> 52410 The Morphological Imperative #> 52420 The Morphological Imperative #> 52423 The Morphological Imperative #> 52434 The Morphological Imperative #> 52496 The Morphological Imperative #> 52686 The Prohibitive #> 52726 The Prohibitive #> 52854 The Prohibitive #> 52905 The Prohibitive #> 52948 The Prohibitive #> 52959 The Prohibitive #> 52961 The Prohibitive #> 52968 The Prohibitive #> 52971 The Prohibitive #> 52980 The Prohibitive #> 52996 The Prohibitive #> 52998 The Prohibitive #> 53238 Imperative-Hortative Systems #> 53259 Imperative-Hortative Systems #> 53325 Imperative-Hortative Systems #> 53358 Imperative-Hortative Systems #> 53370 Imperative-Hortative Systems #> 53392 Imperative-Hortative Systems #> 53422 Imperative-Hortative Systems #> 53449 Imperative-Hortative Systems #> 53508 Imperative-Hortative Systems #> 53575 The Optative #> 53718 The Optative #> 53726 The Optative #> 53902 Situational Possibility #> 53904 Situational Possibility #> 53930 Situational Possibility #> 53967 Situational Possibility #> 53982 Situational Possibility #> 54004 Situational Possibility #> 54006 Situational Possibility #> 54020 Situational Possibility #> 54083 Epistemic Possibility #> 54095 Epistemic Possibility #> 54102 Epistemic Possibility #> 54110 Epistemic Possibility #> 54131 Epistemic Possibility #> 54133 Epistemic Possibility #> 54134 Epistemic Possibility #> 54225 Epistemic Possibility #> 54313 Overlap between Situational and Epistemic Modal Marking #> 54317 Overlap between Situational and Epistemic Modal Marking #> 54324 Overlap between Situational and Epistemic Modal Marking #> 54325 Overlap between Situational and Epistemic Modal Marking #> 54328 Overlap between Situational and Epistemic Modal Marking #> 54343 Overlap between Situational and Epistemic Modal Marking #> 54352 Overlap between Situational and Epistemic Modal Marking #> 54362 Overlap between Situational and Epistemic Modal Marking #> 54572 Semantic Distinctions of Evidentiality #> 54603 Semantic Distinctions of Evidentiality #> 54666 Semantic Distinctions of Evidentiality #> 54699 Semantic Distinctions of Evidentiality #> 54777 Semantic Distinctions of Evidentiality #> 54983 Coding of Evidentiality #> 55056 Coding of Evidentiality #> 55105 Coding of Evidentiality #> 55117 Coding of Evidentiality #> 55344 Coding of Evidentiality #> 55402 Suppletion According to Tense and Aspect #> 55407 Suppletion According to Tense and Aspect #> 55413 Suppletion According to Tense and Aspect #> 55558 Suppletion in Imperatives and Hortatives #> 55568 Suppletion in Imperatives and Hortatives #> 55709 Suppletion in Imperatives and Hortatives #> 55856 Lateral Consonants #> 55859 Lateral Consonants #> 55916 Lateral Consonants #> 55971 Lateral Consonants #> 55982 Lateral Consonants #> 56049 Lateral Consonants #> 56148 Lateral Consonants #> 56346 Verbal Number and Suppletion #> 56385 Verbal Number and Suppletion #> 56407 Verbal Number and Suppletion #> 57106 Order of Subject, Object and Verb #> 57109 Order of Subject, Object and Verb #> 57334 Order of Subject, Object and Verb #> 57410 Order of Subject, Object and Verb #> 57467 Order of Subject, Object and Verb #> 57472 Order of Subject, Object and Verb #> 57518 Order of Subject, Object and Verb #> 57525 Order of Subject, Object and Verb #> 57537 Order of Subject, Object and Verb #> 57549 Order of Subject, Object and Verb #> 57585 Order of Subject, Object and Verb #> 57629 Order of Subject, Object and Verb #> 57643 Order of Subject, Object and Verb #> 57646 Order of Subject, Object and Verb #> 58103 Order of Subject and Verb #> 58377 Order of Subject and Verb #> 58513 Order of Subject and Verb #> 58731 Order of Subject and Verb #> 58876 Order of Subject and Verb #> 58893 Order of Subject and Verb #> 59260 Order of Subject and Verb #> 59264 Order of Subject and Verb #> 59315 Order of Subject and Verb #> 59326 Order of Subject and Verb #> 59331 Order of Subject and Verb #> 59346 Order of Subject and Verb #> 59365 Order of Subject and Verb #> 59427 Order of Subject and Verb #> 60173 Order of Object and Verb #> 60282 Order of Object and Verb #> 60380 Order of Object and Verb #> 60466 Order of Object and Verb #> 60597 Order of Object and Verb #> 60622 Order of Object and Verb #> 60630 Order of Object and Verb #> 60652 Order of Object and Verb #> 60663 Order of Object and Verb #> 60671 Order of Object and Verb #> 60765 Order of Object and Verb #> 60769 Order of Object and Verb #> 60843 Order of Object and Verb #> 60856 Order of Object and Verb #> 60962 Order of Object, Oblique, and Verb #> 61026 Order of Object, Oblique, and Verb #> 61077 Order of Object, Oblique, and Verb #> 61099 Order of Object, Oblique, and Verb #> 61169 Order of Object, Oblique, and Verb #> 62067 Order of Adposition and Noun Phrase #> 62173 Order of Adposition and Noun Phrase #> 62195 Order of Adposition and Noun Phrase #> 62208 Order of Adposition and Noun Phrase #> 62248 Order of Adposition and Noun Phrase #> 62360 Order of Adposition and Noun Phrase #> 62388 Order of Adposition and Noun Phrase #> 62421 Order of Adposition and Noun Phrase #> 62432 Order of Adposition and Noun Phrase #> 62528 Order of Adposition and Noun Phrase #> 62545 Order of Adposition and Noun Phrase #> 63356 Order of Genitive and Noun #> 63359 Order of Genitive and Noun #> 63436 Order of Genitive and Noun #> 63502 Order of Genitive and Noun #> 63567 Order of Genitive and Noun #> 63598 Order of Genitive and Noun #> 63654 Order of Genitive and Noun #> 63666 Order of Genitive and Noun #> 63709 Order of Genitive and Noun #> 63713 Order of Genitive and Noun #> 63734 Order of Genitive and Noun #> 63745 Order of Genitive and Noun #> 64286 Order of Adjective and Noun #> 64340 Order of Adjective and Noun #> 64405 Order of Adjective and Noun #> 64478 Order of Adjective and Noun #> 64639 Order of Adjective and Noun #> 64681 Order of Adjective and Noun #> 64786 Order of Adjective and Noun #> 64790 Order of Adjective and Noun #> 64835 Order of Adjective and Noun #> 64882 Order of Adjective and Noun #> 64997 Order of Adjective and Noun #> 65050 Order of Adjective and Noun #> 65112 Order of Adjective and Noun #> 65279 Order of Demonstrative and Noun #> 65428 Order of Demonstrative and Noun #> 65473 Order of Demonstrative and Noun #> 65558 Order of Demonstrative and Noun #> 65592 Order of Demonstrative and Noun #> 65702 Order of Demonstrative and Noun #> 66121 Order of Demonstrative and Noun #> 66204 Order of Demonstrative and Noun #> 66298 Order of Demonstrative and Noun #> 66308 Order of Demonstrative and Noun #> 66323 Order of Demonstrative and Noun #> 66424 Order of Demonstrative and Noun #> 66485 Order of Numeral and Noun #> 66523 Order of Numeral and Noun #> 66543 Order of Numeral and Noun #> 66581 Order of Numeral and Noun #> 66623 Order of Numeral and Noun #> 66661 Order of Numeral and Noun #> 66691 Order of Numeral and Noun #> 66729 Order of Numeral and Noun #> 66779 Order of Numeral and Noun #> 66802 Order of Numeral and Noun #> 66887 Order of Numeral and Noun #> 66925 Order of Numeral and Noun #> 67944 The Velar Nasal #> 68085 The Velar Nasal #> 68100 The Velar Nasal #> 68121 Order of Relative Clause and Noun #> 68190 Order of Relative Clause and Noun #> 68202 Order of Relative Clause and Noun #> 68237 Order of Relative Clause and Noun #> 68292 Order of Relative Clause and Noun #> 68294 Order of Relative Clause and Noun #> 68366 Order of Relative Clause and Noun #> 68398 Order of Relative Clause and Noun #> 68412 Order of Relative Clause and Noun #> 68459 Order of Relative Clause and Noun #> 68499 Order of Relative Clause and Noun #> 68521 Order of Relative Clause and Noun #> 68633 Order of Relative Clause and Noun #> 69157 Postnominal relative clauses #> 69181 Postnominal relative clauses #> 69200 Postnominal relative clauses #> 69227 Postnominal relative clauses #> 69239 Postnominal relative clauses #> 69250 Postnominal relative clauses #> 69306 Postnominal relative clauses #> 69372 Postnominal relative clauses #> 69434 Postnominal relative clauses #> 69455 Postnominal relative clauses #> 69518 Postnominal relative clauses #> 69542 Postnominal relative clauses #> 69621 Postnominal relative clauses #> 69841 Order of Degree Word and Adjective #> 69896 Order of Degree Word and Adjective #> 69929 Order of Degree Word and Adjective #> 69949 Order of Degree Word and Adjective #> 69995 Order of Degree Word and Adjective #> 70013 Order of Degree Word and Adjective #> 70049 Order of Degree Word and Adjective #> 70275 Order of Degree Word and Adjective #> 70278 Order of Degree Word and Adjective #> 70334 Position of Polar Question Particles #> 70376 Position of Polar Question Particles #> 70399 Position of Polar Question Particles #> 70403 Position of Polar Question Particles #> 70432 Position of Polar Question Particles #> 70438 Position of Polar Question Particles #> 70443 Position of Polar Question Particles #> 70855 Position of Polar Question Particles #> 70894 Position of Polar Question Particles #> 70938 Position of Polar Question Particles #> 70995 Position of Polar Question Particles #> 71155 Position of Polar Question Particles #> 71245 Position of Interrogative Phrases in Content Questions #> 71253 Position of Interrogative Phrases in Content Questions #> 71334 Position of Interrogative Phrases in Content Questions #> 71369 Position of Interrogative Phrases in Content Questions #> 71390 Position of Interrogative Phrases in Content Questions #> 71398 Position of Interrogative Phrases in Content Questions #> 71433 Position of Interrogative Phrases in Content Questions #> 71785 Position of Interrogative Phrases in Content Questions #> 72240 Order of Adverbial Subordinator and Clause #> 72294 Order of Adverbial Subordinator and Clause #> 72332 Order of Adverbial Subordinator and Clause #> 72333 Order of Adverbial Subordinator and Clause #> 72343 Order of Adverbial Subordinator and Clause #> 72364 Order of Adverbial Subordinator and Clause #> 72387 Order of Adverbial Subordinator and Clause #> 72454 Order of Adverbial Subordinator and Clause #> 72460 Order of Adverbial Subordinator and Clause #> 72492 Order of Adverbial Subordinator and Clause #> 72502 Order of Adverbial Subordinator and Clause #> 73388 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73407 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73417 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73514 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73544 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73583 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73600 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73612 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73634 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73718 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73729 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 74161 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74175 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74183 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74250 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74261 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74296 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74316 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74340 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74412 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74422 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74433 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74446 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74475 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 75486 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75510 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75576 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75610 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75624 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75637 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75654 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75670 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75724 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75761 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75797 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75818 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75833 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 76108 Alignment of Case Marking of Full Noun Phrases #> 76165 Alignment of Case Marking of Full Noun Phrases #> 76225 Alignment of Case Marking of Full Noun Phrases #> 76374 Alignment of Case Marking of Pronouns #> 76377 Alignment of Case Marking of Pronouns #> 76390 Alignment of Case Marking of Pronouns #> value_ID #> 224 3 #> 264 3 #> 281 3 #> 297 3 #> 320 3 #> 326 3 #> 554 5 #> 573 1 #> 735 2 #> 740 2 #> 1011 2 #> 1015 2 #> 1047 2 #> 1099 2 #> 1131 2 #> 1278 1 #> 1307 1 #> 1347 2 #> 1477 2 #> 1481 2 #> 1485 2 #> 1575 2 #> 1623 2 #> 1911 6 #> 2041 2 #> 2053 2 #> 2071 2 #> 2075 2 #> 2130 5 #> 2431 2 #> 2469 2 #> 2509 2 #> 2531 2 #> 2574 2 #> 2767 1 #> 2775 1 #> 2792 1 #> 2796 1 #> 3018 3 #> 3173 1 #> 3189 1 #> 3252 1 #> 3573 3 #> 3577 3 #> 3671 1 #> 3698 1 #> 3701 1 #> 3754 1 #> 3781 1 #> 4069 3 #> 4148 3 #> 4159 3 #> 4237 4 #> 4253 4 #> 4296 4 #> 4496 8 #> 4513 8 #> 4560 8 #> 4659 5 #> 4660 5 #> 4722 5 #> 5001 1 #> 5086 1 #> 5094 1 #> 5105 1 #> 5233 1 #> 5279 2 #> 5294 2 #> 5411 2 #> 5423 3 #> 5430 1 #> 5719 4 #> 5734 4 #> 6154 2 #> 6157 2 #> 6240 2 #> 6260 2 #> 6265 2 #> 6322 2 #> 6392 2 #> 6403 2 #> 6449 2 #> 6496 2 #> 6570 2 #> 6594 2 #> 6623 2 #> 6869 6 #> 6909 1 #> 6914 1 #> 6918 1 #> 7093 3 #> 7265 3 #> 7380 7 #> 7409 7 #> 7436 7 #> 7550 1 #> 7626 1 #> 7655 1 #> 7672 3 #> 7674 3 #> 7677 3 #> 7680 3 #> 7771 1 #> 7882 1 #> 7911 1 #> 7938 1 #> 8079 1 #> 8179 1 #> 8183 1 #> 8280 2 #> 8469 4 #> 8521 6 #> 8531 6 #> 8619 6 #> 8669 1 #> 8671 1 #> 8672 1 #> 8694 1 #> 8845 5 #> 8867 5 #> 9059 2 #> 9064 2 #> 9118 2 #> 9121 2 #> 9123 2 #> 9134 2 #> 9150 2 #> 9293 1 #> 9363 1 #> 9402 1 #> 9466 1 #> 9550 2 #> 9586 2 #> 9587 2 #> 9723 2 #> 9725 2 #> 9998 3 #> 10021 3 #> 10027 3 #> 10048 3 #> 10209 1 #> 10220 1 #> 10258 1 #> 10270 1 #> 10272 1 #> 10332 1 #> 10333 1 #> 10610 1 #> 10680 4 #> 10693 4 #> 10694 4 #> 10697 4 #> 10705 1 #> 10710 1 #> 10790 4 #> 10851 4 #> 10862 4 #> 10868 1 #> 10873 1 #> 10876 1 #> 10899 3 #> 10913 3 #> 11022 1 #> 11107 1 #> 11138 2 #> 11310 2 #> 11331 3 #> 11389 3 #> 11419 3 #> 11519 2 #> 11521 2 #> 11530 2 #> 11531 2 #> 11699 2 #> 11702 2 #> 11706 2 #> 11719 2 #> 11831 1 #> 11898 2 #> 11902 2 #> 11904 2 #> 12159 2 #> 12163 2 #> 12201 2 #> 12258 2 #> 12273 2 #> 12307 2 #> 12392 2 #> 12423 2 #> 12458 2 #> 12460 2 #> 12521 2 #> 12540 1 #> 12594 1 #> 12597 1 #> 12700 1 #> 12728 1 #> 12777 1 #> 12782 1 #> 13163 2 #> 13177 2 #> 13219 2 #> 13242 2 #> 13252 2 #> 13265 2 #> 13284 2 #> 13324 2 #> 13438 2 #> 13461 2 #> 13591 2 #> 13740 1 #> 13840 1 #> 13853 2 #> 14016 7 #> 14026 7 #> 14150 7 #> 14151 7 #> 14165 1 #> 14174 1 #> 14320 1 #> 14360 1 #> 14605 2 #> 14610 2 #> 14817 2 #> 14824 2 #> 14896 1 #> 14904 1 #> 15112 1 #> 15229 1 #> 15372 1 #> 15423 1 #> 15438 2 #> 15450 2 #> 15454 2 #> 15461 2 #> 15466 2 #> 15467 2 #> 15468 2 #> 15472 2 #> 15473 2 #> 15499 2 #> 15509 2 #> 15607 1 #> 15636 1 #> 15669 1 #> 15766 1 #> 15771 1 #> 15777 1 #> 15782 1 #> 15794 1 #> 15799 1 #> 15802 1 #> 15827 2 #> 15847 2 #> 15870 2 #> 15927 6 #> 15934 6 #> 16035 6 #> 16145 1 #> 16151 1 #> 16154 1 #> 16156 1 #> 16166 1 #> 16192 2 #> 16220 2 #> 16237 2 #> 16284 1 #> 16286 1 #> 16289 1 #> 16321 1 #> 16407 1 #> 16488 1 #> 16635 1 #> 16659 1 #> 16677 1 #> 16840 14 #> 16955 15 #> 16993 15 #> 17103 2 #> 17139 2 #> 17637 13 #> 17723 1 #> 17766 2 #> 17820 1 #> 17821 1 #> 17856 1 #> 17857 1 #> 17964 1 #> 18028 1 #> 18039 1 #> 18139 1 #> 18178 1 #> 18384 1 #> 18440 1 #> 18457 1 #> 18811 4 #> 18893 4 #> 19169 1 #> 19196 1 #> 19296 1 #> 19354 1 #> 19407 1 #> 19768 4 #> 19946 4 #> 19959 4 #> 20004 4 #> 20045 4 #> 20158 4 #> 20242 4 #> 20322 4 #> 20412 4 #> 20503 4 #> 20763 4 #> 20885 4 #> 21046 4 #> 21068 4 #> 21116 4 #> 21195 4 #> 21387 4 #> 21417 4 #> 21420 4 #> 21530 4 #> 21622 4 #> 21717 4 #> 21752 4 #> 21787 10 #> 21919 18 #> 22011 19 #> 22028 19 #> 22107 2 #> 22126 2 #> 22163 2 #> 22164 2 #> 22183 2 #> 22682 21 #> 22933 9 #> 22943 9 #> 22955 9 #> 22960 9 #> 23071 3 #> 23077 3 #> 23103 3 #> 23161 3 #> 23228 3 #> 23284 3 #> 23302 3 #> 23347 3 #> 23356 3 #> 23359 3 #> 23408 4 #> 23459 5 #> 23598 5 #> 23639 12 #> 23741 14 #> 23746 15 #> 23762 15 #> 23785 2 #> 23846 2 #> 23866 2 #> 23867 2 #> 23890 2 #> 24127 12 #> 24194 3 #> 24197 4 #> 24373 4 #> 24389 4 #> 24399 4 #> 24412 4 #> 24463 4 #> 24495 4 #> 24527 4 #> 24572 4 #> 24573 4 #> 24628 1 #> 24686 1 #> 24719 1 #> 24750 1 #> 24757 1 #> 24833 3 #> 24865 5 #> 24868 5 #> 25005 8 #> 25084 3 #> 25089 5 #> 25098 5 #> 25135 7 #> 25193 7 #> 25237 7 #> 25261 7 #> 25402 7 #> 25686 4 #> 25706 4 #> 25717 4 #> 25730 4 #> 25816 4 #> 25845 4 #> 25898 4 #> 25900 4 #> 28358 1 #> 28359 1 #> 28367 1 #> 28431 2 #> 28498 7 #> 28557 1 #> 28558 1 #> 28575 1 #> 28624 1 #> 28676 9 #> 28688 5 #> 28689 6 #> 28801 6 #> 28808 6 #> 28821 6 #> 28871 4 #> 28874 4 #> 28878 4 #> 28886 4 #> 28926 4 #> 29044 3 #> 29056 3 #> 29063 3 #> 29074 3 #> 29083 3 #> 29084 3 #> 29088 3 #> 29092 3 #> 29095 3 #> 29152 5 #> 29290 8 #> 29359 8 #> 29459 8 #> 29461 8 #> 29462 8 #> 29492 8 #> 29543 1 #> 29629 1 #> 29632 1 #> 29693 1 #> 29699 1 #> 29750 1 #> 29801 2 #> 29816 2 #> 29895 5 #> 29922 6 #> 29929 6 #> 29931 6 #> 29940 6 #> 29968 7 #> 29973 7 #> 29985 7 #> 30003 1 #> 30122 1 #> 30189 4 #> 30193 4 #> 30215 4 #> 30218 4 #> 30300 5 #> 30391 1 #> 30409 1 #> 30523 1 #> 30589 1 #> 30591 1 #> 30630 1 #> 30679 1 #> 30998 1 #> 31114 1 #> 31158 1 #> 31193 1 #> 31225 1 #> 31270 1 #> 31426 5 #> 31636 2 #> 31671 2 #> 31704 2 #> 31844 3 #> 31846 3 #> 31864 3 #> 31931 3 #> 32046 1 #> 32088 1 #> 32215 1 #> 32285 5 #> 32475 2 #> 32479 2 #> 32551 3 #> 32552 3 #> 32821 3 #> 32866 4 #> 32971 2 #> 33026 2 #> 33256 5 #> 33342 5 #> 33372 2 #> 33401 2 #> 33767 2 #> 33773 2 #> 33843 2 #> 34059 2 #> 34062 2 #> 34065 2 #> 34069 2 #> 34072 2 #> 34171 3 #> 34231 3 #> 34354 4 #> 34883 3 #> 34891 3 #> 34898 3 #> 34901 3 #> 34907 3 #> 34910 3 #> 34913 3 #> 34915 3 #> 35070 3 #> 35071 3 #> 35076 3 #> 35189 2 #> 35202 2 #> 35235 2 #> 35326 1 #> 35523 3 #> 35604 3 #> 35686 3 #> 35703 3 #> 35726 4 #> 35728 4 #> 36034 2 #> 36060 2 #> 36066 2 #> 36302 2 #> 36306 2 #> 36329 2 #> 36605 3 #> 36628 3 #> 36642 3 #> 37036 2 #> 37037 2 #> 37138 2 #> 37142 2 #> 37145 2 #> 37196 2 #> 37206 2 #> 37216 2 #> 37286 2 #> 37334 6 #> 37365 6 #> 37903 6 #> 37924 6 #> 37929 6 #> 37964 6 #> 37986 6 #> 38013 6 #> 38118 4 #> 38178 5 #> 38223 6 #> 38485 4 #> 38486 4 #> 38487 4 #> 38498 4 #> 38511 4 #> 38514 1 #> 38521 1 #> 38572 1 #> 38582 1 #> 38589 1 #> 38597 1 #> 38639 1 #> 38702 1 #> 38724 1 #> 38820 3 #> 39142 1 #> 39246 2 #> 39259 2 #> 39284 2 #> 39297 2 #> 39318 2 #> 39322 2 #> 39386 4 #> 39417 4 #> 39423 4 #> 39435 4 #> 39711 3 #> 39726 3 #> 39796 3 #> 40316 3 #> 40357 4 #> 40368 4 #> 40387 4 #> 40491 4 #> 40493 4 #> 40504 4 #> 40605 3 #> 40623 3 #> 40647 3 #> 40708 1 #> 40730 2 #> 40819 2 #> 40880 3 #> 40906 3 #> 40939 1 #> 41058 1 #> 41060 1 #> 41094 2 #> 41096 2 #> 41197 1 #> 41303 3 #> 41340 5 #> 41365 1 #> 41427 3 #> 41449 3 #> 41468 3 #> 41477 3 #> 41751 1 #> 41889 2 #> 41893 2 #> 41895 2 #> 41897 2 #> 41913 2 #> 41917 2 #> 41918 2 #> 41921 2 #> 41924 2 #> 41931 3 #> 42009 1 #> 42156 2 #> 42162 2 #> 42205 2 #> 42234 3 #> 42260 4 #> 42276 1 #> 42302 1 #> 42370 2 #> 42381 2 #> 42387 2 #> 42390 2 #> 42406 2 #> 42423 2 #> 42605 2 #> 42668 2 #> 42694 2 #> 42782 3 #> 42791 3 #> 42843 1 #> 42854 1 #> 42875 1 #> 42892 1 #> 42906 1 #> 42934 2 #> 42941 2 #> 43107 1 #> 43344 2 #> 43348 2 #> 43388 2 #> 43397 2 #> 43481 2 #> 43556 2 #> 43666 1 #> 43715 1 #> 43765 2 #> 43827 3 #> 43828 3 #> 43850 3 #> 43856 3 #> 43956 1 #> 44412 5 #> 44415 5 #> 44544 7 #> 44550 7 #> 44648 9 #> 44714 9 #> 44725 9 #> 44732 9 #> 44844 9 #> 44945 1 #> 44954 1 #> 44958 1 #> 44961 1 #> 44978 1 #> 44979 1 #> 44999 1 #> 45006 1 #> 45016 1 #> 45258 3 #> 45331 4 #> 45478 6 #> 45486 6 #> 45517 7 #> 45520 7 #> 45524 7 #> 45540 7 #> 45545 7 #> 45551 7 #> 45555 7 #> 45559 7 #> 45562 7 #> 45564 7 #> 45569 7 #> 45571 7 #> 45574 7 #> 45614 1 #> 45643 1 #> 45644 1 #> 45801 5 #> 45914 1 #> 46262 1 #> 46855 2 #> 47012 4 #> 47054 4 #> 47126 4 #> 47175 4 #> 47208 4 #> 47247 4 #> 47302 2 #> 47467 2 #> 47618 1 #> 47670 1 #> 47825 1 #> 47835 1 #> 48076 1 #> 48087 1 #> 48198 1 #> 48285 1 #> 48441 1 #> 48451 1 #> 48495 3 #> 48631 6 #> 48697 2 #> 48737 2 #> 48798 5 #> 48870 3 #> 48872 3 #> 48877 3 #> 48912 6 #> 48983 1 #> 48996 1 #> 49020 1 #> 49029 1 #> 49044 1 #> 49101 1 #> 49232 1 #> 49269 1 #> 49302 1 #> 49548 1 #> 49552 1 #> 49593 1 #> 49597 1 #> 49758 1 #> 49810 1 #> 49823 1 #> 49829 1 #> 49964 1 #> 50056 1 #> 50130 2 #> 50142 2 #> 50182 1 #> 50184 1 #> 50332 4 #> 50338 4 #> 50658 2 #> 50727 2 #> 50758 2 #> 50800 2 #> 50977 2 #> 51099 2 #> 51109 2 #> 51116 2 #> 51215 2 #> 51243 4 #> 51329 4 #> 51566 1 #> 51606 1 #> 51635 1 #> 51690 1 #> 51818 1 #> 51916 1 #> 51941 1 #> 52110 1 #> 52120 1 #> 52184 1 #> 52206 1 #> 52295 1 #> 52310 1 #> 52388 1 #> 52393 1 #> 52394 2 #> 52402 2 #> 52410 2 #> 52420 2 #> 52423 2 #> 52434 2 #> 52496 4 #> 52686 1 #> 52726 1 #> 52854 2 #> 52905 2 #> 52948 3 #> 52959 3 #> 52961 3 #> 52968 3 #> 52971 3 #> 52980 3 #> 52996 3 #> 52998 3 #> 53238 1 #> 53259 1 #> 53325 4 #> 53358 4 #> 53370 4 #> 53392 4 #> 53422 4 #> 53449 4 #> 53508 4 #> 53575 2 #> 53718 2 #> 53726 2 #> 53902 2 #> 53904 2 #> 53930 2 #> 53967 2 #> 53982 2 #> 54004 2 #> 54006 2 #> 54020 2 #> 54083 1 #> 54095 1 #> 54102 1 #> 54110 1 #> 54131 1 #> 54133 1 #> 54134 1 #> 54225 3 #> 54313 1 #> 54317 1 #> 54324 1 #> 54325 1 #> 54328 1 #> 54343 1 #> 54352 2 #> 54362 2 #> 54572 1 #> 54603 1 #> 54666 1 #> 54699 1 #> 54777 2 #> 54983 1 #> 55056 1 #> 55105 1 #> 55117 1 #> 55344 5 #> 55402 3 #> 55407 3 #> 55413 3 #> 55558 2 #> 55568 2 #> 55709 5 #> 55856 2 #> 55859 2 #> 55916 2 #> 55971 2 #> 55982 2 #> 56049 2 #> 56148 2 #> 56346 1 #> 56385 1 #> 56407 1 #> 57106 2 #> 57109 2 #> 57334 2 #> 57410 2 #> 57467 2 #> 57472 2 #> 57518 2 #> 57525 2 #> 57537 2 #> 57549 2 #> 57585 3 #> 57629 3 #> 57643 3 #> 57646 3 #> 58103 1 #> 58377 1 #> 58513 1 #> 58731 1 #> 58876 1 #> 58893 1 #> 59260 2 #> 59264 2 #> 59315 2 #> 59326 2 #> 59331 2 #> 59346 3 #> 59365 3 #> 59427 3 #> 60173 2 #> 60282 2 #> 60380 2 #> 60466 2 #> 60597 2 #> 60622 2 #> 60630 2 #> 60652 2 #> 60663 2 #> 60671 2 #> 60765 2 #> 60769 2 #> 60843 2 #> 60856 2 #> 60962 1 #> 61026 1 #> 61077 1 #> 61099 1 #> 61169 1 #> 62067 2 #> 62173 2 #> 62195 2 #> 62208 2 #> 62248 2 #> 62360 2 #> 62388 2 #> 62421 2 #> 62432 2 #> 62528 2 #> 62545 2 #> 63356 2 #> 63359 2 #> 63436 2 #> 63502 2 #> 63567 2 #> 63598 2 #> 63654 2 #> 63666 2 #> 63709 2 #> 63713 2 #> 63734 2 #> 63745 2 #> 64286 2 #> 64340 2 #> 64405 2 #> 64478 2 #> 64639 2 #> 64681 2 #> 64786 2 #> 64790 2 #> 64835 2 #> 64882 2 #> 64997 2 #> 65050 2 #> 65112 2 #> 65279 1 #> 65428 1 #> 65473 1 #> 65558 1 #> 65592 1 #> 65702 1 #> 66121 2 #> 66204 2 #> 66298 2 #> 66308 2 #> 66323 2 #> 66424 6 #> 66485 1 #> 66523 1 #> 66543 1 #> 66581 1 #> 66623 1 #> 66661 1 #> 66691 1 #> 66729 1 #> 66779 1 #> 66802 1 #> 66887 1 #> 66925 1 #> 67944 3 #> 68085 3 #> 68100 3 #> 68121 1 #> 68190 1 #> 68202 1 #> 68237 1 #> 68292 1 #> 68294 1 #> 68366 1 #> 68398 1 #> 68412 1 #> 68459 1 #> 68499 1 #> 68521 1 #> 68633 1 #> 69157 1 #> 69181 1 #> 69200 1 #> 69227 1 #> 69239 1 #> 69250 1 #> 69306 1 #> 69372 1 #> 69434 1 #> 69455 1 #> 69518 1 #> 69542 1 #> 69621 1 #> 69841 1 #> 69896 1 #> 69929 1 #> 69949 1 #> 69995 1 #> 70013 1 #> 70049 1 #> 70275 3 #> 70278 3 #> 70334 1 #> 70376 1 #> 70399 1 #> 70403 1 #> 70432 1 #> 70438 1 #> 70443 1 #> 70855 6 #> 70894 6 #> 70938 6 #> 70995 6 #> 71155 6 #> 71245 1 #> 71253 1 #> 71334 1 #> 71369 1 #> 71390 1 #> 71398 1 #> 71433 1 #> 71785 2 #> 72240 1 #> 72294 1 #> 72332 1 #> 72333 1 #> 72343 1 #> 72364 1 #> 72387 1 #> 72454 1 #> 72460 1 #> 72492 1 #> 72502 1 #> 73388 4 #> 73407 4 #> 73417 4 #> 73514 4 #> 73544 4 #> 73583 4 #> 73600 4 #> 73612 4 #> 73634 4 #> 73718 4 #> 73729 4 #> 74161 4 #> 74175 4 #> 74183 4 #> 74250 4 #> 74261 4 #> 74296 4 #> 74316 4 #> 74340 4 #> 74412 4 #> 74422 4 #> 74433 4 #> 74446 4 #> 74475 4 #> 75486 4 #> 75510 4 #> 75576 4 #> 75610 4 #> 75624 4 #> 75637 4 #> 75654 4 #> 75670 4 #> 75724 4 #> 75761 4 #> 75797 4 #> 75818 4 #> 75833 4 #> 76108 1 #> 76165 1 #> 76225 2 #> 76374 2 #> 76377 2 #> 76390 2 #> value #> 224 Average #> 264 Average #> 281 Average #> 297 Average #> 320 Average #> 326 Average #> 554 Large #> 573 Contrast present #> 735 Contrast absent #> 740 Contrast absent #> 1011 Accusative #> 1015 Accusative #> 1047 Accusative #> 1099 Accusative #> 1131 Accusative #> 1278 Obligatory pronouns in subject position #> 1307 Obligatory pronouns in subject position #> 1347 Subject affixes on verb #> 1477 Subject affixes on verb #> 1481 Subject affixes on verb #> 1485 Subject affixes on verb #> 1575 Subject affixes on verb #> 1623 Subject affixes on verb #> 1911 Mixed #> 2041 Only the A argument #> 2053 Only the A argument #> 2071 Only the A argument #> 2075 Only the A argument #> 2130 Both the A and P arguments #> 2431 No zero realization #> 2469 No zero realization #> 2509 No zero realization #> 2531 No zero realization #> 2574 No zero realization #> 2767 A and P do not or do not both occur on the verb #> 2775 A and P do not or do not both occur on the verb #> 2792 A and P do not or do not both occur on the verb #> 2796 A and P do not or do not both occur on the verb #> 3018 P precedes A #> 3173 Indirect-object construction #> 3189 Indirect-object construction #> 3252 Indirect-object construction #> 3573 Mixed #> 3577 Mixed #> 3671 Present #> 3698 Present #> 3701 Present #> 3754 Present #> 3781 Present #> 4069 No antipassive #> 4148 No antipassive #> 4159 No antipassive #> 4237 no antipassive #> 4253 no antipassive #> 4296 no antipassive #> 4496 No applicative construction #> 4513 No applicative construction #> 4560 No applicative construction #> 4659 No applicative construction #> 4660 No applicative construction #> 4722 No applicative construction #> 5001 None #> 5086 None #> 5094 None #> 5105 None #> 5233 None #> 5279 High and mid #> 5294 High and mid #> 5411 Purposive but no sequential #> 5423 Both #> 5430 Neither #> 5719 Both #> 5734 Both #> 6154 Negative particle #> 6157 Negative particle #> 6240 Negative particle #> 6260 Negative particle #> 6265 Negative particle #> 6322 Negative particle #> 6392 Negative particle #> 6403 Negative particle #> 6449 Negative particle #> 6496 Negative particle #> 6570 Negative particle #> 6594 Negative particle #> 6623 Negative particle #> 6869 Double negation #> 6909 Symmetric #> 6914 Symmetric #> 6918 Symmetric #> 7093 Both #> 7265 A/Cat #> 7380 Non-assignable #> 7409 Non-assignable #> 7436 Non-assignable #> 7550 Predicate negation also present #> 7626 Predicate negation also present #> 7655 Predicate negation also present #> 7672 Mixed behaviour #> 7674 Mixed behaviour #> 7677 Mixed behaviour #> 7680 Mixed behaviour #> 7771 Question particle #> 7882 Question particle #> 7911 Question particle #> 7938 Question particle #> 8079 Question particle #> 8179 Question particle #> 8183 Question particle #> 8280 Interrogative verb morphology #> 8469 Interrogative word order #> 8521 Interrogative intonation only #> 8531 Interrogative intonation only #> 8619 Interrogative intonation only #> 8669 Locational #> 8671 Locational #> 8672 Locational #> 8694 Locational #> 8845 'Have' #> 8867 'Have' #> 9059 Nonverbal encoding #> 9064 Nonverbal encoding #> 9118 Nonverbal encoding #> 9121 Nonverbal encoding #> 9123 Nonverbal encoding #> 9134 Nonverbal encoding #> 9150 Nonverbal encoding #> 9293 Different #> 9363 Different #> 9402 Different #> 9466 Different #> 9550 Identical #> 9586 Identical #> 9587 Identical #> 9723 Moderately complex #> 9725 Moderately complex #> 9998 Complex #> 10021 Complex #> 10027 Complex #> 10048 Complex #> 10209 Impossible #> 10220 Impossible #> 10258 Impossible #> 10270 Impossible #> 10272 Impossible #> 10332 Impossible #> 10333 Impossible #> 10610 Locational #> 10680 Particle #> 10693 Particle #> 10694 Particle #> 10697 Particle #> 10705 Relative pronoun #> 10710 Relative pronoun #> 10790 Gap #> 10851 Gap #> 10862 Gap #> 10868 Relative pronoun #> 10873 Relative pronoun #> 10876 Relative pronoun #> 10899 Pronoun-retention #> 10913 Pronoun-retention #> 11022 Subject is left implicit #> 11107 Subject is left implicit #> 11138 Subject is expressed overtly #> 11310 Balanced/deranked #> 11331 Deranked #> 11389 Deranked #> 11419 Deranked #> 11519 Balanced/deranked #> 11521 Balanced/deranked #> 11530 Balanced/deranked #> 11531 Balanced/deranked #> 11699 Balanced/deranked #> 11702 Balanced/deranked #> 11706 Balanced/deranked #> 11719 Balanced/deranked #> 11831 Balanced #> 11898 Balanced/deranked #> 11902 Balanced/deranked #> 11904 Balanced/deranked #> 12159 Different #> 12163 Different #> 12201 Different #> 12258 Different #> 12273 Different #> 12307 Different #> 12392 Different #> 12423 Different #> 12458 Different #> 12460 Different #> 12521 Different #> 12540 No tones #> 12594 No tones #> 12597 No tones #> 12700 No tones #> 12728 No tones #> 12777 No tones #> 12782 No tones #> 13163 Different #> 13177 Different #> 13219 Different #> 13242 Different #> 13252 Different #> 13265 Different #> 13284 Different #> 13324 Different #> 13438 Different #> 13461 Different #> 13591 Different #> 13740 Decimal #> 13840 Decimal #> 13853 Hybrid vigesimal-decimal #> 14016 6 #> 14026 6 #> 14150 11 #> 14151 11 #> 14165 Green vs. blue #> 14174 Green vs. blue #> 14320 Red vs. yellow #> 14360 Red vs. yellow #> 14605 M-T pronouns, paradigmatic #> 14610 M-T pronouns, paradigmatic #> 14817 m in first person singular #> 14824 m in first person singular #> 14896 No N-M pronouns #> 14904 No N-M pronouns #> 15112 No m in second person singular #> 15229 No m in second person singular #> 15372 Words derived from Sinitic cha #> 15423 Words derived from Sinitic cha #> 15438 Words derived from Min Nan Chinese te #> 15450 Words derived from Min Nan Chinese te #> 15454 Words derived from Min Nan Chinese te #> 15461 Words derived from Min Nan Chinese te #> 15466 Words derived from Min Nan Chinese te #> 15467 Words derived from Min Nan Chinese te #> 15468 Words derived from Min Nan Chinese te #> 15472 Words derived from Min Nan Chinese te #> 15473 Words derived from Min Nan Chinese te #> 15499 Words derived from Min Nan Chinese te #> 15509 Words derived from Min Nan Chinese te #> 15607 No fixed stress #> 15636 No fixed stress #> 15669 No fixed stress #> 15766 No fixed stress #> 15771 No fixed stress #> 15777 No fixed stress #> 15782 No fixed stress #> 15794 No fixed stress #> 15799 No fixed stress #> 15802 No fixed stress #> 15827 Initial #> 15847 Initial #> 15870 Initial #> 15927 Penultimate #> 15934 Penultimate #> 16035 Penultimate #> 16145 Logical meanings #> 16151 Logical meanings #> 16154 Logical meanings #> 16156 Logical meanings #> 16166 Logical meanings #> 16192 Affective meanings #> 16220 Affective meanings #> 16237 Affective meanings #> 16284 NegV #> 16286 NegV #> 16289 NegV #> 16321 NegV #> 16407 NegV #> 16488 NegV #> 16635 NegV #> 16659 NegV #> 16677 NegV #> 16840 ObligDoubleNeg #> 16955 OptDoubleNeg #> 16993 OptDoubleNeg #> 17103 VNeg #> 17139 VNeg #> 17637 Type 1 / Type 7 #> 17723 NegV(Neg) #> 17766 (Neg)VNeg #> 17820 NegV #> 17821 NegV #> 17856 NegV #> 17857 NegV #> 17964 NegV #> 18028 NegV #> 18039 NegV #> 18139 NegV #> 18178 NegV #> 18384 NegV #> 18440 NegV #> 18457 NegV #> 18811 None #> 18893 None #> 19169 VNeg #> 19196 VNeg #> 19296 VNeg #> 19354 VNeg #> 19407 VNeg #> 19768 None #> 19946 None #> 19959 None #> 20004 None #> 20045 None #> 20158 None #> 20242 None #> 20322 None #> 20412 None #> 20503 None #> 20763 None #> 20885 None #> 21046 None #> 21068 None #> 21116 None #> 21195 None #> 21387 None #> 21417 None #> 21420 None #> 21530 None #> 21622 None #> 21717 None #> 21752 None #> 21787 VSNegO #> 21919 ObligDoubleNeg #> 22011 OptDoubleNeg #> 22028 OptDoubleNeg #> 22107 SNegVO #> 22126 SNegVO #> 22163 SNegVO #> 22164 SNegVO #> 22183 SNegVO #> 22682 Other #> 22933 NegVSO #> 22943 NegVSO #> 22955 NegVSO #> 22960 NegVSO #> 23071 Immed preverbal #> 23077 Immed preverbal #> 23103 Immed preverbal #> 23161 Immed preverbal #> 23228 Immed preverbal #> 23284 Immed preverbal #> 23302 Immed preverbal #> 23347 Immed preverbal #> 23356 Immed preverbal #> 23359 Immed preverbal #> 23408 Immed postverbal #> 23459 Postverbal, not immed or end #> 23598 SVO, but NegVSO #> 23639 Other VNeg #> 23741 ObligNeg #> 23746 OptNeg #> 23762 OptNeg #> 23785 SNegVO #> 23846 SNegVO #> 23866 SNegVO #> 23867 SNegVO #> 23890 SNegVO #> 24127 SNegNegVO/SNegVNegO #> 24194 S(Neg)VNegO #> 24197 SNegV(Neg)O #> 24373 No NegSVO #> 24389 No NegSVO #> 24399 No NegSVO #> 24412 No NegSVO #> 24463 No NegSVO #> 24495 No NegSVO #> 24527 No NegSVO #> 24572 No NegSVO #> 24573 No NegSVO #> 24628 Word&NoDoubleNeg #> 24686 Word&NoDoubleNeg #> 24719 Word&NoDoubleNeg #> 24750 Word&NoDoubleNeg #> 24757 Word&NoDoubleNeg #> 24833 Word&OptDoubleNeg #> 24865 Word&OnlyWithAnotherNeg #> 24868 Word&OnlyWithAnotherNeg #> 25005 No SNegVO #> 25084 Word&OptDoubleNeg #> 25089 Word&OnlyWithAnotherNeg #> 25098 Word&OnlyWithAnotherNeg #> 25135 No SVNegO #> 25193 No SVNegO #> 25237 No SVNegO #> 25261 No SVNegO #> 25402 No SVNegO #> 25686 No SVONeg #> 25706 No SVONeg #> 25717 No SVONeg #> 25730 No SVONeg #> 25816 No SVONeg #> 25845 No SVONeg #> 25898 No SVONeg #> 25900 No SVONeg #> 28358 NegVSO #> 28359 NegVSO #> 28367 NegVSO #> 28431 VSNegO #> 28498 SVO but NegVSO #> 28557 Separate word, no double negation\tWord&NoDoubleNeg #> 28558 Separate word, no double negation\tWord&NoDoubleNeg #> 28575 Separate word, no double negation\tWord&NoDoubleNeg #> 28624 Separate word, no double negation\tWord&NoDoubleNeg #> 28676 No preverbal neg #> 28688 WordBetweenSAndO #> 28689 None #> 28801 None #> 28808 None #> 28821 None #> 28871 No clause-final neg #> 28874 No clause-final neg #> 28878 No clause-final neg #> 28886 No clause-final neg #> 28926 No clause-final neg #> 29044 Right-edge: Ultimate or penultimate #> 29056 Right-edge: Ultimate or penultimate #> 29063 Right-edge: Ultimate or penultimate #> 29074 Right-edge: Ultimate or penultimate #> 29083 Right-edge: Ultimate or penultimate #> 29084 Right-edge: Ultimate or penultimate #> 29088 Right-edge: Ultimate or penultimate #> 29092 Right-edge: Ultimate or penultimate #> 29095 Right-edge: Ultimate or penultimate #> 29152 Unbounded: Stress can be anywhere #> 29290 Fixed stress (no weight-sensitivity) #> 29359 Fixed stress (no weight-sensitivity) #> 29459 Fixed stress (no weight-sensitivity) #> 29461 Fixed stress (no weight-sensitivity) #> 29462 Fixed stress (no weight-sensitivity) #> 29492 Fixed stress (no weight-sensitivity) #> 29543 No weight #> 29629 No weight #> 29632 No weight #> 29693 No weight #> 29699 No weight #> 29750 No weight #> 29801 Long vowel #> 29816 Long vowel #> 29895 Prominence #> 29922 Lexical stress #> 29929 Lexical stress #> 29931 Lexical stress #> 29940 Lexical stress #> 29968 Combined #> 29973 Combined #> 29985 Combined #> 30003 Trochaic #> 30122 Trochaic #> 30189 Undetermined #> 30193 Undetermined #> 30215 Undetermined #> 30218 Undetermined #> 30300 No rhythmic stress #> 30391 All present #> 30409 All present #> 30523 All present #> 30589 All present #> 30591 All present #> 30630 All present #> 30679 All present #> 30998 None #> 31114 None #> 31158 None #> 31193 None #> 31225 None #> 31270 None #> 31426 'Th' sounds #> 31636 Average (5-6) #> 31671 Average (5-6) #> 31704 Average (5-6) #> 31844 Large (7-14) #> 31846 Large (7-14) #> 31864 Large (7-14) #> 31931 Large (7-14) #> 32046 Exclusively concatenative #> 32088 Exclusively concatenative #> 32215 Monoexponential case #> 32285 No case #> 32475 TAM+agreement #> 32479 TAM+agreement #> 32551 4-5 categories per word #> 32552 4-5 categories per word #> 32821 Double marking #> 32866 No marking #> 32971 Dependent marking #> 33026 Dependent marking #> 33256 Inconsistent or other #> 33342 Inconsistent or other #> 33372 Non-zero marking #> 33401 Non-zero marking #> 33767 Strongly suffixing #> 33773 Strongly suffixing #> 33843 Strongly suffixing #> 34059 Strongly suffixing #> 34062 Strongly suffixing #> 34065 Strongly suffixing #> 34069 Strongly suffixing #> 34072 Strongly suffixing #> 34171 Weakly suffixing #> 34231 Weakly suffixing #> 34354 Equal prefixing and suffixing #> 34883 No productive reduplication #> 34891 No productive reduplication #> 34898 No productive reduplication #> 34901 No productive reduplication #> 34907 No productive reduplication #> 34910 No productive reduplication #> 34913 No productive reduplication #> 34915 No productive reduplication #> 35070 Core and non-core #> 35071 Core and non-core #> 35076 Core and non-core #> 35189 Syncretic #> 35202 Syncretic #> 35235 Syncretic #> 35326 Low #> 35523 Average #> 35604 Average #> 35686 Average #> 35703 Average #> 35726 Moderately high #> 35728 Moderately high #> 36034 Two #> 36060 Two #> 36066 Two #> 36302 Sex-based #> 36306 Sex-based #> 36329 Sex-based #> 36605 Semantic and formal #> 36628 Semantic and formal #> 36642 Semantic and formal #> 37036 Plural suffix #> 37037 Plural suffix #> 37138 Plural suffix #> 37142 Plural suffix #> 37145 Plural suffix #> 37196 Plural suffix #> 37206 Plural suffix #> 37216 Plural suffix #> 37286 Plural suffix #> 37334 Mixed morphological plural #> 37365 Mixed morphological plural #> 37903 All nouns, always obligatory #> 37924 All nouns, always obligatory #> 37929 All nouns, always obligatory #> 37964 All nouns, always obligatory #> 37986 All nouns, always obligatory #> 38013 All nouns, always obligatory #> 38118 Person-number stem #> 38178 Person-number stem + pronominal plural affix #> 38223 Person-number stem + nominal plural affix #> 38485 No associative plural #> 38486 No associative plural #> 38487 No associative plural #> 38498 No associative plural #> 38511 No associative plural #> 38514 Definite word distinct from demonstrative #> 38521 Definite word distinct from demonstrative #> 38572 Definite word distinct from demonstrative #> 38582 Definite word distinct from demonstrative #> 38589 Definite word distinct from demonstrative #> 38597 Definite word distinct from demonstrative #> 38639 Definite word distinct from demonstrative #> 38702 Definite word distinct from demonstrative #> 38724 Definite word distinct from demonstrative #> 38820 Definite affix #> 39142 Indefinite word distinct from 'one' #> 39246 Indefinite word same as 'one' #> 39259 Indefinite word same as 'one' #> 39284 Indefinite word same as 'one' #> 39297 Indefinite word same as 'one' #> 39318 Indefinite word same as 'one' #> 39322 Indefinite word same as 'one' #> 39386 No indefinite, but definite article #> 39417 No indefinite, but definite article #> 39423 No indefinite, but definite article #> 39435 No indefinite, but definite article #> 39711 No inclusive/exclusive #> 39726 No inclusive/exclusive #> 39796 No inclusive/exclusive #> 40316 In fricatives alone #> 40357 In both plosives and fricatives #> 40368 In both plosives and fricatives #> 40387 In both plosives and fricatives #> 40491 In both plosives and fricatives #> 40493 In both plosives and fricatives #> 40504 In both plosives and fricatives #> 40605 No inclusive/exclusive #> 40623 No inclusive/exclusive #> 40647 No inclusive/exclusive #> 40708 No distance contrast #> 40730 Two-way contrast #> 40819 Two-way contrast #> 40880 Three-way contrast #> 40906 Three-way contrast #> 40939 Identical #> 41058 Identical #> 41060 Identical #> 41094 Different stem #> 41096 Different stem #> 41197 Unrelated #> 41303 Related to remote demonstratives #> 41340 Related by gender markers #> 41365 In 3rd person + 1st and/or 2nd person #> 41427 3rd person singular only #> 41449 3rd person singular only #> 41468 3rd person singular only #> 41477 3rd person singular only #> 41751 No politeness distinction #> 41889 Binary politeness distinction #> 41893 Binary politeness distinction #> 41895 Binary politeness distinction #> 41897 Binary politeness distinction #> 41913 Binary politeness distinction #> 41917 Binary politeness distinction #> 41918 Binary politeness distinction #> 41921 Binary politeness distinction #> 41924 Binary politeness distinction #> 41931 Multiple politeness distinctions #> 42009 Interrogative-based #> 42156 Generic-noun-based #> 42162 Generic-noun-based #> 42205 Generic-noun-based #> 42234 Special #> 42260 Mixed #> 42276 Identical #> 42302 Identical #> 42370 Differentiated #> 42381 Differentiated #> 42387 Differentiated #> 42390 Differentiated #> 42406 Differentiated #> 42423 Differentiated #> 42605 No person marking #> 42668 No person marking #> 42694 No person marking #> 42782 Pronouns only #> 42791 Pronouns only #> 42843 No morphological case-marking #> 42854 No morphological case-marking #> 42875 No morphological case-marking #> 42892 No morphological case-marking #> 42906 No morphological case-marking #> 42934 2 cases #> 42941 2 cases #> 43107 Other #> 43344 None missing in /p t k b d g/ #> 43348 None missing in /p t k b d g/ #> 43388 None missing in /p t k b d g/ #> 43397 None missing in /p t k b d g/ #> 43481 None missing in /p t k b d g/ #> 43556 None missing in /p t k b d g/ #> 43666 No case-marking #> 43715 No case-marking #> 43765 Symmetrical #> 43827 Additive-quantitatively asymmetrical #> 43828 Additive-quantitatively asymmetrical #> 43850 Additive-quantitatively asymmetrical #> 43856 Additive-quantitatively asymmetrical #> 43956 Case suffixes #> 44412 Mixed morphological case #> 44415 Mixed morphological case #> 44544 Prepositional clitics #> 44550 Prepositional clitics #> 44648 No case affixes or adpositional clitics #> 44714 No case affixes or adpositional clitics #> 44725 No case affixes or adpositional clitics #> 44732 No case affixes or adpositional clitics #> 44844 No case affixes or adpositional clitics #> 44945 Identity #> 44954 Identity #> 44958 Identity #> 44961 Identity #> 44978 Identity #> 44979 Identity #> 44999 Identity #> 45006 Identity #> 45016 Identity #> 45258 Mixed #> 45331 One-th, two-th, three-th #> 45478 First, two-th, three-th #> 45486 First, two-th, three-th #> 45517 First, second, three-th #> 45520 First, second, three-th #> 45524 First, second, three-th #> 45540 First, second, three-th #> 45545 First, second, three-th #> 45551 First, second, three-th #> 45555 First, second, three-th #> 45559 First, second, three-th #> 45562 First, second, three-th #> 45564 First, second, three-th #> 45569 First, second, three-th #> 45571 First, second, three-th #> 45574 First, second, three-th #> 45614 No distributive numerals #> 45643 No distributive numerals #> 45644 No distributive numerals #> 45801 Marked by preceding word #> 45914 Absent #> 46262 Formally different #> 46855 Possessive suffixes #> 47012 No possessive affixes #> 47054 No possessive affixes #> 47126 No possessive affixes #> 47175 No possessive affixes #> 47208 No possessive affixes #> 47247 No possessive affixes #> 47302 Absent #> 47467 Absent #> 47618 None reported #> 47670 None reported #> 47825 No possessive classification #> 47835 No possessive classification #> 48076 None #> 48087 None #> 48198 None #> 48285 None #> 48441 None #> 48451 None #> 48495 Uvular continuants only #> 48631 Highly differentiated #> 48697 Without marking #> 48737 Without marking #> 48798 Marked by preceding word #> 48870 Ergative-Possessive #> 48872 Ergative-Possessive #> 48877 Ergative-Possessive #> 48912 Mixed #> 48983 'And' different from 'with' #> 48996 'And' different from 'with' #> 49020 'And' different from 'with' #> 49029 'And' different from 'with' #> 49044 'And' different from 'with' #> 49101 'And' different from 'with' #> 49232 Identity #> 49269 Identity #> 49302 Identity #> 49548 Grammatical marking #> 49552 Grammatical marking #> 49593 Grammatical marking #> 49597 Grammatical marking #> 49758 Present, no remoteness distinctions #> 49810 Present, no remoteness distinctions #> 49823 Present, no remoteness distinctions #> 49829 Present, no remoteness distinctions #> 49964 Inflectional future exists #> 50056 Inflectional future exists #> 50130 No inflectional future #> 50142 No inflectional future #> 50182 From possessive #> 50184 From possessive #> 50332 No perfect #> 50338 No perfect #> 50658 Tense-aspect suffixes #> 50727 Tense-aspect suffixes #> 50758 Tense-aspect suffixes #> 50800 Tense-aspect suffixes #> 50977 Tense-aspect suffixes #> 51099 Tense-aspect suffixes #> 51109 Tense-aspect suffixes #> 51116 Tense-aspect suffixes #> 51215 Tense-aspect suffixes #> 51243 Mixed type #> 51329 Mixed type #> 51566 No glottalized consonants #> 51606 No glottalized consonants #> 51635 No glottalized consonants #> 51690 No glottalized consonants #> 51818 No glottalized consonants #> 51916 No glottalized consonants #> 51941 No glottalized consonants #> 52110 Second singular and second plural #> 52120 Second singular and second plural #> 52184 Second singular and second plural #> 52206 Second singular and second plural #> 52295 Second singular and second plural #> 52310 Second singular and second plural #> 52388 Second singular and second plural #> 52393 Second singular and second plural #> 52394 Second singular #> 52402 Second singular #> 52410 Second singular #> 52420 Second singular #> 52423 Second singular #> 52434 Second singular #> 52496 Second person number-neutral #> 52686 Normal imperative + normal negative #> 52726 Normal imperative + normal negative #> 52854 Normal imperative + special negative #> 52905 Normal imperative + special negative #> 52948 Special imperative + normal negative #> 52959 Special imperative + normal negative #> 52961 Special imperative + normal negative #> 52968 Special imperative + normal negative #> 52971 Special imperative + normal negative #> 52980 Special imperative + normal negative #> 52996 Special imperative + normal negative #> 52998 Special imperative + normal negative #> 53238 Maximal system #> 53259 Maximal system #> 53325 Neither type of system #> 53358 Neither type of system #> 53370 Neither type of system #> 53392 Neither type of system #> 53422 Neither type of system #> 53449 Neither type of system #> 53508 Neither type of system #> 53575 Inflectional optative absent #> 53718 Inflectional optative absent #> 53726 Inflectional optative absent #> 53902 Verbal constructions #> 53904 Verbal constructions #> 53930 Verbal constructions #> 53967 Verbal constructions #> 53982 Verbal constructions #> 54004 Verbal constructions #> 54006 Verbal constructions #> 54020 Verbal constructions #> 54083 Verbal constructions #> 54095 Verbal constructions #> 54102 Verbal constructions #> 54110 Verbal constructions #> 54131 Verbal constructions #> 54133 Verbal constructions #> 54134 Verbal constructions #> 54225 Other #> 54313 Overlap for both possibility and necessity #> 54317 Overlap for both possibility and necessity #> 54324 Overlap for both possibility and necessity #> 54325 Overlap for both possibility and necessity #> 54328 Overlap for both possibility and necessity #> 54343 Overlap for both possibility and necessity #> 54352 Overlap for either possibility or necessity #> 54362 Overlap for either possibility or necessity #> 54572 No grammatical evidentials #> 54603 No grammatical evidentials #> 54666 No grammatical evidentials #> 54699 No grammatical evidentials #> 54777 Indirect only #> 54983 No grammatical evidentials #> 55056 No grammatical evidentials #> 55105 No grammatical evidentials #> 55117 No grammatical evidentials #> 55344 Modal morpheme #> 55402 Tense and aspect #> 55407 Tense and aspect #> 55413 Tense and aspect #> 55558 Imperative #> 55568 Imperative #> 55709 None (= no suppletive imperatives reported in the reference material) #> 55856 /l/, no obstruent laterals #> 55859 /l/, no obstruent laterals #> 55916 /l/, no obstruent laterals #> 55971 /l/, no obstruent laterals #> 55982 /l/, no obstruent laterals #> 56049 /l/, no obstruent laterals #> 56148 /l/, no obstruent laterals #> 56346 None #> 56385 None #> 56407 None #> 57106 SVO #> 57109 SVO #> 57334 SVO #> 57410 SVO #> 57467 SVO #> 57472 SVO #> 57518 SVO #> 57525 SVO #> 57537 SVO #> 57549 SVO #> 57585 VSO #> 57629 VSO #> 57643 VSO #> 57646 VSO #> 58103 SV #> 58377 SV #> 58513 SV #> 58731 SV #> 58876 SV #> 58893 SV #> 59260 VS #> 59264 VS #> 59315 VS #> 59326 VS #> 59331 VS #> 59346 No dominant order #> 59365 No dominant order #> 59427 No dominant order #> 60173 VO #> 60282 VO #> 60380 VO #> 60466 VO #> 60597 VO #> 60622 VO #> 60630 VO #> 60652 VO #> 60663 VO #> 60671 VO #> 60765 VO #> 60769 VO #> 60843 VO #> 60856 VO #> 60962 VOX #> 61026 VOX #> 61077 VOX #> 61099 VOX #> 61169 VOX #> 62067 Prepositions #> 62173 Prepositions #> 62195 Prepositions #> 62208 Prepositions #> 62248 Prepositions #> 62360 Prepositions #> 62388 Prepositions #> 62421 Prepositions #> 62432 Prepositions #> 62528 Prepositions #> 62545 Prepositions #> 63356 Noun-Genitive #> 63359 Noun-Genitive #> 63436 Noun-Genitive #> 63502 Noun-Genitive #> 63567 Noun-Genitive #> 63598 Noun-Genitive #> 63654 Noun-Genitive #> 63666 Noun-Genitive #> 63709 Noun-Genitive #> 63713 Noun-Genitive #> 63734 Noun-Genitive #> 63745 Noun-Genitive #> 64286 Noun-Adjective #> 64340 Noun-Adjective #> 64405 Noun-Adjective #> 64478 Noun-Adjective #> 64639 Noun-Adjective #> 64681 Noun-Adjective #> 64786 Noun-Adjective #> 64790 Noun-Adjective #> 64835 Noun-Adjective #> 64882 Noun-Adjective #> 64997 Noun-Adjective #> 65050 Noun-Adjective #> 65112 Noun-Adjective #> 65279 Demonstrative-Noun #> 65428 Demonstrative-Noun #> 65473 Demonstrative-Noun #> 65558 Demonstrative-Noun #> 65592 Demonstrative-Noun #> 65702 Demonstrative-Noun #> 66121 Noun-Demonstrative #> 66204 Noun-Demonstrative #> 66298 Noun-Demonstrative #> 66308 Noun-Demonstrative #> 66323 Noun-Demonstrative #> 66424 Mixed #> 66485 Numeral-Noun #> 66523 Numeral-Noun #> 66543 Numeral-Noun #> 66581 Numeral-Noun #> 66623 Numeral-Noun #> 66661 Numeral-Noun #> 66691 Numeral-Noun #> 66729 Numeral-Noun #> 66779 Numeral-Noun #> 66802 Numeral-Noun #> 66887 Numeral-Noun #> 66925 Numeral-Noun #> 67944 No velar nasal #> 68085 No velar nasal #> 68100 No velar nasal #> 68121 Noun-Relative clause #> 68190 Noun-Relative clause #> 68202 Noun-Relative clause #> 68237 Noun-Relative clause #> 68292 Noun-Relative clause #> 68294 Noun-Relative clause #> 68366 Noun-Relative clause #> 68398 Noun-Relative clause #> 68412 Noun-Relative clause #> 68459 Noun-Relative clause #> 68499 Noun-Relative clause #> 68521 Noun-Relative clause #> 68633 Noun-Relative clause #> 69157 Noun-Relative clause (NRel) dominant #> 69181 Noun-Relative clause (NRel) dominant #> 69200 Noun-Relative clause (NRel) dominant #> 69227 Noun-Relative clause (NRel) dominant #> 69239 Noun-Relative clause (NRel) dominant #> 69250 Noun-Relative clause (NRel) dominant #> 69306 Noun-Relative clause (NRel) dominant #> 69372 Noun-Relative clause (NRel) dominant #> 69434 Noun-Relative clause (NRel) dominant #> 69455 Noun-Relative clause (NRel) dominant #> 69518 Noun-Relative clause (NRel) dominant #> 69542 Noun-Relative clause (NRel) dominant #> 69621 Noun-Relative clause (NRel) dominant #> 69841 Degree word-Adjective #> 69896 Degree word-Adjective #> 69929 Degree word-Adjective #> 69949 Degree word-Adjective #> 69995 Degree word-Adjective #> 70013 Degree word-Adjective #> 70049 Degree word-Adjective #> 70275 No dominant order #> 70278 No dominant order #> 70334 Initial #> 70376 Initial #> 70399 Initial #> 70403 Initial #> 70432 Initial #> 70438 Initial #> 70443 Initial #> 70855 No question particle #> 70894 No question particle #> 70938 No question particle #> 70995 No question particle #> 71155 No question particle #> 71245 Initial interrogative phrase #> 71253 Initial interrogative phrase #> 71334 Initial interrogative phrase #> 71369 Initial interrogative phrase #> 71390 Initial interrogative phrase #> 71398 Initial interrogative phrase #> 71433 Initial interrogative phrase #> 71785 Not initial interrogative phrase #> 72240 Initial subordinator word #> 72294 Initial subordinator word #> 72332 Initial subordinator word #> 72333 Initial subordinator word #> 72343 Initial subordinator word #> 72364 Initial subordinator word #> 72387 Initial subordinator word #> 72454 Initial subordinator word #> 72460 Initial subordinator word #> 72492 Initial subordinator word #> 72502 Initial subordinator word #> 73388 VO and Prepositions #> 73407 VO and Prepositions #> 73417 VO and Prepositions #> 73514 VO and Prepositions #> 73544 VO and Prepositions #> 73583 VO and Prepositions #> 73600 VO and Prepositions #> 73612 VO and Prepositions #> 73634 VO and Prepositions #> 73718 VO and Prepositions #> 73729 VO and Prepositions #> 74161 VO and NRel #> 74175 VO and NRel #> 74183 VO and NRel #> 74250 VO and NRel #> 74261 VO and NRel #> 74296 VO and NRel #> 74316 VO and NRel #> 74340 VO and NRel #> 74412 VO and NRel #> 74422 VO and NRel #> 74433 VO and NRel #> 74446 VO and NRel #> 74475 VO and NRel #> 75486 VO and NAdj #> 75510 VO and NAdj #> 75576 VO and NAdj #> 75610 VO and NAdj #> 75624 VO and NAdj #> 75637 VO and NAdj #> 75654 VO and NAdj #> 75670 VO and NAdj #> 75724 VO and NAdj #> 75761 VO and NAdj #> 75797 VO and NAdj #> 75818 VO and NAdj #> 75833 VO and NAdj #> 76108 Neutral #> 76165 Neutral #> 76225 Nominative - accusative (standard) #> 76374 Nominative - accusative (standard) #> 76377 Nominative - accusative (standard) #> 76390 Nominative - accusative (standard) #> code_ID language_ID iso_code glottocode language #> 224 1A-3 rsc roh roma1326 Romansch (Scharans) #> 264 1A-3 rom ron roma1327 Romanian #> 281 1A-3 fre fra stan1290 French #> 297 1A-3 bre bre bret1244 Breton #> 320 1A-3 spa spa stan1288 Spanish #> 326 1A-3 ctl cat stan1289 Catalan #> 554 1A-5 ird gle iris1253 Irish (Donegal) #> 573 10A-1 fre fra stan1290 French #> 735 10A-2 iri gle iris1253 Irish #> 740 10A-2 spa spa stan1288 Spanish #> 1011 100A-2 spa spa stan1288 Spanish #> 1015 100A-2 iri gle iris1253 Irish #> 1047 100A-2 wel cym wels1247 Welsh #> 1099 100A-2 ita ita ital1282 Italian #> 1131 100A-2 fre fra stan1290 French #> 1278 101A-1 fre fra stan1290 French #> 1307 101A-1 gae gla scot1245 Gaelic (Scots) #> 1347 101A-2 por por port1283 Portuguese #> 1477 101A-2 spa spa stan1288 Spanish #> 1481 101A-2 ctl cat stan1289 Catalan #> 1485 101A-2 ita ita ital1282 Italian #> 1575 101A-2 crn cor corn1251 Cornish #> 1623 101A-2 bre bre bret1244 Breton #> 1911 101A-6 iri gle iris1253 Irish #> 2041 102A-2 wel cym wels1247 Welsh #> 2053 102A-2 iri gle iris1253 Irish #> 2071 102A-2 fre fra stan1290 French #> 2075 102A-2 ita ita ital1282 Italian #> 2130 102A-5 spa spa stan1288 Spanish #> 2431 103A-2 spa spa stan1288 Spanish #> 2469 103A-2 wel cym wels1247 Welsh #> 2509 103A-2 ita ita ital1282 Italian #> 2531 103A-2 iri gle iris1253 Irish #> 2574 103A-2 fre fra stan1290 French #> 2767 104A-1 fre fra stan1290 French #> 2775 104A-1 wel cym wels1247 Welsh #> 2792 104A-1 iri gle iris1253 Irish #> 2796 104A-1 ita ita ital1282 Italian #> 3018 104A-3 spa spa stan1288 Spanish #> 3173 105A-1 fre fra stan1290 French #> 3189 105A-1 ita ita ital1282 Italian #> 3252 105A-1 spa spa stan1288 Spanish #> 3573 106A-3 fre fra stan1290 French #> 3577 106A-3 spa spa stan1288 Spanish #> 3671 107A-1 iri gle iris1253 Irish #> 3698 107A-1 fre fra stan1290 French #> 3701 107A-1 spa spa stan1288 Spanish #> 3754 107A-1 ita ita ital1282 Italian #> 3781 107A-1 wel cym wels1247 Welsh #> 4069 108A-3 gae gla scot1245 Gaelic (Scots) #> 4148 108A-3 spa spa stan1288 Spanish #> 4159 108A-3 fre fra stan1290 French #> 4237 108B-4 gae gla scot1245 Gaelic (Scots) #> 4253 108B-4 fre fra stan1290 French #> 4296 108B-4 spa spa stan1288 Spanish #> 4496 109A-8 fre fra stan1290 French #> 4513 109A-8 spa spa stan1288 Spanish #> 4560 109A-8 gae gla scot1245 Gaelic (Scots) #> 4659 109B-5 spa spa stan1288 Spanish #> 4660 109B-5 gae gla scot1245 Gaelic (Scots) #> 4722 109B-5 fre fra stan1290 French #> 5001 11A-1 ird gle iris1253 Irish (Donegal) #> 5086 11A-1 spa spa stan1288 Spanish #> 5094 11A-1 rom ron roma1327 Romanian #> 5105 11A-1 ctl cat stan1289 Catalan #> 5233 11A-1 rsc roh roma1326 Romansch (Scharans) #> 5279 11A-2 fre fra stan1290 French #> 5294 11A-2 bre bre bret1244 Breton #> 5411 110A-2 iri gle iris1253 Irish #> 5423 110A-3 spa spa stan1288 Spanish #> 5430 111A-1 iri gle iris1253 Irish #> 5719 111A-4 fre fra stan1290 French #> 5734 111A-4 spa spa stan1288 Spanish #> 6154 112A-2 rsu roh roma1326 Romansch (Sursilvan) #> 6157 112A-2 wec cym wels1247 Welsh (Colloquial) #> 6240 112A-2 por por port1283 Portuguese #> 6260 112A-2 iri gle iris1253 Irish #> 6265 112A-2 srd sro camp1261 Sardinian #> 6322 112A-2 gae gla scot1245 Gaelic (Scots) #> 6392 112A-2 spa spa stan1288 Spanish #> 6403 112A-2 fre fra stan1290 French #> 6449 112A-2 ita ita ital1282 Italian #> 6496 112A-2 crn cor corn1251 Cornish #> 6570 112A-2 rom ron roma1327 Romanian #> 6594 112A-2 ctl cat stan1289 Catalan #> 6623 112A-2 wel cym wels1247 Welsh #> 6869 112A-6 bre bre bret1244 Breton #> 6909 113A-1 ita ita ital1282 Italian #> 6914 113A-1 fre fra stan1290 French #> 6918 113A-1 spa spa stan1288 Spanish #> 7093 113A-3 iri gle iris1253 Irish #> 7265 114A-3 iri gle iris1253 Irish #> 7380 114A-7 fre fra stan1290 French #> 7409 114A-7 spa spa stan1288 Spanish #> 7436 114A-7 ita ita ital1282 Italian #> 7550 115A-1 rom ron roma1327 Romanian #> 7626 115A-1 iri gle iris1253 Irish #> 7655 115A-1 ctl cat stan1289 Catalan #> 7672 115A-3 por por port1283 Portuguese #> 7674 115A-3 ita ita ital1282 Italian #> 7677 115A-3 spa spa stan1288 Spanish #> 7680 115A-3 fre fra stan1290 French #> 7771 116A-1 por por port1283 Portuguese #> 7882 116A-1 fre fra stan1290 French #> 7911 116A-1 srd sro camp1261 Sardinian #> 7938 116A-1 bre bre bret1244 Breton #> 8079 116A-1 wel cym wels1247 Welsh #> 8179 116A-1 crn cor corn1251 Cornish #> 8183 116A-1 iri gle iris1253 Irish #> 8280 116A-2 gae gla scot1245 Gaelic (Scots) #> 8469 116A-4 spa spa stan1288 Spanish #> 8521 116A-6 rom ron roma1327 Romanian #> 8531 116A-6 ctl cat stan1289 Catalan #> 8619 116A-6 ita ita ital1282 Italian #> 8669 117A-1 gae gla scot1245 Gaelic (Scots) #> 8671 117A-1 wel cym wels1247 Welsh #> 8672 117A-1 iri gle iris1253 Irish #> 8694 117A-1 bre bre bret1244 Breton #> 8845 117A-5 rom ron roma1327 Romanian #> 8867 117A-5 spa spa stan1288 Spanish #> 9059 118A-2 rom ron roma1327 Romanian #> 9064 118A-2 gae gla scot1245 Gaelic (Scots) #> 9118 118A-2 spa spa stan1288 Spanish #> 9121 118A-2 bre bre bret1244 Breton #> 9123 118A-2 fre fra stan1290 French #> 9134 118A-2 wel cym wels1247 Welsh #> 9150 118A-2 iri gle iris1253 Irish #> 9293 119A-1 wel cym wels1247 Welsh #> 9363 119A-1 iri gle iris1253 Irish #> 9402 119A-1 gae gla scot1245 Gaelic (Scots) #> 9466 119A-1 spa spa stan1288 Spanish #> 9550 119A-2 rom ron roma1327 Romanian #> 9586 119A-2 bre bre bret1244 Breton #> 9587 119A-2 fre fra stan1290 French #> 9723 12A-2 ctl cat stan1289 Catalan #> 9725 12A-2 spa spa stan1288 Spanish #> 9998 12A-3 bre bre bret1244 Breton #> 10021 12A-3 fre fra stan1290 French #> 10027 12A-3 rsc roh roma1326 Romansch (Scharans) #> 10048 12A-3 ird gle iris1253 Irish (Donegal) #> 10209 120A-1 iri gle iris1253 Irish #> 10220 120A-1 rom ron roma1327 Romanian #> 10258 120A-1 gae gla scot1245 Gaelic (Scots) #> 10270 120A-1 spa spa stan1288 Spanish #> 10272 120A-1 fre fra stan1290 French #> 10332 120A-1 bre bre bret1244 Breton #> 10333 120A-1 wel cym wels1247 Welsh #> 10610 121A-1 bre bre bret1244 Breton #> 10680 121A-4 gae gla scot1245 Gaelic (Scots) #> 10693 121A-4 fre fra stan1290 French #> 10694 121A-4 spa spa stan1288 Spanish #> 10697 121A-4 iri gle iris1253 Irish #> 10705 122A-1 ita ita ital1282 Italian #> 10710 122A-1 fre fra stan1290 French #> 10790 122A-4 gae gla scot1245 Gaelic (Scots) #> 10851 122A-4 iri gle iris1253 Irish #> 10862 122A-4 spa spa stan1288 Spanish #> 10868 123A-1 fre fra stan1290 French #> 10873 123A-1 ita ita ital1282 Italian #> 10876 123A-1 spa spa stan1288 Spanish #> 10899 123A-3 gae gla scot1245 Gaelic (Scots) #> 10913 123A-3 iri gle iris1253 Irish #> 11022 124A-1 fre fra stan1290 French #> 11107 124A-1 spa spa stan1288 Spanish #> 11138 124A-2 rom ron roma1327 Romanian #> 11310 125A-2 iri gle iris1253 Irish #> 11331 125A-3 ita ita ital1282 Italian #> 11389 125A-3 fre fra stan1290 French #> 11419 125A-3 spa spa stan1288 Spanish #> 11519 126A-2 fre fra stan1290 French #> 11521 126A-2 spa spa stan1288 Spanish #> 11530 126A-2 iri gle iris1253 Irish #> 11531 126A-2 ita ita ital1282 Italian #> 11699 127A-2 spa spa stan1288 Spanish #> 11702 127A-2 iri gle iris1253 Irish #> 11706 127A-2 fre fra stan1290 French #> 11719 127A-2 ita ita ital1282 Italian #> 11831 128A-1 iri gle iris1253 Irish #> 11898 128A-2 spa spa stan1288 Spanish #> 11902 128A-2 ita ita ital1282 Italian #> 11904 128A-2 fre fra stan1290 French #> 12159 129A-2 gae gla scot1245 Gaelic (Scots) #> 12163 129A-2 rom ron roma1327 Romanian #> 12201 129A-2 ctl cat stan1289 Catalan #> 12258 129A-2 spa spa stan1288 Spanish #> 12273 129A-2 bre bre bret1244 Breton #> 12307 129A-2 wel cym wels1247 Welsh #> 12392 129A-2 crn cor corn1251 Cornish #> 12423 129A-2 por por port1283 Portuguese #> 12458 129A-2 iri gle iris1253 Irish #> 12460 129A-2 ita ita ital1282 Italian #> 12521 129A-2 fre fra stan1290 French #> 12540 13A-1 spa spa stan1288 Spanish #> 12594 13A-1 fre fra stan1290 French #> 12597 13A-1 rsc roh roma1326 Romansch (Scharans) #> 12700 13A-1 bre bre bret1244 Breton #> 12728 13A-1 ird gle iris1253 Irish (Donegal) #> 12777 13A-1 ctl cat stan1289 Catalan #> 12782 13A-1 rom ron roma1327 Romanian #> 13163 130A-2 wel cym wels1247 Welsh #> 13177 130A-2 por por port1283 Portuguese #> 13219 130A-2 spa spa stan1288 Spanish #> 13242 130A-2 ita ita ital1282 Italian #> 13252 130A-2 bre bre bret1244 Breton #> 13265 130A-2 fre fra stan1290 French #> 13284 130A-2 iri gle iris1253 Irish #> 13324 130A-2 ctl cat stan1289 Catalan #> 13438 130A-2 crn cor corn1251 Cornish #> 13461 130A-2 gae gla scot1245 Gaelic (Scots) #> 13591 130A-2 rom ron roma1327 Romanian #> 13740 131A-1 spa spa stan1288 Spanish #> 13840 131A-1 fre fra stan1290 French #> 13853 131A-2 iri gle iris1253 Irish #> 14016 132A-7 spa spa stan1288 Spanish #> 14026 132A-7 fre fra stan1290 French #> 14150 133A-7 fre fra stan1290 French #> 14151 133A-7 spa spa stan1288 Spanish #> 14165 134A-1 fre fra stan1290 French #> 14174 134A-1 spa spa stan1288 Spanish #> 14320 135A-1 fre fra stan1290 French #> 14360 135A-1 spa spa stan1288 Spanish #> 14605 136A-2 spa spa stan1288 Spanish #> 14610 136A-2 fre fra stan1290 French #> 14817 136B-2 fre fra stan1290 French #> 14824 136B-2 spa spa stan1288 Spanish #> 14896 137A-1 spa spa stan1288 Spanish #> 14904 137A-1 fre fra stan1290 French #> 15112 137B-1 fre fra stan1290 French #> 15229 137B-1 spa spa stan1288 Spanish #> 15372 138A-1 mol ron roma1327 Moldavian #> 15423 138A-1 por por port1283 Portuguese #> 15438 138A-2 fre fra stan1290 French #> 15450 138A-2 ita ita ital1282 Italian #> 15454 138A-2 rmc roh roma1326 Romansch #> 15461 138A-2 ctl cat stan1289 Catalan #> 15466 138A-2 bre bre bret1244 Breton #> 15467 138A-2 spa spa stan1288 Spanish #> 15468 138A-2 occ oci occi1239 Occitan #> 15472 138A-2 wel cym wels1247 Welsh #> 15473 138A-2 ast ast astu1245 Asturian #> 15499 138A-2 pro oci occi1239 Provençal #> 15509 138A-2 iri gle iris1253 Irish #> 15607 14A-1 por por port1283 Portuguese #> 15636 14A-1 ita ita ital1282 Italian #> 15669 14A-1 rom ron roma1327 Romanian #> 15766 14A-1 rsm roh roma1326 Romansch (Surmeiran) #> 15771 14A-1 srd sro camp1261 Sardinian #> 15777 14A-1 fre fra stan1290 French #> 15782 14A-1 ctl cat stan1289 Catalan #> 15794 14A-1 spa spa stan1288 Spanish #> 15799 14A-1 occ oci occi1239 Occitan #> 15802 14A-1 irm gle iris1253 Irish (Munster) #> 15827 14A-2 iri gle iris1253 Irish #> 15847 14A-2 mnx glv manx1243 Manx #> 15870 14A-2 gae gla scot1245 Gaelic (Scots) #> 15927 14A-6 wel cym wels1247 Welsh #> 15934 14A-6 crn cor corn1251 Cornish #> 16035 14A-6 bre bre bret1244 Breton #> 16145 142A-1 itn nap neap1235 Italian (Napolitanian) #> 16151 142A-1 ita ita ital1282 Italian #> 16154 142A-1 itb egl emil1241 Italian (Bologna) #> 16156 142A-1 itg lij ligu1248 Italian (Genoa) #> 16166 142A-1 ifi ita ital1282 Italian (Fiorentino) #> 16192 142A-2 iri gle iris1253 Irish #> 16220 142A-2 spa spa stan1288 Spanish #> 16237 142A-2 spc spa stan1288 Spanish (Canary Islands) #> 16284 143A-1 por por port1283 Portuguese #> 16286 143A-1 spa spa stan1288 Spanish #> 16289 143A-1 gae gla scot1245 Gaelic (Scots) #> 16321 143A-1 srd sro camp1261 Sardinian #> 16407 143A-1 rom ron roma1327 Romanian #> 16488 143A-1 iri gle iris1253 Irish #> 16635 143A-1 wel cym wels1247 Welsh #> 16659 143A-1 ita ita ital1282 Italian #> 16677 143A-1 crn cor corn1251 Cornish #> 16840 143A-14 bre bre bret1244 Breton #> 16955 143A-15 ctl cat stan1289 Catalan #> 16993 143A-15 fre fra stan1290 French #> 17103 143A-2 rsu roh roma1326 Romansch (Sursilvan) #> 17139 143A-2 wec cym wels1247 Welsh (Colloquial) #> 17637 143B-13 bre bre bret1244 Breton #> 17723 143C-1 ctl cat stan1289 Catalan #> 17766 143C-2 fre fra stan1290 French #> 17820 143E-1 crn cor corn1251 Cornish #> 17821 143E-1 gae gla scot1245 Gaelic (Scots) #> 17856 143E-1 por por port1283 Portuguese #> 17857 143E-1 bre bre bret1244 Breton #> 17964 143E-1 rom ron roma1327 Romanian #> 18028 143E-1 srd sro camp1261 Sardinian #> 18039 143E-1 spa spa stan1288 Spanish #> 18139 143E-1 ctl cat stan1289 Catalan #> 18178 143E-1 wel cym wels1247 Welsh #> 18384 143E-1 ita ita ital1282 Italian #> 18440 143E-1 iri gle iris1253 Irish #> 18457 143E-1 fre fra stan1290 French #> 18811 143E-4 rsu roh roma1326 Romansch (Sursilvan) #> 18893 143E-4 wec cym wels1247 Welsh (Colloquial) #> 19169 143F-1 bre bre bret1244 Breton #> 19196 143F-1 rsu roh roma1326 Romansch (Sursilvan) #> 19296 143F-1 fre fra stan1290 French #> 19354 143F-1 ctl cat stan1289 Catalan #> 19407 143F-1 wec cym wels1247 Welsh (Colloquial) #> 19768 143F-4 srd sro camp1261 Sardinian #> 19946 143F-4 rom ron roma1327 Romanian #> 19959 143F-4 gae gla scot1245 Gaelic (Scots) #> 20004 143F-4 spa spa stan1288 Spanish #> 20045 143F-4 crn cor corn1251 Cornish #> 20158 143F-4 ita ita ital1282 Italian #> 20242 143F-4 iri gle iris1253 Irish #> 20322 143F-4 wel cym wels1247 Welsh #> 20412 143F-4 por por port1283 Portuguese #> 20503 143G-4 bre bre bret1244 Breton #> 20763 143G-4 ita ita ital1282 Italian #> 20885 143G-4 ctl cat stan1289 Catalan #> 21046 143G-4 spa spa stan1288 Spanish #> 21068 143G-4 wel cym wels1247 Welsh #> 21116 143G-4 rsu roh roma1326 Romansch (Sursilvan) #> 21195 143G-4 gae gla scot1245 Gaelic (Scots) #> 21387 143G-4 wec cym wels1247 Welsh (Colloquial) #> 21417 143G-4 rom ron roma1327 Romanian #> 21420 143G-4 srd sro camp1261 Sardinian #> 21530 143G-4 fre fra stan1290 French #> 21622 143G-4 por por port1283 Portuguese #> 21717 143G-4 iri gle iris1253 Irish #> 21752 143G-4 crn cor corn1251 Cornish #> 21787 144A-10 wec cym wels1247 Welsh (Colloquial) #> 21919 144A-18 bre bre bret1244 Breton #> 22011 144A-19 fre fra stan1290 French #> 22028 144A-19 ctl cat stan1289 Catalan #> 22107 144A-2 ita ita ital1282 Italian #> 22126 144A-2 rom ron roma1327 Romanian #> 22163 144A-2 por por port1283 Portuguese #> 22164 144A-2 spa spa stan1288 Spanish #> 22183 144A-2 srd sro camp1261 Sardinian #> 22682 144A-21 rsu roh roma1326 Romansch (Sursilvan) #> 22933 144A-9 wel cym wels1247 Welsh #> 22943 144A-9 crn cor corn1251 Cornish #> 22955 144A-9 gae gla scot1245 Gaelic (Scots) #> 22960 144A-9 iri gle iris1253 Irish #> 23071 144B-3 ita ita ital1282 Italian #> 23077 144B-3 por por port1283 Portuguese #> 23103 144B-3 crn cor corn1251 Cornish #> 23161 144B-3 gae gla scot1245 Gaelic (Scots) #> 23228 144B-3 iri gle iris1253 Irish #> 23284 144B-3 wel cym wels1247 Welsh #> 23302 144B-3 ctl cat stan1289 Catalan #> 23347 144B-3 spa spa stan1288 Spanish #> 23356 144B-3 rom ron roma1327 Romanian #> 23359 144B-3 srd sro camp1261 Sardinian #> 23408 144B-4 fre fra stan1290 French #> 23459 144B-5 wec cym wels1247 Welsh (Colloquial) #> 23598 144C-5 crn cor corn1251 Cornish #> 23639 144D-12 rsu roh roma1326 Romansch (Sursilvan) #> 23741 144D-14 bre bre bret1244 Breton #> 23746 144D-15 ctl cat stan1289 Catalan #> 23762 144D-15 fre fra stan1290 French #> 23785 144D-2 por por port1283 Portuguese #> 23846 144D-2 rom ron roma1327 Romanian #> 23866 144D-2 spa spa stan1288 Spanish #> 23867 144D-2 ita ita ital1282 Italian #> 23890 144D-2 srd sro camp1261 Sardinian #> 24127 144F-12 bre bre bret1244 Breton #> 24194 144G-3 fre fra stan1290 French #> 24197 144G-4 ctl cat stan1289 Catalan #> 24373 144H-4 bre bre bret1244 Breton #> 24389 144H-4 rsu roh roma1326 Romansch (Sursilvan) #> 24399 144H-4 ita ita ital1282 Italian #> 24412 144H-4 por por port1283 Portuguese #> 24463 144H-4 ctl cat stan1289 Catalan #> 24495 144H-4 spa spa stan1288 Spanish #> 24527 144H-4 srd sro camp1261 Sardinian #> 24572 144H-4 fre fra stan1290 French #> 24573 144H-4 rom ron roma1327 Romanian #> 24628 144I-1 spa spa stan1288 Spanish #> 24686 144I-1 srd sro camp1261 Sardinian #> 24719 144I-1 rom ron roma1327 Romanian #> 24750 144I-1 por por port1283 Portuguese #> 24757 144I-1 ita ita ital1282 Italian #> 24833 144I-3 ctl cat stan1289 Catalan #> 24865 144I-5 bre bre bret1244 Breton #> 24868 144I-5 fre fra stan1290 French #> 25005 144I-8 rsu roh roma1326 Romansch (Sursilvan) #> 25084 144J-3 fre fra stan1290 French #> 25089 144J-5 bre bre bret1244 Breton #> 25098 144J-5 ctl cat stan1289 Catalan #> 25135 144J-7 por por port1283 Portuguese #> 25193 144J-7 spa spa stan1288 Spanish #> 25237 144J-7 ita ita ital1282 Italian #> 25261 144J-7 srd sro camp1261 Sardinian #> 25402 144J-7 rom ron roma1327 Romanian #> 25686 144K-4 por por port1283 Portuguese #> 25706 144K-4 fre fra stan1290 French #> 25717 144K-4 spa spa stan1288 Spanish #> 25730 144K-4 ita ita ital1282 Italian #> 25816 144K-4 ctl cat stan1289 Catalan #> 25845 144K-4 rom ron roma1327 Romanian #> 25898 144K-4 bre bre bret1244 Breton #> 25900 144K-4 srd sro camp1261 Sardinian #> 28358 144T-1 iri gle iris1253 Irish #> 28359 144T-1 wel cym wels1247 Welsh #> 28367 144T-1 gae gla scot1245 Gaelic (Scots) #> 28431 144T-2 wec cym wels1247 Welsh (Colloquial) #> 28498 144T-7 crn cor corn1251 Cornish #> 28557 144V-1 gae gla scot1245 Gaelic (Scots) #> 28558 144V-1 iri gle iris1253 Irish #> 28575 144V-1 wel cym wels1247 Welsh #> 28624 144V-1 crn cor corn1251 Cornish #> 28676 144V-9 wec cym wels1247 Welsh (Colloquial) #> 28688 144W-5 wec cym wels1247 Welsh (Colloquial) #> 28689 144W-6 crn cor corn1251 Cornish #> 28801 144W-6 gae gla scot1245 Gaelic (Scots) #> 28808 144W-6 wel cym wels1247 Welsh #> 28821 144W-6 iri gle iris1253 Irish #> 28871 144X-4 iri gle iris1253 Irish #> 28874 144X-4 crn cor corn1251 Cornish #> 28878 144X-4 wel cym wels1247 Welsh #> 28886 144X-4 gae gla scot1245 Gaelic (Scots) #> 28926 144X-4 wec cym wels1247 Welsh (Colloquial) #> 29044 15A-3 por por port1283 Portuguese #> 29056 15A-3 srd sro camp1261 Sardinian #> 29063 15A-3 spa spa stan1288 Spanish #> 29074 15A-3 ita ita ital1282 Italian #> 29083 15A-3 occ oci occi1239 Occitan #> 29084 15A-3 ctl cat stan1289 Catalan #> 29088 15A-3 fre fra stan1290 French #> 29092 15A-3 rsm roh roma1326 Romansch (Surmeiran) #> 29095 15A-3 rom ron roma1327 Romanian #> 29152 15A-5 irm gle iris1253 Irish (Munster) #> 29290 15A-8 crn cor corn1251 Cornish #> 29359 15A-8 mnx glv manx1243 Manx #> 29459 15A-8 wel cym wels1247 Welsh #> 29461 15A-8 gae gla scot1245 Gaelic (Scots) #> 29462 15A-8 iri gle iris1253 Irish #> 29492 15A-8 bre bre bret1244 Breton #> 29543 16A-1 gae gla scot1245 Gaelic (Scots) #> 29629 16A-1 wel cym wels1247 Welsh #> 29632 16A-1 mnx glv manx1243 Manx #> 29693 16A-1 srd sro camp1261 Sardinian #> 29699 16A-1 crn cor corn1251 Cornish #> 29750 16A-1 bre bre bret1244 Breton #> 29801 16A-2 iri gle iris1253 Irish #> 29816 16A-2 irm gle iris1253 Irish (Munster) #> 29895 16A-5 fre fra stan1290 French #> 29922 16A-6 rom ron roma1327 Romanian #> 29929 16A-6 ctl cat stan1289 Catalan #> 29931 16A-6 ita ita ital1282 Italian #> 29940 16A-6 por por port1283 Portuguese #> 29968 16A-7 spa spa stan1288 Spanish #> 29973 16A-7 occ oci occi1239 Occitan #> 29985 16A-7 rsm roh roma1326 Romansch (Surmeiran) #> 30003 17A-1 crn cor corn1251 Cornish #> 30122 17A-1 spa spa stan1288 Spanish #> 30189 17A-4 gae gla scot1245 Gaelic (Scots) #> 30193 17A-4 fre fra stan1290 French #> 30215 17A-4 iri gle iris1253 Irish #> 30218 17A-4 ita ita ital1282 Italian #> 30300 17A-5 ctl cat stan1289 Catalan #> 30391 18A-1 rom ron roma1327 Romanian #> 30409 18A-1 fre fra stan1290 French #> 30523 18A-1 ird gle iris1253 Irish (Donegal) #> 30589 18A-1 bre bre bret1244 Breton #> 30591 18A-1 rsc roh roma1326 Romansch (Scharans) #> 30630 18A-1 spa spa stan1288 Spanish #> 30679 18A-1 ctl cat stan1289 Catalan #> 30998 19A-1 rom ron roma1327 Romanian #> 31114 19A-1 rsc roh roma1326 Romansch (Scharans) #> 31158 19A-1 ird gle iris1253 Irish (Donegal) #> 31193 19A-1 bre bre bret1244 Breton #> 31225 19A-1 fre fra stan1290 French #> 31270 19A-1 ctl cat stan1289 Catalan #> 31426 19A-5 spa spa stan1288 Spanish #> 31636 2A-2 spa spa stan1288 Spanish #> 31671 2A-2 ird gle iris1253 Irish (Donegal) #> 31704 2A-2 rsc roh roma1326 Romansch (Scharans) #> 31844 2A-3 rom ron roma1327 Romanian #> 31846 2A-3 bre bre bret1244 Breton #> 31864 2A-3 fre fra stan1290 French #> 31931 2A-3 ctl cat stan1289 Catalan #> 32046 20A-1 spa spa stan1288 Spanish #> 32088 20A-1 fre fra stan1290 French #> 32215 21A-1 spa spa stan1288 Spanish #> 32285 21A-5 fre fra stan1290 French #> 32475 21B-2 spa spa stan1288 Spanish #> 32479 21B-2 fre fra stan1290 French #> 32551 22A-3 spa spa stan1288 Spanish #> 32552 22A-3 fre fra stan1290 French #> 32821 23A-3 spa spa stan1288 Spanish #> 32866 23A-4 fre fra stan1290 French #> 32971 24A-2 fre fra stan1290 French #> 33026 24A-2 spa spa stan1288 Spanish #> 33256 25A-5 spa spa stan1288 Spanish #> 33342 25A-5 fre fra stan1290 French #> 33372 25B-2 spa spa stan1288 Spanish #> 33401 25B-2 fre fra stan1290 French #> 33767 26A-2 por por port1283 Portuguese #> 33773 26A-2 ita ita ital1282 Italian #> 33843 26A-2 fre fra stan1290 French #> 34059 26A-2 spa spa stan1288 Spanish #> 34062 26A-2 crn cor corn1251 Cornish #> 34065 26A-2 wel cym wels1247 Welsh #> 34069 26A-2 rom ron roma1327 Romanian #> 34072 26A-2 srd sro camp1261 Sardinian #> 34171 26A-3 bre bre bret1244 Breton #> 34231 26A-3 gae gla scot1245 Gaelic (Scots) #> 34354 26A-4 iri gle iris1253 Irish #> 34883 27A-3 fre fra stan1290 French #> 34891 27A-3 gae gla scot1245 Gaelic (Scots) #> 34898 27A-3 ita ita ital1282 Italian #> 34901 27A-3 iri gle iris1253 Irish #> 34907 27A-3 ctl cat stan1289 Catalan #> 34910 27A-3 por por port1283 Portuguese #> 34913 27A-3 spa spa stan1288 Spanish #> 34915 27A-3 wel cym wels1247 Welsh #> 35070 28A-3 spa spa stan1288 Spanish #> 35071 28A-3 iri gle iris1253 Irish #> 35076 28A-3 fre fra stan1290 French #> 35189 29A-2 fre fra stan1290 French #> 35202 29A-2 spa spa stan1288 Spanish #> 35235 29A-2 iri gle iris1253 Irish #> 35326 3A-1 fre fra stan1290 French #> 35523 3A-3 spa spa stan1288 Spanish #> 35604 3A-3 ctl cat stan1289 Catalan #> 35686 3A-3 bre bre bret1244 Breton #> 35703 3A-3 rom ron roma1327 Romanian #> 35726 3A-4 ird gle iris1253 Irish (Donegal) #> 35728 3A-4 rsc roh roma1326 Romansch (Scharans) #> 36034 30A-2 gae gla scot1245 Gaelic (Scots) #> 36060 30A-2 spa spa stan1288 Spanish #> 36066 30A-2 fre fra stan1290 French #> 36302 31A-2 gae gla scot1245 Gaelic (Scots) #> 36306 31A-2 spa spa stan1288 Spanish #> 36329 31A-2 fre fra stan1290 French #> 36605 32A-3 gae gla scot1245 Gaelic (Scots) #> 36628 32A-3 fre fra stan1290 French #> 36642 32A-3 spa spa stan1288 Spanish #> 37036 33A-2 por por port1283 Portuguese #> 37037 33A-2 spa spa stan1288 Spanish #> 37138 33A-2 fre fra stan1290 French #> 37142 33A-2 srd sro camp1261 Sardinian #> 37145 33A-2 rom ron roma1327 Romanian #> 37196 33A-2 bre bre bret1244 Breton #> 37206 33A-2 ita ita ital1282 Italian #> 37216 33A-2 crn cor corn1251 Cornish #> 37286 33A-2 wel cym wels1247 Welsh #> 37334 33A-6 iri gle iris1253 Irish #> 37365 33A-6 gae gla scot1245 Gaelic (Scots) #> 37903 34A-6 por por port1283 Portuguese #> 37924 34A-6 fre fra stan1290 French #> 37929 34A-6 spa spa stan1288 Spanish #> 37964 34A-6 rom ron roma1327 Romanian #> 37986 34A-6 iri gle iris1253 Irish #> 38013 34A-6 ita ita ital1282 Italian #> 38118 35A-4 iri gle iris1253 Irish #> 38178 35A-5 spa spa stan1288 Spanish #> 38223 35A-6 fre fra stan1290 French #> 38485 36A-4 ita ita ital1282 Italian #> 38486 36A-4 por por port1283 Portuguese #> 38487 36A-4 iri gle iris1253 Irish #> 38498 36A-4 spa spa stan1288 Spanish #> 38511 36A-4 fre fra stan1290 French #> 38514 37A-1 bre bre bret1244 Breton #> 38521 37A-1 ita ita ital1282 Italian #> 38572 37A-1 spa spa stan1288 Spanish #> 38582 37A-1 por por port1283 Portuguese #> 38589 37A-1 wel cym wels1247 Welsh #> 38597 37A-1 fre fra stan1290 French #> 38639 37A-1 crn cor corn1251 Cornish #> 38702 37A-1 gae gla scot1245 Gaelic (Scots) #> 38724 37A-1 iri gle iris1253 Irish #> 38820 37A-3 rom ron roma1327 Romanian #> 39142 38A-1 bre bre bret1244 Breton #> 39246 38A-2 por por port1283 Portuguese #> 39259 38A-2 ita ita ital1282 Italian #> 39284 38A-2 ctl cat stan1289 Catalan #> 39297 38A-2 fre fra stan1290 French #> 39318 38A-2 rom ron roma1327 Romanian #> 39322 38A-2 spa spa stan1288 Spanish #> 39386 38A-4 crn cor corn1251 Cornish #> 39417 38A-4 gae gla scot1245 Gaelic (Scots) #> 39423 38A-4 iri gle iris1253 Irish #> 39435 38A-4 wel cym wels1247 Welsh #> 39711 39A-3 fre fra stan1290 French #> 39726 39A-3 iri gle iris1253 Irish #> 39796 39A-3 spa spa stan1288 Spanish #> 40316 4A-3 spa spa stan1288 Spanish #> 40357 4A-4 fre fra stan1290 French #> 40368 4A-4 rsc roh roma1326 Romansch (Scharans) #> 40387 4A-4 ird gle iris1253 Irish (Donegal) #> 40491 4A-4 rom ron roma1327 Romanian #> 40493 4A-4 bre bre bret1244 Breton #> 40504 4A-4 ctl cat stan1289 Catalan #> 40605 40A-3 spa spa stan1288 Spanish #> 40623 40A-3 iri gle iris1253 Irish #> 40647 40A-3 fre fra stan1290 French #> 40708 41A-1 fre fra stan1290 French #> 40730 41A-2 wel cym wels1247 Welsh #> 40819 41A-2 ita ita ital1282 Italian #> 40880 41A-3 spa spa stan1288 Spanish #> 40906 41A-3 iri gle iris1253 Irish #> 40939 42A-1 iri gle iris1253 Irish #> 41058 42A-1 spa spa stan1288 Spanish #> 41060 42A-1 ita ita ital1282 Italian #> 41094 42A-2 fre fra stan1290 French #> 41096 42A-2 wel cym wels1247 Welsh #> 41197 43A-1 spa spa stan1288 Spanish #> 41303 43A-3 iri gle iris1253 Irish #> 41340 43A-5 fre fra stan1290 French #> 41365 44A-1 spa spa stan1288 Spanish #> 41427 44A-3 ita ita ital1282 Italian #> 41449 44A-3 wel cym wels1247 Welsh #> 41468 44A-3 fre fra stan1290 French #> 41477 44A-3 iri gle iris1253 Irish #> 41751 45A-1 iri gle iris1253 Irish #> 41889 45A-2 bre bre bret1244 Breton #> 41893 45A-2 crn cor corn1251 Cornish #> 41895 45A-2 spa spa stan1288 Spanish #> 41897 45A-2 fre fra stan1290 French #> 41913 45A-2 gae gla scot1245 Gaelic (Scots) #> 41917 45A-2 ita ita ital1282 Italian #> 41918 45A-2 wel cym wels1247 Welsh #> 41921 45A-2 por por port1283 Portuguese #> 41924 45A-2 mnx glv manx1243 Manx #> 41931 45A-3 rom ron roma1327 Romanian #> 42009 46A-1 rom ron roma1327 Romanian #> 42156 46A-2 iri gle iris1253 Irish #> 42162 46A-2 ita ita ital1282 Italian #> 42205 46A-2 fre fra stan1290 French #> 42234 46A-3 spa spa stan1288 Spanish #> 42260 46A-4 por por port1283 Portuguese #> 42276 47A-1 wel cym wels1247 Welsh #> 42302 47A-1 iri gle iris1253 Irish #> 42370 47A-2 por por port1283 Portuguese #> 42381 47A-2 ita ita ital1282 Italian #> 42387 47A-2 spa spa stan1288 Spanish #> 42390 47A-2 ctl cat stan1289 Catalan #> 42406 47A-2 rom ron roma1327 Romanian #> 42423 47A-2 fre fra stan1290 French #> 42605 48A-2 fre fra stan1290 French #> 42668 48A-2 spa spa stan1288 Spanish #> 42694 48A-2 ita ita ital1282 Italian #> 42782 48A-3 wel cym wels1247 Welsh #> 42791 48A-3 iri gle iris1253 Irish #> 42843 49A-1 wel cym wels1247 Welsh #> 42854 49A-1 ctl cat stan1289 Catalan #> 42875 49A-1 ita ita ital1282 Italian #> 42892 49A-1 fre fra stan1290 French #> 42906 49A-1 spa spa stan1288 Spanish #> 42934 49A-2 iri gle iris1253 Irish #> 42941 49A-2 rom ron roma1327 Romanian #> 43107 5A-1 spa spa stan1288 Spanish #> 43344 5A-2 rom ron roma1327 Romanian #> 43348 5A-2 bre bre bret1244 Breton #> 43388 5A-2 ird gle iris1253 Irish (Donegal) #> 43397 5A-2 ctl cat stan1289 Catalan #> 43481 5A-2 fre fra stan1290 French #> 43556 5A-2 rsc roh roma1326 Romansch (Scharans) #> 43666 50A-1 fre fra stan1290 French #> 43715 50A-1 wel cym wels1247 Welsh #> 43765 50A-2 iri gle iris1253 Irish #> 43827 50A-3 rom ron roma1327 Romanian #> 43828 50A-3 ita ita ital1282 Italian #> 43850 50A-3 spa spa stan1288 Spanish #> 43856 50A-3 ctl cat stan1289 Catalan #> 43956 51A-1 rom ron roma1327 Romanian #> 44412 51A-5 iri gle iris1253 Irish #> 44415 51A-5 gae gla scot1245 Gaelic (Scots) #> 44544 51A-7 fre fra stan1290 French #> 44550 51A-7 bre bre bret1244 Breton #> 44648 51A-9 wel cym wels1247 Welsh #> 44714 51A-9 spa spa stan1288 Spanish #> 44725 51A-9 crn cor corn1251 Cornish #> 44732 51A-9 por por port1283 Portuguese #> 44844 51A-9 ita ita ital1282 Italian #> 44945 52A-1 ldn lld ladi1250 Ladin #> 44954 52A-1 bre bre bret1244 Breton #> 44958 52A-1 rmc roh roma1326 Romansch #> 44961 52A-1 ctl cat stan1289 Catalan #> 44978 52A-1 por por port1283 Portuguese #> 44979 52A-1 iri gle iris1253 Irish #> 44999 52A-1 fre fra stan1290 French #> 45006 52A-1 rom ron roma1327 Romanian #> 45016 52A-1 ita ita ital1282 Italian #> 45258 52A-3 wel cym wels1247 Welsh #> 45331 53A-4 srd sro camp1261 Sardinian #> 45478 53A-6 gae gla scot1245 Gaelic (Scots) #> 45486 53A-6 rom ron roma1327 Romanian #> 45517 53A-7 ldn lld ladi1250 Ladin #> 45520 53A-7 rmc roh roma1326 Romansch #> 45524 53A-7 lno lad ladi1251 Ladino #> 45540 53A-7 spa spa stan1288 Spanish #> 45545 53A-7 ita ita ital1282 Italian #> 45551 53A-7 bre bre bret1244 Breton #> 45555 53A-7 iri gle iris1253 Irish #> 45559 53A-7 ctl cat stan1289 Catalan #> 45562 53A-7 wel cym wels1247 Welsh #> 45564 53A-7 fre fra stan1290 French #> 45569 53A-7 glc glg gali1258 Galician #> 45571 53A-7 por por port1283 Portuguese #> 45574 53A-7 occ oci occi1239 Occitan #> 45614 54A-1 fre fra stan1290 French #> 45643 54A-1 spa spa stan1288 Spanish #> 45644 54A-1 itu pms piem1238 Italian (Turinese) #> 45801 54A-5 rom ron roma1327 Romanian #> 45914 55A-1 fre fra stan1290 French #> 46262 56A-1 fre fra stan1290 French #> 46855 57A-2 bre bre bret1244 Breton #> 47012 57A-4 spa spa stan1288 Spanish #> 47054 57A-4 ita ita ital1282 Italian #> 47126 57A-4 rom ron roma1327 Romanian #> 47175 57A-4 iri gle iris1253 Irish #> 47208 57A-4 crn cor corn1251 Cornish #> 47247 57A-4 fre fra stan1290 French #> 47302 58A-2 spa spa stan1288 Spanish #> 47467 58A-2 fre fra stan1290 French #> 47618 58B-1 fre fra stan1290 French #> 47670 58B-1 spa spa stan1288 Spanish #> 47825 59A-1 spa spa stan1288 Spanish #> 47835 59A-1 fre fra stan1290 French #> 48076 6A-1 ctl cat stan1289 Catalan #> 48087 6A-1 rom ron roma1327 Romanian #> 48198 6A-1 ird gle iris1253 Irish (Donegal) #> 48285 6A-1 spa spa stan1288 Spanish #> 48441 6A-1 bre bre bret1244 Breton #> 48451 6A-1 rsc roh roma1326 Romansch (Scharans) #> 48495 6A-3 fre fra stan1290 French #> 48631 60A-6 fre fra stan1290 French #> 48697 61A-2 spa spa stan1288 Spanish #> 48737 61A-2 fre fra stan1290 French #> 48798 61A-5 iri gle iris1253 Irish #> 48870 62A-3 fre fra stan1290 French #> 48872 62A-3 wel cym wels1247 Welsh #> 48877 62A-3 spa spa stan1288 Spanish #> 48912 62A-6 iri gle iris1253 Irish #> 48983 63A-1 gae gla scot1245 Gaelic (Scots) #> 48996 63A-1 rom ron roma1327 Romanian #> 49020 63A-1 fre fra stan1290 French #> 49029 63A-1 spa spa stan1288 Spanish #> 49044 63A-1 iri gle iris1253 Irish #> 49101 63A-1 bre bre bret1244 Breton #> 49232 64A-1 ita ita ital1282 Italian #> 49269 64A-1 fre fra stan1290 French #> 49302 64A-1 spa spa stan1288 Spanish #> 49548 65A-1 rom ron roma1327 Romanian #> 49552 65A-1 por por port1283 Portuguese #> 49593 65A-1 spa spa stan1288 Spanish #> 49597 65A-1 fre fra stan1290 French #> 49758 66A-1 por por port1283 Portuguese #> 49810 66A-1 fre fra stan1290 French #> 49823 66A-1 rom ron roma1327 Romanian #> 49829 66A-1 spa spa stan1288 Spanish #> 49964 67A-1 fre fra stan1290 French #> 50056 67A-1 spa spa stan1288 Spanish #> 50130 67A-2 rom ron roma1327 Romanian #> 50142 67A-2 por por port1283 Portuguese #> 50182 68A-1 fre fra stan1290 French #> 50184 68A-1 spa spa stan1288 Spanish #> 50332 68A-4 por por port1283 Portuguese #> 50338 68A-4 rom ron roma1327 Romanian #> 50658 69A-2 por por port1283 Portuguese #> 50727 69A-2 crn cor corn1251 Cornish #> 50758 69A-2 wel cym wels1247 Welsh #> 50800 69A-2 srd sro camp1261 Sardinian #> 50977 69A-2 ita ita ital1282 Italian #> 51099 69A-2 spa spa stan1288 Spanish #> 51109 69A-2 rom ron roma1327 Romanian #> 51116 69A-2 fre fra stan1290 French #> 51215 69A-2 bre bre bret1244 Breton #> 51243 69A-4 iri gle iris1253 Irish #> 51329 69A-4 gae gla scot1245 Gaelic (Scots) #> 51566 7A-1 rom ron roma1327 Romanian #> 51606 7A-1 bre bre bret1244 Breton #> 51635 7A-1 fre fra stan1290 French #> 51690 7A-1 spa spa stan1288 Spanish #> 51818 7A-1 ird gle iris1253 Irish (Donegal) #> 51916 7A-1 rsc roh roma1326 Romansch (Scharans) #> 51941 7A-1 ctl cat stan1289 Catalan #> 52110 70A-1 glc glg gali1258 Galician #> 52120 70A-1 wel cym wels1247 Welsh #> 52184 70A-1 lno lad ladi1251 Ladino #> 52206 70A-1 rsu roh roma1326 Romansch (Sursilvan) #> 52295 70A-1 iri gle iris1253 Irish #> 52310 70A-1 spa spa stan1288 Spanish #> 52388 70A-1 srd sro camp1261 Sardinian #> 52393 70A-1 bre bre bret1244 Breton #> 52394 70A-2 ctl cat stan1289 Catalan #> 52402 70A-2 rom ron roma1327 Romanian #> 52410 70A-2 por por port1283 Portuguese #> 52420 70A-2 ita ita ital1282 Italian #> 52423 70A-2 fre fra stan1290 French #> 52434 70A-2 occ oci occi1239 Occitan #> 52496 70A-4 mnx glv manx1243 Manx #> 52686 71A-1 fre fra stan1290 French #> 52726 71A-1 rsu roh roma1326 Romansch (Sursilvan) #> 52854 71A-2 wel cym wels1247 Welsh #> 52905 71A-2 iri gle iris1253 Irish #> 52948 71A-3 ctl cat stan1289 Catalan #> 52959 71A-3 por por port1283 Portuguese #> 52961 71A-3 spa spa stan1288 Spanish #> 52968 71A-3 glc glg gali1258 Galician #> 52971 71A-3 lno lad ladi1251 Ladino #> 52980 71A-3 srd sro camp1261 Sardinian #> 52996 71A-3 ita ita ital1282 Italian #> 52998 71A-3 rom ron roma1327 Romanian #> 53238 72A-1 iri gle iris1253 Irish #> 53259 72A-1 rom ron roma1327 Romanian #> 53325 72A-4 fre fra stan1290 French #> 53358 72A-4 wel cym wels1247 Welsh #> 53370 72A-4 ita ita ital1282 Italian #> 53392 72A-4 lno lad ladi1251 Ladino #> 53422 72A-4 spa spa stan1288 Spanish #> 53449 72A-4 ctl cat stan1289 Catalan #> 53508 72A-4 por por port1283 Portuguese #> 53575 73A-2 fre fra stan1290 French #> 53718 73A-2 iri gle iris1253 Irish #> 53726 73A-2 spa spa stan1288 Spanish #> 53902 74A-2 fre fra stan1290 French #> 53904 74A-2 por por port1283 Portuguese #> 53930 74A-2 rom ron roma1327 Romanian #> 53967 74A-2 iri gle iris1253 Irish #> 53982 74A-2 wel cym wels1247 Welsh #> 54004 74A-2 ctl cat stan1289 Catalan #> 54006 74A-2 spa spa stan1288 Spanish #> 54020 74A-2 ita ita ital1282 Italian #> 54083 75A-1 spa spa stan1288 Spanish #> 54095 75A-1 fre fra stan1290 French #> 54102 75A-1 ctl cat stan1289 Catalan #> 54110 75A-1 rom ron roma1327 Romanian #> 54131 75A-1 iri gle iris1253 Irish #> 54133 75A-1 ita ita ital1282 Italian #> 54134 75A-1 por por port1283 Portuguese #> 54225 75A-3 wel cym wels1247 Welsh #> 54313 76A-1 iri gle iris1253 Irish #> 54317 76A-1 rom ron roma1327 Romanian #> 54324 76A-1 por por port1283 Portuguese #> 54325 76A-1 spa spa stan1288 Spanish #> 54328 76A-1 ita ita ital1282 Italian #> 54343 76A-1 fre fra stan1290 French #> 54352 76A-2 ctl cat stan1289 Catalan #> 54362 76A-2 wel cym wels1247 Welsh #> 54572 77A-1 rom ron roma1327 Romanian #> 54603 77A-1 bre bre bret1244 Breton #> 54666 77A-1 iri gle iris1253 Irish #> 54699 77A-1 spa spa stan1288 Spanish #> 54777 77A-2 fre fra stan1290 French #> 54983 78A-1 rom ron roma1327 Romanian #> 55056 78A-1 bre bre bret1244 Breton #> 55105 78A-1 spa spa stan1288 Spanish #> 55117 78A-1 iri gle iris1253 Irish #> 55344 78A-5 fre fra stan1290 French #> 55402 79A-3 spa spa stan1288 Spanish #> 55407 79A-3 iri gle iris1253 Irish #> 55413 79A-3 fre fra stan1290 French #> 55558 79B-2 iri gle iris1253 Irish #> 55568 79B-2 spa spa stan1288 Spanish #> 55709 79B-5 fre fra stan1290 French #> 55856 8A-2 bre bre bret1244 Breton #> 55859 8A-2 rom ron roma1327 Romanian #> 55916 8A-2 fre fra stan1290 French #> 55971 8A-2 rsc roh roma1326 Romansch (Scharans) #> 55982 8A-2 ird gle iris1253 Irish (Donegal) #> 56049 8A-2 spa spa stan1288 Spanish #> 56148 8A-2 ctl cat stan1289 Catalan #> 56346 80A-1 spa spa stan1288 Spanish #> 56385 80A-1 iri gle iris1253 Irish #> 56407 80A-1 fre fra stan1290 French #> 57106 81A-2 rsu roh roma1326 Romansch (Sursilvan) #> 57109 81A-2 ctl cat stan1289 Catalan #> 57334 81A-2 srd sro camp1261 Sardinian #> 57410 81A-2 bre bre bret1244 Breton #> 57467 81A-2 rom ron roma1327 Romanian #> 57472 81A-2 fre fra stan1290 French #> 57518 81A-2 spa spa stan1288 Spanish #> 57525 81A-2 ita ita ital1282 Italian #> 57537 81A-2 por por port1283 Portuguese #> 57549 81A-2 crn cor corn1251 Cornish #> 57585 81A-3 gae gla scot1245 Gaelic (Scots) #> 57629 81A-3 wec cym wels1247 Welsh (Colloquial) #> 57643 81A-3 iri gle iris1253 Irish #> 57646 81A-3 wel cym wels1247 Welsh #> 58103 82A-1 por por port1283 Portuguese #> 58377 82A-1 crn cor corn1251 Cornish #> 58513 82A-1 rom ron roma1327 Romanian #> 58731 82A-1 rsu roh roma1326 Romansch (Sursilvan) #> 58876 82A-1 srd sro camp1261 Sardinian #> 58893 82A-1 fre fra stan1290 French #> 59260 82A-2 wel cym wels1247 Welsh #> 59264 82A-2 wec cym wels1247 Welsh (Colloquial) #> 59315 82A-2 gae gla scot1245 Gaelic (Scots) #> 59326 82A-2 iri gle iris1253 Irish #> 59331 82A-2 bre bre bret1244 Breton #> 59346 82A-3 ctl cat stan1289 Catalan #> 59365 82A-3 spa spa stan1288 Spanish #> 59427 82A-3 ita ita ital1282 Italian #> 60173 83A-2 srd sro camp1261 Sardinian #> 60282 83A-2 rom ron roma1327 Romanian #> 60380 83A-2 wec cym wels1247 Welsh (Colloquial) #> 60466 83A-2 wel cym wels1247 Welsh #> 60597 83A-2 iri gle iris1253 Irish #> 60622 83A-2 rsu roh roma1326 Romansch (Sursilvan) #> 60630 83A-2 fre fra stan1290 French #> 60652 83A-2 gae gla scot1245 Gaelic (Scots) #> 60663 83A-2 crn cor corn1251 Cornish #> 60671 83A-2 spa spa stan1288 Spanish #> 60765 83A-2 ita ita ital1282 Italian #> 60769 83A-2 ctl cat stan1289 Catalan #> 60843 83A-2 por por port1283 Portuguese #> 60856 83A-2 bre bre bret1244 Breton #> 60962 84A-1 fre fra stan1290 French #> 61026 84A-1 spa spa stan1288 Spanish #> 61077 84A-1 iri gle iris1253 Irish #> 61099 84A-1 gae gla scot1245 Gaelic (Scots) #> 61169 84A-1 wel cym wels1247 Welsh #> 62067 85A-2 spa spa stan1288 Spanish #> 62173 85A-2 ctl cat stan1289 Catalan #> 62195 85A-2 por por port1283 Portuguese #> 62208 85A-2 iri gle iris1253 Irish #> 62248 85A-2 fre fra stan1290 French #> 62360 85A-2 rom ron roma1327 Romanian #> 62388 85A-2 bre bre bret1244 Breton #> 62421 85A-2 gae gla scot1245 Gaelic (Scots) #> 62432 85A-2 ita ita ital1282 Italian #> 62528 85A-2 crn cor corn1251 Cornish #> 62545 85A-2 wel cym wels1247 Welsh #> 63356 86A-2 spa spa stan1288 Spanish #> 63359 86A-2 gae gla scot1245 Gaelic (Scots) #> 63436 86A-2 ita ita ital1282 Italian #> 63502 86A-2 fre fra stan1290 French #> 63567 86A-2 crn cor corn1251 Cornish #> 63598 86A-2 rsu roh roma1326 Romansch (Sursilvan) #> 63654 86A-2 por por port1283 Portuguese #> 63666 86A-2 rom ron roma1327 Romanian #> 63709 86A-2 wel cym wels1247 Welsh #> 63713 86A-2 bre bre bret1244 Breton #> 63734 86A-2 ctl cat stan1289 Catalan #> 63745 86A-2 iri gle iris1253 Irish #> 64286 87A-2 ita ita ital1282 Italian #> 64340 87A-2 por por port1283 Portuguese #> 64405 87A-2 rsu roh roma1326 Romansch (Sursilvan) #> 64478 87A-2 iri gle iris1253 Irish #> 64639 87A-2 srd sro camp1261 Sardinian #> 64681 87A-2 gae gla scot1245 Gaelic (Scots) #> 64786 87A-2 bre bre bret1244 Breton #> 64790 87A-2 wel cym wels1247 Welsh #> 64835 87A-2 spa spa stan1288 Spanish #> 64882 87A-2 rom ron roma1327 Romanian #> 64997 87A-2 crn cor corn1251 Cornish #> 65050 87A-2 ctl cat stan1289 Catalan #> 65112 87A-2 fre fra stan1290 French #> 65279 88A-1 spa spa stan1288 Spanish #> 65428 88A-1 ctl cat stan1289 Catalan #> 65473 88A-1 fre fra stan1290 French #> 65558 88A-1 ita ita ital1282 Italian #> 65592 88A-1 rsu roh roma1326 Romansch (Sursilvan) #> 65702 88A-1 por por port1283 Portuguese #> 66121 88A-2 iri gle iris1253 Irish #> 66204 88A-2 bre bre bret1244 Breton #> 66298 88A-2 gae gla scot1245 Gaelic (Scots) #> 66308 88A-2 crn cor corn1251 Cornish #> 66323 88A-2 wel cym wels1247 Welsh #> 66424 88A-6 rom ron roma1327 Romanian #> 66485 89A-1 ita ita ital1282 Italian #> 66523 89A-1 wel cym wels1247 Welsh #> 66543 89A-1 rom ron roma1327 Romanian #> 66581 89A-1 spa spa stan1288 Spanish #> 66623 89A-1 iri gle iris1253 Irish #> 66661 89A-1 fre fra stan1290 French #> 66691 89A-1 bre bre bret1244 Breton #> 66729 89A-1 rsu roh roma1326 Romansch (Sursilvan) #> 66779 89A-1 gae gla scot1245 Gaelic (Scots) #> 66802 89A-1 ctl cat stan1289 Catalan #> 66887 89A-1 crn cor corn1251 Cornish #> 66925 89A-1 srd sro camp1261 Sardinian #> 67944 9A-3 iri gle iris1253 Irish #> 68085 9A-3 fre fra stan1290 French #> 68100 9A-3 spa spa stan1288 Spanish #> 68121 90A-1 rom ron roma1327 Romanian #> 68190 90A-1 spa spa stan1288 Spanish #> 68202 90A-1 iri gle iris1253 Irish #> 68237 90A-1 gae gla scot1245 Gaelic (Scots) #> 68292 90A-1 rsu roh roma1326 Romansch (Sursilvan) #> 68294 90A-1 crn cor corn1251 Cornish #> 68366 90A-1 wel cym wels1247 Welsh #> 68398 90A-1 bre bre bret1244 Breton #> 68412 90A-1 fre fra stan1290 French #> 68459 90A-1 por por port1283 Portuguese #> 68499 90A-1 ctl cat stan1289 Catalan #> 68521 90A-1 ita ita ital1282 Italian #> 68633 90A-1 srd sro camp1261 Sardinian #> 69157 90C-1 por por port1283 Portuguese #> 69181 90C-1 gae gla scot1245 Gaelic (Scots) #> 69200 90C-1 rsu roh roma1326 Romansch (Sursilvan) #> 69227 90C-1 ctl cat stan1289 Catalan #> 69239 90C-1 crn cor corn1251 Cornish #> 69250 90C-1 spa spa stan1288 Spanish #> 69306 90C-1 iri gle iris1253 Irish #> 69372 90C-1 fre fra stan1290 French #> 69434 90C-1 ita ita ital1282 Italian #> 69455 90C-1 rom ron roma1327 Romanian #> 69518 90C-1 bre bre bret1244 Breton #> 69542 90C-1 wel cym wels1247 Welsh #> 69621 90C-1 srd sro camp1261 Sardinian #> 69841 91A-1 spa spa stan1288 Spanish #> 69896 91A-1 gae gla scot1245 Gaelic (Scots) #> 69929 91A-1 ita ita ital1282 Italian #> 69949 91A-1 por por port1283 Portuguese #> 69995 91A-1 rom ron roma1327 Romanian #> 70013 91A-1 fre fra stan1290 French #> 70049 91A-1 srd sro camp1261 Sardinian #> 70275 91A-3 bre bre bret1244 Breton #> 70278 91A-3 wel cym wels1247 Welsh #> 70334 92A-1 crn cor corn1251 Cornish #> 70376 92A-1 por por port1283 Portuguese #> 70399 92A-1 bre bre bret1244 Breton #> 70403 92A-1 fre fra stan1290 French #> 70432 92A-1 iri gle iris1253 Irish #> 70438 92A-1 srd sro camp1261 Sardinian #> 70443 92A-1 wel cym wels1247 Welsh #> 70855 92A-6 gae gla scot1245 Gaelic (Scots) #> 70894 92A-6 ita ita ital1282 Italian #> 70938 92A-6 spa spa stan1288 Spanish #> 70995 92A-6 ctl cat stan1289 Catalan #> 71155 92A-6 rom ron roma1327 Romanian #> 71245 93A-1 iri gle iris1253 Irish #> 71253 93A-1 wel cym wels1247 Welsh #> 71334 93A-1 rom ron roma1327 Romanian #> 71369 93A-1 spa spa stan1288 Spanish #> 71390 93A-1 gae gla scot1245 Gaelic (Scots) #> 71398 93A-1 bre bre bret1244 Breton #> 71433 93A-1 fre fra stan1290 French #> 71785 93A-2 crn cor corn1251 Cornish #> 72240 94A-1 srd sro camp1261 Sardinian #> 72294 94A-1 spa spa stan1288 Spanish #> 72332 94A-1 gae gla scot1245 Gaelic (Scots) #> 72333 94A-1 rsu roh roma1326 Romansch (Sursilvan) #> 72343 94A-1 rom ron roma1327 Romanian #> 72364 94A-1 bre bre bret1244 Breton #> 72387 94A-1 iri gle iris1253 Irish #> 72454 94A-1 ita ita ital1282 Italian #> 72460 94A-1 fre fra stan1290 French #> 72492 94A-1 crn cor corn1251 Cornish #> 72502 94A-1 wel cym wels1247 Welsh #> 73388 95A-4 bre bre bret1244 Breton #> 73407 95A-4 spa spa stan1288 Spanish #> 73417 95A-4 fre fra stan1290 French #> 73514 95A-4 crn cor corn1251 Cornish #> 73544 95A-4 ita ita ital1282 Italian #> 73583 95A-4 por por port1283 Portuguese #> 73600 95A-4 ctl cat stan1289 Catalan #> 73612 95A-4 wel cym wels1247 Welsh #> 73634 95A-4 rom ron roma1327 Romanian #> 73718 95A-4 iri gle iris1253 Irish #> 73729 95A-4 gae gla scot1245 Gaelic (Scots) #> 74161 96A-4 iri gle iris1253 Irish #> 74175 96A-4 wel cym wels1247 Welsh #> 74183 96A-4 rsu roh roma1326 Romansch (Sursilvan) #> 74250 96A-4 gae gla scot1245 Gaelic (Scots) #> 74261 96A-4 ctl cat stan1289 Catalan #> 74296 96A-4 srd sro camp1261 Sardinian #> 74316 96A-4 ita ita ital1282 Italian #> 74340 96A-4 spa spa stan1288 Spanish #> 74412 96A-4 bre bre bret1244 Breton #> 74422 96A-4 por por port1283 Portuguese #> 74433 96A-4 crn cor corn1251 Cornish #> 74446 96A-4 rom ron roma1327 Romanian #> 74475 96A-4 fre fra stan1290 French #> 75486 97A-4 ita ita ital1282 Italian #> 75510 97A-4 iri gle iris1253 Irish #> 75576 97A-4 srd sro camp1261 Sardinian #> 75610 97A-4 bre bre bret1244 Breton #> 75624 97A-4 spa spa stan1288 Spanish #> 75637 97A-4 rom ron roma1327 Romanian #> 75654 97A-4 rsu roh roma1326 Romansch (Sursilvan) #> 75670 97A-4 por por port1283 Portuguese #> 75724 97A-4 ctl cat stan1289 Catalan #> 75761 97A-4 wel cym wels1247 Welsh #> 75797 97A-4 fre fra stan1290 French #> 75818 97A-4 gae gla scot1245 Gaelic (Scots) #> 75833 97A-4 crn cor corn1251 Cornish #> 76108 98A-1 fre fra stan1290 French #> 76165 98A-1 iri gle iris1253 Irish #> 76225 98A-2 spa spa stan1288 Spanish #> 76374 99A-2 fre fra stan1290 French #> 76377 99A-2 iri gle iris1253 Irish #> 76390 99A-2 spa spa stan1288 Spanish #> family genus macroarea countrycodes latitude longitude #> 224 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 264 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 281 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 297 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 320 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 326 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 554 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 573 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 735 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 740 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 1011 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 1015 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 1047 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 1099 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 1131 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 1278 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 1307 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 1347 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 1477 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 1481 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 1485 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 1575 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 1623 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 1911 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 2041 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 2053 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 2071 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 2075 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 2130 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 2431 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 2469 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 2509 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 2531 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 2574 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 2767 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 2775 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 2792 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 2796 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 3018 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 3173 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 3189 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 3252 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 3573 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 3577 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 3671 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 3698 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 3701 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 3754 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 3781 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 4069 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 4148 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 4159 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 4237 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 4253 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 4296 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 4496 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 4513 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 4560 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 4659 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 4660 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 4722 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 5001 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 5086 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 5094 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 5105 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 5233 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 5279 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 5294 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 5411 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 5423 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 5430 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 5719 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 5734 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 6154 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 6157 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 6240 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 6260 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 6265 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 6322 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 6392 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 6403 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 6449 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 6496 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 6570 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 6594 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 6623 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 6869 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 6909 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 6914 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 6918 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 7093 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 7265 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 7380 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 7409 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 7436 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 7550 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 7626 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 7655 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 7672 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 7674 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 7677 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 7680 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 7771 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 7882 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 7911 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 7938 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 8079 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 8179 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 8183 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 8280 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 8469 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 8521 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 8531 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 8619 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 8669 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 8671 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 8672 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 8694 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 8845 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 8867 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 9059 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 9064 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 9118 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 9121 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 9123 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 9134 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 9150 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 9293 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 9363 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 9402 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 9466 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 9550 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 9586 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 9587 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 9723 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 9725 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 9998 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 10021 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 10027 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 10048 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 10209 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 10220 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 10258 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 10270 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 10272 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 10332 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 10333 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 10610 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 10680 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 10693 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 10694 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 10697 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 10705 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 10710 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 10790 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 10851 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 10862 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 10868 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 10873 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 10876 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 10899 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 10913 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 11022 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 11107 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 11138 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 11310 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 11331 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 11389 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 11419 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 11519 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 11521 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 11530 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 11531 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 11699 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 11702 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 11706 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 11719 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 11831 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 11898 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 11902 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 11904 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 12159 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 12163 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 12201 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 12258 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 12273 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 12307 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 12392 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 12423 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 12458 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 12460 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 12521 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 12540 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 12594 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 12597 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 12700 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 12728 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 12777 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 12782 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 13163 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 13177 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 13219 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 13242 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 13252 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 13265 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 13284 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 13324 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 13438 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 13461 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 13591 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 13740 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 13840 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 13853 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 14016 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14026 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14150 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14151 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14165 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14174 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14320 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14360 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14605 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14610 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14817 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14824 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14896 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14904 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 15112 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 15229 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 15372 Indo-European Romance Eurasia MD 47.00000 29.000000 #> 15423 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 15438 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 15450 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 15454 Indo-European Romance Eurasia CH 46.66667 9.166667 #> 15461 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 15466 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 15467 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 15468 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 15472 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 15473 Indo-European Romance Eurasia ES 43.25000 -6.000000 #> 15499 Indo-European Romance Eurasia FR 44.00000 6.000000 #> 15509 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 15607 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 15636 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 15669 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 15766 Indo-European Romance Eurasia CH 46.58333 9.750000 #> 15771 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 15777 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 15782 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 15794 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 15799 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 15802 Indo-European Celtic Eurasia IE 52.50000 -9.000000 #> 15827 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 15847 Indo-European Celtic Eurasia GB 54.16667 -4.500000 #> 15870 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 15927 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 15934 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 16035 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 16145 Indo-European Romance Eurasia IT 40.91667 14.250000 #> 16151 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 16154 Indo-European Romance Eurasia IT 44.50000 11.333333 #> 16156 Indo-European Romance Eurasia IT 44.41667 8.950000 #> 16166 Indo-European Romance Eurasia IT 43.75000 11.250000 #> 16192 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 16220 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 16237 Indo-European Romance Eurasia ES 28.00000 -15.583333 #> 16284 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 16286 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 16289 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 16321 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 16407 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 16488 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 16635 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 16659 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 16677 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 16840 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 16955 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 16993 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 17103 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 17139 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 17637 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 17723 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 17766 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 17820 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 17821 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 17856 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 17857 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 17964 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 18028 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 18039 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 18139 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 18178 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 18384 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 18440 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 18457 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 18811 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 18893 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 19169 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 19196 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 19296 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 19354 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 19407 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 19768 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 19946 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 19959 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 20004 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 20045 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 20158 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 20242 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 20322 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 20412 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 20503 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 20763 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 20885 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 21046 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 21068 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 21116 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 21195 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 21387 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 21417 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 21420 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 21530 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 21622 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 21717 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 21752 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 21787 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 21919 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 22011 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 22028 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 22107 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 22126 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 22163 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 22164 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 22183 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 22682 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 22933 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 22943 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 22955 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 22960 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 23071 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 23077 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 23103 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 23161 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 23228 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 23284 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 23302 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 23347 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 23356 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 23359 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 23408 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 23459 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 23598 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 23639 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 23741 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 23746 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 23762 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 23785 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 23846 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 23866 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 23867 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 23890 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 24127 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 24194 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 24197 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 24373 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 24389 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 24399 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 24412 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 24463 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 24495 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 24527 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 24572 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 24573 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 24628 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 24686 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 24719 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 24750 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 24757 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 24833 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 24865 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 24868 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 25005 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 25084 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 25089 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 25098 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 25135 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 25193 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 25237 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 25261 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 25402 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 25686 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 25706 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 25717 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 25730 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 25816 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 25845 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 25898 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 25900 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 28358 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 28359 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 28367 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 28431 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 28498 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 28557 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 28558 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 28575 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 28624 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 28676 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 28688 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 28689 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 28801 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 28808 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 28821 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 28871 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 28874 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 28878 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 28886 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 28926 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 29044 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 29056 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 29063 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 29074 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 29083 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 29084 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 29088 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 29092 Indo-European Romance Eurasia CH 46.58333 9.750000 #> 29095 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 29152 Indo-European Celtic Eurasia IE 52.50000 -9.000000 #> 29290 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 29359 Indo-European Celtic Eurasia GB 54.16667 -4.500000 #> 29459 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 29461 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 29462 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 29492 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 29543 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 29629 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 29632 Indo-European Celtic Eurasia GB 54.16667 -4.500000 #> 29693 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 29699 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 29750 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 29801 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 29816 Indo-European Celtic Eurasia IE 52.50000 -9.000000 #> 29895 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 29922 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 29929 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 29931 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 29940 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 29968 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 29973 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 29985 Indo-European Romance Eurasia CH 46.58333 9.750000 #> 30003 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 30122 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 30189 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 30193 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 30215 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 30218 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 30300 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 30391 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 30409 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 30523 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 30589 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 30591 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 30630 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 30679 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 30998 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 31114 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 31158 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 31193 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 31225 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 31270 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 31426 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 31636 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 31671 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 31704 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 31844 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 31846 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 31864 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 31931 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 32046 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 32088 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 32215 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 32285 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 32475 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 32479 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 32551 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 32552 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 32821 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 32866 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 32971 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 33026 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 33256 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 33342 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 33372 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 33401 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 33767 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 33773 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 33843 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 34059 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 34062 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 34065 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 34069 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 34072 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 34171 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 34231 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 34354 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 34883 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 34891 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 34898 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 34901 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 34907 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 34910 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 34913 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 34915 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 35070 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 35071 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 35076 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 35189 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 35202 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 35235 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 35326 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 35523 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 35604 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 35686 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 35703 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 35726 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 35728 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 36034 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 36060 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 36066 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 36302 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 36306 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 36329 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 36605 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 36628 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 36642 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 37036 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 37037 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 37138 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 37142 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 37145 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 37196 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 37206 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 37216 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 37286 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 37334 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 37365 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 37903 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 37924 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 37929 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 37964 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 37986 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 38013 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 38118 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 38178 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 38223 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 38485 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 38486 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 38487 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 38498 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 38511 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 38514 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 38521 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 38572 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 38582 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 38589 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 38597 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 38639 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 38702 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 38724 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 38820 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 39142 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 39246 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 39259 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 39284 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 39297 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 39318 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 39322 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 39386 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 39417 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 39423 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 39435 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 39711 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 39726 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 39796 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 40316 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 40357 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 40368 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 40387 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 40491 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 40493 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 40504 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 40605 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 40623 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 40647 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 40708 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 40730 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 40819 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 40880 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 40906 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 40939 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 41058 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 41060 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 41094 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 41096 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 41197 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 41303 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 41340 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 41365 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 41427 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 41449 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 41468 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 41477 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 41751 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 41889 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 41893 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 41895 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 41897 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 41913 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 41917 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 41918 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 41921 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 41924 Indo-European Celtic Eurasia GB 54.16667 -4.500000 #> 41931 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 42009 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 42156 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 42162 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 42205 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 42234 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 42260 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 42276 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 42302 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 42370 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 42381 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 42387 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 42390 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 42406 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 42423 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 42605 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 42668 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 42694 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 42782 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 42791 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 42843 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 42854 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 42875 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 42892 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 42906 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 42934 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 42941 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 43107 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 43344 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 43348 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 43388 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 43397 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 43481 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 43556 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 43666 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 43715 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 43765 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 43827 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 43828 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 43850 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 43856 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 43956 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 44412 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 44415 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 44544 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 44550 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 44648 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 44714 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 44725 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 44732 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 44844 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 44945 Indo-European Romance Eurasia IT 46.58333 11.916667 #> 44954 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 44958 Indo-European Romance Eurasia CH 46.66667 9.166667 #> 44961 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 44978 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 44979 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 44999 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 45006 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 45016 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 45258 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 45331 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 45478 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 45486 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 45517 Indo-European Romance Eurasia IT 46.58333 11.916667 #> 45520 Indo-European Romance Eurasia CH 46.66667 9.166667 #> 45524 Indo-European Romance Eurasia TR IL 40.00000 33.000000 #> 45540 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 45545 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 45551 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 45555 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 45559 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 45562 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 45564 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 45569 Indo-European Romance Eurasia ES 43.00000 -8.000000 #> 45571 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 45574 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 45614 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 45643 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 45644 Indo-European Romance Eurasia IT 45.00000 7.666667 #> 45801 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 45914 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 46262 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 46855 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 47012 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 47054 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 47126 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 47175 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 47208 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 47247 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 47302 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 47467 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 47618 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 47670 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 47825 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 47835 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 48076 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 48087 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 48198 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 48285 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 48441 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 48451 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 48495 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 48631 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 48697 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 48737 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 48798 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 48870 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 48872 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 48877 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 48912 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 48983 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 48996 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 49020 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 49029 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 49044 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 49101 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 49232 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 49269 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 49302 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 49548 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 49552 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 49593 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 49597 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 49758 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 49810 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 49823 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 49829 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 49964 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 50056 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 50130 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 50142 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 50182 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 50184 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 50332 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 50338 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 50658 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 50727 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 50758 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 50800 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 50977 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 51099 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 51109 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 51116 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 51215 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 51243 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 51329 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 51566 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 51606 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 51635 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 51690 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 51818 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 51916 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 51941 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 52110 Indo-European Romance Eurasia ES 43.00000 -8.000000 #> 52120 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 52184 Indo-European Romance Eurasia TR IL 40.00000 33.000000 #> 52206 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 52295 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 52310 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 52388 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 52393 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 52394 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 52402 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 52410 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 52420 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 52423 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 52434 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 52496 Indo-European Celtic Eurasia GB 54.16667 -4.500000 #> 52686 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 52726 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 52854 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 52905 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 52948 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 52959 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 52961 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 52968 Indo-European Romance Eurasia ES 43.00000 -8.000000 #> 52971 Indo-European Romance Eurasia TR IL 40.00000 33.000000 #> 52980 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 52996 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 52998 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 53238 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 53259 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 53325 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 53358 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 53370 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 53392 Indo-European Romance Eurasia TR IL 40.00000 33.000000 #> 53422 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 53449 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 53508 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 53575 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 53718 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 53726 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 53902 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 53904 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 53930 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 53967 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 53982 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 54004 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 54006 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 54020 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 54083 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 54095 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 54102 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 54110 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 54131 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 54133 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 54134 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 54225 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 54313 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 54317 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 54324 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 54325 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 54328 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 54343 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 54352 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 54362 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 54572 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 54603 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 54666 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 54699 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 54777 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 54983 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 55056 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 55105 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 55117 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 55344 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 55402 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 55407 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 55413 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 55558 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 55568 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 55709 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 55856 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 55859 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 55916 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 55971 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 55982 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 56049 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 56148 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 56346 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 56385 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 56407 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 57106 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 57109 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 57334 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 57410 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 57467 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 57472 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 57518 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 57525 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 57537 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 57549 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 57585 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 57629 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 57643 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 57646 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 58103 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 58377 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 58513 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 58731 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 58876 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 58893 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 59260 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 59264 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 59315 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 59326 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 59331 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 59346 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 59365 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 59427 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 60173 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 60282 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 60380 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 60466 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 60597 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 60622 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 60630 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 60652 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 60663 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 60671 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 60765 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 60769 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 60843 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 60856 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 60962 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 61026 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 61077 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 61099 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 61169 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 62067 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 62173 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 62195 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 62208 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 62248 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 62360 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 62388 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 62421 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 62432 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 62528 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 62545 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 63356 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 63359 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 63436 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 63502 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 63567 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 63598 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 63654 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 63666 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 63709 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 63713 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 63734 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 63745 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 64286 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 64340 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 64405 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 64478 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 64639 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 64681 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 64786 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 64790 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 64835 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 64882 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 64997 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 65050 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 65112 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 65279 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 65428 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 65473 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 65558 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 65592 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 65702 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 66121 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 66204 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 66298 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 66308 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 66323 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 66424 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 66485 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 66523 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 66543 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 66581 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 66623 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 66661 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 66691 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 66729 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 66779 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 66802 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 66887 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 66925 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 67944 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 68085 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 68100 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 68121 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 68190 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 68202 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 68237 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 68292 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 68294 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 68366 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 68398 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 68412 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 68459 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 68499 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 68521 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 68633 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 69157 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 69181 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 69200 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 69227 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 69239 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 69250 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 69306 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 69372 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 69434 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 69455 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 69518 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 69542 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 69621 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 69841 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 69896 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 69929 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 69949 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 69995 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 70013 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 70049 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 70275 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 70278 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 70334 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 70376 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 70399 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 70403 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 70432 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 70438 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 70443 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 70855 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 70894 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 70938 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 70995 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 71155 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 71245 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 71253 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 71334 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 71369 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 71390 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 71398 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 71433 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 71785 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 72240 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 72294 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 72332 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 72333 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 72343 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 72364 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 72387 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 72454 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 72460 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 72492 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 72502 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 73388 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 73407 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 73417 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 73514 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 73544 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 73583 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 73600 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 73612 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 73634 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 73718 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 73729 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 74161 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 74175 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 74183 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 74250 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 74261 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 74296 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 74316 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 74340 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 74412 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 74422 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 74433 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 74446 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 74475 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 75486 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 75510 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 75576 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 75610 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 75624 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 75637 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 75654 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 75670 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 75724 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 75761 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 75797 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 75818 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 75833 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 76108 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 76165 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 76225 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 76374 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 76377 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 76390 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> in_WALS_100 in_WALS_200 #> 224 FALSE FALSE #> 264 FALSE FALSE #> 281 TRUE TRUE #> 297 FALSE FALSE #> 320 TRUE TRUE #> 326 FALSE FALSE #> 554 FALSE FALSE #> 573 TRUE TRUE #> 735 FALSE TRUE #> 740 TRUE TRUE #> 1011 TRUE TRUE #> 1015 FALSE TRUE #> 1047 FALSE FALSE #> 1099 FALSE FALSE #> 1131 TRUE TRUE #> 1278 TRUE TRUE #> 1307 FALSE FALSE #> 1347 FALSE FALSE #> 1477 TRUE TRUE #> 1481 FALSE FALSE #> 1485 FALSE FALSE #> 1575 FALSE FALSE #> 1623 FALSE FALSE #> 1911 FALSE TRUE #> 2041 FALSE FALSE #> 2053 FALSE TRUE #> 2071 TRUE TRUE #> 2075 FALSE FALSE #> 2130 TRUE TRUE #> 2431 TRUE TRUE #> 2469 FALSE FALSE #> 2509 FALSE FALSE #> 2531 FALSE TRUE #> 2574 TRUE TRUE #> 2767 TRUE TRUE #> 2775 FALSE FALSE #> 2792 FALSE TRUE #> 2796 FALSE FALSE #> 3018 TRUE TRUE #> 3173 TRUE TRUE #> 3189 FALSE FALSE #> 3252 TRUE TRUE #> 3573 TRUE TRUE #> 3577 TRUE TRUE #> 3671 FALSE TRUE #> 3698 TRUE TRUE #> 3701 TRUE TRUE #> 3754 FALSE FALSE #> 3781 FALSE FALSE #> 4069 FALSE FALSE #> 4148 TRUE TRUE #> 4159 TRUE TRUE #> 4237 FALSE FALSE #> 4253 TRUE TRUE #> 4296 TRUE TRUE #> 4496 TRUE TRUE #> 4513 TRUE TRUE #> 4560 FALSE FALSE #> 4659 TRUE TRUE #> 4660 FALSE FALSE #> 4722 TRUE TRUE #> 5001 FALSE FALSE #> 5086 TRUE TRUE #> 5094 FALSE FALSE #> 5105 FALSE FALSE #> 5233 FALSE FALSE #> 5279 TRUE TRUE #> 5294 FALSE FALSE #> 5411 FALSE TRUE #> 5423 TRUE TRUE #> 5430 FALSE TRUE #> 5719 TRUE TRUE #> 5734 TRUE TRUE #> 6154 FALSE FALSE #> 6157 FALSE FALSE #> 6240 FALSE FALSE #> 6260 FALSE TRUE #> 6265 FALSE FALSE #> 6322 FALSE FALSE #> 6392 TRUE TRUE #> 6403 TRUE TRUE #> 6449 FALSE FALSE #> 6496 FALSE FALSE #> 6570 FALSE FALSE #> 6594 FALSE FALSE #> 6623 FALSE FALSE #> 6869 FALSE FALSE #> 6909 FALSE FALSE #> 6914 TRUE TRUE #> 6918 TRUE TRUE #> 7093 FALSE TRUE #> 7265 FALSE TRUE #> 7380 TRUE TRUE #> 7409 TRUE TRUE #> 7436 FALSE FALSE #> 7550 FALSE FALSE #> 7626 FALSE TRUE #> 7655 FALSE FALSE #> 7672 FALSE FALSE #> 7674 FALSE FALSE #> 7677 TRUE TRUE #> 7680 TRUE TRUE #> 7771 FALSE FALSE #> 7882 TRUE TRUE #> 7911 FALSE FALSE #> 7938 FALSE FALSE #> 8079 FALSE FALSE #> 8179 FALSE FALSE #> 8183 FALSE TRUE #> 8280 FALSE FALSE #> 8469 TRUE TRUE #> 8521 FALSE FALSE #> 8531 FALSE FALSE #> 8619 FALSE FALSE #> 8669 FALSE FALSE #> 8671 FALSE FALSE #> 8672 FALSE TRUE #> 8694 FALSE FALSE #> 8845 FALSE FALSE #> 8867 TRUE TRUE #> 9059 FALSE FALSE #> 9064 FALSE FALSE #> 9118 TRUE TRUE #> 9121 FALSE FALSE #> 9123 TRUE TRUE #> 9134 FALSE FALSE #> 9150 FALSE TRUE #> 9293 FALSE FALSE #> 9363 FALSE TRUE #> 9402 FALSE FALSE #> 9466 TRUE TRUE #> 9550 FALSE FALSE #> 9586 FALSE FALSE #> 9587 TRUE TRUE #> 9723 FALSE FALSE #> 9725 TRUE TRUE #> 9998 FALSE FALSE #> 10021 TRUE TRUE #> 10027 FALSE FALSE #> 10048 FALSE FALSE #> 10209 FALSE TRUE #> 10220 FALSE FALSE #> 10258 FALSE FALSE #> 10270 TRUE TRUE #> 10272 TRUE TRUE #> 10332 FALSE FALSE #> 10333 FALSE FALSE #> 10610 FALSE FALSE #> 10680 FALSE FALSE #> 10693 TRUE TRUE #> 10694 TRUE TRUE #> 10697 FALSE TRUE #> 10705 FALSE FALSE #> 10710 TRUE TRUE #> 10790 FALSE FALSE #> 10851 FALSE TRUE #> 10862 TRUE TRUE #> 10868 TRUE TRUE #> 10873 FALSE FALSE #> 10876 TRUE TRUE #> 10899 FALSE FALSE #> 10913 FALSE TRUE #> 11022 TRUE TRUE #> 11107 TRUE TRUE #> 11138 FALSE FALSE #> 11310 FALSE TRUE #> 11331 FALSE FALSE #> 11389 TRUE TRUE #> 11419 TRUE TRUE #> 11519 TRUE TRUE #> 11521 TRUE TRUE #> 11530 FALSE TRUE #> 11531 FALSE FALSE #> 11699 TRUE TRUE #> 11702 FALSE TRUE #> 11706 TRUE TRUE #> 11719 FALSE FALSE #> 11831 FALSE TRUE #> 11898 TRUE TRUE #> 11902 FALSE FALSE #> 11904 TRUE TRUE #> 12159 FALSE FALSE #> 12163 FALSE FALSE #> 12201 FALSE FALSE #> 12258 TRUE TRUE #> 12273 FALSE FALSE #> 12307 FALSE FALSE #> 12392 FALSE FALSE #> 12423 FALSE FALSE #> 12458 FALSE TRUE #> 12460 FALSE FALSE #> 12521 TRUE TRUE #> 12540 TRUE TRUE #> 12594 TRUE TRUE #> 12597 FALSE FALSE #> 12700 FALSE FALSE #> 12728 FALSE FALSE #> 12777 FALSE FALSE #> 12782 FALSE FALSE #> 13163 FALSE FALSE #> 13177 FALSE FALSE #> 13219 TRUE TRUE #> 13242 FALSE FALSE #> 13252 FALSE FALSE #> 13265 TRUE TRUE #> 13284 FALSE TRUE #> 13324 FALSE FALSE #> 13438 FALSE FALSE #> 13461 FALSE FALSE #> 13591 FALSE FALSE #> 13740 TRUE TRUE #> 13840 TRUE TRUE #> 13853 FALSE TRUE #> 14016 TRUE TRUE #> 14026 TRUE TRUE #> 14150 TRUE TRUE #> 14151 TRUE TRUE #> 14165 TRUE TRUE #> 14174 TRUE TRUE #> 14320 TRUE TRUE #> 14360 TRUE TRUE #> 14605 TRUE TRUE #> 14610 TRUE TRUE #> 14817 TRUE TRUE #> 14824 TRUE TRUE #> 14896 TRUE TRUE #> 14904 TRUE TRUE #> 15112 TRUE TRUE #> 15229 TRUE TRUE #> 15372 FALSE FALSE #> 15423 FALSE FALSE #> 15438 TRUE TRUE #> 15450 FALSE FALSE #> 15454 FALSE FALSE #> 15461 FALSE FALSE #> 15466 FALSE FALSE #> 15467 TRUE TRUE #> 15468 FALSE FALSE #> 15472 FALSE FALSE #> 15473 FALSE FALSE #> 15499 FALSE FALSE #> 15509 FALSE TRUE #> 15607 FALSE FALSE #> 15636 FALSE FALSE #> 15669 FALSE FALSE #> 15766 FALSE FALSE #> 15771 FALSE FALSE #> 15777 TRUE TRUE #> 15782 FALSE FALSE #> 15794 TRUE TRUE #> 15799 FALSE FALSE #> 15802 FALSE FALSE #> 15827 FALSE TRUE #> 15847 FALSE FALSE #> 15870 FALSE FALSE #> 15927 FALSE FALSE #> 15934 FALSE FALSE #> 16035 FALSE FALSE #> 16145 FALSE FALSE #> 16151 FALSE FALSE #> 16154 FALSE FALSE #> 16156 FALSE FALSE #> 16166 FALSE FALSE #> 16192 FALSE TRUE #> 16220 TRUE TRUE #> 16237 FALSE FALSE #> 16284 FALSE FALSE #> 16286 TRUE TRUE #> 16289 FALSE FALSE #> 16321 FALSE FALSE #> 16407 FALSE FALSE #> 16488 FALSE TRUE #> 16635 FALSE FALSE #> 16659 FALSE FALSE #> 16677 FALSE FALSE #> 16840 FALSE FALSE #> 16955 FALSE FALSE #> 16993 TRUE TRUE #> 17103 FALSE FALSE #> 17139 FALSE FALSE #> 17637 FALSE FALSE #> 17723 FALSE FALSE #> 17766 TRUE TRUE #> 17820 FALSE FALSE #> 17821 FALSE FALSE #> 17856 FALSE FALSE #> 17857 FALSE FALSE #> 17964 FALSE FALSE #> 18028 FALSE FALSE #> 18039 TRUE TRUE #> 18139 FALSE FALSE #> 18178 FALSE FALSE #> 18384 FALSE FALSE #> 18440 FALSE TRUE #> 18457 TRUE TRUE #> 18811 FALSE FALSE #> 18893 FALSE FALSE #> 19169 FALSE FALSE #> 19196 FALSE FALSE #> 19296 TRUE TRUE #> 19354 FALSE FALSE #> 19407 FALSE FALSE #> 19768 FALSE FALSE #> 19946 FALSE FALSE #> 19959 FALSE FALSE #> 20004 TRUE TRUE #> 20045 FALSE FALSE #> 20158 FALSE FALSE #> 20242 FALSE TRUE #> 20322 FALSE FALSE #> 20412 FALSE FALSE #> 20503 FALSE FALSE #> 20763 FALSE FALSE #> 20885 FALSE FALSE #> 21046 TRUE TRUE #> 21068 FALSE FALSE #> 21116 FALSE FALSE #> 21195 FALSE FALSE #> 21387 FALSE FALSE #> 21417 FALSE FALSE #> 21420 FALSE FALSE #> 21530 TRUE TRUE #> 21622 FALSE FALSE #> 21717 FALSE TRUE #> 21752 FALSE FALSE #> 21787 FALSE FALSE #> 21919 FALSE FALSE #> 22011 TRUE TRUE #> 22028 FALSE FALSE #> 22107 FALSE FALSE #> 22126 FALSE FALSE #> 22163 FALSE FALSE #> 22164 TRUE TRUE #> 22183 FALSE FALSE #> 22682 FALSE FALSE #> 22933 FALSE FALSE #> 22943 FALSE FALSE #> 22955 FALSE FALSE #> 22960 FALSE TRUE #> 23071 FALSE FALSE #> 23077 FALSE FALSE #> 23103 FALSE FALSE #> 23161 FALSE FALSE #> 23228 FALSE TRUE #> 23284 FALSE FALSE #> 23302 FALSE FALSE #> 23347 TRUE TRUE #> 23356 FALSE FALSE #> 23359 FALSE FALSE #> 23408 TRUE TRUE #> 23459 FALSE FALSE #> 23598 FALSE FALSE #> 23639 FALSE FALSE #> 23741 FALSE FALSE #> 23746 FALSE FALSE #> 23762 TRUE TRUE #> 23785 FALSE FALSE #> 23846 FALSE FALSE #> 23866 TRUE TRUE #> 23867 FALSE FALSE #> 23890 FALSE FALSE #> 24127 FALSE FALSE #> 24194 TRUE TRUE #> 24197 FALSE FALSE #> 24373 FALSE FALSE #> 24389 FALSE FALSE #> 24399 FALSE FALSE #> 24412 FALSE FALSE #> 24463 FALSE FALSE #> 24495 TRUE TRUE #> 24527 FALSE FALSE #> 24572 TRUE TRUE #> 24573 FALSE FALSE #> 24628 TRUE TRUE #> 24686 FALSE FALSE #> 24719 FALSE FALSE #> 24750 FALSE FALSE #> 24757 FALSE FALSE #> 24833 FALSE FALSE #> 24865 FALSE FALSE #> 24868 TRUE TRUE #> 25005 FALSE FALSE #> 25084 TRUE TRUE #> 25089 FALSE FALSE #> 25098 FALSE FALSE #> 25135 FALSE FALSE #> 25193 TRUE TRUE #> 25237 FALSE FALSE #> 25261 FALSE FALSE #> 25402 FALSE FALSE #> 25686 FALSE FALSE #> 25706 TRUE TRUE #> 25717 TRUE TRUE #> 25730 FALSE FALSE #> 25816 FALSE FALSE #> 25845 FALSE FALSE #> 25898 FALSE FALSE #> 25900 FALSE FALSE #> 28358 FALSE TRUE #> 28359 FALSE FALSE #> 28367 FALSE FALSE #> 28431 FALSE FALSE #> 28498 FALSE FALSE #> 28557 FALSE FALSE #> 28558 FALSE TRUE #> 28575 FALSE FALSE #> 28624 FALSE FALSE #> 28676 FALSE FALSE #> 28688 FALSE FALSE #> 28689 FALSE FALSE #> 28801 FALSE FALSE #> 28808 FALSE FALSE #> 28821 FALSE TRUE #> 28871 FALSE TRUE #> 28874 FALSE FALSE #> 28878 FALSE FALSE #> 28886 FALSE FALSE #> 28926 FALSE FALSE #> 29044 FALSE FALSE #> 29056 FALSE FALSE #> 29063 TRUE TRUE #> 29074 FALSE FALSE #> 29083 FALSE FALSE #> 29084 FALSE FALSE #> 29088 TRUE TRUE #> 29092 FALSE FALSE #> 29095 FALSE FALSE #> 29152 FALSE FALSE #> 29290 FALSE FALSE #> 29359 FALSE FALSE #> 29459 FALSE FALSE #> 29461 FALSE FALSE #> 29462 FALSE TRUE #> 29492 FALSE FALSE #> 29543 FALSE FALSE #> 29629 FALSE FALSE #> 29632 FALSE FALSE #> 29693 FALSE FALSE #> 29699 FALSE FALSE #> 29750 FALSE FALSE #> 29801 FALSE TRUE #> 29816 FALSE FALSE #> 29895 TRUE TRUE #> 29922 FALSE FALSE #> 29929 FALSE FALSE #> 29931 FALSE FALSE #> 29940 FALSE FALSE #> 29968 TRUE TRUE #> 29973 FALSE FALSE #> 29985 FALSE FALSE #> 30003 FALSE FALSE #> 30122 TRUE TRUE #> 30189 FALSE FALSE #> 30193 TRUE TRUE #> 30215 FALSE TRUE #> 30218 FALSE FALSE #> 30300 FALSE FALSE #> 30391 FALSE FALSE #> 30409 TRUE TRUE #> 30523 FALSE FALSE #> 30589 FALSE FALSE #> 30591 FALSE FALSE #> 30630 TRUE TRUE #> 30679 FALSE FALSE #> 30998 FALSE FALSE #> 31114 FALSE FALSE #> 31158 FALSE FALSE #> 31193 FALSE FALSE #> 31225 TRUE TRUE #> 31270 FALSE FALSE #> 31426 TRUE TRUE #> 31636 TRUE TRUE #> 31671 FALSE FALSE #> 31704 FALSE FALSE #> 31844 FALSE FALSE #> 31846 FALSE FALSE #> 31864 TRUE TRUE #> 31931 FALSE FALSE #> 32046 TRUE TRUE #> 32088 TRUE TRUE #> 32215 TRUE TRUE #> 32285 TRUE TRUE #> 32475 TRUE TRUE #> 32479 TRUE TRUE #> 32551 TRUE TRUE #> 32552 TRUE TRUE #> 32821 TRUE TRUE #> 32866 TRUE TRUE #> 32971 TRUE TRUE #> 33026 TRUE TRUE #> 33256 TRUE TRUE #> 33342 TRUE TRUE #> 33372 TRUE TRUE #> 33401 TRUE TRUE #> 33767 FALSE FALSE #> 33773 FALSE FALSE #> 33843 TRUE TRUE #> 34059 TRUE TRUE #> 34062 FALSE FALSE #> 34065 FALSE FALSE #> 34069 FALSE FALSE #> 34072 FALSE FALSE #> 34171 FALSE FALSE #> 34231 FALSE FALSE #> 34354 FALSE TRUE #> 34883 TRUE TRUE #> 34891 FALSE FALSE #> 34898 FALSE FALSE #> 34901 FALSE TRUE #> 34907 FALSE FALSE #> 34910 FALSE FALSE #> 34913 TRUE TRUE #> 34915 FALSE FALSE #> 35070 TRUE TRUE #> 35071 FALSE TRUE #> 35076 TRUE TRUE #> 35189 TRUE TRUE #> 35202 TRUE TRUE #> 35235 FALSE TRUE #> 35326 TRUE TRUE #> 35523 TRUE TRUE #> 35604 FALSE FALSE #> 35686 FALSE FALSE #> 35703 FALSE FALSE #> 35726 FALSE FALSE #> 35728 FALSE FALSE #> 36034 FALSE FALSE #> 36060 TRUE TRUE #> 36066 TRUE TRUE #> 36302 FALSE FALSE #> 36306 TRUE TRUE #> 36329 TRUE TRUE #> 36605 FALSE FALSE #> 36628 TRUE TRUE #> 36642 TRUE TRUE #> 37036 FALSE FALSE #> 37037 TRUE TRUE #> 37138 TRUE TRUE #> 37142 FALSE FALSE #> 37145 FALSE FALSE #> 37196 FALSE FALSE #> 37206 FALSE FALSE #> 37216 FALSE FALSE #> 37286 FALSE FALSE #> 37334 FALSE TRUE #> 37365 FALSE FALSE #> 37903 FALSE FALSE #> 37924 TRUE TRUE #> 37929 TRUE TRUE #> 37964 FALSE FALSE #> 37986 FALSE TRUE #> 38013 FALSE FALSE #> 38118 FALSE TRUE #> 38178 TRUE TRUE #> 38223 TRUE TRUE #> 38485 FALSE FALSE #> 38486 FALSE FALSE #> 38487 FALSE TRUE #> 38498 TRUE TRUE #> 38511 TRUE TRUE #> 38514 FALSE FALSE #> 38521 FALSE FALSE #> 38572 TRUE TRUE #> 38582 FALSE FALSE #> 38589 FALSE FALSE #> 38597 TRUE TRUE #> 38639 FALSE FALSE #> 38702 FALSE FALSE #> 38724 FALSE TRUE #> 38820 FALSE FALSE #> 39142 FALSE FALSE #> 39246 FALSE FALSE #> 39259 FALSE FALSE #> 39284 FALSE FALSE #> 39297 TRUE TRUE #> 39318 FALSE FALSE #> 39322 TRUE TRUE #> 39386 FALSE FALSE #> 39417 FALSE FALSE #> 39423 FALSE TRUE #> 39435 FALSE FALSE #> 39711 TRUE TRUE #> 39726 FALSE TRUE #> 39796 TRUE TRUE #> 40316 TRUE TRUE #> 40357 TRUE TRUE #> 40368 FALSE FALSE #> 40387 FALSE FALSE #> 40491 FALSE FALSE #> 40493 FALSE FALSE #> 40504 FALSE FALSE #> 40605 TRUE TRUE #> 40623 FALSE TRUE #> 40647 TRUE TRUE #> 40708 TRUE TRUE #> 40730 FALSE FALSE #> 40819 FALSE FALSE #> 40880 TRUE TRUE #> 40906 FALSE TRUE #> 40939 FALSE TRUE #> 41058 TRUE TRUE #> 41060 FALSE FALSE #> 41094 TRUE TRUE #> 41096 FALSE FALSE #> 41197 TRUE TRUE #> 41303 FALSE TRUE #> 41340 TRUE TRUE #> 41365 TRUE TRUE #> 41427 FALSE FALSE #> 41449 FALSE FALSE #> 41468 TRUE TRUE #> 41477 FALSE TRUE #> 41751 FALSE TRUE #> 41889 FALSE FALSE #> 41893 FALSE FALSE #> 41895 TRUE TRUE #> 41897 TRUE TRUE #> 41913 FALSE FALSE #> 41917 FALSE FALSE #> 41918 FALSE FALSE #> 41921 FALSE FALSE #> 41924 FALSE FALSE #> 41931 FALSE FALSE #> 42009 FALSE FALSE #> 42156 FALSE TRUE #> 42162 FALSE FALSE #> 42205 TRUE TRUE #> 42234 TRUE TRUE #> 42260 FALSE FALSE #> 42276 FALSE FALSE #> 42302 FALSE TRUE #> 42370 FALSE FALSE #> 42381 FALSE FALSE #> 42387 TRUE TRUE #> 42390 FALSE FALSE #> 42406 FALSE FALSE #> 42423 TRUE TRUE #> 42605 TRUE TRUE #> 42668 TRUE TRUE #> 42694 FALSE FALSE #> 42782 FALSE FALSE #> 42791 FALSE TRUE #> 42843 FALSE FALSE #> 42854 FALSE FALSE #> 42875 FALSE FALSE #> 42892 TRUE TRUE #> 42906 TRUE TRUE #> 42934 FALSE TRUE #> 42941 FALSE FALSE #> 43107 TRUE TRUE #> 43344 FALSE FALSE #> 43348 FALSE FALSE #> 43388 FALSE FALSE #> 43397 FALSE FALSE #> 43481 TRUE TRUE #> 43556 FALSE FALSE #> 43666 TRUE TRUE #> 43715 FALSE FALSE #> 43765 FALSE TRUE #> 43827 FALSE FALSE #> 43828 FALSE FALSE #> 43850 TRUE TRUE #> 43856 FALSE FALSE #> 43956 FALSE FALSE #> 44412 FALSE TRUE #> 44415 FALSE FALSE #> 44544 TRUE TRUE #> 44550 FALSE FALSE #> 44648 FALSE FALSE #> 44714 TRUE TRUE #> 44725 FALSE FALSE #> 44732 FALSE FALSE #> 44844 FALSE FALSE #> 44945 FALSE FALSE #> 44954 FALSE FALSE #> 44958 FALSE FALSE #> 44961 FALSE FALSE #> 44978 FALSE FALSE #> 44979 FALSE TRUE #> 44999 TRUE TRUE #> 45006 FALSE FALSE #> 45016 FALSE FALSE #> 45258 FALSE FALSE #> 45331 FALSE FALSE #> 45478 FALSE FALSE #> 45486 FALSE FALSE #> 45517 FALSE FALSE #> 45520 FALSE FALSE #> 45524 FALSE FALSE #> 45540 TRUE TRUE #> 45545 FALSE FALSE #> 45551 FALSE FALSE #> 45555 FALSE TRUE #> 45559 FALSE FALSE #> 45562 FALSE FALSE #> 45564 TRUE TRUE #> 45569 FALSE FALSE #> 45571 FALSE FALSE #> 45574 FALSE FALSE #> 45614 TRUE TRUE #> 45643 TRUE TRUE #> 45644 FALSE FALSE #> 45801 FALSE FALSE #> 45914 TRUE TRUE #> 46262 TRUE TRUE #> 46855 FALSE FALSE #> 47012 TRUE TRUE #> 47054 FALSE FALSE #> 47126 FALSE FALSE #> 47175 FALSE TRUE #> 47208 FALSE FALSE #> 47247 TRUE TRUE #> 47302 TRUE TRUE #> 47467 TRUE TRUE #> 47618 TRUE TRUE #> 47670 TRUE TRUE #> 47825 TRUE TRUE #> 47835 TRUE TRUE #> 48076 FALSE FALSE #> 48087 FALSE FALSE #> 48198 FALSE FALSE #> 48285 TRUE TRUE #> 48441 FALSE FALSE #> 48451 FALSE FALSE #> 48495 TRUE TRUE #> 48631 TRUE TRUE #> 48697 TRUE TRUE #> 48737 TRUE TRUE #> 48798 FALSE TRUE #> 48870 TRUE TRUE #> 48872 FALSE FALSE #> 48877 TRUE TRUE #> 48912 FALSE TRUE #> 48983 FALSE FALSE #> 48996 FALSE FALSE #> 49020 TRUE TRUE #> 49029 TRUE TRUE #> 49044 FALSE TRUE #> 49101 FALSE FALSE #> 49232 FALSE FALSE #> 49269 TRUE TRUE #> 49302 TRUE TRUE #> 49548 FALSE FALSE #> 49552 FALSE FALSE #> 49593 TRUE TRUE #> 49597 TRUE TRUE #> 49758 FALSE FALSE #> 49810 TRUE TRUE #> 49823 FALSE FALSE #> 49829 TRUE TRUE #> 49964 TRUE TRUE #> 50056 TRUE TRUE #> 50130 FALSE FALSE #> 50142 FALSE FALSE #> 50182 TRUE TRUE #> 50184 TRUE TRUE #> 50332 FALSE FALSE #> 50338 FALSE FALSE #> 50658 FALSE FALSE #> 50727 FALSE FALSE #> 50758 FALSE FALSE #> 50800 FALSE FALSE #> 50977 FALSE FALSE #> 51099 TRUE TRUE #> 51109 FALSE FALSE #> 51116 TRUE TRUE #> 51215 FALSE FALSE #> 51243 FALSE TRUE #> 51329 FALSE FALSE #> 51566 FALSE FALSE #> 51606 FALSE FALSE #> 51635 TRUE TRUE #> 51690 TRUE TRUE #> 51818 FALSE FALSE #> 51916 FALSE FALSE #> 51941 FALSE FALSE #> 52110 FALSE FALSE #> 52120 FALSE FALSE #> 52184 FALSE FALSE #> 52206 FALSE FALSE #> 52295 FALSE TRUE #> 52310 TRUE TRUE #> 52388 FALSE FALSE #> 52393 FALSE FALSE #> 52394 FALSE FALSE #> 52402 FALSE FALSE #> 52410 FALSE FALSE #> 52420 FALSE FALSE #> 52423 TRUE TRUE #> 52434 FALSE FALSE #> 52496 FALSE FALSE #> 52686 TRUE TRUE #> 52726 FALSE FALSE #> 52854 FALSE FALSE #> 52905 FALSE TRUE #> 52948 FALSE FALSE #> 52959 FALSE FALSE #> 52961 TRUE TRUE #> 52968 FALSE FALSE #> 52971 FALSE FALSE #> 52980 FALSE FALSE #> 52996 FALSE FALSE #> 52998 FALSE FALSE #> 53238 FALSE TRUE #> 53259 FALSE FALSE #> 53325 TRUE TRUE #> 53358 FALSE FALSE #> 53370 FALSE FALSE #> 53392 FALSE FALSE #> 53422 TRUE TRUE #> 53449 FALSE FALSE #> 53508 FALSE FALSE #> 53575 TRUE TRUE #> 53718 FALSE TRUE #> 53726 TRUE TRUE #> 53902 TRUE TRUE #> 53904 FALSE FALSE #> 53930 FALSE FALSE #> 53967 FALSE TRUE #> 53982 FALSE FALSE #> 54004 FALSE FALSE #> 54006 TRUE TRUE #> 54020 FALSE FALSE #> 54083 TRUE TRUE #> 54095 TRUE TRUE #> 54102 FALSE FALSE #> 54110 FALSE FALSE #> 54131 FALSE TRUE #> 54133 FALSE FALSE #> 54134 FALSE FALSE #> 54225 FALSE FALSE #> 54313 FALSE TRUE #> 54317 FALSE FALSE #> 54324 FALSE FALSE #> 54325 TRUE TRUE #> 54328 FALSE FALSE #> 54343 TRUE TRUE #> 54352 FALSE FALSE #> 54362 FALSE FALSE #> 54572 FALSE FALSE #> 54603 FALSE FALSE #> 54666 FALSE TRUE #> 54699 TRUE TRUE #> 54777 TRUE TRUE #> 54983 FALSE FALSE #> 55056 FALSE FALSE #> 55105 TRUE TRUE #> 55117 FALSE TRUE #> 55344 TRUE TRUE #> 55402 TRUE TRUE #> 55407 FALSE TRUE #> 55413 TRUE TRUE #> 55558 FALSE TRUE #> 55568 TRUE TRUE #> 55709 TRUE TRUE #> 55856 FALSE FALSE #> 55859 FALSE FALSE #> 55916 TRUE TRUE #> 55971 FALSE FALSE #> 55982 FALSE FALSE #> 56049 TRUE TRUE #> 56148 FALSE FALSE #> 56346 TRUE TRUE #> 56385 FALSE TRUE #> 56407 TRUE TRUE #> 57106 FALSE FALSE #> 57109 FALSE FALSE #> 57334 FALSE FALSE #> 57410 FALSE FALSE #> 57467 FALSE FALSE #> 57472 TRUE TRUE #> 57518 TRUE TRUE #> 57525 FALSE FALSE #> 57537 FALSE FALSE #> 57549 FALSE FALSE #> 57585 FALSE FALSE #> 57629 FALSE FALSE #> 57643 FALSE TRUE #> 57646 FALSE FALSE #> 58103 FALSE FALSE #> 58377 FALSE FALSE #> 58513 FALSE FALSE #> 58731 FALSE FALSE #> 58876 FALSE FALSE #> 58893 TRUE TRUE #> 59260 FALSE FALSE #> 59264 FALSE FALSE #> 59315 FALSE FALSE #> 59326 FALSE TRUE #> 59331 FALSE FALSE #> 59346 FALSE FALSE #> 59365 TRUE TRUE #> 59427 FALSE FALSE #> 60173 FALSE FALSE #> 60282 FALSE FALSE #> 60380 FALSE FALSE #> 60466 FALSE FALSE #> 60597 FALSE TRUE #> 60622 FALSE FALSE #> 60630 TRUE TRUE #> 60652 FALSE FALSE #> 60663 FALSE FALSE #> 60671 TRUE TRUE #> 60765 FALSE FALSE #> 60769 FALSE FALSE #> 60843 FALSE FALSE #> 60856 FALSE FALSE #> 60962 TRUE TRUE #> 61026 TRUE TRUE #> 61077 FALSE TRUE #> 61099 FALSE FALSE #> 61169 FALSE FALSE #> 62067 TRUE TRUE #> 62173 FALSE FALSE #> 62195 FALSE FALSE #> 62208 FALSE TRUE #> 62248 TRUE TRUE #> 62360 FALSE FALSE #> 62388 FALSE FALSE #> 62421 FALSE FALSE #> 62432 FALSE FALSE #> 62528 FALSE FALSE #> 62545 FALSE FALSE #> 63356 TRUE TRUE #> 63359 FALSE FALSE #> 63436 FALSE FALSE #> 63502 TRUE TRUE #> 63567 FALSE FALSE #> 63598 FALSE FALSE #> 63654 FALSE FALSE #> 63666 FALSE FALSE #> 63709 FALSE FALSE #> 63713 FALSE FALSE #> 63734 FALSE FALSE #> 63745 FALSE TRUE #> 64286 FALSE FALSE #> 64340 FALSE FALSE #> 64405 FALSE FALSE #> 64478 FALSE TRUE #> 64639 FALSE FALSE #> 64681 FALSE FALSE #> 64786 FALSE FALSE #> 64790 FALSE FALSE #> 64835 TRUE TRUE #> 64882 FALSE FALSE #> 64997 FALSE FALSE #> 65050 FALSE FALSE #> 65112 TRUE TRUE #> 65279 TRUE TRUE #> 65428 FALSE FALSE #> 65473 TRUE TRUE #> 65558 FALSE FALSE #> 65592 FALSE FALSE #> 65702 FALSE FALSE #> 66121 FALSE TRUE #> 66204 FALSE FALSE #> 66298 FALSE FALSE #> 66308 FALSE FALSE #> 66323 FALSE FALSE #> 66424 FALSE FALSE #> 66485 FALSE FALSE #> 66523 FALSE FALSE #> 66543 FALSE FALSE #> 66581 TRUE TRUE #> 66623 FALSE TRUE #> 66661 TRUE TRUE #> 66691 FALSE FALSE #> 66729 FALSE FALSE #> 66779 FALSE FALSE #> 66802 FALSE FALSE #> 66887 FALSE FALSE #> 66925 FALSE FALSE #> 67944 FALSE TRUE #> 68085 TRUE TRUE #> 68100 TRUE TRUE #> 68121 FALSE FALSE #> 68190 TRUE TRUE #> 68202 FALSE TRUE #> 68237 FALSE FALSE #> 68292 FALSE FALSE #> 68294 FALSE FALSE #> 68366 FALSE FALSE #> 68398 FALSE FALSE #> 68412 TRUE TRUE #> 68459 FALSE FALSE #> 68499 FALSE FALSE #> 68521 FALSE FALSE #> 68633 FALSE FALSE #> 69157 FALSE FALSE #> 69181 FALSE FALSE #> 69200 FALSE FALSE #> 69227 FALSE FALSE #> 69239 FALSE FALSE #> 69250 TRUE TRUE #> 69306 FALSE TRUE #> 69372 TRUE TRUE #> 69434 FALSE FALSE #> 69455 FALSE FALSE #> 69518 FALSE FALSE #> 69542 FALSE FALSE #> 69621 FALSE FALSE #> 69841 TRUE TRUE #> 69896 FALSE FALSE #> 69929 FALSE FALSE #> 69949 FALSE FALSE #> 69995 FALSE FALSE #> 70013 TRUE TRUE #> 70049 FALSE FALSE #> 70275 FALSE FALSE #> 70278 FALSE FALSE #> 70334 FALSE FALSE #> 70376 FALSE FALSE #> 70399 FALSE FALSE #> 70403 TRUE TRUE #> 70432 FALSE TRUE #> 70438 FALSE FALSE #> 70443 FALSE FALSE #> 70855 FALSE FALSE #> 70894 FALSE FALSE #> 70938 TRUE TRUE #> 70995 FALSE FALSE #> 71155 FALSE FALSE #> 71245 FALSE TRUE #> 71253 FALSE FALSE #> 71334 FALSE FALSE #> 71369 TRUE TRUE #> 71390 FALSE FALSE #> 71398 FALSE FALSE #> 71433 TRUE TRUE #> 71785 FALSE FALSE #> 72240 FALSE FALSE #> 72294 TRUE TRUE #> 72332 FALSE FALSE #> 72333 FALSE FALSE #> 72343 FALSE FALSE #> 72364 FALSE FALSE #> 72387 FALSE TRUE #> 72454 FALSE FALSE #> 72460 TRUE TRUE #> 72492 FALSE FALSE #> 72502 FALSE FALSE #> 73388 FALSE FALSE #> 73407 TRUE TRUE #> 73417 TRUE TRUE #> 73514 FALSE FALSE #> 73544 FALSE FALSE #> 73583 FALSE FALSE #> 73600 FALSE FALSE #> 73612 FALSE FALSE #> 73634 FALSE FALSE #> 73718 FALSE TRUE #> 73729 FALSE FALSE #> 74161 FALSE TRUE #> 74175 FALSE FALSE #> 74183 FALSE FALSE #> 74250 FALSE FALSE #> 74261 FALSE FALSE #> 74296 FALSE FALSE #> 74316 FALSE FALSE #> 74340 TRUE TRUE #> 74412 FALSE FALSE #> 74422 FALSE FALSE #> 74433 FALSE FALSE #> 74446 FALSE FALSE #> 74475 TRUE TRUE #> 75486 FALSE FALSE #> 75510 FALSE TRUE #> 75576 FALSE FALSE #> 75610 FALSE FALSE #> 75624 TRUE TRUE #> 75637 FALSE FALSE #> 75654 FALSE FALSE #> 75670 FALSE FALSE #> 75724 FALSE FALSE #> 75761 FALSE FALSE #> 75797 TRUE TRUE #> 75818 FALSE FALSE #> 75833 FALSE FALSE #> 76108 TRUE TRUE #> 76165 FALSE TRUE #> 76225 TRUE TRUE #> 76374 TRUE TRUE #> 76377 FALSE TRUE #> 76390 TRUE TRUE #> source #> 224 Soler-and-Ebneter-1988 #> 264 Ruhlen-1973;Agard-1958;Tataru-1978 #> 281 Fougeron-and-Smith-1999;Sten-1963 #> 297 Ternes-1970;Bothorel-1982 #> 320 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 326 Carbonell-and-Llisteri-1999 #> 554 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 573 Harris-1988 #> 735 Ni-Chasaide-1999;O-Siadhail-1989 #> 740 Green-1988 #> 1011 Green-1988[98] #> 1015 O-Siadhail-1989[127, 182] #> 1047 King-1993a[180] #> 1099 Lepschy-and-Lepschy-1988[133-39] #> 1131 Harris-1988[223-4] #> 1278 #> 1307 Calder-1923[221] #> 1347 Hutchinson-and-Lloyd-1996[35] #> 1477 #> 1481 Hualde-1992[passim] #> 1485 Maiden-and-Robustelli-2000[93] #> 1575 Jenner-1904[118-119, 135, 137] #> 1623 Ternes-1970[252, 254, 260, 269-272] #> 1911 Dillon-and-O-Croinin-1961[32];O-Siadhail-1989[179-184] #> 2041 King-1993a[180] #> 2053 MacEoin-1993[127] #> 2071 Harris-1988[223-4] #> 2075 Lepschy-and-Lepschy-1988[133-39] #> 2130 Green-1988[98, 107-109] #> 2431 Green-1988[98] #> 2469 King-1993a[180] #> 2509 Lepschy-and-Lepschy-1988[133-39] #> 2531 MacEoin-1993[127] #> 2574 Harris-1988[223-4] #> 2767 Harris-1988[223-4] #> 2775 King-1993a[180] #> 2792 MacEoin-1993[127] #> 2796 Lepschy-and-Lepschy-1988[133-39] #> 3018 Green-1988[98, 107-109] #> 3173 #> 3189 #> 3252 #> 3573 Guentcheva-and-Riviere-2007 #> 3577 Green-1988 #> 3671 MacEoin-1993[126] #> 3698 Harris-1988[232] #> 3701 Green-1988[113] #> 3754 Lepschy-and-Lepschy-1988[222] #> 3781 King-1993a[216] #> 4069 Gillies-1993 #> 4148 #> 4159 #> 4237 Gillies-1993 #> 4253 #> 4296 #> 4496 #> 4513 #> 4560 Gillies-1993 #> 4659 #> 4660 #> 4722 #> 5001 O-Dochartaigh-1992;Ni-Chasaide-1999 #> 5086 Harris-1969a;Navarro-1961;Saporta-and-Contreras-1962 #> 5094 Tataru-1978;Ruhlen-1973;Agard-1958 #> 5105 Carbonell-and-Llisteri-1999 #> 5233 Soler-and-Ebneter-1988 #> 5279 Sten-1963;Fougeron-and-Smith-1999 #> 5294 Ternes-1970;Bothorel-1982 #> 5411 #> 5423 #> 5430 #> 5719 Judge-and-Healey-1985[231] #> 5734 #> 6154 Haiman-1988[passim] #> 6157 Watkins-1993[ 336] #> 6240 Parkinson-1988[passim] #> 6260 Stenson-1981[131, 137] #> 6265 Jones-1988[passim] #> 6322 Calder-1923[passim] #> 6392 #> 6403 #> 6449 Maiden-and-Robustelli-2000[ 401];Vincent-1988[passim];Sauer-1891[ 40] #> 6496 Jenner-1904[passim] #> 6570 Mallinson-1986[passim] #> 6594 Hualde-1992[ passim] #> 6623 Jones-and-Thomas-1977[7] #> 6869 Stephens-1993[ 376];Ternes-1970[284] #> 6909 #> 6914 #> 6918 #> 7093 Doyle-2001[43-45, 96-98];Bammesberger-1982[91, passim] #> 7265 Bammesberger-1982[91, passim];Doyle-2001[43-45, 96-98] #> 7380 #> 7409 #> 7436 #> 7550 Haspelmath-1997[263-5] #> 7626 Haspelmath-1997[280] #> 7655 Haspelmath-1997[259] #> 7672 Haspelmath-1997[257] #> 7674 Haspelmath-1997[263] #> 7677 #> 7680 Haspelmath-1997[261] #> 7771 Parkinson-1988[158] #> 7882 Harris-1988[237] #> 7911 Jones-1988[341] #> 7938 Press-1986[106, 198] #> 8079 Jones-and-Thomas-1977[298-299];Bowen-and-Jones-1960[26, 45, 62, 135];Williams-1980b[148];Thomas-1992a[272] #> 8179 Jenner-1904[161] #> 8183 Stenson-1981[32, 40-41];O-Dochartaigh-1992[38, 73] #> 8280 Calder-1923[202] #> 8469 Butt-and-Benjamin-2000[516-517] #> 8521 Mallinson-1986[4] #> 8531 Hualde-1992[ 2] #> 8619 Maiden-and-Robustelli-2000[147] #> 8669 Mackinnon-1977 #> 8671 Rhys-Jones-1985 #> 8672 Lewis-and-Pedersen-1961 #> 8694 Press-1986 #> 8845 Cazacu-et-al-1967 #> 8867 Jarvis-et-al-1981 #> 9059 Mallinson-1986 #> 9064 Mackinnon-1977 #> 9118 #> 9121 Press-1986 #> 9123 #> 9134 Rhys-Jones-1985 #> 9150 O-Siadhail-1989 #> 9293 Rhys-Jones-1985 #> 9363 O-Siadhail-1989 #> 9402 Mackinnon-1977 #> 9466 #> 9550 Mallinson-1986 #> 9586 Press-1986 #> 9587 #> 9723 Carbonell-and-Llisteri-1999 #> 9725 Saporta-and-Contreras-1962;Navarro-1961;Harris-1969a #> 9998 Bothorel-1982;Ternes-1970 #> 10021 Sten-1963;Fougeron-and-Smith-1999 #> 10027 Soler-and-Ebneter-1988 #> 10048 O-Dochartaigh-1992;Ni-Chasaide-1999 #> 10209 O-Siadhail-1989 #> 10220 Mallinson-1986 #> 10258 Mackinnon-1977 #> 10270 #> 10272 #> 10332 Press-1986 #> 10333 Rhys-Jones-1985 #> 10610 Ternes-1970 #> 10680 Mackinnon-1971 #> 10693 #> 10694 #> 10697 Doyle-2001 #> 10705 #> 10710 #> 10790 Gillies-1993 #> 10851 Dillon-and-O-Croinin-1961 #> 10862 #> 10868 #> 10873 #> 10876 #> 10899 Gillies-1993 #> 10913 Dillon-and-O-Croinin-1961 #> 11022 #> 11107 #> 11138 #> 11310 O-Siadhail-1989[269] #> 11331 #> 11389 #> 11419 Butt-and-Benjamin-2000[206, 239, 260-1] #> 11519 #> 11521 Butt-and-Benjamin-2000[206-9, 260] #> 11530 O-Siadhail-1989[269, 284, 322-3, 325] #> 11531 #> 11699 Butt-and-Benjamin-2000[210-1, 260] #> 11702 O-Siadhail-1989[267-9, 284] #> 11706 #> 11719 #> 11831 O-Siadhail-1989[253-4, 262] #> 11898 Butt-and-Benjamin-2000[254] #> 11902 #> 11904 #> 12159 Maclennan-1979 #> 12163 Bergman-1968 #> 12201 Sabater-and-Freixinet-1990 #> 12258 Cuyas-1972 #> 12273 Delaporte-1986 #> 12307 Evans-and-Thomas-1958 #> 12392 Nance-1978 #> 12423 Lamb-1964 #> 12458 Siochfhradha-1958 #> 12460 Wessely-nd #> 12521 Dubois-et-al-1955 #> 12540 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 12594 Fougeron-and-Smith-1999;Sten-1963 #> 12597 Soler-and-Ebneter-1988 #> 12700 Ternes-1970;Bothorel-1982 #> 12728 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 12777 Carbonell-and-Llisteri-1999 #> 12782 Agard-1958;Tataru-1978;Ruhlen-1973 #> 13163 Evans-and-Thomas-1958 #> 13177 Lamb-1964 #> 13219 Cuyas-1972 #> 13242 Wessely-nd #> 13252 Delaporte-1986 #> 13265 Dubois-et-al-1955 #> 13284 Siochfhradha-1958 #> 13324 Sabater-and-Freixinet-1990 #> 13438 Nance-1978 #> 13461 Maclennan-1979 #> 13591 Bergman-1968 #> 13740 #> 13840 #> 13853 Dillon-and-O-Croinin-1961[137] #> 14016 #> 14026 #> 14150 #> 14151 #> 14165 #> 14174 #> 14320 #> 14360 #> 14605 #> 14610 #> 14817 #> 14824 #> 14896 #> 14904 #> 15112 #> 15229 #> 15372 Gajdarzi-and-Baskakov-1973 #> 15423 Malherbe-and-Rosenberg-1996[1343] #> 15438 #> 15450 Malherbe-and-Rosenberg-1996[987] #> 15454 Malherbe-and-Rosenberg-1996[1372] #> 15461 Malherbe-and-Rosenberg-1996[707] #> 15466 Malherbe-and-Rosenberg-1996[672] #> 15467 #> 15468 Malherbe-and-Rosenberg-1996[1359] #> 15472 Malherbe-and-Rosenberg-1996[879] #> 15473 #> 15499 Malherbe-and-Rosenberg-1996[1359] #> 15509 Malherbe-and-Rosenberg-1996[894] #> 15607 Parkinson-1988;Mateus-et-al-1989;Abaurre-and-Wetzels-1992;Martins-1982;Roca-1999;Camara-and-Mattoso-1979 #> 15636 Lepschy-1978;Roca-1999;Vogel-and-Scalise-1982;Muljacic-1972;Malagoli-1946;Vincent-1988;Saltarelli-1970;Bertinetto-1981 #> 15669 Lombard-1935;Roca-1999;Avram-1978;Augerot-1974;Graur-and-Rosetti-1938;Ulivi-1985;Ulivi-1977;Steriade-1984 #> 15766 Roca-1999;Kamprath-1987 #> 15771 Virdis-1978;Roca-1999;Jones-1988;Wagner-1984;Blasco-1986;Porru-1975 #> 15777 Dell-1984;van-Oostendorp-1995;Roca-1999 #> 15782 Fabra-1956;Roca-1999;Wheeler-1979;Gulsoy-1982;Hualde-1992;Fabra-1897;Wheeler-1988b;Mascaro-1978 #> 15794 Roca-1999;Roca-1991;Harris-1969a;Harris-1983;Navarro-1965;Green-1988;Alarcos-Llorach-1965 #> 15799 Roca-1999;Sauzet-1994;Cardaillac-1971;Maurand-1974;Bec-1963;Alibert-1976;Sauzet-1986;Maas-1969 #> 15802 O-Siadhail-1989;Dillon-1961 #> 15827 O-Siadhail-1989;Bammesberger-1983 #> 15847 Thomson-1992;Broderick-1993 #> 15870 Dorian-1978;Gillies-1993 #> 15927 Ball-1993;MacAulay-1992c;Williams-1980b;Jones-and-Thomas-1977;Watkins-1993;Jones-1955 #> 15934 Thomas-1992b;George-1993;Pool-1958 #> 16035 Stephens-1993;Ternes-1992;Bothorel-1982 #> 16145 Macleod-1992 #> 16151 #> 16154 #> 16156 #> 16166 #> 16192 #> 16220 #> 16237 #> 16284 Parkinson-1988[ 158] #> 16286 Green-1988[ 116] #> 16289 Calder-1923[ 302] #> 16321 Jones-1988[ 341] #> 16407 Mallinson-1986[ 134-135] #> 16488 O-Dochartaigh-1992[ 57];Stenson-1981[ 32, 41, passim] #> 16635 Thomas-1992a[ 274];Williams-1980b[ 72, 147];Jones-and-Thomas-1977[ 7, 356] #> 16659 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 16677 Jenner-1904[ 160] #> 16840 Stephens-1993[ 376];Ternes-1970[ 284] #> 16955 Hualde-1992[ passim] #> 16993 #> 17103 Haiman-1988[ 375-376] #> 17139 Watkins-1993[ 336] #> 17637 Stephens-1993[ 376];Ternes-1970[ 284] #> 17723 Hualde-1992[ passim] #> 17766 #> 17820 Jenner-1904[ 160] #> 17821 Calder-1923[ 302] #> 17856 Parkinson-1988[ 158] #> 17857 Ternes-1970[ 284];Stephens-1993[ 376] #> 17964 Mallinson-1986[ 134-135] #> 18028 Jones-1988[ 341] #> 18039 Green-1988[ 116] #> 18139 Hualde-1992[ passim] #> 18178 Thomas-1992a[ 274];Jones-and-Thomas-1977[ 7, 356];Williams-1980b[ 72, 147] #> 18384 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 18440 O-Dochartaigh-1992[ 57];Stenson-1981[ 32, 41, passim] #> 18457 #> 18811 Haiman-1988[ 375-376] #> 18893 Watkins-1993[ 336] #> 19169 Ternes-1970[ 284];Stephens-1993[ 376] #> 19196 Haiman-1988[ 375-376] #> 19296 #> 19354 Hualde-1992[ passim] #> 19407 Watkins-1993[ 336] #> 19768 Jones-1988[ 341] #> 19946 Mallinson-1986[ 134-135] #> 19959 Calder-1923[ 302] #> 20004 Green-1988[ 116] #> 20045 Jenner-1904[ 160] #> 20158 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 20242 O-Dochartaigh-1992[ 57];Stenson-1981[ 32, 41, passim] #> 20322 Thomas-1992a[ 274];Williams-1980b[ 72, 147];Jones-and-Thomas-1977[ 7, 356] #> 20412 Parkinson-1988[ 158] #> 20503 Ternes-1970[ 284];Stephens-1993[ 376] #> 20763 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 20885 Hualde-1992[ passim] #> 21046 Green-1988[ 116] #> 21068 Thomas-1992a[ 274];Jones-and-Thomas-1977[ 7, 356];Williams-1980b[ 72, 147] #> 21116 Haiman-1988[ 375-376] #> 21195 Calder-1923[ 302] #> 21387 Watkins-1993[ 336] #> 21417 Mallinson-1986[ 134-135] #> 21420 Jones-1988[ 341] #> 21530 #> 21622 Parkinson-1988[ 158] #> 21717 Stenson-1981[ 32, 41, passim];O-Dochartaigh-1992[ 57] #> 21752 Jenner-1904[ 160] #> 21787 Watkins-1993[ 336] #> 21919 Stephens-1993[ 376];Ternes-1970[ 284] #> 22011 #> 22028 Hualde-1992[ passim] #> 22107 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 22126 Mallinson-1986[ 134-135] #> 22163 Parkinson-1988[ 158] #> 22164 #> 22183 Jones-1988[ 341] #> 22682 Haiman-1988[ 375-376] #> 22933 Thomas-1992a[ 274];Jones-and-Thomas-1977[ 7, 356];Williams-1980b[ 72, 147] #> 22943 Jenner-1904[ 160] #> 22955 Calder-1923[ 302] #> 22960 O-Dochartaigh-1992[ 57];Stenson-1981[ 32, 41, passim] #> 23071 Sauer-1891[ 40];Maiden-and-Robustelli-2000[ 401] #> 23077 Parkinson-1988[ 158] #> 23103 Jenner-1904[ 160] #> 23161 Calder-1923[ 302] #> 23228 O-Dochartaigh-1992[ 57];Stenson-1981[ 32, 41, passim] #> 23284 Jones-and-Thomas-1977[ 7, 356];Williams-1980b[ 72, 147];Thomas-1992a[ 274] #> 23302 Hualde-1992[ passim] #> 23347 #> 23356 Mallinson-1986[ 134-135] #> 23359 Jones-1988[ 341] #> 23408 #> 23459 Watkins-1993[ 336] #> 23598 Jenner-1904[ 160] #> 23639 Haiman-1988[ 375-376] #> 23741 Ternes-1970[ 284];Stephens-1993[ 376] #> 23746 Hualde-1992[ passim] #> 23762 #> 23785 Parkinson-1988[ 158] #> 23846 Mallinson-1986[ 134-135] #> 23866 #> 23867 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 23890 Jones-1988[ 341] #> 24127 Stephens-1993[ 376];Ternes-1970[ 284] #> 24194 #> 24197 Hualde-1992[ passim] #> 24373 Stephens-1993[ 376];Ternes-1970[ 284] #> 24389 Haiman-1988[ 375-376] #> 24399 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 24412 Parkinson-1988[ 158] #> 24463 Hualde-1992[ passim] #> 24495 #> 24527 Jones-1988[ 341] #> 24572 #> 24573 Mallinson-1986[ 134-135] #> 24628 #> 24686 Jones-1988[ 341] #> 24719 Mallinson-1986[ 134-135] #> 24750 Parkinson-1988[ 158] #> 24757 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 24833 Hualde-1992[ passim] #> 24865 Stephens-1993[ 376];Ternes-1970[ 284] #> 24868 #> 25005 Haiman-1988[ 375-376] #> 25084 #> 25089 Stephens-1993[ 376];Ternes-1970[ 284] #> 25098 Hualde-1992[ passim] #> 25135 Parkinson-1988[ 158] #> 25193 #> 25237 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 25261 Jones-1988[ 341] #> 25402 Mallinson-1986[ 134-135] #> 25686 Parkinson-1988[ 158] #> 25706 #> 25717 #> 25730 Sauer-1891[ 40];Maiden-and-Robustelli-2000[ 401] #> 25816 Hualde-1992[ passim] #> 25845 Mallinson-1986[ 134-135] #> 25898 Ternes-1970[ 284];Stephens-1993[ 376] #> 25900 Jones-1988[ 341] #> 28358 Stenson-1981[ 32, 41, passim];O-Dochartaigh-1992[ 57] #> 28359 Jones-and-Thomas-1977[ 7, 356];Williams-1980b[ 72, 147];Thomas-1992a[ 274] #> 28367 Calder-1923[ 302] #> 28431 Watkins-1993[ 336] #> 28498 Jenner-1904[ 160] #> 28557 Calder-1923[ 302] #> 28558 Stenson-1981[ 32, 41, passim];O-Dochartaigh-1992[ 57] #> 28575 Williams-1980b[ 72, 147];Thomas-1992a[ 274];Jones-and-Thomas-1977[ 7, 356] #> 28624 Jenner-1904[ 160] #> 28676 Watkins-1993[ 336] #> 28688 Watkins-1993[ 336] #> 28689 Jenner-1904[ 160] #> 28801 Calder-1923[ 302] #> 28808 Williams-1980b[ 72, 147];Thomas-1992a[ 274];Jones-and-Thomas-1977[ 7, 356] #> 28821 Stenson-1981[ 32, 41, passim];O-Dochartaigh-1992[ 57] #> 28871 Stenson-1981[ 32, 41, passim];O-Dochartaigh-1992[ 57] #> 28874 Jenner-1904[ 160] #> 28878 Williams-1980b[ 72, 147];Jones-and-Thomas-1977[ 7, 356];Thomas-1992a[ 274] #> 28886 Calder-1923[ 302] #> 28926 Watkins-1993[ 336] #> 29044 Abaurre-and-Wetzels-1992;Roca-1999;Camara-and-Mattoso-1979;Parkinson-1988;Martins-1982;Mateus-et-al-1989 #> 29056 Roca-1999;Wagner-1984;Virdis-1978;Blasco-1986;Jones-1988;Porru-1975 #> 29063 Navarro-1965;Alarcos-Llorach-1965;Harris-1983;Roca-1991;Harris-1969a;Green-1988;Roca-1999 #> 29074 Saltarelli-1970;Vincent-1988;Vogel-and-Scalise-1982;Muljacic-1972;Malagoli-1946;Bertinetto-1981;Roca-1999;Lepschy-1978 #> 29083 Sauzet-1994;Alibert-1976;Bec-1963;Cardaillac-1971;Maas-1969;Maurand-1974;Roca-1999;Sauzet-1986 #> 29084 Wheeler-1988b;Gulsoy-1982;Mascaro-1978;Roca-1999;Fabra-1897;Wheeler-1979;Hualde-1992;Fabra-1956 #> 29088 Roca-1999;van-Oostendorp-1995;Dell-1984 #> 29092 Roca-1999;Kamprath-1987 #> 29095 Roca-1999;Graur-and-Rosetti-1938;Ulivi-1985;Augerot-1974;Avram-1978;Steriade-1984;Lombard-1935;Ulivi-1977 #> 29152 O-Siadhail-1989;Dillon-1961 #> 29290 George-1993;Thomas-1992b;Pool-1958 #> 29359 Broderick-1993;Thomson-1992 #> 29459 Williams-1980b;Jones-1955;Jones-and-Thomas-1977;Watkins-1993;MacAulay-1992c;Ball-1993 #> 29461 Dorian-1978;Gillies-1993 #> 29462 Bammesberger-1983;O-Siadhail-1989 #> 29492 Stephens-1993;Bothorel-1982;Ternes-1992 #> 29543 Dorian-1978;Gillies-1993 #> 29629 Williams-1980b;Watkins-1993;Jones-and-Thomas-1977;MacAulay-1992c;Ball-1993;Jones-1955 #> 29632 Thomson-1992;Broderick-1993 #> 29693 Porru-1975;Jones-1988;Wagner-1984;Roca-1999;Virdis-1978;Blasco-1986 #> 29699 George-1993;Pool-1958;Thomas-1992b #> 29750 Stephens-1993;Ternes-1992;Bothorel-1982 #> 29801 O-Siadhail-1989;Bammesberger-1983 #> 29816 Dillon-1961;O-Siadhail-1989 #> 29895 Dell-1984;Roca-1999;van-Oostendorp-1995 #> 29922 Avram-1978;Steriade-1984;Graur-and-Rosetti-1938;Roca-1999;Ulivi-1985;Ulivi-1977;Augerot-1974;Lombard-1935 #> 29929 Wheeler-1979;Wheeler-1988b;Mascaro-1978;Hualde-1992;Roca-1999;Gulsoy-1982;Fabra-1897;Fabra-1956 #> 29931 Saltarelli-1970;Bertinetto-1981;Vogel-and-Scalise-1982;Lepschy-1978;Muljacic-1972;Vincent-1988;Roca-1999;Malagoli-1946 #> 29940 Camara-and-Mattoso-1979;Mateus-et-al-1989;Abaurre-and-Wetzels-1992;Roca-1999;Parkinson-1988;Martins-1982 #> 29968 Harris-1983;Alarcos-Llorach-1965;Navarro-1965;Roca-1991;Roca-1999;Harris-1969a;Green-1988 #> 29973 Sauzet-1994;Maurand-1974;Sauzet-1986;Cardaillac-1971;Alibert-1976;Roca-1999;Maas-1969;Bec-1963 #> 29985 Roca-1999;Kamprath-1987 #> 30003 Thomas-1992b;George-1993;Pool-1958 #> 30122 Alarcos-Llorach-1965;Harris-1983;Navarro-1965;Green-1988;Roca-1991;Roca-1999;Harris-1969a #> 30189 Dorian-1978;Gillies-1993 #> 30193 Dell-1984;Roca-1999;van-Oostendorp-1995 #> 30215 Bammesberger-1983;O-Siadhail-1989 #> 30218 Lepschy-1978;Saltarelli-1970;Muljacic-1972;Roca-1999;Malagoli-1946;Vogel-and-Scalise-1982;Vincent-1988;Bertinetto-1981 #> 30300 Wheeler-1979;Fabra-1897;Fabra-1956;Hualde-1992;Wheeler-1988b;Mascaro-1978;Gulsoy-1982;Roca-1999 #> 30391 Ruhlen-1973;Tataru-1978;Agard-1958 #> 30409 Fougeron-and-Smith-1999;Sten-1963 #> 30523 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 30589 Ternes-1970;Bothorel-1982 #> 30591 Soler-and-Ebneter-1988 #> 30630 Harris-1969a;Saporta-and-Contreras-1962;Navarro-1961 #> 30679 Carbonell-and-Llisteri-1999 #> 30998 Tataru-1978;Ruhlen-1973;Agard-1958 #> 31114 Soler-and-Ebneter-1988 #> 31158 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 31193 Bothorel-1982;Ternes-1970 #> 31225 Sten-1963;Fougeron-and-Smith-1999 #> 31270 Carbonell-and-Llisteri-1999 #> 31426 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 31636 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 31671 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 31704 Soler-and-Ebneter-1988 #> 31844 Ruhlen-1973;Tataru-1978;Agard-1958 #> 31846 Ternes-1970;Bothorel-1982 #> 31864 Fougeron-and-Smith-1999;Sten-1963 #> 31931 Carbonell-and-Llisteri-1999 #> 32046 Butt-and-Benjamin-2000 #> 32088 Harris-1988;Judge-and-Healey-1985 #> 32215 Butt-and-Benjamin-2000 #> 32285 Harris-1988;Judge-and-Healey-1985 #> 32475 Butt-and-Benjamin-2000 #> 32479 Judge-and-Healey-1985;Harris-1988 #> 32551 Butt-and-Benjamin-2000 #> 32552 Judge-and-Healey-1985;Harris-1988 #> 32821 #> 32866 #> 32971 #> 33026 #> 33256 #> 33342 #> 33372 #> 33401 #> 33767 Hutchinson-and-Lloyd-1996[passim];Parkinson-1988[passim] #> 33773 Vincent-1988[passim];Maiden-and-Robustelli-2000[passim];Sauer-1891[passim] #> 33843 Harris-1988[passim] #> 34059 Butt-and-Benjamin-2000[passim];Green-1988[passim] #> 34062 Jenner-1904[passim] #> 34065 Bowen-and-Jones-1960[passim];Williams-1980b[passim];Thomas-1992a[passim];Jones-and-Thomas-1977[passim] #> 34069 Mallinson-1986[passim] #> 34072 Jones-1988[passim] #> 34171 Press-1986[passim];Ternes-1970[passim];Stephens-1993[ passim];Timm-1991[passim];Schapansky-2000[passim] #> 34231 Gillies-1993[ passim];Calder-1923[passim] #> 34354 Stenson-1981[passim];O-Dochartaigh-1992[passim];Bammesberger-1982[passim];Dillon-and-O-Croinin-1961[passim];O-Siadhail-1989[passim];McCloskey-1979[passim] #> 34883 Fox-2001 #> 34891 #> 34898 Repetti-2001 #> 34901 McCloskey-2001 #> 34907 Diaz-Insense-2001 #> 34910 Schmitt-2001 #> 34913 Lopez-2001 #> 34915 Kibre-2001 #> 35070 Butt-and-Benjamin-2000 #> 35071 Bammesberger-1982 #> 35076 #> 35189 #> 35202 Butt-and-Benjamin-2000 #> 35235 Bammesberger-1982 #> 35326 Fougeron-and-Smith-1999;Sten-1963 #> 35523 Harris-1969a;Saporta-and-Contreras-1962;Navarro-1961 #> 35604 Carbonell-and-Llisteri-1999 #> 35686 Bothorel-1982;Ternes-1970 #> 35703 Agard-1958;Tataru-1978;Ruhlen-1973 #> 35726 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 35728 Soler-and-Ebneter-1988 #> 36034 MacAulay-1992b[208] #> 36060 #> 36066 #> 36302 MacAulay-1992b[208] #> 36306 #> 36329 #> 36605 MacAulay-1992b[208] #> 36628 #> 36642 #> 37036 Hutchinson-and-Lloyd-1996[12] #> 37037 #> 37138 Harris-1988[226] #> 37142 Jones-1988[329] #> 37145 Mallinson-1986[206, 243, 244] #> 37196 Ternes-1970[188-202] #> 37206 Sauer-1891[12] #> 37216 Jenner-1904[83-84] #> 37286 Bowen-and-Jones-1960[35];Williams-1980b[9];Thomas-1992a[303] #> 37334 Dillon-and-O-Croinin-1961[25-26, 193ff];O-Dochartaigh-1992[62-63] #> 37365 Calder-1923[81-94] #> 37903 Parkinson-1988 #> 37924 #> 37929 #> 37964 Mallinson-1986 #> 37986 O-Siadhail-1989 #> 38013 #> 38118 MacEoin-1993[120-122] #> 38178 #> 38223 #> 38485 #> 38486 #> 38487 Dillon-and-O-Croinin-1961 #> 38498 #> 38511 #> 38514 Ternes-1970[210] #> 38521 Sauer-1891[9-10] #> 38572 Green-1988[104] #> 38582 Parkinson-1988[147, 159] #> 38589 Bowen-and-Jones-1960[16, 19];Jones-and-Thomas-1977[165-166];Thomas-1992a[288];Williams-1980b[6] #> 38597 #> 38639 Jenner-1904[73] #> 38702 Calder-1923[104] #> 38724 Stenson-1981[28, 32];O-Dochartaigh-1992[50-51] #> 38820 Mallinson-1986[107, 206] #> 39142 Ternes-1970[212] #> 39246 Parkinson-1988[147, 159] #> 39259 Sauer-1891[10] #> 39284 Hualde-1992[120] #> 39297 #> 39318 Mallinson-1986[107] #> 39322 Green-1988[104] #> 39386 Jenner-1904[passim] #> 39417 Calder-1923[passim] #> 39423 Stenson-1981[28];O-Dochartaigh-1992[53] #> 39435 Williams-1980b[6];Jones-and-Thomas-1977[166];Thomas-1992a[291] #> 39711 #> 39726 MacEoin-1993[121] #> 39796 #> 40316 Saporta-and-Contreras-1962;Navarro-1961;Harris-1969a #> 40357 Fougeron-and-Smith-1999;Sten-1963 #> 40368 Soler-and-Ebneter-1988 #> 40387 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 40491 Tataru-1978;Ruhlen-1973;Agard-1958 #> 40493 Bothorel-1982;Ternes-1970 #> 40504 Carbonell-and-Llisteri-1999 #> 40605 #> 40623 MacEoin-1993[123 ff.] #> 40647 #> 40708 #> 40730 King-1993a[85-6] #> 40819 Maiden-and-Robustelli-2000[80-4] #> 40880 #> 40906 Bammesberger-1982[60] #> 40939 Bammesberger-1982[60-1] #> 41058 #> 41060 Maiden-and-Robustelli-2000[80-4] #> 41094 #> 41096 King-1993a[85-6, 98-9] #> 41197 Green-1988[95-6] #> 41303 MacEoin-1993[119, 120] #> 41340 Harris-1997[219, 221] #> 41365 Green-1988[96] #> 41427 Lepschy-and-Lepschy-1988[116] #> 41449 King-1993a[91] #> 41468 Harris-1988[219-20] #> 41477 MacEoin-1993[121] #> 41751 O-Siadhail-1989[179-185] #> 41889 #> 41893 #> 41895 Berschin-etal-1995[190-200] #> 41897 Judge-and-Healey-1985 #> 41913 Calder-1990[163-164] #> 41917 Schwarze-1988[288-290] #> 41918 Thorne-1993 #> 41921 Muhlhausler-and-Harre-1990[145-150] #> 41924 #> 41931 Braun-1984[151-156] #> 42009 Haspelmath-1997[263-65] #> 42156 Haspelmath-1997[280] #> 42162 #> 42205 #> 42234 #> 42260 Haspelmath-1997[257] #> 42276 King-1993a[96-97] #> 42302 O-Siadhail-1989[207, 228];O-Dochartaigh-1992[54] #> 42370 Gartner-1998[245-258] #> 42381 Renzi-1988[595-603] #> 42387 Otero-1999[1427ff.] #> 42390 Hualde-1992[123, 178-180] #> 42406 Mallinson-1986[151-161] #> 42423 Weinrich-1982[141-151] #> 42605 Harris-1988[228] #> 42668 Green-1988[103] #> 42694 Lepschy-and-Lepschy-1988[103, 116] #> 42782 King-1993a[268] #> 42791 MacEoin-1993[120, 138] #> 42843 King-1993a[80-83, 90-93] #> 42854 Wheeler-et-al-1999[160-164] #> 42875 Maiden-and-Robustelli-2000[93-98, 113-116] #> 42892 Judge-and-Healey-1985[55-68, 340-344, 421-423] #> 42906 Butt-and-Benjamin-2000[127-128, 132-136, 149-154] #> 42934 Bammesberger-1982[30-35, 54-58] #> 42941 Beyrer-et-al-1987[84-85, 89-95, 97-124] #> 43107 Saporta-and-Contreras-1962;Navarro-1961;Harris-1969a #> 43344 Agard-1958;Ruhlen-1973;Tataru-1978 #> 43348 Ternes-1970;Bothorel-1982 #> 43388 O-Dochartaigh-1992;Ni-Chasaide-1999 #> 43397 Carbonell-and-Llisteri-1999 #> 43481 Sten-1963;Fougeron-and-Smith-1999 #> 43556 Soler-and-Ebneter-1988 #> 43666 Judge-and-Healey-1985[55-68, 340-344, 421-423] #> 43715 King-1993a[80-83, 90-93] #> 43765 Bammesberger-1982[30-35, 54-58] #> 43827 Beyrer-et-al-1987[84-85, 89-95, 97-124] #> 43828 Maiden-and-Robustelli-2000[93-98, 113-116] #> 43850 Butt-and-Benjamin-2000[127-128, 132-136, 149-154] #> 43856 Wheeler-et-al-1999[160-164] #> 43956 Mallinson-1986[205] #> 44412 Stenson-1981[17, 28] #> 44415 Calder-1923[81-96] #> 44544 #> 44550 Press-1986[187];Ternes-1970[224-225, 310-312] #> 44648 Williams-1980b[passim] #> 44714 #> 44725 Jenner-1904[81] #> 44732 Parkinson-1988[passim] #> 44844 Vincent-1988[passim] #> 44945 Alton-1968 #> 44954 Press-1986[119] #> 44958 Lausberg-1972 #> 44961 #> 44978 Lausberg-1972 #> 44979 Bammesberger-1983[57] #> 44999 Lausberg-1972 #> 45006 Lausberg-1972 #> 45016 Lausberg-1972 #> 45258 Williams-1980b #> 45331 Lausberg-1972[172-183] #> 45478 Calder-1923[126-127];Calder-1980[126-127] #> 45486 Lausberg-1972[172-183] #> 45517 Alton-1968[26] #> 45520 Lausberg-1972[172-183] #> 45524 Hetzer-2001[26] #> 45540 #> 45545 Lausberg-1972[172-183] #> 45551 Press-1986[86-91] #> 45555 Dillon-and-O-Croinin-1961 #> 45559 #> 45562 Williams-1980b[40] #> 45564 Lausberg-1972[172-183] #> 45569 Carballo-Calero-1979[200] #> 45571 Lausberg-1972[172-183] #> 45574 Nouvel-1975[1-16] #> 45614 #> 45643 #> 45644 #> 45801 #> 45914 #> 46262 #> 46855 Press-1986[99] #> 47012 #> 47054 Vincent-1988[passim] #> 47126 Mallinson-1986[passim] #> 47175 Stenson-1981[35] #> 47208 Jenner-1904[passim] #> 47247 #> 47302 #> 47467 #> 47618 #> 47670 #> 47825 #> 47835 #> 48076 Carbonell-and-Llisteri-1999 #> 48087 Agard-1958;Tataru-1978;Ruhlen-1973 #> 48198 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 48285 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 48441 Bothorel-1982;Ternes-1970 #> 48451 Soler-and-Ebneter-1988 #> 48495 Sten-1963;Fougeron-and-Smith-1999 #> 48631 #> 48697 #> 48737 #> 48798 Caoimhin-P-ODonnaile-pc-cited-in-Gil-1994[36] #> 48870 #> 48872 Comrie-and-Thompson-1985[386] #> 48877 #> 48912 #> 48983 Mackinnon-1977 #> 48996 Mallinson-1986 #> 49020 #> 49029 Ashcom-and-Goodell-1955 #> 49044 O-Siadhail-1989 #> 49101 Press-1986 #> 49232 #> 49269 #> 49302 #> 49548 Dahl-1985[171-172] #> 49552 Dahl-1985[171-172] #> 49593 Dahl-1985[171] #> 49597 Dahl-1985[170] #> 49758 Dahl-1985[171-172] #> 49810 Dahl-1985[170] #> 49823 Dahl-1985[171-172] #> 49829 Dahl-1985[171] #> 49964 Dahl-1985[170] #> 50056 Dahl-1985[171] #> 50130 Dahl-1985[171-172] #> 50142 Dahl-1985[171-172] #> 50182 Dahl-1985[170] #> 50184 Dahl-1985[171] #> 50332 Dahl-1985[171-172] #> 50338 Dahl-1985[171-172] #> 50658 Parkinson-1988[56-63] #> 50727 Jenner-1904[118-119] #> 50758 Thomas-1992a[311];Williams-1980b[80-84];Bowen-and-Jones-1960[147, 148] #> 50800 Jones-1988[332] #> 50977 Maiden-and-Robustelli-2000[220-221] #> 51099 #> 51109 Mallinson-1986[274] #> 51116 #> 51215 Ternes-1970[252, 260-261, 269] #> 51243 Stenson-1981[37] #> 51329 Calder-1923[220-223] #> 51566 Tataru-1978;Ruhlen-1973;Agard-1958 #> 51606 Bothorel-1982;Ternes-1970 #> 51635 Fougeron-and-Smith-1999;Sten-1963 #> 51690 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 51818 O-Dochartaigh-1992;Ni-Chasaide-1999 #> 51916 Soler-and-Ebneter-1988 #> 51941 Carbonell-and-Llisteri-1999 #> 52110 Perez-Bouza-1996[passim] #> 52120 King-1993a[224-225];Jones-1970[329-330] #> 52184 Varol-1998[173, passim] #> 52206 Haiman-1988[361];Candinas-1982[passim] #> 52295 O-Siadhail-1989[179];Lucas-1979[122] #> 52310 #> 52388 Jones-1988[332] #> 52393 Press-1986[126];Wmffre-1998[37, 38] #> 52394 Hualde-1992[25, 323-324] #> 52402 Mallinson-1988[408] #> 52410 #> 52420 Maiden-and-Robustelli-2000[246-249] #> 52423 #> 52434 Wheeler-1988a[262] #> 52496 Broderick-1984[passim] #> 52686 #> 52726 Candinas-1982[passim];Haiman-1988[361] #> 52854 King-1993a[227] #> 52905 O-Siadhail-1989[179];Lucas-1979[198] #> 52948 Hualde-1992[passim] #> 52959 #> 52961 #> 52968 Perez-Bouza-1996[passim] #> 52971 #> 52980 Jones-1988[333] #> 52996 Maiden-and-Robustelli-2000[247-248] #> 52998 Mallinson-1988[410] #> 53238 Doyle-2001[47-48, 99] #> 53259 Mallinson-1986[23-28, 286-287, 289] #> 53325 #> 53358 King-1993a[224, 228-230] #> 53370 #> 53392 #> 53422 #> 53449 #> 53508 #> 53575 #> 53718 O-Siadhail-1989 #> 53726 Butt-and-Benjamin-1994 #> 53902 LHuillier-1999[279-283] #> 53904 Gartner-1998[46] #> 53930 Mallinson-1986[288] #> 53967 O-Siadhail-1989[288f., 292f.] #> 53982 King-1993a[199-202];Fife-1990[274-278] #> 54004 Hualde-1992[325] #> 54006 Butt-and-Benjamin-1988[128] #> 54020 Maiden-and-Robustelli-2000[336-339] #> 54083 Butt-and-Benjamin-1988[199] #> 54095 LHuillier-1999[280f.] #> 54102 Hualde-1992[325] #> 54110 Mallinson-1986[288] #> 54131 O-Siadhail-1989[289f., 292f.] #> 54133 Maiden-and-Robustelli-2000[336f.] #> 54134 Gartner-1998[46] #> 54225 Fife-1990[279] #> 54313 O-Siadhail-1989[290] #> 54317 Coteanu-et-al-1998[1109] #> 54324 Gartner-1998[42-46] #> 54325 Butt-and-Benjamin-1988[128, 356] #> 54328 Maiden-and-Robustelli-2000[336-339] #> 54343 LHuillier-1999[275-281] #> 54352 Hualde-1992[325];Ammann-nd #> 54362 King-1993a[212];Fife-1990[273-279] #> 54572 Mallinson-1986 #> 54603 Press-1986 #> 54666 O-Siadhail-1989 #> 54699 Butt-and-Benjamin-2000 #> 54777 #> 54983 Mallinson-1986 #> 55056 Press-1986 #> 55105 Butt-and-Benjamin-2000 #> 55117 O-Siadhail-1989 #> 55344 #> 55402 #> 55407 Dillon-and-O-Croinin-1961[in passim] #> 55413 #> 55558 #> 55568 #> 55709 #> 55856 Bothorel-1982;Ternes-1970 #> 55859 Tataru-1978;Ruhlen-1973;Agard-1958 #> 55916 Sten-1963;Fougeron-and-Smith-1999 #> 55971 Soler-and-Ebneter-1988 #> 55982 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 56049 Saporta-and-Contreras-1962;Harris-1969a;Navarro-1961 #> 56148 Carbonell-and-Llisteri-1999 #> 56346 #> 56385 Dillon-and-O-Croinin-1961 #> 56407 #> 57106 Haiman-1988[369] #> 57109 Hualde-1992[96] #> 57334 Jones-1988[334] #> 57410 Ternes-1970[ Schapansky 2000];Press-1986[188] #> 57467 Mallinson-1986[91, 91-92, 207] #> 57472 #> 57518 Green-1988[114-115] #> 57525 Maiden-and-Robustelli-2000[354];Sauer-1891[301];Vincent-1988[305] #> 57537 Parkinson-1988[156] #> 57549 Jenner-1904[158] #> 57585 Calder-1923[4] #> 57629 Watkins-1993[ passim] #> 57643 Stenson-1981[40];O-Dochartaigh-1992[37] #> 57646 Bowen-and-Jones-1960[15];Williams-1980b[167];Thomas-1992a[271, 286-287] #> 58103 Parkinson-1988[157] #> 58377 Jenner-1904[158] #> 58513 Mallinson-1986[195] #> 58731 Haiman-1988[369] #> 58876 Jones-1988[334] #> 58893 #> 59260 Williams-1980b[167];Bowen-and-Jones-1960[15];Thomas-1992a[271, 286-287] #> 59264 Watkins-1993[ passim] #> 59315 Calder-1923[4] #> 59326 O-Dochartaigh-1992[37];Stenson-1981[40] #> 59331 Timm-1991[281-282];Press-1986[187] #> 59346 Hualde-1992[96] #> 59365 #> 59427 Maiden-and-Robustelli-2000[354-355] #> 60173 Jones-1988[334] #> 60282 Mallinson-1986[91, 91-92, 207] #> 60380 Watkins-1993[ passim] #> 60466 Williams-1980b[167];Bowen-and-Jones-1960[15];Thomas-1992a[271, 286-287] #> 60597 O-Dochartaigh-1992[37];Stenson-1981[40] #> 60622 Haiman-1988[369] #> 60630 #> 60652 Calder-1923[4] #> 60663 Jenner-1904[158] #> 60671 Green-1988[103] #> 60765 Maiden-and-Robustelli-2000[354];Vincent-1988[305];Sauer-1891[301] #> 60769 Hualde-1992[96] #> 60843 Parkinson-1988[156] #> 60856 Press-1986[187] #> 60962 #> 61026 #> 61077 Stenson-1981[40-41];O-Dochartaigh-1992[37] #> 61099 Calder-1923[4] #> 61169 Thomas-1992a[271];Williams-1980b[167] #> 62067 Green-1988[103] #> 62173 Hualde-1992[236] #> 62195 Hutchinson-and-Lloyd-1996[90] #> 62208 Stenson-1981[31];O-Dochartaigh-1992[58] #> 62248 #> 62360 Mallinson-1986[101] #> 62388 Ternes-1970[224-225, 310-312];Press-1986[187] #> 62421 Calder-1923[288-307] #> 62432 Sauer-1891[21, 285-287] #> 62528 Jenner-1904[81, 149] #> 62545 Williams-1980b[127];Thomas-1992a[301];Bowen-and-Jones-1960[54-54] #> 63356 Green-1988[103] #> 63359 Calder-1923[4, 166, passim] #> 63436 Sauer-1891[passim] #> 63502 #> 63567 Jenner-1904[81-82] #> 63598 Haiman-1988[374] #> 63654 Parkinson-1988[157] #> 63666 Mallinson-1986[111] #> 63709 Thomas-1992a[296];Jones-and-Thomas-1977[192];Bowen-and-Jones-1960[53-54] #> 63713 Press-1986[187, 211] #> 63734 Hualde-1992[124, 214] #> 63745 Stenson-1981[40];O-Dochartaigh-1992[54-55] #> 64286 Sauer-1891[67];Vincent-1988[299];Maiden-and-Robustelli-2000[49] #> 64340 Parkinson-1988[157, 159] #> 64405 Haiman-1988[374] #> 64478 O-Dochartaigh-1992[50-51];Stenson-1981[30, 40] #> 64639 Jones-1988[335] #> 64681 Calder-1923[4, 108, 110] #> 64786 Ternes-1970[220, 226];Press-1986[187] #> 64790 Jones-and-Thomas-1977[182];Thomas-1992a[289];Bowen-and-Jones-1960[20, 31] #> 64835 Green-1988[104-105] #> 64882 Mallinson-1986[98, 105] #> 64997 Jenner-1904[92] #> 65050 Hualde-1992[116] #> 65112 Harris-1988[227] #> 65279 Green-1988[104] #> 65428 Hualde-1992[121] #> 65473 #> 65558 Sauer-1891[19-20, 49-50];Maiden-and-Robustelli-2000[48] #> 65592 Haiman-1988[374] #> 65702 Parkinson-1988[159] #> 66121 Stenson-1981[28];O-Dochartaigh-1992[54] #> 66204 Press-1986[104];Ternes-1970[213] #> 66298 Calder-1923[passim 172] #> 66308 Jenner-1904[111] #> 66323 Bowen-and-Jones-1960[20];Jones-and-Thomas-1977[167];Thomas-1992a[291-292];Williams-1980b[58] #> 66424 Mallinson-1986[103, passim] #> 66485 Maiden-and-Robustelli-2000[189] #> 66523 Bowen-and-Jones-1960[106-107];Williams-1980b[8] #> 66543 Mallinson-1986[passim 114] #> 66581 Green-1988[104] #> 66623 O-Dochartaigh-1992[51];Stenson-1981[32-33] #> 66661 #> 66691 Ternes-1970[232, 229-231];Press-1986[ 90] #> 66729 Haiman-1988[374] #> 66779 Calder-1923[121] #> 66802 Hualde-1992[122] #> 66887 Jenner-1904[96, passim] #> 66925 Jones-1988[334] #> 67944 Doyle-2001 #> 68085 Byrne-et-al-1986 #> 68100 #> 68121 Mallinson-1986[56] #> 68190 Green-1988[104-105] #> 68202 Stenson-1981[passim];McCloskey-1979[180, passim];O-Dochartaigh-1992[51] #> 68237 Calder-1923[259-260] #> 68292 Haiman-1988[371-372] #> 68294 Jenner-1904[109-110] #> 68366 Thomas-1992a[290];Williams-1980b[56];Bowen-and-Jones-1960[121-124];Jones-and-Thomas-1977[177] #> 68398 Press-1986[187] #> 68412 #> 68459 Parkinson-1988[157] #> 68499 Hualde-1992[119] #> 68521 Maiden-and-Robustelli-2000[130ff] #> 68633 Jones-1988[335] #> 69157 Parkinson-1988[ 157] #> 69181 Calder-1923[ 259-260] #> 69200 Haiman-1988[ 371-372] #> 69227 Hualde-1992[ 119] #> 69239 Jenner-1904[ 109-110] #> 69250 Green-1988[ 104-105] #> 69306 McCloskey-1979[ 180, passim];Stenson-1981[ passim];O-Dochartaigh-1992[ 51] #> 69372 #> 69434 Maiden-and-Robustelli-2000[ 130ff] #> 69455 Mallinson-1986[ 56] #> 69518 Press-1986[ 187] #> 69542 Bowen-and-Jones-1960[ 121-124];Thomas-1992a[ 290];Williams-1980b[ 56];Jones-and-Thomas-1977[ 177] #> 69621 Jones-1988[ 335] #> 69841 #> 69896 Calder-1923[308] #> 69929 Sauer-1891[72] #> 69949 Hutchinson-and-Lloyd-1996[97] #> 69995 Mallinson-1986[100-105, passim] #> 70013 #> 70049 Jones-1988[335-336] #> 70275 Press-1986[ 79] #> 70278 Bowen-and-Jones-1960[32];Jones-and-Thomas-1977[190] #> 70334 Jenner-1904[161] #> 70376 Parkinson-1988[158] #> 70399 Press-1986[106, 198] #> 70403 Harris-1988[237] #> 70432 Stenson-1981[32, 40-41];O-Dochartaigh-1992[38, 73] #> 70438 Jones-1988[341] #> 70443 Williams-1980b[148];Bowen-and-Jones-1960[26, 45, 62, 135];Jones-and-Thomas-1977[298-299];Thomas-1992a[272] #> 70855 Calder-1923[202] #> 70894 Maiden-and-Robustelli-2000[147] #> 70938 Butt-and-Benjamin-2000[516-517] #> 70995 Hualde-1992[ 2] #> 71155 Mallinson-1986[4] #> 71245 O-Dochartaigh-1992[38, 57];Stenson-1981[40] #> 71253 Thomas-1992a[273];Bowen-and-Jones-1960[29, 133, passim];Jones-and-Thomas-1977[306-307] #> 71334 Mallinson-1986[7, 17] #> 71369 Green-1988[104] #> 71390 Calder-1923[5] #> 71398 Press-1986[198] #> 71433 #> 71785 Jenner-1904[161] #> 72240 Jones-1988[342] #> 72294 #> 72332 Calder-1923[206-208, 222] #> 72333 Haiman-1988[373] #> 72343 Mallinson-1986[68, passim] #> 72364 Press-1986[209] #> 72387 Stenson-1981[41] #> 72454 Maiden-and-Robustelli-2000[421-427] #> 72460 #> 72492 Jenner-1904[162-163] #> 72502 Williams-1980b[155-159];Thomas-1992a[268-269] #> 73388 #> 73407 #> 73417 #> 73514 #> 73544 #> 73583 #> 73600 #> 73612 #> 73634 #> 73718 #> 73729 #> 74161 #> 74175 #> 74183 #> 74250 #> 74261 #> 74296 #> 74316 #> 74340 #> 74412 #> 74422 #> 74433 #> 74446 #> 74475 #> 75486 #> 75510 #> 75576 #> 75610 #> 75624 #> 75637 #> 75654 #> 75670 #> 75724 #> 75761 #> 75797 #> 75818 #> 75833 #> 76108 #> 76165 Dillon-and-O-Croinin-1961[37, 69] #> 76225 #> 76374 #> 76377 Dillon-and-O-Croinin-1961[50, 169] #> 76390 #> contributors #> 224 Ian Maddieson #> 264 Ian Maddieson #> 281 Ian Maddieson #> 297 Ian Maddieson #> 320 Ian Maddieson #> 326 Ian Maddieson #> 554 Ian Maddieson #> 573 John Hajek #> 735 John Hajek #> 740 John Hajek #> 1011 Anna Siewierska #> 1015 Anna Siewierska #> 1047 Anna Siewierska #> 1099 Anna Siewierska #> 1131 Anna Siewierska #> 1278 Matthew S. Dryer #> 1307 Matthew S. Dryer #> 1347 Matthew S. Dryer #> 1477 Matthew S. Dryer #> 1481 Matthew S. Dryer #> 1485 Matthew S. Dryer #> 1575 Matthew S. Dryer #> 1623 Matthew S. Dryer #> 1911 Matthew S. Dryer #> 2041 Anna Siewierska #> 2053 Anna Siewierska #> 2071 Anna Siewierska #> 2075 Anna Siewierska #> 2130 Anna Siewierska #> 2431 Anna Siewierska #> 2469 Anna Siewierska #> 2509 Anna Siewierska #> 2531 Anna Siewierska #> 2574 Anna Siewierska #> 2767 Anna Siewierska #> 2775 Anna Siewierska #> 2792 Anna Siewierska #> 2796 Anna Siewierska #> 3018 Anna Siewierska #> 3173 Martin Haspelmath #> 3189 Martin Haspelmath #> 3252 Martin Haspelmath #> 3573 Elena Maslova and Vladimir P. Nedjalkov #> 3577 Elena Maslova and Vladimir P. Nedjalkov #> 3671 Anna Siewierska #> 3698 Anna Siewierska #> 3701 Anna Siewierska #> 3754 Anna Siewierska #> 3781 Anna Siewierska #> 4069 Maria Polinsky #> 4148 Maria Polinsky #> 4159 Maria Polinsky #> 4237 Maria Polinsky #> 4253 Maria Polinsky #> 4296 Maria Polinsky #> 4496 Maria Polinsky #> 4513 Maria Polinsky #> 4560 Maria Polinsky #> 4659 Maria Polinsky #> 4660 Maria Polinsky #> 4722 Maria Polinsky #> 5001 Ian Maddieson #> 5086 Ian Maddieson #> 5094 Ian Maddieson #> 5105 Ian Maddieson #> 5233 Ian Maddieson #> 5279 Ian Maddieson #> 5294 Ian Maddieson #> 5411 Jae Jung Song #> 5423 Jae Jung Song #> 5430 Jae Jung Song #> 5719 Jae Jung Song #> 5734 Jae Jung Song #> 6154 Matthew S. Dryer #> 6157 Matthew S. Dryer #> 6240 Matthew S. Dryer #> 6260 Matthew S. Dryer #> 6265 Matthew S. Dryer #> 6322 Matthew S. Dryer #> 6392 Matthew S. Dryer #> 6403 Matthew S. Dryer #> 6449 Matthew S. Dryer #> 6496 Matthew S. Dryer #> 6570 Matthew S. Dryer #> 6594 Matthew S. Dryer #> 6623 Matthew S. Dryer #> 6869 Matthew S. Dryer #> 6909 Matti Miestamo #> 6914 Matti Miestamo #> 6918 Matti Miestamo #> 7093 Matti Miestamo #> 7265 Matti Miestamo #> 7380 Matti Miestamo #> 7409 Matti Miestamo #> 7436 Matti Miestamo #> 7550 Martin Haspelmath #> 7626 Martin Haspelmath #> 7655 Martin Haspelmath #> 7672 Martin Haspelmath #> 7674 Martin Haspelmath #> 7677 Martin Haspelmath #> 7680 Martin Haspelmath #> 7771 Matthew S. Dryer #> 7882 Matthew S. Dryer #> 7911 Matthew S. Dryer #> 7938 Matthew S. Dryer #> 8079 Matthew S. Dryer #> 8179 Matthew S. Dryer #> 8183 Matthew S. Dryer #> 8280 Matthew S. Dryer #> 8469 Matthew S. Dryer #> 8521 Matthew S. Dryer #> 8531 Matthew S. Dryer #> 8619 Matthew S. Dryer #> 8669 Leon Stassen #> 8671 Leon Stassen #> 8672 Leon Stassen #> 8694 Leon Stassen #> 8845 Leon Stassen #> 8867 Leon Stassen #> 9059 Leon Stassen #> 9064 Leon Stassen #> 9118 Leon Stassen #> 9121 Leon Stassen #> 9123 Leon Stassen #> 9134 Leon Stassen #> 9150 Leon Stassen #> 9293 Leon Stassen #> 9363 Leon Stassen #> 9402 Leon Stassen #> 9466 Leon Stassen #> 9550 Leon Stassen #> 9586 Leon Stassen #> 9587 Leon Stassen #> 9723 Ian Maddieson #> 9725 Ian Maddieson #> 9998 Ian Maddieson #> 10021 Ian Maddieson #> 10027 Ian Maddieson #> 10048 Ian Maddieson #> 10209 Leon Stassen #> 10220 Leon Stassen #> 10258 Leon Stassen #> 10270 Leon Stassen #> 10272 Leon Stassen #> 10332 Leon Stassen #> 10333 Leon Stassen #> 10610 Leon Stassen #> 10680 Leon Stassen #> 10693 Leon Stassen #> 10694 Leon Stassen #> 10697 Leon Stassen #> 10705 Bernard Comrie and Tania Kuteva #> 10710 Bernard Comrie and Tania Kuteva #> 10790 Bernard Comrie and Tania Kuteva #> 10851 Bernard Comrie and Tania Kuteva #> 10862 Bernard Comrie and Tania Kuteva #> 10868 Bernard Comrie and Tania Kuteva #> 10873 Bernard Comrie and Tania Kuteva #> 10876 Bernard Comrie and Tania Kuteva #> 10899 Bernard Comrie and Tania Kuteva #> 10913 Bernard Comrie and Tania Kuteva #> 11022 Martin Haspelmath #> 11107 Martin Haspelmath #> 11138 Martin Haspelmath #> 11310 Sonia Cristofaro #> 11331 Sonia Cristofaro #> 11389 Sonia Cristofaro #> 11419 Sonia Cristofaro #> 11519 Sonia Cristofaro #> 11521 Sonia Cristofaro #> 11530 Sonia Cristofaro #> 11531 Sonia Cristofaro #> 11699 Sonia Cristofaro #> 11702 Sonia Cristofaro #> 11706 Sonia Cristofaro #> 11719 Sonia Cristofaro #> 11831 Sonia Cristofaro #> 11898 Sonia Cristofaro #> 11902 Sonia Cristofaro #> 11904 Sonia Cristofaro #> 12159 Cecil H. Brown #> 12163 Cecil H. Brown #> 12201 Cecil H. Brown #> 12258 Cecil H. Brown #> 12273 Cecil H. Brown #> 12307 Cecil H. Brown #> 12392 Cecil H. Brown #> 12423 Cecil H. Brown #> 12458 Cecil H. Brown #> 12460 Cecil H. Brown #> 12521 Cecil H. Brown #> 12540 Ian Maddieson #> 12594 Ian Maddieson #> 12597 Ian Maddieson #> 12700 Ian Maddieson #> 12728 Ian Maddieson #> 12777 Ian Maddieson #> 12782 Ian Maddieson #> 13163 Cecil H. Brown #> 13177 Cecil H. Brown #> 13219 Cecil H. Brown #> 13242 Cecil H. Brown #> 13252 Cecil H. Brown #> 13265 Cecil H. Brown #> 13284 Cecil H. Brown #> 13324 Cecil H. Brown #> 13438 Cecil H. Brown #> 13461 Cecil H. Brown #> 13591 Cecil H. Brown #> 13740 Bernard Comrie #> 13840 Bernard Comrie #> 13853 Bernard Comrie #> 14016 Paul Kay and Luisa Maffi #> 14026 Paul Kay and Luisa Maffi #> 14150 Paul Kay and Luisa Maffi #> 14151 Paul Kay and Luisa Maffi #> 14165 Paul Kay and Luisa Maffi #> 14174 Paul Kay and Luisa Maffi #> 14320 Paul Kay and Luisa Maffi #> 14360 Paul Kay and Luisa Maffi #> 14605 Johanna Nichols and David A. Peterson #> 14610 Johanna Nichols and David A. Peterson #> 14817 Johanna Nichols and David A. Peterson #> 14824 Johanna Nichols and David A. Peterson #> 14896 Johanna Nichols and David A. Peterson #> 14904 Johanna Nichols and David A. Peterson #> 15112 Johanna Nichols and David A. Peterson #> 15229 Johanna Nichols and David A. Peterson #> 15372 Östen Dahl #> 15423 Östen Dahl #> 15438 Östen Dahl #> 15450 Östen Dahl #> 15454 Östen Dahl #> 15461 Östen Dahl #> 15466 Östen Dahl #> 15467 Östen Dahl #> 15468 Östen Dahl #> 15472 Östen Dahl #> 15473 Östen Dahl #> 15499 Östen Dahl #> 15509 Östen Dahl #> 15607 Rob Goedemans and Harry van der Hulst #> 15636 Rob Goedemans and Harry van der Hulst #> 15669 Rob Goedemans and Harry van der Hulst #> 15766 Rob Goedemans and Harry van der Hulst #> 15771 Rob Goedemans and Harry van der Hulst #> 15777 Rob Goedemans and Harry van der Hulst #> 15782 Rob Goedemans and Harry van der Hulst #> 15794 Rob Goedemans and Harry van der Hulst #> 15799 Rob Goedemans and Harry van der Hulst #> 15802 Rob Goedemans and Harry van der Hulst #> 15827 Rob Goedemans and Harry van der Hulst #> 15847 Rob Goedemans and Harry van der Hulst #> 15870 Rob Goedemans and Harry van der Hulst #> 15927 Rob Goedemans and Harry van der Hulst #> 15934 Rob Goedemans and Harry van der Hulst #> 16035 Rob Goedemans and Harry van der Hulst #> 16145 David Gil #> 16151 David Gil #> 16154 David Gil #> 16156 David Gil #> 16166 David Gil #> 16192 David Gil #> 16220 David Gil #> 16237 David Gil #> 16284 Matthew S. Dryer #> 16286 Matthew S. Dryer #> 16289 Matthew S. Dryer #> 16321 Matthew S. Dryer #> 16407 Matthew S. Dryer #> 16488 Matthew S. Dryer #> 16635 Matthew S. Dryer #> 16659 Matthew S. Dryer #> 16677 Matthew S. Dryer #> 16840 Matthew S. Dryer #> 16955 Matthew S. Dryer #> 16993 Matthew S. Dryer #> 17103 Matthew S. Dryer #> 17139 Matthew S. Dryer #> 17637 Matthew S. Dryer #> 17723 Matthew S. Dryer #> 17766 Matthew S. Dryer #> 17820 Matthew S. Dryer #> 17821 Matthew S. Dryer #> 17856 Matthew S. Dryer #> 17857 Matthew S. Dryer #> 17964 Matthew S. Dryer #> 18028 Matthew S. Dryer #> 18039 Matthew S. Dryer #> 18139 Matthew S. Dryer #> 18178 Matthew S. Dryer #> 18384 Matthew S. Dryer #> 18440 Matthew S. Dryer #> 18457 Matthew S. Dryer #> 18811 Matthew S. Dryer #> 18893 Matthew S. Dryer #> 19169 Matthew S. Dryer #> 19196 Matthew S. Dryer #> 19296 Matthew S. Dryer #> 19354 Matthew S. Dryer #> 19407 Matthew S. Dryer #> 19768 Matthew S. Dryer #> 19946 Matthew S. Dryer #> 19959 Matthew S. Dryer #> 20004 Matthew S. Dryer #> 20045 Matthew S. Dryer #> 20158 Matthew S. Dryer #> 20242 Matthew S. Dryer #> 20322 Matthew S. Dryer #> 20412 Matthew S. Dryer #> 20503 Matthew S. Dryer #> 20763 Matthew S. Dryer #> 20885 Matthew S. Dryer #> 21046 Matthew S. Dryer #> 21068 Matthew S. Dryer #> 21116 Matthew S. Dryer #> 21195 Matthew S. Dryer #> 21387 Matthew S. Dryer #> 21417 Matthew S. Dryer #> 21420 Matthew S. Dryer #> 21530 Matthew S. Dryer #> 21622 Matthew S. Dryer #> 21717 Matthew S. Dryer #> 21752 Matthew S. Dryer #> 21787 Matthew S. Dryer #> 21919 Matthew S. Dryer #> 22011 Matthew S. Dryer #> 22028 Matthew S. Dryer #> 22107 Matthew S. Dryer #> 22126 Matthew S. Dryer #> 22163 Matthew S. Dryer #> 22164 Matthew S. Dryer #> 22183 Matthew S. Dryer #> 22682 Matthew S. Dryer #> 22933 Matthew S. Dryer #> 22943 Matthew S. Dryer #> 22955 Matthew S. Dryer #> 22960 Matthew S. Dryer #> 23071 Matthew S. Dryer #> 23077 Matthew S. Dryer #> 23103 Matthew S. Dryer #> 23161 Matthew S. Dryer #> 23228 Matthew S. Dryer #> 23284 Matthew S. Dryer #> 23302 Matthew S. Dryer #> 23347 Matthew S. Dryer #> 23356 Matthew S. Dryer #> 23359 Matthew S. Dryer #> 23408 Matthew S. Dryer #> 23459 Matthew S. Dryer #> 23598 Matthew S. Dryer #> 23639 Matthew S. Dryer #> 23741 Matthew S. Dryer #> 23746 Matthew S. Dryer #> 23762 Matthew S. Dryer #> 23785 Matthew S. Dryer #> 23846 Matthew S. Dryer #> 23866 Matthew S. Dryer #> 23867 Matthew S. Dryer #> 23890 Matthew S. Dryer #> 24127 Matthew S. Dryer #> 24194 Matthew S. Dryer #> 24197 Matthew S. Dryer #> 24373 Matthew S. Dryer #> 24389 Matthew S. Dryer #> 24399 Matthew S. Dryer #> 24412 Matthew S. Dryer #> 24463 Matthew S. Dryer #> 24495 Matthew S. Dryer #> 24527 Matthew S. Dryer #> 24572 Matthew S. Dryer #> 24573 Matthew S. Dryer #> 24628 Matthew S. Dryer #> 24686 Matthew S. Dryer #> 24719 Matthew S. Dryer #> 24750 Matthew S. Dryer #> 24757 Matthew S. Dryer #> 24833 Matthew S. Dryer #> 24865 Matthew S. Dryer #> 24868 Matthew S. Dryer #> 25005 Matthew S. Dryer #> 25084 Matthew S. Dryer #> 25089 Matthew S. Dryer #> 25098 Matthew S. Dryer #> 25135 Matthew S. Dryer #> 25193 Matthew S. Dryer #> 25237 Matthew S. Dryer #> 25261 Matthew S. Dryer #> 25402 Matthew S. Dryer #> 25686 Matthew S. Dryer #> 25706 Matthew S. Dryer #> 25717 Matthew S. Dryer #> 25730 Matthew S. Dryer #> 25816 Matthew S. Dryer #> 25845 Matthew S. Dryer #> 25898 Matthew S. Dryer #> 25900 Matthew S. Dryer #> 28358 Matthew S. Dryer #> 28359 Matthew S. Dryer #> 28367 Matthew S. Dryer #> 28431 Matthew S. Dryer #> 28498 Matthew S. Dryer #> 28557 Matthew S. Dryer #> 28558 Matthew S. Dryer #> 28575 Matthew S. Dryer #> 28624 Matthew S. Dryer #> 28676 Matthew S. Dryer #> 28688 Matthew S. Dryer #> 28689 Matthew S. Dryer #> 28801 Matthew S. Dryer #> 28808 Matthew S. Dryer #> 28821 Matthew S. Dryer #> 28871 Matthew S. Dryer #> 28874 Matthew S. Dryer #> 28878 Matthew S. Dryer #> 28886 Matthew S. Dryer #> 28926 Matthew S. Dryer #> 29044 Rob Goedemans and Harry van der Hulst #> 29056 Rob Goedemans and Harry van der Hulst #> 29063 Rob Goedemans and Harry van der Hulst #> 29074 Rob Goedemans and Harry van der Hulst #> 29083 Rob Goedemans and Harry van der Hulst #> 29084 Rob Goedemans and Harry van der Hulst #> 29088 Rob Goedemans and Harry van der Hulst #> 29092 Rob Goedemans and Harry van der Hulst #> 29095 Rob Goedemans and Harry van der Hulst #> 29152 Rob Goedemans and Harry van der Hulst #> 29290 Rob Goedemans and Harry van der Hulst #> 29359 Rob Goedemans and Harry van der Hulst #> 29459 Rob Goedemans and Harry van der Hulst #> 29461 Rob Goedemans and Harry van der Hulst #> 29462 Rob Goedemans and Harry van der Hulst #> 29492 Rob Goedemans and Harry van der Hulst #> 29543 Rob Goedemans and Harry van der Hulst #> 29629 Rob Goedemans and Harry van der Hulst #> 29632 Rob Goedemans and Harry van der Hulst #> 29693 Rob Goedemans and Harry van der Hulst #> 29699 Rob Goedemans and Harry van der Hulst #> 29750 Rob Goedemans and Harry van der Hulst #> 29801 Rob Goedemans and Harry van der Hulst #> 29816 Rob Goedemans and Harry van der Hulst #> 29895 Rob Goedemans and Harry van der Hulst #> 29922 Rob Goedemans and Harry van der Hulst #> 29929 Rob Goedemans and Harry van der Hulst #> 29931 Rob Goedemans and Harry van der Hulst #> 29940 Rob Goedemans and Harry van der Hulst #> 29968 Rob Goedemans and Harry van der Hulst #> 29973 Rob Goedemans and Harry van der Hulst #> 29985 Rob Goedemans and Harry van der Hulst #> 30003 Rob Goedemans and Harry van der Hulst #> 30122 Rob Goedemans and Harry van der Hulst #> 30189 Rob Goedemans and Harry van der Hulst #> 30193 Rob Goedemans and Harry van der Hulst #> 30215 Rob Goedemans and Harry van der Hulst #> 30218 Rob Goedemans and Harry van der Hulst #> 30300 Rob Goedemans and Harry van der Hulst #> 30391 Ian Maddieson #> 30409 Ian Maddieson #> 30523 Ian Maddieson #> 30589 Ian Maddieson #> 30591 Ian Maddieson #> 30630 Ian Maddieson #> 30679 Ian Maddieson #> 30998 Ian Maddieson #> 31114 Ian Maddieson #> 31158 Ian Maddieson #> 31193 Ian Maddieson #> 31225 Ian Maddieson #> 31270 Ian Maddieson #> 31426 Ian Maddieson #> 31636 Ian Maddieson #> 31671 Ian Maddieson #> 31704 Ian Maddieson #> 31844 Ian Maddieson #> 31846 Ian Maddieson #> 31864 Ian Maddieson #> 31931 Ian Maddieson #> 32046 Balthasar Bickel and Johanna Nichols #> 32088 Balthasar Bickel and Johanna Nichols #> 32215 Balthasar Bickel and Johanna Nichols #> 32285 Balthasar Bickel and Johanna Nichols #> 32475 Balthasar Bickel and Johanna Nichols #> 32479 Balthasar Bickel and Johanna Nichols #> 32551 Balthasar Bickel and Johanna Nichols #> 32552 Balthasar Bickel and Johanna Nichols #> 32821 Johanna Nichols and Balthasar Bickel #> 32866 Johanna Nichols and Balthasar Bickel #> 32971 Johanna Nichols and Balthasar Bickel #> 33026 Johanna Nichols and Balthasar Bickel #> 33256 Johanna Nichols and Balthasar Bickel #> 33342 Johanna Nichols and Balthasar Bickel #> 33372 Johanna Nichols and Balthasar Bickel #> 33401 Johanna Nichols and Balthasar Bickel #> 33767 Matthew S. Dryer #> 33773 Matthew S. Dryer #> 33843 Matthew S. Dryer #> 34059 Matthew S. Dryer #> 34062 Matthew S. Dryer #> 34065 Matthew S. Dryer #> 34069 Matthew S. Dryer #> 34072 Matthew S. Dryer #> 34171 Matthew S. Dryer #> 34231 Matthew S. Dryer #> 34354 Matthew S. Dryer #> 34883 Carl Rubino #> 34891 Carl Rubino #> 34898 Carl Rubino #> 34901 Carl Rubino #> 34907 Carl Rubino #> 34910 Carl Rubino #> 34913 Carl Rubino #> 34915 Carl Rubino #> 35070 Matthew Baerman and Dunstan Brown #> 35071 Matthew Baerman and Dunstan Brown #> 35076 Matthew Baerman and Dunstan Brown #> 35189 Matthew Baerman and Dunstan Brown #> 35202 Matthew Baerman and Dunstan Brown #> 35235 Matthew Baerman and Dunstan Brown #> 35326 Ian Maddieson #> 35523 Ian Maddieson #> 35604 Ian Maddieson #> 35686 Ian Maddieson #> 35703 Ian Maddieson #> 35726 Ian Maddieson #> 35728 Ian Maddieson #> 36034 Greville G. Corbett #> 36060 Greville G. Corbett #> 36066 Greville G. Corbett #> 36302 Greville G. Corbett #> 36306 Greville G. Corbett #> 36329 Greville G. Corbett #> 36605 Greville G. Corbett #> 36628 Greville G. Corbett #> 36642 Greville G. Corbett #> 37036 Matthew S. Dryer #> 37037 Matthew S. Dryer #> 37138 Matthew S. Dryer #> 37142 Matthew S. Dryer #> 37145 Matthew S. Dryer #> 37196 Matthew S. Dryer #> 37206 Matthew S. Dryer #> 37216 Matthew S. Dryer #> 37286 Matthew S. Dryer #> 37334 Matthew S. Dryer #> 37365 Matthew S. Dryer #> 37903 Martin Haspelmath #> 37924 Martin Haspelmath #> 37929 Martin Haspelmath #> 37964 Martin Haspelmath #> 37986 Martin Haspelmath #> 38013 Martin Haspelmath #> 38118 Michael Daniel #> 38178 Michael Daniel #> 38223 Michael Daniel #> 38485 Michael Daniel and Edith Moravcsik #> 38486 Michael Daniel and Edith Moravcsik #> 38487 Michael Daniel and Edith Moravcsik #> 38498 Michael Daniel and Edith Moravcsik #> 38511 Michael Daniel and Edith Moravcsik #> 38514 Matthew S. Dryer #> 38521 Matthew S. Dryer #> 38572 Matthew S. Dryer #> 38582 Matthew S. Dryer #> 38589 Matthew S. Dryer #> 38597 Matthew S. Dryer #> 38639 Matthew S. Dryer #> 38702 Matthew S. Dryer #> 38724 Matthew S. Dryer #> 38820 Matthew S. Dryer #> 39142 Matthew S. Dryer #> 39246 Matthew S. Dryer #> 39259 Matthew S. Dryer #> 39284 Matthew S. Dryer #> 39297 Matthew S. Dryer #> 39318 Matthew S. Dryer #> 39322 Matthew S. Dryer #> 39386 Matthew S. Dryer #> 39417 Matthew S. Dryer #> 39423 Matthew S. Dryer #> 39435 Matthew S. Dryer #> 39711 Michael Cysouw #> 39726 Michael Cysouw #> 39796 Michael Cysouw #> 40316 Ian Maddieson #> 40357 Ian Maddieson #> 40368 Ian Maddieson #> 40387 Ian Maddieson #> 40491 Ian Maddieson #> 40493 Ian Maddieson #> 40504 Ian Maddieson #> 40605 Michael Cysouw #> 40623 Michael Cysouw #> 40647 Michael Cysouw #> 40708 Holger Diessel #> 40730 Holger Diessel #> 40819 Holger Diessel #> 40880 Holger Diessel #> 40906 Holger Diessel #> 40939 Holger Diessel #> 41058 Holger Diessel #> 41060 Holger Diessel #> 41094 Holger Diessel #> 41096 Holger Diessel #> 41197 D.N.S. Bhat #> 41303 D.N.S. Bhat #> 41340 D.N.S. Bhat #> 41365 Anna Siewierska #> 41427 Anna Siewierska #> 41449 Anna Siewierska #> 41468 Anna Siewierska #> 41477 Anna Siewierska #> 41751 Johannes Helmbrecht #> 41889 Johannes Helmbrecht #> 41893 Johannes Helmbrecht #> 41895 Johannes Helmbrecht #> 41897 Johannes Helmbrecht #> 41913 Johannes Helmbrecht #> 41917 Johannes Helmbrecht #> 41918 Johannes Helmbrecht #> 41921 Johannes Helmbrecht #> 41924 Johannes Helmbrecht #> 41931 Johannes Helmbrecht #> 42009 Martin Haspelmath #> 42156 Martin Haspelmath #> 42162 Martin Haspelmath #> 42205 Martin Haspelmath #> 42234 Martin Haspelmath #> 42260 Martin Haspelmath #> 42276 Ekkehard König and Peter Siemund with Stephan Töpper #> 42302 Ekkehard König and Peter Siemund with Stephan Töpper #> 42370 Ekkehard König and Peter Siemund with Stephan Töpper #> 42381 Ekkehard König and Peter Siemund with Stephan Töpper #> 42387 Ekkehard König and Peter Siemund with Stephan Töpper #> 42390 Ekkehard König and Peter Siemund with Stephan Töpper #> 42406 Ekkehard König and Peter Siemund with Stephan Töpper #> 42423 Ekkehard König and Peter Siemund with Stephan Töpper #> 42605 Dik Bakker #> 42668 Dik Bakker #> 42694 Dik Bakker #> 42782 Dik Bakker #> 42791 Dik Bakker #> 42843 Oliver A. Iggesen #> 42854 Oliver A. Iggesen #> 42875 Oliver A. Iggesen #> 42892 Oliver A. Iggesen #> 42906 Oliver A. Iggesen #> 42934 Oliver A. Iggesen #> 42941 Oliver A. Iggesen #> 43107 Ian Maddieson #> 43344 Ian Maddieson #> 43348 Ian Maddieson #> 43388 Ian Maddieson #> 43397 Ian Maddieson #> 43481 Ian Maddieson #> 43556 Ian Maddieson #> 43666 Oliver A. Iggesen #> 43715 Oliver A. Iggesen #> 43765 Oliver A. Iggesen #> 43827 Oliver A. Iggesen #> 43828 Oliver A. Iggesen #> 43850 Oliver A. Iggesen #> 43856 Oliver A. Iggesen #> 43956 Matthew S. Dryer #> 44412 Matthew S. Dryer #> 44415 Matthew S. Dryer #> 44544 Matthew S. Dryer #> 44550 Matthew S. Dryer #> 44648 Matthew S. Dryer #> 44714 Matthew S. Dryer #> 44725 Matthew S. Dryer #> 44732 Matthew S. Dryer #> 44844 Matthew S. Dryer #> 44945 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44954 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44958 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44961 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44978 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44979 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44999 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45006 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45016 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45258 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45331 Thomas Stolz and Ljuba N. Veselinova #> 45478 Thomas Stolz and Ljuba N. Veselinova #> 45486 Thomas Stolz and Ljuba N. Veselinova #> 45517 Thomas Stolz and Ljuba N. Veselinova #> 45520 Thomas Stolz and Ljuba N. Veselinova #> 45524 Thomas Stolz and Ljuba N. Veselinova #> 45540 Thomas Stolz and Ljuba N. Veselinova #> 45545 Thomas Stolz and Ljuba N. Veselinova #> 45551 Thomas Stolz and Ljuba N. Veselinova #> 45555 Thomas Stolz and Ljuba N. Veselinova #> 45559 Thomas Stolz and Ljuba N. Veselinova #> 45562 Thomas Stolz and Ljuba N. Veselinova #> 45564 Thomas Stolz and Ljuba N. Veselinova #> 45569 Thomas Stolz and Ljuba N. Veselinova #> 45571 Thomas Stolz and Ljuba N. Veselinova #> 45574 Thomas Stolz and Ljuba N. Veselinova #> 45614 David Gil #> 45643 David Gil #> 45644 David Gil #> 45801 David Gil #> 45914 David Gil #> 46262 David Gil #> 46855 Matthew S. Dryer #> 47012 Matthew S. Dryer #> 47054 Matthew S. Dryer #> 47126 Matthew S. Dryer #> 47175 Matthew S. Dryer #> 47208 Matthew S. Dryer #> 47247 Matthew S. Dryer #> 47302 Balthasar Bickel and Johanna Nichols #> 47467 Balthasar Bickel and Johanna Nichols #> 47618 Balthasar Bickel and Johanna Nichols #> 47670 Balthasar Bickel and Johanna Nichols #> 47825 Johanna Nichols and Balthasar Bickel #> 47835 Johanna Nichols and Balthasar Bickel #> 48076 Ian Maddieson #> 48087 Ian Maddieson #> 48198 Ian Maddieson #> 48285 Ian Maddieson #> 48441 Ian Maddieson #> 48451 Ian Maddieson #> 48495 Ian Maddieson #> 48631 David Gil #> 48697 David Gil #> 48737 David Gil #> 48798 David Gil #> 48870 Maria Koptjevskaja-Tamm #> 48872 Maria Koptjevskaja-Tamm #> 48877 Maria Koptjevskaja-Tamm #> 48912 Maria Koptjevskaja-Tamm #> 48983 Leon Stassen #> 48996 Leon Stassen #> 49020 Leon Stassen #> 49029 Leon Stassen #> 49044 Leon Stassen #> 49101 Leon Stassen #> 49232 Martin Haspelmath #> 49269 Martin Haspelmath #> 49302 Martin Haspelmath #> 49548 Östen Dahl and Viveka Velupillai #> 49552 Östen Dahl and Viveka Velupillai #> 49593 Östen Dahl and Viveka Velupillai #> 49597 Östen Dahl and Viveka Velupillai #> 49758 Östen Dahl and Viveka Velupillai #> 49810 Östen Dahl and Viveka Velupillai #> 49823 Östen Dahl and Viveka Velupillai #> 49829 Östen Dahl and Viveka Velupillai #> 49964 Östen Dahl and Viveka Velupillai #> 50056 Östen Dahl and Viveka Velupillai #> 50130 Östen Dahl and Viveka Velupillai #> 50142 Östen Dahl and Viveka Velupillai #> 50182 Östen Dahl and Viveka Velupillai #> 50184 Östen Dahl and Viveka Velupillai #> 50332 Östen Dahl and Viveka Velupillai #> 50338 Östen Dahl and Viveka Velupillai #> 50658 Matthew S. Dryer #> 50727 Matthew S. Dryer #> 50758 Matthew S. Dryer #> 50800 Matthew S. Dryer #> 50977 Matthew S. Dryer #> 51099 Matthew S. Dryer #> 51109 Matthew S. Dryer #> 51116 Matthew S. Dryer #> 51215 Matthew S. Dryer #> 51243 Matthew S. Dryer #> 51329 Matthew S. Dryer #> 51566 Ian Maddieson #> 51606 Ian Maddieson #> 51635 Ian Maddieson #> 51690 Ian Maddieson #> 51818 Ian Maddieson #> 51916 Ian Maddieson #> 51941 Ian Maddieson #> 52110 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52120 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52184 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52206 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52295 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52310 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52388 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52393 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52394 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52402 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52410 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52420 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52423 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52434 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52496 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52686 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52726 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52854 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52905 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52948 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52959 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52961 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52968 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52971 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52980 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52996 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52998 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53238 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53259 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53325 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53358 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53370 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53392 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53422 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53449 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53508 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53575 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53718 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53726 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53902 Johan van der Auwera and Andreas Ammann #> 53904 Johan van der Auwera and Andreas Ammann #> 53930 Johan van der Auwera and Andreas Ammann #> 53967 Johan van der Auwera and Andreas Ammann #> 53982 Johan van der Auwera and Andreas Ammann #> 54004 Johan van der Auwera and Andreas Ammann #> 54006 Johan van der Auwera and Andreas Ammann #> 54020 Johan van der Auwera and Andreas Ammann #> 54083 Johan van der Auwera and Andreas Ammann #> 54095 Johan van der Auwera and Andreas Ammann #> 54102 Johan van der Auwera and Andreas Ammann #> 54110 Johan van der Auwera and Andreas Ammann #> 54131 Johan van der Auwera and Andreas Ammann #> 54133 Johan van der Auwera and Andreas Ammann #> 54134 Johan van der Auwera and Andreas Ammann #> 54225 Johan van der Auwera and Andreas Ammann #> 54313 Johan van der Auwera and Andreas Ammann #> 54317 Johan van der Auwera and Andreas Ammann #> 54324 Johan van der Auwera and Andreas Ammann #> 54325 Johan van der Auwera and Andreas Ammann #> 54328 Johan van der Auwera and Andreas Ammann #> 54343 Johan van der Auwera and Andreas Ammann #> 54352 Johan van der Auwera and Andreas Ammann #> 54362 Johan van der Auwera and Andreas Ammann #> 54572 Ferdinand de Haan #> 54603 Ferdinand de Haan #> 54666 Ferdinand de Haan #> 54699 Ferdinand de Haan #> 54777 Ferdinand de Haan #> 54983 Ferdinand de Haan #> 55056 Ferdinand de Haan #> 55105 Ferdinand de Haan #> 55117 Ferdinand de Haan #> 55344 Ferdinand de Haan #> 55402 Ljuba N. Veselinova #> 55407 Ljuba N. Veselinova #> 55413 Ljuba N. Veselinova #> 55558 Ljuba N. Veselinova #> 55568 Ljuba N. Veselinova #> 55709 Ljuba N. Veselinova #> 55856 Ian Maddieson #> 55859 Ian Maddieson #> 55916 Ian Maddieson #> 55971 Ian Maddieson #> 55982 Ian Maddieson #> 56049 Ian Maddieson #> 56148 Ian Maddieson #> 56346 Ljuba N. Veselinova #> 56385 Ljuba N. Veselinova #> 56407 Ljuba N. Veselinova #> 57106 Matthew S. Dryer #> 57109 Matthew S. Dryer #> 57334 Matthew S. Dryer #> 57410 Matthew S. Dryer #> 57467 Matthew S. Dryer #> 57472 Matthew S. Dryer #> 57518 Matthew S. Dryer #> 57525 Matthew S. Dryer #> 57537 Matthew S. Dryer #> 57549 Matthew S. Dryer #> 57585 Matthew S. Dryer #> 57629 Matthew S. Dryer #> 57643 Matthew S. Dryer #> 57646 Matthew S. Dryer #> 58103 Matthew S. Dryer #> 58377 Matthew S. Dryer #> 58513 Matthew S. Dryer #> 58731 Matthew S. Dryer #> 58876 Matthew S. Dryer #> 58893 Matthew S. Dryer #> 59260 Matthew S. Dryer #> 59264 Matthew S. Dryer #> 59315 Matthew S. Dryer #> 59326 Matthew S. Dryer #> 59331 Matthew S. Dryer #> 59346 Matthew S. Dryer #> 59365 Matthew S. Dryer #> 59427 Matthew S. Dryer #> 60173 Matthew S. Dryer #> 60282 Matthew S. Dryer #> 60380 Matthew S. Dryer #> 60466 Matthew S. Dryer #> 60597 Matthew S. Dryer #> 60622 Matthew S. Dryer #> 60630 Matthew S. Dryer #> 60652 Matthew S. Dryer #> 60663 Matthew S. Dryer #> 60671 Matthew S. Dryer #> 60765 Matthew S. Dryer #> 60769 Matthew S. Dryer #> 60843 Matthew S. Dryer #> 60856 Matthew S. Dryer #> 60962 Matthew S. Dryer with Orin D. Gensler #> 61026 Matthew S. Dryer with Orin D. Gensler #> 61077 Matthew S. Dryer with Orin D. Gensler #> 61099 Matthew S. Dryer with Orin D. Gensler #> 61169 Matthew S. Dryer with Orin D. Gensler #> 62067 Matthew S. Dryer #> 62173 Matthew S. Dryer #> 62195 Matthew S. Dryer #> 62208 Matthew S. Dryer #> 62248 Matthew S. Dryer #> 62360 Matthew S. Dryer #> 62388 Matthew S. Dryer #> 62421 Matthew S. Dryer #> 62432 Matthew S. Dryer #> 62528 Matthew S. Dryer #> 62545 Matthew S. Dryer #> 63356 Matthew S. Dryer #> 63359 Matthew S. Dryer #> 63436 Matthew S. Dryer #> 63502 Matthew S. Dryer #> 63567 Matthew S. Dryer #> 63598 Matthew S. Dryer #> 63654 Matthew S. Dryer #> 63666 Matthew S. Dryer #> 63709 Matthew S. Dryer #> 63713 Matthew S. Dryer #> 63734 Matthew S. Dryer #> 63745 Matthew S. Dryer #> 64286 Matthew S. Dryer #> 64340 Matthew S. Dryer #> 64405 Matthew S. Dryer #> 64478 Matthew S. Dryer #> 64639 Matthew S. Dryer #> 64681 Matthew S. Dryer #> 64786 Matthew S. Dryer #> 64790 Matthew S. Dryer #> 64835 Matthew S. Dryer #> 64882 Matthew S. Dryer #> 64997 Matthew S. Dryer #> 65050 Matthew S. Dryer #> 65112 Matthew S. Dryer #> 65279 Matthew S. Dryer #> 65428 Matthew S. Dryer #> 65473 Matthew S. Dryer #> 65558 Matthew S. Dryer #> 65592 Matthew S. Dryer #> 65702 Matthew S. Dryer #> 66121 Matthew S. Dryer #> 66204 Matthew S. Dryer #> 66298 Matthew S. Dryer #> 66308 Matthew S. Dryer #> 66323 Matthew S. Dryer #> 66424 Matthew S. Dryer #> 66485 Matthew S. Dryer #> 66523 Matthew S. Dryer #> 66543 Matthew S. Dryer #> 66581 Matthew S. Dryer #> 66623 Matthew S. Dryer #> 66661 Matthew S. Dryer #> 66691 Matthew S. Dryer #> 66729 Matthew S. Dryer #> 66779 Matthew S. Dryer #> 66802 Matthew S. Dryer #> 66887 Matthew S. Dryer #> 66925 Matthew S. Dryer #> 67944 Gregory D.S. Anderson #> 68085 Gregory D.S. Anderson #> 68100 Gregory D.S. Anderson #> 68121 Matthew S. Dryer #> 68190 Matthew S. Dryer #> 68202 Matthew S. Dryer #> 68237 Matthew S. Dryer #> 68292 Matthew S. Dryer #> 68294 Matthew S. Dryer #> 68366 Matthew S. Dryer #> 68398 Matthew S. Dryer #> 68412 Matthew S. Dryer #> 68459 Matthew S. Dryer #> 68499 Matthew S. Dryer #> 68521 Matthew S. Dryer #> 68633 Matthew S. Dryer #> 69157 Matthew S. Dryer #> 69181 Matthew S. Dryer #> 69200 Matthew S. Dryer #> 69227 Matthew S. Dryer #> 69239 Matthew S. Dryer #> 69250 Matthew S. Dryer #> 69306 Matthew S. Dryer #> 69372 Matthew S. Dryer #> 69434 Matthew S. Dryer #> 69455 Matthew S. Dryer #> 69518 Matthew S. Dryer #> 69542 Matthew S. Dryer #> 69621 Matthew S. Dryer #> 69841 Matthew S. Dryer #> 69896 Matthew S. Dryer #> 69929 Matthew S. Dryer #> 69949 Matthew S. Dryer #> 69995 Matthew S. Dryer #> 70013 Matthew S. Dryer #> 70049 Matthew S. Dryer #> 70275 Matthew S. Dryer #> 70278 Matthew S. Dryer #> 70334 Matthew S. Dryer #> 70376 Matthew S. Dryer #> 70399 Matthew S. Dryer #> 70403 Matthew S. Dryer #> 70432 Matthew S. Dryer #> 70438 Matthew S. Dryer #> 70443 Matthew S. Dryer #> 70855 Matthew S. Dryer #> 70894 Matthew S. Dryer #> 70938 Matthew S. Dryer #> 70995 Matthew S. Dryer #> 71155 Matthew S. Dryer #> 71245 Matthew S. Dryer #> 71253 Matthew S. Dryer #> 71334 Matthew S. Dryer #> 71369 Matthew S. Dryer #> 71390 Matthew S. Dryer #> 71398 Matthew S. Dryer #> 71433 Matthew S. Dryer #> 71785 Matthew S. Dryer #> 72240 Matthew S. Dryer #> 72294 Matthew S. Dryer #> 72332 Matthew S. Dryer #> 72333 Matthew S. Dryer #> 72343 Matthew S. Dryer #> 72364 Matthew S. Dryer #> 72387 Matthew S. Dryer #> 72454 Matthew S. Dryer #> 72460 Matthew S. Dryer #> 72492 Matthew S. Dryer #> 72502 Matthew S. Dryer #> 73388 Matthew S. Dryer #> 73407 Matthew S. Dryer #> 73417 Matthew S. Dryer #> 73514 Matthew S. Dryer #> 73544 Matthew S. Dryer #> 73583 Matthew S. Dryer #> 73600 Matthew S. Dryer #> 73612 Matthew S. Dryer #> 73634 Matthew S. Dryer #> 73718 Matthew S. Dryer #> 73729 Matthew S. Dryer #> 74161 Matthew S. Dryer #> 74175 Matthew S. Dryer #> 74183 Matthew S. Dryer #> 74250 Matthew S. Dryer #> 74261 Matthew S. Dryer #> 74296 Matthew S. Dryer #> 74316 Matthew S. Dryer #> 74340 Matthew S. Dryer #> 74412 Matthew S. Dryer #> 74422 Matthew S. Dryer #> 74433 Matthew S. Dryer #> 74446 Matthew S. Dryer #> 74475 Matthew S. Dryer #> 75486 Matthew S. Dryer #> 75510 Matthew S. Dryer #> 75576 Matthew S. Dryer #> 75610 Matthew S. Dryer #> 75624 Matthew S. Dryer #> 75637 Matthew S. Dryer #> 75654 Matthew S. Dryer #> 75670 Matthew S. Dryer #> 75724 Matthew S. Dryer #> 75761 Matthew S. Dryer #> 75797 Matthew S. Dryer #> 75818 Matthew S. Dryer #> 75833 Matthew S. Dryer #> 76108 Bernard Comrie #> 76165 Bernard Comrie #> 76225 Bernard Comrie #> 76374 Bernard Comrie #> 76377 Bernard Comrie #> 76390 Bernard Comrie
# The same thing: filter_WALS(genus %in% c("Celtic", "Romance"))
#> combined_ID feature_ID #> 224 1A-rsc 1A #> 264 1A-rom 1A #> 281 1A-fre 1A #> 297 1A-bre 1A #> 320 1A-spa 1A #> 326 1A-ctl 1A #> 554 1A-ird 1A #> 573 10A-fre 10A #> 735 10A-iri 10A #> 740 10A-spa 10A #> 1011 100A-spa 100A #> 1015 100A-iri 100A #> 1047 100A-wel 100A #> 1099 100A-ita 100A #> 1131 100A-fre 100A #> 1278 101A-fre 101A #> 1307 101A-gae 101A #> 1347 101A-por 101A #> 1477 101A-spa 101A #> 1481 101A-ctl 101A #> 1485 101A-ita 101A #> 1575 101A-crn 101A #> 1623 101A-bre 101A #> 1911 101A-iri 101A #> 2041 102A-wel 102A #> 2053 102A-iri 102A #> 2071 102A-fre 102A #> 2075 102A-ita 102A #> 2130 102A-spa 102A #> 2431 103A-spa 103A #> 2469 103A-wel 103A #> 2509 103A-ita 103A #> 2531 103A-iri 103A #> 2574 103A-fre 103A #> 2767 104A-fre 104A #> 2775 104A-wel 104A #> 2792 104A-iri 104A #> 2796 104A-ita 104A #> 3018 104A-spa 104A #> 3173 105A-fre 105A #> 3189 105A-ita 105A #> 3252 105A-spa 105A #> 3573 106A-fre 106A #> 3577 106A-spa 106A #> 3671 107A-iri 107A #> 3698 107A-fre 107A #> 3701 107A-spa 107A #> 3754 107A-ita 107A #> 3781 107A-wel 107A #> 4069 108A-gae 108A #> 4148 108A-spa 108A #> 4159 108A-fre 108A #> 4237 108B-gae 108B #> 4253 108B-fre 108B #> 4296 108B-spa 108B #> 4496 109A-fre 109A #> 4513 109A-spa 109A #> 4560 109A-gae 109A #> 4659 109B-spa 109B #> 4660 109B-gae 109B #> 4722 109B-fre 109B #> 5001 11A-ird 11A #> 5086 11A-spa 11A #> 5094 11A-rom 11A #> 5105 11A-ctl 11A #> 5233 11A-rsc 11A #> 5279 11A-fre 11A #> 5294 11A-bre 11A #> 5411 110A-iri 110A #> 5423 110A-spa 110A #> 5430 111A-iri 111A #> 5719 111A-fre 111A #> 5734 111A-spa 111A #> 6154 112A-rsu 112A #> 6157 112A-wec 112A #> 6240 112A-por 112A #> 6260 112A-iri 112A #> 6265 112A-srd 112A #> 6322 112A-gae 112A #> 6392 112A-spa 112A #> 6403 112A-fre 112A #> 6449 112A-ita 112A #> 6496 112A-crn 112A #> 6570 112A-rom 112A #> 6594 112A-ctl 112A #> 6623 112A-wel 112A #> 6869 112A-bre 112A #> 6909 113A-ita 113A #> 6914 113A-fre 113A #> 6918 113A-spa 113A #> 7093 113A-iri 113A #> 7265 114A-iri 114A #> 7380 114A-fre 114A #> 7409 114A-spa 114A #> 7436 114A-ita 114A #> 7550 115A-rom 115A #> 7626 115A-iri 115A #> 7655 115A-ctl 115A #> 7672 115A-por 115A #> 7674 115A-ita 115A #> 7677 115A-spa 115A #> 7680 115A-fre 115A #> 7771 116A-por 116A #> 7882 116A-fre 116A #> 7911 116A-srd 116A #> 7938 116A-bre 116A #> 8079 116A-wel 116A #> 8179 116A-crn 116A #> 8183 116A-iri 116A #> 8280 116A-gae 116A #> 8469 116A-spa 116A #> 8521 116A-rom 116A #> 8531 116A-ctl 116A #> 8619 116A-ita 116A #> 8669 117A-gae 117A #> 8671 117A-wel 117A #> 8672 117A-iri 117A #> 8694 117A-bre 117A #> 8845 117A-rom 117A #> 8867 117A-spa 117A #> 9059 118A-rom 118A #> 9064 118A-gae 118A #> 9118 118A-spa 118A #> 9121 118A-bre 118A #> 9123 118A-fre 118A #> 9134 118A-wel 118A #> 9150 118A-iri 118A #> 9293 119A-wel 119A #> 9363 119A-iri 119A #> 9402 119A-gae 119A #> 9466 119A-spa 119A #> 9550 119A-rom 119A #> 9586 119A-bre 119A #> 9587 119A-fre 119A #> 9723 12A-ctl 12A #> 9725 12A-spa 12A #> 9998 12A-bre 12A #> 10021 12A-fre 12A #> 10027 12A-rsc 12A #> 10048 12A-ird 12A #> 10209 120A-iri 120A #> 10220 120A-rom 120A #> 10258 120A-gae 120A #> 10270 120A-spa 120A #> 10272 120A-fre 120A #> 10332 120A-bre 120A #> 10333 120A-wel 120A #> 10610 121A-bre 121A #> 10680 121A-gae 121A #> 10693 121A-fre 121A #> 10694 121A-spa 121A #> 10697 121A-iri 121A #> 10705 122A-ita 122A #> 10710 122A-fre 122A #> 10790 122A-gae 122A #> 10851 122A-iri 122A #> 10862 122A-spa 122A #> 10868 123A-fre 123A #> 10873 123A-ita 123A #> 10876 123A-spa 123A #> 10899 123A-gae 123A #> 10913 123A-iri 123A #> 11022 124A-fre 124A #> 11107 124A-spa 124A #> 11138 124A-rom 124A #> 11310 125A-iri 125A #> 11331 125A-ita 125A #> 11389 125A-fre 125A #> 11419 125A-spa 125A #> 11519 126A-fre 126A #> 11521 126A-spa 126A #> 11530 126A-iri 126A #> 11531 126A-ita 126A #> 11699 127A-spa 127A #> 11702 127A-iri 127A #> 11706 127A-fre 127A #> 11719 127A-ita 127A #> 11831 128A-iri 128A #> 11898 128A-spa 128A #> 11902 128A-ita 128A #> 11904 128A-fre 128A #> 12159 129A-gae 129A #> 12163 129A-rom 129A #> 12201 129A-ctl 129A #> 12258 129A-spa 129A #> 12273 129A-bre 129A #> 12307 129A-wel 129A #> 12392 129A-crn 129A #> 12423 129A-por 129A #> 12458 129A-iri 129A #> 12460 129A-ita 129A #> 12521 129A-fre 129A #> 12540 13A-spa 13A #> 12594 13A-fre 13A #> 12597 13A-rsc 13A #> 12700 13A-bre 13A #> 12728 13A-ird 13A #> 12777 13A-ctl 13A #> 12782 13A-rom 13A #> 13163 130A-wel 130A #> 13177 130A-por 130A #> 13219 130A-spa 130A #> 13242 130A-ita 130A #> 13252 130A-bre 130A #> 13265 130A-fre 130A #> 13284 130A-iri 130A #> 13324 130A-ctl 130A #> 13438 130A-crn 130A #> 13461 130A-gae 130A #> 13591 130A-rom 130A #> 13740 131A-spa 131A #> 13840 131A-fre 131A #> 13853 131A-iri 131A #> 14016 132A-spa 132A #> 14026 132A-fre 132A #> 14150 133A-fre 133A #> 14151 133A-spa 133A #> 14165 134A-fre 134A #> 14174 134A-spa 134A #> 14320 135A-fre 135A #> 14360 135A-spa 135A #> 14605 136A-spa 136A #> 14610 136A-fre 136A #> 14817 136B-fre 136B #> 14824 136B-spa 136B #> 14896 137A-spa 137A #> 14904 137A-fre 137A #> 15112 137B-fre 137B #> 15229 137B-spa 137B #> 15372 138A-mol 138A #> 15423 138A-por 138A #> 15438 138A-fre 138A #> 15450 138A-ita 138A #> 15454 138A-rmc 138A #> 15461 138A-ctl 138A #> 15466 138A-bre 138A #> 15467 138A-spa 138A #> 15468 138A-occ 138A #> 15472 138A-wel 138A #> 15473 138A-ast 138A #> 15499 138A-pro 138A #> 15509 138A-iri 138A #> 15607 14A-por 14A #> 15636 14A-ita 14A #> 15669 14A-rom 14A #> 15766 14A-rsm 14A #> 15771 14A-srd 14A #> 15777 14A-fre 14A #> 15782 14A-ctl 14A #> 15794 14A-spa 14A #> 15799 14A-occ 14A #> 15802 14A-irm 14A #> 15827 14A-iri 14A #> 15847 14A-mnx 14A #> 15870 14A-gae 14A #> 15927 14A-wel 14A #> 15934 14A-crn 14A #> 16035 14A-bre 14A #> 16145 142A-itn 142A #> 16151 142A-ita 142A #> 16154 142A-itb 142A #> 16156 142A-itg 142A #> 16166 142A-ifi 142A #> 16192 142A-iri 142A #> 16220 142A-spa 142A #> 16237 142A-spc 142A #> 16284 143A-por 143A #> 16286 143A-spa 143A #> 16289 143A-gae 143A #> 16321 143A-srd 143A #> 16407 143A-rom 143A #> 16488 143A-iri 143A #> 16635 143A-wel 143A #> 16659 143A-ita 143A #> 16677 143A-crn 143A #> 16840 143A-bre 143A #> 16955 143A-ctl 143A #> 16993 143A-fre 143A #> 17103 143A-rsu 143A #> 17139 143A-wec 143A #> 17637 143B-bre 143B #> 17723 143C-ctl 143C #> 17766 143C-fre 143C #> 17820 143E-crn 143E #> 17821 143E-gae 143E #> 17856 143E-por 143E #> 17857 143E-bre 143E #> 17964 143E-rom 143E #> 18028 143E-srd 143E #> 18039 143E-spa 143E #> 18139 143E-ctl 143E #> 18178 143E-wel 143E #> 18384 143E-ita 143E #> 18440 143E-iri 143E #> 18457 143E-fre 143E #> 18811 143E-rsu 143E #> 18893 143E-wec 143E #> 19169 143F-bre 143F #> 19196 143F-rsu 143F #> 19296 143F-fre 143F #> 19354 143F-ctl 143F #> 19407 143F-wec 143F #> 19768 143F-srd 143F #> 19946 143F-rom 143F #> 19959 143F-gae 143F #> 20004 143F-spa 143F #> 20045 143F-crn 143F #> 20158 143F-ita 143F #> 20242 143F-iri 143F #> 20322 143F-wel 143F #> 20412 143F-por 143F #> 20503 143G-bre 143G #> 20763 143G-ita 143G #> 20885 143G-ctl 143G #> 21046 143G-spa 143G #> 21068 143G-wel 143G #> 21116 143G-rsu 143G #> 21195 143G-gae 143G #> 21387 143G-wec 143G #> 21417 143G-rom 143G #> 21420 143G-srd 143G #> 21530 143G-fre 143G #> 21622 143G-por 143G #> 21717 143G-iri 143G #> 21752 143G-crn 143G #> 21787 144A-wec 144A #> 21919 144A-bre 144A #> 22011 144A-fre 144A #> 22028 144A-ctl 144A #> 22107 144A-ita 144A #> 22126 144A-rom 144A #> 22163 144A-por 144A #> 22164 144A-spa 144A #> 22183 144A-srd 144A #> 22682 144A-rsu 144A #> 22933 144A-wel 144A #> 22943 144A-crn 144A #> 22955 144A-gae 144A #> 22960 144A-iri 144A #> 23071 144B-ita 144B #> 23077 144B-por 144B #> 23103 144B-crn 144B #> 23161 144B-gae 144B #> 23228 144B-iri 144B #> 23284 144B-wel 144B #> 23302 144B-ctl 144B #> 23347 144B-spa 144B #> 23356 144B-rom 144B #> 23359 144B-srd 144B #> 23408 144B-fre 144B #> 23459 144B-wec 144B #> 23598 144C-crn 144C #> 23639 144D-rsu 144D #> 23741 144D-bre 144D #> 23746 144D-ctl 144D #> 23762 144D-fre 144D #> 23785 144D-por 144D #> 23846 144D-rom 144D #> 23866 144D-spa 144D #> 23867 144D-ita 144D #> 23890 144D-srd 144D #> 24127 144F-bre 144F #> 24194 144G-fre 144G #> 24197 144G-ctl 144G #> 24373 144H-bre 144H #> 24389 144H-rsu 144H #> 24399 144H-ita 144H #> 24412 144H-por 144H #> 24463 144H-ctl 144H #> 24495 144H-spa 144H #> 24527 144H-srd 144H #> 24572 144H-fre 144H #> 24573 144H-rom 144H #> 24628 144I-spa 144I #> 24686 144I-srd 144I #> 24719 144I-rom 144I #> 24750 144I-por 144I #> 24757 144I-ita 144I #> 24833 144I-ctl 144I #> 24865 144I-bre 144I #> 24868 144I-fre 144I #> 25005 144I-rsu 144I #> 25084 144J-fre 144J #> 25089 144J-bre 144J #> 25098 144J-ctl 144J #> 25135 144J-por 144J #> 25193 144J-spa 144J #> 25237 144J-ita 144J #> 25261 144J-srd 144J #> 25402 144J-rom 144J #> 25686 144K-por 144K #> 25706 144K-fre 144K #> 25717 144K-spa 144K #> 25730 144K-ita 144K #> 25816 144K-ctl 144K #> 25845 144K-rom 144K #> 25898 144K-bre 144K #> 25900 144K-srd 144K #> 28358 144T-iri 144T #> 28359 144T-wel 144T #> 28367 144T-gae 144T #> 28431 144T-wec 144T #> 28498 144T-crn 144T #> 28557 144V-gae 144V #> 28558 144V-iri 144V #> 28575 144V-wel 144V #> 28624 144V-crn 144V #> 28676 144V-wec 144V #> 28688 144W-wec 144W #> 28689 144W-crn 144W #> 28801 144W-gae 144W #> 28808 144W-wel 144W #> 28821 144W-iri 144W #> 28871 144X-iri 144X #> 28874 144X-crn 144X #> 28878 144X-wel 144X #> 28886 144X-gae 144X #> 28926 144X-wec 144X #> 29044 15A-por 15A #> 29056 15A-srd 15A #> 29063 15A-spa 15A #> 29074 15A-ita 15A #> 29083 15A-occ 15A #> 29084 15A-ctl 15A #> 29088 15A-fre 15A #> 29092 15A-rsm 15A #> 29095 15A-rom 15A #> 29152 15A-irm 15A #> 29290 15A-crn 15A #> 29359 15A-mnx 15A #> 29459 15A-wel 15A #> 29461 15A-gae 15A #> 29462 15A-iri 15A #> 29492 15A-bre 15A #> 29543 16A-gae 16A #> 29629 16A-wel 16A #> 29632 16A-mnx 16A #> 29693 16A-srd 16A #> 29699 16A-crn 16A #> 29750 16A-bre 16A #> 29801 16A-iri 16A #> 29816 16A-irm 16A #> 29895 16A-fre 16A #> 29922 16A-rom 16A #> 29929 16A-ctl 16A #> 29931 16A-ita 16A #> 29940 16A-por 16A #> 29968 16A-spa 16A #> 29973 16A-occ 16A #> 29985 16A-rsm 16A #> 30003 17A-crn 17A #> 30122 17A-spa 17A #> 30189 17A-gae 17A #> 30193 17A-fre 17A #> 30215 17A-iri 17A #> 30218 17A-ita 17A #> 30300 17A-ctl 17A #> 30391 18A-rom 18A #> 30409 18A-fre 18A #> 30523 18A-ird 18A #> 30589 18A-bre 18A #> 30591 18A-rsc 18A #> 30630 18A-spa 18A #> 30679 18A-ctl 18A #> 30998 19A-rom 19A #> 31114 19A-rsc 19A #> 31158 19A-ird 19A #> 31193 19A-bre 19A #> 31225 19A-fre 19A #> 31270 19A-ctl 19A #> 31426 19A-spa 19A #> 31636 2A-spa 2A #> 31671 2A-ird 2A #> 31704 2A-rsc 2A #> 31844 2A-rom 2A #> 31846 2A-bre 2A #> 31864 2A-fre 2A #> 31931 2A-ctl 2A #> 32046 20A-spa 20A #> 32088 20A-fre 20A #> 32215 21A-spa 21A #> 32285 21A-fre 21A #> 32475 21B-spa 21B #> 32479 21B-fre 21B #> 32551 22A-spa 22A #> 32552 22A-fre 22A #> 32821 23A-spa 23A #> 32866 23A-fre 23A #> 32971 24A-fre 24A #> 33026 24A-spa 24A #> 33256 25A-spa 25A #> 33342 25A-fre 25A #> 33372 25B-spa 25B #> 33401 25B-fre 25B #> 33767 26A-por 26A #> 33773 26A-ita 26A #> 33843 26A-fre 26A #> 34059 26A-spa 26A #> 34062 26A-crn 26A #> 34065 26A-wel 26A #> 34069 26A-rom 26A #> 34072 26A-srd 26A #> 34171 26A-bre 26A #> 34231 26A-gae 26A #> 34354 26A-iri 26A #> 34883 27A-fre 27A #> 34891 27A-gae 27A #> 34898 27A-ita 27A #> 34901 27A-iri 27A #> 34907 27A-ctl 27A #> 34910 27A-por 27A #> 34913 27A-spa 27A #> 34915 27A-wel 27A #> 35070 28A-spa 28A #> 35071 28A-iri 28A #> 35076 28A-fre 28A #> 35189 29A-fre 29A #> 35202 29A-spa 29A #> 35235 29A-iri 29A #> 35326 3A-fre 3A #> 35523 3A-spa 3A #> 35604 3A-ctl 3A #> 35686 3A-bre 3A #> 35703 3A-rom 3A #> 35726 3A-ird 3A #> 35728 3A-rsc 3A #> 36034 30A-gae 30A #> 36060 30A-spa 30A #> 36066 30A-fre 30A #> 36302 31A-gae 31A #> 36306 31A-spa 31A #> 36329 31A-fre 31A #> 36605 32A-gae 32A #> 36628 32A-fre 32A #> 36642 32A-spa 32A #> 37036 33A-por 33A #> 37037 33A-spa 33A #> 37138 33A-fre 33A #> 37142 33A-srd 33A #> 37145 33A-rom 33A #> 37196 33A-bre 33A #> 37206 33A-ita 33A #> 37216 33A-crn 33A #> 37286 33A-wel 33A #> 37334 33A-iri 33A #> 37365 33A-gae 33A #> 37903 34A-por 34A #> 37924 34A-fre 34A #> 37929 34A-spa 34A #> 37964 34A-rom 34A #> 37986 34A-iri 34A #> 38013 34A-ita 34A #> 38118 35A-iri 35A #> 38178 35A-spa 35A #> 38223 35A-fre 35A #> 38485 36A-ita 36A #> 38486 36A-por 36A #> 38487 36A-iri 36A #> 38498 36A-spa 36A #> 38511 36A-fre 36A #> 38514 37A-bre 37A #> 38521 37A-ita 37A #> 38572 37A-spa 37A #> 38582 37A-por 37A #> 38589 37A-wel 37A #> 38597 37A-fre 37A #> 38639 37A-crn 37A #> 38702 37A-gae 37A #> 38724 37A-iri 37A #> 38820 37A-rom 37A #> 39142 38A-bre 38A #> 39246 38A-por 38A #> 39259 38A-ita 38A #> 39284 38A-ctl 38A #> 39297 38A-fre 38A #> 39318 38A-rom 38A #> 39322 38A-spa 38A #> 39386 38A-crn 38A #> 39417 38A-gae 38A #> 39423 38A-iri 38A #> 39435 38A-wel 38A #> 39711 39A-fre 39A #> 39726 39A-iri 39A #> 39796 39A-spa 39A #> 40316 4A-spa 4A #> 40357 4A-fre 4A #> 40368 4A-rsc 4A #> 40387 4A-ird 4A #> 40491 4A-rom 4A #> 40493 4A-bre 4A #> 40504 4A-ctl 4A #> 40605 40A-spa 40A #> 40623 40A-iri 40A #> 40647 40A-fre 40A #> 40708 41A-fre 41A #> 40730 41A-wel 41A #> 40819 41A-ita 41A #> 40880 41A-spa 41A #> 40906 41A-iri 41A #> 40939 42A-iri 42A #> 41058 42A-spa 42A #> 41060 42A-ita 42A #> 41094 42A-fre 42A #> 41096 42A-wel 42A #> 41197 43A-spa 43A #> 41303 43A-iri 43A #> 41340 43A-fre 43A #> 41365 44A-spa 44A #> 41427 44A-ita 44A #> 41449 44A-wel 44A #> 41468 44A-fre 44A #> 41477 44A-iri 44A #> 41751 45A-iri 45A #> 41889 45A-bre 45A #> 41893 45A-crn 45A #> 41895 45A-spa 45A #> 41897 45A-fre 45A #> 41913 45A-gae 45A #> 41917 45A-ita 45A #> 41918 45A-wel 45A #> 41921 45A-por 45A #> 41924 45A-mnx 45A #> 41931 45A-rom 45A #> 42009 46A-rom 46A #> 42156 46A-iri 46A #> 42162 46A-ita 46A #> 42205 46A-fre 46A #> 42234 46A-spa 46A #> 42260 46A-por 46A #> 42276 47A-wel 47A #> 42302 47A-iri 47A #> 42370 47A-por 47A #> 42381 47A-ita 47A #> 42387 47A-spa 47A #> 42390 47A-ctl 47A #> 42406 47A-rom 47A #> 42423 47A-fre 47A #> 42605 48A-fre 48A #> 42668 48A-spa 48A #> 42694 48A-ita 48A #> 42782 48A-wel 48A #> 42791 48A-iri 48A #> 42843 49A-wel 49A #> 42854 49A-ctl 49A #> 42875 49A-ita 49A #> 42892 49A-fre 49A #> 42906 49A-spa 49A #> 42934 49A-iri 49A #> 42941 49A-rom 49A #> 43107 5A-spa 5A #> 43344 5A-rom 5A #> 43348 5A-bre 5A #> 43388 5A-ird 5A #> 43397 5A-ctl 5A #> 43481 5A-fre 5A #> 43556 5A-rsc 5A #> 43666 50A-fre 50A #> 43715 50A-wel 50A #> 43765 50A-iri 50A #> 43827 50A-rom 50A #> 43828 50A-ita 50A #> 43850 50A-spa 50A #> 43856 50A-ctl 50A #> 43956 51A-rom 51A #> 44412 51A-iri 51A #> 44415 51A-gae 51A #> 44544 51A-fre 51A #> 44550 51A-bre 51A #> 44648 51A-wel 51A #> 44714 51A-spa 51A #> 44725 51A-crn 51A #> 44732 51A-por 51A #> 44844 51A-ita 51A #> 44945 52A-ldn 52A #> 44954 52A-bre 52A #> 44958 52A-rmc 52A #> 44961 52A-ctl 52A #> 44978 52A-por 52A #> 44979 52A-iri 52A #> 44999 52A-fre 52A #> 45006 52A-rom 52A #> 45016 52A-ita 52A #> 45258 52A-wel 52A #> 45331 53A-srd 53A #> 45478 53A-gae 53A #> 45486 53A-rom 53A #> 45517 53A-ldn 53A #> 45520 53A-rmc 53A #> 45524 53A-lno 53A #> 45540 53A-spa 53A #> 45545 53A-ita 53A #> 45551 53A-bre 53A #> 45555 53A-iri 53A #> 45559 53A-ctl 53A #> 45562 53A-wel 53A #> 45564 53A-fre 53A #> 45569 53A-glc 53A #> 45571 53A-por 53A #> 45574 53A-occ 53A #> 45614 54A-fre 54A #> 45643 54A-spa 54A #> 45644 54A-itu 54A #> 45801 54A-rom 54A #> 45914 55A-fre 55A #> 46262 56A-fre 56A #> 46855 57A-bre 57A #> 47012 57A-spa 57A #> 47054 57A-ita 57A #> 47126 57A-rom 57A #> 47175 57A-iri 57A #> 47208 57A-crn 57A #> 47247 57A-fre 57A #> 47302 58A-spa 58A #> 47467 58A-fre 58A #> 47618 58B-fre 58B #> 47670 58B-spa 58B #> 47825 59A-spa 59A #> 47835 59A-fre 59A #> 48076 6A-ctl 6A #> 48087 6A-rom 6A #> 48198 6A-ird 6A #> 48285 6A-spa 6A #> 48441 6A-bre 6A #> 48451 6A-rsc 6A #> 48495 6A-fre 6A #> 48631 60A-fre 60A #> 48697 61A-spa 61A #> 48737 61A-fre 61A #> 48798 61A-iri 61A #> 48870 62A-fre 62A #> 48872 62A-wel 62A #> 48877 62A-spa 62A #> 48912 62A-iri 62A #> 48983 63A-gae 63A #> 48996 63A-rom 63A #> 49020 63A-fre 63A #> 49029 63A-spa 63A #> 49044 63A-iri 63A #> 49101 63A-bre 63A #> 49232 64A-ita 64A #> 49269 64A-fre 64A #> 49302 64A-spa 64A #> 49548 65A-rom 65A #> 49552 65A-por 65A #> 49593 65A-spa 65A #> 49597 65A-fre 65A #> 49758 66A-por 66A #> 49810 66A-fre 66A #> 49823 66A-rom 66A #> 49829 66A-spa 66A #> 49964 67A-fre 67A #> 50056 67A-spa 67A #> 50130 67A-rom 67A #> 50142 67A-por 67A #> 50182 68A-fre 68A #> 50184 68A-spa 68A #> 50332 68A-por 68A #> 50338 68A-rom 68A #> 50658 69A-por 69A #> 50727 69A-crn 69A #> 50758 69A-wel 69A #> 50800 69A-srd 69A #> 50977 69A-ita 69A #> 51099 69A-spa 69A #> 51109 69A-rom 69A #> 51116 69A-fre 69A #> 51215 69A-bre 69A #> 51243 69A-iri 69A #> 51329 69A-gae 69A #> 51566 7A-rom 7A #> 51606 7A-bre 7A #> 51635 7A-fre 7A #> 51690 7A-spa 7A #> 51818 7A-ird 7A #> 51916 7A-rsc 7A #> 51941 7A-ctl 7A #> 52110 70A-glc 70A #> 52120 70A-wel 70A #> 52184 70A-lno 70A #> 52206 70A-rsu 70A #> 52295 70A-iri 70A #> 52310 70A-spa 70A #> 52388 70A-srd 70A #> 52393 70A-bre 70A #> 52394 70A-ctl 70A #> 52402 70A-rom 70A #> 52410 70A-por 70A #> 52420 70A-ita 70A #> 52423 70A-fre 70A #> 52434 70A-occ 70A #> 52496 70A-mnx 70A #> 52686 71A-fre 71A #> 52726 71A-rsu 71A #> 52854 71A-wel 71A #> 52905 71A-iri 71A #> 52948 71A-ctl 71A #> 52959 71A-por 71A #> 52961 71A-spa 71A #> 52968 71A-glc 71A #> 52971 71A-lno 71A #> 52980 71A-srd 71A #> 52996 71A-ita 71A #> 52998 71A-rom 71A #> 53238 72A-iri 72A #> 53259 72A-rom 72A #> 53325 72A-fre 72A #> 53358 72A-wel 72A #> 53370 72A-ita 72A #> 53392 72A-lno 72A #> 53422 72A-spa 72A #> 53449 72A-ctl 72A #> 53508 72A-por 72A #> 53575 73A-fre 73A #> 53718 73A-iri 73A #> 53726 73A-spa 73A #> 53902 74A-fre 74A #> 53904 74A-por 74A #> 53930 74A-rom 74A #> 53967 74A-iri 74A #> 53982 74A-wel 74A #> 54004 74A-ctl 74A #> 54006 74A-spa 74A #> 54020 74A-ita 74A #> 54083 75A-spa 75A #> 54095 75A-fre 75A #> 54102 75A-ctl 75A #> 54110 75A-rom 75A #> 54131 75A-iri 75A #> 54133 75A-ita 75A #> 54134 75A-por 75A #> 54225 75A-wel 75A #> 54313 76A-iri 76A #> 54317 76A-rom 76A #> 54324 76A-por 76A #> 54325 76A-spa 76A #> 54328 76A-ita 76A #> 54343 76A-fre 76A #> 54352 76A-ctl 76A #> 54362 76A-wel 76A #> 54572 77A-rom 77A #> 54603 77A-bre 77A #> 54666 77A-iri 77A #> 54699 77A-spa 77A #> 54777 77A-fre 77A #> 54983 78A-rom 78A #> 55056 78A-bre 78A #> 55105 78A-spa 78A #> 55117 78A-iri 78A #> 55344 78A-fre 78A #> 55402 79A-spa 79A #> 55407 79A-iri 79A #> 55413 79A-fre 79A #> 55558 79B-iri 79B #> 55568 79B-spa 79B #> 55709 79B-fre 79B #> 55856 8A-bre 8A #> 55859 8A-rom 8A #> 55916 8A-fre 8A #> 55971 8A-rsc 8A #> 55982 8A-ird 8A #> 56049 8A-spa 8A #> 56148 8A-ctl 8A #> 56346 80A-spa 80A #> 56385 80A-iri 80A #> 56407 80A-fre 80A #> 57106 81A-rsu 81A #> 57109 81A-ctl 81A #> 57334 81A-srd 81A #> 57410 81A-bre 81A #> 57467 81A-rom 81A #> 57472 81A-fre 81A #> 57518 81A-spa 81A #> 57525 81A-ita 81A #> 57537 81A-por 81A #> 57549 81A-crn 81A #> 57585 81A-gae 81A #> 57629 81A-wec 81A #> 57643 81A-iri 81A #> 57646 81A-wel 81A #> 58103 82A-por 82A #> 58377 82A-crn 82A #> 58513 82A-rom 82A #> 58731 82A-rsu 82A #> 58876 82A-srd 82A #> 58893 82A-fre 82A #> 59260 82A-wel 82A #> 59264 82A-wec 82A #> 59315 82A-gae 82A #> 59326 82A-iri 82A #> 59331 82A-bre 82A #> 59346 82A-ctl 82A #> 59365 82A-spa 82A #> 59427 82A-ita 82A #> 60173 83A-srd 83A #> 60282 83A-rom 83A #> 60380 83A-wec 83A #> 60466 83A-wel 83A #> 60597 83A-iri 83A #> 60622 83A-rsu 83A #> 60630 83A-fre 83A #> 60652 83A-gae 83A #> 60663 83A-crn 83A #> 60671 83A-spa 83A #> 60765 83A-ita 83A #> 60769 83A-ctl 83A #> 60843 83A-por 83A #> 60856 83A-bre 83A #> 60962 84A-fre 84A #> 61026 84A-spa 84A #> 61077 84A-iri 84A #> 61099 84A-gae 84A #> 61169 84A-wel 84A #> 62067 85A-spa 85A #> 62173 85A-ctl 85A #> 62195 85A-por 85A #> 62208 85A-iri 85A #> 62248 85A-fre 85A #> 62360 85A-rom 85A #> 62388 85A-bre 85A #> 62421 85A-gae 85A #> 62432 85A-ita 85A #> 62528 85A-crn 85A #> 62545 85A-wel 85A #> 63356 86A-spa 86A #> 63359 86A-gae 86A #> 63436 86A-ita 86A #> 63502 86A-fre 86A #> 63567 86A-crn 86A #> 63598 86A-rsu 86A #> 63654 86A-por 86A #> 63666 86A-rom 86A #> 63709 86A-wel 86A #> 63713 86A-bre 86A #> 63734 86A-ctl 86A #> 63745 86A-iri 86A #> 64286 87A-ita 87A #> 64340 87A-por 87A #> 64405 87A-rsu 87A #> 64478 87A-iri 87A #> 64639 87A-srd 87A #> 64681 87A-gae 87A #> 64786 87A-bre 87A #> 64790 87A-wel 87A #> 64835 87A-spa 87A #> 64882 87A-rom 87A #> 64997 87A-crn 87A #> 65050 87A-ctl 87A #> 65112 87A-fre 87A #> 65279 88A-spa 88A #> 65428 88A-ctl 88A #> 65473 88A-fre 88A #> 65558 88A-ita 88A #> 65592 88A-rsu 88A #> 65702 88A-por 88A #> 66121 88A-iri 88A #> 66204 88A-bre 88A #> 66298 88A-gae 88A #> 66308 88A-crn 88A #> 66323 88A-wel 88A #> 66424 88A-rom 88A #> 66485 89A-ita 89A #> 66523 89A-wel 89A #> 66543 89A-rom 89A #> 66581 89A-spa 89A #> 66623 89A-iri 89A #> 66661 89A-fre 89A #> 66691 89A-bre 89A #> 66729 89A-rsu 89A #> 66779 89A-gae 89A #> 66802 89A-ctl 89A #> 66887 89A-crn 89A #> 66925 89A-srd 89A #> 67944 9A-iri 9A #> 68085 9A-fre 9A #> 68100 9A-spa 9A #> 68121 90A-rom 90A #> 68190 90A-spa 90A #> 68202 90A-iri 90A #> 68237 90A-gae 90A #> 68292 90A-rsu 90A #> 68294 90A-crn 90A #> 68366 90A-wel 90A #> 68398 90A-bre 90A #> 68412 90A-fre 90A #> 68459 90A-por 90A #> 68499 90A-ctl 90A #> 68521 90A-ita 90A #> 68633 90A-srd 90A #> 69157 90C-por 90C #> 69181 90C-gae 90C #> 69200 90C-rsu 90C #> 69227 90C-ctl 90C #> 69239 90C-crn 90C #> 69250 90C-spa 90C #> 69306 90C-iri 90C #> 69372 90C-fre 90C #> 69434 90C-ita 90C #> 69455 90C-rom 90C #> 69518 90C-bre 90C #> 69542 90C-wel 90C #> 69621 90C-srd 90C #> 69841 91A-spa 91A #> 69896 91A-gae 91A #> 69929 91A-ita 91A #> 69949 91A-por 91A #> 69995 91A-rom 91A #> 70013 91A-fre 91A #> 70049 91A-srd 91A #> 70275 91A-bre 91A #> 70278 91A-wel 91A #> 70334 92A-crn 92A #> 70376 92A-por 92A #> 70399 92A-bre 92A #> 70403 92A-fre 92A #> 70432 92A-iri 92A #> 70438 92A-srd 92A #> 70443 92A-wel 92A #> 70855 92A-gae 92A #> 70894 92A-ita 92A #> 70938 92A-spa 92A #> 70995 92A-ctl 92A #> 71155 92A-rom 92A #> 71245 93A-iri 93A #> 71253 93A-wel 93A #> 71334 93A-rom 93A #> 71369 93A-spa 93A #> 71390 93A-gae 93A #> 71398 93A-bre 93A #> 71433 93A-fre 93A #> 71785 93A-crn 93A #> 72240 94A-srd 94A #> 72294 94A-spa 94A #> 72332 94A-gae 94A #> 72333 94A-rsu 94A #> 72343 94A-rom 94A #> 72364 94A-bre 94A #> 72387 94A-iri 94A #> 72454 94A-ita 94A #> 72460 94A-fre 94A #> 72492 94A-crn 94A #> 72502 94A-wel 94A #> 73388 95A-bre 95A #> 73407 95A-spa 95A #> 73417 95A-fre 95A #> 73514 95A-crn 95A #> 73544 95A-ita 95A #> 73583 95A-por 95A #> 73600 95A-ctl 95A #> 73612 95A-wel 95A #> 73634 95A-rom 95A #> 73718 95A-iri 95A #> 73729 95A-gae 95A #> 74161 96A-iri 96A #> 74175 96A-wel 96A #> 74183 96A-rsu 96A #> 74250 96A-gae 96A #> 74261 96A-ctl 96A #> 74296 96A-srd 96A #> 74316 96A-ita 96A #> 74340 96A-spa 96A #> 74412 96A-bre 96A #> 74422 96A-por 96A #> 74433 96A-crn 96A #> 74446 96A-rom 96A #> 74475 96A-fre 96A #> 75486 97A-ita 97A #> 75510 97A-iri 97A #> 75576 97A-srd 97A #> 75610 97A-bre 97A #> 75624 97A-spa 97A #> 75637 97A-rom 97A #> 75654 97A-rsu 97A #> 75670 97A-por 97A #> 75724 97A-ctl 97A #> 75761 97A-wel 97A #> 75797 97A-fre 97A #> 75818 97A-gae 97A #> 75833 97A-crn 97A #> 76108 98A-fre 98A #> 76165 98A-iri 98A #> 76225 98A-spa 98A #> 76374 99A-fre 99A #> 76377 99A-iri 99A #> 76390 99A-spa 99A #> feature #> 224 Consonant Inventories #> 264 Consonant Inventories #> 281 Consonant Inventories #> 297 Consonant Inventories #> 320 Consonant Inventories #> 326 Consonant Inventories #> 554 Consonant Inventories #> 573 Vowel Nasalization #> 735 Vowel Nasalization #> 740 Vowel Nasalization #> 1011 Alignment of Verbal Person Marking #> 1015 Alignment of Verbal Person Marking #> 1047 Alignment of Verbal Person Marking #> 1099 Alignment of Verbal Person Marking #> 1131 Alignment of Verbal Person Marking #> 1278 Expression of Pronominal Subjects #> 1307 Expression of Pronominal Subjects #> 1347 Expression of Pronominal Subjects #> 1477 Expression of Pronominal Subjects #> 1481 Expression of Pronominal Subjects #> 1485 Expression of Pronominal Subjects #> 1575 Expression of Pronominal Subjects #> 1623 Expression of Pronominal Subjects #> 1911 Expression of Pronominal Subjects #> 2041 Verbal Person Marking #> 2053 Verbal Person Marking #> 2071 Verbal Person Marking #> 2075 Verbal Person Marking #> 2130 Verbal Person Marking #> 2431 Third Person Zero of Verbal Person Marking #> 2469 Third Person Zero of Verbal Person Marking #> 2509 Third Person Zero of Verbal Person Marking #> 2531 Third Person Zero of Verbal Person Marking #> 2574 Third Person Zero of Verbal Person Marking #> 2767 Order of Person Markers on the Verb #> 2775 Order of Person Markers on the Verb #> 2792 Order of Person Markers on the Verb #> 2796 Order of Person Markers on the Verb #> 3018 Order of Person Markers on the Verb #> 3173 Ditransitive Constructions: The Verb 'Give' #> 3189 Ditransitive Constructions: The Verb 'Give' #> 3252 Ditransitive Constructions: The Verb 'Give' #> 3573 Reciprocal Constructions #> 3577 Reciprocal Constructions #> 3671 Passive Constructions #> 3698 Passive Constructions #> 3701 Passive Constructions #> 3754 Passive Constructions #> 3781 Passive Constructions #> 4069 Antipassive Constructions #> 4148 Antipassive Constructions #> 4159 Antipassive Constructions #> 4237 Productivity of the Antipassive Construction #> 4253 Productivity of the Antipassive Construction #> 4296 Productivity of the Antipassive Construction #> 4496 Applicative Constructions #> 4513 Applicative Constructions #> 4560 Applicative Constructions #> 4659 Other Roles of Applied Objects #> 4660 Other Roles of Applied Objects #> 4722 Other Roles of Applied Objects #> 5001 Front Rounded Vowels #> 5086 Front Rounded Vowels #> 5094 Front Rounded Vowels #> 5105 Front Rounded Vowels #> 5233 Front Rounded Vowels #> 5279 Front Rounded Vowels #> 5294 Front Rounded Vowels #> 5411 Periphrastic Causative Constructions #> 5423 Periphrastic Causative Constructions #> 5430 Nonperiphrastic Causative Constructions #> 5719 Nonperiphrastic Causative Constructions #> 5734 Nonperiphrastic Causative Constructions #> 6154 Negative Morphemes #> 6157 Negative Morphemes #> 6240 Negative Morphemes #> 6260 Negative Morphemes #> 6265 Negative Morphemes #> 6322 Negative Morphemes #> 6392 Negative Morphemes #> 6403 Negative Morphemes #> 6449 Negative Morphemes #> 6496 Negative Morphemes #> 6570 Negative Morphemes #> 6594 Negative Morphemes #> 6623 Negative Morphemes #> 6869 Negative Morphemes #> 6909 Symmetric and Asymmetric Standard Negation #> 6914 Symmetric and Asymmetric Standard Negation #> 6918 Symmetric and Asymmetric Standard Negation #> 7093 Symmetric and Asymmetric Standard Negation #> 7265 Subtypes of Asymmetric Standard Negation #> 7380 Subtypes of Asymmetric Standard Negation #> 7409 Subtypes of Asymmetric Standard Negation #> 7436 Subtypes of Asymmetric Standard Negation #> 7550 Negative Indefinite Pronouns and Predicate Negation #> 7626 Negative Indefinite Pronouns and Predicate Negation #> 7655 Negative Indefinite Pronouns and Predicate Negation #> 7672 Negative Indefinite Pronouns and Predicate Negation #> 7674 Negative Indefinite Pronouns and Predicate Negation #> 7677 Negative Indefinite Pronouns and Predicate Negation #> 7680 Negative Indefinite Pronouns and Predicate Negation #> 7771 Polar Questions #> 7882 Polar Questions #> 7911 Polar Questions #> 7938 Polar Questions #> 8079 Polar Questions #> 8179 Polar Questions #> 8183 Polar Questions #> 8280 Polar Questions #> 8469 Polar Questions #> 8521 Polar Questions #> 8531 Polar Questions #> 8619 Polar Questions #> 8669 Predicative Possession #> 8671 Predicative Possession #> 8672 Predicative Possession #> 8694 Predicative Possession #> 8845 Predicative Possession #> 8867 Predicative Possession #> 9059 Predicative Adjectives #> 9064 Predicative Adjectives #> 9118 Predicative Adjectives #> 9121 Predicative Adjectives #> 9123 Predicative Adjectives #> 9134 Predicative Adjectives #> 9150 Predicative Adjectives #> 9293 Nominal and Locational Predication #> 9363 Nominal and Locational Predication #> 9402 Nominal and Locational Predication #> 9466 Nominal and Locational Predication #> 9550 Nominal and Locational Predication #> 9586 Nominal and Locational Predication #> 9587 Nominal and Locational Predication #> 9723 Syllable Structure #> 9725 Syllable Structure #> 9998 Syllable Structure #> 10021 Syllable Structure #> 10027 Syllable Structure #> 10048 Syllable Structure #> 10209 Zero Copula for Predicate Nominals #> 10220 Zero Copula for Predicate Nominals #> 10258 Zero Copula for Predicate Nominals #> 10270 Zero Copula for Predicate Nominals #> 10272 Zero Copula for Predicate Nominals #> 10332 Zero Copula for Predicate Nominals #> 10333 Zero Copula for Predicate Nominals #> 10610 Comparative Constructions #> 10680 Comparative Constructions #> 10693 Comparative Constructions #> 10694 Comparative Constructions #> 10697 Comparative Constructions #> 10705 Relativization on Subjects #> 10710 Relativization on Subjects #> 10790 Relativization on Subjects #> 10851 Relativization on Subjects #> 10862 Relativization on Subjects #> 10868 Relativization on Obliques #> 10873 Relativization on Obliques #> 10876 Relativization on Obliques #> 10899 Relativization on Obliques #> 10913 Relativization on Obliques #> 11022 'Want' Complement Subjects #> 11107 'Want' Complement Subjects #> 11138 'Want' Complement Subjects #> 11310 Purpose Clauses #> 11331 Purpose Clauses #> 11389 Purpose Clauses #> 11419 Purpose Clauses #> 11519 'When' Clauses #> 11521 'When' Clauses #> 11530 'When' Clauses #> 11531 'When' Clauses #> 11699 Reason Clauses #> 11702 Reason Clauses #> 11706 Reason Clauses #> 11719 Reason Clauses #> 11831 Utterance Complement Clauses #> 11898 Utterance Complement Clauses #> 11902 Utterance Complement Clauses #> 11904 Utterance Complement Clauses #> 12159 Hand and Arm #> 12163 Hand and Arm #> 12201 Hand and Arm #> 12258 Hand and Arm #> 12273 Hand and Arm #> 12307 Hand and Arm #> 12392 Hand and Arm #> 12423 Hand and Arm #> 12458 Hand and Arm #> 12460 Hand and Arm #> 12521 Hand and Arm #> 12540 Tone #> 12594 Tone #> 12597 Tone #> 12700 Tone #> 12728 Tone #> 12777 Tone #> 12782 Tone #> 13163 Finger and Hand #> 13177 Finger and Hand #> 13219 Finger and Hand #> 13242 Finger and Hand #> 13252 Finger and Hand #> 13265 Finger and Hand #> 13284 Finger and Hand #> 13324 Finger and Hand #> 13438 Finger and Hand #> 13461 Finger and Hand #> 13591 Finger and Hand #> 13740 Numeral Bases #> 13840 Numeral Bases #> 13853 Numeral Bases #> 14016 Number of Non-Derived Basic Colour Categories #> 14026 Number of Non-Derived Basic Colour Categories #> 14150 Number of Basic Colour Categories #> 14151 Number of Basic Colour Categories #> 14165 Green and Blue #> 14174 Green and Blue #> 14320 Red and Yellow #> 14360 Red and Yellow #> 14605 M-T Pronouns #> 14610 M-T Pronouns #> 14817 M in First Person Singular #> 14824 M in First Person Singular #> 14896 N-M Pronouns #> 14904 N-M Pronouns #> 15112 M in Second Person Singular #> 15229 M in Second Person Singular #> 15372 Tea #> 15423 Tea #> 15438 Tea #> 15450 Tea #> 15454 Tea #> 15461 Tea #> 15466 Tea #> 15467 Tea #> 15468 Tea #> 15472 Tea #> 15473 Tea #> 15499 Tea #> 15509 Tea #> 15607 Fixed Stress Locations #> 15636 Fixed Stress Locations #> 15669 Fixed Stress Locations #> 15766 Fixed Stress Locations #> 15771 Fixed Stress Locations #> 15777 Fixed Stress Locations #> 15782 Fixed Stress Locations #> 15794 Fixed Stress Locations #> 15799 Fixed Stress Locations #> 15802 Fixed Stress Locations #> 15827 Fixed Stress Locations #> 15847 Fixed Stress Locations #> 15870 Fixed Stress Locations #> 15927 Fixed Stress Locations #> 15934 Fixed Stress Locations #> 16035 Fixed Stress Locations #> 16145 Para-Linguistic Usages of Clicks #> 16151 Para-Linguistic Usages of Clicks #> 16154 Para-Linguistic Usages of Clicks #> 16156 Para-Linguistic Usages of Clicks #> 16166 Para-Linguistic Usages of Clicks #> 16192 Para-Linguistic Usages of Clicks #> 16220 Para-Linguistic Usages of Clicks #> 16237 Para-Linguistic Usages of Clicks #> 16284 Order of Negative Morpheme and Verb #> 16286 Order of Negative Morpheme and Verb #> 16289 Order of Negative Morpheme and Verb #> 16321 Order of Negative Morpheme and Verb #> 16407 Order of Negative Morpheme and Verb #> 16488 Order of Negative Morpheme and Verb #> 16635 Order of Negative Morpheme and Verb #> 16659 Order of Negative Morpheme and Verb #> 16677 Order of Negative Morpheme and Verb #> 16840 Order of Negative Morpheme and Verb #> 16955 Order of Negative Morpheme and Verb #> 16993 Order of Negative Morpheme and Verb #> 17103 Order of Negative Morpheme and Verb #> 17139 Order of Negative Morpheme and Verb #> 17637 Obligatory Double Negation #> 17723 Optional Double Negation #> 17766 Optional Double Negation #> 17820 Preverbal Negative Morphemes #> 17821 Preverbal Negative Morphemes #> 17856 Preverbal Negative Morphemes #> 17857 Preverbal Negative Morphemes #> 17964 Preverbal Negative Morphemes #> 18028 Preverbal Negative Morphemes #> 18039 Preverbal Negative Morphemes #> 18139 Preverbal Negative Morphemes #> 18178 Preverbal Negative Morphemes #> 18384 Preverbal Negative Morphemes #> 18440 Preverbal Negative Morphemes #> 18457 Preverbal Negative Morphemes #> 18811 Preverbal Negative Morphemes #> 18893 Preverbal Negative Morphemes #> 19169 Postverbal Negative Morphemes #> 19196 Postverbal Negative Morphemes #> 19296 Postverbal Negative Morphemes #> 19354 Postverbal Negative Morphemes #> 19407 Postverbal Negative Morphemes #> 19768 Postverbal Negative Morphemes #> 19946 Postverbal Negative Morphemes #> 19959 Postverbal Negative Morphemes #> 20004 Postverbal Negative Morphemes #> 20045 Postverbal Negative Morphemes #> 20158 Postverbal Negative Morphemes #> 20242 Postverbal Negative Morphemes #> 20322 Postverbal Negative Morphemes #> 20412 Postverbal Negative Morphemes #> 20503 Minor morphological means of signaling negation #> 20763 Minor morphological means of signaling negation #> 20885 Minor morphological means of signaling negation #> 21046 Minor morphological means of signaling negation #> 21068 Minor morphological means of signaling negation #> 21116 Minor morphological means of signaling negation #> 21195 Minor morphological means of signaling negation #> 21387 Minor morphological means of signaling negation #> 21417 Minor morphological means of signaling negation #> 21420 Minor morphological means of signaling negation #> 21530 Minor morphological means of signaling negation #> 21622 Minor morphological means of signaling negation #> 21717 Minor morphological means of signaling negation #> 21752 Minor morphological means of signaling negation #> 21787 Position of Negative Word With Respect to Subject, Object, and Verb #> 21919 Position of Negative Word With Respect to Subject, Object, and Verb #> 22011 Position of Negative Word With Respect to Subject, Object, and Verb #> 22028 Position of Negative Word With Respect to Subject, Object, and Verb #> 22107 Position of Negative Word With Respect to Subject, Object, and Verb #> 22126 Position of Negative Word With Respect to Subject, Object, and Verb #> 22163 Position of Negative Word With Respect to Subject, Object, and Verb #> 22164 Position of Negative Word With Respect to Subject, Object, and Verb #> 22183 Position of Negative Word With Respect to Subject, Object, and Verb #> 22682 Position of Negative Word With Respect to Subject, Object, and Verb #> 22933 Position of Negative Word With Respect to Subject, Object, and Verb #> 22943 Position of Negative Word With Respect to Subject, Object, and Verb #> 22955 Position of Negative Word With Respect to Subject, Object, and Verb #> 22960 Position of Negative Word With Respect to Subject, Object, and Verb #> 23071 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23077 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23103 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23161 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23228 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23284 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23302 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23347 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23356 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23359 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23408 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23459 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23598 Languages with different word order in negative clauses #> 23639 The Position of Negative Morphemes in SVO Languages #> 23741 The Position of Negative Morphemes in SVO Languages #> 23746 The Position of Negative Morphemes in SVO Languages #> 23762 The Position of Negative Morphemes in SVO Languages #> 23785 The Position of Negative Morphemes in SVO Languages #> 23846 The Position of Negative Morphemes in SVO Languages #> 23866 The Position of Negative Morphemes in SVO Languages #> 23867 The Position of Negative Morphemes in SVO Languages #> 23890 The Position of Negative Morphemes in SVO Languages #> 24127 Obligatory Double Negation in SVO languages #> 24194 Optional Double Negation in SVO languages #> 24197 Optional Double Negation in SVO languages #> 24373 NegSVO Order #> 24389 NegSVO Order #> 24399 NegSVO Order #> 24412 NegSVO Order #> 24463 NegSVO Order #> 24495 NegSVO Order #> 24527 NegSVO Order #> 24572 NegSVO Order #> 24573 NegSVO Order #> 24628 SNegVO Order #> 24686 SNegVO Order #> 24719 SNegVO Order #> 24750 SNegVO Order #> 24757 SNegVO Order #> 24833 SNegVO Order #> 24865 SNegVO Order #> 24868 SNegVO Order #> 25005 SNegVO Order #> 25084 SVNegO Order #> 25089 SVNegO Order #> 25098 SVNegO Order #> 25135 SVNegO Order #> 25193 SVNegO Order #> 25237 SVNegO Order #> 25261 SVNegO Order #> 25402 SVNegO Order #> 25686 SVONeg Order #> 25706 SVONeg Order #> 25717 SVONeg Order #> 25730 SVONeg Order #> 25816 SVONeg Order #> 25845 SVONeg Order #> 25898 SVONeg Order #> 25900 SVONeg Order #> 28358 The Position of Negative Morphemes in Verb-Initial Languages #> 28359 The Position of Negative Morphemes in Verb-Initial Languages #> 28367 The Position of Negative Morphemes in Verb-Initial Languages #> 28431 The Position of Negative Morphemes in Verb-Initial Languages #> 28498 The Position of Negative Morphemes in Verb-Initial Languages #> 28557 Verb-Initial with Preverbal Negative #> 28558 Verb-Initial with Preverbal Negative #> 28575 Verb-Initial with Preverbal Negative #> 28624 Verb-Initial with Preverbal Negative #> 28676 Verb-Initial with Preverbal Negative #> 28688 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28689 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28801 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28808 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28821 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28871 Verb-Initial with Clause-Final Negative #> 28874 Verb-Initial with Clause-Final Negative #> 28878 Verb-Initial with Clause-Final Negative #> 28886 Verb-Initial with Clause-Final Negative #> 28926 Verb-Initial with Clause-Final Negative #> 29044 Weight-Sensitive Stress #> 29056 Weight-Sensitive Stress #> 29063 Weight-Sensitive Stress #> 29074 Weight-Sensitive Stress #> 29083 Weight-Sensitive Stress #> 29084 Weight-Sensitive Stress #> 29088 Weight-Sensitive Stress #> 29092 Weight-Sensitive Stress #> 29095 Weight-Sensitive Stress #> 29152 Weight-Sensitive Stress #> 29290 Weight-Sensitive Stress #> 29359 Weight-Sensitive Stress #> 29459 Weight-Sensitive Stress #> 29461 Weight-Sensitive Stress #> 29462 Weight-Sensitive Stress #> 29492 Weight-Sensitive Stress #> 29543 Weight Factors in Weight-Sensitive Stress Systems #> 29629 Weight Factors in Weight-Sensitive Stress Systems #> 29632 Weight Factors in Weight-Sensitive Stress Systems #> 29693 Weight Factors in Weight-Sensitive Stress Systems #> 29699 Weight Factors in Weight-Sensitive Stress Systems #> 29750 Weight Factors in Weight-Sensitive Stress Systems #> 29801 Weight Factors in Weight-Sensitive Stress Systems #> 29816 Weight Factors in Weight-Sensitive Stress Systems #> 29895 Weight Factors in Weight-Sensitive Stress Systems #> 29922 Weight Factors in Weight-Sensitive Stress Systems #> 29929 Weight Factors in Weight-Sensitive Stress Systems #> 29931 Weight Factors in Weight-Sensitive Stress Systems #> 29940 Weight Factors in Weight-Sensitive Stress Systems #> 29968 Weight Factors in Weight-Sensitive Stress Systems #> 29973 Weight Factors in Weight-Sensitive Stress Systems #> 29985 Weight Factors in Weight-Sensitive Stress Systems #> 30003 Rhythm Types #> 30122 Rhythm Types #> 30189 Rhythm Types #> 30193 Rhythm Types #> 30215 Rhythm Types #> 30218 Rhythm Types #> 30300 Rhythm Types #> 30391 Absence of Common Consonants #> 30409 Absence of Common Consonants #> 30523 Absence of Common Consonants #> 30589 Absence of Common Consonants #> 30591 Absence of Common Consonants #> 30630 Absence of Common Consonants #> 30679 Absence of Common Consonants #> 30998 Presence of Uncommon Consonants #> 31114 Presence of Uncommon Consonants #> 31158 Presence of Uncommon Consonants #> 31193 Presence of Uncommon Consonants #> 31225 Presence of Uncommon Consonants #> 31270 Presence of Uncommon Consonants #> 31426 Presence of Uncommon Consonants #> 31636 Vowel Quality Inventories #> 31671 Vowel Quality Inventories #> 31704 Vowel Quality Inventories #> 31844 Vowel Quality Inventories #> 31846 Vowel Quality Inventories #> 31864 Vowel Quality Inventories #> 31931 Vowel Quality Inventories #> 32046 Fusion of Selected Inflectional Formatives #> 32088 Fusion of Selected Inflectional Formatives #> 32215 Exponence of Selected Inflectional Formatives #> 32285 Exponence of Selected Inflectional Formatives #> 32475 Exponence of Tense-Aspect-Mood Inflection #> 32479 Exponence of Tense-Aspect-Mood Inflection #> 32551 Inflectional Synthesis of the Verb #> 32552 Inflectional Synthesis of the Verb #> 32821 Locus of Marking in the Clause #> 32866 Locus of Marking in the Clause #> 32971 Locus of Marking in Possessive Noun Phrases #> 33026 Locus of Marking in Possessive Noun Phrases #> 33256 Locus of Marking: Whole-language Typology #> 33342 Locus of Marking: Whole-language Typology #> 33372 Zero Marking of A and P Arguments #> 33401 Zero Marking of A and P Arguments #> 33767 Prefixing vs. Suffixing in Inflectional Morphology #> 33773 Prefixing vs. Suffixing in Inflectional Morphology #> 33843 Prefixing vs. Suffixing in Inflectional Morphology #> 34059 Prefixing vs. Suffixing in Inflectional Morphology #> 34062 Prefixing vs. Suffixing in Inflectional Morphology #> 34065 Prefixing vs. Suffixing in Inflectional Morphology #> 34069 Prefixing vs. Suffixing in Inflectional Morphology #> 34072 Prefixing vs. Suffixing in Inflectional Morphology #> 34171 Prefixing vs. Suffixing in Inflectional Morphology #> 34231 Prefixing vs. Suffixing in Inflectional Morphology #> 34354 Prefixing vs. Suffixing in Inflectional Morphology #> 34883 Reduplication #> 34891 Reduplication #> 34898 Reduplication #> 34901 Reduplication #> 34907 Reduplication #> 34910 Reduplication #> 34913 Reduplication #> 34915 Reduplication #> 35070 Case Syncretism #> 35071 Case Syncretism #> 35076 Case Syncretism #> 35189 Syncretism in Verbal Person/Number Marking #> 35202 Syncretism in Verbal Person/Number Marking #> 35235 Syncretism in Verbal Person/Number Marking #> 35326 Consonant-Vowel Ratio #> 35523 Consonant-Vowel Ratio #> 35604 Consonant-Vowel Ratio #> 35686 Consonant-Vowel Ratio #> 35703 Consonant-Vowel Ratio #> 35726 Consonant-Vowel Ratio #> 35728 Consonant-Vowel Ratio #> 36034 Number of Genders #> 36060 Number of Genders #> 36066 Number of Genders #> 36302 Sex-based and Non-sex-based Gender Systems #> 36306 Sex-based and Non-sex-based Gender Systems #> 36329 Sex-based and Non-sex-based Gender Systems #> 36605 Systems of Gender Assignment #> 36628 Systems of Gender Assignment #> 36642 Systems of Gender Assignment #> 37036 Coding of Nominal Plurality #> 37037 Coding of Nominal Plurality #> 37138 Coding of Nominal Plurality #> 37142 Coding of Nominal Plurality #> 37145 Coding of Nominal Plurality #> 37196 Coding of Nominal Plurality #> 37206 Coding of Nominal Plurality #> 37216 Coding of Nominal Plurality #> 37286 Coding of Nominal Plurality #> 37334 Coding of Nominal Plurality #> 37365 Coding of Nominal Plurality #> 37903 Occurrence of Nominal Plurality #> 37924 Occurrence of Nominal Plurality #> 37929 Occurrence of Nominal Plurality #> 37964 Occurrence of Nominal Plurality #> 37986 Occurrence of Nominal Plurality #> 38013 Occurrence of Nominal Plurality #> 38118 Plurality in Independent Personal Pronouns #> 38178 Plurality in Independent Personal Pronouns #> 38223 Plurality in Independent Personal Pronouns #> 38485 The Associative Plural #> 38486 The Associative Plural #> 38487 The Associative Plural #> 38498 The Associative Plural #> 38511 The Associative Plural #> 38514 Definite Articles #> 38521 Definite Articles #> 38572 Definite Articles #> 38582 Definite Articles #> 38589 Definite Articles #> 38597 Definite Articles #> 38639 Definite Articles #> 38702 Definite Articles #> 38724 Definite Articles #> 38820 Definite Articles #> 39142 Indefinite Articles #> 39246 Indefinite Articles #> 39259 Indefinite Articles #> 39284 Indefinite Articles #> 39297 Indefinite Articles #> 39318 Indefinite Articles #> 39322 Indefinite Articles #> 39386 Indefinite Articles #> 39417 Indefinite Articles #> 39423 Indefinite Articles #> 39435 Indefinite Articles #> 39711 Inclusive/Exclusive Distinction in Independent Pronouns #> 39726 Inclusive/Exclusive Distinction in Independent Pronouns #> 39796 Inclusive/Exclusive Distinction in Independent Pronouns #> 40316 Voicing in Plosives and Fricatives #> 40357 Voicing in Plosives and Fricatives #> 40368 Voicing in Plosives and Fricatives #> 40387 Voicing in Plosives and Fricatives #> 40491 Voicing in Plosives and Fricatives #> 40493 Voicing in Plosives and Fricatives #> 40504 Voicing in Plosives and Fricatives #> 40605 Inclusive/Exclusive Distinction in Verbal Inflection #> 40623 Inclusive/Exclusive Distinction in Verbal Inflection #> 40647 Inclusive/Exclusive Distinction in Verbal Inflection #> 40708 Distance Contrasts in Demonstratives #> 40730 Distance Contrasts in Demonstratives #> 40819 Distance Contrasts in Demonstratives #> 40880 Distance Contrasts in Demonstratives #> 40906 Distance Contrasts in Demonstratives #> 40939 Pronominal and Adnominal Demonstratives #> 41058 Pronominal and Adnominal Demonstratives #> 41060 Pronominal and Adnominal Demonstratives #> 41094 Pronominal and Adnominal Demonstratives #> 41096 Pronominal and Adnominal Demonstratives #> 41197 Third Person Pronouns and Demonstratives #> 41303 Third Person Pronouns and Demonstratives #> 41340 Third Person Pronouns and Demonstratives #> 41365 Gender Distinctions in Independent Personal Pronouns #> 41427 Gender Distinctions in Independent Personal Pronouns #> 41449 Gender Distinctions in Independent Personal Pronouns #> 41468 Gender Distinctions in Independent Personal Pronouns #> 41477 Gender Distinctions in Independent Personal Pronouns #> 41751 Politeness Distinctions in Pronouns #> 41889 Politeness Distinctions in Pronouns #> 41893 Politeness Distinctions in Pronouns #> 41895 Politeness Distinctions in Pronouns #> 41897 Politeness Distinctions in Pronouns #> 41913 Politeness Distinctions in Pronouns #> 41917 Politeness Distinctions in Pronouns #> 41918 Politeness Distinctions in Pronouns #> 41921 Politeness Distinctions in Pronouns #> 41924 Politeness Distinctions in Pronouns #> 41931 Politeness Distinctions in Pronouns #> 42009 Indefinite Pronouns #> 42156 Indefinite Pronouns #> 42162 Indefinite Pronouns #> 42205 Indefinite Pronouns #> 42234 Indefinite Pronouns #> 42260 Indefinite Pronouns #> 42276 Intensifiers and Reflexive Pronouns #> 42302 Intensifiers and Reflexive Pronouns #> 42370 Intensifiers and Reflexive Pronouns #> 42381 Intensifiers and Reflexive Pronouns #> 42387 Intensifiers and Reflexive Pronouns #> 42390 Intensifiers and Reflexive Pronouns #> 42406 Intensifiers and Reflexive Pronouns #> 42423 Intensifiers and Reflexive Pronouns #> 42605 Person Marking on Adpositions #> 42668 Person Marking on Adpositions #> 42694 Person Marking on Adpositions #> 42782 Person Marking on Adpositions #> 42791 Person Marking on Adpositions #> 42843 Number of Cases #> 42854 Number of Cases #> 42875 Number of Cases #> 42892 Number of Cases #> 42906 Number of Cases #> 42934 Number of Cases #> 42941 Number of Cases #> 43107 Voicing and Gaps in Plosive Systems #> 43344 Voicing and Gaps in Plosive Systems #> 43348 Voicing and Gaps in Plosive Systems #> 43388 Voicing and Gaps in Plosive Systems #> 43397 Voicing and Gaps in Plosive Systems #> 43481 Voicing and Gaps in Plosive Systems #> 43556 Voicing and Gaps in Plosive Systems #> 43666 Asymmetrical Case-Marking #> 43715 Asymmetrical Case-Marking #> 43765 Asymmetrical Case-Marking #> 43827 Asymmetrical Case-Marking #> 43828 Asymmetrical Case-Marking #> 43850 Asymmetrical Case-Marking #> 43856 Asymmetrical Case-Marking #> 43956 Position of Case Affixes #> 44412 Position of Case Affixes #> 44415 Position of Case Affixes #> 44544 Position of Case Affixes #> 44550 Position of Case Affixes #> 44648 Position of Case Affixes #> 44714 Position of Case Affixes #> 44725 Position of Case Affixes #> 44732 Position of Case Affixes #> 44844 Position of Case Affixes #> 44945 Comitatives and Instrumentals #> 44954 Comitatives and Instrumentals #> 44958 Comitatives and Instrumentals #> 44961 Comitatives and Instrumentals #> 44978 Comitatives and Instrumentals #> 44979 Comitatives and Instrumentals #> 44999 Comitatives and Instrumentals #> 45006 Comitatives and Instrumentals #> 45016 Comitatives and Instrumentals #> 45258 Comitatives and Instrumentals #> 45331 Ordinal Numerals #> 45478 Ordinal Numerals #> 45486 Ordinal Numerals #> 45517 Ordinal Numerals #> 45520 Ordinal Numerals #> 45524 Ordinal Numerals #> 45540 Ordinal Numerals #> 45545 Ordinal Numerals #> 45551 Ordinal Numerals #> 45555 Ordinal Numerals #> 45559 Ordinal Numerals #> 45562 Ordinal Numerals #> 45564 Ordinal Numerals #> 45569 Ordinal Numerals #> 45571 Ordinal Numerals #> 45574 Ordinal Numerals #> 45614 Distributive Numerals #> 45643 Distributive Numerals #> 45644 Distributive Numerals #> 45801 Distributive Numerals #> 45914 Numeral Classifiers #> 46262 Conjunctions and Universal Quantifiers #> 46855 Position of Pronominal Possessive Affixes #> 47012 Position of Pronominal Possessive Affixes #> 47054 Position of Pronominal Possessive Affixes #> 47126 Position of Pronominal Possessive Affixes #> 47175 Position of Pronominal Possessive Affixes #> 47208 Position of Pronominal Possessive Affixes #> 47247 Position of Pronominal Possessive Affixes #> 47302 Obligatory Possessive Inflection #> 47467 Obligatory Possessive Inflection #> 47618 Number of Possessive Nouns #> 47670 Number of Possessive Nouns #> 47825 Possessive Classification #> 47835 Possessive Classification #> 48076 Uvular Consonants #> 48087 Uvular Consonants #> 48198 Uvular Consonants #> 48285 Uvular Consonants #> 48441 Uvular Consonants #> 48451 Uvular Consonants #> 48495 Uvular Consonants #> 48631 Genitives, Adjectives and Relative Clauses #> 48697 Adjectives without Nouns #> 48737 Adjectives without Nouns #> 48798 Adjectives without Nouns #> 48870 Action Nominal Constructions #> 48872 Action Nominal Constructions #> 48877 Action Nominal Constructions #> 48912 Action Nominal Constructions #> 48983 Noun Phrase Conjunction #> 48996 Noun Phrase Conjunction #> 49020 Noun Phrase Conjunction #> 49029 Noun Phrase Conjunction #> 49044 Noun Phrase Conjunction #> 49101 Noun Phrase Conjunction #> 49232 Nominal and Verbal Conjunction #> 49269 Nominal and Verbal Conjunction #> 49302 Nominal and Verbal Conjunction #> 49548 Perfective/Imperfective Aspect #> 49552 Perfective/Imperfective Aspect #> 49593 Perfective/Imperfective Aspect #> 49597 Perfective/Imperfective Aspect #> 49758 The Past Tense #> 49810 The Past Tense #> 49823 The Past Tense #> 49829 The Past Tense #> 49964 The Future Tense #> 50056 The Future Tense #> 50130 The Future Tense #> 50142 The Future Tense #> 50182 The Perfect #> 50184 The Perfect #> 50332 The Perfect #> 50338 The Perfect #> 50658 Position of Tense-Aspect Affixes #> 50727 Position of Tense-Aspect Affixes #> 50758 Position of Tense-Aspect Affixes #> 50800 Position of Tense-Aspect Affixes #> 50977 Position of Tense-Aspect Affixes #> 51099 Position of Tense-Aspect Affixes #> 51109 Position of Tense-Aspect Affixes #> 51116 Position of Tense-Aspect Affixes #> 51215 Position of Tense-Aspect Affixes #> 51243 Position of Tense-Aspect Affixes #> 51329 Position of Tense-Aspect Affixes #> 51566 Glottalized Consonants #> 51606 Glottalized Consonants #> 51635 Glottalized Consonants #> 51690 Glottalized Consonants #> 51818 Glottalized Consonants #> 51916 Glottalized Consonants #> 51941 Glottalized Consonants #> 52110 The Morphological Imperative #> 52120 The Morphological Imperative #> 52184 The Morphological Imperative #> 52206 The Morphological Imperative #> 52295 The Morphological Imperative #> 52310 The Morphological Imperative #> 52388 The Morphological Imperative #> 52393 The Morphological Imperative #> 52394 The Morphological Imperative #> 52402 The Morphological Imperative #> 52410 The Morphological Imperative #> 52420 The Morphological Imperative #> 52423 The Morphological Imperative #> 52434 The Morphological Imperative #> 52496 The Morphological Imperative #> 52686 The Prohibitive #> 52726 The Prohibitive #> 52854 The Prohibitive #> 52905 The Prohibitive #> 52948 The Prohibitive #> 52959 The Prohibitive #> 52961 The Prohibitive #> 52968 The Prohibitive #> 52971 The Prohibitive #> 52980 The Prohibitive #> 52996 The Prohibitive #> 52998 The Prohibitive #> 53238 Imperative-Hortative Systems #> 53259 Imperative-Hortative Systems #> 53325 Imperative-Hortative Systems #> 53358 Imperative-Hortative Systems #> 53370 Imperative-Hortative Systems #> 53392 Imperative-Hortative Systems #> 53422 Imperative-Hortative Systems #> 53449 Imperative-Hortative Systems #> 53508 Imperative-Hortative Systems #> 53575 The Optative #> 53718 The Optative #> 53726 The Optative #> 53902 Situational Possibility #> 53904 Situational Possibility #> 53930 Situational Possibility #> 53967 Situational Possibility #> 53982 Situational Possibility #> 54004 Situational Possibility #> 54006 Situational Possibility #> 54020 Situational Possibility #> 54083 Epistemic Possibility #> 54095 Epistemic Possibility #> 54102 Epistemic Possibility #> 54110 Epistemic Possibility #> 54131 Epistemic Possibility #> 54133 Epistemic Possibility #> 54134 Epistemic Possibility #> 54225 Epistemic Possibility #> 54313 Overlap between Situational and Epistemic Modal Marking #> 54317 Overlap between Situational and Epistemic Modal Marking #> 54324 Overlap between Situational and Epistemic Modal Marking #> 54325 Overlap between Situational and Epistemic Modal Marking #> 54328 Overlap between Situational and Epistemic Modal Marking #> 54343 Overlap between Situational and Epistemic Modal Marking #> 54352 Overlap between Situational and Epistemic Modal Marking #> 54362 Overlap between Situational and Epistemic Modal Marking #> 54572 Semantic Distinctions of Evidentiality #> 54603 Semantic Distinctions of Evidentiality #> 54666 Semantic Distinctions of Evidentiality #> 54699 Semantic Distinctions of Evidentiality #> 54777 Semantic Distinctions of Evidentiality #> 54983 Coding of Evidentiality #> 55056 Coding of Evidentiality #> 55105 Coding of Evidentiality #> 55117 Coding of Evidentiality #> 55344 Coding of Evidentiality #> 55402 Suppletion According to Tense and Aspect #> 55407 Suppletion According to Tense and Aspect #> 55413 Suppletion According to Tense and Aspect #> 55558 Suppletion in Imperatives and Hortatives #> 55568 Suppletion in Imperatives and Hortatives #> 55709 Suppletion in Imperatives and Hortatives #> 55856 Lateral Consonants #> 55859 Lateral Consonants #> 55916 Lateral Consonants #> 55971 Lateral Consonants #> 55982 Lateral Consonants #> 56049 Lateral Consonants #> 56148 Lateral Consonants #> 56346 Verbal Number and Suppletion #> 56385 Verbal Number and Suppletion #> 56407 Verbal Number and Suppletion #> 57106 Order of Subject, Object and Verb #> 57109 Order of Subject, Object and Verb #> 57334 Order of Subject, Object and Verb #> 57410 Order of Subject, Object and Verb #> 57467 Order of Subject, Object and Verb #> 57472 Order of Subject, Object and Verb #> 57518 Order of Subject, Object and Verb #> 57525 Order of Subject, Object and Verb #> 57537 Order of Subject, Object and Verb #> 57549 Order of Subject, Object and Verb #> 57585 Order of Subject, Object and Verb #> 57629 Order of Subject, Object and Verb #> 57643 Order of Subject, Object and Verb #> 57646 Order of Subject, Object and Verb #> 58103 Order of Subject and Verb #> 58377 Order of Subject and Verb #> 58513 Order of Subject and Verb #> 58731 Order of Subject and Verb #> 58876 Order of Subject and Verb #> 58893 Order of Subject and Verb #> 59260 Order of Subject and Verb #> 59264 Order of Subject and Verb #> 59315 Order of Subject and Verb #> 59326 Order of Subject and Verb #> 59331 Order of Subject and Verb #> 59346 Order of Subject and Verb #> 59365 Order of Subject and Verb #> 59427 Order of Subject and Verb #> 60173 Order of Object and Verb #> 60282 Order of Object and Verb #> 60380 Order of Object and Verb #> 60466 Order of Object and Verb #> 60597 Order of Object and Verb #> 60622 Order of Object and Verb #> 60630 Order of Object and Verb #> 60652 Order of Object and Verb #> 60663 Order of Object and Verb #> 60671 Order of Object and Verb #> 60765 Order of Object and Verb #> 60769 Order of Object and Verb #> 60843 Order of Object and Verb #> 60856 Order of Object and Verb #> 60962 Order of Object, Oblique, and Verb #> 61026 Order of Object, Oblique, and Verb #> 61077 Order of Object, Oblique, and Verb #> 61099 Order of Object, Oblique, and Verb #> 61169 Order of Object, Oblique, and Verb #> 62067 Order of Adposition and Noun Phrase #> 62173 Order of Adposition and Noun Phrase #> 62195 Order of Adposition and Noun Phrase #> 62208 Order of Adposition and Noun Phrase #> 62248 Order of Adposition and Noun Phrase #> 62360 Order of Adposition and Noun Phrase #> 62388 Order of Adposition and Noun Phrase #> 62421 Order of Adposition and Noun Phrase #> 62432 Order of Adposition and Noun Phrase #> 62528 Order of Adposition and Noun Phrase #> 62545 Order of Adposition and Noun Phrase #> 63356 Order of Genitive and Noun #> 63359 Order of Genitive and Noun #> 63436 Order of Genitive and Noun #> 63502 Order of Genitive and Noun #> 63567 Order of Genitive and Noun #> 63598 Order of Genitive and Noun #> 63654 Order of Genitive and Noun #> 63666 Order of Genitive and Noun #> 63709 Order of Genitive and Noun #> 63713 Order of Genitive and Noun #> 63734 Order of Genitive and Noun #> 63745 Order of Genitive and Noun #> 64286 Order of Adjective and Noun #> 64340 Order of Adjective and Noun #> 64405 Order of Adjective and Noun #> 64478 Order of Adjective and Noun #> 64639 Order of Adjective and Noun #> 64681 Order of Adjective and Noun #> 64786 Order of Adjective and Noun #> 64790 Order of Adjective and Noun #> 64835 Order of Adjective and Noun #> 64882 Order of Adjective and Noun #> 64997 Order of Adjective and Noun #> 65050 Order of Adjective and Noun #> 65112 Order of Adjective and Noun #> 65279 Order of Demonstrative and Noun #> 65428 Order of Demonstrative and Noun #> 65473 Order of Demonstrative and Noun #> 65558 Order of Demonstrative and Noun #> 65592 Order of Demonstrative and Noun #> 65702 Order of Demonstrative and Noun #> 66121 Order of Demonstrative and Noun #> 66204 Order of Demonstrative and Noun #> 66298 Order of Demonstrative and Noun #> 66308 Order of Demonstrative and Noun #> 66323 Order of Demonstrative and Noun #> 66424 Order of Demonstrative and Noun #> 66485 Order of Numeral and Noun #> 66523 Order of Numeral and Noun #> 66543 Order of Numeral and Noun #> 66581 Order of Numeral and Noun #> 66623 Order of Numeral and Noun #> 66661 Order of Numeral and Noun #> 66691 Order of Numeral and Noun #> 66729 Order of Numeral and Noun #> 66779 Order of Numeral and Noun #> 66802 Order of Numeral and Noun #> 66887 Order of Numeral and Noun #> 66925 Order of Numeral and Noun #> 67944 The Velar Nasal #> 68085 The Velar Nasal #> 68100 The Velar Nasal #> 68121 Order of Relative Clause and Noun #> 68190 Order of Relative Clause and Noun #> 68202 Order of Relative Clause and Noun #> 68237 Order of Relative Clause and Noun #> 68292 Order of Relative Clause and Noun #> 68294 Order of Relative Clause and Noun #> 68366 Order of Relative Clause and Noun #> 68398 Order of Relative Clause and Noun #> 68412 Order of Relative Clause and Noun #> 68459 Order of Relative Clause and Noun #> 68499 Order of Relative Clause and Noun #> 68521 Order of Relative Clause and Noun #> 68633 Order of Relative Clause and Noun #> 69157 Postnominal relative clauses #> 69181 Postnominal relative clauses #> 69200 Postnominal relative clauses #> 69227 Postnominal relative clauses #> 69239 Postnominal relative clauses #> 69250 Postnominal relative clauses #> 69306 Postnominal relative clauses #> 69372 Postnominal relative clauses #> 69434 Postnominal relative clauses #> 69455 Postnominal relative clauses #> 69518 Postnominal relative clauses #> 69542 Postnominal relative clauses #> 69621 Postnominal relative clauses #> 69841 Order of Degree Word and Adjective #> 69896 Order of Degree Word and Adjective #> 69929 Order of Degree Word and Adjective #> 69949 Order of Degree Word and Adjective #> 69995 Order of Degree Word and Adjective #> 70013 Order of Degree Word and Adjective #> 70049 Order of Degree Word and Adjective #> 70275 Order of Degree Word and Adjective #> 70278 Order of Degree Word and Adjective #> 70334 Position of Polar Question Particles #> 70376 Position of Polar Question Particles #> 70399 Position of Polar Question Particles #> 70403 Position of Polar Question Particles #> 70432 Position of Polar Question Particles #> 70438 Position of Polar Question Particles #> 70443 Position of Polar Question Particles #> 70855 Position of Polar Question Particles #> 70894 Position of Polar Question Particles #> 70938 Position of Polar Question Particles #> 70995 Position of Polar Question Particles #> 71155 Position of Polar Question Particles #> 71245 Position of Interrogative Phrases in Content Questions #> 71253 Position of Interrogative Phrases in Content Questions #> 71334 Position of Interrogative Phrases in Content Questions #> 71369 Position of Interrogative Phrases in Content Questions #> 71390 Position of Interrogative Phrases in Content Questions #> 71398 Position of Interrogative Phrases in Content Questions #> 71433 Position of Interrogative Phrases in Content Questions #> 71785 Position of Interrogative Phrases in Content Questions #> 72240 Order of Adverbial Subordinator and Clause #> 72294 Order of Adverbial Subordinator and Clause #> 72332 Order of Adverbial Subordinator and Clause #> 72333 Order of Adverbial Subordinator and Clause #> 72343 Order of Adverbial Subordinator and Clause #> 72364 Order of Adverbial Subordinator and Clause #> 72387 Order of Adverbial Subordinator and Clause #> 72454 Order of Adverbial Subordinator and Clause #> 72460 Order of Adverbial Subordinator and Clause #> 72492 Order of Adverbial Subordinator and Clause #> 72502 Order of Adverbial Subordinator and Clause #> 73388 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73407 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73417 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73514 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73544 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73583 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73600 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73612 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73634 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73718 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73729 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 74161 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74175 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74183 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74250 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74261 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74296 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74316 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74340 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74412 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74422 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74433 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74446 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74475 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 75486 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75510 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75576 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75610 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75624 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75637 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75654 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75670 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75724 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75761 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75797 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75818 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75833 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 76108 Alignment of Case Marking of Full Noun Phrases #> 76165 Alignment of Case Marking of Full Noun Phrases #> 76225 Alignment of Case Marking of Full Noun Phrases #> 76374 Alignment of Case Marking of Pronouns #> 76377 Alignment of Case Marking of Pronouns #> 76390 Alignment of Case Marking of Pronouns #> value_ID #> 224 3 #> 264 3 #> 281 3 #> 297 3 #> 320 3 #> 326 3 #> 554 5 #> 573 1 #> 735 2 #> 740 2 #> 1011 2 #> 1015 2 #> 1047 2 #> 1099 2 #> 1131 2 #> 1278 1 #> 1307 1 #> 1347 2 #> 1477 2 #> 1481 2 #> 1485 2 #> 1575 2 #> 1623 2 #> 1911 6 #> 2041 2 #> 2053 2 #> 2071 2 #> 2075 2 #> 2130 5 #> 2431 2 #> 2469 2 #> 2509 2 #> 2531 2 #> 2574 2 #> 2767 1 #> 2775 1 #> 2792 1 #> 2796 1 #> 3018 3 #> 3173 1 #> 3189 1 #> 3252 1 #> 3573 3 #> 3577 3 #> 3671 1 #> 3698 1 #> 3701 1 #> 3754 1 #> 3781 1 #> 4069 3 #> 4148 3 #> 4159 3 #> 4237 4 #> 4253 4 #> 4296 4 #> 4496 8 #> 4513 8 #> 4560 8 #> 4659 5 #> 4660 5 #> 4722 5 #> 5001 1 #> 5086 1 #> 5094 1 #> 5105 1 #> 5233 1 #> 5279 2 #> 5294 2 #> 5411 2 #> 5423 3 #> 5430 1 #> 5719 4 #> 5734 4 #> 6154 2 #> 6157 2 #> 6240 2 #> 6260 2 #> 6265 2 #> 6322 2 #> 6392 2 #> 6403 2 #> 6449 2 #> 6496 2 #> 6570 2 #> 6594 2 #> 6623 2 #> 6869 6 #> 6909 1 #> 6914 1 #> 6918 1 #> 7093 3 #> 7265 3 #> 7380 7 #> 7409 7 #> 7436 7 #> 7550 1 #> 7626 1 #> 7655 1 #> 7672 3 #> 7674 3 #> 7677 3 #> 7680 3 #> 7771 1 #> 7882 1 #> 7911 1 #> 7938 1 #> 8079 1 #> 8179 1 #> 8183 1 #> 8280 2 #> 8469 4 #> 8521 6 #> 8531 6 #> 8619 6 #> 8669 1 #> 8671 1 #> 8672 1 #> 8694 1 #> 8845 5 #> 8867 5 #> 9059 2 #> 9064 2 #> 9118 2 #> 9121 2 #> 9123 2 #> 9134 2 #> 9150 2 #> 9293 1 #> 9363 1 #> 9402 1 #> 9466 1 #> 9550 2 #> 9586 2 #> 9587 2 #> 9723 2 #> 9725 2 #> 9998 3 #> 10021 3 #> 10027 3 #> 10048 3 #> 10209 1 #> 10220 1 #> 10258 1 #> 10270 1 #> 10272 1 #> 10332 1 #> 10333 1 #> 10610 1 #> 10680 4 #> 10693 4 #> 10694 4 #> 10697 4 #> 10705 1 #> 10710 1 #> 10790 4 #> 10851 4 #> 10862 4 #> 10868 1 #> 10873 1 #> 10876 1 #> 10899 3 #> 10913 3 #> 11022 1 #> 11107 1 #> 11138 2 #> 11310 2 #> 11331 3 #> 11389 3 #> 11419 3 #> 11519 2 #> 11521 2 #> 11530 2 #> 11531 2 #> 11699 2 #> 11702 2 #> 11706 2 #> 11719 2 #> 11831 1 #> 11898 2 #> 11902 2 #> 11904 2 #> 12159 2 #> 12163 2 #> 12201 2 #> 12258 2 #> 12273 2 #> 12307 2 #> 12392 2 #> 12423 2 #> 12458 2 #> 12460 2 #> 12521 2 #> 12540 1 #> 12594 1 #> 12597 1 #> 12700 1 #> 12728 1 #> 12777 1 #> 12782 1 #> 13163 2 #> 13177 2 #> 13219 2 #> 13242 2 #> 13252 2 #> 13265 2 #> 13284 2 #> 13324 2 #> 13438 2 #> 13461 2 #> 13591 2 #> 13740 1 #> 13840 1 #> 13853 2 #> 14016 7 #> 14026 7 #> 14150 7 #> 14151 7 #> 14165 1 #> 14174 1 #> 14320 1 #> 14360 1 #> 14605 2 #> 14610 2 #> 14817 2 #> 14824 2 #> 14896 1 #> 14904 1 #> 15112 1 #> 15229 1 #> 15372 1 #> 15423 1 #> 15438 2 #> 15450 2 #> 15454 2 #> 15461 2 #> 15466 2 #> 15467 2 #> 15468 2 #> 15472 2 #> 15473 2 #> 15499 2 #> 15509 2 #> 15607 1 #> 15636 1 #> 15669 1 #> 15766 1 #> 15771 1 #> 15777 1 #> 15782 1 #> 15794 1 #> 15799 1 #> 15802 1 #> 15827 2 #> 15847 2 #> 15870 2 #> 15927 6 #> 15934 6 #> 16035 6 #> 16145 1 #> 16151 1 #> 16154 1 #> 16156 1 #> 16166 1 #> 16192 2 #> 16220 2 #> 16237 2 #> 16284 1 #> 16286 1 #> 16289 1 #> 16321 1 #> 16407 1 #> 16488 1 #> 16635 1 #> 16659 1 #> 16677 1 #> 16840 14 #> 16955 15 #> 16993 15 #> 17103 2 #> 17139 2 #> 17637 13 #> 17723 1 #> 17766 2 #> 17820 1 #> 17821 1 #> 17856 1 #> 17857 1 #> 17964 1 #> 18028 1 #> 18039 1 #> 18139 1 #> 18178 1 #> 18384 1 #> 18440 1 #> 18457 1 #> 18811 4 #> 18893 4 #> 19169 1 #> 19196 1 #> 19296 1 #> 19354 1 #> 19407 1 #> 19768 4 #> 19946 4 #> 19959 4 #> 20004 4 #> 20045 4 #> 20158 4 #> 20242 4 #> 20322 4 #> 20412 4 #> 20503 4 #> 20763 4 #> 20885 4 #> 21046 4 #> 21068 4 #> 21116 4 #> 21195 4 #> 21387 4 #> 21417 4 #> 21420 4 #> 21530 4 #> 21622 4 #> 21717 4 #> 21752 4 #> 21787 10 #> 21919 18 #> 22011 19 #> 22028 19 #> 22107 2 #> 22126 2 #> 22163 2 #> 22164 2 #> 22183 2 #> 22682 21 #> 22933 9 #> 22943 9 #> 22955 9 #> 22960 9 #> 23071 3 #> 23077 3 #> 23103 3 #> 23161 3 #> 23228 3 #> 23284 3 #> 23302 3 #> 23347 3 #> 23356 3 #> 23359 3 #> 23408 4 #> 23459 5 #> 23598 5 #> 23639 12 #> 23741 14 #> 23746 15 #> 23762 15 #> 23785 2 #> 23846 2 #> 23866 2 #> 23867 2 #> 23890 2 #> 24127 12 #> 24194 3 #> 24197 4 #> 24373 4 #> 24389 4 #> 24399 4 #> 24412 4 #> 24463 4 #> 24495 4 #> 24527 4 #> 24572 4 #> 24573 4 #> 24628 1 #> 24686 1 #> 24719 1 #> 24750 1 #> 24757 1 #> 24833 3 #> 24865 5 #> 24868 5 #> 25005 8 #> 25084 3 #> 25089 5 #> 25098 5 #> 25135 7 #> 25193 7 #> 25237 7 #> 25261 7 #> 25402 7 #> 25686 4 #> 25706 4 #> 25717 4 #> 25730 4 #> 25816 4 #> 25845 4 #> 25898 4 #> 25900 4 #> 28358 1 #> 28359 1 #> 28367 1 #> 28431 2 #> 28498 7 #> 28557 1 #> 28558 1 #> 28575 1 #> 28624 1 #> 28676 9 #> 28688 5 #> 28689 6 #> 28801 6 #> 28808 6 #> 28821 6 #> 28871 4 #> 28874 4 #> 28878 4 #> 28886 4 #> 28926 4 #> 29044 3 #> 29056 3 #> 29063 3 #> 29074 3 #> 29083 3 #> 29084 3 #> 29088 3 #> 29092 3 #> 29095 3 #> 29152 5 #> 29290 8 #> 29359 8 #> 29459 8 #> 29461 8 #> 29462 8 #> 29492 8 #> 29543 1 #> 29629 1 #> 29632 1 #> 29693 1 #> 29699 1 #> 29750 1 #> 29801 2 #> 29816 2 #> 29895 5 #> 29922 6 #> 29929 6 #> 29931 6 #> 29940 6 #> 29968 7 #> 29973 7 #> 29985 7 #> 30003 1 #> 30122 1 #> 30189 4 #> 30193 4 #> 30215 4 #> 30218 4 #> 30300 5 #> 30391 1 #> 30409 1 #> 30523 1 #> 30589 1 #> 30591 1 #> 30630 1 #> 30679 1 #> 30998 1 #> 31114 1 #> 31158 1 #> 31193 1 #> 31225 1 #> 31270 1 #> 31426 5 #> 31636 2 #> 31671 2 #> 31704 2 #> 31844 3 #> 31846 3 #> 31864 3 #> 31931 3 #> 32046 1 #> 32088 1 #> 32215 1 #> 32285 5 #> 32475 2 #> 32479 2 #> 32551 3 #> 32552 3 #> 32821 3 #> 32866 4 #> 32971 2 #> 33026 2 #> 33256 5 #> 33342 5 #> 33372 2 #> 33401 2 #> 33767 2 #> 33773 2 #> 33843 2 #> 34059 2 #> 34062 2 #> 34065 2 #> 34069 2 #> 34072 2 #> 34171 3 #> 34231 3 #> 34354 4 #> 34883 3 #> 34891 3 #> 34898 3 #> 34901 3 #> 34907 3 #> 34910 3 #> 34913 3 #> 34915 3 #> 35070 3 #> 35071 3 #> 35076 3 #> 35189 2 #> 35202 2 #> 35235 2 #> 35326 1 #> 35523 3 #> 35604 3 #> 35686 3 #> 35703 3 #> 35726 4 #> 35728 4 #> 36034 2 #> 36060 2 #> 36066 2 #> 36302 2 #> 36306 2 #> 36329 2 #> 36605 3 #> 36628 3 #> 36642 3 #> 37036 2 #> 37037 2 #> 37138 2 #> 37142 2 #> 37145 2 #> 37196 2 #> 37206 2 #> 37216 2 #> 37286 2 #> 37334 6 #> 37365 6 #> 37903 6 #> 37924 6 #> 37929 6 #> 37964 6 #> 37986 6 #> 38013 6 #> 38118 4 #> 38178 5 #> 38223 6 #> 38485 4 #> 38486 4 #> 38487 4 #> 38498 4 #> 38511 4 #> 38514 1 #> 38521 1 #> 38572 1 #> 38582 1 #> 38589 1 #> 38597 1 #> 38639 1 #> 38702 1 #> 38724 1 #> 38820 3 #> 39142 1 #> 39246 2 #> 39259 2 #> 39284 2 #> 39297 2 #> 39318 2 #> 39322 2 #> 39386 4 #> 39417 4 #> 39423 4 #> 39435 4 #> 39711 3 #> 39726 3 #> 39796 3 #> 40316 3 #> 40357 4 #> 40368 4 #> 40387 4 #> 40491 4 #> 40493 4 #> 40504 4 #> 40605 3 #> 40623 3 #> 40647 3 #> 40708 1 #> 40730 2 #> 40819 2 #> 40880 3 #> 40906 3 #> 40939 1 #> 41058 1 #> 41060 1 #> 41094 2 #> 41096 2 #> 41197 1 #> 41303 3 #> 41340 5 #> 41365 1 #> 41427 3 #> 41449 3 #> 41468 3 #> 41477 3 #> 41751 1 #> 41889 2 #> 41893 2 #> 41895 2 #> 41897 2 #> 41913 2 #> 41917 2 #> 41918 2 #> 41921 2 #> 41924 2 #> 41931 3 #> 42009 1 #> 42156 2 #> 42162 2 #> 42205 2 #> 42234 3 #> 42260 4 #> 42276 1 #> 42302 1 #> 42370 2 #> 42381 2 #> 42387 2 #> 42390 2 #> 42406 2 #> 42423 2 #> 42605 2 #> 42668 2 #> 42694 2 #> 42782 3 #> 42791 3 #> 42843 1 #> 42854 1 #> 42875 1 #> 42892 1 #> 42906 1 #> 42934 2 #> 42941 2 #> 43107 1 #> 43344 2 #> 43348 2 #> 43388 2 #> 43397 2 #> 43481 2 #> 43556 2 #> 43666 1 #> 43715 1 #> 43765 2 #> 43827 3 #> 43828 3 #> 43850 3 #> 43856 3 #> 43956 1 #> 44412 5 #> 44415 5 #> 44544 7 #> 44550 7 #> 44648 9 #> 44714 9 #> 44725 9 #> 44732 9 #> 44844 9 #> 44945 1 #> 44954 1 #> 44958 1 #> 44961 1 #> 44978 1 #> 44979 1 #> 44999 1 #> 45006 1 #> 45016 1 #> 45258 3 #> 45331 4 #> 45478 6 #> 45486 6 #> 45517 7 #> 45520 7 #> 45524 7 #> 45540 7 #> 45545 7 #> 45551 7 #> 45555 7 #> 45559 7 #> 45562 7 #> 45564 7 #> 45569 7 #> 45571 7 #> 45574 7 #> 45614 1 #> 45643 1 #> 45644 1 #> 45801 5 #> 45914 1 #> 46262 1 #> 46855 2 #> 47012 4 #> 47054 4 #> 47126 4 #> 47175 4 #> 47208 4 #> 47247 4 #> 47302 2 #> 47467 2 #> 47618 1 #> 47670 1 #> 47825 1 #> 47835 1 #> 48076 1 #> 48087 1 #> 48198 1 #> 48285 1 #> 48441 1 #> 48451 1 #> 48495 3 #> 48631 6 #> 48697 2 #> 48737 2 #> 48798 5 #> 48870 3 #> 48872 3 #> 48877 3 #> 48912 6 #> 48983 1 #> 48996 1 #> 49020 1 #> 49029 1 #> 49044 1 #> 49101 1 #> 49232 1 #> 49269 1 #> 49302 1 #> 49548 1 #> 49552 1 #> 49593 1 #> 49597 1 #> 49758 1 #> 49810 1 #> 49823 1 #> 49829 1 #> 49964 1 #> 50056 1 #> 50130 2 #> 50142 2 #> 50182 1 #> 50184 1 #> 50332 4 #> 50338 4 #> 50658 2 #> 50727 2 #> 50758 2 #> 50800 2 #> 50977 2 #> 51099 2 #> 51109 2 #> 51116 2 #> 51215 2 #> 51243 4 #> 51329 4 #> 51566 1 #> 51606 1 #> 51635 1 #> 51690 1 #> 51818 1 #> 51916 1 #> 51941 1 #> 52110 1 #> 52120 1 #> 52184 1 #> 52206 1 #> 52295 1 #> 52310 1 #> 52388 1 #> 52393 1 #> 52394 2 #> 52402 2 #> 52410 2 #> 52420 2 #> 52423 2 #> 52434 2 #> 52496 4 #> 52686 1 #> 52726 1 #> 52854 2 #> 52905 2 #> 52948 3 #> 52959 3 #> 52961 3 #> 52968 3 #> 52971 3 #> 52980 3 #> 52996 3 #> 52998 3 #> 53238 1 #> 53259 1 #> 53325 4 #> 53358 4 #> 53370 4 #> 53392 4 #> 53422 4 #> 53449 4 #> 53508 4 #> 53575 2 #> 53718 2 #> 53726 2 #> 53902 2 #> 53904 2 #> 53930 2 #> 53967 2 #> 53982 2 #> 54004 2 #> 54006 2 #> 54020 2 #> 54083 1 #> 54095 1 #> 54102 1 #> 54110 1 #> 54131 1 #> 54133 1 #> 54134 1 #> 54225 3 #> 54313 1 #> 54317 1 #> 54324 1 #> 54325 1 #> 54328 1 #> 54343 1 #> 54352 2 #> 54362 2 #> 54572 1 #> 54603 1 #> 54666 1 #> 54699 1 #> 54777 2 #> 54983 1 #> 55056 1 #> 55105 1 #> 55117 1 #> 55344 5 #> 55402 3 #> 55407 3 #> 55413 3 #> 55558 2 #> 55568 2 #> 55709 5 #> 55856 2 #> 55859 2 #> 55916 2 #> 55971 2 #> 55982 2 #> 56049 2 #> 56148 2 #> 56346 1 #> 56385 1 #> 56407 1 #> 57106 2 #> 57109 2 #> 57334 2 #> 57410 2 #> 57467 2 #> 57472 2 #> 57518 2 #> 57525 2 #> 57537 2 #> 57549 2 #> 57585 3 #> 57629 3 #> 57643 3 #> 57646 3 #> 58103 1 #> 58377 1 #> 58513 1 #> 58731 1 #> 58876 1 #> 58893 1 #> 59260 2 #> 59264 2 #> 59315 2 #> 59326 2 #> 59331 2 #> 59346 3 #> 59365 3 #> 59427 3 #> 60173 2 #> 60282 2 #> 60380 2 #> 60466 2 #> 60597 2 #> 60622 2 #> 60630 2 #> 60652 2 #> 60663 2 #> 60671 2 #> 60765 2 #> 60769 2 #> 60843 2 #> 60856 2 #> 60962 1 #> 61026 1 #> 61077 1 #> 61099 1 #> 61169 1 #> 62067 2 #> 62173 2 #> 62195 2 #> 62208 2 #> 62248 2 #> 62360 2 #> 62388 2 #> 62421 2 #> 62432 2 #> 62528 2 #> 62545 2 #> 63356 2 #> 63359 2 #> 63436 2 #> 63502 2 #> 63567 2 #> 63598 2 #> 63654 2 #> 63666 2 #> 63709 2 #> 63713 2 #> 63734 2 #> 63745 2 #> 64286 2 #> 64340 2 #> 64405 2 #> 64478 2 #> 64639 2 #> 64681 2 #> 64786 2 #> 64790 2 #> 64835 2 #> 64882 2 #> 64997 2 #> 65050 2 #> 65112 2 #> 65279 1 #> 65428 1 #> 65473 1 #> 65558 1 #> 65592 1 #> 65702 1 #> 66121 2 #> 66204 2 #> 66298 2 #> 66308 2 #> 66323 2 #> 66424 6 #> 66485 1 #> 66523 1 #> 66543 1 #> 66581 1 #> 66623 1 #> 66661 1 #> 66691 1 #> 66729 1 #> 66779 1 #> 66802 1 #> 66887 1 #> 66925 1 #> 67944 3 #> 68085 3 #> 68100 3 #> 68121 1 #> 68190 1 #> 68202 1 #> 68237 1 #> 68292 1 #> 68294 1 #> 68366 1 #> 68398 1 #> 68412 1 #> 68459 1 #> 68499 1 #> 68521 1 #> 68633 1 #> 69157 1 #> 69181 1 #> 69200 1 #> 69227 1 #> 69239 1 #> 69250 1 #> 69306 1 #> 69372 1 #> 69434 1 #> 69455 1 #> 69518 1 #> 69542 1 #> 69621 1 #> 69841 1 #> 69896 1 #> 69929 1 #> 69949 1 #> 69995 1 #> 70013 1 #> 70049 1 #> 70275 3 #> 70278 3 #> 70334 1 #> 70376 1 #> 70399 1 #> 70403 1 #> 70432 1 #> 70438 1 #> 70443 1 #> 70855 6 #> 70894 6 #> 70938 6 #> 70995 6 #> 71155 6 #> 71245 1 #> 71253 1 #> 71334 1 #> 71369 1 #> 71390 1 #> 71398 1 #> 71433 1 #> 71785 2 #> 72240 1 #> 72294 1 #> 72332 1 #> 72333 1 #> 72343 1 #> 72364 1 #> 72387 1 #> 72454 1 #> 72460 1 #> 72492 1 #> 72502 1 #> 73388 4 #> 73407 4 #> 73417 4 #> 73514 4 #> 73544 4 #> 73583 4 #> 73600 4 #> 73612 4 #> 73634 4 #> 73718 4 #> 73729 4 #> 74161 4 #> 74175 4 #> 74183 4 #> 74250 4 #> 74261 4 #> 74296 4 #> 74316 4 #> 74340 4 #> 74412 4 #> 74422 4 #> 74433 4 #> 74446 4 #> 74475 4 #> 75486 4 #> 75510 4 #> 75576 4 #> 75610 4 #> 75624 4 #> 75637 4 #> 75654 4 #> 75670 4 #> 75724 4 #> 75761 4 #> 75797 4 #> 75818 4 #> 75833 4 #> 76108 1 #> 76165 1 #> 76225 2 #> 76374 2 #> 76377 2 #> 76390 2 #> value #> 224 Average #> 264 Average #> 281 Average #> 297 Average #> 320 Average #> 326 Average #> 554 Large #> 573 Contrast present #> 735 Contrast absent #> 740 Contrast absent #> 1011 Accusative #> 1015 Accusative #> 1047 Accusative #> 1099 Accusative #> 1131 Accusative #> 1278 Obligatory pronouns in subject position #> 1307 Obligatory pronouns in subject position #> 1347 Subject affixes on verb #> 1477 Subject affixes on verb #> 1481 Subject affixes on verb #> 1485 Subject affixes on verb #> 1575 Subject affixes on verb #> 1623 Subject affixes on verb #> 1911 Mixed #> 2041 Only the A argument #> 2053 Only the A argument #> 2071 Only the A argument #> 2075 Only the A argument #> 2130 Both the A and P arguments #> 2431 No zero realization #> 2469 No zero realization #> 2509 No zero realization #> 2531 No zero realization #> 2574 No zero realization #> 2767 A and P do not or do not both occur on the verb #> 2775 A and P do not or do not both occur on the verb #> 2792 A and P do not or do not both occur on the verb #> 2796 A and P do not or do not both occur on the verb #> 3018 P precedes A #> 3173 Indirect-object construction #> 3189 Indirect-object construction #> 3252 Indirect-object construction #> 3573 Mixed #> 3577 Mixed #> 3671 Present #> 3698 Present #> 3701 Present #> 3754 Present #> 3781 Present #> 4069 No antipassive #> 4148 No antipassive #> 4159 No antipassive #> 4237 no antipassive #> 4253 no antipassive #> 4296 no antipassive #> 4496 No applicative construction #> 4513 No applicative construction #> 4560 No applicative construction #> 4659 No applicative construction #> 4660 No applicative construction #> 4722 No applicative construction #> 5001 None #> 5086 None #> 5094 None #> 5105 None #> 5233 None #> 5279 High and mid #> 5294 High and mid #> 5411 Purposive but no sequential #> 5423 Both #> 5430 Neither #> 5719 Both #> 5734 Both #> 6154 Negative particle #> 6157 Negative particle #> 6240 Negative particle #> 6260 Negative particle #> 6265 Negative particle #> 6322 Negative particle #> 6392 Negative particle #> 6403 Negative particle #> 6449 Negative particle #> 6496 Negative particle #> 6570 Negative particle #> 6594 Negative particle #> 6623 Negative particle #> 6869 Double negation #> 6909 Symmetric #> 6914 Symmetric #> 6918 Symmetric #> 7093 Both #> 7265 A/Cat #> 7380 Non-assignable #> 7409 Non-assignable #> 7436 Non-assignable #> 7550 Predicate negation also present #> 7626 Predicate negation also present #> 7655 Predicate negation also present #> 7672 Mixed behaviour #> 7674 Mixed behaviour #> 7677 Mixed behaviour #> 7680 Mixed behaviour #> 7771 Question particle #> 7882 Question particle #> 7911 Question particle #> 7938 Question particle #> 8079 Question particle #> 8179 Question particle #> 8183 Question particle #> 8280 Interrogative verb morphology #> 8469 Interrogative word order #> 8521 Interrogative intonation only #> 8531 Interrogative intonation only #> 8619 Interrogative intonation only #> 8669 Locational #> 8671 Locational #> 8672 Locational #> 8694 Locational #> 8845 'Have' #> 8867 'Have' #> 9059 Nonverbal encoding #> 9064 Nonverbal encoding #> 9118 Nonverbal encoding #> 9121 Nonverbal encoding #> 9123 Nonverbal encoding #> 9134 Nonverbal encoding #> 9150 Nonverbal encoding #> 9293 Different #> 9363 Different #> 9402 Different #> 9466 Different #> 9550 Identical #> 9586 Identical #> 9587 Identical #> 9723 Moderately complex #> 9725 Moderately complex #> 9998 Complex #> 10021 Complex #> 10027 Complex #> 10048 Complex #> 10209 Impossible #> 10220 Impossible #> 10258 Impossible #> 10270 Impossible #> 10272 Impossible #> 10332 Impossible #> 10333 Impossible #> 10610 Locational #> 10680 Particle #> 10693 Particle #> 10694 Particle #> 10697 Particle #> 10705 Relative pronoun #> 10710 Relative pronoun #> 10790 Gap #> 10851 Gap #> 10862 Gap #> 10868 Relative pronoun #> 10873 Relative pronoun #> 10876 Relative pronoun #> 10899 Pronoun-retention #> 10913 Pronoun-retention #> 11022 Subject is left implicit #> 11107 Subject is left implicit #> 11138 Subject is expressed overtly #> 11310 Balanced/deranked #> 11331 Deranked #> 11389 Deranked #> 11419 Deranked #> 11519 Balanced/deranked #> 11521 Balanced/deranked #> 11530 Balanced/deranked #> 11531 Balanced/deranked #> 11699 Balanced/deranked #> 11702 Balanced/deranked #> 11706 Balanced/deranked #> 11719 Balanced/deranked #> 11831 Balanced #> 11898 Balanced/deranked #> 11902 Balanced/deranked #> 11904 Balanced/deranked #> 12159 Different #> 12163 Different #> 12201 Different #> 12258 Different #> 12273 Different #> 12307 Different #> 12392 Different #> 12423 Different #> 12458 Different #> 12460 Different #> 12521 Different #> 12540 No tones #> 12594 No tones #> 12597 No tones #> 12700 No tones #> 12728 No tones #> 12777 No tones #> 12782 No tones #> 13163 Different #> 13177 Different #> 13219 Different #> 13242 Different #> 13252 Different #> 13265 Different #> 13284 Different #> 13324 Different #> 13438 Different #> 13461 Different #> 13591 Different #> 13740 Decimal #> 13840 Decimal #> 13853 Hybrid vigesimal-decimal #> 14016 6 #> 14026 6 #> 14150 11 #> 14151 11 #> 14165 Green vs. blue #> 14174 Green vs. blue #> 14320 Red vs. yellow #> 14360 Red vs. yellow #> 14605 M-T pronouns, paradigmatic #> 14610 M-T pronouns, paradigmatic #> 14817 m in first person singular #> 14824 m in first person singular #> 14896 No N-M pronouns #> 14904 No N-M pronouns #> 15112 No m in second person singular #> 15229 No m in second person singular #> 15372 Words derived from Sinitic cha #> 15423 Words derived from Sinitic cha #> 15438 Words derived from Min Nan Chinese te #> 15450 Words derived from Min Nan Chinese te #> 15454 Words derived from Min Nan Chinese te #> 15461 Words derived from Min Nan Chinese te #> 15466 Words derived from Min Nan Chinese te #> 15467 Words derived from Min Nan Chinese te #> 15468 Words derived from Min Nan Chinese te #> 15472 Words derived from Min Nan Chinese te #> 15473 Words derived from Min Nan Chinese te #> 15499 Words derived from Min Nan Chinese te #> 15509 Words derived from Min Nan Chinese te #> 15607 No fixed stress #> 15636 No fixed stress #> 15669 No fixed stress #> 15766 No fixed stress #> 15771 No fixed stress #> 15777 No fixed stress #> 15782 No fixed stress #> 15794 No fixed stress #> 15799 No fixed stress #> 15802 No fixed stress #> 15827 Initial #> 15847 Initial #> 15870 Initial #> 15927 Penultimate #> 15934 Penultimate #> 16035 Penultimate #> 16145 Logical meanings #> 16151 Logical meanings #> 16154 Logical meanings #> 16156 Logical meanings #> 16166 Logical meanings #> 16192 Affective meanings #> 16220 Affective meanings #> 16237 Affective meanings #> 16284 NegV #> 16286 NegV #> 16289 NegV #> 16321 NegV #> 16407 NegV #> 16488 NegV #> 16635 NegV #> 16659 NegV #> 16677 NegV #> 16840 ObligDoubleNeg #> 16955 OptDoubleNeg #> 16993 OptDoubleNeg #> 17103 VNeg #> 17139 VNeg #> 17637 Type 1 / Type 7 #> 17723 NegV(Neg) #> 17766 (Neg)VNeg #> 17820 NegV #> 17821 NegV #> 17856 NegV #> 17857 NegV #> 17964 NegV #> 18028 NegV #> 18039 NegV #> 18139 NegV #> 18178 NegV #> 18384 NegV #> 18440 NegV #> 18457 NegV #> 18811 None #> 18893 None #> 19169 VNeg #> 19196 VNeg #> 19296 VNeg #> 19354 VNeg #> 19407 VNeg #> 19768 None #> 19946 None #> 19959 None #> 20004 None #> 20045 None #> 20158 None #> 20242 None #> 20322 None #> 20412 None #> 20503 None #> 20763 None #> 20885 None #> 21046 None #> 21068 None #> 21116 None #> 21195 None #> 21387 None #> 21417 None #> 21420 None #> 21530 None #> 21622 None #> 21717 None #> 21752 None #> 21787 VSNegO #> 21919 ObligDoubleNeg #> 22011 OptDoubleNeg #> 22028 OptDoubleNeg #> 22107 SNegVO #> 22126 SNegVO #> 22163 SNegVO #> 22164 SNegVO #> 22183 SNegVO #> 22682 Other #> 22933 NegVSO #> 22943 NegVSO #> 22955 NegVSO #> 22960 NegVSO #> 23071 Immed preverbal #> 23077 Immed preverbal #> 23103 Immed preverbal #> 23161 Immed preverbal #> 23228 Immed preverbal #> 23284 Immed preverbal #> 23302 Immed preverbal #> 23347 Immed preverbal #> 23356 Immed preverbal #> 23359 Immed preverbal #> 23408 Immed postverbal #> 23459 Postverbal, not immed or end #> 23598 SVO, but NegVSO #> 23639 Other VNeg #> 23741 ObligNeg #> 23746 OptNeg #> 23762 OptNeg #> 23785 SNegVO #> 23846 SNegVO #> 23866 SNegVO #> 23867 SNegVO #> 23890 SNegVO #> 24127 SNegNegVO/SNegVNegO #> 24194 S(Neg)VNegO #> 24197 SNegV(Neg)O #> 24373 No NegSVO #> 24389 No NegSVO #> 24399 No NegSVO #> 24412 No NegSVO #> 24463 No NegSVO #> 24495 No NegSVO #> 24527 No NegSVO #> 24572 No NegSVO #> 24573 No NegSVO #> 24628 Word&NoDoubleNeg #> 24686 Word&NoDoubleNeg #> 24719 Word&NoDoubleNeg #> 24750 Word&NoDoubleNeg #> 24757 Word&NoDoubleNeg #> 24833 Word&OptDoubleNeg #> 24865 Word&OnlyWithAnotherNeg #> 24868 Word&OnlyWithAnotherNeg #> 25005 No SNegVO #> 25084 Word&OptDoubleNeg #> 25089 Word&OnlyWithAnotherNeg #> 25098 Word&OnlyWithAnotherNeg #> 25135 No SVNegO #> 25193 No SVNegO #> 25237 No SVNegO #> 25261 No SVNegO #> 25402 No SVNegO #> 25686 No SVONeg #> 25706 No SVONeg #> 25717 No SVONeg #> 25730 No SVONeg #> 25816 No SVONeg #> 25845 No SVONeg #> 25898 No SVONeg #> 25900 No SVONeg #> 28358 NegVSO #> 28359 NegVSO #> 28367 NegVSO #> 28431 VSNegO #> 28498 SVO but NegVSO #> 28557 Separate word, no double negation\tWord&NoDoubleNeg #> 28558 Separate word, no double negation\tWord&NoDoubleNeg #> 28575 Separate word, no double negation\tWord&NoDoubleNeg #> 28624 Separate word, no double negation\tWord&NoDoubleNeg #> 28676 No preverbal neg #> 28688 WordBetweenSAndO #> 28689 None #> 28801 None #> 28808 None #> 28821 None #> 28871 No clause-final neg #> 28874 No clause-final neg #> 28878 No clause-final neg #> 28886 No clause-final neg #> 28926 No clause-final neg #> 29044 Right-edge: Ultimate or penultimate #> 29056 Right-edge: Ultimate or penultimate #> 29063 Right-edge: Ultimate or penultimate #> 29074 Right-edge: Ultimate or penultimate #> 29083 Right-edge: Ultimate or penultimate #> 29084 Right-edge: Ultimate or penultimate #> 29088 Right-edge: Ultimate or penultimate #> 29092 Right-edge: Ultimate or penultimate #> 29095 Right-edge: Ultimate or penultimate #> 29152 Unbounded: Stress can be anywhere #> 29290 Fixed stress (no weight-sensitivity) #> 29359 Fixed stress (no weight-sensitivity) #> 29459 Fixed stress (no weight-sensitivity) #> 29461 Fixed stress (no weight-sensitivity) #> 29462 Fixed stress (no weight-sensitivity) #> 29492 Fixed stress (no weight-sensitivity) #> 29543 No weight #> 29629 No weight #> 29632 No weight #> 29693 No weight #> 29699 No weight #> 29750 No weight #> 29801 Long vowel #> 29816 Long vowel #> 29895 Prominence #> 29922 Lexical stress #> 29929 Lexical stress #> 29931 Lexical stress #> 29940 Lexical stress #> 29968 Combined #> 29973 Combined #> 29985 Combined #> 30003 Trochaic #> 30122 Trochaic #> 30189 Undetermined #> 30193 Undetermined #> 30215 Undetermined #> 30218 Undetermined #> 30300 No rhythmic stress #> 30391 All present #> 30409 All present #> 30523 All present #> 30589 All present #> 30591 All present #> 30630 All present #> 30679 All present #> 30998 None #> 31114 None #> 31158 None #> 31193 None #> 31225 None #> 31270 None #> 31426 'Th' sounds #> 31636 Average (5-6) #> 31671 Average (5-6) #> 31704 Average (5-6) #> 31844 Large (7-14) #> 31846 Large (7-14) #> 31864 Large (7-14) #> 31931 Large (7-14) #> 32046 Exclusively concatenative #> 32088 Exclusively concatenative #> 32215 Monoexponential case #> 32285 No case #> 32475 TAM+agreement #> 32479 TAM+agreement #> 32551 4-5 categories per word #> 32552 4-5 categories per word #> 32821 Double marking #> 32866 No marking #> 32971 Dependent marking #> 33026 Dependent marking #> 33256 Inconsistent or other #> 33342 Inconsistent or other #> 33372 Non-zero marking #> 33401 Non-zero marking #> 33767 Strongly suffixing #> 33773 Strongly suffixing #> 33843 Strongly suffixing #> 34059 Strongly suffixing #> 34062 Strongly suffixing #> 34065 Strongly suffixing #> 34069 Strongly suffixing #> 34072 Strongly suffixing #> 34171 Weakly suffixing #> 34231 Weakly suffixing #> 34354 Equal prefixing and suffixing #> 34883 No productive reduplication #> 34891 No productive reduplication #> 34898 No productive reduplication #> 34901 No productive reduplication #> 34907 No productive reduplication #> 34910 No productive reduplication #> 34913 No productive reduplication #> 34915 No productive reduplication #> 35070 Core and non-core #> 35071 Core and non-core #> 35076 Core and non-core #> 35189 Syncretic #> 35202 Syncretic #> 35235 Syncretic #> 35326 Low #> 35523 Average #> 35604 Average #> 35686 Average #> 35703 Average #> 35726 Moderately high #> 35728 Moderately high #> 36034 Two #> 36060 Two #> 36066 Two #> 36302 Sex-based #> 36306 Sex-based #> 36329 Sex-based #> 36605 Semantic and formal #> 36628 Semantic and formal #> 36642 Semantic and formal #> 37036 Plural suffix #> 37037 Plural suffix #> 37138 Plural suffix #> 37142 Plural suffix #> 37145 Plural suffix #> 37196 Plural suffix #> 37206 Plural suffix #> 37216 Plural suffix #> 37286 Plural suffix #> 37334 Mixed morphological plural #> 37365 Mixed morphological plural #> 37903 All nouns, always obligatory #> 37924 All nouns, always obligatory #> 37929 All nouns, always obligatory #> 37964 All nouns, always obligatory #> 37986 All nouns, always obligatory #> 38013 All nouns, always obligatory #> 38118 Person-number stem #> 38178 Person-number stem + pronominal plural affix #> 38223 Person-number stem + nominal plural affix #> 38485 No associative plural #> 38486 No associative plural #> 38487 No associative plural #> 38498 No associative plural #> 38511 No associative plural #> 38514 Definite word distinct from demonstrative #> 38521 Definite word distinct from demonstrative #> 38572 Definite word distinct from demonstrative #> 38582 Definite word distinct from demonstrative #> 38589 Definite word distinct from demonstrative #> 38597 Definite word distinct from demonstrative #> 38639 Definite word distinct from demonstrative #> 38702 Definite word distinct from demonstrative #> 38724 Definite word distinct from demonstrative #> 38820 Definite affix #> 39142 Indefinite word distinct from 'one' #> 39246 Indefinite word same as 'one' #> 39259 Indefinite word same as 'one' #> 39284 Indefinite word same as 'one' #> 39297 Indefinite word same as 'one' #> 39318 Indefinite word same as 'one' #> 39322 Indefinite word same as 'one' #> 39386 No indefinite, but definite article #> 39417 No indefinite, but definite article #> 39423 No indefinite, but definite article #> 39435 No indefinite, but definite article #> 39711 No inclusive/exclusive #> 39726 No inclusive/exclusive #> 39796 No inclusive/exclusive #> 40316 In fricatives alone #> 40357 In both plosives and fricatives #> 40368 In both plosives and fricatives #> 40387 In both plosives and fricatives #> 40491 In both plosives and fricatives #> 40493 In both plosives and fricatives #> 40504 In both plosives and fricatives #> 40605 No inclusive/exclusive #> 40623 No inclusive/exclusive #> 40647 No inclusive/exclusive #> 40708 No distance contrast #> 40730 Two-way contrast #> 40819 Two-way contrast #> 40880 Three-way contrast #> 40906 Three-way contrast #> 40939 Identical #> 41058 Identical #> 41060 Identical #> 41094 Different stem #> 41096 Different stem #> 41197 Unrelated #> 41303 Related to remote demonstratives #> 41340 Related by gender markers #> 41365 In 3rd person + 1st and/or 2nd person #> 41427 3rd person singular only #> 41449 3rd person singular only #> 41468 3rd person singular only #> 41477 3rd person singular only #> 41751 No politeness distinction #> 41889 Binary politeness distinction #> 41893 Binary politeness distinction #> 41895 Binary politeness distinction #> 41897 Binary politeness distinction #> 41913 Binary politeness distinction #> 41917 Binary politeness distinction #> 41918 Binary politeness distinction #> 41921 Binary politeness distinction #> 41924 Binary politeness distinction #> 41931 Multiple politeness distinctions #> 42009 Interrogative-based #> 42156 Generic-noun-based #> 42162 Generic-noun-based #> 42205 Generic-noun-based #> 42234 Special #> 42260 Mixed #> 42276 Identical #> 42302 Identical #> 42370 Differentiated #> 42381 Differentiated #> 42387 Differentiated #> 42390 Differentiated #> 42406 Differentiated #> 42423 Differentiated #> 42605 No person marking #> 42668 No person marking #> 42694 No person marking #> 42782 Pronouns only #> 42791 Pronouns only #> 42843 No morphological case-marking #> 42854 No morphological case-marking #> 42875 No morphological case-marking #> 42892 No morphological case-marking #> 42906 No morphological case-marking #> 42934 2 cases #> 42941 2 cases #> 43107 Other #> 43344 None missing in /p t k b d g/ #> 43348 None missing in /p t k b d g/ #> 43388 None missing in /p t k b d g/ #> 43397 None missing in /p t k b d g/ #> 43481 None missing in /p t k b d g/ #> 43556 None missing in /p t k b d g/ #> 43666 No case-marking #> 43715 No case-marking #> 43765 Symmetrical #> 43827 Additive-quantitatively asymmetrical #> 43828 Additive-quantitatively asymmetrical #> 43850 Additive-quantitatively asymmetrical #> 43856 Additive-quantitatively asymmetrical #> 43956 Case suffixes #> 44412 Mixed morphological case #> 44415 Mixed morphological case #> 44544 Prepositional clitics #> 44550 Prepositional clitics #> 44648 No case affixes or adpositional clitics #> 44714 No case affixes or adpositional clitics #> 44725 No case affixes or adpositional clitics #> 44732 No case affixes or adpositional clitics #> 44844 No case affixes or adpositional clitics #> 44945 Identity #> 44954 Identity #> 44958 Identity #> 44961 Identity #> 44978 Identity #> 44979 Identity #> 44999 Identity #> 45006 Identity #> 45016 Identity #> 45258 Mixed #> 45331 One-th, two-th, three-th #> 45478 First, two-th, three-th #> 45486 First, two-th, three-th #> 45517 First, second, three-th #> 45520 First, second, three-th #> 45524 First, second, three-th #> 45540 First, second, three-th #> 45545 First, second, three-th #> 45551 First, second, three-th #> 45555 First, second, three-th #> 45559 First, second, three-th #> 45562 First, second, three-th #> 45564 First, second, three-th #> 45569 First, second, three-th #> 45571 First, second, three-th #> 45574 First, second, three-th #> 45614 No distributive numerals #> 45643 No distributive numerals #> 45644 No distributive numerals #> 45801 Marked by preceding word #> 45914 Absent #> 46262 Formally different #> 46855 Possessive suffixes #> 47012 No possessive affixes #> 47054 No possessive affixes #> 47126 No possessive affixes #> 47175 No possessive affixes #> 47208 No possessive affixes #> 47247 No possessive affixes #> 47302 Absent #> 47467 Absent #> 47618 None reported #> 47670 None reported #> 47825 No possessive classification #> 47835 No possessive classification #> 48076 None #> 48087 None #> 48198 None #> 48285 None #> 48441 None #> 48451 None #> 48495 Uvular continuants only #> 48631 Highly differentiated #> 48697 Without marking #> 48737 Without marking #> 48798 Marked by preceding word #> 48870 Ergative-Possessive #> 48872 Ergative-Possessive #> 48877 Ergative-Possessive #> 48912 Mixed #> 48983 'And' different from 'with' #> 48996 'And' different from 'with' #> 49020 'And' different from 'with' #> 49029 'And' different from 'with' #> 49044 'And' different from 'with' #> 49101 'And' different from 'with' #> 49232 Identity #> 49269 Identity #> 49302 Identity #> 49548 Grammatical marking #> 49552 Grammatical marking #> 49593 Grammatical marking #> 49597 Grammatical marking #> 49758 Present, no remoteness distinctions #> 49810 Present, no remoteness distinctions #> 49823 Present, no remoteness distinctions #> 49829 Present, no remoteness distinctions #> 49964 Inflectional future exists #> 50056 Inflectional future exists #> 50130 No inflectional future #> 50142 No inflectional future #> 50182 From possessive #> 50184 From possessive #> 50332 No perfect #> 50338 No perfect #> 50658 Tense-aspect suffixes #> 50727 Tense-aspect suffixes #> 50758 Tense-aspect suffixes #> 50800 Tense-aspect suffixes #> 50977 Tense-aspect suffixes #> 51099 Tense-aspect suffixes #> 51109 Tense-aspect suffixes #> 51116 Tense-aspect suffixes #> 51215 Tense-aspect suffixes #> 51243 Mixed type #> 51329 Mixed type #> 51566 No glottalized consonants #> 51606 No glottalized consonants #> 51635 No glottalized consonants #> 51690 No glottalized consonants #> 51818 No glottalized consonants #> 51916 No glottalized consonants #> 51941 No glottalized consonants #> 52110 Second singular and second plural #> 52120 Second singular and second plural #> 52184 Second singular and second plural #> 52206 Second singular and second plural #> 52295 Second singular and second plural #> 52310 Second singular and second plural #> 52388 Second singular and second plural #> 52393 Second singular and second plural #> 52394 Second singular #> 52402 Second singular #> 52410 Second singular #> 52420 Second singular #> 52423 Second singular #> 52434 Second singular #> 52496 Second person number-neutral #> 52686 Normal imperative + normal negative #> 52726 Normal imperative + normal negative #> 52854 Normal imperative + special negative #> 52905 Normal imperative + special negative #> 52948 Special imperative + normal negative #> 52959 Special imperative + normal negative #> 52961 Special imperative + normal negative #> 52968 Special imperative + normal negative #> 52971 Special imperative + normal negative #> 52980 Special imperative + normal negative #> 52996 Special imperative + normal negative #> 52998 Special imperative + normal negative #> 53238 Maximal system #> 53259 Maximal system #> 53325 Neither type of system #> 53358 Neither type of system #> 53370 Neither type of system #> 53392 Neither type of system #> 53422 Neither type of system #> 53449 Neither type of system #> 53508 Neither type of system #> 53575 Inflectional optative absent #> 53718 Inflectional optative absent #> 53726 Inflectional optative absent #> 53902 Verbal constructions #> 53904 Verbal constructions #> 53930 Verbal constructions #> 53967 Verbal constructions #> 53982 Verbal constructions #> 54004 Verbal constructions #> 54006 Verbal constructions #> 54020 Verbal constructions #> 54083 Verbal constructions #> 54095 Verbal constructions #> 54102 Verbal constructions #> 54110 Verbal constructions #> 54131 Verbal constructions #> 54133 Verbal constructions #> 54134 Verbal constructions #> 54225 Other #> 54313 Overlap for both possibility and necessity #> 54317 Overlap for both possibility and necessity #> 54324 Overlap for both possibility and necessity #> 54325 Overlap for both possibility and necessity #> 54328 Overlap for both possibility and necessity #> 54343 Overlap for both possibility and necessity #> 54352 Overlap for either possibility or necessity #> 54362 Overlap for either possibility or necessity #> 54572 No grammatical evidentials #> 54603 No grammatical evidentials #> 54666 No grammatical evidentials #> 54699 No grammatical evidentials #> 54777 Indirect only #> 54983 No grammatical evidentials #> 55056 No grammatical evidentials #> 55105 No grammatical evidentials #> 55117 No grammatical evidentials #> 55344 Modal morpheme #> 55402 Tense and aspect #> 55407 Tense and aspect #> 55413 Tense and aspect #> 55558 Imperative #> 55568 Imperative #> 55709 None (= no suppletive imperatives reported in the reference material) #> 55856 /l/, no obstruent laterals #> 55859 /l/, no obstruent laterals #> 55916 /l/, no obstruent laterals #> 55971 /l/, no obstruent laterals #> 55982 /l/, no obstruent laterals #> 56049 /l/, no obstruent laterals #> 56148 /l/, no obstruent laterals #> 56346 None #> 56385 None #> 56407 None #> 57106 SVO #> 57109 SVO #> 57334 SVO #> 57410 SVO #> 57467 SVO #> 57472 SVO #> 57518 SVO #> 57525 SVO #> 57537 SVO #> 57549 SVO #> 57585 VSO #> 57629 VSO #> 57643 VSO #> 57646 VSO #> 58103 SV #> 58377 SV #> 58513 SV #> 58731 SV #> 58876 SV #> 58893 SV #> 59260 VS #> 59264 VS #> 59315 VS #> 59326 VS #> 59331 VS #> 59346 No dominant order #> 59365 No dominant order #> 59427 No dominant order #> 60173 VO #> 60282 VO #> 60380 VO #> 60466 VO #> 60597 VO #> 60622 VO #> 60630 VO #> 60652 VO #> 60663 VO #> 60671 VO #> 60765 VO #> 60769 VO #> 60843 VO #> 60856 VO #> 60962 VOX #> 61026 VOX #> 61077 VOX #> 61099 VOX #> 61169 VOX #> 62067 Prepositions #> 62173 Prepositions #> 62195 Prepositions #> 62208 Prepositions #> 62248 Prepositions #> 62360 Prepositions #> 62388 Prepositions #> 62421 Prepositions #> 62432 Prepositions #> 62528 Prepositions #> 62545 Prepositions #> 63356 Noun-Genitive #> 63359 Noun-Genitive #> 63436 Noun-Genitive #> 63502 Noun-Genitive #> 63567 Noun-Genitive #> 63598 Noun-Genitive #> 63654 Noun-Genitive #> 63666 Noun-Genitive #> 63709 Noun-Genitive #> 63713 Noun-Genitive #> 63734 Noun-Genitive #> 63745 Noun-Genitive #> 64286 Noun-Adjective #> 64340 Noun-Adjective #> 64405 Noun-Adjective #> 64478 Noun-Adjective #> 64639 Noun-Adjective #> 64681 Noun-Adjective #> 64786 Noun-Adjective #> 64790 Noun-Adjective #> 64835 Noun-Adjective #> 64882 Noun-Adjective #> 64997 Noun-Adjective #> 65050 Noun-Adjective #> 65112 Noun-Adjective #> 65279 Demonstrative-Noun #> 65428 Demonstrative-Noun #> 65473 Demonstrative-Noun #> 65558 Demonstrative-Noun #> 65592 Demonstrative-Noun #> 65702 Demonstrative-Noun #> 66121 Noun-Demonstrative #> 66204 Noun-Demonstrative #> 66298 Noun-Demonstrative #> 66308 Noun-Demonstrative #> 66323 Noun-Demonstrative #> 66424 Mixed #> 66485 Numeral-Noun #> 66523 Numeral-Noun #> 66543 Numeral-Noun #> 66581 Numeral-Noun #> 66623 Numeral-Noun #> 66661 Numeral-Noun #> 66691 Numeral-Noun #> 66729 Numeral-Noun #> 66779 Numeral-Noun #> 66802 Numeral-Noun #> 66887 Numeral-Noun #> 66925 Numeral-Noun #> 67944 No velar nasal #> 68085 No velar nasal #> 68100 No velar nasal #> 68121 Noun-Relative clause #> 68190 Noun-Relative clause #> 68202 Noun-Relative clause #> 68237 Noun-Relative clause #> 68292 Noun-Relative clause #> 68294 Noun-Relative clause #> 68366 Noun-Relative clause #> 68398 Noun-Relative clause #> 68412 Noun-Relative clause #> 68459 Noun-Relative clause #> 68499 Noun-Relative clause #> 68521 Noun-Relative clause #> 68633 Noun-Relative clause #> 69157 Noun-Relative clause (NRel) dominant #> 69181 Noun-Relative clause (NRel) dominant #> 69200 Noun-Relative clause (NRel) dominant #> 69227 Noun-Relative clause (NRel) dominant #> 69239 Noun-Relative clause (NRel) dominant #> 69250 Noun-Relative clause (NRel) dominant #> 69306 Noun-Relative clause (NRel) dominant #> 69372 Noun-Relative clause (NRel) dominant #> 69434 Noun-Relative clause (NRel) dominant #> 69455 Noun-Relative clause (NRel) dominant #> 69518 Noun-Relative clause (NRel) dominant #> 69542 Noun-Relative clause (NRel) dominant #> 69621 Noun-Relative clause (NRel) dominant #> 69841 Degree word-Adjective #> 69896 Degree word-Adjective #> 69929 Degree word-Adjective #> 69949 Degree word-Adjective #> 69995 Degree word-Adjective #> 70013 Degree word-Adjective #> 70049 Degree word-Adjective #> 70275 No dominant order #> 70278 No dominant order #> 70334 Initial #> 70376 Initial #> 70399 Initial #> 70403 Initial #> 70432 Initial #> 70438 Initial #> 70443 Initial #> 70855 No question particle #> 70894 No question particle #> 70938 No question particle #> 70995 No question particle #> 71155 No question particle #> 71245 Initial interrogative phrase #> 71253 Initial interrogative phrase #> 71334 Initial interrogative phrase #> 71369 Initial interrogative phrase #> 71390 Initial interrogative phrase #> 71398 Initial interrogative phrase #> 71433 Initial interrogative phrase #> 71785 Not initial interrogative phrase #> 72240 Initial subordinator word #> 72294 Initial subordinator word #> 72332 Initial subordinator word #> 72333 Initial subordinator word #> 72343 Initial subordinator word #> 72364 Initial subordinator word #> 72387 Initial subordinator word #> 72454 Initial subordinator word #> 72460 Initial subordinator word #> 72492 Initial subordinator word #> 72502 Initial subordinator word #> 73388 VO and Prepositions #> 73407 VO and Prepositions #> 73417 VO and Prepositions #> 73514 VO and Prepositions #> 73544 VO and Prepositions #> 73583 VO and Prepositions #> 73600 VO and Prepositions #> 73612 VO and Prepositions #> 73634 VO and Prepositions #> 73718 VO and Prepositions #> 73729 VO and Prepositions #> 74161 VO and NRel #> 74175 VO and NRel #> 74183 VO and NRel #> 74250 VO and NRel #> 74261 VO and NRel #> 74296 VO and NRel #> 74316 VO and NRel #> 74340 VO and NRel #> 74412 VO and NRel #> 74422 VO and NRel #> 74433 VO and NRel #> 74446 VO and NRel #> 74475 VO and NRel #> 75486 VO and NAdj #> 75510 VO and NAdj #> 75576 VO and NAdj #> 75610 VO and NAdj #> 75624 VO and NAdj #> 75637 VO and NAdj #> 75654 VO and NAdj #> 75670 VO and NAdj #> 75724 VO and NAdj #> 75761 VO and NAdj #> 75797 VO and NAdj #> 75818 VO and NAdj #> 75833 VO and NAdj #> 76108 Neutral #> 76165 Neutral #> 76225 Nominative - accusative (standard) #> 76374 Nominative - accusative (standard) #> 76377 Nominative - accusative (standard) #> 76390 Nominative - accusative (standard) #> code_ID language_ID iso_code glottocode language #> 224 1A-3 rsc roh roma1326 Romansch (Scharans) #> 264 1A-3 rom ron roma1327 Romanian #> 281 1A-3 fre fra stan1290 French #> 297 1A-3 bre bre bret1244 Breton #> 320 1A-3 spa spa stan1288 Spanish #> 326 1A-3 ctl cat stan1289 Catalan #> 554 1A-5 ird gle iris1253 Irish (Donegal) #> 573 10A-1 fre fra stan1290 French #> 735 10A-2 iri gle iris1253 Irish #> 740 10A-2 spa spa stan1288 Spanish #> 1011 100A-2 spa spa stan1288 Spanish #> 1015 100A-2 iri gle iris1253 Irish #> 1047 100A-2 wel cym wels1247 Welsh #> 1099 100A-2 ita ita ital1282 Italian #> 1131 100A-2 fre fra stan1290 French #> 1278 101A-1 fre fra stan1290 French #> 1307 101A-1 gae gla scot1245 Gaelic (Scots) #> 1347 101A-2 por por port1283 Portuguese #> 1477 101A-2 spa spa stan1288 Spanish #> 1481 101A-2 ctl cat stan1289 Catalan #> 1485 101A-2 ita ita ital1282 Italian #> 1575 101A-2 crn cor corn1251 Cornish #> 1623 101A-2 bre bre bret1244 Breton #> 1911 101A-6 iri gle iris1253 Irish #> 2041 102A-2 wel cym wels1247 Welsh #> 2053 102A-2 iri gle iris1253 Irish #> 2071 102A-2 fre fra stan1290 French #> 2075 102A-2 ita ita ital1282 Italian #> 2130 102A-5 spa spa stan1288 Spanish #> 2431 103A-2 spa spa stan1288 Spanish #> 2469 103A-2 wel cym wels1247 Welsh #> 2509 103A-2 ita ita ital1282 Italian #> 2531 103A-2 iri gle iris1253 Irish #> 2574 103A-2 fre fra stan1290 French #> 2767 104A-1 fre fra stan1290 French #> 2775 104A-1 wel cym wels1247 Welsh #> 2792 104A-1 iri gle iris1253 Irish #> 2796 104A-1 ita ita ital1282 Italian #> 3018 104A-3 spa spa stan1288 Spanish #> 3173 105A-1 fre fra stan1290 French #> 3189 105A-1 ita ita ital1282 Italian #> 3252 105A-1 spa spa stan1288 Spanish #> 3573 106A-3 fre fra stan1290 French #> 3577 106A-3 spa spa stan1288 Spanish #> 3671 107A-1 iri gle iris1253 Irish #> 3698 107A-1 fre fra stan1290 French #> 3701 107A-1 spa spa stan1288 Spanish #> 3754 107A-1 ita ita ital1282 Italian #> 3781 107A-1 wel cym wels1247 Welsh #> 4069 108A-3 gae gla scot1245 Gaelic (Scots) #> 4148 108A-3 spa spa stan1288 Spanish #> 4159 108A-3 fre fra stan1290 French #> 4237 108B-4 gae gla scot1245 Gaelic (Scots) #> 4253 108B-4 fre fra stan1290 French #> 4296 108B-4 spa spa stan1288 Spanish #> 4496 109A-8 fre fra stan1290 French #> 4513 109A-8 spa spa stan1288 Spanish #> 4560 109A-8 gae gla scot1245 Gaelic (Scots) #> 4659 109B-5 spa spa stan1288 Spanish #> 4660 109B-5 gae gla scot1245 Gaelic (Scots) #> 4722 109B-5 fre fra stan1290 French #> 5001 11A-1 ird gle iris1253 Irish (Donegal) #> 5086 11A-1 spa spa stan1288 Spanish #> 5094 11A-1 rom ron roma1327 Romanian #> 5105 11A-1 ctl cat stan1289 Catalan #> 5233 11A-1 rsc roh roma1326 Romansch (Scharans) #> 5279 11A-2 fre fra stan1290 French #> 5294 11A-2 bre bre bret1244 Breton #> 5411 110A-2 iri gle iris1253 Irish #> 5423 110A-3 spa spa stan1288 Spanish #> 5430 111A-1 iri gle iris1253 Irish #> 5719 111A-4 fre fra stan1290 French #> 5734 111A-4 spa spa stan1288 Spanish #> 6154 112A-2 rsu roh roma1326 Romansch (Sursilvan) #> 6157 112A-2 wec cym wels1247 Welsh (Colloquial) #> 6240 112A-2 por por port1283 Portuguese #> 6260 112A-2 iri gle iris1253 Irish #> 6265 112A-2 srd sro camp1261 Sardinian #> 6322 112A-2 gae gla scot1245 Gaelic (Scots) #> 6392 112A-2 spa spa stan1288 Spanish #> 6403 112A-2 fre fra stan1290 French #> 6449 112A-2 ita ita ital1282 Italian #> 6496 112A-2 crn cor corn1251 Cornish #> 6570 112A-2 rom ron roma1327 Romanian #> 6594 112A-2 ctl cat stan1289 Catalan #> 6623 112A-2 wel cym wels1247 Welsh #> 6869 112A-6 bre bre bret1244 Breton #> 6909 113A-1 ita ita ital1282 Italian #> 6914 113A-1 fre fra stan1290 French #> 6918 113A-1 spa spa stan1288 Spanish #> 7093 113A-3 iri gle iris1253 Irish #> 7265 114A-3 iri gle iris1253 Irish #> 7380 114A-7 fre fra stan1290 French #> 7409 114A-7 spa spa stan1288 Spanish #> 7436 114A-7 ita ita ital1282 Italian #> 7550 115A-1 rom ron roma1327 Romanian #> 7626 115A-1 iri gle iris1253 Irish #> 7655 115A-1 ctl cat stan1289 Catalan #> 7672 115A-3 por por port1283 Portuguese #> 7674 115A-3 ita ita ital1282 Italian #> 7677 115A-3 spa spa stan1288 Spanish #> 7680 115A-3 fre fra stan1290 French #> 7771 116A-1 por por port1283 Portuguese #> 7882 116A-1 fre fra stan1290 French #> 7911 116A-1 srd sro camp1261 Sardinian #> 7938 116A-1 bre bre bret1244 Breton #> 8079 116A-1 wel cym wels1247 Welsh #> 8179 116A-1 crn cor corn1251 Cornish #> 8183 116A-1 iri gle iris1253 Irish #> 8280 116A-2 gae gla scot1245 Gaelic (Scots) #> 8469 116A-4 spa spa stan1288 Spanish #> 8521 116A-6 rom ron roma1327 Romanian #> 8531 116A-6 ctl cat stan1289 Catalan #> 8619 116A-6 ita ita ital1282 Italian #> 8669 117A-1 gae gla scot1245 Gaelic (Scots) #> 8671 117A-1 wel cym wels1247 Welsh #> 8672 117A-1 iri gle iris1253 Irish #> 8694 117A-1 bre bre bret1244 Breton #> 8845 117A-5 rom ron roma1327 Romanian #> 8867 117A-5 spa spa stan1288 Spanish #> 9059 118A-2 rom ron roma1327 Romanian #> 9064 118A-2 gae gla scot1245 Gaelic (Scots) #> 9118 118A-2 spa spa stan1288 Spanish #> 9121 118A-2 bre bre bret1244 Breton #> 9123 118A-2 fre fra stan1290 French #> 9134 118A-2 wel cym wels1247 Welsh #> 9150 118A-2 iri gle iris1253 Irish #> 9293 119A-1 wel cym wels1247 Welsh #> 9363 119A-1 iri gle iris1253 Irish #> 9402 119A-1 gae gla scot1245 Gaelic (Scots) #> 9466 119A-1 spa spa stan1288 Spanish #> 9550 119A-2 rom ron roma1327 Romanian #> 9586 119A-2 bre bre bret1244 Breton #> 9587 119A-2 fre fra stan1290 French #> 9723 12A-2 ctl cat stan1289 Catalan #> 9725 12A-2 spa spa stan1288 Spanish #> 9998 12A-3 bre bre bret1244 Breton #> 10021 12A-3 fre fra stan1290 French #> 10027 12A-3 rsc roh roma1326 Romansch (Scharans) #> 10048 12A-3 ird gle iris1253 Irish (Donegal) #> 10209 120A-1 iri gle iris1253 Irish #> 10220 120A-1 rom ron roma1327 Romanian #> 10258 120A-1 gae gla scot1245 Gaelic (Scots) #> 10270 120A-1 spa spa stan1288 Spanish #> 10272 120A-1 fre fra stan1290 French #> 10332 120A-1 bre bre bret1244 Breton #> 10333 120A-1 wel cym wels1247 Welsh #> 10610 121A-1 bre bre bret1244 Breton #> 10680 121A-4 gae gla scot1245 Gaelic (Scots) #> 10693 121A-4 fre fra stan1290 French #> 10694 121A-4 spa spa stan1288 Spanish #> 10697 121A-4 iri gle iris1253 Irish #> 10705 122A-1 ita ita ital1282 Italian #> 10710 122A-1 fre fra stan1290 French #> 10790 122A-4 gae gla scot1245 Gaelic (Scots) #> 10851 122A-4 iri gle iris1253 Irish #> 10862 122A-4 spa spa stan1288 Spanish #> 10868 123A-1 fre fra stan1290 French #> 10873 123A-1 ita ita ital1282 Italian #> 10876 123A-1 spa spa stan1288 Spanish #> 10899 123A-3 gae gla scot1245 Gaelic (Scots) #> 10913 123A-3 iri gle iris1253 Irish #> 11022 124A-1 fre fra stan1290 French #> 11107 124A-1 spa spa stan1288 Spanish #> 11138 124A-2 rom ron roma1327 Romanian #> 11310 125A-2 iri gle iris1253 Irish #> 11331 125A-3 ita ita ital1282 Italian #> 11389 125A-3 fre fra stan1290 French #> 11419 125A-3 spa spa stan1288 Spanish #> 11519 126A-2 fre fra stan1290 French #> 11521 126A-2 spa spa stan1288 Spanish #> 11530 126A-2 iri gle iris1253 Irish #> 11531 126A-2 ita ita ital1282 Italian #> 11699 127A-2 spa spa stan1288 Spanish #> 11702 127A-2 iri gle iris1253 Irish #> 11706 127A-2 fre fra stan1290 French #> 11719 127A-2 ita ita ital1282 Italian #> 11831 128A-1 iri gle iris1253 Irish #> 11898 128A-2 spa spa stan1288 Spanish #> 11902 128A-2 ita ita ital1282 Italian #> 11904 128A-2 fre fra stan1290 French #> 12159 129A-2 gae gla scot1245 Gaelic (Scots) #> 12163 129A-2 rom ron roma1327 Romanian #> 12201 129A-2 ctl cat stan1289 Catalan #> 12258 129A-2 spa spa stan1288 Spanish #> 12273 129A-2 bre bre bret1244 Breton #> 12307 129A-2 wel cym wels1247 Welsh #> 12392 129A-2 crn cor corn1251 Cornish #> 12423 129A-2 por por port1283 Portuguese #> 12458 129A-2 iri gle iris1253 Irish #> 12460 129A-2 ita ita ital1282 Italian #> 12521 129A-2 fre fra stan1290 French #> 12540 13A-1 spa spa stan1288 Spanish #> 12594 13A-1 fre fra stan1290 French #> 12597 13A-1 rsc roh roma1326 Romansch (Scharans) #> 12700 13A-1 bre bre bret1244 Breton #> 12728 13A-1 ird gle iris1253 Irish (Donegal) #> 12777 13A-1 ctl cat stan1289 Catalan #> 12782 13A-1 rom ron roma1327 Romanian #> 13163 130A-2 wel cym wels1247 Welsh #> 13177 130A-2 por por port1283 Portuguese #> 13219 130A-2 spa spa stan1288 Spanish #> 13242 130A-2 ita ita ital1282 Italian #> 13252 130A-2 bre bre bret1244 Breton #> 13265 130A-2 fre fra stan1290 French #> 13284 130A-2 iri gle iris1253 Irish #> 13324 130A-2 ctl cat stan1289 Catalan #> 13438 130A-2 crn cor corn1251 Cornish #> 13461 130A-2 gae gla scot1245 Gaelic (Scots) #> 13591 130A-2 rom ron roma1327 Romanian #> 13740 131A-1 spa spa stan1288 Spanish #> 13840 131A-1 fre fra stan1290 French #> 13853 131A-2 iri gle iris1253 Irish #> 14016 132A-7 spa spa stan1288 Spanish #> 14026 132A-7 fre fra stan1290 French #> 14150 133A-7 fre fra stan1290 French #> 14151 133A-7 spa spa stan1288 Spanish #> 14165 134A-1 fre fra stan1290 French #> 14174 134A-1 spa spa stan1288 Spanish #> 14320 135A-1 fre fra stan1290 French #> 14360 135A-1 spa spa stan1288 Spanish #> 14605 136A-2 spa spa stan1288 Spanish #> 14610 136A-2 fre fra stan1290 French #> 14817 136B-2 fre fra stan1290 French #> 14824 136B-2 spa spa stan1288 Spanish #> 14896 137A-1 spa spa stan1288 Spanish #> 14904 137A-1 fre fra stan1290 French #> 15112 137B-1 fre fra stan1290 French #> 15229 137B-1 spa spa stan1288 Spanish #> 15372 138A-1 mol ron roma1327 Moldavian #> 15423 138A-1 por por port1283 Portuguese #> 15438 138A-2 fre fra stan1290 French #> 15450 138A-2 ita ita ital1282 Italian #> 15454 138A-2 rmc roh roma1326 Romansch #> 15461 138A-2 ctl cat stan1289 Catalan #> 15466 138A-2 bre bre bret1244 Breton #> 15467 138A-2 spa spa stan1288 Spanish #> 15468 138A-2 occ oci occi1239 Occitan #> 15472 138A-2 wel cym wels1247 Welsh #> 15473 138A-2 ast ast astu1245 Asturian #> 15499 138A-2 pro oci occi1239 Provençal #> 15509 138A-2 iri gle iris1253 Irish #> 15607 14A-1 por por port1283 Portuguese #> 15636 14A-1 ita ita ital1282 Italian #> 15669 14A-1 rom ron roma1327 Romanian #> 15766 14A-1 rsm roh roma1326 Romansch (Surmeiran) #> 15771 14A-1 srd sro camp1261 Sardinian #> 15777 14A-1 fre fra stan1290 French #> 15782 14A-1 ctl cat stan1289 Catalan #> 15794 14A-1 spa spa stan1288 Spanish #> 15799 14A-1 occ oci occi1239 Occitan #> 15802 14A-1 irm gle iris1253 Irish (Munster) #> 15827 14A-2 iri gle iris1253 Irish #> 15847 14A-2 mnx glv manx1243 Manx #> 15870 14A-2 gae gla scot1245 Gaelic (Scots) #> 15927 14A-6 wel cym wels1247 Welsh #> 15934 14A-6 crn cor corn1251 Cornish #> 16035 14A-6 bre bre bret1244 Breton #> 16145 142A-1 itn nap neap1235 Italian (Napolitanian) #> 16151 142A-1 ita ita ital1282 Italian #> 16154 142A-1 itb egl emil1241 Italian (Bologna) #> 16156 142A-1 itg lij ligu1248 Italian (Genoa) #> 16166 142A-1 ifi ita ital1282 Italian (Fiorentino) #> 16192 142A-2 iri gle iris1253 Irish #> 16220 142A-2 spa spa stan1288 Spanish #> 16237 142A-2 spc spa stan1288 Spanish (Canary Islands) #> 16284 143A-1 por por port1283 Portuguese #> 16286 143A-1 spa spa stan1288 Spanish #> 16289 143A-1 gae gla scot1245 Gaelic (Scots) #> 16321 143A-1 srd sro camp1261 Sardinian #> 16407 143A-1 rom ron roma1327 Romanian #> 16488 143A-1 iri gle iris1253 Irish #> 16635 143A-1 wel cym wels1247 Welsh #> 16659 143A-1 ita ita ital1282 Italian #> 16677 143A-1 crn cor corn1251 Cornish #> 16840 143A-14 bre bre bret1244 Breton #> 16955 143A-15 ctl cat stan1289 Catalan #> 16993 143A-15 fre fra stan1290 French #> 17103 143A-2 rsu roh roma1326 Romansch (Sursilvan) #> 17139 143A-2 wec cym wels1247 Welsh (Colloquial) #> 17637 143B-13 bre bre bret1244 Breton #> 17723 143C-1 ctl cat stan1289 Catalan #> 17766 143C-2 fre fra stan1290 French #> 17820 143E-1 crn cor corn1251 Cornish #> 17821 143E-1 gae gla scot1245 Gaelic (Scots) #> 17856 143E-1 por por port1283 Portuguese #> 17857 143E-1 bre bre bret1244 Breton #> 17964 143E-1 rom ron roma1327 Romanian #> 18028 143E-1 srd sro camp1261 Sardinian #> 18039 143E-1 spa spa stan1288 Spanish #> 18139 143E-1 ctl cat stan1289 Catalan #> 18178 143E-1 wel cym wels1247 Welsh #> 18384 143E-1 ita ita ital1282 Italian #> 18440 143E-1 iri gle iris1253 Irish #> 18457 143E-1 fre fra stan1290 French #> 18811 143E-4 rsu roh roma1326 Romansch (Sursilvan) #> 18893 143E-4 wec cym wels1247 Welsh (Colloquial) #> 19169 143F-1 bre bre bret1244 Breton #> 19196 143F-1 rsu roh roma1326 Romansch (Sursilvan) #> 19296 143F-1 fre fra stan1290 French #> 19354 143F-1 ctl cat stan1289 Catalan #> 19407 143F-1 wec cym wels1247 Welsh (Colloquial) #> 19768 143F-4 srd sro camp1261 Sardinian #> 19946 143F-4 rom ron roma1327 Romanian #> 19959 143F-4 gae gla scot1245 Gaelic (Scots) #> 20004 143F-4 spa spa stan1288 Spanish #> 20045 143F-4 crn cor corn1251 Cornish #> 20158 143F-4 ita ita ital1282 Italian #> 20242 143F-4 iri gle iris1253 Irish #> 20322 143F-4 wel cym wels1247 Welsh #> 20412 143F-4 por por port1283 Portuguese #> 20503 143G-4 bre bre bret1244 Breton #> 20763 143G-4 ita ita ital1282 Italian #> 20885 143G-4 ctl cat stan1289 Catalan #> 21046 143G-4 spa spa stan1288 Spanish #> 21068 143G-4 wel cym wels1247 Welsh #> 21116 143G-4 rsu roh roma1326 Romansch (Sursilvan) #> 21195 143G-4 gae gla scot1245 Gaelic (Scots) #> 21387 143G-4 wec cym wels1247 Welsh (Colloquial) #> 21417 143G-4 rom ron roma1327 Romanian #> 21420 143G-4 srd sro camp1261 Sardinian #> 21530 143G-4 fre fra stan1290 French #> 21622 143G-4 por por port1283 Portuguese #> 21717 143G-4 iri gle iris1253 Irish #> 21752 143G-4 crn cor corn1251 Cornish #> 21787 144A-10 wec cym wels1247 Welsh (Colloquial) #> 21919 144A-18 bre bre bret1244 Breton #> 22011 144A-19 fre fra stan1290 French #> 22028 144A-19 ctl cat stan1289 Catalan #> 22107 144A-2 ita ita ital1282 Italian #> 22126 144A-2 rom ron roma1327 Romanian #> 22163 144A-2 por por port1283 Portuguese #> 22164 144A-2 spa spa stan1288 Spanish #> 22183 144A-2 srd sro camp1261 Sardinian #> 22682 144A-21 rsu roh roma1326 Romansch (Sursilvan) #> 22933 144A-9 wel cym wels1247 Welsh #> 22943 144A-9 crn cor corn1251 Cornish #> 22955 144A-9 gae gla scot1245 Gaelic (Scots) #> 22960 144A-9 iri gle iris1253 Irish #> 23071 144B-3 ita ita ital1282 Italian #> 23077 144B-3 por por port1283 Portuguese #> 23103 144B-3 crn cor corn1251 Cornish #> 23161 144B-3 gae gla scot1245 Gaelic (Scots) #> 23228 144B-3 iri gle iris1253 Irish #> 23284 144B-3 wel cym wels1247 Welsh #> 23302 144B-3 ctl cat stan1289 Catalan #> 23347 144B-3 spa spa stan1288 Spanish #> 23356 144B-3 rom ron roma1327 Romanian #> 23359 144B-3 srd sro camp1261 Sardinian #> 23408 144B-4 fre fra stan1290 French #> 23459 144B-5 wec cym wels1247 Welsh (Colloquial) #> 23598 144C-5 crn cor corn1251 Cornish #> 23639 144D-12 rsu roh roma1326 Romansch (Sursilvan) #> 23741 144D-14 bre bre bret1244 Breton #> 23746 144D-15 ctl cat stan1289 Catalan #> 23762 144D-15 fre fra stan1290 French #> 23785 144D-2 por por port1283 Portuguese #> 23846 144D-2 rom ron roma1327 Romanian #> 23866 144D-2 spa spa stan1288 Spanish #> 23867 144D-2 ita ita ital1282 Italian #> 23890 144D-2 srd sro camp1261 Sardinian #> 24127 144F-12 bre bre bret1244 Breton #> 24194 144G-3 fre fra stan1290 French #> 24197 144G-4 ctl cat stan1289 Catalan #> 24373 144H-4 bre bre bret1244 Breton #> 24389 144H-4 rsu roh roma1326 Romansch (Sursilvan) #> 24399 144H-4 ita ita ital1282 Italian #> 24412 144H-4 por por port1283 Portuguese #> 24463 144H-4 ctl cat stan1289 Catalan #> 24495 144H-4 spa spa stan1288 Spanish #> 24527 144H-4 srd sro camp1261 Sardinian #> 24572 144H-4 fre fra stan1290 French #> 24573 144H-4 rom ron roma1327 Romanian #> 24628 144I-1 spa spa stan1288 Spanish #> 24686 144I-1 srd sro camp1261 Sardinian #> 24719 144I-1 rom ron roma1327 Romanian #> 24750 144I-1 por por port1283 Portuguese #> 24757 144I-1 ita ita ital1282 Italian #> 24833 144I-3 ctl cat stan1289 Catalan #> 24865 144I-5 bre bre bret1244 Breton #> 24868 144I-5 fre fra stan1290 French #> 25005 144I-8 rsu roh roma1326 Romansch (Sursilvan) #> 25084 144J-3 fre fra stan1290 French #> 25089 144J-5 bre bre bret1244 Breton #> 25098 144J-5 ctl cat stan1289 Catalan #> 25135 144J-7 por por port1283 Portuguese #> 25193 144J-7 spa spa stan1288 Spanish #> 25237 144J-7 ita ita ital1282 Italian #> 25261 144J-7 srd sro camp1261 Sardinian #> 25402 144J-7 rom ron roma1327 Romanian #> 25686 144K-4 por por port1283 Portuguese #> 25706 144K-4 fre fra stan1290 French #> 25717 144K-4 spa spa stan1288 Spanish #> 25730 144K-4 ita ita ital1282 Italian #> 25816 144K-4 ctl cat stan1289 Catalan #> 25845 144K-4 rom ron roma1327 Romanian #> 25898 144K-4 bre bre bret1244 Breton #> 25900 144K-4 srd sro camp1261 Sardinian #> 28358 144T-1 iri gle iris1253 Irish #> 28359 144T-1 wel cym wels1247 Welsh #> 28367 144T-1 gae gla scot1245 Gaelic (Scots) #> 28431 144T-2 wec cym wels1247 Welsh (Colloquial) #> 28498 144T-7 crn cor corn1251 Cornish #> 28557 144V-1 gae gla scot1245 Gaelic (Scots) #> 28558 144V-1 iri gle iris1253 Irish #> 28575 144V-1 wel cym wels1247 Welsh #> 28624 144V-1 crn cor corn1251 Cornish #> 28676 144V-9 wec cym wels1247 Welsh (Colloquial) #> 28688 144W-5 wec cym wels1247 Welsh (Colloquial) #> 28689 144W-6 crn cor corn1251 Cornish #> 28801 144W-6 gae gla scot1245 Gaelic (Scots) #> 28808 144W-6 wel cym wels1247 Welsh #> 28821 144W-6 iri gle iris1253 Irish #> 28871 144X-4 iri gle iris1253 Irish #> 28874 144X-4 crn cor corn1251 Cornish #> 28878 144X-4 wel cym wels1247 Welsh #> 28886 144X-4 gae gla scot1245 Gaelic (Scots) #> 28926 144X-4 wec cym wels1247 Welsh (Colloquial) #> 29044 15A-3 por por port1283 Portuguese #> 29056 15A-3 srd sro camp1261 Sardinian #> 29063 15A-3 spa spa stan1288 Spanish #> 29074 15A-3 ita ita ital1282 Italian #> 29083 15A-3 occ oci occi1239 Occitan #> 29084 15A-3 ctl cat stan1289 Catalan #> 29088 15A-3 fre fra stan1290 French #> 29092 15A-3 rsm roh roma1326 Romansch (Surmeiran) #> 29095 15A-3 rom ron roma1327 Romanian #> 29152 15A-5 irm gle iris1253 Irish (Munster) #> 29290 15A-8 crn cor corn1251 Cornish #> 29359 15A-8 mnx glv manx1243 Manx #> 29459 15A-8 wel cym wels1247 Welsh #> 29461 15A-8 gae gla scot1245 Gaelic (Scots) #> 29462 15A-8 iri gle iris1253 Irish #> 29492 15A-8 bre bre bret1244 Breton #> 29543 16A-1 gae gla scot1245 Gaelic (Scots) #> 29629 16A-1 wel cym wels1247 Welsh #> 29632 16A-1 mnx glv manx1243 Manx #> 29693 16A-1 srd sro camp1261 Sardinian #> 29699 16A-1 crn cor corn1251 Cornish #> 29750 16A-1 bre bre bret1244 Breton #> 29801 16A-2 iri gle iris1253 Irish #> 29816 16A-2 irm gle iris1253 Irish (Munster) #> 29895 16A-5 fre fra stan1290 French #> 29922 16A-6 rom ron roma1327 Romanian #> 29929 16A-6 ctl cat stan1289 Catalan #> 29931 16A-6 ita ita ital1282 Italian #> 29940 16A-6 por por port1283 Portuguese #> 29968 16A-7 spa spa stan1288 Spanish #> 29973 16A-7 occ oci occi1239 Occitan #> 29985 16A-7 rsm roh roma1326 Romansch (Surmeiran) #> 30003 17A-1 crn cor corn1251 Cornish #> 30122 17A-1 spa spa stan1288 Spanish #> 30189 17A-4 gae gla scot1245 Gaelic (Scots) #> 30193 17A-4 fre fra stan1290 French #> 30215 17A-4 iri gle iris1253 Irish #> 30218 17A-4 ita ita ital1282 Italian #> 30300 17A-5 ctl cat stan1289 Catalan #> 30391 18A-1 rom ron roma1327 Romanian #> 30409 18A-1 fre fra stan1290 French #> 30523 18A-1 ird gle iris1253 Irish (Donegal) #> 30589 18A-1 bre bre bret1244 Breton #> 30591 18A-1 rsc roh roma1326 Romansch (Scharans) #> 30630 18A-1 spa spa stan1288 Spanish #> 30679 18A-1 ctl cat stan1289 Catalan #> 30998 19A-1 rom ron roma1327 Romanian #> 31114 19A-1 rsc roh roma1326 Romansch (Scharans) #> 31158 19A-1 ird gle iris1253 Irish (Donegal) #> 31193 19A-1 bre bre bret1244 Breton #> 31225 19A-1 fre fra stan1290 French #> 31270 19A-1 ctl cat stan1289 Catalan #> 31426 19A-5 spa spa stan1288 Spanish #> 31636 2A-2 spa spa stan1288 Spanish #> 31671 2A-2 ird gle iris1253 Irish (Donegal) #> 31704 2A-2 rsc roh roma1326 Romansch (Scharans) #> 31844 2A-3 rom ron roma1327 Romanian #> 31846 2A-3 bre bre bret1244 Breton #> 31864 2A-3 fre fra stan1290 French #> 31931 2A-3 ctl cat stan1289 Catalan #> 32046 20A-1 spa spa stan1288 Spanish #> 32088 20A-1 fre fra stan1290 French #> 32215 21A-1 spa spa stan1288 Spanish #> 32285 21A-5 fre fra stan1290 French #> 32475 21B-2 spa spa stan1288 Spanish #> 32479 21B-2 fre fra stan1290 French #> 32551 22A-3 spa spa stan1288 Spanish #> 32552 22A-3 fre fra stan1290 French #> 32821 23A-3 spa spa stan1288 Spanish #> 32866 23A-4 fre fra stan1290 French #> 32971 24A-2 fre fra stan1290 French #> 33026 24A-2 spa spa stan1288 Spanish #> 33256 25A-5 spa spa stan1288 Spanish #> 33342 25A-5 fre fra stan1290 French #> 33372 25B-2 spa spa stan1288 Spanish #> 33401 25B-2 fre fra stan1290 French #> 33767 26A-2 por por port1283 Portuguese #> 33773 26A-2 ita ita ital1282 Italian #> 33843 26A-2 fre fra stan1290 French #> 34059 26A-2 spa spa stan1288 Spanish #> 34062 26A-2 crn cor corn1251 Cornish #> 34065 26A-2 wel cym wels1247 Welsh #> 34069 26A-2 rom ron roma1327 Romanian #> 34072 26A-2 srd sro camp1261 Sardinian #> 34171 26A-3 bre bre bret1244 Breton #> 34231 26A-3 gae gla scot1245 Gaelic (Scots) #> 34354 26A-4 iri gle iris1253 Irish #> 34883 27A-3 fre fra stan1290 French #> 34891 27A-3 gae gla scot1245 Gaelic (Scots) #> 34898 27A-3 ita ita ital1282 Italian #> 34901 27A-3 iri gle iris1253 Irish #> 34907 27A-3 ctl cat stan1289 Catalan #> 34910 27A-3 por por port1283 Portuguese #> 34913 27A-3 spa spa stan1288 Spanish #> 34915 27A-3 wel cym wels1247 Welsh #> 35070 28A-3 spa spa stan1288 Spanish #> 35071 28A-3 iri gle iris1253 Irish #> 35076 28A-3 fre fra stan1290 French #> 35189 29A-2 fre fra stan1290 French #> 35202 29A-2 spa spa stan1288 Spanish #> 35235 29A-2 iri gle iris1253 Irish #> 35326 3A-1 fre fra stan1290 French #> 35523 3A-3 spa spa stan1288 Spanish #> 35604 3A-3 ctl cat stan1289 Catalan #> 35686 3A-3 bre bre bret1244 Breton #> 35703 3A-3 rom ron roma1327 Romanian #> 35726 3A-4 ird gle iris1253 Irish (Donegal) #> 35728 3A-4 rsc roh roma1326 Romansch (Scharans) #> 36034 30A-2 gae gla scot1245 Gaelic (Scots) #> 36060 30A-2 spa spa stan1288 Spanish #> 36066 30A-2 fre fra stan1290 French #> 36302 31A-2 gae gla scot1245 Gaelic (Scots) #> 36306 31A-2 spa spa stan1288 Spanish #> 36329 31A-2 fre fra stan1290 French #> 36605 32A-3 gae gla scot1245 Gaelic (Scots) #> 36628 32A-3 fre fra stan1290 French #> 36642 32A-3 spa spa stan1288 Spanish #> 37036 33A-2 por por port1283 Portuguese #> 37037 33A-2 spa spa stan1288 Spanish #> 37138 33A-2 fre fra stan1290 French #> 37142 33A-2 srd sro camp1261 Sardinian #> 37145 33A-2 rom ron roma1327 Romanian #> 37196 33A-2 bre bre bret1244 Breton #> 37206 33A-2 ita ita ital1282 Italian #> 37216 33A-2 crn cor corn1251 Cornish #> 37286 33A-2 wel cym wels1247 Welsh #> 37334 33A-6 iri gle iris1253 Irish #> 37365 33A-6 gae gla scot1245 Gaelic (Scots) #> 37903 34A-6 por por port1283 Portuguese #> 37924 34A-6 fre fra stan1290 French #> 37929 34A-6 spa spa stan1288 Spanish #> 37964 34A-6 rom ron roma1327 Romanian #> 37986 34A-6 iri gle iris1253 Irish #> 38013 34A-6 ita ita ital1282 Italian #> 38118 35A-4 iri gle iris1253 Irish #> 38178 35A-5 spa spa stan1288 Spanish #> 38223 35A-6 fre fra stan1290 French #> 38485 36A-4 ita ita ital1282 Italian #> 38486 36A-4 por por port1283 Portuguese #> 38487 36A-4 iri gle iris1253 Irish #> 38498 36A-4 spa spa stan1288 Spanish #> 38511 36A-4 fre fra stan1290 French #> 38514 37A-1 bre bre bret1244 Breton #> 38521 37A-1 ita ita ital1282 Italian #> 38572 37A-1 spa spa stan1288 Spanish #> 38582 37A-1 por por port1283 Portuguese #> 38589 37A-1 wel cym wels1247 Welsh #> 38597 37A-1 fre fra stan1290 French #> 38639 37A-1 crn cor corn1251 Cornish #> 38702 37A-1 gae gla scot1245 Gaelic (Scots) #> 38724 37A-1 iri gle iris1253 Irish #> 38820 37A-3 rom ron roma1327 Romanian #> 39142 38A-1 bre bre bret1244 Breton #> 39246 38A-2 por por port1283 Portuguese #> 39259 38A-2 ita ita ital1282 Italian #> 39284 38A-2 ctl cat stan1289 Catalan #> 39297 38A-2 fre fra stan1290 French #> 39318 38A-2 rom ron roma1327 Romanian #> 39322 38A-2 spa spa stan1288 Spanish #> 39386 38A-4 crn cor corn1251 Cornish #> 39417 38A-4 gae gla scot1245 Gaelic (Scots) #> 39423 38A-4 iri gle iris1253 Irish #> 39435 38A-4 wel cym wels1247 Welsh #> 39711 39A-3 fre fra stan1290 French #> 39726 39A-3 iri gle iris1253 Irish #> 39796 39A-3 spa spa stan1288 Spanish #> 40316 4A-3 spa spa stan1288 Spanish #> 40357 4A-4 fre fra stan1290 French #> 40368 4A-4 rsc roh roma1326 Romansch (Scharans) #> 40387 4A-4 ird gle iris1253 Irish (Donegal) #> 40491 4A-4 rom ron roma1327 Romanian #> 40493 4A-4 bre bre bret1244 Breton #> 40504 4A-4 ctl cat stan1289 Catalan #> 40605 40A-3 spa spa stan1288 Spanish #> 40623 40A-3 iri gle iris1253 Irish #> 40647 40A-3 fre fra stan1290 French #> 40708 41A-1 fre fra stan1290 French #> 40730 41A-2 wel cym wels1247 Welsh #> 40819 41A-2 ita ita ital1282 Italian #> 40880 41A-3 spa spa stan1288 Spanish #> 40906 41A-3 iri gle iris1253 Irish #> 40939 42A-1 iri gle iris1253 Irish #> 41058 42A-1 spa spa stan1288 Spanish #> 41060 42A-1 ita ita ital1282 Italian #> 41094 42A-2 fre fra stan1290 French #> 41096 42A-2 wel cym wels1247 Welsh #> 41197 43A-1 spa spa stan1288 Spanish #> 41303 43A-3 iri gle iris1253 Irish #> 41340 43A-5 fre fra stan1290 French #> 41365 44A-1 spa spa stan1288 Spanish #> 41427 44A-3 ita ita ital1282 Italian #> 41449 44A-3 wel cym wels1247 Welsh #> 41468 44A-3 fre fra stan1290 French #> 41477 44A-3 iri gle iris1253 Irish #> 41751 45A-1 iri gle iris1253 Irish #> 41889 45A-2 bre bre bret1244 Breton #> 41893 45A-2 crn cor corn1251 Cornish #> 41895 45A-2 spa spa stan1288 Spanish #> 41897 45A-2 fre fra stan1290 French #> 41913 45A-2 gae gla scot1245 Gaelic (Scots) #> 41917 45A-2 ita ita ital1282 Italian #> 41918 45A-2 wel cym wels1247 Welsh #> 41921 45A-2 por por port1283 Portuguese #> 41924 45A-2 mnx glv manx1243 Manx #> 41931 45A-3 rom ron roma1327 Romanian #> 42009 46A-1 rom ron roma1327 Romanian #> 42156 46A-2 iri gle iris1253 Irish #> 42162 46A-2 ita ita ital1282 Italian #> 42205 46A-2 fre fra stan1290 French #> 42234 46A-3 spa spa stan1288 Spanish #> 42260 46A-4 por por port1283 Portuguese #> 42276 47A-1 wel cym wels1247 Welsh #> 42302 47A-1 iri gle iris1253 Irish #> 42370 47A-2 por por port1283 Portuguese #> 42381 47A-2 ita ita ital1282 Italian #> 42387 47A-2 spa spa stan1288 Spanish #> 42390 47A-2 ctl cat stan1289 Catalan #> 42406 47A-2 rom ron roma1327 Romanian #> 42423 47A-2 fre fra stan1290 French #> 42605 48A-2 fre fra stan1290 French #> 42668 48A-2 spa spa stan1288 Spanish #> 42694 48A-2 ita ita ital1282 Italian #> 42782 48A-3 wel cym wels1247 Welsh #> 42791 48A-3 iri gle iris1253 Irish #> 42843 49A-1 wel cym wels1247 Welsh #> 42854 49A-1 ctl cat stan1289 Catalan #> 42875 49A-1 ita ita ital1282 Italian #> 42892 49A-1 fre fra stan1290 French #> 42906 49A-1 spa spa stan1288 Spanish #> 42934 49A-2 iri gle iris1253 Irish #> 42941 49A-2 rom ron roma1327 Romanian #> 43107 5A-1 spa spa stan1288 Spanish #> 43344 5A-2 rom ron roma1327 Romanian #> 43348 5A-2 bre bre bret1244 Breton #> 43388 5A-2 ird gle iris1253 Irish (Donegal) #> 43397 5A-2 ctl cat stan1289 Catalan #> 43481 5A-2 fre fra stan1290 French #> 43556 5A-2 rsc roh roma1326 Romansch (Scharans) #> 43666 50A-1 fre fra stan1290 French #> 43715 50A-1 wel cym wels1247 Welsh #> 43765 50A-2 iri gle iris1253 Irish #> 43827 50A-3 rom ron roma1327 Romanian #> 43828 50A-3 ita ita ital1282 Italian #> 43850 50A-3 spa spa stan1288 Spanish #> 43856 50A-3 ctl cat stan1289 Catalan #> 43956 51A-1 rom ron roma1327 Romanian #> 44412 51A-5 iri gle iris1253 Irish #> 44415 51A-5 gae gla scot1245 Gaelic (Scots) #> 44544 51A-7 fre fra stan1290 French #> 44550 51A-7 bre bre bret1244 Breton #> 44648 51A-9 wel cym wels1247 Welsh #> 44714 51A-9 spa spa stan1288 Spanish #> 44725 51A-9 crn cor corn1251 Cornish #> 44732 51A-9 por por port1283 Portuguese #> 44844 51A-9 ita ita ital1282 Italian #> 44945 52A-1 ldn lld ladi1250 Ladin #> 44954 52A-1 bre bre bret1244 Breton #> 44958 52A-1 rmc roh roma1326 Romansch #> 44961 52A-1 ctl cat stan1289 Catalan #> 44978 52A-1 por por port1283 Portuguese #> 44979 52A-1 iri gle iris1253 Irish #> 44999 52A-1 fre fra stan1290 French #> 45006 52A-1 rom ron roma1327 Romanian #> 45016 52A-1 ita ita ital1282 Italian #> 45258 52A-3 wel cym wels1247 Welsh #> 45331 53A-4 srd sro camp1261 Sardinian #> 45478 53A-6 gae gla scot1245 Gaelic (Scots) #> 45486 53A-6 rom ron roma1327 Romanian #> 45517 53A-7 ldn lld ladi1250 Ladin #> 45520 53A-7 rmc roh roma1326 Romansch #> 45524 53A-7 lno lad ladi1251 Ladino #> 45540 53A-7 spa spa stan1288 Spanish #> 45545 53A-7 ita ita ital1282 Italian #> 45551 53A-7 bre bre bret1244 Breton #> 45555 53A-7 iri gle iris1253 Irish #> 45559 53A-7 ctl cat stan1289 Catalan #> 45562 53A-7 wel cym wels1247 Welsh #> 45564 53A-7 fre fra stan1290 French #> 45569 53A-7 glc glg gali1258 Galician #> 45571 53A-7 por por port1283 Portuguese #> 45574 53A-7 occ oci occi1239 Occitan #> 45614 54A-1 fre fra stan1290 French #> 45643 54A-1 spa spa stan1288 Spanish #> 45644 54A-1 itu pms piem1238 Italian (Turinese) #> 45801 54A-5 rom ron roma1327 Romanian #> 45914 55A-1 fre fra stan1290 French #> 46262 56A-1 fre fra stan1290 French #> 46855 57A-2 bre bre bret1244 Breton #> 47012 57A-4 spa spa stan1288 Spanish #> 47054 57A-4 ita ita ital1282 Italian #> 47126 57A-4 rom ron roma1327 Romanian #> 47175 57A-4 iri gle iris1253 Irish #> 47208 57A-4 crn cor corn1251 Cornish #> 47247 57A-4 fre fra stan1290 French #> 47302 58A-2 spa spa stan1288 Spanish #> 47467 58A-2 fre fra stan1290 French #> 47618 58B-1 fre fra stan1290 French #> 47670 58B-1 spa spa stan1288 Spanish #> 47825 59A-1 spa spa stan1288 Spanish #> 47835 59A-1 fre fra stan1290 French #> 48076 6A-1 ctl cat stan1289 Catalan #> 48087 6A-1 rom ron roma1327 Romanian #> 48198 6A-1 ird gle iris1253 Irish (Donegal) #> 48285 6A-1 spa spa stan1288 Spanish #> 48441 6A-1 bre bre bret1244 Breton #> 48451 6A-1 rsc roh roma1326 Romansch (Scharans) #> 48495 6A-3 fre fra stan1290 French #> 48631 60A-6 fre fra stan1290 French #> 48697 61A-2 spa spa stan1288 Spanish #> 48737 61A-2 fre fra stan1290 French #> 48798 61A-5 iri gle iris1253 Irish #> 48870 62A-3 fre fra stan1290 French #> 48872 62A-3 wel cym wels1247 Welsh #> 48877 62A-3 spa spa stan1288 Spanish #> 48912 62A-6 iri gle iris1253 Irish #> 48983 63A-1 gae gla scot1245 Gaelic (Scots) #> 48996 63A-1 rom ron roma1327 Romanian #> 49020 63A-1 fre fra stan1290 French #> 49029 63A-1 spa spa stan1288 Spanish #> 49044 63A-1 iri gle iris1253 Irish #> 49101 63A-1 bre bre bret1244 Breton #> 49232 64A-1 ita ita ital1282 Italian #> 49269 64A-1 fre fra stan1290 French #> 49302 64A-1 spa spa stan1288 Spanish #> 49548 65A-1 rom ron roma1327 Romanian #> 49552 65A-1 por por port1283 Portuguese #> 49593 65A-1 spa spa stan1288 Spanish #> 49597 65A-1 fre fra stan1290 French #> 49758 66A-1 por por port1283 Portuguese #> 49810 66A-1 fre fra stan1290 French #> 49823 66A-1 rom ron roma1327 Romanian #> 49829 66A-1 spa spa stan1288 Spanish #> 49964 67A-1 fre fra stan1290 French #> 50056 67A-1 spa spa stan1288 Spanish #> 50130 67A-2 rom ron roma1327 Romanian #> 50142 67A-2 por por port1283 Portuguese #> 50182 68A-1 fre fra stan1290 French #> 50184 68A-1 spa spa stan1288 Spanish #> 50332 68A-4 por por port1283 Portuguese #> 50338 68A-4 rom ron roma1327 Romanian #> 50658 69A-2 por por port1283 Portuguese #> 50727 69A-2 crn cor corn1251 Cornish #> 50758 69A-2 wel cym wels1247 Welsh #> 50800 69A-2 srd sro camp1261 Sardinian #> 50977 69A-2 ita ita ital1282 Italian #> 51099 69A-2 spa spa stan1288 Spanish #> 51109 69A-2 rom ron roma1327 Romanian #> 51116 69A-2 fre fra stan1290 French #> 51215 69A-2 bre bre bret1244 Breton #> 51243 69A-4 iri gle iris1253 Irish #> 51329 69A-4 gae gla scot1245 Gaelic (Scots) #> 51566 7A-1 rom ron roma1327 Romanian #> 51606 7A-1 bre bre bret1244 Breton #> 51635 7A-1 fre fra stan1290 French #> 51690 7A-1 spa spa stan1288 Spanish #> 51818 7A-1 ird gle iris1253 Irish (Donegal) #> 51916 7A-1 rsc roh roma1326 Romansch (Scharans) #> 51941 7A-1 ctl cat stan1289 Catalan #> 52110 70A-1 glc glg gali1258 Galician #> 52120 70A-1 wel cym wels1247 Welsh #> 52184 70A-1 lno lad ladi1251 Ladino #> 52206 70A-1 rsu roh roma1326 Romansch (Sursilvan) #> 52295 70A-1 iri gle iris1253 Irish #> 52310 70A-1 spa spa stan1288 Spanish #> 52388 70A-1 srd sro camp1261 Sardinian #> 52393 70A-1 bre bre bret1244 Breton #> 52394 70A-2 ctl cat stan1289 Catalan #> 52402 70A-2 rom ron roma1327 Romanian #> 52410 70A-2 por por port1283 Portuguese #> 52420 70A-2 ita ita ital1282 Italian #> 52423 70A-2 fre fra stan1290 French #> 52434 70A-2 occ oci occi1239 Occitan #> 52496 70A-4 mnx glv manx1243 Manx #> 52686 71A-1 fre fra stan1290 French #> 52726 71A-1 rsu roh roma1326 Romansch (Sursilvan) #> 52854 71A-2 wel cym wels1247 Welsh #> 52905 71A-2 iri gle iris1253 Irish #> 52948 71A-3 ctl cat stan1289 Catalan #> 52959 71A-3 por por port1283 Portuguese #> 52961 71A-3 spa spa stan1288 Spanish #> 52968 71A-3 glc glg gali1258 Galician #> 52971 71A-3 lno lad ladi1251 Ladino #> 52980 71A-3 srd sro camp1261 Sardinian #> 52996 71A-3 ita ita ital1282 Italian #> 52998 71A-3 rom ron roma1327 Romanian #> 53238 72A-1 iri gle iris1253 Irish #> 53259 72A-1 rom ron roma1327 Romanian #> 53325 72A-4 fre fra stan1290 French #> 53358 72A-4 wel cym wels1247 Welsh #> 53370 72A-4 ita ita ital1282 Italian #> 53392 72A-4 lno lad ladi1251 Ladino #> 53422 72A-4 spa spa stan1288 Spanish #> 53449 72A-4 ctl cat stan1289 Catalan #> 53508 72A-4 por por port1283 Portuguese #> 53575 73A-2 fre fra stan1290 French #> 53718 73A-2 iri gle iris1253 Irish #> 53726 73A-2 spa spa stan1288 Spanish #> 53902 74A-2 fre fra stan1290 French #> 53904 74A-2 por por port1283 Portuguese #> 53930 74A-2 rom ron roma1327 Romanian #> 53967 74A-2 iri gle iris1253 Irish #> 53982 74A-2 wel cym wels1247 Welsh #> 54004 74A-2 ctl cat stan1289 Catalan #> 54006 74A-2 spa spa stan1288 Spanish #> 54020 74A-2 ita ita ital1282 Italian #> 54083 75A-1 spa spa stan1288 Spanish #> 54095 75A-1 fre fra stan1290 French #> 54102 75A-1 ctl cat stan1289 Catalan #> 54110 75A-1 rom ron roma1327 Romanian #> 54131 75A-1 iri gle iris1253 Irish #> 54133 75A-1 ita ita ital1282 Italian #> 54134 75A-1 por por port1283 Portuguese #> 54225 75A-3 wel cym wels1247 Welsh #> 54313 76A-1 iri gle iris1253 Irish #> 54317 76A-1 rom ron roma1327 Romanian #> 54324 76A-1 por por port1283 Portuguese #> 54325 76A-1 spa spa stan1288 Spanish #> 54328 76A-1 ita ita ital1282 Italian #> 54343 76A-1 fre fra stan1290 French #> 54352 76A-2 ctl cat stan1289 Catalan #> 54362 76A-2 wel cym wels1247 Welsh #> 54572 77A-1 rom ron roma1327 Romanian #> 54603 77A-1 bre bre bret1244 Breton #> 54666 77A-1 iri gle iris1253 Irish #> 54699 77A-1 spa spa stan1288 Spanish #> 54777 77A-2 fre fra stan1290 French #> 54983 78A-1 rom ron roma1327 Romanian #> 55056 78A-1 bre bre bret1244 Breton #> 55105 78A-1 spa spa stan1288 Spanish #> 55117 78A-1 iri gle iris1253 Irish #> 55344 78A-5 fre fra stan1290 French #> 55402 79A-3 spa spa stan1288 Spanish #> 55407 79A-3 iri gle iris1253 Irish #> 55413 79A-3 fre fra stan1290 French #> 55558 79B-2 iri gle iris1253 Irish #> 55568 79B-2 spa spa stan1288 Spanish #> 55709 79B-5 fre fra stan1290 French #> 55856 8A-2 bre bre bret1244 Breton #> 55859 8A-2 rom ron roma1327 Romanian #> 55916 8A-2 fre fra stan1290 French #> 55971 8A-2 rsc roh roma1326 Romansch (Scharans) #> 55982 8A-2 ird gle iris1253 Irish (Donegal) #> 56049 8A-2 spa spa stan1288 Spanish #> 56148 8A-2 ctl cat stan1289 Catalan #> 56346 80A-1 spa spa stan1288 Spanish #> 56385 80A-1 iri gle iris1253 Irish #> 56407 80A-1 fre fra stan1290 French #> 57106 81A-2 rsu roh roma1326 Romansch (Sursilvan) #> 57109 81A-2 ctl cat stan1289 Catalan #> 57334 81A-2 srd sro camp1261 Sardinian #> 57410 81A-2 bre bre bret1244 Breton #> 57467 81A-2 rom ron roma1327 Romanian #> 57472 81A-2 fre fra stan1290 French #> 57518 81A-2 spa spa stan1288 Spanish #> 57525 81A-2 ita ita ital1282 Italian #> 57537 81A-2 por por port1283 Portuguese #> 57549 81A-2 crn cor corn1251 Cornish #> 57585 81A-3 gae gla scot1245 Gaelic (Scots) #> 57629 81A-3 wec cym wels1247 Welsh (Colloquial) #> 57643 81A-3 iri gle iris1253 Irish #> 57646 81A-3 wel cym wels1247 Welsh #> 58103 82A-1 por por port1283 Portuguese #> 58377 82A-1 crn cor corn1251 Cornish #> 58513 82A-1 rom ron roma1327 Romanian #> 58731 82A-1 rsu roh roma1326 Romansch (Sursilvan) #> 58876 82A-1 srd sro camp1261 Sardinian #> 58893 82A-1 fre fra stan1290 French #> 59260 82A-2 wel cym wels1247 Welsh #> 59264 82A-2 wec cym wels1247 Welsh (Colloquial) #> 59315 82A-2 gae gla scot1245 Gaelic (Scots) #> 59326 82A-2 iri gle iris1253 Irish #> 59331 82A-2 bre bre bret1244 Breton #> 59346 82A-3 ctl cat stan1289 Catalan #> 59365 82A-3 spa spa stan1288 Spanish #> 59427 82A-3 ita ita ital1282 Italian #> 60173 83A-2 srd sro camp1261 Sardinian #> 60282 83A-2 rom ron roma1327 Romanian #> 60380 83A-2 wec cym wels1247 Welsh (Colloquial) #> 60466 83A-2 wel cym wels1247 Welsh #> 60597 83A-2 iri gle iris1253 Irish #> 60622 83A-2 rsu roh roma1326 Romansch (Sursilvan) #> 60630 83A-2 fre fra stan1290 French #> 60652 83A-2 gae gla scot1245 Gaelic (Scots) #> 60663 83A-2 crn cor corn1251 Cornish #> 60671 83A-2 spa spa stan1288 Spanish #> 60765 83A-2 ita ita ital1282 Italian #> 60769 83A-2 ctl cat stan1289 Catalan #> 60843 83A-2 por por port1283 Portuguese #> 60856 83A-2 bre bre bret1244 Breton #> 60962 84A-1 fre fra stan1290 French #> 61026 84A-1 spa spa stan1288 Spanish #> 61077 84A-1 iri gle iris1253 Irish #> 61099 84A-1 gae gla scot1245 Gaelic (Scots) #> 61169 84A-1 wel cym wels1247 Welsh #> 62067 85A-2 spa spa stan1288 Spanish #> 62173 85A-2 ctl cat stan1289 Catalan #> 62195 85A-2 por por port1283 Portuguese #> 62208 85A-2 iri gle iris1253 Irish #> 62248 85A-2 fre fra stan1290 French #> 62360 85A-2 rom ron roma1327 Romanian #> 62388 85A-2 bre bre bret1244 Breton #> 62421 85A-2 gae gla scot1245 Gaelic (Scots) #> 62432 85A-2 ita ita ital1282 Italian #> 62528 85A-2 crn cor corn1251 Cornish #> 62545 85A-2 wel cym wels1247 Welsh #> 63356 86A-2 spa spa stan1288 Spanish #> 63359 86A-2 gae gla scot1245 Gaelic (Scots) #> 63436 86A-2 ita ita ital1282 Italian #> 63502 86A-2 fre fra stan1290 French #> 63567 86A-2 crn cor corn1251 Cornish #> 63598 86A-2 rsu roh roma1326 Romansch (Sursilvan) #> 63654 86A-2 por por port1283 Portuguese #> 63666 86A-2 rom ron roma1327 Romanian #> 63709 86A-2 wel cym wels1247 Welsh #> 63713 86A-2 bre bre bret1244 Breton #> 63734 86A-2 ctl cat stan1289 Catalan #> 63745 86A-2 iri gle iris1253 Irish #> 64286 87A-2 ita ita ital1282 Italian #> 64340 87A-2 por por port1283 Portuguese #> 64405 87A-2 rsu roh roma1326 Romansch (Sursilvan) #> 64478 87A-2 iri gle iris1253 Irish #> 64639 87A-2 srd sro camp1261 Sardinian #> 64681 87A-2 gae gla scot1245 Gaelic (Scots) #> 64786 87A-2 bre bre bret1244 Breton #> 64790 87A-2 wel cym wels1247 Welsh #> 64835 87A-2 spa spa stan1288 Spanish #> 64882 87A-2 rom ron roma1327 Romanian #> 64997 87A-2 crn cor corn1251 Cornish #> 65050 87A-2 ctl cat stan1289 Catalan #> 65112 87A-2 fre fra stan1290 French #> 65279 88A-1 spa spa stan1288 Spanish #> 65428 88A-1 ctl cat stan1289 Catalan #> 65473 88A-1 fre fra stan1290 French #> 65558 88A-1 ita ita ital1282 Italian #> 65592 88A-1 rsu roh roma1326 Romansch (Sursilvan) #> 65702 88A-1 por por port1283 Portuguese #> 66121 88A-2 iri gle iris1253 Irish #> 66204 88A-2 bre bre bret1244 Breton #> 66298 88A-2 gae gla scot1245 Gaelic (Scots) #> 66308 88A-2 crn cor corn1251 Cornish #> 66323 88A-2 wel cym wels1247 Welsh #> 66424 88A-6 rom ron roma1327 Romanian #> 66485 89A-1 ita ita ital1282 Italian #> 66523 89A-1 wel cym wels1247 Welsh #> 66543 89A-1 rom ron roma1327 Romanian #> 66581 89A-1 spa spa stan1288 Spanish #> 66623 89A-1 iri gle iris1253 Irish #> 66661 89A-1 fre fra stan1290 French #> 66691 89A-1 bre bre bret1244 Breton #> 66729 89A-1 rsu roh roma1326 Romansch (Sursilvan) #> 66779 89A-1 gae gla scot1245 Gaelic (Scots) #> 66802 89A-1 ctl cat stan1289 Catalan #> 66887 89A-1 crn cor corn1251 Cornish #> 66925 89A-1 srd sro camp1261 Sardinian #> 67944 9A-3 iri gle iris1253 Irish #> 68085 9A-3 fre fra stan1290 French #> 68100 9A-3 spa spa stan1288 Spanish #> 68121 90A-1 rom ron roma1327 Romanian #> 68190 90A-1 spa spa stan1288 Spanish #> 68202 90A-1 iri gle iris1253 Irish #> 68237 90A-1 gae gla scot1245 Gaelic (Scots) #> 68292 90A-1 rsu roh roma1326 Romansch (Sursilvan) #> 68294 90A-1 crn cor corn1251 Cornish #> 68366 90A-1 wel cym wels1247 Welsh #> 68398 90A-1 bre bre bret1244 Breton #> 68412 90A-1 fre fra stan1290 French #> 68459 90A-1 por por port1283 Portuguese #> 68499 90A-1 ctl cat stan1289 Catalan #> 68521 90A-1 ita ita ital1282 Italian #> 68633 90A-1 srd sro camp1261 Sardinian #> 69157 90C-1 por por port1283 Portuguese #> 69181 90C-1 gae gla scot1245 Gaelic (Scots) #> 69200 90C-1 rsu roh roma1326 Romansch (Sursilvan) #> 69227 90C-1 ctl cat stan1289 Catalan #> 69239 90C-1 crn cor corn1251 Cornish #> 69250 90C-1 spa spa stan1288 Spanish #> 69306 90C-1 iri gle iris1253 Irish #> 69372 90C-1 fre fra stan1290 French #> 69434 90C-1 ita ita ital1282 Italian #> 69455 90C-1 rom ron roma1327 Romanian #> 69518 90C-1 bre bre bret1244 Breton #> 69542 90C-1 wel cym wels1247 Welsh #> 69621 90C-1 srd sro camp1261 Sardinian #> 69841 91A-1 spa spa stan1288 Spanish #> 69896 91A-1 gae gla scot1245 Gaelic (Scots) #> 69929 91A-1 ita ita ital1282 Italian #> 69949 91A-1 por por port1283 Portuguese #> 69995 91A-1 rom ron roma1327 Romanian #> 70013 91A-1 fre fra stan1290 French #> 70049 91A-1 srd sro camp1261 Sardinian #> 70275 91A-3 bre bre bret1244 Breton #> 70278 91A-3 wel cym wels1247 Welsh #> 70334 92A-1 crn cor corn1251 Cornish #> 70376 92A-1 por por port1283 Portuguese #> 70399 92A-1 bre bre bret1244 Breton #> 70403 92A-1 fre fra stan1290 French #> 70432 92A-1 iri gle iris1253 Irish #> 70438 92A-1 srd sro camp1261 Sardinian #> 70443 92A-1 wel cym wels1247 Welsh #> 70855 92A-6 gae gla scot1245 Gaelic (Scots) #> 70894 92A-6 ita ita ital1282 Italian #> 70938 92A-6 spa spa stan1288 Spanish #> 70995 92A-6 ctl cat stan1289 Catalan #> 71155 92A-6 rom ron roma1327 Romanian #> 71245 93A-1 iri gle iris1253 Irish #> 71253 93A-1 wel cym wels1247 Welsh #> 71334 93A-1 rom ron roma1327 Romanian #> 71369 93A-1 spa spa stan1288 Spanish #> 71390 93A-1 gae gla scot1245 Gaelic (Scots) #> 71398 93A-1 bre bre bret1244 Breton #> 71433 93A-1 fre fra stan1290 French #> 71785 93A-2 crn cor corn1251 Cornish #> 72240 94A-1 srd sro camp1261 Sardinian #> 72294 94A-1 spa spa stan1288 Spanish #> 72332 94A-1 gae gla scot1245 Gaelic (Scots) #> 72333 94A-1 rsu roh roma1326 Romansch (Sursilvan) #> 72343 94A-1 rom ron roma1327 Romanian #> 72364 94A-1 bre bre bret1244 Breton #> 72387 94A-1 iri gle iris1253 Irish #> 72454 94A-1 ita ita ital1282 Italian #> 72460 94A-1 fre fra stan1290 French #> 72492 94A-1 crn cor corn1251 Cornish #> 72502 94A-1 wel cym wels1247 Welsh #> 73388 95A-4 bre bre bret1244 Breton #> 73407 95A-4 spa spa stan1288 Spanish #> 73417 95A-4 fre fra stan1290 French #> 73514 95A-4 crn cor corn1251 Cornish #> 73544 95A-4 ita ita ital1282 Italian #> 73583 95A-4 por por port1283 Portuguese #> 73600 95A-4 ctl cat stan1289 Catalan #> 73612 95A-4 wel cym wels1247 Welsh #> 73634 95A-4 rom ron roma1327 Romanian #> 73718 95A-4 iri gle iris1253 Irish #> 73729 95A-4 gae gla scot1245 Gaelic (Scots) #> 74161 96A-4 iri gle iris1253 Irish #> 74175 96A-4 wel cym wels1247 Welsh #> 74183 96A-4 rsu roh roma1326 Romansch (Sursilvan) #> 74250 96A-4 gae gla scot1245 Gaelic (Scots) #> 74261 96A-4 ctl cat stan1289 Catalan #> 74296 96A-4 srd sro camp1261 Sardinian #> 74316 96A-4 ita ita ital1282 Italian #> 74340 96A-4 spa spa stan1288 Spanish #> 74412 96A-4 bre bre bret1244 Breton #> 74422 96A-4 por por port1283 Portuguese #> 74433 96A-4 crn cor corn1251 Cornish #> 74446 96A-4 rom ron roma1327 Romanian #> 74475 96A-4 fre fra stan1290 French #> 75486 97A-4 ita ita ital1282 Italian #> 75510 97A-4 iri gle iris1253 Irish #> 75576 97A-4 srd sro camp1261 Sardinian #> 75610 97A-4 bre bre bret1244 Breton #> 75624 97A-4 spa spa stan1288 Spanish #> 75637 97A-4 rom ron roma1327 Romanian #> 75654 97A-4 rsu roh roma1326 Romansch (Sursilvan) #> 75670 97A-4 por por port1283 Portuguese #> 75724 97A-4 ctl cat stan1289 Catalan #> 75761 97A-4 wel cym wels1247 Welsh #> 75797 97A-4 fre fra stan1290 French #> 75818 97A-4 gae gla scot1245 Gaelic (Scots) #> 75833 97A-4 crn cor corn1251 Cornish #> 76108 98A-1 fre fra stan1290 French #> 76165 98A-1 iri gle iris1253 Irish #> 76225 98A-2 spa spa stan1288 Spanish #> 76374 99A-2 fre fra stan1290 French #> 76377 99A-2 iri gle iris1253 Irish #> 76390 99A-2 spa spa stan1288 Spanish #> family genus macroarea countrycodes latitude longitude #> 224 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 264 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 281 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 297 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 320 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 326 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 554 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 573 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 735 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 740 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 1011 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 1015 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 1047 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 1099 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 1131 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 1278 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 1307 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 1347 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 1477 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 1481 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 1485 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 1575 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 1623 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 1911 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 2041 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 2053 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 2071 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 2075 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 2130 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 2431 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 2469 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 2509 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 2531 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 2574 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 2767 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 2775 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 2792 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 2796 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 3018 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 3173 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 3189 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 3252 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 3573 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 3577 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 3671 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 3698 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 3701 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 3754 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 3781 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 4069 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 4148 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 4159 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 4237 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 4253 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 4296 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 4496 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 4513 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 4560 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 4659 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 4660 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 4722 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 5001 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 5086 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 5094 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 5105 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 5233 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 5279 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 5294 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 5411 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 5423 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 5430 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 5719 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 5734 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 6154 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 6157 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 6240 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 6260 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 6265 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 6322 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 6392 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 6403 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 6449 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 6496 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 6570 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 6594 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 6623 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 6869 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 6909 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 6914 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 6918 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 7093 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 7265 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 7380 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 7409 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 7436 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 7550 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 7626 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 7655 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 7672 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 7674 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 7677 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 7680 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 7771 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 7882 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 7911 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 7938 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 8079 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 8179 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 8183 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 8280 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 8469 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 8521 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 8531 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 8619 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 8669 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 8671 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 8672 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 8694 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 8845 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 8867 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 9059 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 9064 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 9118 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 9121 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 9123 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 9134 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 9150 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 9293 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 9363 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 9402 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 9466 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 9550 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 9586 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 9587 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 9723 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 9725 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 9998 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 10021 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 10027 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 10048 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 10209 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 10220 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 10258 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 10270 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 10272 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 10332 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 10333 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 10610 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 10680 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 10693 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 10694 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 10697 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 10705 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 10710 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 10790 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 10851 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 10862 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 10868 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 10873 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 10876 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 10899 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 10913 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 11022 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 11107 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 11138 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 11310 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 11331 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 11389 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 11419 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 11519 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 11521 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 11530 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 11531 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 11699 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 11702 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 11706 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 11719 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 11831 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 11898 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 11902 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 11904 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 12159 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 12163 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 12201 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 12258 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 12273 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 12307 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 12392 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 12423 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 12458 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 12460 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 12521 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 12540 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 12594 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 12597 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 12700 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 12728 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 12777 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 12782 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 13163 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 13177 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 13219 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 13242 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 13252 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 13265 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 13284 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 13324 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 13438 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 13461 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 13591 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 13740 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 13840 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 13853 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 14016 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14026 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14150 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14151 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14165 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14174 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14320 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14360 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14605 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14610 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14817 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 14824 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14896 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 14904 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 15112 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 15229 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 15372 Indo-European Romance Eurasia MD 47.00000 29.000000 #> 15423 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 15438 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 15450 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 15454 Indo-European Romance Eurasia CH 46.66667 9.166667 #> 15461 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 15466 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 15467 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 15468 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 15472 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 15473 Indo-European Romance Eurasia ES 43.25000 -6.000000 #> 15499 Indo-European Romance Eurasia FR 44.00000 6.000000 #> 15509 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 15607 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 15636 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 15669 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 15766 Indo-European Romance Eurasia CH 46.58333 9.750000 #> 15771 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 15777 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 15782 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 15794 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 15799 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 15802 Indo-European Celtic Eurasia IE 52.50000 -9.000000 #> 15827 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 15847 Indo-European Celtic Eurasia GB 54.16667 -4.500000 #> 15870 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 15927 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 15934 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 16035 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 16145 Indo-European Romance Eurasia IT 40.91667 14.250000 #> 16151 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 16154 Indo-European Romance Eurasia IT 44.50000 11.333333 #> 16156 Indo-European Romance Eurasia IT 44.41667 8.950000 #> 16166 Indo-European Romance Eurasia IT 43.75000 11.250000 #> 16192 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 16220 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 16237 Indo-European Romance Eurasia ES 28.00000 -15.583333 #> 16284 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 16286 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 16289 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 16321 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 16407 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 16488 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 16635 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 16659 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 16677 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 16840 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 16955 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 16993 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 17103 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 17139 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 17637 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 17723 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 17766 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 17820 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 17821 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 17856 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 17857 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 17964 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 18028 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 18039 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 18139 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 18178 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 18384 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 18440 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 18457 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 18811 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 18893 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 19169 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 19196 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 19296 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 19354 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 19407 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 19768 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 19946 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 19959 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 20004 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 20045 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 20158 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 20242 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 20322 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 20412 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 20503 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 20763 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 20885 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 21046 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 21068 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 21116 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 21195 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 21387 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 21417 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 21420 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 21530 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 21622 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 21717 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 21752 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 21787 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 21919 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 22011 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 22028 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 22107 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 22126 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 22163 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 22164 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 22183 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 22682 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 22933 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 22943 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 22955 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 22960 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 23071 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 23077 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 23103 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 23161 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 23228 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 23284 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 23302 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 23347 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 23356 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 23359 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 23408 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 23459 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 23598 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 23639 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 23741 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 23746 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 23762 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 23785 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 23846 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 23866 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 23867 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 23890 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 24127 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 24194 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 24197 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 24373 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 24389 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 24399 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 24412 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 24463 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 24495 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 24527 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 24572 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 24573 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 24628 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 24686 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 24719 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 24750 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 24757 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 24833 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 24865 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 24868 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 25005 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 25084 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 25089 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 25098 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 25135 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 25193 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 25237 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 25261 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 25402 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 25686 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 25706 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 25717 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 25730 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 25816 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 25845 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 25898 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 25900 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 28358 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 28359 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 28367 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 28431 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 28498 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 28557 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 28558 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 28575 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 28624 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 28676 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 28688 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 28689 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 28801 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 28808 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 28821 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 28871 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 28874 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 28878 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 28886 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 28926 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 29044 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 29056 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 29063 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 29074 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 29083 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 29084 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 29088 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 29092 Indo-European Romance Eurasia CH 46.58333 9.750000 #> 29095 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 29152 Indo-European Celtic Eurasia IE 52.50000 -9.000000 #> 29290 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 29359 Indo-European Celtic Eurasia GB 54.16667 -4.500000 #> 29459 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 29461 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 29462 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 29492 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 29543 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 29629 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 29632 Indo-European Celtic Eurasia GB 54.16667 -4.500000 #> 29693 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 29699 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 29750 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 29801 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 29816 Indo-European Celtic Eurasia IE 52.50000 -9.000000 #> 29895 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 29922 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 29929 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 29931 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 29940 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 29968 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 29973 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 29985 Indo-European Romance Eurasia CH 46.58333 9.750000 #> 30003 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 30122 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 30189 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 30193 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 30215 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 30218 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 30300 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 30391 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 30409 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 30523 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 30589 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 30591 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 30630 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 30679 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 30998 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 31114 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 31158 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 31193 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 31225 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 31270 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 31426 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 31636 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 31671 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 31704 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 31844 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 31846 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 31864 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 31931 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 32046 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 32088 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 32215 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 32285 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 32475 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 32479 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 32551 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 32552 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 32821 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 32866 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 32971 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 33026 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 33256 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 33342 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 33372 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 33401 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 33767 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 33773 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 33843 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 34059 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 34062 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 34065 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 34069 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 34072 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 34171 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 34231 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 34354 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 34883 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 34891 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 34898 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 34901 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 34907 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 34910 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 34913 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 34915 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 35070 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 35071 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 35076 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 35189 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 35202 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 35235 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 35326 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 35523 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 35604 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 35686 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 35703 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 35726 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 35728 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 36034 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 36060 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 36066 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 36302 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 36306 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 36329 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 36605 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 36628 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 36642 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 37036 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 37037 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 37138 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 37142 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 37145 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 37196 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 37206 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 37216 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 37286 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 37334 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 37365 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 37903 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 37924 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 37929 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 37964 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 37986 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 38013 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 38118 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 38178 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 38223 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 38485 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 38486 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 38487 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 38498 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 38511 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 38514 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 38521 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 38572 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 38582 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 38589 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 38597 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 38639 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 38702 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 38724 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 38820 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 39142 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 39246 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 39259 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 39284 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 39297 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 39318 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 39322 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 39386 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 39417 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 39423 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 39435 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 39711 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 39726 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 39796 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 40316 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 40357 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 40368 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 40387 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 40491 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 40493 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 40504 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 40605 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 40623 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 40647 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 40708 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 40730 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 40819 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 40880 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 40906 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 40939 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 41058 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 41060 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 41094 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 41096 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 41197 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 41303 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 41340 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 41365 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 41427 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 41449 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 41468 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 41477 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 41751 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 41889 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 41893 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 41895 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 41897 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 41913 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 41917 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 41918 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 41921 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 41924 Indo-European Celtic Eurasia GB 54.16667 -4.500000 #> 41931 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 42009 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 42156 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 42162 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 42205 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 42234 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 42260 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 42276 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 42302 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 42370 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 42381 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 42387 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 42390 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 42406 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 42423 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 42605 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 42668 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 42694 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 42782 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 42791 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 42843 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 42854 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 42875 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 42892 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 42906 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 42934 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 42941 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 43107 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 43344 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 43348 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 43388 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 43397 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 43481 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 43556 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 43666 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 43715 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 43765 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 43827 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 43828 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 43850 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 43856 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 43956 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 44412 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 44415 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 44544 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 44550 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 44648 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 44714 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 44725 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 44732 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 44844 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 44945 Indo-European Romance Eurasia IT 46.58333 11.916667 #> 44954 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 44958 Indo-European Romance Eurasia CH 46.66667 9.166667 #> 44961 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 44978 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 44979 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 44999 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 45006 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 45016 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 45258 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 45331 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 45478 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 45486 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 45517 Indo-European Romance Eurasia IT 46.58333 11.916667 #> 45520 Indo-European Romance Eurasia CH 46.66667 9.166667 #> 45524 Indo-European Romance Eurasia TR IL 40.00000 33.000000 #> 45540 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 45545 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 45551 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 45555 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 45559 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 45562 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 45564 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 45569 Indo-European Romance Eurasia ES 43.00000 -8.000000 #> 45571 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 45574 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 45614 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 45643 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 45644 Indo-European Romance Eurasia IT 45.00000 7.666667 #> 45801 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 45914 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 46262 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 46855 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 47012 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 47054 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 47126 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 47175 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 47208 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 47247 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 47302 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 47467 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 47618 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 47670 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 47825 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 47835 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 48076 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 48087 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 48198 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 48285 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 48441 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 48451 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 48495 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 48631 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 48697 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 48737 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 48798 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 48870 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 48872 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 48877 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 48912 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 48983 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 48996 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 49020 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 49029 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 49044 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 49101 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 49232 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 49269 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 49302 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 49548 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 49552 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 49593 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 49597 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 49758 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 49810 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 49823 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 49829 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 49964 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 50056 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 50130 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 50142 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 50182 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 50184 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 50332 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 50338 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 50658 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 50727 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 50758 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 50800 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 50977 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 51099 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 51109 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 51116 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 51215 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 51243 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 51329 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 51566 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 51606 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 51635 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 51690 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 51818 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 51916 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 51941 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 52110 Indo-European Romance Eurasia ES 43.00000 -8.000000 #> 52120 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 52184 Indo-European Romance Eurasia TR IL 40.00000 33.000000 #> 52206 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 52295 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 52310 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 52388 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 52393 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 52394 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 52402 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 52410 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 52420 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 52423 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 52434 Indo-European Romance Eurasia FR 44.00000 2.000000 #> 52496 Indo-European Celtic Eurasia GB 54.16667 -4.500000 #> 52686 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 52726 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 52854 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 52905 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 52948 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 52959 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 52961 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 52968 Indo-European Romance Eurasia ES 43.00000 -8.000000 #> 52971 Indo-European Romance Eurasia TR IL 40.00000 33.000000 #> 52980 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 52996 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 52998 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 53238 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 53259 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 53325 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 53358 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 53370 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 53392 Indo-European Romance Eurasia TR IL 40.00000 33.000000 #> 53422 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 53449 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 53508 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 53575 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 53718 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 53726 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 53902 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 53904 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 53930 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 53967 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 53982 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 54004 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 54006 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 54020 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 54083 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 54095 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 54102 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 54110 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 54131 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 54133 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 54134 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 54225 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 54313 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 54317 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 54324 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 54325 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 54328 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 54343 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 54352 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 54362 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 54572 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 54603 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 54666 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 54699 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 54777 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 54983 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 55056 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 55105 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 55117 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 55344 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 55402 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 55407 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 55413 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 55558 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 55568 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 55709 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 55856 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 55859 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 55916 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 55971 Indo-European Romance Eurasia CH 46.75000 9.500000 #> 55982 Indo-European Celtic Eurasia IE 55.00000 -8.000000 #> 56049 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 56148 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 56346 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 56385 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 56407 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 57106 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 57109 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 57334 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 57410 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 57467 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 57472 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 57518 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 57525 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 57537 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 57549 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 57585 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 57629 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 57643 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 57646 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 58103 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 58377 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 58513 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 58731 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 58876 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 58893 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 59260 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 59264 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 59315 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 59326 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 59331 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 59346 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 59365 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 59427 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 60173 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 60282 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 60380 Indo-European Celtic Eurasia GB 52.75000 -3.583300 #> 60466 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 60597 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 60622 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 60630 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 60652 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 60663 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 60671 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 60765 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 60769 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 60843 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 60856 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 60962 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 61026 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 61077 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 61099 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 61169 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 62067 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 62173 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 62195 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 62208 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 62248 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 62360 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 62388 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 62421 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 62432 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 62528 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 62545 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 63356 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 63359 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 63436 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 63502 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 63567 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 63598 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 63654 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 63666 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 63709 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 63713 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 63734 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 63745 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 64286 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 64340 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 64405 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 64478 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 64639 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 64681 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 64786 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 64790 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 64835 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 64882 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 64997 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 65050 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 65112 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 65279 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 65428 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 65473 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 65558 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 65592 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 65702 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 66121 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 66204 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 66298 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 66308 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 66323 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 66424 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 66485 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 66523 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 66543 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 66581 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 66623 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 66661 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 66691 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 66729 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 66779 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 66802 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 66887 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 66925 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 67944 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 68085 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 68100 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 68121 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 68190 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 68202 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 68237 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 68292 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 68294 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 68366 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 68398 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 68412 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 68459 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 68499 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 68521 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 68633 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 69157 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 69181 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 69200 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 69227 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 69239 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 69250 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 69306 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 69372 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 69434 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 69455 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 69518 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 69542 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 69621 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 69841 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 69896 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 69929 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 69949 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 69995 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 70013 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 70049 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 70275 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 70278 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 70334 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 70376 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 70399 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 70403 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 70432 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 70438 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 70443 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 70855 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 70894 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 70938 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 70995 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 71155 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 71245 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 71253 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 71334 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 71369 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 71390 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 71398 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 71433 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 71785 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 72240 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 72294 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 72332 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 72333 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 72343 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 72364 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 72387 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 72454 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 72460 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 72492 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 72502 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 73388 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 73407 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 73417 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 73514 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 73544 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 73583 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 73600 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 73612 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 73634 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 73718 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 73729 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 74161 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 74175 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 74183 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 74250 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 74261 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 74296 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 74316 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 74340 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 74412 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 74422 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 74433 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 74446 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 74475 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 75486 Indo-European Romance Eurasia CH IT 43.00000 12.000000 #> 75510 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 75576 Indo-European Romance Eurasia IT 40.00000 9.000000 #> 75610 Indo-European Celtic Eurasia FR 48.00000 -3.000000 #> 75624 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 75637 Indo-European Romance Eurasia RO 46.00000 25.000000 #> 75654 Indo-European Romance Eurasia CH 46.66667 8.833333 #> 75670 Indo-European Romance Eurasia PT 39.00000 -8.000000 #> 75724 Indo-European Romance Eurasia ES 41.75000 2.000000 #> 75761 Indo-European Celtic Eurasia GB 52.00000 -3.000000 #> 75797 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 75818 Indo-European Celtic Eurasia GB 57.00000 -4.000000 #> 75833 Indo-European Celtic Eurasia GB 50.33333 -5.000000 #> 76108 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 76165 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 76225 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> 76374 Indo-European Romance Eurasia FR CH 48.00000 2.000000 #> 76377 Indo-European Celtic Eurasia IE 53.00000 -8.000000 #> 76390 Indo-European Romance Eurasia ES 40.00000 -4.000000 #> in_WALS_100 in_WALS_200 #> 224 FALSE FALSE #> 264 FALSE FALSE #> 281 TRUE TRUE #> 297 FALSE FALSE #> 320 TRUE TRUE #> 326 FALSE FALSE #> 554 FALSE FALSE #> 573 TRUE TRUE #> 735 FALSE TRUE #> 740 TRUE TRUE #> 1011 TRUE TRUE #> 1015 FALSE TRUE #> 1047 FALSE FALSE #> 1099 FALSE FALSE #> 1131 TRUE TRUE #> 1278 TRUE TRUE #> 1307 FALSE FALSE #> 1347 FALSE FALSE #> 1477 TRUE TRUE #> 1481 FALSE FALSE #> 1485 FALSE FALSE #> 1575 FALSE FALSE #> 1623 FALSE FALSE #> 1911 FALSE TRUE #> 2041 FALSE FALSE #> 2053 FALSE TRUE #> 2071 TRUE TRUE #> 2075 FALSE FALSE #> 2130 TRUE TRUE #> 2431 TRUE TRUE #> 2469 FALSE FALSE #> 2509 FALSE FALSE #> 2531 FALSE TRUE #> 2574 TRUE TRUE #> 2767 TRUE TRUE #> 2775 FALSE FALSE #> 2792 FALSE TRUE #> 2796 FALSE FALSE #> 3018 TRUE TRUE #> 3173 TRUE TRUE #> 3189 FALSE FALSE #> 3252 TRUE TRUE #> 3573 TRUE TRUE #> 3577 TRUE TRUE #> 3671 FALSE TRUE #> 3698 TRUE TRUE #> 3701 TRUE TRUE #> 3754 FALSE FALSE #> 3781 FALSE FALSE #> 4069 FALSE FALSE #> 4148 TRUE TRUE #> 4159 TRUE TRUE #> 4237 FALSE FALSE #> 4253 TRUE TRUE #> 4296 TRUE TRUE #> 4496 TRUE TRUE #> 4513 TRUE TRUE #> 4560 FALSE FALSE #> 4659 TRUE TRUE #> 4660 FALSE FALSE #> 4722 TRUE TRUE #> 5001 FALSE FALSE #> 5086 TRUE TRUE #> 5094 FALSE FALSE #> 5105 FALSE FALSE #> 5233 FALSE FALSE #> 5279 TRUE TRUE #> 5294 FALSE FALSE #> 5411 FALSE TRUE #> 5423 TRUE TRUE #> 5430 FALSE TRUE #> 5719 TRUE TRUE #> 5734 TRUE TRUE #> 6154 FALSE FALSE #> 6157 FALSE FALSE #> 6240 FALSE FALSE #> 6260 FALSE TRUE #> 6265 FALSE FALSE #> 6322 FALSE FALSE #> 6392 TRUE TRUE #> 6403 TRUE TRUE #> 6449 FALSE FALSE #> 6496 FALSE FALSE #> 6570 FALSE FALSE #> 6594 FALSE FALSE #> 6623 FALSE FALSE #> 6869 FALSE FALSE #> 6909 FALSE FALSE #> 6914 TRUE TRUE #> 6918 TRUE TRUE #> 7093 FALSE TRUE #> 7265 FALSE TRUE #> 7380 TRUE TRUE #> 7409 TRUE TRUE #> 7436 FALSE FALSE #> 7550 FALSE FALSE #> 7626 FALSE TRUE #> 7655 FALSE FALSE #> 7672 FALSE FALSE #> 7674 FALSE FALSE #> 7677 TRUE TRUE #> 7680 TRUE TRUE #> 7771 FALSE FALSE #> 7882 TRUE TRUE #> 7911 FALSE FALSE #> 7938 FALSE FALSE #> 8079 FALSE FALSE #> 8179 FALSE FALSE #> 8183 FALSE TRUE #> 8280 FALSE FALSE #> 8469 TRUE TRUE #> 8521 FALSE FALSE #> 8531 FALSE FALSE #> 8619 FALSE FALSE #> 8669 FALSE FALSE #> 8671 FALSE FALSE #> 8672 FALSE TRUE #> 8694 FALSE FALSE #> 8845 FALSE FALSE #> 8867 TRUE TRUE #> 9059 FALSE FALSE #> 9064 FALSE FALSE #> 9118 TRUE TRUE #> 9121 FALSE FALSE #> 9123 TRUE TRUE #> 9134 FALSE FALSE #> 9150 FALSE TRUE #> 9293 FALSE FALSE #> 9363 FALSE TRUE #> 9402 FALSE FALSE #> 9466 TRUE TRUE #> 9550 FALSE FALSE #> 9586 FALSE FALSE #> 9587 TRUE TRUE #> 9723 FALSE FALSE #> 9725 TRUE TRUE #> 9998 FALSE FALSE #> 10021 TRUE TRUE #> 10027 FALSE FALSE #> 10048 FALSE FALSE #> 10209 FALSE TRUE #> 10220 FALSE FALSE #> 10258 FALSE FALSE #> 10270 TRUE TRUE #> 10272 TRUE TRUE #> 10332 FALSE FALSE #> 10333 FALSE FALSE #> 10610 FALSE FALSE #> 10680 FALSE FALSE #> 10693 TRUE TRUE #> 10694 TRUE TRUE #> 10697 FALSE TRUE #> 10705 FALSE FALSE #> 10710 TRUE TRUE #> 10790 FALSE FALSE #> 10851 FALSE TRUE #> 10862 TRUE TRUE #> 10868 TRUE TRUE #> 10873 FALSE FALSE #> 10876 TRUE TRUE #> 10899 FALSE FALSE #> 10913 FALSE TRUE #> 11022 TRUE TRUE #> 11107 TRUE TRUE #> 11138 FALSE FALSE #> 11310 FALSE TRUE #> 11331 FALSE FALSE #> 11389 TRUE TRUE #> 11419 TRUE TRUE #> 11519 TRUE TRUE #> 11521 TRUE TRUE #> 11530 FALSE TRUE #> 11531 FALSE FALSE #> 11699 TRUE TRUE #> 11702 FALSE TRUE #> 11706 TRUE TRUE #> 11719 FALSE FALSE #> 11831 FALSE TRUE #> 11898 TRUE TRUE #> 11902 FALSE FALSE #> 11904 TRUE TRUE #> 12159 FALSE FALSE #> 12163 FALSE FALSE #> 12201 FALSE FALSE #> 12258 TRUE TRUE #> 12273 FALSE FALSE #> 12307 FALSE FALSE #> 12392 FALSE FALSE #> 12423 FALSE FALSE #> 12458 FALSE TRUE #> 12460 FALSE FALSE #> 12521 TRUE TRUE #> 12540 TRUE TRUE #> 12594 TRUE TRUE #> 12597 FALSE FALSE #> 12700 FALSE FALSE #> 12728 FALSE FALSE #> 12777 FALSE FALSE #> 12782 FALSE FALSE #> 13163 FALSE FALSE #> 13177 FALSE FALSE #> 13219 TRUE TRUE #> 13242 FALSE FALSE #> 13252 FALSE FALSE #> 13265 TRUE TRUE #> 13284 FALSE TRUE #> 13324 FALSE FALSE #> 13438 FALSE FALSE #> 13461 FALSE FALSE #> 13591 FALSE FALSE #> 13740 TRUE TRUE #> 13840 TRUE TRUE #> 13853 FALSE TRUE #> 14016 TRUE TRUE #> 14026 TRUE TRUE #> 14150 TRUE TRUE #> 14151 TRUE TRUE #> 14165 TRUE TRUE #> 14174 TRUE TRUE #> 14320 TRUE TRUE #> 14360 TRUE TRUE #> 14605 TRUE TRUE #> 14610 TRUE TRUE #> 14817 TRUE TRUE #> 14824 TRUE TRUE #> 14896 TRUE TRUE #> 14904 TRUE TRUE #> 15112 TRUE TRUE #> 15229 TRUE TRUE #> 15372 FALSE FALSE #> 15423 FALSE FALSE #> 15438 TRUE TRUE #> 15450 FALSE FALSE #> 15454 FALSE FALSE #> 15461 FALSE FALSE #> 15466 FALSE FALSE #> 15467 TRUE TRUE #> 15468 FALSE FALSE #> 15472 FALSE FALSE #> 15473 FALSE FALSE #> 15499 FALSE FALSE #> 15509 FALSE TRUE #> 15607 FALSE FALSE #> 15636 FALSE FALSE #> 15669 FALSE FALSE #> 15766 FALSE FALSE #> 15771 FALSE FALSE #> 15777 TRUE TRUE #> 15782 FALSE FALSE #> 15794 TRUE TRUE #> 15799 FALSE FALSE #> 15802 FALSE FALSE #> 15827 FALSE TRUE #> 15847 FALSE FALSE #> 15870 FALSE FALSE #> 15927 FALSE FALSE #> 15934 FALSE FALSE #> 16035 FALSE FALSE #> 16145 FALSE FALSE #> 16151 FALSE FALSE #> 16154 FALSE FALSE #> 16156 FALSE FALSE #> 16166 FALSE FALSE #> 16192 FALSE TRUE #> 16220 TRUE TRUE #> 16237 FALSE FALSE #> 16284 FALSE FALSE #> 16286 TRUE TRUE #> 16289 FALSE FALSE #> 16321 FALSE FALSE #> 16407 FALSE FALSE #> 16488 FALSE TRUE #> 16635 FALSE FALSE #> 16659 FALSE FALSE #> 16677 FALSE FALSE #> 16840 FALSE FALSE #> 16955 FALSE FALSE #> 16993 TRUE TRUE #> 17103 FALSE FALSE #> 17139 FALSE FALSE #> 17637 FALSE FALSE #> 17723 FALSE FALSE #> 17766 TRUE TRUE #> 17820 FALSE FALSE #> 17821 FALSE FALSE #> 17856 FALSE FALSE #> 17857 FALSE FALSE #> 17964 FALSE FALSE #> 18028 FALSE FALSE #> 18039 TRUE TRUE #> 18139 FALSE FALSE #> 18178 FALSE FALSE #> 18384 FALSE FALSE #> 18440 FALSE TRUE #> 18457 TRUE TRUE #> 18811 FALSE FALSE #> 18893 FALSE FALSE #> 19169 FALSE FALSE #> 19196 FALSE FALSE #> 19296 TRUE TRUE #> 19354 FALSE FALSE #> 19407 FALSE FALSE #> 19768 FALSE FALSE #> 19946 FALSE FALSE #> 19959 FALSE FALSE #> 20004 TRUE TRUE #> 20045 FALSE FALSE #> 20158 FALSE FALSE #> 20242 FALSE TRUE #> 20322 FALSE FALSE #> 20412 FALSE FALSE #> 20503 FALSE FALSE #> 20763 FALSE FALSE #> 20885 FALSE FALSE #> 21046 TRUE TRUE #> 21068 FALSE FALSE #> 21116 FALSE FALSE #> 21195 FALSE FALSE #> 21387 FALSE FALSE #> 21417 FALSE FALSE #> 21420 FALSE FALSE #> 21530 TRUE TRUE #> 21622 FALSE FALSE #> 21717 FALSE TRUE #> 21752 FALSE FALSE #> 21787 FALSE FALSE #> 21919 FALSE FALSE #> 22011 TRUE TRUE #> 22028 FALSE FALSE #> 22107 FALSE FALSE #> 22126 FALSE FALSE #> 22163 FALSE FALSE #> 22164 TRUE TRUE #> 22183 FALSE FALSE #> 22682 FALSE FALSE #> 22933 FALSE FALSE #> 22943 FALSE FALSE #> 22955 FALSE FALSE #> 22960 FALSE TRUE #> 23071 FALSE FALSE #> 23077 FALSE FALSE #> 23103 FALSE FALSE #> 23161 FALSE FALSE #> 23228 FALSE TRUE #> 23284 FALSE FALSE #> 23302 FALSE FALSE #> 23347 TRUE TRUE #> 23356 FALSE FALSE #> 23359 FALSE FALSE #> 23408 TRUE TRUE #> 23459 FALSE FALSE #> 23598 FALSE FALSE #> 23639 FALSE FALSE #> 23741 FALSE FALSE #> 23746 FALSE FALSE #> 23762 TRUE TRUE #> 23785 FALSE FALSE #> 23846 FALSE FALSE #> 23866 TRUE TRUE #> 23867 FALSE FALSE #> 23890 FALSE FALSE #> 24127 FALSE FALSE #> 24194 TRUE TRUE #> 24197 FALSE FALSE #> 24373 FALSE FALSE #> 24389 FALSE FALSE #> 24399 FALSE FALSE #> 24412 FALSE FALSE #> 24463 FALSE FALSE #> 24495 TRUE TRUE #> 24527 FALSE FALSE #> 24572 TRUE TRUE #> 24573 FALSE FALSE #> 24628 TRUE TRUE #> 24686 FALSE FALSE #> 24719 FALSE FALSE #> 24750 FALSE FALSE #> 24757 FALSE FALSE #> 24833 FALSE FALSE #> 24865 FALSE FALSE #> 24868 TRUE TRUE #> 25005 FALSE FALSE #> 25084 TRUE TRUE #> 25089 FALSE FALSE #> 25098 FALSE FALSE #> 25135 FALSE FALSE #> 25193 TRUE TRUE #> 25237 FALSE FALSE #> 25261 FALSE FALSE #> 25402 FALSE FALSE #> 25686 FALSE FALSE #> 25706 TRUE TRUE #> 25717 TRUE TRUE #> 25730 FALSE FALSE #> 25816 FALSE FALSE #> 25845 FALSE FALSE #> 25898 FALSE FALSE #> 25900 FALSE FALSE #> 28358 FALSE TRUE #> 28359 FALSE FALSE #> 28367 FALSE FALSE #> 28431 FALSE FALSE #> 28498 FALSE FALSE #> 28557 FALSE FALSE #> 28558 FALSE TRUE #> 28575 FALSE FALSE #> 28624 FALSE FALSE #> 28676 FALSE FALSE #> 28688 FALSE FALSE #> 28689 FALSE FALSE #> 28801 FALSE FALSE #> 28808 FALSE FALSE #> 28821 FALSE TRUE #> 28871 FALSE TRUE #> 28874 FALSE FALSE #> 28878 FALSE FALSE #> 28886 FALSE FALSE #> 28926 FALSE FALSE #> 29044 FALSE FALSE #> 29056 FALSE FALSE #> 29063 TRUE TRUE #> 29074 FALSE FALSE #> 29083 FALSE FALSE #> 29084 FALSE FALSE #> 29088 TRUE TRUE #> 29092 FALSE FALSE #> 29095 FALSE FALSE #> 29152 FALSE FALSE #> 29290 FALSE FALSE #> 29359 FALSE FALSE #> 29459 FALSE FALSE #> 29461 FALSE FALSE #> 29462 FALSE TRUE #> 29492 FALSE FALSE #> 29543 FALSE FALSE #> 29629 FALSE FALSE #> 29632 FALSE FALSE #> 29693 FALSE FALSE #> 29699 FALSE FALSE #> 29750 FALSE FALSE #> 29801 FALSE TRUE #> 29816 FALSE FALSE #> 29895 TRUE TRUE #> 29922 FALSE FALSE #> 29929 FALSE FALSE #> 29931 FALSE FALSE #> 29940 FALSE FALSE #> 29968 TRUE TRUE #> 29973 FALSE FALSE #> 29985 FALSE FALSE #> 30003 FALSE FALSE #> 30122 TRUE TRUE #> 30189 FALSE FALSE #> 30193 TRUE TRUE #> 30215 FALSE TRUE #> 30218 FALSE FALSE #> 30300 FALSE FALSE #> 30391 FALSE FALSE #> 30409 TRUE TRUE #> 30523 FALSE FALSE #> 30589 FALSE FALSE #> 30591 FALSE FALSE #> 30630 TRUE TRUE #> 30679 FALSE FALSE #> 30998 FALSE FALSE #> 31114 FALSE FALSE #> 31158 FALSE FALSE #> 31193 FALSE FALSE #> 31225 TRUE TRUE #> 31270 FALSE FALSE #> 31426 TRUE TRUE #> 31636 TRUE TRUE #> 31671 FALSE FALSE #> 31704 FALSE FALSE #> 31844 FALSE FALSE #> 31846 FALSE FALSE #> 31864 TRUE TRUE #> 31931 FALSE FALSE #> 32046 TRUE TRUE #> 32088 TRUE TRUE #> 32215 TRUE TRUE #> 32285 TRUE TRUE #> 32475 TRUE TRUE #> 32479 TRUE TRUE #> 32551 TRUE TRUE #> 32552 TRUE TRUE #> 32821 TRUE TRUE #> 32866 TRUE TRUE #> 32971 TRUE TRUE #> 33026 TRUE TRUE #> 33256 TRUE TRUE #> 33342 TRUE TRUE #> 33372 TRUE TRUE #> 33401 TRUE TRUE #> 33767 FALSE FALSE #> 33773 FALSE FALSE #> 33843 TRUE TRUE #> 34059 TRUE TRUE #> 34062 FALSE FALSE #> 34065 FALSE FALSE #> 34069 FALSE FALSE #> 34072 FALSE FALSE #> 34171 FALSE FALSE #> 34231 FALSE FALSE #> 34354 FALSE TRUE #> 34883 TRUE TRUE #> 34891 FALSE FALSE #> 34898 FALSE FALSE #> 34901 FALSE TRUE #> 34907 FALSE FALSE #> 34910 FALSE FALSE #> 34913 TRUE TRUE #> 34915 FALSE FALSE #> 35070 TRUE TRUE #> 35071 FALSE TRUE #> 35076 TRUE TRUE #> 35189 TRUE TRUE #> 35202 TRUE TRUE #> 35235 FALSE TRUE #> 35326 TRUE TRUE #> 35523 TRUE TRUE #> 35604 FALSE FALSE #> 35686 FALSE FALSE #> 35703 FALSE FALSE #> 35726 FALSE FALSE #> 35728 FALSE FALSE #> 36034 FALSE FALSE #> 36060 TRUE TRUE #> 36066 TRUE TRUE #> 36302 FALSE FALSE #> 36306 TRUE TRUE #> 36329 TRUE TRUE #> 36605 FALSE FALSE #> 36628 TRUE TRUE #> 36642 TRUE TRUE #> 37036 FALSE FALSE #> 37037 TRUE TRUE #> 37138 TRUE TRUE #> 37142 FALSE FALSE #> 37145 FALSE FALSE #> 37196 FALSE FALSE #> 37206 FALSE FALSE #> 37216 FALSE FALSE #> 37286 FALSE FALSE #> 37334 FALSE TRUE #> 37365 FALSE FALSE #> 37903 FALSE FALSE #> 37924 TRUE TRUE #> 37929 TRUE TRUE #> 37964 FALSE FALSE #> 37986 FALSE TRUE #> 38013 FALSE FALSE #> 38118 FALSE TRUE #> 38178 TRUE TRUE #> 38223 TRUE TRUE #> 38485 FALSE FALSE #> 38486 FALSE FALSE #> 38487 FALSE TRUE #> 38498 TRUE TRUE #> 38511 TRUE TRUE #> 38514 FALSE FALSE #> 38521 FALSE FALSE #> 38572 TRUE TRUE #> 38582 FALSE FALSE #> 38589 FALSE FALSE #> 38597 TRUE TRUE #> 38639 FALSE FALSE #> 38702 FALSE FALSE #> 38724 FALSE TRUE #> 38820 FALSE FALSE #> 39142 FALSE FALSE #> 39246 FALSE FALSE #> 39259 FALSE FALSE #> 39284 FALSE FALSE #> 39297 TRUE TRUE #> 39318 FALSE FALSE #> 39322 TRUE TRUE #> 39386 FALSE FALSE #> 39417 FALSE FALSE #> 39423 FALSE TRUE #> 39435 FALSE FALSE #> 39711 TRUE TRUE #> 39726 FALSE TRUE #> 39796 TRUE TRUE #> 40316 TRUE TRUE #> 40357 TRUE TRUE #> 40368 FALSE FALSE #> 40387 FALSE FALSE #> 40491 FALSE FALSE #> 40493 FALSE FALSE #> 40504 FALSE FALSE #> 40605 TRUE TRUE #> 40623 FALSE TRUE #> 40647 TRUE TRUE #> 40708 TRUE TRUE #> 40730 FALSE FALSE #> 40819 FALSE FALSE #> 40880 TRUE TRUE #> 40906 FALSE TRUE #> 40939 FALSE TRUE #> 41058 TRUE TRUE #> 41060 FALSE FALSE #> 41094 TRUE TRUE #> 41096 FALSE FALSE #> 41197 TRUE TRUE #> 41303 FALSE TRUE #> 41340 TRUE TRUE #> 41365 TRUE TRUE #> 41427 FALSE FALSE #> 41449 FALSE FALSE #> 41468 TRUE TRUE #> 41477 FALSE TRUE #> 41751 FALSE TRUE #> 41889 FALSE FALSE #> 41893 FALSE FALSE #> 41895 TRUE TRUE #> 41897 TRUE TRUE #> 41913 FALSE FALSE #> 41917 FALSE FALSE #> 41918 FALSE FALSE #> 41921 FALSE FALSE #> 41924 FALSE FALSE #> 41931 FALSE FALSE #> 42009 FALSE FALSE #> 42156 FALSE TRUE #> 42162 FALSE FALSE #> 42205 TRUE TRUE #> 42234 TRUE TRUE #> 42260 FALSE FALSE #> 42276 FALSE FALSE #> 42302 FALSE TRUE #> 42370 FALSE FALSE #> 42381 FALSE FALSE #> 42387 TRUE TRUE #> 42390 FALSE FALSE #> 42406 FALSE FALSE #> 42423 TRUE TRUE #> 42605 TRUE TRUE #> 42668 TRUE TRUE #> 42694 FALSE FALSE #> 42782 FALSE FALSE #> 42791 FALSE TRUE #> 42843 FALSE FALSE #> 42854 FALSE FALSE #> 42875 FALSE FALSE #> 42892 TRUE TRUE #> 42906 TRUE TRUE #> 42934 FALSE TRUE #> 42941 FALSE FALSE #> 43107 TRUE TRUE #> 43344 FALSE FALSE #> 43348 FALSE FALSE #> 43388 FALSE FALSE #> 43397 FALSE FALSE #> 43481 TRUE TRUE #> 43556 FALSE FALSE #> 43666 TRUE TRUE #> 43715 FALSE FALSE #> 43765 FALSE TRUE #> 43827 FALSE FALSE #> 43828 FALSE FALSE #> 43850 TRUE TRUE #> 43856 FALSE FALSE #> 43956 FALSE FALSE #> 44412 FALSE TRUE #> 44415 FALSE FALSE #> 44544 TRUE TRUE #> 44550 FALSE FALSE #> 44648 FALSE FALSE #> 44714 TRUE TRUE #> 44725 FALSE FALSE #> 44732 FALSE FALSE #> 44844 FALSE FALSE #> 44945 FALSE FALSE #> 44954 FALSE FALSE #> 44958 FALSE FALSE #> 44961 FALSE FALSE #> 44978 FALSE FALSE #> 44979 FALSE TRUE #> 44999 TRUE TRUE #> 45006 FALSE FALSE #> 45016 FALSE FALSE #> 45258 FALSE FALSE #> 45331 FALSE FALSE #> 45478 FALSE FALSE #> 45486 FALSE FALSE #> 45517 FALSE FALSE #> 45520 FALSE FALSE #> 45524 FALSE FALSE #> 45540 TRUE TRUE #> 45545 FALSE FALSE #> 45551 FALSE FALSE #> 45555 FALSE TRUE #> 45559 FALSE FALSE #> 45562 FALSE FALSE #> 45564 TRUE TRUE #> 45569 FALSE FALSE #> 45571 FALSE FALSE #> 45574 FALSE FALSE #> 45614 TRUE TRUE #> 45643 TRUE TRUE #> 45644 FALSE FALSE #> 45801 FALSE FALSE #> 45914 TRUE TRUE #> 46262 TRUE TRUE #> 46855 FALSE FALSE #> 47012 TRUE TRUE #> 47054 FALSE FALSE #> 47126 FALSE FALSE #> 47175 FALSE TRUE #> 47208 FALSE FALSE #> 47247 TRUE TRUE #> 47302 TRUE TRUE #> 47467 TRUE TRUE #> 47618 TRUE TRUE #> 47670 TRUE TRUE #> 47825 TRUE TRUE #> 47835 TRUE TRUE #> 48076 FALSE FALSE #> 48087 FALSE FALSE #> 48198 FALSE FALSE #> 48285 TRUE TRUE #> 48441 FALSE FALSE #> 48451 FALSE FALSE #> 48495 TRUE TRUE #> 48631 TRUE TRUE #> 48697 TRUE TRUE #> 48737 TRUE TRUE #> 48798 FALSE TRUE #> 48870 TRUE TRUE #> 48872 FALSE FALSE #> 48877 TRUE TRUE #> 48912 FALSE TRUE #> 48983 FALSE FALSE #> 48996 FALSE FALSE #> 49020 TRUE TRUE #> 49029 TRUE TRUE #> 49044 FALSE TRUE #> 49101 FALSE FALSE #> 49232 FALSE FALSE #> 49269 TRUE TRUE #> 49302 TRUE TRUE #> 49548 FALSE FALSE #> 49552 FALSE FALSE #> 49593 TRUE TRUE #> 49597 TRUE TRUE #> 49758 FALSE FALSE #> 49810 TRUE TRUE #> 49823 FALSE FALSE #> 49829 TRUE TRUE #> 49964 TRUE TRUE #> 50056 TRUE TRUE #> 50130 FALSE FALSE #> 50142 FALSE FALSE #> 50182 TRUE TRUE #> 50184 TRUE TRUE #> 50332 FALSE FALSE #> 50338 FALSE FALSE #> 50658 FALSE FALSE #> 50727 FALSE FALSE #> 50758 FALSE FALSE #> 50800 FALSE FALSE #> 50977 FALSE FALSE #> 51099 TRUE TRUE #> 51109 FALSE FALSE #> 51116 TRUE TRUE #> 51215 FALSE FALSE #> 51243 FALSE TRUE #> 51329 FALSE FALSE #> 51566 FALSE FALSE #> 51606 FALSE FALSE #> 51635 TRUE TRUE #> 51690 TRUE TRUE #> 51818 FALSE FALSE #> 51916 FALSE FALSE #> 51941 FALSE FALSE #> 52110 FALSE FALSE #> 52120 FALSE FALSE #> 52184 FALSE FALSE #> 52206 FALSE FALSE #> 52295 FALSE TRUE #> 52310 TRUE TRUE #> 52388 FALSE FALSE #> 52393 FALSE FALSE #> 52394 FALSE FALSE #> 52402 FALSE FALSE #> 52410 FALSE FALSE #> 52420 FALSE FALSE #> 52423 TRUE TRUE #> 52434 FALSE FALSE #> 52496 FALSE FALSE #> 52686 TRUE TRUE #> 52726 FALSE FALSE #> 52854 FALSE FALSE #> 52905 FALSE TRUE #> 52948 FALSE FALSE #> 52959 FALSE FALSE #> 52961 TRUE TRUE #> 52968 FALSE FALSE #> 52971 FALSE FALSE #> 52980 FALSE FALSE #> 52996 FALSE FALSE #> 52998 FALSE FALSE #> 53238 FALSE TRUE #> 53259 FALSE FALSE #> 53325 TRUE TRUE #> 53358 FALSE FALSE #> 53370 FALSE FALSE #> 53392 FALSE FALSE #> 53422 TRUE TRUE #> 53449 FALSE FALSE #> 53508 FALSE FALSE #> 53575 TRUE TRUE #> 53718 FALSE TRUE #> 53726 TRUE TRUE #> 53902 TRUE TRUE #> 53904 FALSE FALSE #> 53930 FALSE FALSE #> 53967 FALSE TRUE #> 53982 FALSE FALSE #> 54004 FALSE FALSE #> 54006 TRUE TRUE #> 54020 FALSE FALSE #> 54083 TRUE TRUE #> 54095 TRUE TRUE #> 54102 FALSE FALSE #> 54110 FALSE FALSE #> 54131 FALSE TRUE #> 54133 FALSE FALSE #> 54134 FALSE FALSE #> 54225 FALSE FALSE #> 54313 FALSE TRUE #> 54317 FALSE FALSE #> 54324 FALSE FALSE #> 54325 TRUE TRUE #> 54328 FALSE FALSE #> 54343 TRUE TRUE #> 54352 FALSE FALSE #> 54362 FALSE FALSE #> 54572 FALSE FALSE #> 54603 FALSE FALSE #> 54666 FALSE TRUE #> 54699 TRUE TRUE #> 54777 TRUE TRUE #> 54983 FALSE FALSE #> 55056 FALSE FALSE #> 55105 TRUE TRUE #> 55117 FALSE TRUE #> 55344 TRUE TRUE #> 55402 TRUE TRUE #> 55407 FALSE TRUE #> 55413 TRUE TRUE #> 55558 FALSE TRUE #> 55568 TRUE TRUE #> 55709 TRUE TRUE #> 55856 FALSE FALSE #> 55859 FALSE FALSE #> 55916 TRUE TRUE #> 55971 FALSE FALSE #> 55982 FALSE FALSE #> 56049 TRUE TRUE #> 56148 FALSE FALSE #> 56346 TRUE TRUE #> 56385 FALSE TRUE #> 56407 TRUE TRUE #> 57106 FALSE FALSE #> 57109 FALSE FALSE #> 57334 FALSE FALSE #> 57410 FALSE FALSE #> 57467 FALSE FALSE #> 57472 TRUE TRUE #> 57518 TRUE TRUE #> 57525 FALSE FALSE #> 57537 FALSE FALSE #> 57549 FALSE FALSE #> 57585 FALSE FALSE #> 57629 FALSE FALSE #> 57643 FALSE TRUE #> 57646 FALSE FALSE #> 58103 FALSE FALSE #> 58377 FALSE FALSE #> 58513 FALSE FALSE #> 58731 FALSE FALSE #> 58876 FALSE FALSE #> 58893 TRUE TRUE #> 59260 FALSE FALSE #> 59264 FALSE FALSE #> 59315 FALSE FALSE #> 59326 FALSE TRUE #> 59331 FALSE FALSE #> 59346 FALSE FALSE #> 59365 TRUE TRUE #> 59427 FALSE FALSE #> 60173 FALSE FALSE #> 60282 FALSE FALSE #> 60380 FALSE FALSE #> 60466 FALSE FALSE #> 60597 FALSE TRUE #> 60622 FALSE FALSE #> 60630 TRUE TRUE #> 60652 FALSE FALSE #> 60663 FALSE FALSE #> 60671 TRUE TRUE #> 60765 FALSE FALSE #> 60769 FALSE FALSE #> 60843 FALSE FALSE #> 60856 FALSE FALSE #> 60962 TRUE TRUE #> 61026 TRUE TRUE #> 61077 FALSE TRUE #> 61099 FALSE FALSE #> 61169 FALSE FALSE #> 62067 TRUE TRUE #> 62173 FALSE FALSE #> 62195 FALSE FALSE #> 62208 FALSE TRUE #> 62248 TRUE TRUE #> 62360 FALSE FALSE #> 62388 FALSE FALSE #> 62421 FALSE FALSE #> 62432 FALSE FALSE #> 62528 FALSE FALSE #> 62545 FALSE FALSE #> 63356 TRUE TRUE #> 63359 FALSE FALSE #> 63436 FALSE FALSE #> 63502 TRUE TRUE #> 63567 FALSE FALSE #> 63598 FALSE FALSE #> 63654 FALSE FALSE #> 63666 FALSE FALSE #> 63709 FALSE FALSE #> 63713 FALSE FALSE #> 63734 FALSE FALSE #> 63745 FALSE TRUE #> 64286 FALSE FALSE #> 64340 FALSE FALSE #> 64405 FALSE FALSE #> 64478 FALSE TRUE #> 64639 FALSE FALSE #> 64681 FALSE FALSE #> 64786 FALSE FALSE #> 64790 FALSE FALSE #> 64835 TRUE TRUE #> 64882 FALSE FALSE #> 64997 FALSE FALSE #> 65050 FALSE FALSE #> 65112 TRUE TRUE #> 65279 TRUE TRUE #> 65428 FALSE FALSE #> 65473 TRUE TRUE #> 65558 FALSE FALSE #> 65592 FALSE FALSE #> 65702 FALSE FALSE #> 66121 FALSE TRUE #> 66204 FALSE FALSE #> 66298 FALSE FALSE #> 66308 FALSE FALSE #> 66323 FALSE FALSE #> 66424 FALSE FALSE #> 66485 FALSE FALSE #> 66523 FALSE FALSE #> 66543 FALSE FALSE #> 66581 TRUE TRUE #> 66623 FALSE TRUE #> 66661 TRUE TRUE #> 66691 FALSE FALSE #> 66729 FALSE FALSE #> 66779 FALSE FALSE #> 66802 FALSE FALSE #> 66887 FALSE FALSE #> 66925 FALSE FALSE #> 67944 FALSE TRUE #> 68085 TRUE TRUE #> 68100 TRUE TRUE #> 68121 FALSE FALSE #> 68190 TRUE TRUE #> 68202 FALSE TRUE #> 68237 FALSE FALSE #> 68292 FALSE FALSE #> 68294 FALSE FALSE #> 68366 FALSE FALSE #> 68398 FALSE FALSE #> 68412 TRUE TRUE #> 68459 FALSE FALSE #> 68499 FALSE FALSE #> 68521 FALSE FALSE #> 68633 FALSE FALSE #> 69157 FALSE FALSE #> 69181 FALSE FALSE #> 69200 FALSE FALSE #> 69227 FALSE FALSE #> 69239 FALSE FALSE #> 69250 TRUE TRUE #> 69306 FALSE TRUE #> 69372 TRUE TRUE #> 69434 FALSE FALSE #> 69455 FALSE FALSE #> 69518 FALSE FALSE #> 69542 FALSE FALSE #> 69621 FALSE FALSE #> 69841 TRUE TRUE #> 69896 FALSE FALSE #> 69929 FALSE FALSE #> 69949 FALSE FALSE #> 69995 FALSE FALSE #> 70013 TRUE TRUE #> 70049 FALSE FALSE #> 70275 FALSE FALSE #> 70278 FALSE FALSE #> 70334 FALSE FALSE #> 70376 FALSE FALSE #> 70399 FALSE FALSE #> 70403 TRUE TRUE #> 70432 FALSE TRUE #> 70438 FALSE FALSE #> 70443 FALSE FALSE #> 70855 FALSE FALSE #> 70894 FALSE FALSE #> 70938 TRUE TRUE #> 70995 FALSE FALSE #> 71155 FALSE FALSE #> 71245 FALSE TRUE #> 71253 FALSE FALSE #> 71334 FALSE FALSE #> 71369 TRUE TRUE #> 71390 FALSE FALSE #> 71398 FALSE FALSE #> 71433 TRUE TRUE #> 71785 FALSE FALSE #> 72240 FALSE FALSE #> 72294 TRUE TRUE #> 72332 FALSE FALSE #> 72333 FALSE FALSE #> 72343 FALSE FALSE #> 72364 FALSE FALSE #> 72387 FALSE TRUE #> 72454 FALSE FALSE #> 72460 TRUE TRUE #> 72492 FALSE FALSE #> 72502 FALSE FALSE #> 73388 FALSE FALSE #> 73407 TRUE TRUE #> 73417 TRUE TRUE #> 73514 FALSE FALSE #> 73544 FALSE FALSE #> 73583 FALSE FALSE #> 73600 FALSE FALSE #> 73612 FALSE FALSE #> 73634 FALSE FALSE #> 73718 FALSE TRUE #> 73729 FALSE FALSE #> 74161 FALSE TRUE #> 74175 FALSE FALSE #> 74183 FALSE FALSE #> 74250 FALSE FALSE #> 74261 FALSE FALSE #> 74296 FALSE FALSE #> 74316 FALSE FALSE #> 74340 TRUE TRUE #> 74412 FALSE FALSE #> 74422 FALSE FALSE #> 74433 FALSE FALSE #> 74446 FALSE FALSE #> 74475 TRUE TRUE #> 75486 FALSE FALSE #> 75510 FALSE TRUE #> 75576 FALSE FALSE #> 75610 FALSE FALSE #> 75624 TRUE TRUE #> 75637 FALSE FALSE #> 75654 FALSE FALSE #> 75670 FALSE FALSE #> 75724 FALSE FALSE #> 75761 FALSE FALSE #> 75797 TRUE TRUE #> 75818 FALSE FALSE #> 75833 FALSE FALSE #> 76108 TRUE TRUE #> 76165 FALSE TRUE #> 76225 TRUE TRUE #> 76374 TRUE TRUE #> 76377 FALSE TRUE #> 76390 TRUE TRUE #> source #> 224 Soler-and-Ebneter-1988 #> 264 Ruhlen-1973;Agard-1958;Tataru-1978 #> 281 Fougeron-and-Smith-1999;Sten-1963 #> 297 Ternes-1970;Bothorel-1982 #> 320 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 326 Carbonell-and-Llisteri-1999 #> 554 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 573 Harris-1988 #> 735 Ni-Chasaide-1999;O-Siadhail-1989 #> 740 Green-1988 #> 1011 Green-1988[98] #> 1015 O-Siadhail-1989[127, 182] #> 1047 King-1993a[180] #> 1099 Lepschy-and-Lepschy-1988[133-39] #> 1131 Harris-1988[223-4] #> 1278 #> 1307 Calder-1923[221] #> 1347 Hutchinson-and-Lloyd-1996[35] #> 1477 #> 1481 Hualde-1992[passim] #> 1485 Maiden-and-Robustelli-2000[93] #> 1575 Jenner-1904[118-119, 135, 137] #> 1623 Ternes-1970[252, 254, 260, 269-272] #> 1911 Dillon-and-O-Croinin-1961[32];O-Siadhail-1989[179-184] #> 2041 King-1993a[180] #> 2053 MacEoin-1993[127] #> 2071 Harris-1988[223-4] #> 2075 Lepschy-and-Lepschy-1988[133-39] #> 2130 Green-1988[98, 107-109] #> 2431 Green-1988[98] #> 2469 King-1993a[180] #> 2509 Lepschy-and-Lepschy-1988[133-39] #> 2531 MacEoin-1993[127] #> 2574 Harris-1988[223-4] #> 2767 Harris-1988[223-4] #> 2775 King-1993a[180] #> 2792 MacEoin-1993[127] #> 2796 Lepschy-and-Lepschy-1988[133-39] #> 3018 Green-1988[98, 107-109] #> 3173 #> 3189 #> 3252 #> 3573 Guentcheva-and-Riviere-2007 #> 3577 Green-1988 #> 3671 MacEoin-1993[126] #> 3698 Harris-1988[232] #> 3701 Green-1988[113] #> 3754 Lepschy-and-Lepschy-1988[222] #> 3781 King-1993a[216] #> 4069 Gillies-1993 #> 4148 #> 4159 #> 4237 Gillies-1993 #> 4253 #> 4296 #> 4496 #> 4513 #> 4560 Gillies-1993 #> 4659 #> 4660 #> 4722 #> 5001 O-Dochartaigh-1992;Ni-Chasaide-1999 #> 5086 Harris-1969a;Navarro-1961;Saporta-and-Contreras-1962 #> 5094 Tataru-1978;Ruhlen-1973;Agard-1958 #> 5105 Carbonell-and-Llisteri-1999 #> 5233 Soler-and-Ebneter-1988 #> 5279 Sten-1963;Fougeron-and-Smith-1999 #> 5294 Ternes-1970;Bothorel-1982 #> 5411 #> 5423 #> 5430 #> 5719 Judge-and-Healey-1985[231] #> 5734 #> 6154 Haiman-1988[passim] #> 6157 Watkins-1993[ 336] #> 6240 Parkinson-1988[passim] #> 6260 Stenson-1981[131, 137] #> 6265 Jones-1988[passim] #> 6322 Calder-1923[passim] #> 6392 #> 6403 #> 6449 Maiden-and-Robustelli-2000[ 401];Vincent-1988[passim];Sauer-1891[ 40] #> 6496 Jenner-1904[passim] #> 6570 Mallinson-1986[passim] #> 6594 Hualde-1992[ passim] #> 6623 Jones-and-Thomas-1977[7] #> 6869 Stephens-1993[ 376];Ternes-1970[284] #> 6909 #> 6914 #> 6918 #> 7093 Doyle-2001[43-45, 96-98];Bammesberger-1982[91, passim] #> 7265 Bammesberger-1982[91, passim];Doyle-2001[43-45, 96-98] #> 7380 #> 7409 #> 7436 #> 7550 Haspelmath-1997[263-5] #> 7626 Haspelmath-1997[280] #> 7655 Haspelmath-1997[259] #> 7672 Haspelmath-1997[257] #> 7674 Haspelmath-1997[263] #> 7677 #> 7680 Haspelmath-1997[261] #> 7771 Parkinson-1988[158] #> 7882 Harris-1988[237] #> 7911 Jones-1988[341] #> 7938 Press-1986[106, 198] #> 8079 Jones-and-Thomas-1977[298-299];Bowen-and-Jones-1960[26, 45, 62, 135];Williams-1980b[148];Thomas-1992a[272] #> 8179 Jenner-1904[161] #> 8183 Stenson-1981[32, 40-41];O-Dochartaigh-1992[38, 73] #> 8280 Calder-1923[202] #> 8469 Butt-and-Benjamin-2000[516-517] #> 8521 Mallinson-1986[4] #> 8531 Hualde-1992[ 2] #> 8619 Maiden-and-Robustelli-2000[147] #> 8669 Mackinnon-1977 #> 8671 Rhys-Jones-1985 #> 8672 Lewis-and-Pedersen-1961 #> 8694 Press-1986 #> 8845 Cazacu-et-al-1967 #> 8867 Jarvis-et-al-1981 #> 9059 Mallinson-1986 #> 9064 Mackinnon-1977 #> 9118 #> 9121 Press-1986 #> 9123 #> 9134 Rhys-Jones-1985 #> 9150 O-Siadhail-1989 #> 9293 Rhys-Jones-1985 #> 9363 O-Siadhail-1989 #> 9402 Mackinnon-1977 #> 9466 #> 9550 Mallinson-1986 #> 9586 Press-1986 #> 9587 #> 9723 Carbonell-and-Llisteri-1999 #> 9725 Saporta-and-Contreras-1962;Navarro-1961;Harris-1969a #> 9998 Bothorel-1982;Ternes-1970 #> 10021 Sten-1963;Fougeron-and-Smith-1999 #> 10027 Soler-and-Ebneter-1988 #> 10048 O-Dochartaigh-1992;Ni-Chasaide-1999 #> 10209 O-Siadhail-1989 #> 10220 Mallinson-1986 #> 10258 Mackinnon-1977 #> 10270 #> 10272 #> 10332 Press-1986 #> 10333 Rhys-Jones-1985 #> 10610 Ternes-1970 #> 10680 Mackinnon-1971 #> 10693 #> 10694 #> 10697 Doyle-2001 #> 10705 #> 10710 #> 10790 Gillies-1993 #> 10851 Dillon-and-O-Croinin-1961 #> 10862 #> 10868 #> 10873 #> 10876 #> 10899 Gillies-1993 #> 10913 Dillon-and-O-Croinin-1961 #> 11022 #> 11107 #> 11138 #> 11310 O-Siadhail-1989[269] #> 11331 #> 11389 #> 11419 Butt-and-Benjamin-2000[206, 239, 260-1] #> 11519 #> 11521 Butt-and-Benjamin-2000[206-9, 260] #> 11530 O-Siadhail-1989[269, 284, 322-3, 325] #> 11531 #> 11699 Butt-and-Benjamin-2000[210-1, 260] #> 11702 O-Siadhail-1989[267-9, 284] #> 11706 #> 11719 #> 11831 O-Siadhail-1989[253-4, 262] #> 11898 Butt-and-Benjamin-2000[254] #> 11902 #> 11904 #> 12159 Maclennan-1979 #> 12163 Bergman-1968 #> 12201 Sabater-and-Freixinet-1990 #> 12258 Cuyas-1972 #> 12273 Delaporte-1986 #> 12307 Evans-and-Thomas-1958 #> 12392 Nance-1978 #> 12423 Lamb-1964 #> 12458 Siochfhradha-1958 #> 12460 Wessely-nd #> 12521 Dubois-et-al-1955 #> 12540 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 12594 Fougeron-and-Smith-1999;Sten-1963 #> 12597 Soler-and-Ebneter-1988 #> 12700 Ternes-1970;Bothorel-1982 #> 12728 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 12777 Carbonell-and-Llisteri-1999 #> 12782 Agard-1958;Tataru-1978;Ruhlen-1973 #> 13163 Evans-and-Thomas-1958 #> 13177 Lamb-1964 #> 13219 Cuyas-1972 #> 13242 Wessely-nd #> 13252 Delaporte-1986 #> 13265 Dubois-et-al-1955 #> 13284 Siochfhradha-1958 #> 13324 Sabater-and-Freixinet-1990 #> 13438 Nance-1978 #> 13461 Maclennan-1979 #> 13591 Bergman-1968 #> 13740 #> 13840 #> 13853 Dillon-and-O-Croinin-1961[137] #> 14016 #> 14026 #> 14150 #> 14151 #> 14165 #> 14174 #> 14320 #> 14360 #> 14605 #> 14610 #> 14817 #> 14824 #> 14896 #> 14904 #> 15112 #> 15229 #> 15372 Gajdarzi-and-Baskakov-1973 #> 15423 Malherbe-and-Rosenberg-1996[1343] #> 15438 #> 15450 Malherbe-and-Rosenberg-1996[987] #> 15454 Malherbe-and-Rosenberg-1996[1372] #> 15461 Malherbe-and-Rosenberg-1996[707] #> 15466 Malherbe-and-Rosenberg-1996[672] #> 15467 #> 15468 Malherbe-and-Rosenberg-1996[1359] #> 15472 Malherbe-and-Rosenberg-1996[879] #> 15473 #> 15499 Malherbe-and-Rosenberg-1996[1359] #> 15509 Malherbe-and-Rosenberg-1996[894] #> 15607 Parkinson-1988;Mateus-et-al-1989;Abaurre-and-Wetzels-1992;Martins-1982;Roca-1999;Camara-and-Mattoso-1979 #> 15636 Lepschy-1978;Roca-1999;Vogel-and-Scalise-1982;Muljacic-1972;Malagoli-1946;Vincent-1988;Saltarelli-1970;Bertinetto-1981 #> 15669 Lombard-1935;Roca-1999;Avram-1978;Augerot-1974;Graur-and-Rosetti-1938;Ulivi-1985;Ulivi-1977;Steriade-1984 #> 15766 Roca-1999;Kamprath-1987 #> 15771 Virdis-1978;Roca-1999;Jones-1988;Wagner-1984;Blasco-1986;Porru-1975 #> 15777 Dell-1984;van-Oostendorp-1995;Roca-1999 #> 15782 Fabra-1956;Roca-1999;Wheeler-1979;Gulsoy-1982;Hualde-1992;Fabra-1897;Wheeler-1988b;Mascaro-1978 #> 15794 Roca-1999;Roca-1991;Harris-1969a;Harris-1983;Navarro-1965;Green-1988;Alarcos-Llorach-1965 #> 15799 Roca-1999;Sauzet-1994;Cardaillac-1971;Maurand-1974;Bec-1963;Alibert-1976;Sauzet-1986;Maas-1969 #> 15802 O-Siadhail-1989;Dillon-1961 #> 15827 O-Siadhail-1989;Bammesberger-1983 #> 15847 Thomson-1992;Broderick-1993 #> 15870 Dorian-1978;Gillies-1993 #> 15927 Ball-1993;MacAulay-1992c;Williams-1980b;Jones-and-Thomas-1977;Watkins-1993;Jones-1955 #> 15934 Thomas-1992b;George-1993;Pool-1958 #> 16035 Stephens-1993;Ternes-1992;Bothorel-1982 #> 16145 Macleod-1992 #> 16151 #> 16154 #> 16156 #> 16166 #> 16192 #> 16220 #> 16237 #> 16284 Parkinson-1988[ 158] #> 16286 Green-1988[ 116] #> 16289 Calder-1923[ 302] #> 16321 Jones-1988[ 341] #> 16407 Mallinson-1986[ 134-135] #> 16488 O-Dochartaigh-1992[ 57];Stenson-1981[ 32, 41, passim] #> 16635 Thomas-1992a[ 274];Williams-1980b[ 72, 147];Jones-and-Thomas-1977[ 7, 356] #> 16659 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 16677 Jenner-1904[ 160] #> 16840 Stephens-1993[ 376];Ternes-1970[ 284] #> 16955 Hualde-1992[ passim] #> 16993 #> 17103 Haiman-1988[ 375-376] #> 17139 Watkins-1993[ 336] #> 17637 Stephens-1993[ 376];Ternes-1970[ 284] #> 17723 Hualde-1992[ passim] #> 17766 #> 17820 Jenner-1904[ 160] #> 17821 Calder-1923[ 302] #> 17856 Parkinson-1988[ 158] #> 17857 Ternes-1970[ 284];Stephens-1993[ 376] #> 17964 Mallinson-1986[ 134-135] #> 18028 Jones-1988[ 341] #> 18039 Green-1988[ 116] #> 18139 Hualde-1992[ passim] #> 18178 Thomas-1992a[ 274];Jones-and-Thomas-1977[ 7, 356];Williams-1980b[ 72, 147] #> 18384 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 18440 O-Dochartaigh-1992[ 57];Stenson-1981[ 32, 41, passim] #> 18457 #> 18811 Haiman-1988[ 375-376] #> 18893 Watkins-1993[ 336] #> 19169 Ternes-1970[ 284];Stephens-1993[ 376] #> 19196 Haiman-1988[ 375-376] #> 19296 #> 19354 Hualde-1992[ passim] #> 19407 Watkins-1993[ 336] #> 19768 Jones-1988[ 341] #> 19946 Mallinson-1986[ 134-135] #> 19959 Calder-1923[ 302] #> 20004 Green-1988[ 116] #> 20045 Jenner-1904[ 160] #> 20158 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 20242 O-Dochartaigh-1992[ 57];Stenson-1981[ 32, 41, passim] #> 20322 Thomas-1992a[ 274];Williams-1980b[ 72, 147];Jones-and-Thomas-1977[ 7, 356] #> 20412 Parkinson-1988[ 158] #> 20503 Ternes-1970[ 284];Stephens-1993[ 376] #> 20763 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 20885 Hualde-1992[ passim] #> 21046 Green-1988[ 116] #> 21068 Thomas-1992a[ 274];Jones-and-Thomas-1977[ 7, 356];Williams-1980b[ 72, 147] #> 21116 Haiman-1988[ 375-376] #> 21195 Calder-1923[ 302] #> 21387 Watkins-1993[ 336] #> 21417 Mallinson-1986[ 134-135] #> 21420 Jones-1988[ 341] #> 21530 #> 21622 Parkinson-1988[ 158] #> 21717 Stenson-1981[ 32, 41, passim];O-Dochartaigh-1992[ 57] #> 21752 Jenner-1904[ 160] #> 21787 Watkins-1993[ 336] #> 21919 Stephens-1993[ 376];Ternes-1970[ 284] #> 22011 #> 22028 Hualde-1992[ passim] #> 22107 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 22126 Mallinson-1986[ 134-135] #> 22163 Parkinson-1988[ 158] #> 22164 #> 22183 Jones-1988[ 341] #> 22682 Haiman-1988[ 375-376] #> 22933 Thomas-1992a[ 274];Jones-and-Thomas-1977[ 7, 356];Williams-1980b[ 72, 147] #> 22943 Jenner-1904[ 160] #> 22955 Calder-1923[ 302] #> 22960 O-Dochartaigh-1992[ 57];Stenson-1981[ 32, 41, passim] #> 23071 Sauer-1891[ 40];Maiden-and-Robustelli-2000[ 401] #> 23077 Parkinson-1988[ 158] #> 23103 Jenner-1904[ 160] #> 23161 Calder-1923[ 302] #> 23228 O-Dochartaigh-1992[ 57];Stenson-1981[ 32, 41, passim] #> 23284 Jones-and-Thomas-1977[ 7, 356];Williams-1980b[ 72, 147];Thomas-1992a[ 274] #> 23302 Hualde-1992[ passim] #> 23347 #> 23356 Mallinson-1986[ 134-135] #> 23359 Jones-1988[ 341] #> 23408 #> 23459 Watkins-1993[ 336] #> 23598 Jenner-1904[ 160] #> 23639 Haiman-1988[ 375-376] #> 23741 Ternes-1970[ 284];Stephens-1993[ 376] #> 23746 Hualde-1992[ passim] #> 23762 #> 23785 Parkinson-1988[ 158] #> 23846 Mallinson-1986[ 134-135] #> 23866 #> 23867 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 23890 Jones-1988[ 341] #> 24127 Stephens-1993[ 376];Ternes-1970[ 284] #> 24194 #> 24197 Hualde-1992[ passim] #> 24373 Stephens-1993[ 376];Ternes-1970[ 284] #> 24389 Haiman-1988[ 375-376] #> 24399 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 24412 Parkinson-1988[ 158] #> 24463 Hualde-1992[ passim] #> 24495 #> 24527 Jones-1988[ 341] #> 24572 #> 24573 Mallinson-1986[ 134-135] #> 24628 #> 24686 Jones-1988[ 341] #> 24719 Mallinson-1986[ 134-135] #> 24750 Parkinson-1988[ 158] #> 24757 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 24833 Hualde-1992[ passim] #> 24865 Stephens-1993[ 376];Ternes-1970[ 284] #> 24868 #> 25005 Haiman-1988[ 375-376] #> 25084 #> 25089 Stephens-1993[ 376];Ternes-1970[ 284] #> 25098 Hualde-1992[ passim] #> 25135 Parkinson-1988[ 158] #> 25193 #> 25237 Maiden-and-Robustelli-2000[ 401];Sauer-1891[ 40] #> 25261 Jones-1988[ 341] #> 25402 Mallinson-1986[ 134-135] #> 25686 Parkinson-1988[ 158] #> 25706 #> 25717 #> 25730 Sauer-1891[ 40];Maiden-and-Robustelli-2000[ 401] #> 25816 Hualde-1992[ passim] #> 25845 Mallinson-1986[ 134-135] #> 25898 Ternes-1970[ 284];Stephens-1993[ 376] #> 25900 Jones-1988[ 341] #> 28358 Stenson-1981[ 32, 41, passim];O-Dochartaigh-1992[ 57] #> 28359 Jones-and-Thomas-1977[ 7, 356];Williams-1980b[ 72, 147];Thomas-1992a[ 274] #> 28367 Calder-1923[ 302] #> 28431 Watkins-1993[ 336] #> 28498 Jenner-1904[ 160] #> 28557 Calder-1923[ 302] #> 28558 Stenson-1981[ 32, 41, passim];O-Dochartaigh-1992[ 57] #> 28575 Williams-1980b[ 72, 147];Thomas-1992a[ 274];Jones-and-Thomas-1977[ 7, 356] #> 28624 Jenner-1904[ 160] #> 28676 Watkins-1993[ 336] #> 28688 Watkins-1993[ 336] #> 28689 Jenner-1904[ 160] #> 28801 Calder-1923[ 302] #> 28808 Williams-1980b[ 72, 147];Thomas-1992a[ 274];Jones-and-Thomas-1977[ 7, 356] #> 28821 Stenson-1981[ 32, 41, passim];O-Dochartaigh-1992[ 57] #> 28871 Stenson-1981[ 32, 41, passim];O-Dochartaigh-1992[ 57] #> 28874 Jenner-1904[ 160] #> 28878 Williams-1980b[ 72, 147];Jones-and-Thomas-1977[ 7, 356];Thomas-1992a[ 274] #> 28886 Calder-1923[ 302] #> 28926 Watkins-1993[ 336] #> 29044 Abaurre-and-Wetzels-1992;Roca-1999;Camara-and-Mattoso-1979;Parkinson-1988;Martins-1982;Mateus-et-al-1989 #> 29056 Roca-1999;Wagner-1984;Virdis-1978;Blasco-1986;Jones-1988;Porru-1975 #> 29063 Navarro-1965;Alarcos-Llorach-1965;Harris-1983;Roca-1991;Harris-1969a;Green-1988;Roca-1999 #> 29074 Saltarelli-1970;Vincent-1988;Vogel-and-Scalise-1982;Muljacic-1972;Malagoli-1946;Bertinetto-1981;Roca-1999;Lepschy-1978 #> 29083 Sauzet-1994;Alibert-1976;Bec-1963;Cardaillac-1971;Maas-1969;Maurand-1974;Roca-1999;Sauzet-1986 #> 29084 Wheeler-1988b;Gulsoy-1982;Mascaro-1978;Roca-1999;Fabra-1897;Wheeler-1979;Hualde-1992;Fabra-1956 #> 29088 Roca-1999;van-Oostendorp-1995;Dell-1984 #> 29092 Roca-1999;Kamprath-1987 #> 29095 Roca-1999;Graur-and-Rosetti-1938;Ulivi-1985;Augerot-1974;Avram-1978;Steriade-1984;Lombard-1935;Ulivi-1977 #> 29152 O-Siadhail-1989;Dillon-1961 #> 29290 George-1993;Thomas-1992b;Pool-1958 #> 29359 Broderick-1993;Thomson-1992 #> 29459 Williams-1980b;Jones-1955;Jones-and-Thomas-1977;Watkins-1993;MacAulay-1992c;Ball-1993 #> 29461 Dorian-1978;Gillies-1993 #> 29462 Bammesberger-1983;O-Siadhail-1989 #> 29492 Stephens-1993;Bothorel-1982;Ternes-1992 #> 29543 Dorian-1978;Gillies-1993 #> 29629 Williams-1980b;Watkins-1993;Jones-and-Thomas-1977;MacAulay-1992c;Ball-1993;Jones-1955 #> 29632 Thomson-1992;Broderick-1993 #> 29693 Porru-1975;Jones-1988;Wagner-1984;Roca-1999;Virdis-1978;Blasco-1986 #> 29699 George-1993;Pool-1958;Thomas-1992b #> 29750 Stephens-1993;Ternes-1992;Bothorel-1982 #> 29801 O-Siadhail-1989;Bammesberger-1983 #> 29816 Dillon-1961;O-Siadhail-1989 #> 29895 Dell-1984;Roca-1999;van-Oostendorp-1995 #> 29922 Avram-1978;Steriade-1984;Graur-and-Rosetti-1938;Roca-1999;Ulivi-1985;Ulivi-1977;Augerot-1974;Lombard-1935 #> 29929 Wheeler-1979;Wheeler-1988b;Mascaro-1978;Hualde-1992;Roca-1999;Gulsoy-1982;Fabra-1897;Fabra-1956 #> 29931 Saltarelli-1970;Bertinetto-1981;Vogel-and-Scalise-1982;Lepschy-1978;Muljacic-1972;Vincent-1988;Roca-1999;Malagoli-1946 #> 29940 Camara-and-Mattoso-1979;Mateus-et-al-1989;Abaurre-and-Wetzels-1992;Roca-1999;Parkinson-1988;Martins-1982 #> 29968 Harris-1983;Alarcos-Llorach-1965;Navarro-1965;Roca-1991;Roca-1999;Harris-1969a;Green-1988 #> 29973 Sauzet-1994;Maurand-1974;Sauzet-1986;Cardaillac-1971;Alibert-1976;Roca-1999;Maas-1969;Bec-1963 #> 29985 Roca-1999;Kamprath-1987 #> 30003 Thomas-1992b;George-1993;Pool-1958 #> 30122 Alarcos-Llorach-1965;Harris-1983;Navarro-1965;Green-1988;Roca-1991;Roca-1999;Harris-1969a #> 30189 Dorian-1978;Gillies-1993 #> 30193 Dell-1984;Roca-1999;van-Oostendorp-1995 #> 30215 Bammesberger-1983;O-Siadhail-1989 #> 30218 Lepschy-1978;Saltarelli-1970;Muljacic-1972;Roca-1999;Malagoli-1946;Vogel-and-Scalise-1982;Vincent-1988;Bertinetto-1981 #> 30300 Wheeler-1979;Fabra-1897;Fabra-1956;Hualde-1992;Wheeler-1988b;Mascaro-1978;Gulsoy-1982;Roca-1999 #> 30391 Ruhlen-1973;Tataru-1978;Agard-1958 #> 30409 Fougeron-and-Smith-1999;Sten-1963 #> 30523 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 30589 Ternes-1970;Bothorel-1982 #> 30591 Soler-and-Ebneter-1988 #> 30630 Harris-1969a;Saporta-and-Contreras-1962;Navarro-1961 #> 30679 Carbonell-and-Llisteri-1999 #> 30998 Tataru-1978;Ruhlen-1973;Agard-1958 #> 31114 Soler-and-Ebneter-1988 #> 31158 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 31193 Bothorel-1982;Ternes-1970 #> 31225 Sten-1963;Fougeron-and-Smith-1999 #> 31270 Carbonell-and-Llisteri-1999 #> 31426 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 31636 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 31671 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 31704 Soler-and-Ebneter-1988 #> 31844 Ruhlen-1973;Tataru-1978;Agard-1958 #> 31846 Ternes-1970;Bothorel-1982 #> 31864 Fougeron-and-Smith-1999;Sten-1963 #> 31931 Carbonell-and-Llisteri-1999 #> 32046 Butt-and-Benjamin-2000 #> 32088 Harris-1988;Judge-and-Healey-1985 #> 32215 Butt-and-Benjamin-2000 #> 32285 Harris-1988;Judge-and-Healey-1985 #> 32475 Butt-and-Benjamin-2000 #> 32479 Judge-and-Healey-1985;Harris-1988 #> 32551 Butt-and-Benjamin-2000 #> 32552 Judge-and-Healey-1985;Harris-1988 #> 32821 #> 32866 #> 32971 #> 33026 #> 33256 #> 33342 #> 33372 #> 33401 #> 33767 Hutchinson-and-Lloyd-1996[passim];Parkinson-1988[passim] #> 33773 Vincent-1988[passim];Maiden-and-Robustelli-2000[passim];Sauer-1891[passim] #> 33843 Harris-1988[passim] #> 34059 Butt-and-Benjamin-2000[passim];Green-1988[passim] #> 34062 Jenner-1904[passim] #> 34065 Bowen-and-Jones-1960[passim];Williams-1980b[passim];Thomas-1992a[passim];Jones-and-Thomas-1977[passim] #> 34069 Mallinson-1986[passim] #> 34072 Jones-1988[passim] #> 34171 Press-1986[passim];Ternes-1970[passim];Stephens-1993[ passim];Timm-1991[passim];Schapansky-2000[passim] #> 34231 Gillies-1993[ passim];Calder-1923[passim] #> 34354 Stenson-1981[passim];O-Dochartaigh-1992[passim];Bammesberger-1982[passim];Dillon-and-O-Croinin-1961[passim];O-Siadhail-1989[passim];McCloskey-1979[passim] #> 34883 Fox-2001 #> 34891 #> 34898 Repetti-2001 #> 34901 McCloskey-2001 #> 34907 Diaz-Insense-2001 #> 34910 Schmitt-2001 #> 34913 Lopez-2001 #> 34915 Kibre-2001 #> 35070 Butt-and-Benjamin-2000 #> 35071 Bammesberger-1982 #> 35076 #> 35189 #> 35202 Butt-and-Benjamin-2000 #> 35235 Bammesberger-1982 #> 35326 Fougeron-and-Smith-1999;Sten-1963 #> 35523 Harris-1969a;Saporta-and-Contreras-1962;Navarro-1961 #> 35604 Carbonell-and-Llisteri-1999 #> 35686 Bothorel-1982;Ternes-1970 #> 35703 Agard-1958;Tataru-1978;Ruhlen-1973 #> 35726 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 35728 Soler-and-Ebneter-1988 #> 36034 MacAulay-1992b[208] #> 36060 #> 36066 #> 36302 MacAulay-1992b[208] #> 36306 #> 36329 #> 36605 MacAulay-1992b[208] #> 36628 #> 36642 #> 37036 Hutchinson-and-Lloyd-1996[12] #> 37037 #> 37138 Harris-1988[226] #> 37142 Jones-1988[329] #> 37145 Mallinson-1986[206, 243, 244] #> 37196 Ternes-1970[188-202] #> 37206 Sauer-1891[12] #> 37216 Jenner-1904[83-84] #> 37286 Bowen-and-Jones-1960[35];Williams-1980b[9];Thomas-1992a[303] #> 37334 Dillon-and-O-Croinin-1961[25-26, 193ff];O-Dochartaigh-1992[62-63] #> 37365 Calder-1923[81-94] #> 37903 Parkinson-1988 #> 37924 #> 37929 #> 37964 Mallinson-1986 #> 37986 O-Siadhail-1989 #> 38013 #> 38118 MacEoin-1993[120-122] #> 38178 #> 38223 #> 38485 #> 38486 #> 38487 Dillon-and-O-Croinin-1961 #> 38498 #> 38511 #> 38514 Ternes-1970[210] #> 38521 Sauer-1891[9-10] #> 38572 Green-1988[104] #> 38582 Parkinson-1988[147, 159] #> 38589 Bowen-and-Jones-1960[16, 19];Jones-and-Thomas-1977[165-166];Thomas-1992a[288];Williams-1980b[6] #> 38597 #> 38639 Jenner-1904[73] #> 38702 Calder-1923[104] #> 38724 Stenson-1981[28, 32];O-Dochartaigh-1992[50-51] #> 38820 Mallinson-1986[107, 206] #> 39142 Ternes-1970[212] #> 39246 Parkinson-1988[147, 159] #> 39259 Sauer-1891[10] #> 39284 Hualde-1992[120] #> 39297 #> 39318 Mallinson-1986[107] #> 39322 Green-1988[104] #> 39386 Jenner-1904[passim] #> 39417 Calder-1923[passim] #> 39423 Stenson-1981[28];O-Dochartaigh-1992[53] #> 39435 Williams-1980b[6];Jones-and-Thomas-1977[166];Thomas-1992a[291] #> 39711 #> 39726 MacEoin-1993[121] #> 39796 #> 40316 Saporta-and-Contreras-1962;Navarro-1961;Harris-1969a #> 40357 Fougeron-and-Smith-1999;Sten-1963 #> 40368 Soler-and-Ebneter-1988 #> 40387 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 40491 Tataru-1978;Ruhlen-1973;Agard-1958 #> 40493 Bothorel-1982;Ternes-1970 #> 40504 Carbonell-and-Llisteri-1999 #> 40605 #> 40623 MacEoin-1993[123 ff.] #> 40647 #> 40708 #> 40730 King-1993a[85-6] #> 40819 Maiden-and-Robustelli-2000[80-4] #> 40880 #> 40906 Bammesberger-1982[60] #> 40939 Bammesberger-1982[60-1] #> 41058 #> 41060 Maiden-and-Robustelli-2000[80-4] #> 41094 #> 41096 King-1993a[85-6, 98-9] #> 41197 Green-1988[95-6] #> 41303 MacEoin-1993[119, 120] #> 41340 Harris-1997[219, 221] #> 41365 Green-1988[96] #> 41427 Lepschy-and-Lepschy-1988[116] #> 41449 King-1993a[91] #> 41468 Harris-1988[219-20] #> 41477 MacEoin-1993[121] #> 41751 O-Siadhail-1989[179-185] #> 41889 #> 41893 #> 41895 Berschin-etal-1995[190-200] #> 41897 Judge-and-Healey-1985 #> 41913 Calder-1990[163-164] #> 41917 Schwarze-1988[288-290] #> 41918 Thorne-1993 #> 41921 Muhlhausler-and-Harre-1990[145-150] #> 41924 #> 41931 Braun-1984[151-156] #> 42009 Haspelmath-1997[263-65] #> 42156 Haspelmath-1997[280] #> 42162 #> 42205 #> 42234 #> 42260 Haspelmath-1997[257] #> 42276 King-1993a[96-97] #> 42302 O-Siadhail-1989[207, 228];O-Dochartaigh-1992[54] #> 42370 Gartner-1998[245-258] #> 42381 Renzi-1988[595-603] #> 42387 Otero-1999[1427ff.] #> 42390 Hualde-1992[123, 178-180] #> 42406 Mallinson-1986[151-161] #> 42423 Weinrich-1982[141-151] #> 42605 Harris-1988[228] #> 42668 Green-1988[103] #> 42694 Lepschy-and-Lepschy-1988[103, 116] #> 42782 King-1993a[268] #> 42791 MacEoin-1993[120, 138] #> 42843 King-1993a[80-83, 90-93] #> 42854 Wheeler-et-al-1999[160-164] #> 42875 Maiden-and-Robustelli-2000[93-98, 113-116] #> 42892 Judge-and-Healey-1985[55-68, 340-344, 421-423] #> 42906 Butt-and-Benjamin-2000[127-128, 132-136, 149-154] #> 42934 Bammesberger-1982[30-35, 54-58] #> 42941 Beyrer-et-al-1987[84-85, 89-95, 97-124] #> 43107 Saporta-and-Contreras-1962;Navarro-1961;Harris-1969a #> 43344 Agard-1958;Ruhlen-1973;Tataru-1978 #> 43348 Ternes-1970;Bothorel-1982 #> 43388 O-Dochartaigh-1992;Ni-Chasaide-1999 #> 43397 Carbonell-and-Llisteri-1999 #> 43481 Sten-1963;Fougeron-and-Smith-1999 #> 43556 Soler-and-Ebneter-1988 #> 43666 Judge-and-Healey-1985[55-68, 340-344, 421-423] #> 43715 King-1993a[80-83, 90-93] #> 43765 Bammesberger-1982[30-35, 54-58] #> 43827 Beyrer-et-al-1987[84-85, 89-95, 97-124] #> 43828 Maiden-and-Robustelli-2000[93-98, 113-116] #> 43850 Butt-and-Benjamin-2000[127-128, 132-136, 149-154] #> 43856 Wheeler-et-al-1999[160-164] #> 43956 Mallinson-1986[205] #> 44412 Stenson-1981[17, 28] #> 44415 Calder-1923[81-96] #> 44544 #> 44550 Press-1986[187];Ternes-1970[224-225, 310-312] #> 44648 Williams-1980b[passim] #> 44714 #> 44725 Jenner-1904[81] #> 44732 Parkinson-1988[passim] #> 44844 Vincent-1988[passim] #> 44945 Alton-1968 #> 44954 Press-1986[119] #> 44958 Lausberg-1972 #> 44961 #> 44978 Lausberg-1972 #> 44979 Bammesberger-1983[57] #> 44999 Lausberg-1972 #> 45006 Lausberg-1972 #> 45016 Lausberg-1972 #> 45258 Williams-1980b #> 45331 Lausberg-1972[172-183] #> 45478 Calder-1923[126-127];Calder-1980[126-127] #> 45486 Lausberg-1972[172-183] #> 45517 Alton-1968[26] #> 45520 Lausberg-1972[172-183] #> 45524 Hetzer-2001[26] #> 45540 #> 45545 Lausberg-1972[172-183] #> 45551 Press-1986[86-91] #> 45555 Dillon-and-O-Croinin-1961 #> 45559 #> 45562 Williams-1980b[40] #> 45564 Lausberg-1972[172-183] #> 45569 Carballo-Calero-1979[200] #> 45571 Lausberg-1972[172-183] #> 45574 Nouvel-1975[1-16] #> 45614 #> 45643 #> 45644 #> 45801 #> 45914 #> 46262 #> 46855 Press-1986[99] #> 47012 #> 47054 Vincent-1988[passim] #> 47126 Mallinson-1986[passim] #> 47175 Stenson-1981[35] #> 47208 Jenner-1904[passim] #> 47247 #> 47302 #> 47467 #> 47618 #> 47670 #> 47825 #> 47835 #> 48076 Carbonell-and-Llisteri-1999 #> 48087 Agard-1958;Tataru-1978;Ruhlen-1973 #> 48198 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 48285 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 48441 Bothorel-1982;Ternes-1970 #> 48451 Soler-and-Ebneter-1988 #> 48495 Sten-1963;Fougeron-and-Smith-1999 #> 48631 #> 48697 #> 48737 #> 48798 Caoimhin-P-ODonnaile-pc-cited-in-Gil-1994[36] #> 48870 #> 48872 Comrie-and-Thompson-1985[386] #> 48877 #> 48912 #> 48983 Mackinnon-1977 #> 48996 Mallinson-1986 #> 49020 #> 49029 Ashcom-and-Goodell-1955 #> 49044 O-Siadhail-1989 #> 49101 Press-1986 #> 49232 #> 49269 #> 49302 #> 49548 Dahl-1985[171-172] #> 49552 Dahl-1985[171-172] #> 49593 Dahl-1985[171] #> 49597 Dahl-1985[170] #> 49758 Dahl-1985[171-172] #> 49810 Dahl-1985[170] #> 49823 Dahl-1985[171-172] #> 49829 Dahl-1985[171] #> 49964 Dahl-1985[170] #> 50056 Dahl-1985[171] #> 50130 Dahl-1985[171-172] #> 50142 Dahl-1985[171-172] #> 50182 Dahl-1985[170] #> 50184 Dahl-1985[171] #> 50332 Dahl-1985[171-172] #> 50338 Dahl-1985[171-172] #> 50658 Parkinson-1988[56-63] #> 50727 Jenner-1904[118-119] #> 50758 Thomas-1992a[311];Williams-1980b[80-84];Bowen-and-Jones-1960[147, 148] #> 50800 Jones-1988[332] #> 50977 Maiden-and-Robustelli-2000[220-221] #> 51099 #> 51109 Mallinson-1986[274] #> 51116 #> 51215 Ternes-1970[252, 260-261, 269] #> 51243 Stenson-1981[37] #> 51329 Calder-1923[220-223] #> 51566 Tataru-1978;Ruhlen-1973;Agard-1958 #> 51606 Bothorel-1982;Ternes-1970 #> 51635 Fougeron-and-Smith-1999;Sten-1963 #> 51690 Navarro-1961;Harris-1969a;Saporta-and-Contreras-1962 #> 51818 O-Dochartaigh-1992;Ni-Chasaide-1999 #> 51916 Soler-and-Ebneter-1988 #> 51941 Carbonell-and-Llisteri-1999 #> 52110 Perez-Bouza-1996[passim] #> 52120 King-1993a[224-225];Jones-1970[329-330] #> 52184 Varol-1998[173, passim] #> 52206 Haiman-1988[361];Candinas-1982[passim] #> 52295 O-Siadhail-1989[179];Lucas-1979[122] #> 52310 #> 52388 Jones-1988[332] #> 52393 Press-1986[126];Wmffre-1998[37, 38] #> 52394 Hualde-1992[25, 323-324] #> 52402 Mallinson-1988[408] #> 52410 #> 52420 Maiden-and-Robustelli-2000[246-249] #> 52423 #> 52434 Wheeler-1988a[262] #> 52496 Broderick-1984[passim] #> 52686 #> 52726 Candinas-1982[passim];Haiman-1988[361] #> 52854 King-1993a[227] #> 52905 O-Siadhail-1989[179];Lucas-1979[198] #> 52948 Hualde-1992[passim] #> 52959 #> 52961 #> 52968 Perez-Bouza-1996[passim] #> 52971 #> 52980 Jones-1988[333] #> 52996 Maiden-and-Robustelli-2000[247-248] #> 52998 Mallinson-1988[410] #> 53238 Doyle-2001[47-48, 99] #> 53259 Mallinson-1986[23-28, 286-287, 289] #> 53325 #> 53358 King-1993a[224, 228-230] #> 53370 #> 53392 #> 53422 #> 53449 #> 53508 #> 53575 #> 53718 O-Siadhail-1989 #> 53726 Butt-and-Benjamin-1994 #> 53902 LHuillier-1999[279-283] #> 53904 Gartner-1998[46] #> 53930 Mallinson-1986[288] #> 53967 O-Siadhail-1989[288f., 292f.] #> 53982 King-1993a[199-202];Fife-1990[274-278] #> 54004 Hualde-1992[325] #> 54006 Butt-and-Benjamin-1988[128] #> 54020 Maiden-and-Robustelli-2000[336-339] #> 54083 Butt-and-Benjamin-1988[199] #> 54095 LHuillier-1999[280f.] #> 54102 Hualde-1992[325] #> 54110 Mallinson-1986[288] #> 54131 O-Siadhail-1989[289f., 292f.] #> 54133 Maiden-and-Robustelli-2000[336f.] #> 54134 Gartner-1998[46] #> 54225 Fife-1990[279] #> 54313 O-Siadhail-1989[290] #> 54317 Coteanu-et-al-1998[1109] #> 54324 Gartner-1998[42-46] #> 54325 Butt-and-Benjamin-1988[128, 356] #> 54328 Maiden-and-Robustelli-2000[336-339] #> 54343 LHuillier-1999[275-281] #> 54352 Hualde-1992[325];Ammann-nd #> 54362 King-1993a[212];Fife-1990[273-279] #> 54572 Mallinson-1986 #> 54603 Press-1986 #> 54666 O-Siadhail-1989 #> 54699 Butt-and-Benjamin-2000 #> 54777 #> 54983 Mallinson-1986 #> 55056 Press-1986 #> 55105 Butt-and-Benjamin-2000 #> 55117 O-Siadhail-1989 #> 55344 #> 55402 #> 55407 Dillon-and-O-Croinin-1961[in passim] #> 55413 #> 55558 #> 55568 #> 55709 #> 55856 Bothorel-1982;Ternes-1970 #> 55859 Tataru-1978;Ruhlen-1973;Agard-1958 #> 55916 Sten-1963;Fougeron-and-Smith-1999 #> 55971 Soler-and-Ebneter-1988 #> 55982 Ni-Chasaide-1999;O-Dochartaigh-1992 #> 56049 Saporta-and-Contreras-1962;Harris-1969a;Navarro-1961 #> 56148 Carbonell-and-Llisteri-1999 #> 56346 #> 56385 Dillon-and-O-Croinin-1961 #> 56407 #> 57106 Haiman-1988[369] #> 57109 Hualde-1992[96] #> 57334 Jones-1988[334] #> 57410 Ternes-1970[ Schapansky 2000];Press-1986[188] #> 57467 Mallinson-1986[91, 91-92, 207] #> 57472 #> 57518 Green-1988[114-115] #> 57525 Maiden-and-Robustelli-2000[354];Sauer-1891[301];Vincent-1988[305] #> 57537 Parkinson-1988[156] #> 57549 Jenner-1904[158] #> 57585 Calder-1923[4] #> 57629 Watkins-1993[ passim] #> 57643 Stenson-1981[40];O-Dochartaigh-1992[37] #> 57646 Bowen-and-Jones-1960[15];Williams-1980b[167];Thomas-1992a[271, 286-287] #> 58103 Parkinson-1988[157] #> 58377 Jenner-1904[158] #> 58513 Mallinson-1986[195] #> 58731 Haiman-1988[369] #> 58876 Jones-1988[334] #> 58893 #> 59260 Williams-1980b[167];Bowen-and-Jones-1960[15];Thomas-1992a[271, 286-287] #> 59264 Watkins-1993[ passim] #> 59315 Calder-1923[4] #> 59326 O-Dochartaigh-1992[37];Stenson-1981[40] #> 59331 Timm-1991[281-282];Press-1986[187] #> 59346 Hualde-1992[96] #> 59365 #> 59427 Maiden-and-Robustelli-2000[354-355] #> 60173 Jones-1988[334] #> 60282 Mallinson-1986[91, 91-92, 207] #> 60380 Watkins-1993[ passim] #> 60466 Williams-1980b[167];Bowen-and-Jones-1960[15];Thomas-1992a[271, 286-287] #> 60597 O-Dochartaigh-1992[37];Stenson-1981[40] #> 60622 Haiman-1988[369] #> 60630 #> 60652 Calder-1923[4] #> 60663 Jenner-1904[158] #> 60671 Green-1988[103] #> 60765 Maiden-and-Robustelli-2000[354];Vincent-1988[305];Sauer-1891[301] #> 60769 Hualde-1992[96] #> 60843 Parkinson-1988[156] #> 60856 Press-1986[187] #> 60962 #> 61026 #> 61077 Stenson-1981[40-41];O-Dochartaigh-1992[37] #> 61099 Calder-1923[4] #> 61169 Thomas-1992a[271];Williams-1980b[167] #> 62067 Green-1988[103] #> 62173 Hualde-1992[236] #> 62195 Hutchinson-and-Lloyd-1996[90] #> 62208 Stenson-1981[31];O-Dochartaigh-1992[58] #> 62248 #> 62360 Mallinson-1986[101] #> 62388 Ternes-1970[224-225, 310-312];Press-1986[187] #> 62421 Calder-1923[288-307] #> 62432 Sauer-1891[21, 285-287] #> 62528 Jenner-1904[81, 149] #> 62545 Williams-1980b[127];Thomas-1992a[301];Bowen-and-Jones-1960[54-54] #> 63356 Green-1988[103] #> 63359 Calder-1923[4, 166, passim] #> 63436 Sauer-1891[passim] #> 63502 #> 63567 Jenner-1904[81-82] #> 63598 Haiman-1988[374] #> 63654 Parkinson-1988[157] #> 63666 Mallinson-1986[111] #> 63709 Thomas-1992a[296];Jones-and-Thomas-1977[192];Bowen-and-Jones-1960[53-54] #> 63713 Press-1986[187, 211] #> 63734 Hualde-1992[124, 214] #> 63745 Stenson-1981[40];O-Dochartaigh-1992[54-55] #> 64286 Sauer-1891[67];Vincent-1988[299];Maiden-and-Robustelli-2000[49] #> 64340 Parkinson-1988[157, 159] #> 64405 Haiman-1988[374] #> 64478 O-Dochartaigh-1992[50-51];Stenson-1981[30, 40] #> 64639 Jones-1988[335] #> 64681 Calder-1923[4, 108, 110] #> 64786 Ternes-1970[220, 226];Press-1986[187] #> 64790 Jones-and-Thomas-1977[182];Thomas-1992a[289];Bowen-and-Jones-1960[20, 31] #> 64835 Green-1988[104-105] #> 64882 Mallinson-1986[98, 105] #> 64997 Jenner-1904[92] #> 65050 Hualde-1992[116] #> 65112 Harris-1988[227] #> 65279 Green-1988[104] #> 65428 Hualde-1992[121] #> 65473 #> 65558 Sauer-1891[19-20, 49-50];Maiden-and-Robustelli-2000[48] #> 65592 Haiman-1988[374] #> 65702 Parkinson-1988[159] #> 66121 Stenson-1981[28];O-Dochartaigh-1992[54] #> 66204 Press-1986[104];Ternes-1970[213] #> 66298 Calder-1923[passim 172] #> 66308 Jenner-1904[111] #> 66323 Bowen-and-Jones-1960[20];Jones-and-Thomas-1977[167];Thomas-1992a[291-292];Williams-1980b[58] #> 66424 Mallinson-1986[103, passim] #> 66485 Maiden-and-Robustelli-2000[189] #> 66523 Bowen-and-Jones-1960[106-107];Williams-1980b[8] #> 66543 Mallinson-1986[passim 114] #> 66581 Green-1988[104] #> 66623 O-Dochartaigh-1992[51];Stenson-1981[32-33] #> 66661 #> 66691 Ternes-1970[232, 229-231];Press-1986[ 90] #> 66729 Haiman-1988[374] #> 66779 Calder-1923[121] #> 66802 Hualde-1992[122] #> 66887 Jenner-1904[96, passim] #> 66925 Jones-1988[334] #> 67944 Doyle-2001 #> 68085 Byrne-et-al-1986 #> 68100 #> 68121 Mallinson-1986[56] #> 68190 Green-1988[104-105] #> 68202 Stenson-1981[passim];McCloskey-1979[180, passim];O-Dochartaigh-1992[51] #> 68237 Calder-1923[259-260] #> 68292 Haiman-1988[371-372] #> 68294 Jenner-1904[109-110] #> 68366 Thomas-1992a[290];Williams-1980b[56];Bowen-and-Jones-1960[121-124];Jones-and-Thomas-1977[177] #> 68398 Press-1986[187] #> 68412 #> 68459 Parkinson-1988[157] #> 68499 Hualde-1992[119] #> 68521 Maiden-and-Robustelli-2000[130ff] #> 68633 Jones-1988[335] #> 69157 Parkinson-1988[ 157] #> 69181 Calder-1923[ 259-260] #> 69200 Haiman-1988[ 371-372] #> 69227 Hualde-1992[ 119] #> 69239 Jenner-1904[ 109-110] #> 69250 Green-1988[ 104-105] #> 69306 McCloskey-1979[ 180, passim];Stenson-1981[ passim];O-Dochartaigh-1992[ 51] #> 69372 #> 69434 Maiden-and-Robustelli-2000[ 130ff] #> 69455 Mallinson-1986[ 56] #> 69518 Press-1986[ 187] #> 69542 Bowen-and-Jones-1960[ 121-124];Thomas-1992a[ 290];Williams-1980b[ 56];Jones-and-Thomas-1977[ 177] #> 69621 Jones-1988[ 335] #> 69841 #> 69896 Calder-1923[308] #> 69929 Sauer-1891[72] #> 69949 Hutchinson-and-Lloyd-1996[97] #> 69995 Mallinson-1986[100-105, passim] #> 70013 #> 70049 Jones-1988[335-336] #> 70275 Press-1986[ 79] #> 70278 Bowen-and-Jones-1960[32];Jones-and-Thomas-1977[190] #> 70334 Jenner-1904[161] #> 70376 Parkinson-1988[158] #> 70399 Press-1986[106, 198] #> 70403 Harris-1988[237] #> 70432 Stenson-1981[32, 40-41];O-Dochartaigh-1992[38, 73] #> 70438 Jones-1988[341] #> 70443 Williams-1980b[148];Bowen-and-Jones-1960[26, 45, 62, 135];Jones-and-Thomas-1977[298-299];Thomas-1992a[272] #> 70855 Calder-1923[202] #> 70894 Maiden-and-Robustelli-2000[147] #> 70938 Butt-and-Benjamin-2000[516-517] #> 70995 Hualde-1992[ 2] #> 71155 Mallinson-1986[4] #> 71245 O-Dochartaigh-1992[38, 57];Stenson-1981[40] #> 71253 Thomas-1992a[273];Bowen-and-Jones-1960[29, 133, passim];Jones-and-Thomas-1977[306-307] #> 71334 Mallinson-1986[7, 17] #> 71369 Green-1988[104] #> 71390 Calder-1923[5] #> 71398 Press-1986[198] #> 71433 #> 71785 Jenner-1904[161] #> 72240 Jones-1988[342] #> 72294 #> 72332 Calder-1923[206-208, 222] #> 72333 Haiman-1988[373] #> 72343 Mallinson-1986[68, passim] #> 72364 Press-1986[209] #> 72387 Stenson-1981[41] #> 72454 Maiden-and-Robustelli-2000[421-427] #> 72460 #> 72492 Jenner-1904[162-163] #> 72502 Williams-1980b[155-159];Thomas-1992a[268-269] #> 73388 #> 73407 #> 73417 #> 73514 #> 73544 #> 73583 #> 73600 #> 73612 #> 73634 #> 73718 #> 73729 #> 74161 #> 74175 #> 74183 #> 74250 #> 74261 #> 74296 #> 74316 #> 74340 #> 74412 #> 74422 #> 74433 #> 74446 #> 74475 #> 75486 #> 75510 #> 75576 #> 75610 #> 75624 #> 75637 #> 75654 #> 75670 #> 75724 #> 75761 #> 75797 #> 75818 #> 75833 #> 76108 #> 76165 Dillon-and-O-Croinin-1961[37, 69] #> 76225 #> 76374 #> 76377 Dillon-and-O-Croinin-1961[50, 169] #> 76390 #> contributors #> 224 Ian Maddieson #> 264 Ian Maddieson #> 281 Ian Maddieson #> 297 Ian Maddieson #> 320 Ian Maddieson #> 326 Ian Maddieson #> 554 Ian Maddieson #> 573 John Hajek #> 735 John Hajek #> 740 John Hajek #> 1011 Anna Siewierska #> 1015 Anna Siewierska #> 1047 Anna Siewierska #> 1099 Anna Siewierska #> 1131 Anna Siewierska #> 1278 Matthew S. Dryer #> 1307 Matthew S. Dryer #> 1347 Matthew S. Dryer #> 1477 Matthew S. Dryer #> 1481 Matthew S. Dryer #> 1485 Matthew S. Dryer #> 1575 Matthew S. Dryer #> 1623 Matthew S. Dryer #> 1911 Matthew S. Dryer #> 2041 Anna Siewierska #> 2053 Anna Siewierska #> 2071 Anna Siewierska #> 2075 Anna Siewierska #> 2130 Anna Siewierska #> 2431 Anna Siewierska #> 2469 Anna Siewierska #> 2509 Anna Siewierska #> 2531 Anna Siewierska #> 2574 Anna Siewierska #> 2767 Anna Siewierska #> 2775 Anna Siewierska #> 2792 Anna Siewierska #> 2796 Anna Siewierska #> 3018 Anna Siewierska #> 3173 Martin Haspelmath #> 3189 Martin Haspelmath #> 3252 Martin Haspelmath #> 3573 Elena Maslova and Vladimir P. Nedjalkov #> 3577 Elena Maslova and Vladimir P. Nedjalkov #> 3671 Anna Siewierska #> 3698 Anna Siewierska #> 3701 Anna Siewierska #> 3754 Anna Siewierska #> 3781 Anna Siewierska #> 4069 Maria Polinsky #> 4148 Maria Polinsky #> 4159 Maria Polinsky #> 4237 Maria Polinsky #> 4253 Maria Polinsky #> 4296 Maria Polinsky #> 4496 Maria Polinsky #> 4513 Maria Polinsky #> 4560 Maria Polinsky #> 4659 Maria Polinsky #> 4660 Maria Polinsky #> 4722 Maria Polinsky #> 5001 Ian Maddieson #> 5086 Ian Maddieson #> 5094 Ian Maddieson #> 5105 Ian Maddieson #> 5233 Ian Maddieson #> 5279 Ian Maddieson #> 5294 Ian Maddieson #> 5411 Jae Jung Song #> 5423 Jae Jung Song #> 5430 Jae Jung Song #> 5719 Jae Jung Song #> 5734 Jae Jung Song #> 6154 Matthew S. Dryer #> 6157 Matthew S. Dryer #> 6240 Matthew S. Dryer #> 6260 Matthew S. Dryer #> 6265 Matthew S. Dryer #> 6322 Matthew S. Dryer #> 6392 Matthew S. Dryer #> 6403 Matthew S. Dryer #> 6449 Matthew S. Dryer #> 6496 Matthew S. Dryer #> 6570 Matthew S. Dryer #> 6594 Matthew S. Dryer #> 6623 Matthew S. Dryer #> 6869 Matthew S. Dryer #> 6909 Matti Miestamo #> 6914 Matti Miestamo #> 6918 Matti Miestamo #> 7093 Matti Miestamo #> 7265 Matti Miestamo #> 7380 Matti Miestamo #> 7409 Matti Miestamo #> 7436 Matti Miestamo #> 7550 Martin Haspelmath #> 7626 Martin Haspelmath #> 7655 Martin Haspelmath #> 7672 Martin Haspelmath #> 7674 Martin Haspelmath #> 7677 Martin Haspelmath #> 7680 Martin Haspelmath #> 7771 Matthew S. Dryer #> 7882 Matthew S. Dryer #> 7911 Matthew S. Dryer #> 7938 Matthew S. Dryer #> 8079 Matthew S. Dryer #> 8179 Matthew S. Dryer #> 8183 Matthew S. Dryer #> 8280 Matthew S. Dryer #> 8469 Matthew S. Dryer #> 8521 Matthew S. Dryer #> 8531 Matthew S. Dryer #> 8619 Matthew S. Dryer #> 8669 Leon Stassen #> 8671 Leon Stassen #> 8672 Leon Stassen #> 8694 Leon Stassen #> 8845 Leon Stassen #> 8867 Leon Stassen #> 9059 Leon Stassen #> 9064 Leon Stassen #> 9118 Leon Stassen #> 9121 Leon Stassen #> 9123 Leon Stassen #> 9134 Leon Stassen #> 9150 Leon Stassen #> 9293 Leon Stassen #> 9363 Leon Stassen #> 9402 Leon Stassen #> 9466 Leon Stassen #> 9550 Leon Stassen #> 9586 Leon Stassen #> 9587 Leon Stassen #> 9723 Ian Maddieson #> 9725 Ian Maddieson #> 9998 Ian Maddieson #> 10021 Ian Maddieson #> 10027 Ian Maddieson #> 10048 Ian Maddieson #> 10209 Leon Stassen #> 10220 Leon Stassen #> 10258 Leon Stassen #> 10270 Leon Stassen #> 10272 Leon Stassen #> 10332 Leon Stassen #> 10333 Leon Stassen #> 10610 Leon Stassen #> 10680 Leon Stassen #> 10693 Leon Stassen #> 10694 Leon Stassen #> 10697 Leon Stassen #> 10705 Bernard Comrie and Tania Kuteva #> 10710 Bernard Comrie and Tania Kuteva #> 10790 Bernard Comrie and Tania Kuteva #> 10851 Bernard Comrie and Tania Kuteva #> 10862 Bernard Comrie and Tania Kuteva #> 10868 Bernard Comrie and Tania Kuteva #> 10873 Bernard Comrie and Tania Kuteva #> 10876 Bernard Comrie and Tania Kuteva #> 10899 Bernard Comrie and Tania Kuteva #> 10913 Bernard Comrie and Tania Kuteva #> 11022 Martin Haspelmath #> 11107 Martin Haspelmath #> 11138 Martin Haspelmath #> 11310 Sonia Cristofaro #> 11331 Sonia Cristofaro #> 11389 Sonia Cristofaro #> 11419 Sonia Cristofaro #> 11519 Sonia Cristofaro #> 11521 Sonia Cristofaro #> 11530 Sonia Cristofaro #> 11531 Sonia Cristofaro #> 11699 Sonia Cristofaro #> 11702 Sonia Cristofaro #> 11706 Sonia Cristofaro #> 11719 Sonia Cristofaro #> 11831 Sonia Cristofaro #> 11898 Sonia Cristofaro #> 11902 Sonia Cristofaro #> 11904 Sonia Cristofaro #> 12159 Cecil H. Brown #> 12163 Cecil H. Brown #> 12201 Cecil H. Brown #> 12258 Cecil H. Brown #> 12273 Cecil H. Brown #> 12307 Cecil H. Brown #> 12392 Cecil H. Brown #> 12423 Cecil H. Brown #> 12458 Cecil H. Brown #> 12460 Cecil H. Brown #> 12521 Cecil H. Brown #> 12540 Ian Maddieson #> 12594 Ian Maddieson #> 12597 Ian Maddieson #> 12700 Ian Maddieson #> 12728 Ian Maddieson #> 12777 Ian Maddieson #> 12782 Ian Maddieson #> 13163 Cecil H. Brown #> 13177 Cecil H. Brown #> 13219 Cecil H. Brown #> 13242 Cecil H. Brown #> 13252 Cecil H. Brown #> 13265 Cecil H. Brown #> 13284 Cecil H. Brown #> 13324 Cecil H. Brown #> 13438 Cecil H. Brown #> 13461 Cecil H. Brown #> 13591 Cecil H. Brown #> 13740 Bernard Comrie #> 13840 Bernard Comrie #> 13853 Bernard Comrie #> 14016 Paul Kay and Luisa Maffi #> 14026 Paul Kay and Luisa Maffi #> 14150 Paul Kay and Luisa Maffi #> 14151 Paul Kay and Luisa Maffi #> 14165 Paul Kay and Luisa Maffi #> 14174 Paul Kay and Luisa Maffi #> 14320 Paul Kay and Luisa Maffi #> 14360 Paul Kay and Luisa Maffi #> 14605 Johanna Nichols and David A. Peterson #> 14610 Johanna Nichols and David A. Peterson #> 14817 Johanna Nichols and David A. Peterson #> 14824 Johanna Nichols and David A. Peterson #> 14896 Johanna Nichols and David A. Peterson #> 14904 Johanna Nichols and David A. Peterson #> 15112 Johanna Nichols and David A. Peterson #> 15229 Johanna Nichols and David A. Peterson #> 15372 Östen Dahl #> 15423 Östen Dahl #> 15438 Östen Dahl #> 15450 Östen Dahl #> 15454 Östen Dahl #> 15461 Östen Dahl #> 15466 Östen Dahl #> 15467 Östen Dahl #> 15468 Östen Dahl #> 15472 Östen Dahl #> 15473 Östen Dahl #> 15499 Östen Dahl #> 15509 Östen Dahl #> 15607 Rob Goedemans and Harry van der Hulst #> 15636 Rob Goedemans and Harry van der Hulst #> 15669 Rob Goedemans and Harry van der Hulst #> 15766 Rob Goedemans and Harry van der Hulst #> 15771 Rob Goedemans and Harry van der Hulst #> 15777 Rob Goedemans and Harry van der Hulst #> 15782 Rob Goedemans and Harry van der Hulst #> 15794 Rob Goedemans and Harry van der Hulst #> 15799 Rob Goedemans and Harry van der Hulst #> 15802 Rob Goedemans and Harry van der Hulst #> 15827 Rob Goedemans and Harry van der Hulst #> 15847 Rob Goedemans and Harry van der Hulst #> 15870 Rob Goedemans and Harry van der Hulst #> 15927 Rob Goedemans and Harry van der Hulst #> 15934 Rob Goedemans and Harry van der Hulst #> 16035 Rob Goedemans and Harry van der Hulst #> 16145 David Gil #> 16151 David Gil #> 16154 David Gil #> 16156 David Gil #> 16166 David Gil #> 16192 David Gil #> 16220 David Gil #> 16237 David Gil #> 16284 Matthew S. Dryer #> 16286 Matthew S. Dryer #> 16289 Matthew S. Dryer #> 16321 Matthew S. Dryer #> 16407 Matthew S. Dryer #> 16488 Matthew S. Dryer #> 16635 Matthew S. Dryer #> 16659 Matthew S. Dryer #> 16677 Matthew S. Dryer #> 16840 Matthew S. Dryer #> 16955 Matthew S. Dryer #> 16993 Matthew S. Dryer #> 17103 Matthew S. Dryer #> 17139 Matthew S. Dryer #> 17637 Matthew S. Dryer #> 17723 Matthew S. Dryer #> 17766 Matthew S. Dryer #> 17820 Matthew S. Dryer #> 17821 Matthew S. Dryer #> 17856 Matthew S. Dryer #> 17857 Matthew S. Dryer #> 17964 Matthew S. Dryer #> 18028 Matthew S. Dryer #> 18039 Matthew S. Dryer #> 18139 Matthew S. Dryer #> 18178 Matthew S. Dryer #> 18384 Matthew S. Dryer #> 18440 Matthew S. Dryer #> 18457 Matthew S. Dryer #> 18811 Matthew S. Dryer #> 18893 Matthew S. Dryer #> 19169 Matthew S. Dryer #> 19196 Matthew S. Dryer #> 19296 Matthew S. Dryer #> 19354 Matthew S. Dryer #> 19407 Matthew S. Dryer #> 19768 Matthew S. Dryer #> 19946 Matthew S. Dryer #> 19959 Matthew S. Dryer #> 20004 Matthew S. Dryer #> 20045 Matthew S. Dryer #> 20158 Matthew S. Dryer #> 20242 Matthew S. Dryer #> 20322 Matthew S. Dryer #> 20412 Matthew S. Dryer #> 20503 Matthew S. Dryer #> 20763 Matthew S. Dryer #> 20885 Matthew S. Dryer #> 21046 Matthew S. Dryer #> 21068 Matthew S. Dryer #> 21116 Matthew S. Dryer #> 21195 Matthew S. Dryer #> 21387 Matthew S. Dryer #> 21417 Matthew S. Dryer #> 21420 Matthew S. Dryer #> 21530 Matthew S. Dryer #> 21622 Matthew S. Dryer #> 21717 Matthew S. Dryer #> 21752 Matthew S. Dryer #> 21787 Matthew S. Dryer #> 21919 Matthew S. Dryer #> 22011 Matthew S. Dryer #> 22028 Matthew S. Dryer #> 22107 Matthew S. Dryer #> 22126 Matthew S. Dryer #> 22163 Matthew S. Dryer #> 22164 Matthew S. Dryer #> 22183 Matthew S. Dryer #> 22682 Matthew S. Dryer #> 22933 Matthew S. Dryer #> 22943 Matthew S. Dryer #> 22955 Matthew S. Dryer #> 22960 Matthew S. Dryer #> 23071 Matthew S. Dryer #> 23077 Matthew S. Dryer #> 23103 Matthew S. Dryer #> 23161 Matthew S. Dryer #> 23228 Matthew S. Dryer #> 23284 Matthew S. Dryer #> 23302 Matthew S. Dryer #> 23347 Matthew S. Dryer #> 23356 Matthew S. Dryer #> 23359 Matthew S. Dryer #> 23408 Matthew S. Dryer #> 23459 Matthew S. Dryer #> 23598 Matthew S. Dryer #> 23639 Matthew S. Dryer #> 23741 Matthew S. Dryer #> 23746 Matthew S. Dryer #> 23762 Matthew S. Dryer #> 23785 Matthew S. Dryer #> 23846 Matthew S. Dryer #> 23866 Matthew S. Dryer #> 23867 Matthew S. Dryer #> 23890 Matthew S. Dryer #> 24127 Matthew S. Dryer #> 24194 Matthew S. Dryer #> 24197 Matthew S. Dryer #> 24373 Matthew S. Dryer #> 24389 Matthew S. Dryer #> 24399 Matthew S. Dryer #> 24412 Matthew S. Dryer #> 24463 Matthew S. Dryer #> 24495 Matthew S. Dryer #> 24527 Matthew S. Dryer #> 24572 Matthew S. Dryer #> 24573 Matthew S. Dryer #> 24628 Matthew S. Dryer #> 24686 Matthew S. Dryer #> 24719 Matthew S. Dryer #> 24750 Matthew S. Dryer #> 24757 Matthew S. Dryer #> 24833 Matthew S. Dryer #> 24865 Matthew S. Dryer #> 24868 Matthew S. Dryer #> 25005 Matthew S. Dryer #> 25084 Matthew S. Dryer #> 25089 Matthew S. Dryer #> 25098 Matthew S. Dryer #> 25135 Matthew S. Dryer #> 25193 Matthew S. Dryer #> 25237 Matthew S. Dryer #> 25261 Matthew S. Dryer #> 25402 Matthew S. Dryer #> 25686 Matthew S. Dryer #> 25706 Matthew S. Dryer #> 25717 Matthew S. Dryer #> 25730 Matthew S. Dryer #> 25816 Matthew S. Dryer #> 25845 Matthew S. Dryer #> 25898 Matthew S. Dryer #> 25900 Matthew S. Dryer #> 28358 Matthew S. Dryer #> 28359 Matthew S. Dryer #> 28367 Matthew S. Dryer #> 28431 Matthew S. Dryer #> 28498 Matthew S. Dryer #> 28557 Matthew S. Dryer #> 28558 Matthew S. Dryer #> 28575 Matthew S. Dryer #> 28624 Matthew S. Dryer #> 28676 Matthew S. Dryer #> 28688 Matthew S. Dryer #> 28689 Matthew S. Dryer #> 28801 Matthew S. Dryer #> 28808 Matthew S. Dryer #> 28821 Matthew S. Dryer #> 28871 Matthew S. Dryer #> 28874 Matthew S. Dryer #> 28878 Matthew S. Dryer #> 28886 Matthew S. Dryer #> 28926 Matthew S. Dryer #> 29044 Rob Goedemans and Harry van der Hulst #> 29056 Rob Goedemans and Harry van der Hulst #> 29063 Rob Goedemans and Harry van der Hulst #> 29074 Rob Goedemans and Harry van der Hulst #> 29083 Rob Goedemans and Harry van der Hulst #> 29084 Rob Goedemans and Harry van der Hulst #> 29088 Rob Goedemans and Harry van der Hulst #> 29092 Rob Goedemans and Harry van der Hulst #> 29095 Rob Goedemans and Harry van der Hulst #> 29152 Rob Goedemans and Harry van der Hulst #> 29290 Rob Goedemans and Harry van der Hulst #> 29359 Rob Goedemans and Harry van der Hulst #> 29459 Rob Goedemans and Harry van der Hulst #> 29461 Rob Goedemans and Harry van der Hulst #> 29462 Rob Goedemans and Harry van der Hulst #> 29492 Rob Goedemans and Harry van der Hulst #> 29543 Rob Goedemans and Harry van der Hulst #> 29629 Rob Goedemans and Harry van der Hulst #> 29632 Rob Goedemans and Harry van der Hulst #> 29693 Rob Goedemans and Harry van der Hulst #> 29699 Rob Goedemans and Harry van der Hulst #> 29750 Rob Goedemans and Harry van der Hulst #> 29801 Rob Goedemans and Harry van der Hulst #> 29816 Rob Goedemans and Harry van der Hulst #> 29895 Rob Goedemans and Harry van der Hulst #> 29922 Rob Goedemans and Harry van der Hulst #> 29929 Rob Goedemans and Harry van der Hulst #> 29931 Rob Goedemans and Harry van der Hulst #> 29940 Rob Goedemans and Harry van der Hulst #> 29968 Rob Goedemans and Harry van der Hulst #> 29973 Rob Goedemans and Harry van der Hulst #> 29985 Rob Goedemans and Harry van der Hulst #> 30003 Rob Goedemans and Harry van der Hulst #> 30122 Rob Goedemans and Harry van der Hulst #> 30189 Rob Goedemans and Harry van der Hulst #> 30193 Rob Goedemans and Harry van der Hulst #> 30215 Rob Goedemans and Harry van der Hulst #> 30218 Rob Goedemans and Harry van der Hulst #> 30300 Rob Goedemans and Harry van der Hulst #> 30391 Ian Maddieson #> 30409 Ian Maddieson #> 30523 Ian Maddieson #> 30589 Ian Maddieson #> 30591 Ian Maddieson #> 30630 Ian Maddieson #> 30679 Ian Maddieson #> 30998 Ian Maddieson #> 31114 Ian Maddieson #> 31158 Ian Maddieson #> 31193 Ian Maddieson #> 31225 Ian Maddieson #> 31270 Ian Maddieson #> 31426 Ian Maddieson #> 31636 Ian Maddieson #> 31671 Ian Maddieson #> 31704 Ian Maddieson #> 31844 Ian Maddieson #> 31846 Ian Maddieson #> 31864 Ian Maddieson #> 31931 Ian Maddieson #> 32046 Balthasar Bickel and Johanna Nichols #> 32088 Balthasar Bickel and Johanna Nichols #> 32215 Balthasar Bickel and Johanna Nichols #> 32285 Balthasar Bickel and Johanna Nichols #> 32475 Balthasar Bickel and Johanna Nichols #> 32479 Balthasar Bickel and Johanna Nichols #> 32551 Balthasar Bickel and Johanna Nichols #> 32552 Balthasar Bickel and Johanna Nichols #> 32821 Johanna Nichols and Balthasar Bickel #> 32866 Johanna Nichols and Balthasar Bickel #> 32971 Johanna Nichols and Balthasar Bickel #> 33026 Johanna Nichols and Balthasar Bickel #> 33256 Johanna Nichols and Balthasar Bickel #> 33342 Johanna Nichols and Balthasar Bickel #> 33372 Johanna Nichols and Balthasar Bickel #> 33401 Johanna Nichols and Balthasar Bickel #> 33767 Matthew S. Dryer #> 33773 Matthew S. Dryer #> 33843 Matthew S. Dryer #> 34059 Matthew S. Dryer #> 34062 Matthew S. Dryer #> 34065 Matthew S. Dryer #> 34069 Matthew S. Dryer #> 34072 Matthew S. Dryer #> 34171 Matthew S. Dryer #> 34231 Matthew S. Dryer #> 34354 Matthew S. Dryer #> 34883 Carl Rubino #> 34891 Carl Rubino #> 34898 Carl Rubino #> 34901 Carl Rubino #> 34907 Carl Rubino #> 34910 Carl Rubino #> 34913 Carl Rubino #> 34915 Carl Rubino #> 35070 Matthew Baerman and Dunstan Brown #> 35071 Matthew Baerman and Dunstan Brown #> 35076 Matthew Baerman and Dunstan Brown #> 35189 Matthew Baerman and Dunstan Brown #> 35202 Matthew Baerman and Dunstan Brown #> 35235 Matthew Baerman and Dunstan Brown #> 35326 Ian Maddieson #> 35523 Ian Maddieson #> 35604 Ian Maddieson #> 35686 Ian Maddieson #> 35703 Ian Maddieson #> 35726 Ian Maddieson #> 35728 Ian Maddieson #> 36034 Greville G. Corbett #> 36060 Greville G. Corbett #> 36066 Greville G. Corbett #> 36302 Greville G. Corbett #> 36306 Greville G. Corbett #> 36329 Greville G. Corbett #> 36605 Greville G. Corbett #> 36628 Greville G. Corbett #> 36642 Greville G. Corbett #> 37036 Matthew S. Dryer #> 37037 Matthew S. Dryer #> 37138 Matthew S. Dryer #> 37142 Matthew S. Dryer #> 37145 Matthew S. Dryer #> 37196 Matthew S. Dryer #> 37206 Matthew S. Dryer #> 37216 Matthew S. Dryer #> 37286 Matthew S. Dryer #> 37334 Matthew S. Dryer #> 37365 Matthew S. Dryer #> 37903 Martin Haspelmath #> 37924 Martin Haspelmath #> 37929 Martin Haspelmath #> 37964 Martin Haspelmath #> 37986 Martin Haspelmath #> 38013 Martin Haspelmath #> 38118 Michael Daniel #> 38178 Michael Daniel #> 38223 Michael Daniel #> 38485 Michael Daniel and Edith Moravcsik #> 38486 Michael Daniel and Edith Moravcsik #> 38487 Michael Daniel and Edith Moravcsik #> 38498 Michael Daniel and Edith Moravcsik #> 38511 Michael Daniel and Edith Moravcsik #> 38514 Matthew S. Dryer #> 38521 Matthew S. Dryer #> 38572 Matthew S. Dryer #> 38582 Matthew S. Dryer #> 38589 Matthew S. Dryer #> 38597 Matthew S. Dryer #> 38639 Matthew S. Dryer #> 38702 Matthew S. Dryer #> 38724 Matthew S. Dryer #> 38820 Matthew S. Dryer #> 39142 Matthew S. Dryer #> 39246 Matthew S. Dryer #> 39259 Matthew S. Dryer #> 39284 Matthew S. Dryer #> 39297 Matthew S. Dryer #> 39318 Matthew S. Dryer #> 39322 Matthew S. Dryer #> 39386 Matthew S. Dryer #> 39417 Matthew S. Dryer #> 39423 Matthew S. Dryer #> 39435 Matthew S. Dryer #> 39711 Michael Cysouw #> 39726 Michael Cysouw #> 39796 Michael Cysouw #> 40316 Ian Maddieson #> 40357 Ian Maddieson #> 40368 Ian Maddieson #> 40387 Ian Maddieson #> 40491 Ian Maddieson #> 40493 Ian Maddieson #> 40504 Ian Maddieson #> 40605 Michael Cysouw #> 40623 Michael Cysouw #> 40647 Michael Cysouw #> 40708 Holger Diessel #> 40730 Holger Diessel #> 40819 Holger Diessel #> 40880 Holger Diessel #> 40906 Holger Diessel #> 40939 Holger Diessel #> 41058 Holger Diessel #> 41060 Holger Diessel #> 41094 Holger Diessel #> 41096 Holger Diessel #> 41197 D.N.S. Bhat #> 41303 D.N.S. Bhat #> 41340 D.N.S. Bhat #> 41365 Anna Siewierska #> 41427 Anna Siewierska #> 41449 Anna Siewierska #> 41468 Anna Siewierska #> 41477 Anna Siewierska #> 41751 Johannes Helmbrecht #> 41889 Johannes Helmbrecht #> 41893 Johannes Helmbrecht #> 41895 Johannes Helmbrecht #> 41897 Johannes Helmbrecht #> 41913 Johannes Helmbrecht #> 41917 Johannes Helmbrecht #> 41918 Johannes Helmbrecht #> 41921 Johannes Helmbrecht #> 41924 Johannes Helmbrecht #> 41931 Johannes Helmbrecht #> 42009 Martin Haspelmath #> 42156 Martin Haspelmath #> 42162 Martin Haspelmath #> 42205 Martin Haspelmath #> 42234 Martin Haspelmath #> 42260 Martin Haspelmath #> 42276 Ekkehard König and Peter Siemund with Stephan Töpper #> 42302 Ekkehard König and Peter Siemund with Stephan Töpper #> 42370 Ekkehard König and Peter Siemund with Stephan Töpper #> 42381 Ekkehard König and Peter Siemund with Stephan Töpper #> 42387 Ekkehard König and Peter Siemund with Stephan Töpper #> 42390 Ekkehard König and Peter Siemund with Stephan Töpper #> 42406 Ekkehard König and Peter Siemund with Stephan Töpper #> 42423 Ekkehard König and Peter Siemund with Stephan Töpper #> 42605 Dik Bakker #> 42668 Dik Bakker #> 42694 Dik Bakker #> 42782 Dik Bakker #> 42791 Dik Bakker #> 42843 Oliver A. Iggesen #> 42854 Oliver A. Iggesen #> 42875 Oliver A. Iggesen #> 42892 Oliver A. Iggesen #> 42906 Oliver A. Iggesen #> 42934 Oliver A. Iggesen #> 42941 Oliver A. Iggesen #> 43107 Ian Maddieson #> 43344 Ian Maddieson #> 43348 Ian Maddieson #> 43388 Ian Maddieson #> 43397 Ian Maddieson #> 43481 Ian Maddieson #> 43556 Ian Maddieson #> 43666 Oliver A. Iggesen #> 43715 Oliver A. Iggesen #> 43765 Oliver A. Iggesen #> 43827 Oliver A. Iggesen #> 43828 Oliver A. Iggesen #> 43850 Oliver A. Iggesen #> 43856 Oliver A. Iggesen #> 43956 Matthew S. Dryer #> 44412 Matthew S. Dryer #> 44415 Matthew S. Dryer #> 44544 Matthew S. Dryer #> 44550 Matthew S. Dryer #> 44648 Matthew S. Dryer #> 44714 Matthew S. Dryer #> 44725 Matthew S. Dryer #> 44732 Matthew S. Dryer #> 44844 Matthew S. Dryer #> 44945 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44954 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44958 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44961 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44978 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44979 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 44999 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45006 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45016 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45258 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45331 Thomas Stolz and Ljuba N. Veselinova #> 45478 Thomas Stolz and Ljuba N. Veselinova #> 45486 Thomas Stolz and Ljuba N. Veselinova #> 45517 Thomas Stolz and Ljuba N. Veselinova #> 45520 Thomas Stolz and Ljuba N. Veselinova #> 45524 Thomas Stolz and Ljuba N. Veselinova #> 45540 Thomas Stolz and Ljuba N. Veselinova #> 45545 Thomas Stolz and Ljuba N. Veselinova #> 45551 Thomas Stolz and Ljuba N. Veselinova #> 45555 Thomas Stolz and Ljuba N. Veselinova #> 45559 Thomas Stolz and Ljuba N. Veselinova #> 45562 Thomas Stolz and Ljuba N. Veselinova #> 45564 Thomas Stolz and Ljuba N. Veselinova #> 45569 Thomas Stolz and Ljuba N. Veselinova #> 45571 Thomas Stolz and Ljuba N. Veselinova #> 45574 Thomas Stolz and Ljuba N. Veselinova #> 45614 David Gil #> 45643 David Gil #> 45644 David Gil #> 45801 David Gil #> 45914 David Gil #> 46262 David Gil #> 46855 Matthew S. Dryer #> 47012 Matthew S. Dryer #> 47054 Matthew S. Dryer #> 47126 Matthew S. Dryer #> 47175 Matthew S. Dryer #> 47208 Matthew S. Dryer #> 47247 Matthew S. Dryer #> 47302 Balthasar Bickel and Johanna Nichols #> 47467 Balthasar Bickel and Johanna Nichols #> 47618 Balthasar Bickel and Johanna Nichols #> 47670 Balthasar Bickel and Johanna Nichols #> 47825 Johanna Nichols and Balthasar Bickel #> 47835 Johanna Nichols and Balthasar Bickel #> 48076 Ian Maddieson #> 48087 Ian Maddieson #> 48198 Ian Maddieson #> 48285 Ian Maddieson #> 48441 Ian Maddieson #> 48451 Ian Maddieson #> 48495 Ian Maddieson #> 48631 David Gil #> 48697 David Gil #> 48737 David Gil #> 48798 David Gil #> 48870 Maria Koptjevskaja-Tamm #> 48872 Maria Koptjevskaja-Tamm #> 48877 Maria Koptjevskaja-Tamm #> 48912 Maria Koptjevskaja-Tamm #> 48983 Leon Stassen #> 48996 Leon Stassen #> 49020 Leon Stassen #> 49029 Leon Stassen #> 49044 Leon Stassen #> 49101 Leon Stassen #> 49232 Martin Haspelmath #> 49269 Martin Haspelmath #> 49302 Martin Haspelmath #> 49548 Östen Dahl and Viveka Velupillai #> 49552 Östen Dahl and Viveka Velupillai #> 49593 Östen Dahl and Viveka Velupillai #> 49597 Östen Dahl and Viveka Velupillai #> 49758 Östen Dahl and Viveka Velupillai #> 49810 Östen Dahl and Viveka Velupillai #> 49823 Östen Dahl and Viveka Velupillai #> 49829 Östen Dahl and Viveka Velupillai #> 49964 Östen Dahl and Viveka Velupillai #> 50056 Östen Dahl and Viveka Velupillai #> 50130 Östen Dahl and Viveka Velupillai #> 50142 Östen Dahl and Viveka Velupillai #> 50182 Östen Dahl and Viveka Velupillai #> 50184 Östen Dahl and Viveka Velupillai #> 50332 Östen Dahl and Viveka Velupillai #> 50338 Östen Dahl and Viveka Velupillai #> 50658 Matthew S. Dryer #> 50727 Matthew S. Dryer #> 50758 Matthew S. Dryer #> 50800 Matthew S. Dryer #> 50977 Matthew S. Dryer #> 51099 Matthew S. Dryer #> 51109 Matthew S. Dryer #> 51116 Matthew S. Dryer #> 51215 Matthew S. Dryer #> 51243 Matthew S. Dryer #> 51329 Matthew S. Dryer #> 51566 Ian Maddieson #> 51606 Ian Maddieson #> 51635 Ian Maddieson #> 51690 Ian Maddieson #> 51818 Ian Maddieson #> 51916 Ian Maddieson #> 51941 Ian Maddieson #> 52110 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52120 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52184 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52206 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52295 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52310 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52388 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52393 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52394 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52402 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52410 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52420 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52423 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52434 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52496 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52686 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52726 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52854 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52905 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52948 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52959 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52961 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52968 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52971 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52980 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52996 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52998 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53238 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53259 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53325 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53358 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53370 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53392 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53422 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53449 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53508 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53575 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53718 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53726 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53902 Johan van der Auwera and Andreas Ammann #> 53904 Johan van der Auwera and Andreas Ammann #> 53930 Johan van der Auwera and Andreas Ammann #> 53967 Johan van der Auwera and Andreas Ammann #> 53982 Johan van der Auwera and Andreas Ammann #> 54004 Johan van der Auwera and Andreas Ammann #> 54006 Johan van der Auwera and Andreas Ammann #> 54020 Johan van der Auwera and Andreas Ammann #> 54083 Johan van der Auwera and Andreas Ammann #> 54095 Johan van der Auwera and Andreas Ammann #> 54102 Johan van der Auwera and Andreas Ammann #> 54110 Johan van der Auwera and Andreas Ammann #> 54131 Johan van der Auwera and Andreas Ammann #> 54133 Johan van der Auwera and Andreas Ammann #> 54134 Johan van der Auwera and Andreas Ammann #> 54225 Johan van der Auwera and Andreas Ammann #> 54313 Johan van der Auwera and Andreas Ammann #> 54317 Johan van der Auwera and Andreas Ammann #> 54324 Johan van der Auwera and Andreas Ammann #> 54325 Johan van der Auwera and Andreas Ammann #> 54328 Johan van der Auwera and Andreas Ammann #> 54343 Johan van der Auwera and Andreas Ammann #> 54352 Johan van der Auwera and Andreas Ammann #> 54362 Johan van der Auwera and Andreas Ammann #> 54572 Ferdinand de Haan #> 54603 Ferdinand de Haan #> 54666 Ferdinand de Haan #> 54699 Ferdinand de Haan #> 54777 Ferdinand de Haan #> 54983 Ferdinand de Haan #> 55056 Ferdinand de Haan #> 55105 Ferdinand de Haan #> 55117 Ferdinand de Haan #> 55344 Ferdinand de Haan #> 55402 Ljuba N. Veselinova #> 55407 Ljuba N. Veselinova #> 55413 Ljuba N. Veselinova #> 55558 Ljuba N. Veselinova #> 55568 Ljuba N. Veselinova #> 55709 Ljuba N. Veselinova #> 55856 Ian Maddieson #> 55859 Ian Maddieson #> 55916 Ian Maddieson #> 55971 Ian Maddieson #> 55982 Ian Maddieson #> 56049 Ian Maddieson #> 56148 Ian Maddieson #> 56346 Ljuba N. Veselinova #> 56385 Ljuba N. Veselinova #> 56407 Ljuba N. Veselinova #> 57106 Matthew S. Dryer #> 57109 Matthew S. Dryer #> 57334 Matthew S. Dryer #> 57410 Matthew S. Dryer #> 57467 Matthew S. Dryer #> 57472 Matthew S. Dryer #> 57518 Matthew S. Dryer #> 57525 Matthew S. Dryer #> 57537 Matthew S. Dryer #> 57549 Matthew S. Dryer #> 57585 Matthew S. Dryer #> 57629 Matthew S. Dryer #> 57643 Matthew S. Dryer #> 57646 Matthew S. Dryer #> 58103 Matthew S. Dryer #> 58377 Matthew S. Dryer #> 58513 Matthew S. Dryer #> 58731 Matthew S. Dryer #> 58876 Matthew S. Dryer #> 58893 Matthew S. Dryer #> 59260 Matthew S. Dryer #> 59264 Matthew S. Dryer #> 59315 Matthew S. Dryer #> 59326 Matthew S. Dryer #> 59331 Matthew S. Dryer #> 59346 Matthew S. Dryer #> 59365 Matthew S. Dryer #> 59427 Matthew S. Dryer #> 60173 Matthew S. Dryer #> 60282 Matthew S. Dryer #> 60380 Matthew S. Dryer #> 60466 Matthew S. Dryer #> 60597 Matthew S. Dryer #> 60622 Matthew S. Dryer #> 60630 Matthew S. Dryer #> 60652 Matthew S. Dryer #> 60663 Matthew S. Dryer #> 60671 Matthew S. Dryer #> 60765 Matthew S. Dryer #> 60769 Matthew S. Dryer #> 60843 Matthew S. Dryer #> 60856 Matthew S. Dryer #> 60962 Matthew S. Dryer with Orin D. Gensler #> 61026 Matthew S. Dryer with Orin D. Gensler #> 61077 Matthew S. Dryer with Orin D. Gensler #> 61099 Matthew S. Dryer with Orin D. Gensler #> 61169 Matthew S. Dryer with Orin D. Gensler #> 62067 Matthew S. Dryer #> 62173 Matthew S. Dryer #> 62195 Matthew S. Dryer #> 62208 Matthew S. Dryer #> 62248 Matthew S. Dryer #> 62360 Matthew S. Dryer #> 62388 Matthew S. Dryer #> 62421 Matthew S. Dryer #> 62432 Matthew S. Dryer #> 62528 Matthew S. Dryer #> 62545 Matthew S. Dryer #> 63356 Matthew S. Dryer #> 63359 Matthew S. Dryer #> 63436 Matthew S. Dryer #> 63502 Matthew S. Dryer #> 63567 Matthew S. Dryer #> 63598 Matthew S. Dryer #> 63654 Matthew S. Dryer #> 63666 Matthew S. Dryer #> 63709 Matthew S. Dryer #> 63713 Matthew S. Dryer #> 63734 Matthew S. Dryer #> 63745 Matthew S. Dryer #> 64286 Matthew S. Dryer #> 64340 Matthew S. Dryer #> 64405 Matthew S. Dryer #> 64478 Matthew S. Dryer #> 64639 Matthew S. Dryer #> 64681 Matthew S. Dryer #> 64786 Matthew S. Dryer #> 64790 Matthew S. Dryer #> 64835 Matthew S. Dryer #> 64882 Matthew S. Dryer #> 64997 Matthew S. Dryer #> 65050 Matthew S. Dryer #> 65112 Matthew S. Dryer #> 65279 Matthew S. Dryer #> 65428 Matthew S. Dryer #> 65473 Matthew S. Dryer #> 65558 Matthew S. Dryer #> 65592 Matthew S. Dryer #> 65702 Matthew S. Dryer #> 66121 Matthew S. Dryer #> 66204 Matthew S. Dryer #> 66298 Matthew S. Dryer #> 66308 Matthew S. Dryer #> 66323 Matthew S. Dryer #> 66424 Matthew S. Dryer #> 66485 Matthew S. Dryer #> 66523 Matthew S. Dryer #> 66543 Matthew S. Dryer #> 66581 Matthew S. Dryer #> 66623 Matthew S. Dryer #> 66661 Matthew S. Dryer #> 66691 Matthew S. Dryer #> 66729 Matthew S. Dryer #> 66779 Matthew S. Dryer #> 66802 Matthew S. Dryer #> 66887 Matthew S. Dryer #> 66925 Matthew S. Dryer #> 67944 Gregory D.S. Anderson #> 68085 Gregory D.S. Anderson #> 68100 Gregory D.S. Anderson #> 68121 Matthew S. Dryer #> 68190 Matthew S. Dryer #> 68202 Matthew S. Dryer #> 68237 Matthew S. Dryer #> 68292 Matthew S. Dryer #> 68294 Matthew S. Dryer #> 68366 Matthew S. Dryer #> 68398 Matthew S. Dryer #> 68412 Matthew S. Dryer #> 68459 Matthew S. Dryer #> 68499 Matthew S. Dryer #> 68521 Matthew S. Dryer #> 68633 Matthew S. Dryer #> 69157 Matthew S. Dryer #> 69181 Matthew S. Dryer #> 69200 Matthew S. Dryer #> 69227 Matthew S. Dryer #> 69239 Matthew S. Dryer #> 69250 Matthew S. Dryer #> 69306 Matthew S. Dryer #> 69372 Matthew S. Dryer #> 69434 Matthew S. Dryer #> 69455 Matthew S. Dryer #> 69518 Matthew S. Dryer #> 69542 Matthew S. Dryer #> 69621 Matthew S. Dryer #> 69841 Matthew S. Dryer #> 69896 Matthew S. Dryer #> 69929 Matthew S. Dryer #> 69949 Matthew S. Dryer #> 69995 Matthew S. Dryer #> 70013 Matthew S. Dryer #> 70049 Matthew S. Dryer #> 70275 Matthew S. Dryer #> 70278 Matthew S. Dryer #> 70334 Matthew S. Dryer #> 70376 Matthew S. Dryer #> 70399 Matthew S. Dryer #> 70403 Matthew S. Dryer #> 70432 Matthew S. Dryer #> 70438 Matthew S. Dryer #> 70443 Matthew S. Dryer #> 70855 Matthew S. Dryer #> 70894 Matthew S. Dryer #> 70938 Matthew S. Dryer #> 70995 Matthew S. Dryer #> 71155 Matthew S. Dryer #> 71245 Matthew S. Dryer #> 71253 Matthew S. Dryer #> 71334 Matthew S. Dryer #> 71369 Matthew S. Dryer #> 71390 Matthew S. Dryer #> 71398 Matthew S. Dryer #> 71433 Matthew S. Dryer #> 71785 Matthew S. Dryer #> 72240 Matthew S. Dryer #> 72294 Matthew S. Dryer #> 72332 Matthew S. Dryer #> 72333 Matthew S. Dryer #> 72343 Matthew S. Dryer #> 72364 Matthew S. Dryer #> 72387 Matthew S. Dryer #> 72454 Matthew S. Dryer #> 72460 Matthew S. Dryer #> 72492 Matthew S. Dryer #> 72502 Matthew S. Dryer #> 73388 Matthew S. Dryer #> 73407 Matthew S. Dryer #> 73417 Matthew S. Dryer #> 73514 Matthew S. Dryer #> 73544 Matthew S. Dryer #> 73583 Matthew S. Dryer #> 73600 Matthew S. Dryer #> 73612 Matthew S. Dryer #> 73634 Matthew S. Dryer #> 73718 Matthew S. Dryer #> 73729 Matthew S. Dryer #> 74161 Matthew S. Dryer #> 74175 Matthew S. Dryer #> 74183 Matthew S. Dryer #> 74250 Matthew S. Dryer #> 74261 Matthew S. Dryer #> 74296 Matthew S. Dryer #> 74316 Matthew S. Dryer #> 74340 Matthew S. Dryer #> 74412 Matthew S. Dryer #> 74422 Matthew S. Dryer #> 74433 Matthew S. Dryer #> 74446 Matthew S. Dryer #> 74475 Matthew S. Dryer #> 75486 Matthew S. Dryer #> 75510 Matthew S. Dryer #> 75576 Matthew S. Dryer #> 75610 Matthew S. Dryer #> 75624 Matthew S. Dryer #> 75637 Matthew S. Dryer #> 75654 Matthew S. Dryer #> 75670 Matthew S. Dryer #> 75724 Matthew S. Dryer #> 75761 Matthew S. Dryer #> 75797 Matthew S. Dryer #> 75818 Matthew S. Dryer #> 75833 Matthew S. Dryer #> 76108 Bernard Comrie #> 76165 Bernard Comrie #> 76225 Bernard Comrie #> 76374 Bernard Comrie #> 76377 Bernard Comrie #> 76390 Bernard Comrie
# Get languages whose latitudes fall between 10 and 20 degrees: filter_WALS(latitude >= 10 & latitude <= 20)
#> combined_ID feature_ID #> 45 1A-goa 1A #> 52 1A-haw 1A #> 71 1A-jom 1A #> 74 1A-mtp 1A #> 83 1A-jpr 1A #> 94 1A-nht 1A #> 112 1A-tmn 1A #> 122 1A-kfe 1A #> 125 1A-brb 1A #> 128 1A-nhn 1A #> 129 1A-zqc 1A #> 135 1A-ram 1A #> 136 1A-bis 1A #> 137 1A-nyi 1A #> 144 1A-fur 1A #> 146 1A-kse 1A #> 148 1A-cso 1A #> 152 1A-tag 1A #> 154 1A-mxm 1A #> 166 1A-kch 1A #> 176 1A-sor 1A #> 184 1A-mxc 1A #> 190 1A-ika 1A #> 206 1A-dts 1A #> 207 1A-pec 1A #> 212 1A-mro 1A #> 213 1A-phl 1A #> 217 1A-tza 1A #> 220 1A-sup 1A #> 225 1A-kro 1A #> 227 1A-amo 1A #> 230 1A-kkn 1A #> 231 1A-kek 1A #> 233 1A-mab 1A #> 238 1A-ber 1A #> 239 1A-kad 1A #> 249 1A-bam 1A #> 256 1A-yct 1A #> 263 1A-chw 1A #> 271 1A-tma 1A #> 278 1A-bbf 1A #> 280 1A-gan 1A #> 294 1A-kot 1A #> 304 1A-tlp 1A #> 313 1A-ddf 1A #> 314 1A-knr 1A #> 318 1A-mzc 1A #> 319 1A-brw 1A #> 322 1A-vie 1A #> 324 1A-amz 1A #> 328 1A-hve 1A #> 334 1A-bra 1A #> 343 1A-knm 1A #> 345 1A-nar 1A #> 346 1A-khm 1A #> 348 1A-tha 1A #> 350 1A-bej 1A #> 355 1A-pac 1A #> 365 1A-cle 1A #> 370 1A-tol 1A #> 372 1A-dio 1A #> 373 1A-igs 1A #> 377 1A-tul 1A #> 379 1A-tmp 1A #> 384 1A-cha 1A #> 387 1A-kyl 1A #> 389 1A-knk 1A #> 390 1A-koy 1A #> 400 1A-dnw 1A #> 414 1A-jak 1A #> 422 1A-ksg 1A #> 423 1A-wlf 1A #> 439 1A-tel 1A #> 444 1A-nkt 1A #> 447 1A-bag 1A #> 448 1A-mrg 1A #> 449 1A-ndt 1A #> 457 1A-awn 1A #> 461 1A-soq 1A #> 462 1A-hau 1A #> 463 1A-pur 1A #> 464 1A-amh 1A #> 471 1A-ktk 1A #> 476 1A-lah 1A #> 480 1A-knd 1A #> 496 1A-chq 1A #> 497 1A-tgr 1A #> 505 1A-sre 1A #> 511 1A-ngz 1A #> 514 1A-kgi 1A #> 515 1A-jeh 1A #> 517 1A-ter 1A #> 543 1A-maz 1A #> 559 1A-sed 1A #> 568 10A-gir 10A #> 571 10A-chq 10A #> 574 10A-moo 10A #> 575 10A-buy 10A #> 577 10A-sup 10A #> 581 10A-bag 10A #> 588 10A-mxc 10A #> 593 10A-dts 10A #> 595 10A-ykp 10A #> 613 10A-gut 10A #> 615 10A-dga 10A #> 617 10A-kch 10A #> 624 10A-kfe 10A #> 627 10A-mab 10A #> 638 10A-fus 10A #> 641 10A-ong 10A #> 646 10A-tha 10A #> 666 10A-vie 10A #> 672 10A-ktk 10A #> 673 10A-mdk 10A #> 680 10A-cha 10A #> 683 10A-jak 10A #> 690 10A-pod 10A #> 697 10A-mid 10A #> 704 10A-knr 10A #> 705 10A-hrs 10A #> 708 10A-blz 10A #> 716 10A-khm 10A #> 719 10A-fur 10A #> 720 10A-ban 10A #> 721 10A-kro 10A #> 722 10A-laa 10A #> 731 10A-mnu 10A #> 741 10A-ram 10A #> 747 10A-kem 10A #> 749 10A-wlf 10A #> 752 10A-tag 10A #> 757 10A-knm 10A #> 765 10A-xas 10A #> 774 10A-hau 10A #> 778 10A-bsr 10A #> 779 10A-nhn 10A #> 780 10A-kyl 10A #> 786 10A-knd 10A #> 788 10A-bfd 10A #> 792 10A-zqs 10A #> 808 10B-laa 10B #> 809 10B-mdk 10B #> 810 10B-fma 10B #> 815 10B-bfd 10B #> 816 10B-bsr 10B #> 823 10B-ktk 10B #> 825 10B-pod 10B #> 826 10B-ban 10B #> 827 10B-blz 10B #> 837 10B-dga 10B #> 839 10B-grm 10B #> 840 10B-buy 10B #> 841 10B-dts 10B #> 842 10B-moo 10B #> 845 10B-gir 10B #> 849 100A-tha 100A #> 853 100A-bam 100A #> 860 100A-kse 100A #> 862 100A-lah 100A #> 867 100A-sup 100A #> 877 100A-kro 100A #> 879 100A-khm 100A #> 884 100A-gud 100A #> 896 100A-kch 100A #> 903 100A-chr 100A #> 907 100A-mlm 100A #> 910 100A-kyl 100A #> 913 100A-vie 100A #> 919 100A-tag 100A #> 922 100A-hau 100A #> 930 100A-dga 100A #> 933 100A-tot 100A #> 940 100A-rem 100A #> 942 100A-nht 100A #> 951 100A-msl 100A #> 953 100A-ber 100A #> 957 100A-pur 100A #> 964 100A-noo 100A #> 974 100A-bln 100A #> 983 100A-mxc 100A #> 989 100A-kfe 100A #> 991 100A-cle 100A #> 996 100A-tms 100A #> 1001 100A-ktl 100A #> 1002 100A-knm 100A #> 1009 100A-amh 100A #> 1023 100A-dio 100A #> 1037 100A-pec 100A #> 1039 100A-pip 100A #> 1040 100A-zqc 100A #> 1045 100A-zsq 100A #> 1051 100A-nbd 100A #> 1052 100A-tri 100A #> 1058 100A-knd 100A #> 1063 100A-tol 100A #> 1093 100A-bag 100A #> 1098 100A-ram 100A #> 1108 100A-fur 100A #> 1114 100A-mis 100A #> 1119 100A-mab 100A #> 1134 100A-bej 100A #> 1143 100A-knr 100A #> 1144 100A-jak 100A #> 1146 100A-kpm 100A #> 1150 100A-cha 100A #> 1152 100A-tzu 100A #> 1184 100A-ika 100A #> 1212 100A-psj 100A #> 1232 101A-bmb 101A #> 1250 101A-snn 101A #> 1258 101A-kch 101A #> 1264 101A-gud 101A #> 1265 101A-sup 101A #> 1270 101A-dga 101A #> 1279 101A-moo 101A #> 1296 101A-kse 101A #> 1304 101A-laa 101A #> 1305 101A-ndt 101A #> 1313 101A-bsr 101A #> 1317 101A-uld 101A #> 1322 101A-zap 101A #> 1338 101A-mzh 101A #> 1346 101A-mro 101A #> 1351 101A-rem 101A #> 1352 101A-run 101A #> 1370 101A-qum 101A #> 1394 101A-chx 101A #> 1426 101A-nht 101A #> 1436 101A-dds 101A #> 1448 101A-fur 101A #> 1451 101A-bej 101A #> 1459 101A-cmy 101A #> 1468 101A-blz 101A #> 1488 101A-zai 101A #> 1496 101A-meh 101A #> 1501 101A-nhm 101A #> 1506 101A-msl 101A #> 1517 101A-gmz 101A #> 1528 101A-mab 101A #> 1531 101A-knm 101A #> 1544 101A-ram 101A #> 1551 101A-knr 101A #> 1562 101A-dio 101A #> 1565 101A-ocu 101A #> 1570 101A-nbd 101A #> 1576 101A-amh 101A #> 1594 101A-tsk 101A #> 1595 101A-bln 101A #> 1599 101A-zqc 101A #> 1649 101A-kfe 101A #> 1667 101A-knd 101A #> 1669 101A-ifu 101A #> 1693 101A-ika 101A #> 1711 101A-cle 101A #> 1725 101A-nhn 101A #> 1726 101A-tgr 101A #> 1788 101A-hau 101A #> 1792 101A-mof 101A #> 1803 101A-ngz 101A #> 1807 101A-miy 101A #> 1812 101A-wlf 101A #> 1819 101A-mbr 101A #> 1832 101A-mgu 101A #> 1856 101A-mlm 101A #> 1857 101A-lah 101A #> 1859 101A-mon 101A #> 1876 101A-mym 101A #> 1881 101A-kyl 101A #> 1890 101A-vie 101A #> 1893 101A-mas 101A #> 1898 101A-tha 101A #> 1900 101A-haw 101A #> 1904 101A-sap 101A #> 1912 101A-kro 101A #> 1915 101A-bid 101A #> 1919 101A-lmn 101A #> 1920 101A-bud 101A #> 1922 101A-ken 101A #> 1928 101A-mxc 101A #> 1934 101A-jak 101A #> 1935 101A-mlg 101A #> 1941 102A-gud 102A #> 1945 102A-vie 102A #> 1946 102A-tag 102A #> 1950 102A-mlm 102A #> 1954 102A-kse 102A #> 1961 102A-kro 102A #> 1963 102A-dga 102A #> 1964 102A-tha 102A #> 1970 102A-lah 102A #> 1972 102A-bam 102A #> 1978 102A-khm 102A #> 1984 102A-sup 102A #> 1987 102A-kch 102A #> 2002 102A-hau 102A #> 2004 102A-chr 102A #> 2013 102A-kyl 102A #> 2021 102A-mis 102A #> 2022 102A-mxc 102A #> 2025 102A-fur 102A #> 2027 102A-knd 102A #> 2034 102A-rem 102A #> 2040 102A-tms 102A #> 2056 102A-tri 102A #> 2077 102A-cha 102A #> 2080 102A-nbd 102A #> 2082 102A-cle 102A #> 2089 102A-ram 102A #> 2106 102A-noo 102A #> 2132 102A-knr 102A #> 2139 102A-dio 102A #> 2147 102A-bln 102A #> 2149 102A-knm 102A #> 2167 102A-zqc 102A #> 2169 102A-ber 102A #> 2186 102A-tol 102A #> 2188 102A-mab 102A #> 2192 102A-pip 102A #> 2193 102A-ika 102A #> 2201 102A-kpm 102A #> 2207 102A-tot 102A #> 2212 102A-zsq 102A #> 2231 102A-pec 102A #> 2242 102A-msl 102A #> 2243 102A-psj 102A #> 2247 102A-bej 102A #> 2250 102A-pur 102A #> 2251 102A-ktl 102A #> 2268 102A-nht 102A #> 2275 102A-bag 102A #> 2284 102A-kfe 102A #> 2285 102A-tzu 102A #> 2288 102A-jak 102A #> 2304 102A-amh 102A #> 2320 103A-khm 103A #> 2328 103A-sup 103A #> 2339 103A-mlm 103A #> 2346 103A-tag 103A #> 2349 103A-kyl 103A #> 2354 103A-kse 103A #> 2358 103A-vie 103A #> 2365 103A-tha 103A #> 2371 103A-kch 103A #> 2373 103A-kro 103A #> 2374 103A-bam 103A #> 2378 103A-gud 103A #> 2383 103A-chr 103A #> 2384 103A-noo 103A #> 2393 103A-lah 103A #> 2397 103A-hau 103A #> 2409 103A-dga 103A #> 2421 103A-nbd 103A #> 2425 103A-zqc 103A #> 2435 103A-knd 103A #> 2439 103A-fur 103A #> 2453 103A-bej 103A #> 2459 103A-amh 103A #> 2465 103A-cle 103A #> 2466 103A-mxc 103A #> 2467 103A-mab 103A #> 2472 103A-kpm 103A #> 2483 103A-ram 103A #> 2510 103A-kfe 103A #> 2515 103A-tri 103A #> 2522 103A-bag 103A #> 2523 103A-zsq 103A #> 2556 103A-mis 103A #> 2558 103A-cha 103A #> 2565 103A-msl 103A #> 2571 103A-bln 103A #> 2576 103A-ber 103A #> 2577 103A-dio 103A #> 2584 103A-knr 103A #> 2598 103A-tol 103A #> 2629 103A-jak 103A #> 2630 103A-knm 103A #> 2632 103A-tot 103A #> 2635 103A-pec 103A #> 2642 103A-ika 103A #> 2651 103A-tzu 103A #> 2653 103A-pur 103A #> 2661 103A-psj 103A #> 2671 103A-tms 103A #> 2679 103A-nht 103A #> 2681 103A-rem 103A #> 2694 103A-pip 103A #> 2695 103A-ktl 103A #> 2707 104A-vie 104A #> 2712 104A-mis 104A #> 2714 104A-noo 104A #> 2720 104A-gud 104A #> 2724 104A-ram 104A #> 2742 104A-tri 104A #> 2744 104A-kro 104A #> 2749 104A-khm 104A #> 2753 104A-tha 104A #> 2756 104A-tag 104A #> 2757 104A-kse 104A #> 2769 104A-sup 104A #> 2777 104A-cha 104A #> 2780 104A-nbd 104A #> 2784 104A-tms 104A #> 2798 104A-lah 104A #> 2811 104A-kyl 104A #> 2817 104A-kch 104A #> 2825 104A-chr 104A #> 2828 104A-mxc 104A #> 2830 104A-mlm 104A #> 2841 104A-fur 104A #> 2846 104A-bam 104A #> 2853 104A-rem 104A #> 2860 104A-cle 104A #> 2868 104A-dga 104A #> 2870 104A-knd 104A #> 2873 104A-hau 104A #> 2896 104A-pip 104A #> 2899 104A-bln 104A #> 2900 104A-ber 104A #> 2909 104A-psj 104A #> 2910 104A-nht 104A #> 2919 104A-ktl 104A #> 2923 104A-bag 104A #> 2929 104A-dio 104A #> 2935 104A-bej 104A #> 2955 104A-zsq 104A #> 2957 104A-ika 104A #> 2961 104A-kpm 104A #> 2976 104A-amh 104A #> 2977 104A-kfe 104A #> 2985 104A-jak 104A #> 3002 104A-tol 104A #> 3004 104A-pec 104A #> 3006 104A-tzu 104A #> 3014 104A-msl 104A #> 3031 104A-pur 104A #> 3037 104A-tot 104A #> 3051 104A-knr 104A #> 3064 104A-mab 104A #> 3068 104A-knm 104A #> 3070 104A-zqc 104A #> 3078 105A-sap 105A #> 3079 105A-nbd 105A #> 3086 105A-bag 105A #> 3090 105A-mxc 105A #> 3094 105A-knr 105A #> 3095 105A-ber 105A #> 3101 105A-tzu 105A #> 3102 105A-sup 105A #> 3107 105A-tha 105A #> 3113 105A-mgu 105A #> 3116 105A-biu 105A #> 3141 105A-mam 105A #> 3143 105A-kro 105A #> 3147 105A-kem 105A #> 3154 105A-mym 105A #> 3155 105A-knm 105A #> 3157 105A-jak 105A #> 3166 105A-tms 105A #> 3167 105A-mhi 105A #> 3168 105A-qaf 105A #> 3183 105A-kod 105A #> 3188 105A-zaq 105A #> 3190 105A-gdf 105A #> 3212 105A-tml 105A #> 3214 105A-kda 105A #> 3215 105A-boz 105A #> 3222 105A-pur 105A #> 3224 105A-tig 105A #> 3234 105A-tst 105A #> 3241 105A-knd 105A #> 3244 105A-itz 105A #> 3263 105A-chr 105A #> 3271 105A-miy 105A #> 3280 105A-mlm 105A #> 3281 105A-kyl 105A #> 3283 105A-wlf 105A #> 3285 105A-amh 105A #> 3286 105A-dga 105A #> 3290 105A-hdi 105A #> 3303 105A-nht 105A #> 3310 105A-vie 105A #> 3369 105A-zch 105A #> 3395 105A-cha 105A #> 3410 105A-hau 105A #> 3411 105A-kfe 105A #> 3414 105A-olu 105A #> 3425 105A-khm 105A #> 3439 105A-ika 105A #> 3446 105A-sed 105A #> 3448 105A-tag 105A #> 3450 105A-kse 105A #> 3455 106A-ram 106A #> 3459 106A-mam 106A #> 3473 106A-lye 106A #> 3476 106A-bam 106A #> 3497 106A-bag 106A #> 3498 106A-cha 106A #> 3499 106A-goa 106A #> 3502 106A-vie 106A #> 3504 106A-tag 106A #> 3505 106A-hau 106A #> 3513 106A-kse 106A #> 3524 106A-knd 106A #> 3527 106A-tml 106A #> 3565 106A-tha 106A #> 3593 106A-ika 106A #> 3605 106A-jak 106A #> 3622 106A-sup 106A #> 3623 106A-kro 106A #> 3631 107A-pip 107A #> 3635 107A-tzu 107A #> 3636 107A-bln 107A #> 3651 107A-kro 107A #> 3663 107A-tha 107A #> 3667 107A-knm 107A #> 3677 107A-mab 107A #> 3680 107A-knr 107A #> 3682 107A-nht 107A #> 3685 107A-nbd 107A #> 3686 107A-vie 107A #> 3687 107A-noo 107A #> 3690 107A-ber 107A #> 3693 107A-amh 107A #> 3707 107A-msl 107A #> 3711 107A-cle 107A #> 3714 107A-hau 107A #> 3725 107A-jak 107A #> 3731 107A-cha 107A #> 3732 107A-psj 107A #> 3738 107A-dio 107A #> 3747 107A-kse 107A #> 3752 107A-bej 107A #> 3780 107A-kch 107A #> 3783 107A-fur 107A #> 3789 107A-knd 107A #> 3803 107A-tag 107A #> 3806 107A-tri 107A #> 3814 107A-chr 107A #> 3819 107A-ram 107A #> 3820 107A-khm 107A #> 3821 107A-pur 107A #> 3825 107A-tot 107A #> 3837 107A-pec 107A #> 3852 107A-mxc 107A #> 3876 107A-tms 107A #> 3878 107A-rem 107A #> 3879 107A-tol 107A #> 3887 107A-mis 107A #> 3893 107A-lah 107A #> 3898 107A-dga 107A #> 3899 107A-kfe 107A #> 3904 107A-kyl 107A #> 3906 107A-bam 107A #> 3911 107A-zqc 107A #> 3933 107A-sup 107A #> 3947 107A-ika 107A #> 3957 107A-mlm 107A #> 3976 107A-bag 107A #> 3994 107A-gud 107A #> 4000 107A-kpm 107A #> 4002 108A-kse 108A #> 4003 108A-zqc 108A #> 4010 108A-kpm 108A #> 4016 108A-jak 108A #> 4017 108A-kro 108A #> 4018 108A-cak 108A #> 4039 108A-mam 108A #> 4040 108A-cha 108A #> 4049 108A-tzu 108A #> 4060 108A-mxc 108A #> 4068 108A-ika 108A #> 4105 108A-vie 108A #> 4106 108A-tha 108A #> 4107 108A-hau 108A #> 4108 108A-tml 108A #> 4112 108A-bag 108A #> 4129 108A-qaf 108A #> 4152 108A-kfe 108A #> 4160 108A-sup 108A #> 4162 108A-bej 108A #> 4170 108A-knd 108A #> 4183 108A-knr 108A #> 4190 108A-tag 108A #> 4191 108A-ram 108A #> 4202 108B-mam 108B #> 4204 108B-kse 108B #> 4205 108B-kro 108B #> 4206 108B-tzu 108B #> 4210 108B-jak 108B #> 4211 108B-kpm 108B #> 4224 108B-zqc 108B #> 4233 108B-cha 108B #> 4258 108B-vie 108B #> 4259 108B-knr 108B #> 4262 108B-ika 108B #> 4285 108B-qaf 108B #> 4290 108B-ram 108B #> 4295 108B-bag 108B #> 4318 108B-knd 108B #> 4328 108B-mxc 108B #> 4340 108B-sup 108B #> 4348 108B-tha 108B #> 4350 108B-kfe 108B #> 4363 108B-tag 108B #> 4369 108B-hau 108B #> 4375 108B-tml 108B #> 4380 108B-bej 108B #> 4384 109A-zqc 109A #> 4388 109A-knd 109A #> 4390 109A-qaf 109A #> 4392 109A-cha 109A #> 4402 109A-ika 109A #> 4404 109A-wlf 109A #> 4417 109A-tag 109A #> 4425 109A-knr 109A #> 4447 109A-hau 109A #> 4450 109A-kro 109A #> 4461 109A-kse 109A #> 4462 109A-jak 109A #> 4473 109A-vie 109A #> 4489 109A-mxc 109A #> 4500 109A-bag 109A #> 4516 109A-kfe 109A #> 4526 109A-tha 109A #> 4533 109A-kol 109A #> 4541 109A-tml 109A #> 4548 109A-ram 109A #> 4557 109A-sup 109A #> 4571 109B-jak 109B #> 4579 109B-kse 109B #> 4589 109B-kro 109B #> 4595 109B-knr 109B #> 4598 109B-hau 109B #> 4601 109B-tag 109B #> 4610 109B-wlf 109B #> 4613 109B-qaf 109B #> 4619 109B-ika 109B #> 4632 109B-cha 109B #> 4633 109B-knd 109B #> 4638 109B-zqc 109B #> 4664 109B-sup 109B #> 4666 109B-ram 109B #> 4694 109B-kol 109B #> 4700 109B-tha 109B #> 4709 109B-mxc 109B #> 4724 109B-kfe 109B #> 4732 109B-bag 109B #> 4740 109B-vie 109B #> 4744 109B-tml 109B #> 4750 11A-wlf 11A #> 4753 11A-vie 11A #> 4762 11A-zqc 11A #> 4770 11A-mzc 11A #> 4771 11A-ika 11A #> 4773 11A-knd 11A #> 4775 11A-phl 11A #> 4778 11A-cle 11A #> 4782 11A-khm 11A #> 4783 11A-cso 11A #> 4784 11A-bis 11A #> 4785 11A-knr 11A #> 4789 11A-tgr 11A #> 4799 11A-hau 11A #> 4803 11A-kse 11A #> 4804 11A-tza 11A #> 4805 11A-jak 11A #> 4807 11A-haw 11A #> 4808 11A-nkt 11A #> 4811 11A-ngz 11A #> 4814 11A-gan 11A #> 4818 11A-dts 11A #> 4819 11A-lah 11A #> 4827 11A-bra 11A #> 4831 11A-tol 11A #> 4833 11A-awn 11A #> 4839 11A-bbf 11A #> 4860 11A-ter 11A #> 4879 11A-kek 11A #> 4904 11A-yct 11A #> 4905 11A-tel 11A #> 4924 11A-kad 11A #> 4925 11A-mxc 11A #> 4930 11A-knk 11A #> 4939 11A-tha 11A #> 4948 11A-soq 11A #> 4966 11A-dnw 11A #> 4974 11A-amo 11A #> 4976 11A-amz 11A #> 4977 11A-bam 11A #> 4986 11A-tmn 11A #> 5000 11A-cha 11A #> 5014 11A-nyi 11A #> 5020 11A-ddf 11A #> 5038 11A-kfe 11A #> 5039 11A-kot 11A #> 5060 11A-nht 11A #> 5062 11A-knm 11A #> 5063 11A-tmp 11A #> 5064 11A-hve 11A #> 5075 11A-bej 11A #> 5079 11A-brw 11A #> 5083 11A-ksg 11A #> 5085 11A-kyl 11A #> 5092 11A-kkn 11A #> 5098 11A-nhn 11A #> 5103 11A-mrg 11A #> 5106 11A-tma 11A #> 5115 11A-chw 11A #> 5119 11A-mro 11A #> 5130 11A-dio 11A #> 5131 11A-amh 11A #> 5139 11A-ktk 11A #> 5144 11A-sor 11A #> 5145 11A-kch 11A #> 5146 11A-kro 11A #> 5149 11A-pac 11A #> 5154 11A-mtp 11A #> 5156 11A-goa 11A #> 5157 11A-igs 11A #> 5158 11A-brb 11A #> 5160 11A-sed 11A #> 5161 11A-mxm 11A #> 5163 11A-jpr 11A #> 5167 11A-jom 11A #> 5183 11A-tul 11A #> 5195 11A-bag 11A #> 5200 11A-fur 11A #> 5208 11A-ram 11A #> 5211 11A-koy 11A #> 5212 11A-nar 11A #> 5218 11A-pur 11A #> 5223 11A-ndt 11A #> 5253 11A-tag 11A #> 5255 11A-ber 11A #> 5256 11A-maz 11A #> 5259 11A-pec 11A #> 5260 11A-jeh 11A #> 5263 11A-sre 11A #> 5268 11A-sup 11A #> 5269 11A-mab 11A #> 5278 11A-chq 11A #> 5311 110A-hau 110A #> 5313 110A-bag 110A #> 5316 110A-kfe 110A #> 5318 110A-knr 110A #> 5339 110A-mxc 110A #> 5346 110A-tag 110A #> 5349 110A-tzo 110A #> 5350 110A-ika 110A #> 5353 110A-kro 110A #> 5354 110A-cha 110A #> 5356 110A-kol 110A #> 5372 110A-lah 110A #> 5377 110A-knd 110A #> 5381 110A-tml 110A #> 5385 110A-awn 110A #> 5399 110A-mhi 110A #> 5401 110A-ram 110A #> 5403 110A-nht 110A #> 5414 110A-tha 110A #> 5416 110A-khm 110A #> 5417 110A-jak 110A #> 5421 110A-kse 110A #> 5422 110A-sup 110A #> 5425 110A-vie 110A #> 5427 110A-knm 110A #> 5438 111A-kro 111A #> 5448 111A-tha 111A #> 5450 111A-bag 111A #> 5451 111A-dio 111A #> 5459 111A-mhi 111A #> 5462 111A-ceb 111A #> 5469 111A-awn 111A #> 5479 111A-amh 111A #> 5480 111A-cle 111A #> 5497 111A-kfe 111A #> 5498 111A-tel 111A #> 5503 111A-kem 111A #> 5513 111A-haw 111A #> 5515 111A-tzo 111A #> 5525 111A-ika 111A #> 5530 111A-bej 111A #> 5534 111A-nht 111A #> 5541 111A-tml 111A #> 5552 111A-knd 111A #> 5558 111A-khm 111A #> 5564 111A-nbd 111A #> 5579 111A-cha 111A #> 5589 111A-jak 111A #> 5592 111A-sup 111A #> 5603 111A-knr 111A #> 5614 111A-pip 111A #> 5622 111A-hau 111A #> 5632 111A-kol 111A #> 5639 111A-mym 111A #> 5657 111A-tag 111A #> 5662 111A-sor 111A #> 5673 111A-bam 111A #> 5674 111A-mxc 111A #> 5676 111A-knm 111A #> 5698 111A-mab 111A #> 5706 111A-kyl 111A #> 5707 111A-vie 111A #> 5729 111A-lah 111A #> 5732 111A-kse 111A #> 5736 111A-ram 111A #> 5739 112A-tbu 112A #> 5790 112A-mis 112A #> 5796 112A-ras 112A #> 5801 112A-sor 112A #> 5807 112A-dds 112A #> 5816 112A-mzc 112A #> 5817 112A-tml 112A #> 5826 112A-msl 112A #> 5864 112A-rem 112A #> 5874 112A-dio 112A #> 5875 112A-bej 112A #> 5884 112A-kem 112A #> 5889 112A-ocu 112A #> 5896 112A-ika 112A #> 5900 112A-psj 112A #> 5901 112A-zag 112A #> 5909 112A-tma 112A #> 5918 112A-tgr 112A #> 5921 112A-bln 112A #> 5923 112A-kuv 112A #> 5935 112A-ber 112A #> 5939 112A-ori 112A #> 5942 112A-sug 112A #> 5975 112A-mlg 112A #> 5980 112A-ccm 112A #> 5981 112A-noo 112A #> 5989 112A-knm 112A #> 5996 112A-zap 112A #> 5999 112A-jms 112A #> 6006 112A-koy 112A #> 6010 112A-mii 112A #> 6014 112A-ndt 112A #> 6018 112A-nbd 112A #> 6035 112A-cpl 112A #> 6036 112A-knd 112A #> 6047 112A-biu 112A #> 6050 112A-run 112A #> 6060 112A-gon 112A #> 6074 112A-tel 112A #> 6091 112A-knr 112A #> 6094 112A-tlp 112A #> 6100 112A-blz 112A #> 6105 112A-tul 112A #> 6110 112A-pec 112A #> 6111 112A-mab 112A #> 6123 112A-mym 112A #> 6133 112A-bud 112A #> 6137 112A-tsk 112A #> 6138 112A-lag 112A #> 6148 112A-nyi 112A #> 6158 112A-haw 112A #> 6162 112A-igs 112A #> 6164 112A-cmy 112A #> 6180 112A-lmn 112A #> 6182 112A-pur 112A #> 6185 112A-kar 112A #> 6191 112A-bag 112A #> 6194 112A-sup 112A #> 6204 112A-uld 112A #> 6206 112A-tny 112A #> 6209 112A-tag 112A #> 6216 112A-anu 112A #> 6217 112A-meh 112A #> 6218 112A-mas 112A #> 6226 112A-mco 112A #> 6234 112A-kfe 112A #> 6236 112A-sht 112A #> 6237 112A-agd 112A #> 6245 112A-bmb 112A #> 6248 112A-tzo 112A #> 6249 112A-pip 112A #> 6264 112A-kad 112A #> 6269 112A-zai 112A #> 6278 112A-mxp 112A #> 6302 112A-gud 112A #> 6303 112A-ken 112A #> 6304 112A-cha 112A #> 6309 112A-cya 112A #> 6325 112A-sme 112A #> 6328 112A-lac 112A #> 6333 112A-tmn 112A #> 6338 112A-tzu 112A #> 6342 112A-paa 112A #> 6359 112A-tou 112A #> 6367 112A-laa 112A #> 6385 112A-mrg 112A #> 6394 112A-chx 112A #> 6414 112A-cso 112A #> 6416 112A-qum 112A #> 6424 112A-cle 112A #> 6443 112A-snn 112A #> 6445 112A-mgu 112A #> 6446 112A-mxj 112A #> 6448 112A-pod 112A #> 6450 112A-hve 112A #> 6465 112A-hau 112A #> 6474 112A-mxo 112A #> 6475 112A-nhm 112A #> 6484 112A-mxc 112A #> 6485 112A-duk 112A #> 6498 112A-nht 112A #> 6502 112A-hil 112A #> 6510 112A-mda 112A #> 6514 112A-ngz 112A #> 6524 112A-dga 112A #> 6525 112A-kse 112A #> 6527 112A-zzo 112A #> 6535 112A-nar 112A #> 6539 112A-ter 112A #> 6558 112A-grf 112A #> 6582 112A-lmg 112A #> 6603 112A-mam 112A #> 6604 112A-kni 112A #> 6624 112A-jak 112A #> 6627 112A-zch 112A #> 6628 112A-hna 112A #> 6632 112A-ram 112A #> 6639 112A-zqc 112A #> 6647 112A-tha 112A #> 6651 112A-ktc 112A #> 6662 112A-agc 112A #> 6668 112A-nah 112A #> 6670 112A-mro 112A #> 6671 112A-kol 112A #> 6675 112A-btk 112A #> 6683 112A-kch 112A #> 6692 112A-lao 112A #> 6706 112A-kyl 112A #> 6713 112A-kir 112A #> 6719 112A-sti 112A #> 6724 112A-chr 112A #> 6732 112A-vie 112A #> 6746 112A-wlf 112A #> 6747 112A-mon 112A #> 6748 112A-sed 112A #> 6774 112A-mxx 112A #> 6777 112A-buy 112A #> 6786 112A-msk 112A #> 6790 112A-bid 112A #> 6792 112A-cak 112A #> 6793 112A-kro 112A #> 6795 112A-tig 112A #> 6796 112A-ktl 112A #> 6799 112A-amh 112A #> 6818 112A-kbw 112A #> 6837 112A-ksg 112A #> 6839 112A-moo 112A #> 6849 112A-knk 112A #> 6850 112A-bbf 112A #> 6856 112A-otr 112A #> 6860 112A-fur 112A #> 6867 112A-hdi 112A #> 6868 112A-miy 112A #> 6894 112A-amo 112A #> 6897 113A-tha 113A #> 6900 113A-cha 113A #> 6901 113A-vie 113A #> 6908 113A-tag 113A #> 6911 113A-mxc 113A #> 6912 113A-nht 113A #> 6932 113A-mas 113A #> 6939 113A-pur 113A #> 6948 113A-fur 113A #> 6954 113A-tol 113A #> 6956 113A-kfe 113A #> 6986 113A-sap 113A #> 6990 113A-cle 113A #> 6997 113A-psj 113A #> 7008 113A-khm 113A #> 7014 113A-tms 113A #> 7016 113A-knd 113A #> 7024 113A-duk 113A #> 7027 113A-zqc 113A #> 7028 113A-kem 113A #> 7035 113A-nbd 113A #> 7038 113A-ika 113A #> 7049 113A-zap 113A #> 7059 113A-nah 113A #> 7065 113A-knm 113A #> 7066 113A-bej 113A #> 7067 113A-kyl 113A #> 7069 113A-hau 113A #> 7070 113A-kse 113A #> 7075 113A-bok 113A #> 7077 113A-mym 113A #> 7080 113A-pec 113A #> 7085 113A-ram 113A #> 7100 113A-kro 113A #> 7101 113A-knr 113A #> 7109 113A-miy 113A #> 7112 113A-mab 113A #> 7116 113A-bam 113A #> 7130 113A-jak 113A #> 7141 113A-hcr 113A #> 7144 113A-bag 113A #> 7147 113A-ter 113A #> 7150 113A-hve 113A #> 7169 113A-mam 113A #> 7176 113A-dio 113A #> 7178 113A-lah 113A #> 7183 113A-sup 113A #> 7195 114A-hve 114A #> 7200 114A-nah 114A #> 7208 114A-kro 114A #> 7211 114A-ika 114A #> 7212 114A-nbd 114A #> 7236 114A-jak 114A #> 7253 114A-knm 114A #> 7254 114A-hau 114A #> 7257 114A-tms 114A #> 7261 114A-bam 114A #> 7263 114A-hcr 114A #> 7270 114A-bag 114A #> 7272 114A-mab 114A #> 7286 114A-pec 114A #> 7288 114A-kyl 114A #> 7289 114A-knr 114A #> 7292 114A-miy 114A #> 7293 114A-ter 114A #> 7294 114A-dio 114A #> 7298 114A-kse 114A #> 7317 114A-kem 114A #> 7322 114A-lah 114A #> 7328 114A-bok 114A #> 7340 114A-zqc 114A #> 7344 114A-ram 114A #> 7352 114A-sup 114A #> 7357 114A-knd 114A #> 7358 114A-bej 114A #> 7359 114A-mam 114A #> 7362 114A-mym 114A #> 7365 114A-duk 114A #> 7370 114A-zap 114A #> 7375 114A-psj 114A #> 7377 114A-sap 114A #> 7395 114A-kfe 114A #> 7400 114A-khm 114A #> 7410 114A-pur 114A #> 7416 114A-fur 114A #> 7434 114A-mxc 114A #> 7440 114A-nht 114A #> 7444 114A-tha 114A #> 7449 114A-tol 114A #> 7460 114A-tag 114A #> 7463 114A-cha 114A #> 7476 114A-mas 114A #> 7480 114A-cle 114A #> 7484 114A-vie 114A #> 7500 115A-khm 115A #> 7501 115A-mhi 115A #> 7504 115A-tml 115A #> 7505 115A-hau 115A #> 7522 115A-kse 115A #> 7530 115A-tag 115A #> 7533 115A-knd 115A #> 7534 115A-biu 115A #> 7543 115A-tms 115A #> 7547 115A-miy 115A #> 7558 115A-kfe 115A #> 7564 115A-kod 115A #> 7565 115A-tha 115A #> 7568 115A-sup 115A #> 7572 115A-mym 115A #> 7579 115A-mgu 115A #> 7580 115A-pop 115A #> 7596 115A-wlf 115A #> 7601 115A-bag 115A #> 7623 115A-vie 115A #> 7624 115A-boz 115A #> 7648 115A-bud 115A #> 7650 115A-zaq 115A #> 7656 115A-knr 115A #> 7660 115A-tzu 115A #> 7662 115A-mxc 115A #> 7665 115A-pur 115A #> 7666 115A-nht 115A #> 7667 115A-cha 115A #> 7668 115A-cch 115A #> 7671 115A-mlg 115A #> 7675 115A-itz 115A #> 7696 116A-xsm 116A #> 7703 116A-bag 116A #> 7708 116A-zap 116A #> 7710 116A-chr 116A #> 7711 116A-sup 116A #> 7715 116A-tny 116A #> 7717 116A-chq 116A #> 7718 116A-tag 116A #> 7721 116A-mxp 116A #> 7722 116A-moo 116A #> 7730 116A-miy 116A #> 7744 116A-tzu 116A #> 7754 116A-lah 116A #> 7755 116A-mco 116A #> 7760 116A-mam 116A #> 7767 116A-gon 116A #> 7768 116A-kar 116A #> 7770 116A-kse 116A #> 7773 116A-tzo 116A #> 7789 116A-anu 116A #> 7794 116A-zai 116A #> 7804 116A-xas 116A #> 7806 116A-knk 116A #> 7826 116A-ocu 116A #> 7832 116A-chx 116A #> 7845 116A-nar 116A #> 7854 116A-mxj 116A #> 7856 116A-tsk 116A #> 7873 116A-dds 116A #> 7875 116A-knd 116A #> 7877 116A-tlp 116A #> 7878 116A-sap 116A #> 7895 116A-bud 116A #> 7896 116A-mxo 116A #> 7897 116A-ken 116A #> 7898 116A-jms 116A #> 7908 116A-agc 116A #> 7916 116A-maw 116A #> 7917 116A-amo 116A #> 7919 116A-lag 116A #> 7925 116A-noo 116A #> 7936 116A-sti 116A #> 7937 116A-chw 116A #> 7942 116A-hil 116A #> 7959 116A-ccm 116A #> 7961 116A-kuv 116A #> 7966 116A-ber 116A #> 7968 116A-uld 116A #> 7969 116A-zya 116A #> 7986 116A-sed 116A #> 7989 116A-wlf 116A #> 7992 116A-laa 116A #> 7995 116A-kyl 116A #> 7997 116A-ter 116A #> 8008 116A-bra 116A #> 8016 116A-cle 116A #> 8022 116A-hdi 116A #> 8026 116A-agd 116A #> 8028 116A-ifu 116A #> 8031 116A-mrg 116A #> 8033 116A-goa 116A #> 8034 116A-kbw 116A #> 8063 116A-bbf 116A #> 8072 116A-mzh 116A #> 8075 116A-qum 116A #> 8077 116A-duk 116A #> 8080 116A-mgu 116A #> 8082 116A-bam 116A #> 8092 116A-lao 116A #> 8093 116A-pod 116A #> 8096 116A-lac 116A #> 8102 116A-tri 116A #> 8103 116A-snn 116A #> 8105 116A-sre 116A #> 8106 116A-mxx 116A #> 8118 116A-ksg 116A #> 8142 116A-vie 116A #> 8156 116A-cha 116A #> 8158 116A-mhi 116A #> 8165 116A-cso 116A #> 8167 116A-lmn 116A #> 8171 116A-kfe 116A #> 8173 116A-ksn 116A #> 8176 116A-mas 116A #> 8177 116A-mbr 116A #> 8191 116A-mon 116A #> 8196 116A-hna 116A #> 8197 116A-gud 116A #> 8198 116A-wwa 116A #> 8210 116A-tha 116A #> 8216 116A-tbu 116A #> 8217 116A-lmg 116A #> 8229 116A-mxy 116A #> 8230 116A-kpw 116A #> 8232 116A-hve 116A #> 8246 116A-hau 116A #> 8252 116A-mym 116A #> 8256 116A-btk 116A #> 8272 116A-khm 116A #> 8283 116A-biu 116A #> 8286 116A-nbd 116A #> 8292 116A-bln 116A #> 8296 116A-mab 116A #> 8297 116A-msl 116A #> 8325 116A-kol 116A #> 8334 116A-zqc 116A #> 8346 116A-gmz 116A #> 8349 116A-knr 116A #> 8353 116A-bmb 116A #> 8355 116A-knm 116A #> 8370 116A-run 116A #> 8375 116A-kem 116A #> 8378 116A-tel 116A #> 8389 116A-kro 116A #> 8392 116A-rem 116A #> 8395 116A-tml 116A #> 8414 116A-zag 116A #> 8440 116A-bej 116A #> 8442 116A-gdb 116A #> 8447 116A-mro 116A #> 8450 116A-ika 116A #> 8452 116A-ong 116A #> 8453 116A-mis 116A #> 8455 116A-amh 116A #> 8499 116A-cpl 116A #> 8502 116A-zch 116A #> 8510 116A-jak 116A #> 8517 116A-pip 116A #> 8520 116A-dio 116A #> 8526 116A-tai 116A #> 8562 116A-kni 116A #> 8585 116A-cmy 116A #> 8590 116A-ngz 116A #> 8600 116A-paa 116A #> 8609 116A-kch 116A #> 8633 116A-nht 116A #> 8640 116A-zzo 116A #> 8643 116A-mlg 116A #> 8646 116A-meh 116A #> 8649 116A-mxc 116A #> 8652 117A-bam 117A #> 8654 117A-nbh 117A #> 8657 117A-tml 117A #> 8663 117A-knd 117A #> 8666 117A-bln 117A #> 8682 117A-amh 117A #> 8684 117A-prd 117A #> 8706 117A-bej 117A #> 8723 117A-khm 117A #> 8728 117A-ceb 117A #> 8731 117A-tzu 117A #> 8732 117A-lah 117A #> 8736 117A-tha 117A #> 8740 117A-sed 117A #> 8745 117A-tag 117A #> 8765 117A-vie 117A #> 8769 117A-ter 117A #> 8777 117A-hau 117A #> 8779 117A-sup 117A #> 8780 117A-zqc 117A #> 8783 117A-goa 117A #> 8803 117A-mrg 117A #> 8808 117A-knr 117A #> 8810 117A-zpi 117A #> 8818 117A-mxp 117A #> 8830 117A-kch 117A #> 8833 117A-mis 117A #> 8844 117A-grn 117A #> 8855 117A-pap 117A #> 8857 117A-nhp 117A #> 8870 117A-knm 117A #> 8873 117A-plr 117A #> 8874 117A-moo 117A #> 8881 117A-tbu 117A #> 8882 117A-hcr 117A #> 8885 117A-dio 117A #> 8887 117A-kro 117A #> 8906 118A-otr 118A #> 8914 118A-kro 118A #> 8918 118A-tag 118A #> 8921 118A-zqc 118A #> 8922 118A-hcr 118A #> 8936 118A-cha 118A #> 8937 118A-plr 118A #> 8938 118A-tha 118A #> 8956 118A-goa 118A #> 8960 118A-jak 118A #> 8963 118A-tzo 118A #> 8964 118A-ceb 118A #> 8965 118A-tzu 118A #> 8976 118A-pap 118A #> 8979 118A-kpm 118A #> 8983 118A-sed 118A #> 8986 118A-bag 118A #> 8991 118A-khm 118A #> 8993 118A-wlf 118A #> 8999 118A-chr 118A #> 9003 118A-lao 118A #> 9005 118A-ccm 118A #> 9012 118A-vie 118A #> 9020 118A-mam 118A #> 9022 118A-ktl 118A #> 9023 118A-sre 118A #> 9026 118A-lah 118A #> 9040 118A-ilo 118A #> 9043 118A-mym 118A #> 9051 118A-tel 118A #> 9052 118A-tot 118A #> 9066 118A-prd 118A #> 9085 118A-mis 118A #> 9089 118A-tgr 118A #> 9092 118A-knk 118A #> 9098 118A-ras 118A #> 9099 118A-hau 118A #> 9106 118A-amh 118A #> 9109 118A-knd 118A #> 9119 118A-ngz 118A #> 9132 118A-tml 118A #> 9151 118A-ram 118A #> 9165 118A-rem 118A #> 9173 118A-knm 118A #> 9174 118A-bam 118A #> 9176 118A-sup 118A #> 9177 118A-maw 118A #> 9180 118A-moo 118A #> 9183 118A-ksm 118A #> 9190 118A-bej 118A #> 9194 118A-nbh 118A #> 9196 118A-gud 118A #> 9200 118A-nht 118A #> 9205 118A-zai 118A #> 9206 118A-cso 118A #> 9212 118A-tbu 118A #> 9218 118A-sor 118A #> 9225 118A-zar 118A #> 9230 118A-mxp 118A #> 9232 118A-nar 118A #> 9235 118A-knr 118A #> 9236 118A-dab 118A #> 9243 118A-mrg 118A #> 9256 118A-bln 118A #> 9262 118A-pop 118A #> 9273 118A-grn 118A #> 9278 119A-nbh 119A #> 9279 119A-tha 119A #> 9287 119A-ilo 119A #> 9296 119A-ceb 119A #> 9313 119A-moo 119A #> 9314 119A-bam 119A #> 9328 119A-tzo 119A #> 9333 119A-khm 119A #> 9334 119A-zai 119A #> 9341 119A-lao 119A #> 9346 119A-jak 119A #> 9351 119A-pap 119A #> 9354 119A-ksm 119A #> 9355 119A-hcr 119A #> 9357 119A-sup 119A #> 9358 119A-zar 119A #> 9361 119A-tag 119A #> 9365 119A-ktl 119A #> 9371 119A-hau 119A #> 9373 119A-goa 119A #> 9376 119A-bag 119A #> 9377 119A-knk 119A #> 9383 119A-vie 119A #> 9387 119A-sor 119A #> 9389 119A-kro 119A #> 9393 119A-tot 119A #> 9397 119A-otr 119A #> 9398 119A-ras 119A #> 9399 119A-dab 119A #> 9409 119A-ccm 119A #> 9419 119A-rem 119A #> 9420 119A-lah 119A #> 9428 119A-gud 119A #> 9432 119A-tzu 119A #> 9433 119A-prd 119A #> 9443 119A-plr 119A #> 9448 119A-mym 119A #> 9451 119A-sre 119A #> 9453 119A-ngz 119A #> 9454 119A-grn 119A #> 9456 119A-knr 119A #> 9458 119A-kpm 119A #> 9460 119A-nar 119A #> 9467 119A-sed 119A #> 9473 119A-cso 119A #> 9477 119A-maw 119A #> 9489 119A-mxp 119A #> 9491 119A-zqc 119A #> 9495 119A-knm 119A #> 9504 119A-pop 119A #> 9511 119A-mrg 119A #> 9512 119A-cha 119A #> 9520 119A-wlf 119A #> 9521 119A-mam 119A #> 9522 119A-tbu 119A #> 9534 119A-chr 119A #> 9570 119A-bej 119A #> 9576 119A-amh 119A #> 9579 119A-ram 119A #> 9583 119A-mis 119A #> 9592 119A-knd 119A #> 9608 119A-tgr 119A #> 9611 119A-tml 119A #> 9620 119A-bln 119A #> 9633 119A-nht 119A #> 9636 119A-tel 119A #> 9675 12A-bam 12A #> 9682 12A-haw 12A #> 9694 12A-bbf 12A #> 9703 12A-chq 12A #> 9708 12A-mxc 12A #> 9711 12A-dts 12A #> 9731 12A-tgr 12A #> 9732 12A-tmn 12A #> 9757 12A-awn 12A #> 9761 12A-knm 12A #> 9766 12A-ter 12A #> 9770 12A-ngz 12A #> 9772 12A-bis 12A #> 9782 12A-kfe 12A #> 9784 12A-ndt 12A #> 9786 12A-pur 12A #> 9793 12A-knr 12A #> 9796 12A-vie 12A #> 9798 12A-hve 12A #> 9805 12A-jpr 12A #> 9808 12A-tag 12A #> 9811 12A-phl 12A #> 9812 12A-mro 12A #> 9826 12A-igs 12A #> 9832 12A-kch 12A #> 9833 12A-nhn 12A #> 9843 12A-jak 12A #> 9845 12A-kro 12A #> 9846 12A-amo 12A #> 9853 12A-bag 12A #> 9878 12A-cha 12A #> 9879 12A-ika 12A #> 9885 12A-tma 12A #> 9889 12A-nyi 12A #> 9891 12A-ber 12A #> 9894 12A-sor 12A #> 9896 12A-cle 12A #> 9899 12A-tha 12A #> 9903 12A-fur 12A #> 9907 12A-nht 12A #> 9910 12A-jom 12A #> 9912 12A-pec 12A #> 9917 12A-ddf 12A #> 9918 12A-kyl 12A #> 9921 12A-kad 12A #> 9926 12A-sed 12A #> 9928 12A-nar 12A #> 9930 12A-sup 12A #> 9932 12A-ksg 12A #> 9937 12A-amh 12A #> 9939 12A-tol 12A #> 9948 12A-knk 12A #> 9959 12A-dnw 12A #> 9961 12A-mzc 12A #> 9963 12A-pac 12A #> 9967 12A-ram 12A #> 9980 12A-hau 12A #> 9981 12A-lah 12A #> 9987 12A-tel 12A #> 9990 12A-gan 12A #> 10004 12A-sre 12A #> 10007 12A-wlf 12A #> 10009 12A-knd 12A #> 10014 12A-ktk 12A #> 10020 12A-kot 12A #> 10026 12A-bej 12A #> 10046 12A-brw 12A #> 10050 12A-tza 12A #> 10053 12A-mab 12A #> 10054 12A-soq 12A #> 10061 12A-bra 12A #> 10066 12A-nkt 12A #> 10067 12A-zqc 12A #> 10069 12A-tmp 12A #> 10087 12A-mtp 12A #> 10092 12A-chw 12A #> 10095 12A-amz 12A #> 10107 12A-tul 12A #> 10124 12A-dio 12A #> 10127 12A-koy 12A #> 10134 12A-jeh 12A #> 10147 12A-khm 12A #> 10154 120A-hau 120A #> 10155 120A-wlf 120A #> 10156 120A-zai 120A #> 10161 120A-ras 120A #> 10168 120A-cha 120A #> 10182 120A-bej 120A #> 10183 120A-moo 120A #> 10189 120A-tzo 120A #> 10191 120A-nht 120A #> 10199 120A-tgr 120A #> 10200 120A-tag 120A #> 10201 120A-sup 120A #> 10205 120A-prd 120A #> 10213 120A-hcr 120A #> 10227 120A-ksm 120A #> 10228 120A-kro 120A #> 10233 120A-jak 120A #> 10235 120A-mym 120A #> 10241 120A-ilo 120A #> 10246 120A-zar 120A #> 10247 120A-lao 120A #> 10249 120A-pap 120A #> 10250 120A-bln 120A #> 10254 120A-knk 120A #> 10259 120A-zqc 120A #> 10266 120A-ceb 120A #> 10274 120A-bam 120A #> 10290 120A-kpm 120A #> 10304 120A-amh 120A #> 10306 120A-tzu 120A #> 10307 120A-mis 120A #> 10308 120A-otr 120A #> 10313 120A-grn 120A #> 10319 120A-mam 120A #> 10322 120A-mxp 120A #> 10331 120A-ngz 120A #> 10334 120A-ccm 120A #> 10336 120A-nbh 120A #> 10342 120A-cso 120A #> 10347 120A-maw 120A #> 10360 120A-knm 120A #> 10366 120A-tot 120A #> 10368 120A-sre 120A #> 10395 120A-tbu 120A #> 10405 120A-vie 120A #> 10413 120A-knd 120A #> 10416 120A-mrg 120A #> 10417 120A-ktl 120A #> 10419 120A-tha 120A #> 10427 120A-rem 120A #> 10429 120A-bag 120A #> 10431 120A-knr 120A #> 10439 120A-gud 120A #> 10441 120A-lah 120A #> 10449 120A-khm 120A #> 10455 120A-ram 120A #> 10456 120A-goa 120A #> 10466 120A-dab 120A #> 10475 120A-nar 120A #> 10479 120A-sor 120A #> 10489 120A-sed 120A #> 10493 120A-plr 120A #> 10509 120A-tel 120A #> 10511 120A-tml 120A #> 10516 120A-pop 120A #> 10519 120A-chr 120A #> 10545 121A-bln 121A #> 10552 121A-tbu 121A #> 10553 121A-jak 121A #> 10561 121A-kro 121A #> 10569 121A-tel 121A #> 10572 121A-amh 121A #> 10574 121A-maw 121A #> 10579 121A-mhi 121A #> 10580 121A-ceb 121A #> 10582 121A-rem 121A #> 10587 121A-tml 121A #> 10596 121A-kem 121A #> 10598 121A-knr 121A #> 10604 121A-pur 121A #> 10616 121A-vie 121A #> 10623 121A-kfe 121A #> 10630 121A-tha 121A #> 10634 121A-mrg 121A #> 10635 121A-sap 121A #> 10637 121A-hau 121A #> 10638 121A-dga 121A #> 10639 121A-khm 121A #> 10640 121A-wlf 121A #> 10642 121A-fus 121A #> 10647 121A-mis 121A #> 10656 121A-biu 121A #> 10670 121A-mxa 121A #> 10691 121A-goa 121A #> 10695 121A-ilo 121A #> 10721 122A-ram 122A #> 10726 122A-sup 122A #> 10729 122A-bam 122A #> 10731 122A-ika 122A #> 10741 122A-kyl 122A #> 10751 122A-mxc 122A #> 10758 122A-kse 122A #> 10761 122A-jak 122A #> 10764 122A-knm 122A #> 10776 122A-tag 122A #> 10777 122A-cha 122A #> 10779 122A-bag 122A #> 10788 122A-kro 122A #> 10793 122A-blq 122A #> 10799 122A-kfe 122A #> 10800 122A-khm 122A #> 10810 122A-knd 122A #> 10817 122A-kch 122A #> 10820 122A-gdr 122A #> 10822 122A-hau 122A #> 10823 122A-tha 122A #> 10824 122A-vie 122A #> 10837 122A-fur 122A #> 10838 122A-giz 122A #> 10844 122A-cle 122A #> 10854 122A-nbd 122A #> 10865 122A-miy 122A #> 10880 123A-bam 123A #> 10886 123A-ika 123A #> 10892 123A-sup 123A #> 10894 123A-kro 123A #> 10903 123A-miy 123A #> 10906 123A-kyl 123A #> 10907 123A-bag 123A #> 10908 123A-hau 123A #> 10909 123A-blq 123A #> 10919 123A-knm 123A #> 10923 123A-kfe 123A #> 10925 123A-kch 123A #> 10929 123A-jak 123A #> 10937 123A-knd 123A #> 10943 123A-fur 123A #> 10946 123A-cle 123A #> 10957 123A-tha 123A #> 10960 123A-mxc 123A #> 10962 123A-khm 123A #> 10967 123A-kse 123A #> 10968 123A-cha 123A #> 10975 123A-tag 123A #> 10980 124A-biu 124A #> 10995 124A-tag 124A #> 10997 124A-kro 124A #> 11012 124A-mid 124A #> 11019 124A-wlf 124A #> 11028 124A-kem 124A #> 11029 124A-khm 124A #> 11033 124A-kyl 124A #> 11039 124A-sap 124A #> 11041 124A-kod 124A #> 11045 124A-pur 124A #> 11049 124A-cha 124A #> 11052 124A-knd 124A #> 11060 124A-boz 124A #> 11072 124A-sup 124A #> 11087 124A-tha 124A #> 11089 124A-ika 124A #> 11090 124A-kao 124A #> 11096 124A-mhi 124A #> 11099 124A-sed 124A #> 11101 124A-ram 124A #> 11115 124A-mis 124A #> 11116 124A-vie 124A #> 11119 124A-pec 124A #> 11126 124A-kse 124A #> 11131 124A-hau 124A #> 11139 124A-nht 124A #> 11151 124A-tzu 124A #> 11152 124A-meh 124A #> 11155 124A-qaf 124A #> 11158 124A-jak 124A #> 11165 124A-mam 124A #> 11170 124A-mxc 124A #> 11171 124A-pop 124A #> 11173 124A-bag 124A #> 11177 124A-zaq 124A #> 11178 124A-bud 124A #> 11179 124A-cch 124A #> 11183 124A-soq 124A #> 11196 124A-kfe 124A #> 11203 124A-miy 124A #> 11232 124A-olu 124A #> 11236 124A-nmi 124A #> 11246 124A-zch 124A #> 11258 124A-itz 124A #> 11264 125A-cle 125A #> 11276 125A-vie 125A #> 11296 125A-mxc 125A #> 11300 125A-sup 125A #> 11306 125A-kfe 125A #> 11319 125A-nht 125A #> 11334 125A-tml 125A #> 11335 125A-itz 125A #> 11349 125A-noo 125A #> 11350 125A-hau 125A #> 11360 125A-mhi 125A #> 11366 125A-mym 125A #> 11373 125A-tag 125A #> 11375 125A-ram 125A #> 11387 125A-tzu 125A #> 11388 125A-kro 125A #> 11391 125A-nbd 125A #> 11392 125A-miy 125A #> 11395 125A-ika 125A #> 11404 125A-knr 125A #> 11417 125A-knd 125A #> 11426 125A-kch 125A #> 11428 125A-pur 125A #> 11432 126A-nht 126A #> 11455 126A-tzu 126A #> 11456 126A-cha 126A #> 11463 126A-vie 126A #> 11474 126A-knr 126A #> 11475 126A-mxc 126A #> 11477 126A-miy 126A #> 11488 126A-cle 126A #> 11504 126A-kro 126A #> 11514 126A-kfe 126A #> 11516 126A-hau 126A #> 11520 126A-sup 126A #> 11540 126A-mhi 126A #> 11543 126A-itz 126A #> 11554 126A-tag 126A #> 11559 126A-ram 126A #> 11563 126A-ika 126A #> 11569 126A-tml 126A #> 11571 126A-nbd 126A #> 11591 126A-knd 126A #> 11604 126A-noo 126A #> 11606 127A-vie 127A #> 11617 127A-nht 127A #> 11620 127A-cha 127A #> 11625 127A-tzu 127A #> 11628 127A-cle 127A #> 11636 127A-mxc 127A #> 11638 127A-kro 127A #> 11640 127A-hau 127A #> 11643 127A-ika 127A #> 11658 127A-kfe 127A #> 11664 127A-noo 127A #> 11666 127A-sup 127A #> 11677 127A-knr 127A #> 11691 127A-miy 127A #> 11697 127A-tag 127A #> 11700 127A-mhi 127A #> 11713 127A-ram 127A #> 11725 127A-mym 127A #> 11734 127A-tml 127A #> 11746 127A-knd 127A #> 11748 127A-nbd 127A #> 11784 128A-tzu 128A #> 11786 128A-ram 128A #> 11803 128A-jak 128A #> 11807 128A-knr 128A #> 11814 128A-vie 128A #> 11825 128A-tag 128A #> 11826 128A-mym 128A #> 11828 128A-sup 128A #> 11829 128A-miy 128A #> 11837 128A-mxc 128A #> 11839 128A-kch 128A #> 11842 128A-noo 128A #> 11846 128A-mhi 128A #> 11856 128A-nht 128A #> 11859 128A-ika 128A #> 11871 128A-itz 128A #> 11888 128A-nbd 128A #> 11895 128A-kro 128A #> 11899 128A-kfe 128A #> 11905 128A-knd 128A #> 11911 128A-tml 128A #> 11918 129A-btk 129A #> 11921 129A-knr 129A #> 11922 129A-rng 129A #> 11926 129A-cak 129A #> 11928 129A-kky 129A #> 11933 129A-amh 129A #> 11935 129A-mym 129A #> 11937 129A-mxg 129A #> 11938 129A-zam 129A #> 11939 129A-zaj 129A #> 11945 129A-crl 129A #> 11952 129A-grm 129A #> 11956 129A-cmy 129A #> 11961 129A-dca 129A #> 11962 129A-maz 129A #> 11971 129A-cho 129A #> 11978 129A-mop 129A #> 11979 129A-mid 129A #> 11985 129A-kea 129A #> 11990 129A-ctt 129A #> 11993 129A-zfl 129A #> 11995 129A-csk 129A #> 12003 129A-mab 129A #> 12005 129A-yct 129A #> 12007 129A-ilo 129A #> 12013 129A-oko 129A #> 12014 129A-ika 129A #> 12018 129A-tzs 129A #> 12020 129A-ngz 129A #> 12021 129A-olu 129A #> 12022 129A-ifu 129A #> 12025 129A-kfe 129A #> 12026 129A-zai 129A #> 12031 129A-itz 129A #> 12034 129A-kro 129A #> 12037 129A-kwe 129A #> 12039 129A-col 129A #> 12043 129A-pur 129A #> 12048 129A-chr 129A #> 12050 129A-hau 129A #> 12051 129A-bam 129A #> 12054 129A-jak 129A #> 12059 129A-toj 129A #> 12060 129A-cha 129A #> 12063 129A-cch 129A #> 12065 129A-ykp 129A #> 12070 129A-haw 129A #> 12073 129A-say 129A #> 12074 129A-tml 129A #> 12080 129A-chw 129A #> 12081 129A-nht 129A #> 12083 129A-rad 129A #> 12084 129A-nsz 129A #> 12090 129A-itw 129A #> 12093 129A-mhi 129A #> 12095 129A-sus 129A #> 12096 129A-jeh 129A #> 12099 129A-ixi 129A #> 12100 129A-mtp 129A #> 12102 129A-mxu 129A #> 12107 129A-tzt 129A #> 12108 129A-npa 129A #> 12109 129A-zzo 129A #> 12112 129A-nbd 129A #> 12113 129A-chj 129A #> 12117 129A-tlp 129A #> 12118 129A-ram 129A #> 12123 129A-csf 129A #> 12124 129A-sed 129A #> 12130 129A-qch 129A #> 12131 129A-khm 129A #> 12134 129A-rgn 129A #> 12135 129A-tzb 129A #> 12136 129A-tbe 129A #> 12140 129A-pac 129A #> 12144 129A-dam 129A #> 12153 129A-mge 129A #> 12156 129A-ixc 129A #> 12162 129A-sum 129A #> 12172 129A-poc 129A #> 12174 129A-bpb 129A #> 12175 129A-zqs 129A #> 12188 129A-bkl 129A #> 12211 129A-cog 129A #> 12214 129A-trc 129A #> 12221 129A-ctc 129A #> 12230 129A-cma 129A #> 12263 129A-lao 129A #> 12268 129A-mis 129A #> 12281 129A-cec 129A #> 12290 129A-cle 129A #> 12293 129A-hil 129A #> 12295 129A-mco 129A #> 12298 129A-nhx 129A #> 12304 129A-tha 129A #> 12333 129A-tol 129A #> 12342 129A-ktu 129A #> 12347 129A-goa 129A #> 12352 129A-mzc 129A #> 12356 129A-pip 129A #> 12398 129A-bok 129A #> 12402 129A-zap 129A #> 12427 129A-psj 129A #> 12444 129A-knd 129A #> 12455 129A-tag 129A #> 12479 129A-hve 129A #> 12503 129A-ceb 129A #> 12510 129A-tos 129A #> 12511 129A-mjc 129A #> 12515 129A-ayo 129A #> 12517 129A-cut 129A #> 12525 129A-kek 129A #> 12526 129A-pnn 129A #> 12532 129A-psv 129A #> 12536 13A-soq 13A #> 12539 13A-tag 13A #> 12543 13A-ika 13A #> 12546 13A-nhn 13A #> 12554 13A-ddf 13A #> 12562 13A-zqc 13A #> 12564 13A-cha 13A #> 12640 13A-tul 13A #> 12641 13A-wlf 13A #> 12643 13A-tgr 13A #> 12649 13A-kch 13A #> 12651 13A-mtp 13A #> 12653 13A-jpr 13A #> 12659 13A-ram 13A #> 12671 13A-tel 13A #> 12677 13A-jak 13A #> 12690 13A-pur 13A #> 12707 13A-jeh 13A #> 12713 13A-tza 13A #> 12715 13A-nht 13A #> 12721 13A-koy 13A #> 12729 13A-sed 13A #> 12731 13A-kot 13A #> 12750 13A-amh 13A #> 12758 13A-pac 13A #> 12759 13A-sor 13A #> 12773 13A-knd 13A #> 12776 13A-bis 13A #> 12779 13A-kfe 13A #> 12781 13A-tol 13A #> 12784 13A-dio 13A #> 12796 13A-brw 13A #> 12801 13A-kkn 13A #> 12807 13A-gan 13A #> 12825 13A-khm 13A #> 12837 13A-haw 13A #> 12845 13A-nkt 13A #> 12849 13A-maz 13A #> 12851 13A-tmn 13A #> 12860 13A-sre 13A #> 12864 13A-ber 13A #> 12867 13A-fur 13A #> 12868 13A-igs 13A #> 12871 13A-kgi 13A #> 12872 13A-hau 13A #> 12873 13A-bam 13A #> 12880 13A-kro 13A #> 12882 13A-amo 13A #> 12885 13A-mrg 13A #> 12892 13A-ngz 13A #> 12901 13A-knm 13A #> 12904 13A-mab 13A #> 12911 13A-knk 13A #> 12916 13A-mro 13A #> 12917 13A-dnw 13A #> 12921 13A-jom 13A #> 12923 13A-dts 13A #> 12932 13A-tmp 13A #> 12937 13A-awn 13A #> 12940 13A-knr 13A #> 12944 13A-hve 13A #> 12950 13A-yct 13A #> 12955 13A-bej 13A #> 12958 13A-ktk 13A #> 12967 13A-nar 13A #> 12969 13A-chw 13A #> 12973 13A-pec 13A #> 12978 13A-kad 13A #> 12987 13A-vie 13A #> 12988 13A-kyl 13A #> 12989 13A-mxm 13A #> 12990 13A-ter 13A #> 12992 13A-ksg 13A #> 12993 13A-bbf 13A #> 12996 13A-sup 13A #> 13004 13A-cle 13A #> 13005 13A-phl 13A #> 13012 13A-brb 13A #> 13013 13A-mxc 13A #> 13018 13A-bag 13A #> 13024 13A-tma 13A #> 13027 13A-cso 13A #> 13028 13A-chq 13A #> 13030 13A-amz 13A #> 13031 13A-ndt 13A #> 13032 13A-lah 13A #> 13036 13A-tha 13A #> 13038 13A-nyi 13A #> 13048 13A-tlp 13A #> 13057 13A-mzc 13A #> 13063 130A-ykp 130A #> 13083 130A-haw 130A #> 13094 130A-pac 130A #> 13100 130A-ngz 130A #> 13138 130A-ixc 130A #> 13141 130A-dam 130A #> 13144 130A-cma 130A #> 13146 130A-mge 130A #> 13152 130A-zqs 130A #> 13153 130A-sum 130A #> 13154 130A-poc 130A #> 13159 130A-zqc 130A #> 13160 130A-trc 130A #> 13161 130A-pnn 130A #> 13162 130A-csf 130A #> 13168 130A-pip 130A #> 13169 130A-mxu 130A #> 13172 130A-chj 130A #> 13180 130A-crl 130A #> 13182 130A-jak 130A #> 13186 130A-bam 130A #> 13191 130A-ram 130A #> 13201 130A-maz 130A #> 13202 130A-hau 130A #> 13207 130A-zqr 130A #> 13220 130A-ktu 130A #> 13225 130A-mxg 130A #> 13228 130A-btk 130A #> 13231 130A-tzt 130A #> 13232 130A-nbd 130A #> 13233 130A-tzs 130A #> 13240 130A-zai 130A #> 13248 130A-zzo 130A #> 13250 130A-itw 130A #> 13257 130A-knd 130A #> 13264 130A-bkl 130A #> 13267 130A-dca 130A #> 13272 130A-hil 130A #> 13283 130A-ctc 130A #> 13288 130A-nht 130A #> 13294 130A-bpb 130A #> 13298 130A-tha 130A #> 13305 130A-kro 130A #> 13313 130A-goa 130A #> 13319 130A-hve 130A #> 13327 130A-cle 130A #> 13330 130A-zam 130A #> 13333 130A-cho 130A #> 13335 130A-cog 130A #> 13337 130A-tzb 130A #> 13340 130A-toj 130A #> 13345 130A-ctt 130A #> 13358 130A-zaj 130A #> 13362 130A-nhx 130A #> 13365 130A-yct 130A #> 13367 130A-cch 130A #> 13368 130A-oko 130A #> 13372 130A-ixi 130A #> 13378 130A-itz 130A #> 13379 130A-amh 130A #> 13386 130A-grm 130A #> 13393 130A-kfe 130A #> 13397 130A-kky 130A #> 13398 130A-csk 130A #> 13408 130A-kwe 130A #> 13409 130A-rng 130A #> 13416 130A-knr 130A #> 13426 130A-kek 130A #> 13429 130A-ika 130A #> 13430 130A-chw 130A #> 13431 130A-zap 130A #> 13432 130A-tbe 130A #> 13441 130A-mis 130A #> 13450 130A-zfl 130A #> 13454 130A-npa 130A #> 13455 130A-cmy 130A #> 13458 130A-mco 130A #> 13459 130A-rgn 130A #> 13465 130A-psj 130A #> 13466 130A-tlp 130A #> 13474 130A-nsz 130A #> 13477 130A-tos 130A #> 13488 130A-cec 130A #> 13495 130A-mjc 130A #> 13500 130A-rad 130A #> 13506 130A-olu 130A #> 13509 130A-jeh 130A #> 13523 130A-cak 130A #> 13535 130A-tol 130A #> 13542 130A-mhi 130A #> 13544 130A-mym 130A #> 13547 130A-lao 130A #> 13553 130A-mab 130A #> 13554 130A-qch 130A #> 13558 130A-ifu 130A #> 13559 130A-chr 130A #> 13574 130A-ayo 130A #> 13575 130A-sed 130A #> 13583 130A-cut 130A #> 13589 130A-ceb 130A #> 13592 130A-bok 130A #> 13595 130A-kea 130A #> 13597 130A-mid 130A #> 13603 130A-cha 130A #> 13605 130A-tml 130A #> 13606 130A-mzc 130A #> 13609 130A-sus 130A #> 13610 130A-ilo 130A #> 13620 130A-mtp 130A #> 13621 130A-pur 130A #> 13626 130A-col 130A #> 13630 130A-psv 130A #> 13648 130A-mop 130A #> 13651 130A-say 130A #> 13654 130A-tag 130A #> 13702 130B-ykp 130B #> 13721 130B-pac 130B #> 13724 130B-ngz 130B #> 13726 130B-haw 130B #> 13735 131A-hau 131A #> 13741 131A-nbd 131A #> 13743 131A-msl 131A #> 13744 131A-fur 131A #> 13745 131A-dam 131A #> 13763 131A-kyl 131A #> 13764 131A-vie 131A #> 13766 131A-amh 131A #> 13773 131A-noo 131A #> 13776 131A-ika 131A #> 13785 131A-bag 131A #> 13789 131A-bam 131A #> 13795 131A-kfe 131A #> 13801 131A-tag 131A #> 13804 131A-nht 131A #> 13805 131A-tha 131A #> 13811 131A-kse 131A #> 13820 131A-cha 131A #> 13828 131A-tel 131A #> 13832 131A-goa 131A #> 13835 131A-khm 131A #> 13836 131A-knr 131A #> 13838 131A-knm 131A #> 13842 131A-sap 131A #> 13844 131A-knd 131A #> 13852 131A-hve 131A #> 13859 131A-cle 131A #> 13860 131A-fum 131A #> 13865 131A-mxc 131A #> 13867 131A-jak 131A #> 13870 131A-dio 131A #> 13872 131A-mxa 131A #> 13873 131A-nsz 131A #> 13876 131A-yct 131A #> 13887 131A-zqc 131A #> 13892 131A-kro 131A #> 13895 131A-tms 131A #> 13896 131A-sup 131A #> 13915 131A-ram 131A #> 13935 132A-kkb 132A #> 13949 132A-agc 132A #> 13950 132A-tol 132A #> 13952 132A-zte 132A #> 13969 132A-agu 132A #> 13970 132A-ifu 132A #> 13984 132A-tlp 132A #> 13994 132A-cle 132A #> 13995 132A-mxp 132A #> 14001 132A-pec 132A #> 14009 132A-mmp 132A #> 14010 132A-mzc 132A #> 14014 132A-hve 132A #> 14015 132A-grf 132A #> 14020 132A-maz 132A #> 14027 132A-amz 132A #> 14031 132A-cak 132A #> 14034 132A-nhn 132A #> 14059 133A-kkb 133A #> 14064 133A-ifu 133A #> 14066 133A-tol 133A #> 14083 133A-pec 133A #> 14089 133A-zte 133A #> 14090 133A-agc 133A #> 14101 133A-mmp 133A #> 14124 133A-agu 133A #> 14129 133A-mxp 133A #> 14132 133A-cle 133A #> 14136 133A-amz 133A #> 14137 133A-tlp 133A #> 14139 133A-nhn 133A #> 14142 133A-maz 133A #> 14146 133A-hve 133A #> 14147 133A-grf 133A #> 14149 133A-mzc 133A #> 14152 133A-cak 133A #> 14163 134A-cak 134A #> 14169 134A-hve 134A #> 14170 134A-nhn 134A #> 14171 134A-maz 134A #> 14172 134A-amz 134A #> 14186 134A-grf 134A #> 14194 134A-zte 134A #> 14197 134A-mzc 134A #> 14202 134A-cle 134A #> 14205 134A-agc 134A #> 14208 134A-tlp 134A #> 14232 134A-mxp 134A #> 14236 134A-tol 134A #> 14245 134A-agu 134A #> 14248 134A-pec 134A #> 14271 134A-mmp 134A #> 14272 134A-kkb 134A #> 14274 134A-ifu 134A #> 14283 135A-zte 135A #> 14285 135A-agc 135A #> 14289 135A-maz 135A #> 14293 135A-tol 135A #> 14304 135A-hve 135A #> 14308 135A-mmp 135A #> 14311 135A-amz 135A #> 14312 135A-pec 135A #> 14313 135A-agu 135A #> 14323 135A-tlp 135A #> 14324 135A-cle 135A #> 14326 135A-grf 135A #> 14328 135A-ifu 135A #> 14329 135A-cak 135A #> 14343 135A-nhn 135A #> 14347 135A-mxp 135A #> 14357 135A-mzc 135A #> 14391 135A-kkb 135A #> 14415 136A-kse 136A #> 14424 136A-zqc 136A #> 14426 136A-cha 136A #> 14436 136A-kro 136A #> 14456 136A-mdk 136A #> 14457 136A-nar 136A #> 14463 136A-tzu 136A #> 14469 136A-jak 136A #> 14473 136A-bag 136A #> 14489 136A-ori 136A #> 14496 136A-pip 136A #> 14501 136A-fur 136A #> 14503 136A-ram 136A #> 14505 136A-knd 136A #> 14512 136A-cho 136A #> 14520 136A-sup 136A #> 14524 136A-bej 136A #> 14525 136A-nah 136A #> 14541 136A-mxc 136A #> 14543 136A-mis 136A #> 14550 136A-kot 136A #> 14553 136A-tag 136A #> 14555 136A-vie 136A #> 14558 136A-amh 136A #> 14561 136A-mco 136A #> 14568 136A-hau 136A #> 14572 136A-hve 136A #> 14587 136A-pur 136A #> 14589 136A-knr 136A #> 14631 136B-cha 136B #> 14656 136B-knr 136B #> 14663 136B-hve 136B #> 14665 136B-kse 136B #> 14672 136B-ram 136B #> 14678 136B-hau 136B #> 14696 136B-knd 136B #> 14698 136B-kot 136B #> 14702 136B-kro 136B #> 14703 136B-amh 136B #> 14709 136B-mdk 136B #> 14713 136B-pur 136B #> 14716 136B-tag 136B #> 14718 136B-tzu 136B #> 14732 136B-pip 136B #> 14735 136B-mis 136B #> 14745 136B-mxc 136B #> 14751 136B-bej 136B #> 14768 136B-fur 136B #> 14772 136B-vie 136B #> 14777 136B-cho 136B #> 14779 136B-zqc 136B #> 14786 136B-nar 136B #> 14792 136B-ori 136B #> 14799 136B-nah 136B #> 14801 136B-mtp 136B #> 14802 136B-jak 136B #> 14837 136B-bag 136B #> 14860 136B-sup 136B #> 14862 137A-nar 137A #> 14872 137A-mdk 137A #> 14875 137A-nah 137A #> 14887 137A-ori 137A #> 14906 137A-cha 137A #> 14911 137A-bag 137A #> 14914 137A-jak 137A #> 14918 137A-fur 137A #> 14920 137A-kse 137A #> 14924 137A-kro 137A #> 14952 137A-zqc 137A #> 14961 137A-amh 137A #> 14971 137A-kot 137A #> 14974 137A-bej 137A #> 14993 137A-tzu 137A #> 14998 137A-knd 137A #> 15000 137A-mxc 137A #> 15021 137A-tag 137A #> 15027 137A-hve 137A #> 15036 137A-pur 137A #> 15045 137A-hau 137A #> 15054 137A-vie 137A #> 15055 137A-mco 137A #> 15061 137A-sup 137A #> 15062 137A-cho 137A #> 15063 137A-ram 137A #> 15076 137A-pip 137A #> 15078 137A-mis 137A #> 15085 137A-knr 137A #> 15095 137B-jak 137B #> 15103 137B-pur 137B #> 15114 137B-nar 137B #> 15126 137B-kot 137B #> 15132 137B-bej 137B #> 15136 137B-amh 137B #> 15142 137B-fur 137B #> 15145 137B-mxc 137B #> 15150 137B-kse 137B #> 15161 137B-hau 137B #> 15167 137B-nah 137B #> 15175 137B-tzu 137B #> 15178 137B-ori 137B #> 15214 137B-mdk 137B #> 15220 137B-bag 137B #> 15240 137B-kro 137B #> 15245 137B-vie 137B #> 15248 137B-mis 137B #> 15259 137B-hve 137B #> 15260 137B-knd 137B #> 15264 137B-cho 137B #> 15278 137B-zqc 137B #> 15282 137B-knr 137B #> 15291 137B-cha 137B #> 15298 137B-mtp 137B #> 15306 137B-sup 137B #> 15307 137B-tag 137B #> 15310 137B-ram 137B #> 15313 137B-pip 137B #> 15324 138A-amh 138A #> 15338 138A-chr 138A #> 15340 138A-vie 138A #> 15354 138A-ceb 138A #> 15377 138A-kro 138A #> 15381 138A-hil 138A #> 15392 138A-qaf 138A #> 15393 138A-mym 138A #> 15395 138A-nbd 138A #> 15397 138A-tha 138A #> 15401 138A-kkn 138A #> 15402 138A-mhi 138A #> 15403 138A-tag 138A #> 15404 138A-hau 138A #> 15414 138A-lcr 138A #> 15417 138A-cha 138A #> 15418 138A-ssh 138A #> 15427 138A-cme 138A #> 15431 138A-gdl 138A #> 15449 138A-bru 138A #> 15479 138A-hre 138A #> 15480 138A-knr 138A #> 15482 138A-bdg 138A #> 15488 138A-dga 138A #> 15497 138A-crh 138A #> 15501 138A-tel 138A #> 15507 138A-cua 138A #> 15510 138A-khm 138A #> 15512 138A-dio 138A #> 15519 138A-lao 138A #> 15520 138A-fli 138A #> 15522 138A-haw 138A #> 15526 138A-ksg 138A #> 15530 138A-kse 138A #> 15536 138A-wlf 138A #> 15537 138A-snn 138A #> 15539 138A-zqc 138A #> 15548 138A-zar 138A #> 15549 138A-bam 138A #> 15563 139A-ths 139A #> 15589 14A-bej 14A #> 15596 14A-nbd 14A #> 15597 14A-akl 14A #> 15640 14A-kro 14A #> 15652 14A-ceb 14A #> 15680 14A-cle 14A #> 15697 14A-sao 14A #> 15703 14A-mym 14A #> 15711 14A-ram 14A #> 15725 14A-ahs 14A #> 15742 14A-cha 14A #> 15743 14A-mam 14A #> 15770 14A-tol 14A #> 15779 14A-knm 14A #> 15792 14A-bkl 14A #> 15798 14A-agu 14A #> 15809 14A-tzz 14A #> 15817 14A-pur 14A #> 15837 14A-sup 14A #> 15846 14A-jak 14A #> 15849 14A-dio 14A #> 15851 14A-koy 14A #> 15856 14A-kfe 14A #> 15886 14A-mis 14A #> 15958 14A-hnn 14A #> 15968 14A-zqc 14A #> 15985 14A-tag 14A #> 16014 14A-haw 14A #> 16029 14A-nht 14A #> 16039 14A-pkm 14A #> 16042 14A-cya 14A #> 16047 14A-hln 14A #> 16056 14A-sed 14A #> 16075 14A-bag 14A #> 16076 14A-qch 14A #> 16086 14A-khm 14A #> 16105 140A-ths 140A #> 16137 142A-lye 142A #> 16148 142A-kfe 142A #> 16149 142A-bam 142A #> 16153 142A-fma 142A #> 16160 142A-tel 142A #> 16161 142A-fbf 142A #> 16164 142A-ars 142A #> 16165 142A-mym 142A #> 16168 142A-moo 142A #> 16171 142A-bej 142A #> 16172 142A-mnk 142A #> 16179 142A-oi 142A #> 16182 142A-zsq 142A #> 16202 142A-tha 142A #> 16204 142A-khm 142A #> 16208 142A-bra 142A #> 16214 142A-chx 142A #> 16216 142A-hau 142A #> 16222 142A-lov 142A #> 16225 142A-lao 142A #> 16230 142A-knd 142A #> 16231 142A-ilo 142A #> 16245 142A-ter 142A #> 16259 142A-lah 142A #> 16266 142A-btk 142A #> 16267 142A-tag 142A #> 16269 142A-mon 142A #> 16270 142A-mlm 142A #> 16279 143A-sed 143A #> 16297 143A-jak 143A #> 16304 143A-lao 143A #> 16308 143A-khm 143A #> 16314 143A-zzo 143A #> 16320 143A-ktc 143A #> 16332 143A-btk 143A #> 16334 143A-pip 143A #> 16352 143A-ssa 143A #> 16355 143A-vie 143A #> 16361 143A-mro 143A #> 16366 143A-sil 143A #> 16368 143A-mkg 143A #> 16386 143A-kfe 143A #> 16387 143A-hve 143A #> 16395 143A-tri 143A #> 16402 143A-ksn 143A #> 16413 143A-sti 143A #> 16429 143A-grf 143A #> 16437 143A-chx 143A #> 16439 143A-dga 143A #> 16442 143A-goa 143A #> 16449 143A-tzo 143A #> 16462 143A-cmy 143A #> 16473 143A-agc 143A #> 16474 143A-cya 143A #> 16482 143A-tzu 143A #> 16494 143A-tag 143A #> 16496 143A-cso 143A #> 16509 143A-kse 143A #> 16519 143A-nht 143A #> 16520 143A-kir 143A #> 16523 143A-mxo 143A #> 16527 143A-tny 143A #> 16548 143A-mam 143A #> 16551 143A-haw 143A #> 16553 143A-nhm 143A #> 16566 143A-mon 143A #> 16579 143A-pur 143A #> 16581 143A-bam 143A #> 16582 143A-bra 143A #> 16585 143A-mxp 143A #> 16606 143A-zqo 143A #> 16610 143A-tha 143A #> 16622 143A-cle 143A #> 16631 143A-lac 143A #> 16645 143A-mxj 143A #> 16649 143A-nyi 143A #> 16650 143A-kad 143A #> 16651 143A-agd 143A #> 16654 143A-gir 143A #> 16655 143A-nah 143A #> 16666 143A-nar 143A #> 16679 143A-cha 143A #> 16686 143A-kni 143A #> 16691 143A-zqs 143A #> 16702 143A-tol 143A #> 16713 143A-sap 143A #> 16715 143A-zai 143A #> 16718 143A-sre 143A #> 16720 143A-chq 143A #> 16721 143A-kch 143A #> 16724 143A-lah 143A #> 16741 143A-mxc 143A #> 16753 143A-maw 143A #> 16755 143A-hil 143A #> 16759 143A-gud 143A #> 16762 143A-mco 143A #> 16767 143A-pnn 143A #> 16772 143A-qum 143A #> 16774 143A-zar 143A #> 16776 143A-tou 143A #> 16791 143A-ifu 143A #> 16793 143A-lic 143A #> 16797 143A-snn 143A #> 16804 143A-kol 143A #> 16818 143A-amo 143A #> 16820 143A-tig 143A #> 16821 143A-ktl 143A #> 16824 143A-otr 143A #> 16830 143A-fur 143A #> 16831 143A-bid 143A #> 16834 143A-hdi 143A #> 16837 143A-amh 143A #> 16839 143A-miy 143A #> 16868 143A-moo 143A #> 16872 143A-buy 143A #> 16880 143A-cak 143A #> 16887 143A-ksg 143A #> 16888 143A-kbw 143A #> 16889 143A-kro 143A #> 16895 143A-msk 143A #> 16899 143A-bbf 143A #> 16926 143A-knk 143A #> 16935 143A-bmb 143A #> 16938 143A-lmg 143A #> 16943 143A-hau 143A #> 16946 143A-mxx 143A #> 16947 143A-bok 143A #> 16953 143A-sup 143A #> 16964 143A-mab 143A #> 16966 143A-paa 143A #> 16969 143A-chr 143A #> 16975 143A-zch 143A #> 16986 143A-tmn 143A #> 16989 143A-ter 143A #> 16997 143A-tsk 143A #> 17002 143A-chj 143A #> 17004 143A-run 143A #> 17019 143A-laa 143A #> 17027 143A-sme 143A #> 17033 143A-hna 143A #> 17036 143A-bag 143A #> 17038 143A-mhi 143A #> 17039 143A-meh 143A #> 17045 143A-tpr 143A #> 17061 143A-mas 143A #> 17069 143A-pod 143A #> 17072 143A-lag 143A #> 17074 143A-bud 143A #> 17075 143A-ong 143A #> 17076 143A-kar 143A #> 17088 143A-uld 143A #> 17091 143A-kpw 143A #> 17097 143A-mgu 143A #> 17105 143A-chw 143A #> 17108 143A-ken 143A #> 17114 143A-igs 143A #> 17115 143A-gmz 143A #> 17118 143A-nrg 143A #> 17124 143A-giz 143A #> 17134 143A-lmn 143A #> 17140 143A-anu 143A #> 17141 143A-mda 143A #> 17146 143A-duk 143A #> 17154 143A-mig 143A #> 17159 143A-sht 143A #> 17160 143A-kyl 143A #> 17163 143A-mbr 143A #> 17167 143A-mrg 143A #> 17179 143A-ngz 143A #> 17191 143A-biu 143A #> 17208 143A-ber 143A #> 17218 143A-rem 143A #> 17226 143A-ccm 143A #> 17234 143A-bej 143A #> 17242 143A-cpl 143A #> 17291 143A-zap 143A #> 17295 143A-sor 143A #> 17306 143A-tlp 143A #> 17311 143A-ori 143A #> 17313 143A-tgr 143A #> 17320 143A-ocu 143A #> 17329 143A-blz 143A #> 17332 143A-ras 143A #> 17351 143A-knd 143A #> 17353 143A-nbd 143A #> 17354 143A-dio 143A #> 17363 143A-knm 143A #> 17366 143A-zag 143A #> 17382 143A-psj 143A #> 17385 143A-tma 143A #> 17386 143A-msl 143A #> 17390 143A-bln 143A #> 17391 143A-tel 143A #> 17392 143A-ika 143A #> 17404 143A-tul 143A #> 17405 143A-tbu 143A #> 17419 143A-sug 143A #> 17429 143A-mii 143A #> 17430 143A-gon 143A #> 17458 143A-jms 143A #> 17467 143A-mlg 143A #> 17469 143A-mzc 143A #> 17475 143A-mis 143A #> 17481 143A-koy 143A #> 17490 143A-dds 143A #> 17503 143A-kuv 143A #> 17507 143A-mym 143A #> 17511 143A-pec 143A #> 17516 143A-kem 143A #> 17532 143A-ndt 143A #> 17536 143A-knr 143A #> 17538 143A-tml 143A #> 17550 143A-noo 143A #> 17580 143A-zqc 143A #> 17588 143A-ram 143A #> 17589 143A-wlf 143A #> 17601 143B-amo 143B #> 17602 143B-buy 143B #> 17606 143B-bid 143B #> 17610 143B-ksg 143B #> 17613 143B-knk 143B #> 17614 143B-ktl 143B #> 17619 143B-otr 143B #> 17621 143B-msk 143B #> 17625 143B-moo 143B #> 17626 143B-kro 143B #> 17627 143B-cak 143B #> 17629 143B-bbf 143B #> 17638 143B-miy 143B #> 17679 143B-kbw 143B #> 17688 143B-amh 143B #> 17690 143B-tig 143B #> 17701 143B-fur 143B #> 17716 143B-hdi 143B #> 17719 143C-hau 143C #> 17720 143C-chr 143C #> 17725 143C-chj 143C #> 17726 143C-bmb 143C #> 17729 143C-mab 143C #> 17735 143C-tsk 143C #> 17751 143C-bok 143C #> 17752 143C-paa 143C #> 17761 143C-sup 143C #> 17764 143C-ter 143C #> 17769 143C-mxx 143C #> 17772 143C-zch 143C #> 17773 143C-tmn 143C #> 17779 143C-run 143C #> 17797 143C-lmg 143C #> 17808 143E-sap 143E #> 17810 143E-kch 143E #> 17823 143E-ktc 143E #> 17824 143E-cya 143E #> 17853 143E-ksn 143E #> 17854 143E-paa 143E #> 17862 143E-pnn 143E #> 17864 143E-hve 143E #> 17874 143E-mco 143E #> 17884 143E-tri 143E #> 17897 143E-zqs 143E #> 17899 143E-lac 143E #> 17905 143E-pip 143E #> 17906 143E-khm 143E #> 17911 143E-zai 143E #> 17921 143E-kni 143E #> 17934 143E-hau 143E #> 17938 143E-ram 143E #> 17939 143E-mon 143E #> 17943 143E-ssa 143E #> 17945 143E-knk 143E #> 17955 143E-zqo 143E #> 17956 143E-kir 143E #> 17960 143E-bbf 143E #> 17961 143E-zzo 143E #> 17962 143E-kro 143E #> 17963 143E-amo 143E #> 17968 143E-tzu 143E #> 17974 143E-kse 143E #> 17975 143E-grf 143E #> 17983 143E-chr 143E #> 17990 143E-lah 143E #> 17993 143E-sre 143E #> 18007 143E-btk 143E #> 18015 143E-tmn 143E #> 18018 143E-moo 143E #> 18022 143E-sup 143E #> 18029 143E-snn 143E #> 18063 143E-zch 143E #> 18072 143E-ifu 143E #> 18077 143E-qum 143E #> 18081 143E-tny 143E #> 18083 143E-nah 143E #> 18084 143E-cle 143E #> 18089 143E-bid 143E #> 18094 143E-mam 143E #> 18097 143E-tag 143E #> 18100 143E-goa 143E #> 18107 143E-kad 143E #> 18113 143E-mxo 143E #> 18119 143E-tou 143E #> 18121 143E-bam 143E #> 18126 143E-jak 143E #> 18134 143E-cak 143E #> 18136 143E-chx 143E #> 18147 143E-nyi 143E #> 18175 143E-ter 143E #> 18177 143E-tol 143E #> 18179 143E-chj 143E #> 18197 143E-bmb 143E #> 18198 143E-otr 143E #> 18205 143E-run 143E #> 18206 143E-ksg 143E #> 18210 143E-agd 143E #> 18211 143E-nht 143E #> 18242 143E-dga 143E #> 18248 143E-sed 143E #> 18249 143E-cso 143E #> 18257 143E-sti 143E #> 18260 143E-tha 143E #> 18261 143E-mro 143E #> 18278 143E-cha 143E #> 18281 143E-nhm 143E #> 18288 143E-lao 143E #> 18289 143E-haw 143E #> 18293 143E-buy 143E #> 18294 143E-lic 143E #> 18319 143E-cmy 143E #> 18327 143E-mxp 143E #> 18328 143E-tsk 143E #> 18332 143E-gud 143E #> 18347 143E-sil 143E #> 18351 143E-agc 143E #> 18357 143E-bra 143E #> 18358 143E-kfe 143E #> 18360 143E-bok 143E #> 18361 143E-miy 143E #> 18365 143E-vie 143E #> 18373 143E-mxj 143E #> 18376 143E-nar 143E #> 18386 143E-msk 143E #> 18391 143E-chq 143E #> 18418 143E-hil 143E #> 18430 143E-mkg 143E #> 18433 143E-mxc 143E #> 18438 143E-gir 143E #> 18449 143E-ktl 143E #> 18450 143E-wlf 143E #> 18462 143E-tzo 143E #> 18463 143E-maw 143E #> 18482 143E-zar 143E #> 18484 143E-pur 143E #> 18490 143E-rem 143E #> 18517 143E-tig 143E #> 18523 143E-sor 143E #> 18529 143E-fur 143E #> 18537 143E-tlp 143E #> 18538 143E-biu 143E #> 18539 143E-kbw 143E #> 18545 143E-blz 143E #> 18582 143E-zap 143E #> 18587 143E-cpl 143E #> 18594 143E-ras 143E #> 18629 143E-ber 143E #> 18644 143E-bej 143E #> 18651 143E-ori 143E #> 18659 143E-ocu 143E #> 18669 143E-tgr 143E #> 18706 143E-amh 143E #> 18708 143E-ccm 143E #> 18716 143E-mxx 143E #> 18723 143E-zqc 143E #> 18743 143E-msl 143E #> 18750 143E-mab 143E #> 18760 143E-mbr 143E #> 18764 143E-mda 143E #> 18769 143E-tbu 143E #> 18774 143E-zag 143E #> 18777 143E-kuv 143E #> 18785 143E-nrg 143E #> 18789 143E-gon 143E #> 18793 143E-bag 143E #> 18795 143E-mii 143E #> 18803 143E-lmn 143E #> 18808 143E-ken 143E #> 18809 143E-tpr 143E #> 18814 143E-ong 143E #> 18816 143E-pod 143E #> 18825 143E-mig 143E #> 18826 143E-psj 143E #> 18836 143E-uld 143E #> 18837 143E-dds 143E #> 18840 143E-hdi 143E #> 18843 143E-mhi 143E #> 18854 143E-tel 143E #> 18855 143E-anu 143E #> 18857 143E-dio 143E #> 18858 143E-mrg 143E #> 18861 143E-tma 143E #> 18874 143E-kol 143E #> 18877 143E-noo 143E #> 18879 143E-tul 143E #> 18883 143E-kyl 143E #> 18886 143E-ndt 143E #> 18888 143E-ika 143E #> 18896 143E-sme 143E #> 18899 143E-ngz 143E #> 18901 143E-mas 143E #> 18904 143E-laa 143E #> 18905 143E-lag 143E #> 18909 143E-mgu 143E #> 18924 143E-gmz 143E #> 18938 143E-kem 143E #> 18951 143E-bln 143E #> 18968 143E-mlg 143E #> 18982 143E-koy 143E #> 18988 143E-meh 143E #> 18990 143E-igs 143E #> 18992 143E-kar 143E #> 18995 143E-bud 143E #> 19004 143E-sug 143E #> 19010 143E-mym 143E #> 19014 143E-knr 143E #> 19018 143E-kpw 143E #> 19022 143E-pec 143E #> 19029 143E-knm 143E #> 19049 143E-sht 143E #> 19053 143E-nbd 143E #> 19074 143E-mis 143E #> 19076 143E-mzc 143E #> 19077 143E-chw 143E #> 19081 143E-hna 143E #> 19082 143E-knd 143E #> 19092 143E-tml 143E #> 19109 143E-lmg 143E #> 19112 143E-duk 143E #> 19116 143E-giz 143E #> 19128 143E-jms 143E #> 19132 143F-cak 143F #> 19139 143F-uld 143F #> 19156 143F-nrg 143F #> 19164 143F-lmg 143F #> 19170 143F-chw 143F #> 19171 143F-mig 143F #> 19173 143F-ken 143F #> 19174 143F-buy 143F #> 19177 143F-miy 143F #> 19178 143F-duk 143F #> 19180 143F-bud 143F #> 19181 143F-knk 143F #> 19198 143F-ter 143F #> 19204 143F-mhi 143F #> 19210 143F-chj 143F #> 19211 143F-msk 143F #> 19212 143F-anu 143F #> 19213 143F-amo 143F #> 19221 143F-sup 143F #> 19228 143F-mbr 143F #> 19229 143F-bbf 143F #> 19231 143F-laa 143F #> 19233 143F-mas 143F #> 19236 143F-kpw 143F #> 19240 143F-ktl 143F #> 19251 143F-pod 143F #> 19252 143F-igs 143F #> 19253 143F-bag 143F #> 19254 143F-kyl 143F #> 19261 143F-kar 143F #> 19268 143F-mrg 143F #> 19269 143F-lmn 143F #> 19270 143F-chr 143F #> 19275 143F-kro 143F #> 19281 143F-hau 143F #> 19285 143F-ong 143F #> 19286 143F-mda 143F #> 19287 143F-otr 143F #> 19290 143F-hdi 143F #> 19297 143F-paa 143F #> 19300 143F-sme 143F #> 19310 143F-hna 143F #> 19315 143F-ngz 143F #> 19319 143F-lag 143F #> 19327 143F-gmz 143F #> 19330 143F-mgu 143F #> 19340 143F-bid 143F #> 19343 143F-tpr 143F #> 19363 143F-bmb 143F #> 19365 143F-ksg 143F #> 19366 143F-sht 143F #> 19380 143F-giz 143F #> 19383 143F-moo 143F #> 19389 143F-kbw 143F #> 19391 143F-meh 143F #> 19392 143F-bok 143F #> 19417 143F-knd 143F #> 19429 143F-mym 143F #> 19432 143F-bln 143F #> 19437 143F-ika 143F #> 19445 143F-amh 143F #> 19446 143F-zch 143F #> 19456 143F-pec 143F #> 19459 143F-mzc 143F #> 19462 143F-mlg 143F #> 19466 143F-zag 143F #> 19490 143F-psj 143F #> 19497 143F-tul 143F #> 19505 143F-jms 143F #> 19522 143F-dds 143F #> 19525 143F-tel 143F #> 19530 143F-fur 143F #> 19538 143F-knr 143F #> 19545 143F-nbd 143F #> 19550 143F-wlf 143F #> 19552 143F-gon 143F #> 19578 143F-ndt 143F #> 19580 143F-mis 143F #> 19588 143F-knm 143F #> 19597 143F-koy 143F #> 19600 143F-tbu 143F #> 19644 143F-ram 143F #> 19658 143F-tmn 143F #> 19664 143F-tig 143F #> 19671 143F-kem 143F #> 19679 143F-dio 143F #> 19681 143F-noo 143F #> 19693 143F-tml 143F #> 19697 143F-sug 143F #> 19698 143F-kuv 143F #> 19703 143F-mii 143F #> 19711 143F-msl 143F #> 19715 143F-tma 143F #> 19719 143F-run 143F #> 19729 143F-mab 143F #> 19740 143F-kol 143F #> 19755 143F-ber 143F #> 19772 143F-lah 143F #> 19776 143F-kse 143F #> 19787 143F-zap 143F #> 19800 143F-tag 143F #> 19815 143F-jak 143F #> 19823 143F-biu 143F #> 19856 143F-ssa 143F #> 19867 143F-zzo 143F #> 19871 143F-mon 143F #> 19875 143F-pur 143F #> 19888 143F-goa 143F #> 19901 143F-mxc 143F #> 19902 143F-sti 143F #> 19911 143F-sil 143F #> 19917 143F-tgr 143F #> 19918 143F-agc 143F #> 19920 143F-maw 143F #> 19929 143F-ocu 143F #> 19932 143F-sre 143F #> 19939 143F-tny 143F #> 19954 143F-kir 143F #> 19955 143F-tri 143F #> 19968 143F-hve 143F #> 19976 143F-mkg 143F #> 19977 143F-kni 143F #> 19989 143F-bej 143F #> 19998 143F-mco 143F #> 20000 143F-btk 143F #> 20033 143F-chx 143F #> 20035 143F-zqc 143F #> 20036 143F-cpl 143F #> 20046 143F-lao 143F #> 20053 143F-chq 143F #> 20054 143F-blz 143F #> 20066 143F-bam 143F #> 20079 143F-cha 143F #> 20080 143F-mxx 143F #> 20082 143F-ksn 143F #> 20086 143F-nah 143F #> 20094 143F-tsk 143F #> 20107 143F-rem 143F #> 20110 143F-pip 143F #> 20115 143F-zqs 143F #> 20122 143F-bra 143F #> 20123 143F-mxp 143F #> 20132 143F-gir 143F #> 20140 143F-ccm 143F #> 20144 143F-mam 143F #> 20150 143F-nar 143F #> 20154 143F-sap 143F #> 20166 143F-grf 143F #> 20167 143F-gud 143F #> 20174 143F-cya 143F #> 20186 143F-dga 143F #> 20192 143F-ori 143F #> 20195 143F-hil 143F #> 20207 143F-agd 143F #> 20209 143F-snn 143F #> 20218 143F-ras 143F #> 20232 143F-tzo 143F #> 20234 143F-sed 143F #> 20250 143F-sor 143F #> 20260 143F-vie 143F #> 20267 143F-mxo 143F #> 20268 143F-mro 143F #> 20276 143F-nht 143F #> 20278 143F-ktc 143F #> 20294 143F-tha 143F #> 20296 143F-mxj 143F #> 20315 143F-qum 143F #> 20326 143F-kad 143F #> 20328 143F-kfe 143F #> 20339 143F-khm 143F #> 20368 143F-tlp 143F #> 20369 143F-ifu 143F #> 20373 143F-tou 143F #> 20376 143F-zar 143F #> 20382 143F-zqo 143F #> 20385 143F-cle 143F #> 20386 143F-nhm 143F #> 20390 143F-nyi 143F #> 20400 143F-haw 143F #> 20404 143F-cso 143F #> 20421 143F-kch 143F #> 20425 143F-tol 143F #> 20431 143F-cmy 143F #> 20433 143F-pnn 143F #> 20444 143F-zai 143F #> 20445 143F-tzu 143F #> 20447 143F-lac 143F #> 20448 143F-lic 143F #> 20462 143G-tsk 143G #> 20472 143G-nah 143G #> 20485 143G-nrg 143G #> 20489 143G-bud 143G #> 20517 143G-fur 143G #> 20518 143G-tzo 143G #> 20527 143G-pec 143G #> 20530 143G-nar 143G #> 20532 143G-kar 143G #> 20535 143G-mhi 143G #> 20542 143G-knr 143G #> 20544 143G-amh 143G #> 20547 143G-dds 143G #> 20553 143G-tgr 143G #> 20563 143G-knd 143G #> 20571 143G-tel 143G #> 20577 143G-lah 143G #> 20578 143G-kfe 143G #> 20605 143G-mco 143G #> 20638 143G-mxj 143G #> 20640 143G-ter 143G #> 20642 143G-knm 143G #> 20646 143G-lao 143G #> 20650 143G-kbw 143G #> 20651 143G-msk 143G #> 20656 143G-mab 143G #> 20659 143G-cpl 143G #> 20663 143G-ndt 143G #> 20664 143G-qum 143G #> 20670 143G-zap 143G #> 20676 143G-biu 143G #> 20678 143G-mda 143G #> 20682 143G-cle 143G #> 20684 143G-jak 143G #> 20703 143G-bid 143G #> 20711 143G-igs 143G #> 20723 143G-khm 143G #> 20732 143G-hdi 143G #> 20748 143G-mig 143G #> 20755 143G-kpw 143G #> 20759 143G-ika 143G #> 20764 143G-sup 143G #> 20765 143G-nbd 143G #> 20769 143G-gir 143G #> 20781 143G-chx 143G #> 20802 143G-bln 143G #> 20806 143G-mis 143G #> 20809 143G-bra 143G #> 20816 143G-kir 143G #> 20826 143G-mbr 143G #> 20828 143G-gmz 143G #> 20837 143G-meh 143G #> 20844 143G-pur 143G #> 20850 143G-mro 143G #> 20863 143G-kem 143G #> 20870 143G-ifu 143G #> 20893 143G-haw 143G #> 20894 143G-ngz 143G #> 20895 143G-sor 143G #> 20899 143G-sap 143G #> 20904 143G-mon 143G #> 20909 143G-kol 143G #> 20913 143G-msl 143G #> 20915 143G-anu 143G #> 20919 143G-mym 143G #> 20921 143G-lic 143G #> 20935 143G-lmn 143G #> 20951 143G-sed 143G #> 20982 143G-chq 143G #> 20990 143G-lmg 143G #> 20998 143G-otr 143G #> 21000 143G-hil 143G #> 21002 143G-nhm 143G #> 21004 143G-tul 143G #> 21013 143G-zag 143G #> 21020 143G-ktc 143G #> 21034 143G-mkg 143G #> 21054 143G-paa 143G #> 21066 143G-tag 143G #> 21076 143G-mxo 143G #> 21077 143G-lag 143G #> 21081 143G-bmb 143G #> 21082 143G-vie 143G #> 21087 143G-ssa 143G #> 21088 143G-ong 143G #> 21109 143G-miy 143G #> 21123 143G-ocu 143G #> 21142 143G-chj 143G #> 21144 143G-bbf 143G #> 21147 143G-zqs 143G #> 21151 143G-tou 143G #> 21154 143G-ras 143G #> 21164 143G-bag 143G #> 21170 143G-mgu 143G #> 21178 143G-mam 143G #> 21186 143G-bok 143G #> 21193 143G-cso 143G #> 21205 143G-agc 143G #> 21213 143G-maw 143G #> 21214 143G-pod 143G #> 21222 143G-kyl 143G #> 21227 143G-duk 143G #> 21242 143G-agd 143G #> 21244 143G-bej 143G #> 21251 143G-ori 143G #> 21265 143G-cmy 143G #> 21266 143G-dga 143G #> 21269 143G-pnn 143G #> 21270 143G-zar 143G #> 21291 143G-hau 143G #> 21297 143G-amo 143G #> 21299 143G-sti 143G #> 21321 143G-kad 143G #> 21334 143G-sil 143G #> 21343 143G-mxp 143G #> 21345 143G-kuv 143G #> 21349 143G-nyi 143G #> 21354 143G-tlp 143G #> 21356 143G-pip 143G #> 21358 143G-goa 143G #> 21363 143G-cak 143G #> 21370 143G-ber 143G #> 21407 143G-tma 143G #> 21418 143G-tha 143G #> 21419 143G-tml 143G #> 21430 143G-knk 143G #> 21435 143G-sre 143G #> 21441 143G-zqc 143G #> 21448 143G-buy 143G #> 21456 143G-lac 143G #> 21464 143G-gon 143G #> 21466 143G-ksn 143G #> 21476 143G-zzo 143G #> 21477 143G-btk 143G #> 21479 143G-laa 143G #> 21482 143G-chr 143G #> 21485 143G-sug 143G #> 21493 143G-bam 143G #> 21502 143G-mxx 143G #> 21509 143G-blz 143G #> 21510 143G-mzc 143G #> 21533 143G-sme 143G #> 21537 143G-tmn 143G #> 21539 143G-cha 143G #> 21546 143G-tpr 143G #> 21549 143G-moo 143G #> 21557 143G-tbu 143G #> 21565 143G-mlg 143G #> 21567 143G-ram 143G #> 21578 143G-tig 143G #> 21590 143G-ksg 143G #> 21594 143G-ccm 143G #> 21599 143G-hve 143G #> 21611 143G-kro 143G #> 21612 143G-hna 143G #> 21614 143G-grf 143G #> 21615 143G-koy 143G #> 21617 143G-mrg 143G #> 21620 143G-zch 143G #> 21621 143G-ken 143G #> 21626 143G-cya 143G #> 21631 143G-run 143G #> 21632 143G-tzu 143G #> 21635 143G-dio 143G #> 21646 143G-uld 143G #> 21652 143G-chw 143G #> 21653 143G-tol 143G #> 21655 143G-tny 143G #> 21658 143G-kni 143G #> 21660 143G-kse 143G #> 21665 143G-zqo 143G #> 21680 143G-jms 143G #> 21683 143G-snn 143G #> 21692 143G-tri 143G #> 21693 143G-nht 143G #> 21695 143G-noo 143G #> 21702 143G-wlf 143G #> 21720 143G-sht 143G #> 21722 143G-mas 143G #> 21728 143G-kch 143G #> 21731 143G-ktl 143G #> 21740 143G-rem 143G #> 21746 143G-mii 143G #> 21747 143G-psj 143G #> 21753 143G-mxc 143G #> 21768 143G-zai 143G #> 21771 143G-gud 143G #> 21773 143G-giz 143G #> 21778 144A-gud 144A #> 21788 144A-pod 144A #> 21791 144A-tzo 144A #> 21799 144A-cle 144A #> 21817 144A-kol 144A #> 21838 144A-meh 144A #> 21859 144A-zqc 144A #> 21861 144A-ram 144A #> 21870 144A-tzu 144A #> 21900 144A-wlf 144A #> 21913 144A-kro 144A #> 21918 144A-bid 144A #> 21922 144A-ksg 144A #> 21926 144A-tig 144A #> 21930 144A-hdi 144A #> 21936 144A-ktl 144A #> 21940 144A-cak 144A #> 21944 144A-buy 144A #> 21957 144A-amh 144A #> 21960 144A-msk 144A #> 21961 144A-miy 144A #> 21962 144A-kbw 144A #> 21966 144A-moo 144A #> 21970 144A-otr 144A #> 21978 144A-fur 144A #> 21979 144A-knk 144A #> 22009 144A-lmg 144A #> 22010 144A-ter 144A #> 22012 144A-bmb 144A #> 22022 144A-sup 144A #> 22024 144A-chr 144A #> 22025 144A-bok 144A #> 22026 144A-tsk 144A #> 22046 144A-paa 144A #> 22047 144A-hau 144A #> 22049 144A-zch 144A #> 22054 144A-mab 144A #> 22055 144A-run 144A #> 22062 144A-chj 144A #> 22069 144A-tmn 144A #> 22074 144A-tha 144A #> 22089 144A-vie 144A #> 22096 144A-kni 144A #> 22098 144A-khm 144A #> 22102 144A-sre 144A #> 22103 144A-nhm 144A #> 22111 144A-ksn 144A #> 22132 144A-lao 144A #> 22134 144A-kch 144A #> 22143 144A-zqs 144A #> 22146 144A-kfe 144A #> 22151 144A-dga 144A #> 22153 144A-kir 144A #> 22155 144A-mro 144A #> 22165 144A-sed 144A #> 22166 144A-sap 144A #> 22168 144A-mon 144A #> 22170 144A-bra 144A #> 22174 144A-sti 144A #> 22177 144A-lic 144A #> 22179 144A-ssa 144A #> 22180 144A-cmy 144A #> 22185 144A-dio 144A #> 22191 144A-biu 144A #> 22197 144A-ccm 144A #> 22199 144A-mzc 144A #> 22202 144A-koy 144A #> 22228 144A-tel 144A #> 22234 144A-ras 144A #> 22241 144A-knr 144A #> 22261 144A-ber 144A #> 22280 144A-tma 144A #> 22281 144A-tlp 144A #> 22286 144A-kem 144A #> 22294 144A-tbu 144A #> 22318 144A-msl 144A #> 22319 144A-nbd 144A #> 22320 144A-mym 144A #> 22327 144A-ika 144A #> 22331 144A-knm 144A #> 22350 144A-zag 144A #> 22361 144A-ndt 144A #> 22377 144A-gon 144A #> 22379 144A-tml 144A #> 22408 144A-mis 144A #> 22409 144A-noo 144A #> 22411 144A-dds 144A #> 22425 144A-mlg 144A #> 22434 144A-blz 144A #> 22440 144A-kuv 144A #> 22442 144A-zap 144A #> 22443 144A-tgr 144A #> 22453 144A-jms 144A #> 22485 144A-knd 144A #> 22487 144A-bej 144A #> 22495 144A-cpl 144A #> 22497 144A-mii 144A #> 22507 144A-rem 144A #> 22510 144A-ocu 144A #> 22513 144A-ori 144A #> 22516 144A-tul 144A #> 22522 144A-lac 144A #> 22525 144A-btk 144A #> 22528 144A-ktc 144A #> 22540 144A-pur 144A #> 22556 144A-gmz 144A #> 22592 144A-zqo 144A #> 22612 144A-kad 144A #> 22615 144A-ifu 144A #> 22622 144A-hve 144A #> 22628 144A-pip 144A #> 22636 144A-chx 144A #> 22664 144A-tny 144A #> 22669 144A-tou 144A #> 22680 144A-nht 144A #> 22686 144A-anu 144A #> 22692 144A-ken 144A #> 22695 144A-sht 144A #> 22696 144A-lag 144A #> 22700 144A-kar 144A #> 22710 144A-bud 144A #> 22720 144A-bag 144A #> 22722 144A-kyl 144A #> 22727 144A-mda 144A #> 22728 144A-mrg 144A #> 22731 144A-mgu 144A #> 22736 144A-laa 144A #> 22744 144A-ngz 144A #> 22746 144A-tpr 144A #> 22749 144A-uld 144A #> 22752 144A-mbr 144A #> 22753 144A-duk 144A #> 22754 144A-chw 144A #> 22758 144A-igs 144A #> 22761 144A-kpw 144A #> 22763 144A-hna 144A #> 22766 144A-mas 144A #> 22783 144A-snn 144A #> 22785 144A-kse 144A #> 22786 144A-maw 144A #> 22787 144A-bam 144A #> 22791 144A-mkg 144A #> 22832 144A-lah 144A #> 22837 144A-nyi 144A #> 22844 144A-sil 144A #> 22857 144A-nar 144A #> 22859 144A-mhi 144A #> 22871 144A-lmn 144A #> 22881 144A-ong 144A #> 22884 144A-sme 144A #> 22912 144A-agd 144A #> 22913 144A-mxj 144A #> 22914 144A-hil 144A #> 22917 144A-grf 144A #> 22918 144A-tri 144A #> 22920 144A-goa 144A #> 22922 144A-mxo 144A #> 22924 144A-agc 144A #> 22926 144A-haw 144A #> 22929 144A-zzo 144A #> 22932 144A-jak 144A #> 22936 144A-cha 144A #> 22941 144A-mxp 144A #> 22942 144A-cya 144A #> 22946 144A-zai 144A #> 22948 144A-pnn 144A #> 22949 144A-qum 144A #> 22950 144A-cso 144A #> 22951 144A-mam 144A #> 22956 144A-mxc 144A #> 22959 144A-chq 144A #> 22961 144A-tag 144A #> 22986 144B-tmn 144B #> 23009 144B-gud 144B #> 23014 144B-mkg 144B #> 23020 144B-maw 144B #> 23022 144B-snn 144B #> 23024 144B-kse 144B #> 23027 144B-bam 144B #> 23032 144B-agc 144B #> 23043 144B-hil 144B #> 23044 144B-tzu 144B #> 23055 144B-zzo 144B #> 23067 144B-nhm 144B #> 23072 144B-dga 144B #> 23078 144B-pip 144B #> 23083 144B-chq 144B #> 23084 144B-sti 144B #> 23098 144B-cya 144B #> 23100 144B-lic 144B #> 23101 144B-sil 144B #> 23107 144B-mxo 144B #> 23110 144B-mam 144B #> 23124 144B-ifu 144B #> 23129 144B-nar 144B #> 23130 144B-kch 144B #> 23132 144B-mxc 144B #> 23140 144B-mro 144B #> 23141 144B-zqs 144B #> 23151 144B-tsk 144B #> 23152 144B-zai 144B #> 23153 144B-chj 144B #> 23156 144B-bmb 144B #> 23160 144B-goa 144B #> 23172 144B-mon 144B #> 23185 144B-tri 144B #> 23188 144B-tha 144B #> 23189 144B-qum 144B #> 23201 144B-cle 144B #> 23208 144B-mxp 144B #> 23209 144B-chr 144B #> 23213 144B-zqo 144B #> 23224 144B-cmy 144B #> 23239 144B-jak 144B #> 23243 144B-hau 144B #> 23244 144B-bra 144B #> 23254 144B-pnn 144B #> 23255 144B-kfe 144B #> 23256 144B-wlf 144B #> 23257 144B-zqc 144B #> 23259 144B-kni 144B #> 23260 144B-tag 144B #> 23267 144B-khm 144B #> 23269 144B-cso 144B #> 23270 144B-agd 144B #> 23272 144B-chx 144B #> 23275 144B-cha 144B #> 23277 144B-sap 144B #> 23283 144B-tzo 144B #> 23299 144B-ssa 144B #> 23301 144B-grf 144B #> 23304 144B-ksn 144B #> 23314 144B-nyi 144B #> 23317 144B-kir 144B #> 23338 144B-vie 144B #> 23339 144B-haw 144B #> 23351 144B-lao 144B #> 23355 144B-sed 144B #> 23357 144B-mxj 144B #> 23361 144B-sre 144B #> 23363 144B-lah 144B #> 23381 144B-anu 144B #> 23387 144B-bok 144B #> 23390 144B-sme 144B #> 23398 144B-mhi 144B #> 23407 144B-kol 144B #> 23417 144B-ong 144B #> 23422 144B-lmn 144B #> 23448 144B-sup 144B #> 23461 144B-hna 144B #> 23468 144B-bag 144B #> 23479 144B-mas 144B #> 23480 144B-mrg 144B #> 23482 144B-kpw 144B #> 23485 144B-kar 144B #> 23500 144B-igs 144B #> 23501 144B-ter 144B #> 23504 144B-chw 144B #> 23506 144B-duk 144B #> 23507 144B-mda 144B #> 23510 144B-lmg 144B #> 23514 144B-kyl 144B #> 23520 144B-mbr 144B #> 23523 144B-sht 144B #> 23527 144B-meh 144B #> 23528 144B-lag 144B #> 23534 144B-kbw 144B #> 23535 144B-ngz 144B #> 23536 144B-paa 144B #> 23542 144B-mgu 144B #> 23545 144B-laa 144B #> 23551 144B-bud 144B #> 23558 144B-pod 144B #> 23559 144B-uld 144B #> 23560 144B-tpr 144B #> 23574 144B-ken 144B #> 23575 144C-gud 144C #> 23583 144C-msk 144C #> 23608 144D-pur 144D #> 23609 144D-hve 144D #> 23613 144D-kad 144D #> 23621 144D-ktc 144D #> 23627 144D-nht 144D #> 23640 144D-gmz 144D #> 23643 144D-tzu 144D #> 23651 144D-meh 144D #> 23655 144D-btk 144D #> 23666 144D-wlf 144D #> 23689 144D-lac 144D #> 23693 144D-msk 144D #> 23696 144D-ktl 144D #> 23702 144D-bid 144D #> 23716 144D-buy 144D #> 23717 144D-miy 144D #> 23720 144D-knk 144D #> 23730 144D-moo 144D #> 23733 144D-ksg 144D #> 23735 144D-otr 144D #> 23737 144D-kbw 144D #> 23747 144D-chr 144D #> 23748 144D-tmn 144D #> 23757 144D-bmb 144D #> 23764 144D-zch 144D #> 23765 144D-ter 144D #> 23777 144D-hau 144D #> 23780 144D-paa 144D #> 23789 144D-bra 144D #> 23800 144D-lao 144D #> 23802 144D-mro 144D #> 23806 144D-sap 144D #> 23807 144D-sti 144D #> 23808 144D-sed 144D #> 23815 144D-sre 144D #> 23823 144D-kni 144D #> 23829 144D-kfe 144D #> 23830 144D-kch 144D #> 23834 144D-cmy 144D #> 23836 144D-khm 144D #> 23845 144D-zqs 144D #> 23850 144D-vie 144D #> 23858 144D-nhm 144D #> 23864 144D-ssa 144D #> 23869 144D-ksn 144D #> 23876 144D-tha 144D #> 23879 144D-kir 144D #> 23880 144D-dga 144D #> 23881 144D-mon 144D #> 23891 144D-lic 144D #> 23892 144D-anu 144D #> 23895 144D-hna 144D #> 23896 144D-mgu 144D #> 23902 144D-ken 144D #> 23903 144D-tpr 144D #> 23907 144D-igs 144D #> 23910 144D-mas 144D #> 23911 144D-kpw 144D #> 23913 144D-kar 144D #> 23926 144D-bag 144D #> 23929 144D-mrg 144D #> 23931 144D-chw 144D #> 23934 144D-bud 144D #> 23951 144D-sht 144D #> 23953 144D-duk 144D #> 23955 144D-uld 144D #> 23958 144D-lag 144D #> 23961 144D-kyl 144D #> 23962 144D-ngz 144D #> 23965 144D-mbr 144D #> 23969 144D-laa 144D #> 23971 144D-mda 144D #> 23980 144D-ocu 144D #> 23995 144D-ber 144D #> 24030 144D-blz 144D #> 24046 144D-mlg 144D #> 24048 144D-dio 144D #> 24049 144D-noo 144D #> 24053 144D-ndt 144D #> 24059 144D-gud 144D #> 24076 144E-meh 144E #> 24079 144E-tzu 144E #> 24100 144E-btk 144E #> 24101 144E-lac 144E #> 24110 144E-wlf 144E #> 24114 144F-buy 144F #> 24119 144F-knk 144F #> 24120 144F-ksg 144F #> 24121 144F-moo 144F #> 24137 144F-ktl 144F #> 24142 144F-miy 144F #> 24146 144F-otr 144F #> 24147 144F-bid 144F #> 24150 144F-msk 144F #> 24157 144F-kbw 144F #> 24173 144G-bmb 144G #> 24174 144G-chr 144G #> 24175 144G-hau 144G #> 24183 144G-zch 144G #> 24189 144G-ter 144G #> 24191 144G-paa 144G #> 24201 144G-tmn 144G #> 24216 144H-gud 144H #> 24224 144H-tmn 144H #> 24226 144H-msk 144H #> 24235 144H-mda 144H #> 24252 144H-kyl 144H #> 24263 144H-kir 144H #> 24272 144H-hau 144H #> 24274 144H-lao 144H #> 24280 144H-anu 144H #> 24284 144H-buy 144H #> 24285 144H-cmy 144H #> 24293 144H-laa 144H #> 24295 144H-ksg 144H #> 24305 144H-chw 144H #> 24314 144H-mro 144H #> 24340 144H-chr 144H #> 24343 144H-gmz 144H #> 24344 144H-sre 144H #> 24372 144H-ken 144H #> 24374 144H-bag 144H #> 24376 144H-dga 144H #> 24379 144H-tpr 144H #> 24381 144H-wlf 144H #> 24382 144H-duk 144H #> 24384 144H-kfe 144H #> 24386 144H-kch 144H #> 24394 144H-sed 144H #> 24409 144H-paa 144H #> 24413 144H-mlg 144H #> 24415 144H-ksn 144H #> 24416 144H-kni 144H #> 24417 144H-bra 144H #> 24424 144H-tha 144H #> 24425 144H-mrg 144H #> 24426 144H-noo 144H #> 24431 144H-uld 144H #> 24436 144H-sti 144H #> 24440 144H-dio 144H #> 24442 144H-blz 144H #> 24446 144H-ndt 144H #> 24447 144H-kbw 144H #> 24451 144H-ocu 144H #> 24457 144H-lic 144H #> 24459 144H-ktl 144H #> 24464 144H-kpw 144H #> 24467 144H-ber 144H #> 24471 144H-miy 144H #> 24481 144H-sap 144H #> 24482 144H-mas 144H #> 24483 144H-sht 144H #> 24510 144H-igs 144H #> 24523 144H-nhm 144H #> 24526 144H-kar 144H #> 24531 144H-mon 144H #> 24536 144H-mbr 144H #> 24542 144H-knk 144H #> 24550 144H-zqs 144H #> 24558 144H-ngz 144H #> 24562 144H-tzu 144H #> 24576 144H-ter 144H #> 24577 144H-mgu 144H #> 24582 144H-bmb 144H #> 24586 144H-ssa 144H #> 24591 144H-moo 144H #> 24603 144H-meh 144H #> 24606 144H-hna 144H #> 24617 144H-lag 144H #> 24620 144H-khm 144H #> 24622 144H-vie 144H #> 24624 144H-bud 144H #> 24636 144I-nhm 144I #> 24639 144I-tzu 144I #> 24641 144I-sed 144I #> 24651 144I-ssa 144I #> 24652 144I-sap 144I #> 24663 144I-wlf 144I #> 24665 144I-kfe 144I #> 24669 144I-lao 144I #> 24677 144I-zqs 144I #> 24685 144I-sre 144I #> 24689 144I-vie 144I #> 24695 144I-kir 144I #> 24699 144I-bra 144I #> 24704 144I-mon 144I #> 24709 144I-dga 144I #> 24713 144I-lic 144I #> 24720 144I-sti 144I #> 24723 144I-mro 144I #> 24724 144I-ksn 144I #> 24726 144I-kni 144I #> 24732 144I-tha 144I #> 24740 144I-khm 144I #> 24744 144I-kch 144I #> 24756 144I-cmy 144I #> 24782 144I-ber 144I #> 24806 144I-ocu 144I #> 24815 144I-blz 144I #> 24831 144I-chr 144I #> 24838 144I-hau 144I #> 24839 144I-bmb 144I #> 24847 144I-paa 144I #> 24859 144I-buy 144I #> 24860 144I-knk 144I #> 24861 144I-moo 144I #> 24862 144I-miy 144I #> 24869 144I-ktl 144I #> 24871 144I-ter 144I #> 24882 144I-ksg 144I #> 24891 144I-kbw 144I #> 24908 144I-duk 144I #> 24921 144I-igs 144I #> 24925 144I-kpw 144I #> 24933 144I-anu 144I #> 24936 144I-ken 144I #> 24944 144I-mgu 144I #> 24947 144I-mlg 144I #> 24948 144I-gmz 144I #> 24949 144I-mbr 144I #> 24952 144I-mda 144I #> 24953 144I-mas 144I #> 24954 144I-kar 144I #> 24964 144I-hna 144I #> 24966 144I-mrg 144I #> 24973 144I-sht 144I #> 24977 144I-laa 144I #> 24978 144I-bag 144I #> 24979 144I-tpr 144I #> 24986 144I-gud 144I #> 24990 144I-ndt 144I #> 25000 144I-noo 144I #> 25001 144I-ngz 144I #> 25006 144I-uld 144I #> 25013 144I-msk 144I #> 25014 144I-kyl 144I #> 25025 144I-dio 144I #> 25028 144I-bud 144I #> 25033 144I-lag 144I #> 25034 144I-meh 144I #> 25035 144I-chw 144I #> 25044 144I-tmn 144I #> 25053 144J-anu 144J #> 25064 144J-mlg 144J #> 25066 144J-dio 144J #> 25067 144J-wlf 144J #> 25069 144J-ndt 144J #> 25076 144J-noo 144J #> 25091 144J-ktl 144J #> 25095 144J-miy 144J #> 25118 144J-zch 144J #> 25123 144J-tha 144J #> 25132 144J-tmn 144J #> 25134 144J-mbr 144J #> 25151 144J-msk 144J #> 25152 144J-kyl 144J #> 25159 144J-bag 144J #> 25160 144J-sti 144J #> 25162 144J-sht 144J #> 25171 144J-kir 144J #> 25181 144J-zqs 144J #> 25184 144J-ksg 144J #> 25189 144J-duk 144J #> 25191 144J-kpw 144J #> 25194 144J-ber 144J #> 25207 144J-uld 144J #> 25213 144J-hau 144J #> 25220 144J-kad 144J #> 25222 144J-ssa 144J #> 25225 144J-sap 144J #> 25229 144J-chr 144J #> 25231 144J-lac 144J #> 25239 144J-kni 144J #> 25247 144J-nhm 144J #> 25248 144J-mrg 144J #> 25252 144J-paa 144J #> 25263 144J-pur 144J #> 25268 144J-sed 144J #> 25276 144J-mgu 144J #> 25293 144J-moo 144J #> 25295 144J-ken 144J #> 25298 144J-bud 144J #> 25301 144J-ter 144J #> 25310 144J-bra 144J #> 25313 144J-kfe 144J #> 25320 144J-lag 144J #> 25323 144J-hve 144J #> 25330 144J-kar 144J #> 25331 144J-mda 144J #> 25335 144J-mon 144J #> 25336 144J-buy 144J #> 25342 144J-laa 144J #> 25346 144J-lic 144J #> 25350 144J-ngz 144J #> 25351 144J-mro 144J #> 25356 144J-hna 144J #> 25366 144J-meh 144J #> 25369 144J-khm 144J #> 25370 144J-lao 144J #> 25373 144J-igs 144J #> 25385 144J-blz 144J #> 25386 144J-chw 144J #> 25389 144J-nht 144J #> 25392 144J-ktc 144J #> 25395 144J-ocu 144J #> 25397 144J-vie 144J #> 25399 144J-bmb 144J #> 25408 144J-tzu 144J #> 25434 144J-kbw 144J #> 25440 144J-btk 144J #> 25451 144J-ksn 144J #> 25452 144J-sre 144J #> 25458 144J-cmy 144J #> 25459 144J-gud 144J #> 25465 144J-kch 144J #> 25468 144J-dga 144J #> 25487 144J-knk 144J #> 25490 144J-mas 144J #> 25491 144J-tpr 144J #> 25496 144K-chw 144K #> 25498 144K-bud 144K #> 25509 144K-mas 144K #> 25510 144K-kar 144K #> 25512 144K-duk 144K #> 25515 144K-ken 144K #> 25523 144K-kpw 144K #> 25528 144K-mda 144K #> 25531 144K-mgu 144K #> 25534 144K-uld 144K #> 25543 144K-sht 144K #> 25549 144K-mbr 144K #> 25553 144K-lag 144K #> 25562 144K-mrg 144K #> 25563 144K-ngz 144K #> 25564 144K-laa 144K #> 25567 144K-hna 144K #> 25568 144K-bag 144K #> 25571 144K-igs 144K #> 25576 144K-tpr 144K #> 25581 144K-meh 144K #> 25586 144K-kyl 144K #> 25589 144K-paa 144K #> 25597 144K-ter 144K #> 25600 144K-kbw 144K #> 25603 144K-buy 144K #> 25604 144K-moo 144K #> 25605 144K-knk 144K #> 25610 144K-ksg 144K #> 25611 144K-bmb 144K #> 25618 144K-miy 144K #> 25619 144K-chr 144K #> 25620 144K-hau 144K #> 25630 144K-msk 144K #> 25645 144K-gud 144K #> 25647 144K-tmn 144K #> 25651 144K-pur 144K #> 25655 144K-vie 144K #> 25667 144K-dio 144K #> 25676 144K-lac 144K #> 25694 144K-sti 144K #> 25696 144K-zqs 144K #> 25697 144K-tzu 144K #> 25698 144K-bra 144K #> 25699 144K-ktc 144K #> 25707 144K-kni 144K #> 25710 144K-ktl 144K #> 25715 144K-mro 144K #> 25716 144K-sre 144K #> 25723 144K-kir 144K #> 25729 144K-zch 144K #> 25732 144K-anu 144K #> 25733 144K-khm 144K #> 25736 144K-sap 144K #> 25746 144K-nht 144K #> 25755 144K-cmy 144K #> 25760 144K-sed 144K #> 25762 144K-ndt 144K #> 25771 144K-mlg 144K #> 25773 144K-ssa 144K #> 25776 144K-lao 144K #> 25785 144K-noo 144K #> 25821 144K-kfe 144K #> 25830 144K-mon 144K #> 25833 144K-tha 144K #> 25842 144K-ber 144K #> 25853 144K-btk 144K #> 25855 144K-ksn 144K #> 25856 144K-wlf 144K #> 25866 144K-nhm 144K #> 25885 144K-dga 144K #> 25886 144K-ocu 144K #> 25892 144K-kch 144K #> 25896 144K-lic 144K #> 25922 144K-kad 144K #> 25925 144K-blz 144K #> 25929 144K-hve 144K #> 26030 144L-ram 144L #> 26044 144L-kol 144L #> 26063 144L-fur 144L #> 26066 144L-tig 144L #> 26079 144L-amh 144L #> 26111 144L-sup 144L #> 26114 144L-mab 144L #> 26115 144L-run 144L #> 26136 144L-bok 144L #> 26142 144L-tou 144L #> 26144 144L-tny 144L #> 26161 144L-bam 144L #> 26166 144L-maw 144L #> 26167 144L-kse 144L #> 26168 144L-mkg 144L #> 26169 144L-snn 144L #> 26180 144L-rem 144L #> 26190 144L-mii 144L #> 26221 144L-sil 144L #> 26228 144L-nyi 144L #> 26234 144L-lah 144L #> 26261 144L-nar 144L #> 26291 144L-ong 144L #> 26292 144L-mhi 144L #> 26310 144L-sme 144L #> 26322 144L-lmn 144L #> 26333 144L-ori 144L #> 26346 144L-biu 144L #> 26349 144L-ras 144L #> 26354 144L-bej 144L #> 26372 144L-tgr 144L #> 26386 144L-mis 144L #> 26391 144L-zag 144L #> 26404 144L-koy 144L #> 26415 144L-nbd 144L #> 26417 144L-tml 144L #> 26419 144L-knd 144L #> 26420 144L-kuv 144L #> 26422 144L-tbu 144L #> 26423 144L-jms 144L #> 26424 144L-mym 144L #> 26440 144L-tul 144L #> 26459 144L-knr 144L #> 26461 144L-gon 144L #> 26474 144L-knm 144L #> 26486 144L-kem 144L #> 26494 144L-tma 144L #> 26495 144L-msl 144L #> 26496 144L-ika 144L #> 26499 144L-dds 144L #> 26504 144L-tel 144L #> 26552 144M-kol 144M #> 26561 144M-ram 144M #> 26601 144N-fur 144N #> 26603 144N-tig 144N #> 26605 144N-amh 144N #> 26617 144O-run 144O #> 26623 144O-bok 144O #> 26624 144O-sup 144O #> 26637 144O-mab 144O #> 26671 144P-kol 144P #> 26690 144P-ong 144P #> 26695 144P-kem 144P #> 26696 144P-tel 144P #> 26704 144P-biu 144P #> 26719 144P-kuv 144P #> 26724 144P-snn 144P #> 26727 144P-nar 144P #> 26729 144P-tig 144P #> 26748 144P-ori 144P #> 26753 144P-zag 144P #> 26754 144P-tbu 144P #> 26758 144P-mis 144P #> 26783 144P-jms 144P #> 26785 144P-tml 144P #> 26794 144P-lmn 144P #> 26803 144P-kse 144P #> 26809 144P-amh 144P #> 26814 144P-lah 144P #> 26815 144P-mym 144P #> 26825 144P-koy 144P #> 26836 144P-nyi 144P #> 26841 144P-knr 144P #> 26846 144P-bok 144P #> 26865 144P-mkg 144P #> 26889 144P-dds 144P #> 26895 144P-tma 144P #> 26897 144P-bam 144P #> 26899 144P-mhi 144P #> 26906 144P-tgr 144P #> 26907 144P-mab 144P #> 26912 144P-ras 144P #> 26917 144P-knd 144P #> 26918 144P-bej 144P #> 26925 144P-maw 144P #> 26928 144P-msl 144P #> 26961 144P-gon 144P #> 26962 144P-ram 144P #> 26974 144P-ika 144P #> 26988 144P-sil 144P #> 26989 144P-tul 144P #> 26991 144P-knm 144P #> 26997 144P-sup 144P #> 27018 144P-nbd 144P #> 27020 144P-fur 144P #> 27046 144P-sme 144P #> 27048 144Q-maw 144Q #> 27051 144Q-snn 144Q #> 27058 144Q-mkg 144Q #> 27059 144Q-ram 144Q #> 27062 144Q-bam 144Q #> 27066 144Q-kse 144Q #> 27077 144Q-bok 144Q #> 27086 144Q-sup 144Q #> 27088 144Q-kuv 144Q #> 27089 144Q-sme 144Q #> 27091 144Q-tig 144Q #> 27099 144Q-fur 144Q #> 27108 144Q-knm 144Q #> 27128 144Q-nbd 144Q #> 27132 144Q-dds 144Q #> 27136 144Q-kol 144Q #> 27139 144Q-kem 144Q #> 27153 144Q-mis 144Q #> 27167 144Q-msl 144Q #> 27182 144Q-nar 144Q #> 27192 144Q-mab 144Q #> 27203 144Q-mym 144Q #> 27224 144Q-ori 144Q #> 27251 144Q-gon 144Q #> 27271 144Q-mhi 144Q #> 27277 144Q-tml 144Q #> 27278 144Q-bej 144Q #> 27306 144Q-tel 144Q #> 27312 144Q-lmn 144Q #> 27313 144Q-nyi 144Q #> 27315 144Q-amh 144Q #> 27318 144Q-jms 144Q #> 27341 144Q-tbu 144Q #> 27355 144Q-zag 144Q #> 27356 144Q-sil 144Q #> 27358 144Q-koy 144Q #> 27365 144Q-tgr 144Q #> 27367 144Q-ika 144Q #> 27385 144Q-tul 144Q #> 27392 144Q-knr 144Q #> 27403 144Q-biu 144Q #> 27406 144Q-lah 144Q #> 27414 144Q-knd 144Q #> 27436 144Q-tma 144Q #> 27439 144Q-ras 144Q #> 27452 144Q-ong 144Q #> 27461 144R-ram 144R #> 27466 144R-nyi 144R #> 27482 144R-lah 144R #> 27505 144R-sil 144R #> 27514 144R-nar 144R #> 27533 144R-ras 144R #> 27540 144R-bej 144R #> 27550 144R-tgr 144R #> 27554 144R-biu 144R #> 27559 144R-ori 144R #> 27608 144R-amh 144R #> 27612 144R-tig 144R #> 27621 144R-fur 144R #> 27649 144R-sme 144R #> 27653 144R-kem 144R #> 27657 144R-mhi 144R #> 27666 144R-snn 144R #> 27670 144R-mym 144R #> 27673 144R-knr 144R #> 27682 144R-ong 144R #> 27686 144R-mkg 144R #> 27688 144R-knm 144R #> 27691 144R-dds 144R #> 27712 144R-jms 144R #> 27722 144R-bam 144R #> 27727 144R-kuv 144R #> 27744 144R-tma 144R #> 27749 144R-tml 144R #> 27757 144R-mab 144R #> 27760 144R-koy 144R #> 27764 144R-ika 144R #> 27771 144R-kol 144R #> 27785 144R-lmn 144R #> 27788 144R-sup 144R #> 27791 144R-knd 144R #> 27799 144R-tbu 144R #> 27804 144R-tul 144R #> 27807 144R-tel 144R #> 27808 144R-mis 144R #> 27809 144R-zag 144R #> 27824 144R-kse 144R #> 27827 144R-bok 144R #> 27830 144R-maw 144R #> 27833 144R-msl 144R #> 27848 144R-nbd 144R #> 27863 144R-gon 144R #> 27871 144S-lmn 144S #> 27879 144S-mhi 144S #> 27881 144S-ong 144S #> 27883 144S-sme 144S #> 27938 144S-bej 144S #> 27945 144S-ras 144S #> 27967 144S-biu 144S #> 27985 144S-tgr 144S #> 28001 144S-snn 144S #> 28019 144S-bam 144S #> 28030 144S-mkg 144S #> 28064 144S-kse 144S #> 28069 144S-nyi 144S #> 28088 144S-maw 144S #> 28092 144S-nar 144S #> 28098 144S-lah 144S #> 28108 144S-ori 144S #> 28117 144S-sil 144S #> 28148 144S-ram 144S #> 28155 144S-dds 144S #> 28157 144S-koy 144S #> 28162 144S-ika 144S #> 28165 144S-mis 144S #> 28170 144S-mym 144S #> 28173 144S-tul 144S #> 28176 144S-knm 144S #> 28184 144S-msl 144S #> 28199 144S-nbd 144S #> 28219 144S-tbu 144S #> 28235 144S-kuv 144S #> 28236 144S-jms 144S #> 28239 144S-tml 144S #> 28245 144S-kem 144S #> 28258 144S-tel 144S #> 28270 144S-tma 144S #> 28274 144S-gon 144S #> 28281 144S-knr 144S #> 28282 144S-zag 144S #> 28284 144S-knd 144S #> 28288 144S-bok 144S #> 28293 144S-sup 144S #> 28299 144S-run 144S #> 28315 144S-fur 144S #> 28330 144S-tig 144S #> 28341 144S-amh 144S #> 28348 144S-kol 144S #> 28354 144S-mab 144S #> 28356 144T-haw 144T #> 28360 144T-goa 144T #> 28361 144T-zai 144T #> 28365 144T-cso 144T #> 28371 144T-tag 144T #> 28373 144T-zzo 144T #> 28374 144T-cya 144T #> 28377 144T-chq 144T #> 28378 144T-qum 144T #> 28380 144T-mxj 144T #> 28381 144T-jak 144T #> 28384 144T-mxc 144T #> 28388 144T-cha 144T #> 28389 144T-pnn 144T #> 28393 144T-mxp 144T #> 28394 144T-grf 144T #> 28399 144T-agd 144T #> 28401 144T-mam 144T #> 28402 144T-tri 144T #> 28407 144T-agc 144T #> 28410 144T-mxo 144T #> 28411 144T-hil 144T #> 28414 144T-mzc 144T #> 28417 144T-zqc 144T #> 28423 144T-meh 144T #> 28425 144T-tzu 144T #> 28430 144T-btk 144T #> 28432 144T-lac 144T #> 28436 144T-hdi 144T #> 28437 144T-miy 144T #> 28438 144T-cak 144T #> 28441 144T-kro 144T #> 28445 144T-lmg 144T #> 28449 144T-tsk 144T #> 28450 144T-chj 144T #> 28452 144T-pod 144T #> 28467 144T-cle 144T #> 28470 144T-tzo 144T #> 28485 144T-zqo 144T #> 28490 144T-ifu 144T #> 28491 144T-chx 144T #> 28496 144T-pip 144T #> 28499 144T-zap 144T #> 28501 144T-tlp 144T #> 28502 144T-cpl 144T #> 28503 144T-ccm 144T #> 28510 144U-tsk 144U #> 28515 144U-chj 144U #> 28517 144U-cak 144U #> 28518 144U-kro 144U #> 28520 144U-hdi 144U #> 28522 144U-miy 144U #> 28523 144U-lmg 144U #> 28528 144V-qum 144V #> 28529 144V-btk 144V #> 28530 144V-cle 144V #> 28532 144V-tri 144V #> 28534 144V-tag 144V #> 28542 144V-jak 144V #> 28544 144V-mxp 144V #> 28547 144V-grf 144V #> 28550 144V-cso 144V #> 28551 144V-chx 144V #> 28553 144V-mxc 144V #> 28554 144V-lac 144V #> 28568 144V-zqo 144V #> 28579 144V-mxj 144V #> 28580 144V-hil 144V #> 28583 144V-tzu 144V #> 28588 144V-agd 144V #> 28589 144V-ifu 144V #> 28590 144V-mxo 144V #> 28594 144V-cya 144V #> 28597 144V-agc 144V #> 28600 144V-mam 144V #> 28601 144V-tzo 144V #> 28607 144V-zzo 144V #> 28608 144V-haw 144V #> 28626 144V-pnn 144V #> 28627 144V-zai 144V #> 28628 144V-cha 144V #> 28630 144V-goa 144V #> 28639 144V-pip 144V #> 28640 144V-chq 144V #> 28643 144V-ccm 144V #> 28647 144V-tlp 144V #> 28648 144V-zap 144V #> 28650 144V-cpl 144V #> 28657 144V-chj 144V #> 28658 144V-tsk 144V #> 28661 144V-miy 144V #> 28662 144V-kro 144V #> 28663 144V-cak 144V #> 28668 144V-zqc 144V #> 28671 144V-meh 144V #> 28672 144V-lmg 144V #> 28673 144V-pod 144V #> 28674 144V-mzc 144V #> 28675 144V-hdi 144V #> 28677 144W-mzc 144W #> 28680 144W-miy 144W #> 28681 144W-cak 144W #> 28682 144W-lmg 144W #> 28683 144W-hdi 144W #> 28685 144W-chj 144W #> 28692 144W-jak 144W #> 28699 144W-mxp 144W #> 28703 144W-cle 144W #> 28707 144W-meh 144W #> 28708 144W-goa 144W #> 28710 144W-btk 144W #> 28714 144W-mxj 144W #> 28719 144W-cya 144W #> 28722 144W-zai 144W #> 28725 144W-mam 144W #> 28726 144W-tlp 144W #> 28727 144W-qum 144W #> 28729 144W-chx 144W #> 28730 144W-ccm 144W #> 28731 144W-pip 144W #> 28737 144W-ifu 144W #> 28739 144W-haw 144W #> 28740 144W-agd 144W #> 28743 144W-tzu 144W #> 28744 144W-tri 144W #> 28745 144W-kro 144W #> 28750 144W-pnn 144W #> 28755 144W-hil 144W #> 28758 144W-tzo 144W #> 28764 144W-cha 144W #> 28766 144W-tag 144W #> 28770 144W-grf 144W #> 28773 144W-zzo 144W #> 28787 144W-pod 144W #> 28788 144W-tsk 144W #> 28790 144W-mxo 144W #> 28795 144W-zap 144W #> 28798 144W-zqo 144W #> 28810 144W-mxc 144W #> 28811 144W-cso 144W #> 28816 144W-lac 144W #> 28818 144W-cpl 144W #> 28819 144W-agc 144W #> 28822 144W-zqc 144W #> 28824 144W-chq 144W #> 28828 144X-meh 144X #> 28829 144X-pod 144X #> 28830 144X-lmg 144X #> 28831 144X-kro 144X #> 28832 144X-hdi 144X #> 28833 144X-miy 144X #> 28839 144X-zzo 144X #> 28843 144X-cak 144X #> 28848 144X-zqc 144X #> 28849 144X-mxp 144X #> 28852 144X-mxj 144X #> 28854 144X-ccm 144X #> 28859 144X-agc 144X #> 28861 144X-goa 144X #> 28864 144X-mzc 144X #> 28869 144X-lac 144X #> 28881 144X-pnn 144X #> 28885 144X-jak 144X #> 28898 144X-cle 144X #> 28900 144X-tzu 144X #> 28901 144X-zqo 144X #> 28902 144X-tsk 144X #> 28909 144X-chx 144X #> 28912 144X-mam 144X #> 28913 144X-cya 144X #> 28914 144X-hil 144X #> 28915 144X-chj 144X #> 28918 144X-grf 144X #> 28921 144X-mxc 144X #> 28923 144X-btk 144X #> 28925 144X-cso 144X #> 28929 144X-chq 144X #> 28931 144X-zap 144X #> 28936 144X-tlp 144X #> 28944 144X-ifu 144X #> 28952 144X-qum 144X #> 28954 144X-haw 144X #> 28957 144X-pip 144X #> 28959 144X-cpl 144X #> 28962 144X-cha 144X #> 28965 144X-agd 144X #> 28970 144X-zai 144X #> 28972 144X-mxo 144X #> 28973 144X-tri 144X #> 28977 144X-tzo 144X #> 28978 144X-tag 144X #> 29023 15A-mym 15A #> 29060 15A-bkl 15A #> 29064 15A-ceb 15A #> 29066 15A-akl 15A #> 29072 15A-tol 15A #> 29114 15A-cha 15A #> 29120 15A-knm 15A #> 29125 15A-bej 15A #> 29139 15A-nbd 15A #> 29141 15A-agu 15A #> 29143 15A-ahs 15A #> 29169 15A-kro 15A #> 29182 15A-mam 15A #> 29190 15A-cle 15A #> 29207 15A-sao 15A #> 29210 15A-ram 15A #> 29225 15A-jak 15A #> 29232 15A-dio 15A #> 29252 15A-sed 15A #> 29264 15A-khm 15A #> 29298 15A-tzz 15A #> 29299 15A-qch 15A #> 29304 15A-pkm 15A #> 29305 15A-mis 15A #> 29354 15A-bag 15A #> 29355 15A-pur 15A #> 29360 15A-cya 15A #> 29376 15A-kfe 15A #> 29383 15A-hln 15A #> 29402 15A-hnn 15A #> 29405 15A-sup 15A #> 29437 15A-tag 15A #> 29448 15A-zqc 15A #> 29450 15A-haw 15A #> 29464 15A-nht 15A #> 29486 15A-koy 15A #> 29509 16A-hln 16A #> 29531 16A-qch 16A #> 29579 16A-pkm 16A #> 29599 16A-nht 16A #> 29606 16A-mis 16A #> 29609 16A-tzz 16A #> 29639 16A-cya 16A #> 29645 16A-dio 16A #> 29649 16A-kfe 16A #> 29655 16A-zqc 16A #> 29665 16A-cle 16A #> 29696 16A-bag 16A #> 29700 16A-sed 16A #> 29717 16A-bej 16A #> 29728 16A-jak 16A #> 29742 16A-sup 16A #> 29764 16A-haw 16A #> 29775 16A-agu 16A #> 29782 16A-mym 16A #> 29823 16A-tol 16A #> 29833 16A-akl 16A #> 29836 16A-cha 16A #> 29842 16A-koy 16A #> 29843 16A-ram 16A #> 29862 16A-nbd 16A #> 29868 16A-ceb 16A #> 29879 16A-khm 16A #> 29898 16A-kro 16A #> 29917 16A-tag 16A #> 29920 16A-knm 16A #> 29924 16A-pur 16A #> 29925 16A-hnn 16A #> 29946 16A-sao 16A #> 29947 16A-bkl 16A #> 29964 16A-mam 16A #> 29986 16A-ahs 16A #> 30019 17A-haw 17A #> 30046 17A-tag 17A #> 30054 17A-zqc 17A #> 30059 17A-ram 17A #> 30143 17A-bkl 17A #> 30149 17A-ceb 17A #> 30162 17A-akl 17A #> 30192 17A-cha 17A #> 30197 17A-knm 17A #> 30198 17A-hnn 17A #> 30199 17A-mym 17A #> 30212 17A-khm 17A #> 30213 17A-nbd 17A #> 30216 17A-kro 17A #> 30217 17A-koy 17A #> 30227 17A-cya 17A #> 30240 17A-agu 17A #> 30241 17A-pkm 17A #> 30309 17A-sed 17A #> 30314 17A-kfe 17A #> 30319 18A-tza 18A #> 30346 18A-pur 18A #> 30353 18A-mxm 18A #> 30356 18A-pac 18A #> 30359 18A-dts 18A #> 30360 18A-knd 18A #> 30363 18A-kad 18A #> 30367 18A-jak 18A #> 30377 18A-nhn 18A #> 30381 18A-tlp 18A #> 30384 18A-awn 18A #> 30396 18A-wlf 18A #> 30404 18A-bra 18A #> 30413 18A-nar 18A #> 30414 18A-jpr 18A #> 30415 18A-cle 18A #> 30428 18A-soq 18A #> 30431 18A-bag 18A #> 30456 18A-tag 18A #> 30457 18A-kot 18A #> 30460 18A-knr 18A #> 30461 18A-ter 18A #> 30470 18A-phl 18A #> 30472 18A-kgi 18A #> 30481 18A-ngz 18A #> 30482 18A-tmp 18A #> 30486 18A-sor 18A #> 30488 18A-koy 18A #> 30490 18A-tel 18A #> 30501 18A-khm 18A #> 30502 18A-cha 18A #> 30512 18A-mro 18A #> 30526 18A-sre 18A #> 30527 18A-kek 18A #> 30533 18A-lah 18A #> 30538 18A-ber 18A #> 30541 18A-ksg 18A #> 30548 18A-kse 18A #> 30564 18A-kro 18A #> 30577 18A-kfe 18A #> 30580 18A-mzc 18A #> 30584 18A-bej 18A #> 30605 18A-mxc 18A #> 30606 18A-chq 18A #> 30613 18A-nkt 18A #> 30614 18A-dnw 18A #> 30626 18A-hve 18A #> 30632 18A-fur 18A #> 30635 18A-zqc 18A #> 30639 18A-amo 18A #> 30643 18A-maz 18A #> 30650 18A-goa 18A #> 30652 18A-bis 18A #> 30655 18A-hau 18A #> 30657 18A-bbf 18A #> 30663 18A-ddf 18A #> 30664 18A-ktk 18A #> 30667 18A-cso 18A #> 30677 18A-mab 18A #> 30688 18A-jeh 18A #> 30689 18A-ndt 18A #> 30696 18A-kyl 18A #> 30699 18A-knk 18A #> 30702 18A-sed 18A #> 30709 18A-tma 18A #> 30710 18A-mtp 18A #> 30712 18A-nht 18A #> 30714 18A-chw 18A #> 30718 18A-sup 18A #> 30722 18A-ika 18A #> 30725 18A-amh 18A #> 30730 18A-amz 18A #> 30733 18A-tul 18A #> 30735 18A-tha 18A #> 30738 18A-kkn 18A #> 30743 18A-brb 18A #> 30746 18A-ram 18A #> 30752 18A-bam 18A #> 30759 18A-mrg 18A #> 30761 18A-jom 18A #> 30765 18A-brw 18A #> 30771 18A-pec 18A #> 30779 18A-knm 18A #> 30781 18A-tol 18A #> 30786 18A-vie 18A #> 30795 18A-tgr 18A #> 30798 18A-dio 18A #> 30799 18A-kch 18A #> 30806 18A-tmn 18A #> 30818 18A-igs 18A #> 30819 18A-nyi 18A #> 30820 18A-yct 18A #> 30861 18A-haw 18A #> 30866 18A-gan 18A #> 30885 19A-mzc 19A #> 30889 19A-lah 19A #> 30891 19A-phl 19A #> 30893 19A-ter 19A #> 30905 19A-kgi 19A #> 30913 19A-tlp 19A #> 30920 19A-kch 19A #> 30931 19A-chw 19A #> 30941 19A-tel 19A #> 30950 19A-bag 19A #> 30953 19A-nhn 19A #> 30958 19A-sre 19A #> 30959 19A-bis 19A #> 30967 19A-tol 19A #> 30968 19A-hau 19A #> 30972 19A-nkt 19A #> 30977 19A-dnw 19A #> 30978 19A-knr 19A #> 30982 19A-tag 19A #> 30983 19A-pac 19A #> 30986 19A-sup 19A #> 30988 19A-zqc 19A #> 30993 19A-ndt 19A #> 30995 19A-brw 19A #> 30996 19A-yct 19A #> 31010 19A-kad 19A #> 31013 19A-cso 19A #> 31021 19A-kse 19A #> 31034 19A-knd 19A #> 31036 19A-bam 19A #> 31050 19A-mab 19A #> 31052 19A-tha 19A #> 31055 19A-wlf 19A #> 31067 19A-gan 19A #> 31068 19A-maz 19A #> 31080 19A-kek 19A #> 31084 19A-kyl 19A #> 31085 19A-cle 19A #> 31092 19A-kfe 19A #> 31099 19A-pur 19A #> 31106 19A-mrg 19A #> 31108 19A-dio 19A #> 31110 19A-bej 19A #> 31115 19A-kkn 19A #> 31128 19A-kro 19A #> 31140 19A-sor 19A #> 31152 19A-koy 19A #> 31159 19A-kot 19A #> 31162 19A-tza 19A #> 31165 19A-nar 19A #> 31172 19A-nht 19A #> 31186 19A-tmn 19A #> 31188 19A-amz 19A #> 31197 19A-knk 19A #> 31198 19A-haw 19A #> 31217 19A-knm 19A #> 31219 19A-cha 19A #> 31229 19A-jak 19A #> 31230 19A-ddf 19A #> 31231 19A-khm 19A #> 31245 19A-ram 19A #> 31248 19A-jeh 19A #> 31253 19A-ngz 19A #> 31258 19A-vie 19A #> 31271 19A-jom 19A #> 31273 19A-jpr 19A #> 31280 19A-pec 19A #> 31281 19A-fur 19A #> 31304 19A-tul 19A #> 31307 19A-goa 19A #> 31313 19A-amh 19A #> 31316 19A-sed 19A #> 31321 19A-ika 19A #> 31327 19A-mtp 19A #> 31330 19A-awn 19A #> 31332 19A-nyi 19A #> 31350 19A-amo 19A #> 31367 19A-bbf 19A #> 31375 19A-ktk 19A #> 31383 19A-brb 19A #> 31384 19A-tmp 19A #> 31391 19A-soq 19A #> 31395 19A-bra 19A #> 31397 19A-tgr 19A #> 31399 19A-tma 19A #> 31413 19A-igs 19A #> 31416 19A-mxc 19A #> 31417 19A-hve 19A #> 31418 19A-mxm 19A #> 31424 19A-chq 19A #> 31427 19A-ber 19A #> 31435 19A-ksg 19A #> 31440 19A-dts 19A #> 31445 19A-mro 19A #> 31503 2A-nhn 2A #> 31506 2A-maz 2A #> 31529 2A-mrg 2A #> 31544 2A-ram 2A #> 31549 2A-hve 2A #> 31556 2A-pec 2A #> 31559 2A-tgr 2A #> 31564 2A-kse 2A #> 31565 2A-tel 2A #> 31575 2A-ddf 2A #> 31590 2A-tza 2A #> 31591 2A-bej 2A #> 31601 2A-goa 2A #> 31606 2A-haw 2A #> 31625 2A-ter 2A #> 31628 2A-soq 2A #> 31630 2A-tol 2A #> 31639 2A-mzc 2A #> 31652 2A-ngz 2A #> 31658 2A-koy 2A #> 31663 2A-cso 2A #> 31665 2A-hau 2A #> 31666 2A-fur 2A #> 31667 2A-kek 2A #> 31673 2A-kot 2A #> 31675 2A-cha 2A #> 31681 2A-mxm 2A #> 31709 2A-tag 2A #> 31715 2A-kch 2A #> 31717 2A-bis 2A #> 31740 2A-knk 2A #> 31747 2A-jak 2A #> 31750 2A-ber 2A #> 31751 2A-cle 2A #> 31759 2A-kad 2A #> 31767 2A-yct 2A #> 31774 2A-knm 2A #> 31780 2A-jpr 2A #> 31789 2A-knd 2A #> 31794 2A-nar 2A #> 31796 2A-sor 2A #> 31813 2A-pur 2A #> 31815 2A-mxc 2A #> 31819 2A-igs 2A #> 31822 2A-nht 2A #> 31829 2A-zqc 2A #> 31835 2A-kyl 2A #> 31836 2A-khm 2A #> 31843 2A-nkt 2A #> 31845 2A-mab 2A #> 31849 2A-lah 2A #> 31850 2A-kro 2A #> 31851 2A-nyi 2A #> 31853 2A-bra 2A #> 31858 2A-phl 2A #> 31863 2A-bbf 2A #> 31872 2A-chw 2A #> 31875 2A-vie 2A #> 31877 2A-sup 2A #> 31892 2A-dio 2A #> 31893 2A-tha 2A #> 31901 2A-wlf 2A #> 31903 2A-bag 2A #> 31904 2A-amo 2A #> 31908 2A-ika 2A #> 31909 2A-tma 2A #> 31914 2A-kkn 2A #> 31924 2A-jeh 2A #> 31928 2A-ndt 2A #> 31933 2A-sre 2A #> 31935 2A-tul 2A #> 31936 2A-tmn 2A #> 31938 2A-chq 2A #> 31941 2A-amh 2A #> 31943 2A-tmp 2A #> 31946 2A-brw 2A #> 31948 2A-jom 2A #> 31949 2A-mtp 2A #> 31950 2A-ksg 2A #> 31952 2A-gan 2A #> 31963 2A-knr 2A #> 31968 2A-awn 2A #> 31974 2A-mro 2A #> 31978 2A-kfe 2A #> 31980 2A-amz 2A #> 31989 2A-dts 2A #> 31992 2A-pac 2A #> 31993 2A-sed 2A #> 31994 2A-bam 2A #> 31996 2A-dnw 2A #> 32005 2A-ktk 2A #> 32012 2A-brb 2A #> 32018 20A-tot 20A #> 32020 20A-ram 20A #> 32047 20A-zqc 20A #> 32050 20A-jak 20A #> 32051 20A-kro 20A #> 32053 20A-cho 20A #> 32056 20A-tag 20A #> 32058 20A-nbd 20A #> 32089 20A-hve 20A #> 32102 20A-mxc 20A #> 32117 20A-knd 20A #> 32125 20A-nah 20A #> 32127 20A-pur 20A #> 32132 20A-bag 20A #> 32142 20A-sup 20A #> 32143 20A-ter 20A #> 32144 20A-vie 20A #> 32148 20A-hau 20A #> 32149 20A-lah 20A #> 32156 20A-kch 20A #> 32163 20A-bej 20A #> 32169 20A-knm 20A #> 32175 20A-tha 20A #> 32180 20A-cha 20A #> 32188 21A-ram 21A #> 32189 21A-pur 21A #> 32190 21A-knd 21A #> 32200 21A-zqc 21A #> 32207 21A-knm 21A #> 32235 21A-nah 21A #> 32236 21A-lah 21A #> 32240 21A-nbd 21A #> 32243 21A-bej 21A #> 32262 21A-tag 21A #> 32280 21A-kch 21A #> 32281 21A-ter 21A #> 32293 21A-cho 21A #> 32302 21A-hve 21A #> 32303 21A-kro 21A #> 32309 21A-mrg 21A #> 32312 21A-tha 21A #> 32317 21A-bag 21A #> 32318 21A-tot 21A #> 32324 21A-sup 21A #> 32325 21A-cha 21A #> 32326 21A-jak 21A #> 32329 21A-mxc 21A #> 32333 21A-vie 21A #> 32341 21A-hau 21A #> 32344 21B-kro 21B #> 32349 21B-jak 21B #> 32351 21B-nah 21B #> 32355 21B-tha 21B #> 32378 21B-ter 21B #> 32383 21B-mxc 21B #> 32389 21B-knm 21B #> 32393 21B-ram 21B #> 32397 21B-zqc 21B #> 32410 21B-lah 21B #> 32419 21B-tot 21B #> 32423 21B-pur 21B #> 32424 21B-bej 21B #> 32425 21B-mrg 21B #> 32426 21B-nbd 21B #> 32430 21B-sup 21B #> 32446 21B-tag 21B #> 32448 21B-cho 21B #> 32456 21B-hau 21B #> 32459 21B-knd 21B #> 32462 21B-vie 21B #> 32473 21B-cha 21B #> 32478 21B-hve 21B #> 32488 21B-bag 21B #> 32498 21B-kch 21B #> 32504 22A-nah 22A #> 32506 22A-vie 22A #> 32509 22A-ram 22A #> 32511 22A-ksg 22A #> 32512 22A-knd 22A #> 32520 22A-tag 22A #> 32527 22A-tha 22A #> 32530 22A-kch 22A #> 32531 22A-sup 22A #> 32534 22A-pip 22A #> 32537 22A-mxc 22A #> 32538 22A-jak 22A #> 32548 22A-kro 22A #> 32550 22A-hve 22A #> 32562 22A-bej 22A #> 32584 22A-bag 22A #> 32585 22A-hau 22A #> 32591 22A-cha 22A #> 32613 22A-zqc 22A #> 32660 23A-jak 23A #> 32667 23A-bag 23A #> 32690 23A-pip 23A #> 32699 23A-cho 23A #> 32714 23A-hve 23A #> 32719 23A-nah 23A #> 32722 23A-knd 23A #> 32723 23A-pur 23A #> 32739 23A-bej 23A #> 32741 23A-knm 23A #> 32746 23A-kch 23A #> 32752 23A-gmz 23A #> 32754 23A-fur 23A #> 32764 23A-cha 23A #> 32772 23A-nbd 23A #> 32779 23A-nar 23A #> 32788 23A-ram 23A #> 32791 23A-hau 23A #> 32802 23A-knr 23A #> 32817 23A-tag 23A #> 32819 23A-zqc 23A #> 32844 23A-kro 23A #> 32849 23A-sup 23A #> 32854 23A-tha 23A #> 32855 23A-ika 23A #> 32868 23A-vie 23A #> 32872 23A-mis 23A #> 32876 23A-ori 23A #> 32880 23A-mxc 23A #> 32901 24A-jak 24A #> 32906 24A-cho 24A #> 32925 24A-mis 24A #> 32935 24A-cha 24A #> 32939 24A-hve 24A #> 32956 24A-pip 24A #> 32961 24A-sup 24A #> 32962 24A-ika 24A #> 32964 24A-nbd 24A #> 32966 24A-knm 24A #> 32973 24A-nah 24A #> 32992 24A-fur 24A #> 32999 24A-knr 24A #> 33003 24A-tha 24A #> 33014 24A-kch 24A #> 33016 24A-ori 24A #> 33025 24A-hau 24A #> 33034 24A-knd 24A #> 33041 24A-pur 24A #> 33044 24A-bej 24A #> 33056 24A-kro 24A #> 33062 24A-zqc 24A #> 33091 24A-nar 24A #> 33094 24A-vie 24A #> 33103 24A-bag 24A #> 33108 24A-mxc 24A #> 33112 24A-gmz 24A #> 33115 24A-ram 24A #> 33118 24A-tag 24A #> 33129 25A-pip 25A #> 33135 25A-jak 25A #> 33142 25A-hve 25A #> 33163 25A-cho 25A #> 33169 25A-nbd 25A #> 33172 25A-fur 25A #> 33175 25A-kch 25A #> 33179 25A-knd 25A #> 33182 25A-bej 25A #> 33184 25A-pur 25A #> 33192 25A-knm 25A #> 33210 25A-nah 25A #> 33214 25A-zqc 25A #> 33230 25A-vie 25A #> 33240 25A-ram 25A #> 33246 25A-knr 25A #> 33247 25A-gmz 25A #> 33262 25A-mxc 25A #> 33270 25A-kro 25A #> 33273 25A-tha 25A #> 33282 25A-nar 25A #> 33285 25A-tag 25A #> 33291 25A-sup 25A #> 33305 25A-ika 25A #> 33318 25A-hau 25A #> 33328 25A-bag 25A #> 33337 25A-cha 25A #> 33348 25A-mis 25A #> 33355 25A-ori 25A #> 33356 25B-tha 25B #> 33358 25B-sup 25B #> 33363 25B-vie 25B #> 33374 25B-cha 25B #> 33377 25B-bej 25B #> 33381 25B-pur 25B #> 33384 25B-tag 25B #> 33397 25B-fur 25B #> 33412 25B-gmz 25B #> 33414 25B-ika 25B #> 33415 25B-knr 25B #> 33432 25B-knd 25B #> 33444 25B-zqc 25B #> 33446 25B-mxc 25B #> 33447 25B-nar 25B #> 33453 25B-hve 25B #> 33455 25B-jak 25B #> 33482 25B-pip 25B #> 33483 25B-nah 25B #> 33504 25B-bag 25B #> 33505 25B-kch 25B #> 33508 25B-knm 25B #> 33525 25B-kui 25B #> 33527 25B-mis 25B #> 33529 25B-cho 25B #> 33545 25B-kro 25B #> 33548 25B-nbd 25B #> 33565 25B-ori 25B #> 33584 25B-hau 25B #> 33589 25B-ram 25B #> 33592 26A-kse 26A #> 33599 26A-kch 26A #> 33605 26A-anu 26A #> 33607 26A-vie 26A #> 33608 26A-xas 26A #> 33610 26A-chr 26A #> 33627 26A-duk 26A #> 33628 26A-haw 26A #> 33629 26A-ksg 26A #> 33635 26A-tag 26A #> 33637 26A-lah 26A #> 33639 26A-khm 26A #> 33643 26A-kyl 26A #> 33658 26A-sed 26A #> 33659 26A-wlf 26A #> 33671 26A-lao 26A #> 33673 26A-tha 26A #> 33674 26A-bkl 26A #> 33682 26A-hau 26A #> 33687 26A-cle 26A #> 33706 26A-mon 26A #> 33718 26A-cha 26A #> 33728 26A-kir 26A #> 33729 26A-mxo 26A #> 33731 26A-sti 26A #> 33734 26A-ngz 26A #> 33739 26A-bkb 26A #> 33756 26A-kar 26A #> 33766 26A-jms 26A #> 33772 26A-mhi 26A #> 33794 26A-rem 26A #> 33796 26A-moo 26A #> 33820 26A-laa 26A #> 33821 26A-knr 26A #> 33825 26A-mis 26A #> 33828 26A-ken 26A #> 33834 26A-tml 26A #> 33837 26A-knd 26A #> 33838 26A-ndt 26A #> 33868 26A-tel 26A #> 33878 26A-paa 26A #> 33880 26A-kni 26A #> 33898 26A-nar 26A #> 33910 26A-mgu 26A #> 33929 26A-gud 26A #> 33935 26A-nyi 26A #> 33939 26A-bln 26A #> 33948 26A-kuv 26A #> 33955 26A-msl 26A #> 33957 26A-noo 26A #> 33959 26A-tbu 26A #> 33960 26A-dds 26A #> 33965 26A-agc 26A #> 33974 26A-kem 26A #> 33993 26A-knk 26A #> 33994 26A-pur 26A #> 34009 26A-bam 26A #> 34016 26A-gon 26A #> 34022 26A-cmy 26A #> 34034 26A-lmg 26A #> 34043 26A-mlg 26A #> 34045 26A-miy 26A #> 34075 26A-kol 26A #> 34086 26A-tny 26A #> 34088 26A-nbd 26A #> 34095 26A-ter 26A #> 34103 26A-lac 26A #> 34110 26A-mbr 26A #> 34111 26A-bmb 26A #> 34118 26A-lmn 26A #> 34119 26A-kbu 26A #> 34133 26A-koy 26A #> 34139 26A-sup 26A #> 34148 26A-goa 26A #> 34151 26A-kfe 26A #> 34158 26A-mrg 26A #> 34161 26A-ber 26A #> 34163 26A-ong 26A #> 34166 26A-ika 26A #> 34181 26A-fur 26A #> 34188 26A-igs 26A #> 34193 26A-tma 26A #> 34197 26A-amh 26A #> 34202 26A-mab 26A #> 34205 26A-gmz 26A #> 34209 26A-bej 26A #> 34214 26A-chx 26A #> 34227 26A-zag 26A #> 34228 26A-tgr 26A #> 34240 26A-bag 26A #> 34251 26A-sht 26A #> 34258 26A-knm 26A #> 34259 26A-mzh 26A #> 34267 26A-bud 26A #> 34282 26A-tot 26A #> 34284 26A-hve 26A #> 34285 26A-meh 26A #> 34289 26A-nht 26A #> 34301 26A-tsk 26A #> 34312 26A-ram 26A #> 34313 26A-zqs 26A #> 34315 26A-ktl 26A #> 34316 26A-zai 26A #> 34329 26A-mxj 26A #> 34348 26A-zap 26A #> 34350 26A-tzo 26A #> 34358 26A-msk 26A #> 34359 26A-zqo 26A #> 34362 26A-dio 26A #> 34367 26A-run 26A #> 34373 26A-lag 26A #> 34376 26A-chq 26A #> 34378 26A-ifu 26A #> 34385 26A-zzo 26A #> 34391 26A-tri 26A #> feature #> 45 Consonant Inventories #> 52 Consonant Inventories #> 71 Consonant Inventories #> 74 Consonant Inventories #> 83 Consonant Inventories #> 94 Consonant Inventories #> 112 Consonant Inventories #> 122 Consonant Inventories #> 125 Consonant Inventories #> 128 Consonant Inventories #> 129 Consonant Inventories #> 135 Consonant Inventories #> 136 Consonant Inventories #> 137 Consonant Inventories #> 144 Consonant Inventories #> 146 Consonant Inventories #> 148 Consonant Inventories #> 152 Consonant Inventories #> 154 Consonant Inventories #> 166 Consonant Inventories #> 176 Consonant Inventories #> 184 Consonant Inventories #> 190 Consonant Inventories #> 206 Consonant Inventories #> 207 Consonant Inventories #> 212 Consonant Inventories #> 213 Consonant Inventories #> 217 Consonant Inventories #> 220 Consonant Inventories #> 225 Consonant Inventories #> 227 Consonant Inventories #> 230 Consonant Inventories #> 231 Consonant Inventories #> 233 Consonant Inventories #> 238 Consonant Inventories #> 239 Consonant Inventories #> 249 Consonant Inventories #> 256 Consonant Inventories #> 263 Consonant Inventories #> 271 Consonant Inventories #> 278 Consonant Inventories #> 280 Consonant Inventories #> 294 Consonant Inventories #> 304 Consonant Inventories #> 313 Consonant Inventories #> 314 Consonant Inventories #> 318 Consonant Inventories #> 319 Consonant Inventories #> 322 Consonant Inventories #> 324 Consonant Inventories #> 328 Consonant Inventories #> 334 Consonant Inventories #> 343 Consonant Inventories #> 345 Consonant Inventories #> 346 Consonant Inventories #> 348 Consonant Inventories #> 350 Consonant Inventories #> 355 Consonant Inventories #> 365 Consonant Inventories #> 370 Consonant Inventories #> 372 Consonant Inventories #> 373 Consonant Inventories #> 377 Consonant Inventories #> 379 Consonant Inventories #> 384 Consonant Inventories #> 387 Consonant Inventories #> 389 Consonant Inventories #> 390 Consonant Inventories #> 400 Consonant Inventories #> 414 Consonant Inventories #> 422 Consonant Inventories #> 423 Consonant Inventories #> 439 Consonant Inventories #> 444 Consonant Inventories #> 447 Consonant Inventories #> 448 Consonant Inventories #> 449 Consonant Inventories #> 457 Consonant Inventories #> 461 Consonant Inventories #> 462 Consonant Inventories #> 463 Consonant Inventories #> 464 Consonant Inventories #> 471 Consonant Inventories #> 476 Consonant Inventories #> 480 Consonant Inventories #> 496 Consonant Inventories #> 497 Consonant Inventories #> 505 Consonant Inventories #> 511 Consonant Inventories #> 514 Consonant Inventories #> 515 Consonant Inventories #> 517 Consonant Inventories #> 543 Consonant Inventories #> 559 Consonant Inventories #> 568 Vowel Nasalization #> 571 Vowel Nasalization #> 574 Vowel Nasalization #> 575 Vowel Nasalization #> 577 Vowel Nasalization #> 581 Vowel Nasalization #> 588 Vowel Nasalization #> 593 Vowel Nasalization #> 595 Vowel Nasalization #> 613 Vowel Nasalization #> 615 Vowel Nasalization #> 617 Vowel Nasalization #> 624 Vowel Nasalization #> 627 Vowel Nasalization #> 638 Vowel Nasalization #> 641 Vowel Nasalization #> 646 Vowel Nasalization #> 666 Vowel Nasalization #> 672 Vowel Nasalization #> 673 Vowel Nasalization #> 680 Vowel Nasalization #> 683 Vowel Nasalization #> 690 Vowel Nasalization #> 697 Vowel Nasalization #> 704 Vowel Nasalization #> 705 Vowel Nasalization #> 708 Vowel Nasalization #> 716 Vowel Nasalization #> 719 Vowel Nasalization #> 720 Vowel Nasalization #> 721 Vowel Nasalization #> 722 Vowel Nasalization #> 731 Vowel Nasalization #> 741 Vowel Nasalization #> 747 Vowel Nasalization #> 749 Vowel Nasalization #> 752 Vowel Nasalization #> 757 Vowel Nasalization #> 765 Vowel Nasalization #> 774 Vowel Nasalization #> 778 Vowel Nasalization #> 779 Vowel Nasalization #> 780 Vowel Nasalization #> 786 Vowel Nasalization #> 788 Vowel Nasalization #> 792 Vowel Nasalization #> 808 Nasal Vowels in West Africa #> 809 Nasal Vowels in West Africa #> 810 Nasal Vowels in West Africa #> 815 Nasal Vowels in West Africa #> 816 Nasal Vowels in West Africa #> 823 Nasal Vowels in West Africa #> 825 Nasal Vowels in West Africa #> 826 Nasal Vowels in West Africa #> 827 Nasal Vowels in West Africa #> 837 Nasal Vowels in West Africa #> 839 Nasal Vowels in West Africa #> 840 Nasal Vowels in West Africa #> 841 Nasal Vowels in West Africa #> 842 Nasal Vowels in West Africa #> 845 Nasal Vowels in West Africa #> 849 Alignment of Verbal Person Marking #> 853 Alignment of Verbal Person Marking #> 860 Alignment of Verbal Person Marking #> 862 Alignment of Verbal Person Marking #> 867 Alignment of Verbal Person Marking #> 877 Alignment of Verbal Person Marking #> 879 Alignment of Verbal Person Marking #> 884 Alignment of Verbal Person Marking #> 896 Alignment of Verbal Person Marking #> 903 Alignment of Verbal Person Marking #> 907 Alignment of Verbal Person Marking #> 910 Alignment of Verbal Person Marking #> 913 Alignment of Verbal Person Marking #> 919 Alignment of Verbal Person Marking #> 922 Alignment of Verbal Person Marking #> 930 Alignment of Verbal Person Marking #> 933 Alignment of Verbal Person Marking #> 940 Alignment of Verbal Person Marking #> 942 Alignment of Verbal Person Marking #> 951 Alignment of Verbal Person Marking #> 953 Alignment of Verbal Person Marking #> 957 Alignment of Verbal Person Marking #> 964 Alignment of Verbal Person Marking #> 974 Alignment of Verbal Person Marking #> 983 Alignment of Verbal Person Marking #> 989 Alignment of Verbal Person Marking #> 991 Alignment of Verbal Person Marking #> 996 Alignment of Verbal Person Marking #> 1001 Alignment of Verbal Person Marking #> 1002 Alignment of Verbal Person Marking #> 1009 Alignment of Verbal Person Marking #> 1023 Alignment of Verbal Person Marking #> 1037 Alignment of Verbal Person Marking #> 1039 Alignment of Verbal Person Marking #> 1040 Alignment of Verbal Person Marking #> 1045 Alignment of Verbal Person Marking #> 1051 Alignment of Verbal Person Marking #> 1052 Alignment of Verbal Person Marking #> 1058 Alignment of Verbal Person Marking #> 1063 Alignment of Verbal Person Marking #> 1093 Alignment of Verbal Person Marking #> 1098 Alignment of Verbal Person Marking #> 1108 Alignment of Verbal Person Marking #> 1114 Alignment of Verbal Person Marking #> 1119 Alignment of Verbal Person Marking #> 1134 Alignment of Verbal Person Marking #> 1143 Alignment of Verbal Person Marking #> 1144 Alignment of Verbal Person Marking #> 1146 Alignment of Verbal Person Marking #> 1150 Alignment of Verbal Person Marking #> 1152 Alignment of Verbal Person Marking #> 1184 Alignment of Verbal Person Marking #> 1212 Alignment of Verbal Person Marking #> 1232 Expression of Pronominal Subjects #> 1250 Expression of Pronominal Subjects #> 1258 Expression of Pronominal Subjects #> 1264 Expression of Pronominal Subjects #> 1265 Expression of Pronominal Subjects #> 1270 Expression of Pronominal Subjects #> 1279 Expression of Pronominal Subjects #> 1296 Expression of Pronominal Subjects #> 1304 Expression of Pronominal Subjects #> 1305 Expression of Pronominal Subjects #> 1313 Expression of Pronominal Subjects #> 1317 Expression of Pronominal Subjects #> 1322 Expression of Pronominal Subjects #> 1338 Expression of Pronominal Subjects #> 1346 Expression of Pronominal Subjects #> 1351 Expression of Pronominal Subjects #> 1352 Expression of Pronominal Subjects #> 1370 Expression of Pronominal Subjects #> 1394 Expression of Pronominal Subjects #> 1426 Expression of Pronominal Subjects #> 1436 Expression of Pronominal Subjects #> 1448 Expression of Pronominal Subjects #> 1451 Expression of Pronominal Subjects #> 1459 Expression of Pronominal Subjects #> 1468 Expression of Pronominal Subjects #> 1488 Expression of Pronominal Subjects #> 1496 Expression of Pronominal Subjects #> 1501 Expression of Pronominal Subjects #> 1506 Expression of Pronominal Subjects #> 1517 Expression of Pronominal Subjects #> 1528 Expression of Pronominal Subjects #> 1531 Expression of Pronominal Subjects #> 1544 Expression of Pronominal Subjects #> 1551 Expression of Pronominal Subjects #> 1562 Expression of Pronominal Subjects #> 1565 Expression of Pronominal Subjects #> 1570 Expression of Pronominal Subjects #> 1576 Expression of Pronominal Subjects #> 1594 Expression of Pronominal Subjects #> 1595 Expression of Pronominal Subjects #> 1599 Expression of Pronominal Subjects #> 1649 Expression of Pronominal Subjects #> 1667 Expression of Pronominal Subjects #> 1669 Expression of Pronominal Subjects #> 1693 Expression of Pronominal Subjects #> 1711 Expression of Pronominal Subjects #> 1725 Expression of Pronominal Subjects #> 1726 Expression of Pronominal Subjects #> 1788 Expression of Pronominal Subjects #> 1792 Expression of Pronominal Subjects #> 1803 Expression of Pronominal Subjects #> 1807 Expression of Pronominal Subjects #> 1812 Expression of Pronominal Subjects #> 1819 Expression of Pronominal Subjects #> 1832 Expression of Pronominal Subjects #> 1856 Expression of Pronominal Subjects #> 1857 Expression of Pronominal Subjects #> 1859 Expression of Pronominal Subjects #> 1876 Expression of Pronominal Subjects #> 1881 Expression of Pronominal Subjects #> 1890 Expression of Pronominal Subjects #> 1893 Expression of Pronominal Subjects #> 1898 Expression of Pronominal Subjects #> 1900 Expression of Pronominal Subjects #> 1904 Expression of Pronominal Subjects #> 1912 Expression of Pronominal Subjects #> 1915 Expression of Pronominal Subjects #> 1919 Expression of Pronominal Subjects #> 1920 Expression of Pronominal Subjects #> 1922 Expression of Pronominal Subjects #> 1928 Expression of Pronominal Subjects #> 1934 Expression of Pronominal Subjects #> 1935 Expression of Pronominal Subjects #> 1941 Verbal Person Marking #> 1945 Verbal Person Marking #> 1946 Verbal Person Marking #> 1950 Verbal Person Marking #> 1954 Verbal Person Marking #> 1961 Verbal Person Marking #> 1963 Verbal Person Marking #> 1964 Verbal Person Marking #> 1970 Verbal Person Marking #> 1972 Verbal Person Marking #> 1978 Verbal Person Marking #> 1984 Verbal Person Marking #> 1987 Verbal Person Marking #> 2002 Verbal Person Marking #> 2004 Verbal Person Marking #> 2013 Verbal Person Marking #> 2021 Verbal Person Marking #> 2022 Verbal Person Marking #> 2025 Verbal Person Marking #> 2027 Verbal Person Marking #> 2034 Verbal Person Marking #> 2040 Verbal Person Marking #> 2056 Verbal Person Marking #> 2077 Verbal Person Marking #> 2080 Verbal Person Marking #> 2082 Verbal Person Marking #> 2089 Verbal Person Marking #> 2106 Verbal Person Marking #> 2132 Verbal Person Marking #> 2139 Verbal Person Marking #> 2147 Verbal Person Marking #> 2149 Verbal Person Marking #> 2167 Verbal Person Marking #> 2169 Verbal Person Marking #> 2186 Verbal Person Marking #> 2188 Verbal Person Marking #> 2192 Verbal Person Marking #> 2193 Verbal Person Marking #> 2201 Verbal Person Marking #> 2207 Verbal Person Marking #> 2212 Verbal Person Marking #> 2231 Verbal Person Marking #> 2242 Verbal Person Marking #> 2243 Verbal Person Marking #> 2247 Verbal Person Marking #> 2250 Verbal Person Marking #> 2251 Verbal Person Marking #> 2268 Verbal Person Marking #> 2275 Verbal Person Marking #> 2284 Verbal Person Marking #> 2285 Verbal Person Marking #> 2288 Verbal Person Marking #> 2304 Verbal Person Marking #> 2320 Third Person Zero of Verbal Person Marking #> 2328 Third Person Zero of Verbal Person Marking #> 2339 Third Person Zero of Verbal Person Marking #> 2346 Third Person Zero of Verbal Person Marking #> 2349 Third Person Zero of Verbal Person Marking #> 2354 Third Person Zero of Verbal Person Marking #> 2358 Third Person Zero of Verbal Person Marking #> 2365 Third Person Zero of Verbal Person Marking #> 2371 Third Person Zero of Verbal Person Marking #> 2373 Third Person Zero of Verbal Person Marking #> 2374 Third Person Zero of Verbal Person Marking #> 2378 Third Person Zero of Verbal Person Marking #> 2383 Third Person Zero of Verbal Person Marking #> 2384 Third Person Zero of Verbal Person Marking #> 2393 Third Person Zero of Verbal Person Marking #> 2397 Third Person Zero of Verbal Person Marking #> 2409 Third Person Zero of Verbal Person Marking #> 2421 Third Person Zero of Verbal Person Marking #> 2425 Third Person Zero of Verbal Person Marking #> 2435 Third Person Zero of Verbal Person Marking #> 2439 Third Person Zero of Verbal Person Marking #> 2453 Third Person Zero of Verbal Person Marking #> 2459 Third Person Zero of Verbal Person Marking #> 2465 Third Person Zero of Verbal Person Marking #> 2466 Third Person Zero of Verbal Person Marking #> 2467 Third Person Zero of Verbal Person Marking #> 2472 Third Person Zero of Verbal Person Marking #> 2483 Third Person Zero of Verbal Person Marking #> 2510 Third Person Zero of Verbal Person Marking #> 2515 Third Person Zero of Verbal Person Marking #> 2522 Third Person Zero of Verbal Person Marking #> 2523 Third Person Zero of Verbal Person Marking #> 2556 Third Person Zero of Verbal Person Marking #> 2558 Third Person Zero of Verbal Person Marking #> 2565 Third Person Zero of Verbal Person Marking #> 2571 Third Person Zero of Verbal Person Marking #> 2576 Third Person Zero of Verbal Person Marking #> 2577 Third Person Zero of Verbal Person Marking #> 2584 Third Person Zero of Verbal Person Marking #> 2598 Third Person Zero of Verbal Person Marking #> 2629 Third Person Zero of Verbal Person Marking #> 2630 Third Person Zero of Verbal Person Marking #> 2632 Third Person Zero of Verbal Person Marking #> 2635 Third Person Zero of Verbal Person Marking #> 2642 Third Person Zero of Verbal Person Marking #> 2651 Third Person Zero of Verbal Person Marking #> 2653 Third Person Zero of Verbal Person Marking #> 2661 Third Person Zero of Verbal Person Marking #> 2671 Third Person Zero of Verbal Person Marking #> 2679 Third Person Zero of Verbal Person Marking #> 2681 Third Person Zero of Verbal Person Marking #> 2694 Third Person Zero of Verbal Person Marking #> 2695 Third Person Zero of Verbal Person Marking #> 2707 Order of Person Markers on the Verb #> 2712 Order of Person Markers on the Verb #> 2714 Order of Person Markers on the Verb #> 2720 Order of Person Markers on the Verb #> 2724 Order of Person Markers on the Verb #> 2742 Order of Person Markers on the Verb #> 2744 Order of Person Markers on the Verb #> 2749 Order of Person Markers on the Verb #> 2753 Order of Person Markers on the Verb #> 2756 Order of Person Markers on the Verb #> 2757 Order of Person Markers on the Verb #> 2769 Order of Person Markers on the Verb #> 2777 Order of Person Markers on the Verb #> 2780 Order of Person Markers on the Verb #> 2784 Order of Person Markers on the Verb #> 2798 Order of Person Markers on the Verb #> 2811 Order of Person Markers on the Verb #> 2817 Order of Person Markers on the Verb #> 2825 Order of Person Markers on the Verb #> 2828 Order of Person Markers on the Verb #> 2830 Order of Person Markers on the Verb #> 2841 Order of Person Markers on the Verb #> 2846 Order of Person Markers on the Verb #> 2853 Order of Person Markers on the Verb #> 2860 Order of Person Markers on the Verb #> 2868 Order of Person Markers on the Verb #> 2870 Order of Person Markers on the Verb #> 2873 Order of Person Markers on the Verb #> 2896 Order of Person Markers on the Verb #> 2899 Order of Person Markers on the Verb #> 2900 Order of Person Markers on the Verb #> 2909 Order of Person Markers on the Verb #> 2910 Order of Person Markers on the Verb #> 2919 Order of Person Markers on the Verb #> 2923 Order of Person Markers on the Verb #> 2929 Order of Person Markers on the Verb #> 2935 Order of Person Markers on the Verb #> 2955 Order of Person Markers on the Verb #> 2957 Order of Person Markers on the Verb #> 2961 Order of Person Markers on the Verb #> 2976 Order of Person Markers on the Verb #> 2977 Order of Person Markers on the Verb #> 2985 Order of Person Markers on the Verb #> 3002 Order of Person Markers on the Verb #> 3004 Order of Person Markers on the Verb #> 3006 Order of Person Markers on the Verb #> 3014 Order of Person Markers on the Verb #> 3031 Order of Person Markers on the Verb #> 3037 Order of Person Markers on the Verb #> 3051 Order of Person Markers on the Verb #> 3064 Order of Person Markers on the Verb #> 3068 Order of Person Markers on the Verb #> 3070 Order of Person Markers on the Verb #> 3078 Ditransitive Constructions: The Verb 'Give' #> 3079 Ditransitive Constructions: The Verb 'Give' #> 3086 Ditransitive Constructions: The Verb 'Give' #> 3090 Ditransitive Constructions: The Verb 'Give' #> 3094 Ditransitive Constructions: The Verb 'Give' #> 3095 Ditransitive Constructions: The Verb 'Give' #> 3101 Ditransitive Constructions: The Verb 'Give' #> 3102 Ditransitive Constructions: The Verb 'Give' #> 3107 Ditransitive Constructions: The Verb 'Give' #> 3113 Ditransitive Constructions: The Verb 'Give' #> 3116 Ditransitive Constructions: The Verb 'Give' #> 3141 Ditransitive Constructions: The Verb 'Give' #> 3143 Ditransitive Constructions: The Verb 'Give' #> 3147 Ditransitive Constructions: The Verb 'Give' #> 3154 Ditransitive Constructions: The Verb 'Give' #> 3155 Ditransitive Constructions: The Verb 'Give' #> 3157 Ditransitive Constructions: The Verb 'Give' #> 3166 Ditransitive Constructions: The Verb 'Give' #> 3167 Ditransitive Constructions: The Verb 'Give' #> 3168 Ditransitive Constructions: The Verb 'Give' #> 3183 Ditransitive Constructions: The Verb 'Give' #> 3188 Ditransitive Constructions: The Verb 'Give' #> 3190 Ditransitive Constructions: The Verb 'Give' #> 3212 Ditransitive Constructions: The Verb 'Give' #> 3214 Ditransitive Constructions: The Verb 'Give' #> 3215 Ditransitive Constructions: The Verb 'Give' #> 3222 Ditransitive Constructions: The Verb 'Give' #> 3224 Ditransitive Constructions: The Verb 'Give' #> 3234 Ditransitive Constructions: The Verb 'Give' #> 3241 Ditransitive Constructions: The Verb 'Give' #> 3244 Ditransitive Constructions: The Verb 'Give' #> 3263 Ditransitive Constructions: The Verb 'Give' #> 3271 Ditransitive Constructions: The Verb 'Give' #> 3280 Ditransitive Constructions: The Verb 'Give' #> 3281 Ditransitive Constructions: The Verb 'Give' #> 3283 Ditransitive Constructions: The Verb 'Give' #> 3285 Ditransitive Constructions: The Verb 'Give' #> 3286 Ditransitive Constructions: The Verb 'Give' #> 3290 Ditransitive Constructions: The Verb 'Give' #> 3303 Ditransitive Constructions: The Verb 'Give' #> 3310 Ditransitive Constructions: The Verb 'Give' #> 3369 Ditransitive Constructions: The Verb 'Give' #> 3395 Ditransitive Constructions: The Verb 'Give' #> 3410 Ditransitive Constructions: The Verb 'Give' #> 3411 Ditransitive Constructions: The Verb 'Give' #> 3414 Ditransitive Constructions: The Verb 'Give' #> 3425 Ditransitive Constructions: The Verb 'Give' #> 3439 Ditransitive Constructions: The Verb 'Give' #> 3446 Ditransitive Constructions: The Verb 'Give' #> 3448 Ditransitive Constructions: The Verb 'Give' #> 3450 Ditransitive Constructions: The Verb 'Give' #> 3455 Reciprocal Constructions #> 3459 Reciprocal Constructions #> 3473 Reciprocal Constructions #> 3476 Reciprocal Constructions #> 3497 Reciprocal Constructions #> 3498 Reciprocal Constructions #> 3499 Reciprocal Constructions #> 3502 Reciprocal Constructions #> 3504 Reciprocal Constructions #> 3505 Reciprocal Constructions #> 3513 Reciprocal Constructions #> 3524 Reciprocal Constructions #> 3527 Reciprocal Constructions #> 3565 Reciprocal Constructions #> 3593 Reciprocal Constructions #> 3605 Reciprocal Constructions #> 3622 Reciprocal Constructions #> 3623 Reciprocal Constructions #> 3631 Passive Constructions #> 3635 Passive Constructions #> 3636 Passive Constructions #> 3651 Passive Constructions #> 3663 Passive Constructions #> 3667 Passive Constructions #> 3677 Passive Constructions #> 3680 Passive Constructions #> 3682 Passive Constructions #> 3685 Passive Constructions #> 3686 Passive Constructions #> 3687 Passive Constructions #> 3690 Passive Constructions #> 3693 Passive Constructions #> 3707 Passive Constructions #> 3711 Passive Constructions #> 3714 Passive Constructions #> 3725 Passive Constructions #> 3731 Passive Constructions #> 3732 Passive Constructions #> 3738 Passive Constructions #> 3747 Passive Constructions #> 3752 Passive Constructions #> 3780 Passive Constructions #> 3783 Passive Constructions #> 3789 Passive Constructions #> 3803 Passive Constructions #> 3806 Passive Constructions #> 3814 Passive Constructions #> 3819 Passive Constructions #> 3820 Passive Constructions #> 3821 Passive Constructions #> 3825 Passive Constructions #> 3837 Passive Constructions #> 3852 Passive Constructions #> 3876 Passive Constructions #> 3878 Passive Constructions #> 3879 Passive Constructions #> 3887 Passive Constructions #> 3893 Passive Constructions #> 3898 Passive Constructions #> 3899 Passive Constructions #> 3904 Passive Constructions #> 3906 Passive Constructions #> 3911 Passive Constructions #> 3933 Passive Constructions #> 3947 Passive Constructions #> 3957 Passive Constructions #> 3976 Passive Constructions #> 3994 Passive Constructions #> 4000 Passive Constructions #> 4002 Antipassive Constructions #> 4003 Antipassive Constructions #> 4010 Antipassive Constructions #> 4016 Antipassive Constructions #> 4017 Antipassive Constructions #> 4018 Antipassive Constructions #> 4039 Antipassive Constructions #> 4040 Antipassive Constructions #> 4049 Antipassive Constructions #> 4060 Antipassive Constructions #> 4068 Antipassive Constructions #> 4105 Antipassive Constructions #> 4106 Antipassive Constructions #> 4107 Antipassive Constructions #> 4108 Antipassive Constructions #> 4112 Antipassive Constructions #> 4129 Antipassive Constructions #> 4152 Antipassive Constructions #> 4160 Antipassive Constructions #> 4162 Antipassive Constructions #> 4170 Antipassive Constructions #> 4183 Antipassive Constructions #> 4190 Antipassive Constructions #> 4191 Antipassive Constructions #> 4202 Productivity of the Antipassive Construction #> 4204 Productivity of the Antipassive Construction #> 4205 Productivity of the Antipassive Construction #> 4206 Productivity of the Antipassive Construction #> 4210 Productivity of the Antipassive Construction #> 4211 Productivity of the Antipassive Construction #> 4224 Productivity of the Antipassive Construction #> 4233 Productivity of the Antipassive Construction #> 4258 Productivity of the Antipassive Construction #> 4259 Productivity of the Antipassive Construction #> 4262 Productivity of the Antipassive Construction #> 4285 Productivity of the Antipassive Construction #> 4290 Productivity of the Antipassive Construction #> 4295 Productivity of the Antipassive Construction #> 4318 Productivity of the Antipassive Construction #> 4328 Productivity of the Antipassive Construction #> 4340 Productivity of the Antipassive Construction #> 4348 Productivity of the Antipassive Construction #> 4350 Productivity of the Antipassive Construction #> 4363 Productivity of the Antipassive Construction #> 4369 Productivity of the Antipassive Construction #> 4375 Productivity of the Antipassive Construction #> 4380 Productivity of the Antipassive Construction #> 4384 Applicative Constructions #> 4388 Applicative Constructions #> 4390 Applicative Constructions #> 4392 Applicative Constructions #> 4402 Applicative Constructions #> 4404 Applicative Constructions #> 4417 Applicative Constructions #> 4425 Applicative Constructions #> 4447 Applicative Constructions #> 4450 Applicative Constructions #> 4461 Applicative Constructions #> 4462 Applicative Constructions #> 4473 Applicative Constructions #> 4489 Applicative Constructions #> 4500 Applicative Constructions #> 4516 Applicative Constructions #> 4526 Applicative Constructions #> 4533 Applicative Constructions #> 4541 Applicative Constructions #> 4548 Applicative Constructions #> 4557 Applicative Constructions #> 4571 Other Roles of Applied Objects #> 4579 Other Roles of Applied Objects #> 4589 Other Roles of Applied Objects #> 4595 Other Roles of Applied Objects #> 4598 Other Roles of Applied Objects #> 4601 Other Roles of Applied Objects #> 4610 Other Roles of Applied Objects #> 4613 Other Roles of Applied Objects #> 4619 Other Roles of Applied Objects #> 4632 Other Roles of Applied Objects #> 4633 Other Roles of Applied Objects #> 4638 Other Roles of Applied Objects #> 4664 Other Roles of Applied Objects #> 4666 Other Roles of Applied Objects #> 4694 Other Roles of Applied Objects #> 4700 Other Roles of Applied Objects #> 4709 Other Roles of Applied Objects #> 4724 Other Roles of Applied Objects #> 4732 Other Roles of Applied Objects #> 4740 Other Roles of Applied Objects #> 4744 Other Roles of Applied Objects #> 4750 Front Rounded Vowels #> 4753 Front Rounded Vowels #> 4762 Front Rounded Vowels #> 4770 Front Rounded Vowels #> 4771 Front Rounded Vowels #> 4773 Front Rounded Vowels #> 4775 Front Rounded Vowels #> 4778 Front Rounded Vowels #> 4782 Front Rounded Vowels #> 4783 Front Rounded Vowels #> 4784 Front Rounded Vowels #> 4785 Front Rounded Vowels #> 4789 Front Rounded Vowels #> 4799 Front Rounded Vowels #> 4803 Front Rounded Vowels #> 4804 Front Rounded Vowels #> 4805 Front Rounded Vowels #> 4807 Front Rounded Vowels #> 4808 Front Rounded Vowels #> 4811 Front Rounded Vowels #> 4814 Front Rounded Vowels #> 4818 Front Rounded Vowels #> 4819 Front Rounded Vowels #> 4827 Front Rounded Vowels #> 4831 Front Rounded Vowels #> 4833 Front Rounded Vowels #> 4839 Front Rounded Vowels #> 4860 Front Rounded Vowels #> 4879 Front Rounded Vowels #> 4904 Front Rounded Vowels #> 4905 Front Rounded Vowels #> 4924 Front Rounded Vowels #> 4925 Front Rounded Vowels #> 4930 Front Rounded Vowels #> 4939 Front Rounded Vowels #> 4948 Front Rounded Vowels #> 4966 Front Rounded Vowels #> 4974 Front Rounded Vowels #> 4976 Front Rounded Vowels #> 4977 Front Rounded Vowels #> 4986 Front Rounded Vowels #> 5000 Front Rounded Vowels #> 5014 Front Rounded Vowels #> 5020 Front Rounded Vowels #> 5038 Front Rounded Vowels #> 5039 Front Rounded Vowels #> 5060 Front Rounded Vowels #> 5062 Front Rounded Vowels #> 5063 Front Rounded Vowels #> 5064 Front Rounded Vowels #> 5075 Front Rounded Vowels #> 5079 Front Rounded Vowels #> 5083 Front Rounded Vowels #> 5085 Front Rounded Vowels #> 5092 Front Rounded Vowels #> 5098 Front Rounded Vowels #> 5103 Front Rounded Vowels #> 5106 Front Rounded Vowels #> 5115 Front Rounded Vowels #> 5119 Front Rounded Vowels #> 5130 Front Rounded Vowels #> 5131 Front Rounded Vowels #> 5139 Front Rounded Vowels #> 5144 Front Rounded Vowels #> 5145 Front Rounded Vowels #> 5146 Front Rounded Vowels #> 5149 Front Rounded Vowels #> 5154 Front Rounded Vowels #> 5156 Front Rounded Vowels #> 5157 Front Rounded Vowels #> 5158 Front Rounded Vowels #> 5160 Front Rounded Vowels #> 5161 Front Rounded Vowels #> 5163 Front Rounded Vowels #> 5167 Front Rounded Vowels #> 5183 Front Rounded Vowels #> 5195 Front Rounded Vowels #> 5200 Front Rounded Vowels #> 5208 Front Rounded Vowels #> 5211 Front Rounded Vowels #> 5212 Front Rounded Vowels #> 5218 Front Rounded Vowels #> 5223 Front Rounded Vowels #> 5253 Front Rounded Vowels #> 5255 Front Rounded Vowels #> 5256 Front Rounded Vowels #> 5259 Front Rounded Vowels #> 5260 Front Rounded Vowels #> 5263 Front Rounded Vowels #> 5268 Front Rounded Vowels #> 5269 Front Rounded Vowels #> 5278 Front Rounded Vowels #> 5311 Periphrastic Causative Constructions #> 5313 Periphrastic Causative Constructions #> 5316 Periphrastic Causative Constructions #> 5318 Periphrastic Causative Constructions #> 5339 Periphrastic Causative Constructions #> 5346 Periphrastic Causative Constructions #> 5349 Periphrastic Causative Constructions #> 5350 Periphrastic Causative Constructions #> 5353 Periphrastic Causative Constructions #> 5354 Periphrastic Causative Constructions #> 5356 Periphrastic Causative Constructions #> 5372 Periphrastic Causative Constructions #> 5377 Periphrastic Causative Constructions #> 5381 Periphrastic Causative Constructions #> 5385 Periphrastic Causative Constructions #> 5399 Periphrastic Causative Constructions #> 5401 Periphrastic Causative Constructions #> 5403 Periphrastic Causative Constructions #> 5414 Periphrastic Causative Constructions #> 5416 Periphrastic Causative Constructions #> 5417 Periphrastic Causative Constructions #> 5421 Periphrastic Causative Constructions #> 5422 Periphrastic Causative Constructions #> 5425 Periphrastic Causative Constructions #> 5427 Periphrastic Causative Constructions #> 5438 Nonperiphrastic Causative Constructions #> 5448 Nonperiphrastic Causative Constructions #> 5450 Nonperiphrastic Causative Constructions #> 5451 Nonperiphrastic Causative Constructions #> 5459 Nonperiphrastic Causative Constructions #> 5462 Nonperiphrastic Causative Constructions #> 5469 Nonperiphrastic Causative Constructions #> 5479 Nonperiphrastic Causative Constructions #> 5480 Nonperiphrastic Causative Constructions #> 5497 Nonperiphrastic Causative Constructions #> 5498 Nonperiphrastic Causative Constructions #> 5503 Nonperiphrastic Causative Constructions #> 5513 Nonperiphrastic Causative Constructions #> 5515 Nonperiphrastic Causative Constructions #> 5525 Nonperiphrastic Causative Constructions #> 5530 Nonperiphrastic Causative Constructions #> 5534 Nonperiphrastic Causative Constructions #> 5541 Nonperiphrastic Causative Constructions #> 5552 Nonperiphrastic Causative Constructions #> 5558 Nonperiphrastic Causative Constructions #> 5564 Nonperiphrastic Causative Constructions #> 5579 Nonperiphrastic Causative Constructions #> 5589 Nonperiphrastic Causative Constructions #> 5592 Nonperiphrastic Causative Constructions #> 5603 Nonperiphrastic Causative Constructions #> 5614 Nonperiphrastic Causative Constructions #> 5622 Nonperiphrastic Causative Constructions #> 5632 Nonperiphrastic Causative Constructions #> 5639 Nonperiphrastic Causative Constructions #> 5657 Nonperiphrastic Causative Constructions #> 5662 Nonperiphrastic Causative Constructions #> 5673 Nonperiphrastic Causative Constructions #> 5674 Nonperiphrastic Causative Constructions #> 5676 Nonperiphrastic Causative Constructions #> 5698 Nonperiphrastic Causative Constructions #> 5706 Nonperiphrastic Causative Constructions #> 5707 Nonperiphrastic Causative Constructions #> 5729 Nonperiphrastic Causative Constructions #> 5732 Nonperiphrastic Causative Constructions #> 5736 Nonperiphrastic Causative Constructions #> 5739 Negative Morphemes #> 5790 Negative Morphemes #> 5796 Negative Morphemes #> 5801 Negative Morphemes #> 5807 Negative Morphemes #> 5816 Negative Morphemes #> 5817 Negative Morphemes #> 5826 Negative Morphemes #> 5864 Negative Morphemes #> 5874 Negative Morphemes #> 5875 Negative Morphemes #> 5884 Negative Morphemes #> 5889 Negative Morphemes #> 5896 Negative Morphemes #> 5900 Negative Morphemes #> 5901 Negative Morphemes #> 5909 Negative Morphemes #> 5918 Negative Morphemes #> 5921 Negative Morphemes #> 5923 Negative Morphemes #> 5935 Negative Morphemes #> 5939 Negative Morphemes #> 5942 Negative Morphemes #> 5975 Negative Morphemes #> 5980 Negative Morphemes #> 5981 Negative Morphemes #> 5989 Negative Morphemes #> 5996 Negative Morphemes #> 5999 Negative Morphemes #> 6006 Negative Morphemes #> 6010 Negative Morphemes #> 6014 Negative Morphemes #> 6018 Negative Morphemes #> 6035 Negative Morphemes #> 6036 Negative Morphemes #> 6047 Negative Morphemes #> 6050 Negative Morphemes #> 6060 Negative Morphemes #> 6074 Negative Morphemes #> 6091 Negative Morphemes #> 6094 Negative Morphemes #> 6100 Negative Morphemes #> 6105 Negative Morphemes #> 6110 Negative Morphemes #> 6111 Negative Morphemes #> 6123 Negative Morphemes #> 6133 Negative Morphemes #> 6137 Negative Morphemes #> 6138 Negative Morphemes #> 6148 Negative Morphemes #> 6158 Negative Morphemes #> 6162 Negative Morphemes #> 6164 Negative Morphemes #> 6180 Negative Morphemes #> 6182 Negative Morphemes #> 6185 Negative Morphemes #> 6191 Negative Morphemes #> 6194 Negative Morphemes #> 6204 Negative Morphemes #> 6206 Negative Morphemes #> 6209 Negative Morphemes #> 6216 Negative Morphemes #> 6217 Negative Morphemes #> 6218 Negative Morphemes #> 6226 Negative Morphemes #> 6234 Negative Morphemes #> 6236 Negative Morphemes #> 6237 Negative Morphemes #> 6245 Negative Morphemes #> 6248 Negative Morphemes #> 6249 Negative Morphemes #> 6264 Negative Morphemes #> 6269 Negative Morphemes #> 6278 Negative Morphemes #> 6302 Negative Morphemes #> 6303 Negative Morphemes #> 6304 Negative Morphemes #> 6309 Negative Morphemes #> 6325 Negative Morphemes #> 6328 Negative Morphemes #> 6333 Negative Morphemes #> 6338 Negative Morphemes #> 6342 Negative Morphemes #> 6359 Negative Morphemes #> 6367 Negative Morphemes #> 6385 Negative Morphemes #> 6394 Negative Morphemes #> 6414 Negative Morphemes #> 6416 Negative Morphemes #> 6424 Negative Morphemes #> 6443 Negative Morphemes #> 6445 Negative Morphemes #> 6446 Negative Morphemes #> 6448 Negative Morphemes #> 6450 Negative Morphemes #> 6465 Negative Morphemes #> 6474 Negative Morphemes #> 6475 Negative Morphemes #> 6484 Negative Morphemes #> 6485 Negative Morphemes #> 6498 Negative Morphemes #> 6502 Negative Morphemes #> 6510 Negative Morphemes #> 6514 Negative Morphemes #> 6524 Negative Morphemes #> 6525 Negative Morphemes #> 6527 Negative Morphemes #> 6535 Negative Morphemes #> 6539 Negative Morphemes #> 6558 Negative Morphemes #> 6582 Negative Morphemes #> 6603 Negative Morphemes #> 6604 Negative Morphemes #> 6624 Negative Morphemes #> 6627 Negative Morphemes #> 6628 Negative Morphemes #> 6632 Negative Morphemes #> 6639 Negative Morphemes #> 6647 Negative Morphemes #> 6651 Negative Morphemes #> 6662 Negative Morphemes #> 6668 Negative Morphemes #> 6670 Negative Morphemes #> 6671 Negative Morphemes #> 6675 Negative Morphemes #> 6683 Negative Morphemes #> 6692 Negative Morphemes #> 6706 Negative Morphemes #> 6713 Negative Morphemes #> 6719 Negative Morphemes #> 6724 Negative Morphemes #> 6732 Negative Morphemes #> 6746 Negative Morphemes #> 6747 Negative Morphemes #> 6748 Negative Morphemes #> 6774 Negative Morphemes #> 6777 Negative Morphemes #> 6786 Negative Morphemes #> 6790 Negative Morphemes #> 6792 Negative Morphemes #> 6793 Negative Morphemes #> 6795 Negative Morphemes #> 6796 Negative Morphemes #> 6799 Negative Morphemes #> 6818 Negative Morphemes #> 6837 Negative Morphemes #> 6839 Negative Morphemes #> 6849 Negative Morphemes #> 6850 Negative Morphemes #> 6856 Negative Morphemes #> 6860 Negative Morphemes #> 6867 Negative Morphemes #> 6868 Negative Morphemes #> 6894 Negative Morphemes #> 6897 Symmetric and Asymmetric Standard Negation #> 6900 Symmetric and Asymmetric Standard Negation #> 6901 Symmetric and Asymmetric Standard Negation #> 6908 Symmetric and Asymmetric Standard Negation #> 6911 Symmetric and Asymmetric Standard Negation #> 6912 Symmetric and Asymmetric Standard Negation #> 6932 Symmetric and Asymmetric Standard Negation #> 6939 Symmetric and Asymmetric Standard Negation #> 6948 Symmetric and Asymmetric Standard Negation #> 6954 Symmetric and Asymmetric Standard Negation #> 6956 Symmetric and Asymmetric Standard Negation #> 6986 Symmetric and Asymmetric Standard Negation #> 6990 Symmetric and Asymmetric Standard Negation #> 6997 Symmetric and Asymmetric Standard Negation #> 7008 Symmetric and Asymmetric Standard Negation #> 7014 Symmetric and Asymmetric Standard Negation #> 7016 Symmetric and Asymmetric Standard Negation #> 7024 Symmetric and Asymmetric Standard Negation #> 7027 Symmetric and Asymmetric Standard Negation #> 7028 Symmetric and Asymmetric Standard Negation #> 7035 Symmetric and Asymmetric Standard Negation #> 7038 Symmetric and Asymmetric Standard Negation #> 7049 Symmetric and Asymmetric Standard Negation #> 7059 Symmetric and Asymmetric Standard Negation #> 7065 Symmetric and Asymmetric Standard Negation #> 7066 Symmetric and Asymmetric Standard Negation #> 7067 Symmetric and Asymmetric Standard Negation #> 7069 Symmetric and Asymmetric Standard Negation #> 7070 Symmetric and Asymmetric Standard Negation #> 7075 Symmetric and Asymmetric Standard Negation #> 7077 Symmetric and Asymmetric Standard Negation #> 7080 Symmetric and Asymmetric Standard Negation #> 7085 Symmetric and Asymmetric Standard Negation #> 7100 Symmetric and Asymmetric Standard Negation #> 7101 Symmetric and Asymmetric Standard Negation #> 7109 Symmetric and Asymmetric Standard Negation #> 7112 Symmetric and Asymmetric Standard Negation #> 7116 Symmetric and Asymmetric Standard Negation #> 7130 Symmetric and Asymmetric Standard Negation #> 7141 Symmetric and Asymmetric Standard Negation #> 7144 Symmetric and Asymmetric Standard Negation #> 7147 Symmetric and Asymmetric Standard Negation #> 7150 Symmetric and Asymmetric Standard Negation #> 7169 Symmetric and Asymmetric Standard Negation #> 7176 Symmetric and Asymmetric Standard Negation #> 7178 Symmetric and Asymmetric Standard Negation #> 7183 Symmetric and Asymmetric Standard Negation #> 7195 Subtypes of Asymmetric Standard Negation #> 7200 Subtypes of Asymmetric Standard Negation #> 7208 Subtypes of Asymmetric Standard Negation #> 7211 Subtypes of Asymmetric Standard Negation #> 7212 Subtypes of Asymmetric Standard Negation #> 7236 Subtypes of Asymmetric Standard Negation #> 7253 Subtypes of Asymmetric Standard Negation #> 7254 Subtypes of Asymmetric Standard Negation #> 7257 Subtypes of Asymmetric Standard Negation #> 7261 Subtypes of Asymmetric Standard Negation #> 7263 Subtypes of Asymmetric Standard Negation #> 7270 Subtypes of Asymmetric Standard Negation #> 7272 Subtypes of Asymmetric Standard Negation #> 7286 Subtypes of Asymmetric Standard Negation #> 7288 Subtypes of Asymmetric Standard Negation #> 7289 Subtypes of Asymmetric Standard Negation #> 7292 Subtypes of Asymmetric Standard Negation #> 7293 Subtypes of Asymmetric Standard Negation #> 7294 Subtypes of Asymmetric Standard Negation #> 7298 Subtypes of Asymmetric Standard Negation #> 7317 Subtypes of Asymmetric Standard Negation #> 7322 Subtypes of Asymmetric Standard Negation #> 7328 Subtypes of Asymmetric Standard Negation #> 7340 Subtypes of Asymmetric Standard Negation #> 7344 Subtypes of Asymmetric Standard Negation #> 7352 Subtypes of Asymmetric Standard Negation #> 7357 Subtypes of Asymmetric Standard Negation #> 7358 Subtypes of Asymmetric Standard Negation #> 7359 Subtypes of Asymmetric Standard Negation #> 7362 Subtypes of Asymmetric Standard Negation #> 7365 Subtypes of Asymmetric Standard Negation #> 7370 Subtypes of Asymmetric Standard Negation #> 7375 Subtypes of Asymmetric Standard Negation #> 7377 Subtypes of Asymmetric Standard Negation #> 7395 Subtypes of Asymmetric Standard Negation #> 7400 Subtypes of Asymmetric Standard Negation #> 7410 Subtypes of Asymmetric Standard Negation #> 7416 Subtypes of Asymmetric Standard Negation #> 7434 Subtypes of Asymmetric Standard Negation #> 7440 Subtypes of Asymmetric Standard Negation #> 7444 Subtypes of Asymmetric Standard Negation #> 7449 Subtypes of Asymmetric Standard Negation #> 7460 Subtypes of Asymmetric Standard Negation #> 7463 Subtypes of Asymmetric Standard Negation #> 7476 Subtypes of Asymmetric Standard Negation #> 7480 Subtypes of Asymmetric Standard Negation #> 7484 Subtypes of Asymmetric Standard Negation #> 7500 Negative Indefinite Pronouns and Predicate Negation #> 7501 Negative Indefinite Pronouns and Predicate Negation #> 7504 Negative Indefinite Pronouns and Predicate Negation #> 7505 Negative Indefinite Pronouns and Predicate Negation #> 7522 Negative Indefinite Pronouns and Predicate Negation #> 7530 Negative Indefinite Pronouns and Predicate Negation #> 7533 Negative Indefinite Pronouns and Predicate Negation #> 7534 Negative Indefinite Pronouns and Predicate Negation #> 7543 Negative Indefinite Pronouns and Predicate Negation #> 7547 Negative Indefinite Pronouns and Predicate Negation #> 7558 Negative Indefinite Pronouns and Predicate Negation #> 7564 Negative Indefinite Pronouns and Predicate Negation #> 7565 Negative Indefinite Pronouns and Predicate Negation #> 7568 Negative Indefinite Pronouns and Predicate Negation #> 7572 Negative Indefinite Pronouns and Predicate Negation #> 7579 Negative Indefinite Pronouns and Predicate Negation #> 7580 Negative Indefinite Pronouns and Predicate Negation #> 7596 Negative Indefinite Pronouns and Predicate Negation #> 7601 Negative Indefinite Pronouns and Predicate Negation #> 7623 Negative Indefinite Pronouns and Predicate Negation #> 7624 Negative Indefinite Pronouns and Predicate Negation #> 7648 Negative Indefinite Pronouns and Predicate Negation #> 7650 Negative Indefinite Pronouns and Predicate Negation #> 7656 Negative Indefinite Pronouns and Predicate Negation #> 7660 Negative Indefinite Pronouns and Predicate Negation #> 7662 Negative Indefinite Pronouns and Predicate Negation #> 7665 Negative Indefinite Pronouns and Predicate Negation #> 7666 Negative Indefinite Pronouns and Predicate Negation #> 7667 Negative Indefinite Pronouns and Predicate Negation #> 7668 Negative Indefinite Pronouns and Predicate Negation #> 7671 Negative Indefinite Pronouns and Predicate Negation #> 7675 Negative Indefinite Pronouns and Predicate Negation #> 7696 Polar Questions #> 7703 Polar Questions #> 7708 Polar Questions #> 7710 Polar Questions #> 7711 Polar Questions #> 7715 Polar Questions #> 7717 Polar Questions #> 7718 Polar Questions #> 7721 Polar Questions #> 7722 Polar Questions #> 7730 Polar Questions #> 7744 Polar Questions #> 7754 Polar Questions #> 7755 Polar Questions #> 7760 Polar Questions #> 7767 Polar Questions #> 7768 Polar Questions #> 7770 Polar Questions #> 7773 Polar Questions #> 7789 Polar Questions #> 7794 Polar Questions #> 7804 Polar Questions #> 7806 Polar Questions #> 7826 Polar Questions #> 7832 Polar Questions #> 7845 Polar Questions #> 7854 Polar Questions #> 7856 Polar Questions #> 7873 Polar Questions #> 7875 Polar Questions #> 7877 Polar Questions #> 7878 Polar Questions #> 7895 Polar Questions #> 7896 Polar Questions #> 7897 Polar Questions #> 7898 Polar Questions #> 7908 Polar Questions #> 7916 Polar Questions #> 7917 Polar Questions #> 7919 Polar Questions #> 7925 Polar Questions #> 7936 Polar Questions #> 7937 Polar Questions #> 7942 Polar Questions #> 7959 Polar Questions #> 7961 Polar Questions #> 7966 Polar Questions #> 7968 Polar Questions #> 7969 Polar Questions #> 7986 Polar Questions #> 7989 Polar Questions #> 7992 Polar Questions #> 7995 Polar Questions #> 7997 Polar Questions #> 8008 Polar Questions #> 8016 Polar Questions #> 8022 Polar Questions #> 8026 Polar Questions #> 8028 Polar Questions #> 8031 Polar Questions #> 8033 Polar Questions #> 8034 Polar Questions #> 8063 Polar Questions #> 8072 Polar Questions #> 8075 Polar Questions #> 8077 Polar Questions #> 8080 Polar Questions #> 8082 Polar Questions #> 8092 Polar Questions #> 8093 Polar Questions #> 8096 Polar Questions #> 8102 Polar Questions #> 8103 Polar Questions #> 8105 Polar Questions #> 8106 Polar Questions #> 8118 Polar Questions #> 8142 Polar Questions #> 8156 Polar Questions #> 8158 Polar Questions #> 8165 Polar Questions #> 8167 Polar Questions #> 8171 Polar Questions #> 8173 Polar Questions #> 8176 Polar Questions #> 8177 Polar Questions #> 8191 Polar Questions #> 8196 Polar Questions #> 8197 Polar Questions #> 8198 Polar Questions #> 8210 Polar Questions #> 8216 Polar Questions #> 8217 Polar Questions #> 8229 Polar Questions #> 8230 Polar Questions #> 8232 Polar Questions #> 8246 Polar Questions #> 8252 Polar Questions #> 8256 Polar Questions #> 8272 Polar Questions #> 8283 Polar Questions #> 8286 Polar Questions #> 8292 Polar Questions #> 8296 Polar Questions #> 8297 Polar Questions #> 8325 Polar Questions #> 8334 Polar Questions #> 8346 Polar Questions #> 8349 Polar Questions #> 8353 Polar Questions #> 8355 Polar Questions #> 8370 Polar Questions #> 8375 Polar Questions #> 8378 Polar Questions #> 8389 Polar Questions #> 8392 Polar Questions #> 8395 Polar Questions #> 8414 Polar Questions #> 8440 Polar Questions #> 8442 Polar Questions #> 8447 Polar Questions #> 8450 Polar Questions #> 8452 Polar Questions #> 8453 Polar Questions #> 8455 Polar Questions #> 8499 Polar Questions #> 8502 Polar Questions #> 8510 Polar Questions #> 8517 Polar Questions #> 8520 Polar Questions #> 8526 Polar Questions #> 8562 Polar Questions #> 8585 Polar Questions #> 8590 Polar Questions #> 8600 Polar Questions #> 8609 Polar Questions #> 8633 Polar Questions #> 8640 Polar Questions #> 8643 Polar Questions #> 8646 Polar Questions #> 8649 Polar Questions #> 8652 Predicative Possession #> 8654 Predicative Possession #> 8657 Predicative Possession #> 8663 Predicative Possession #> 8666 Predicative Possession #> 8682 Predicative Possession #> 8684 Predicative Possession #> 8706 Predicative Possession #> 8723 Predicative Possession #> 8728 Predicative Possession #> 8731 Predicative Possession #> 8732 Predicative Possession #> 8736 Predicative Possession #> 8740 Predicative Possession #> 8745 Predicative Possession #> 8765 Predicative Possession #> 8769 Predicative Possession #> 8777 Predicative Possession #> 8779 Predicative Possession #> 8780 Predicative Possession #> 8783 Predicative Possession #> 8803 Predicative Possession #> 8808 Predicative Possession #> 8810 Predicative Possession #> 8818 Predicative Possession #> 8830 Predicative Possession #> 8833 Predicative Possession #> 8844 Predicative Possession #> 8855 Predicative Possession #> 8857 Predicative Possession #> 8870 Predicative Possession #> 8873 Predicative Possession #> 8874 Predicative Possession #> 8881 Predicative Possession #> 8882 Predicative Possession #> 8885 Predicative Possession #> 8887 Predicative Possession #> 8906 Predicative Adjectives #> 8914 Predicative Adjectives #> 8918 Predicative Adjectives #> 8921 Predicative Adjectives #> 8922 Predicative Adjectives #> 8936 Predicative Adjectives #> 8937 Predicative Adjectives #> 8938 Predicative Adjectives #> 8956 Predicative Adjectives #> 8960 Predicative Adjectives #> 8963 Predicative Adjectives #> 8964 Predicative Adjectives #> 8965 Predicative Adjectives #> 8976 Predicative Adjectives #> 8979 Predicative Adjectives #> 8983 Predicative Adjectives #> 8986 Predicative Adjectives #> 8991 Predicative Adjectives #> 8993 Predicative Adjectives #> 8999 Predicative Adjectives #> 9003 Predicative Adjectives #> 9005 Predicative Adjectives #> 9012 Predicative Adjectives #> 9020 Predicative Adjectives #> 9022 Predicative Adjectives #> 9023 Predicative Adjectives #> 9026 Predicative Adjectives #> 9040 Predicative Adjectives #> 9043 Predicative Adjectives #> 9051 Predicative Adjectives #> 9052 Predicative Adjectives #> 9066 Predicative Adjectives #> 9085 Predicative Adjectives #> 9089 Predicative Adjectives #> 9092 Predicative Adjectives #> 9098 Predicative Adjectives #> 9099 Predicative Adjectives #> 9106 Predicative Adjectives #> 9109 Predicative Adjectives #> 9119 Predicative Adjectives #> 9132 Predicative Adjectives #> 9151 Predicative Adjectives #> 9165 Predicative Adjectives #> 9173 Predicative Adjectives #> 9174 Predicative Adjectives #> 9176 Predicative Adjectives #> 9177 Predicative Adjectives #> 9180 Predicative Adjectives #> 9183 Predicative Adjectives #> 9190 Predicative Adjectives #> 9194 Predicative Adjectives #> 9196 Predicative Adjectives #> 9200 Predicative Adjectives #> 9205 Predicative Adjectives #> 9206 Predicative Adjectives #> 9212 Predicative Adjectives #> 9218 Predicative Adjectives #> 9225 Predicative Adjectives #> 9230 Predicative Adjectives #> 9232 Predicative Adjectives #> 9235 Predicative Adjectives #> 9236 Predicative Adjectives #> 9243 Predicative Adjectives #> 9256 Predicative Adjectives #> 9262 Predicative Adjectives #> 9273 Predicative Adjectives #> 9278 Nominal and Locational Predication #> 9279 Nominal and Locational Predication #> 9287 Nominal and Locational Predication #> 9296 Nominal and Locational Predication #> 9313 Nominal and Locational Predication #> 9314 Nominal and Locational Predication #> 9328 Nominal and Locational Predication #> 9333 Nominal and Locational Predication #> 9334 Nominal and Locational Predication #> 9341 Nominal and Locational Predication #> 9346 Nominal and Locational Predication #> 9351 Nominal and Locational Predication #> 9354 Nominal and Locational Predication #> 9355 Nominal and Locational Predication #> 9357 Nominal and Locational Predication #> 9358 Nominal and Locational Predication #> 9361 Nominal and Locational Predication #> 9365 Nominal and Locational Predication #> 9371 Nominal and Locational Predication #> 9373 Nominal and Locational Predication #> 9376 Nominal and Locational Predication #> 9377 Nominal and Locational Predication #> 9383 Nominal and Locational Predication #> 9387 Nominal and Locational Predication #> 9389 Nominal and Locational Predication #> 9393 Nominal and Locational Predication #> 9397 Nominal and Locational Predication #> 9398 Nominal and Locational Predication #> 9399 Nominal and Locational Predication #> 9409 Nominal and Locational Predication #> 9419 Nominal and Locational Predication #> 9420 Nominal and Locational Predication #> 9428 Nominal and Locational Predication #> 9432 Nominal and Locational Predication #> 9433 Nominal and Locational Predication #> 9443 Nominal and Locational Predication #> 9448 Nominal and Locational Predication #> 9451 Nominal and Locational Predication #> 9453 Nominal and Locational Predication #> 9454 Nominal and Locational Predication #> 9456 Nominal and Locational Predication #> 9458 Nominal and Locational Predication #> 9460 Nominal and Locational Predication #> 9467 Nominal and Locational Predication #> 9473 Nominal and Locational Predication #> 9477 Nominal and Locational Predication #> 9489 Nominal and Locational Predication #> 9491 Nominal and Locational Predication #> 9495 Nominal and Locational Predication #> 9504 Nominal and Locational Predication #> 9511 Nominal and Locational Predication #> 9512 Nominal and Locational Predication #> 9520 Nominal and Locational Predication #> 9521 Nominal and Locational Predication #> 9522 Nominal and Locational Predication #> 9534 Nominal and Locational Predication #> 9570 Nominal and Locational Predication #> 9576 Nominal and Locational Predication #> 9579 Nominal and Locational Predication #> 9583 Nominal and Locational Predication #> 9592 Nominal and Locational Predication #> 9608 Nominal and Locational Predication #> 9611 Nominal and Locational Predication #> 9620 Nominal and Locational Predication #> 9633 Nominal and Locational Predication #> 9636 Nominal and Locational Predication #> 9675 Syllable Structure #> 9682 Syllable Structure #> 9694 Syllable Structure #> 9703 Syllable Structure #> 9708 Syllable Structure #> 9711 Syllable Structure #> 9731 Syllable Structure #> 9732 Syllable Structure #> 9757 Syllable Structure #> 9761 Syllable Structure #> 9766 Syllable Structure #> 9770 Syllable Structure #> 9772 Syllable Structure #> 9782 Syllable Structure #> 9784 Syllable Structure #> 9786 Syllable Structure #> 9793 Syllable Structure #> 9796 Syllable Structure #> 9798 Syllable Structure #> 9805 Syllable Structure #> 9808 Syllable Structure #> 9811 Syllable Structure #> 9812 Syllable Structure #> 9826 Syllable Structure #> 9832 Syllable Structure #> 9833 Syllable Structure #> 9843 Syllable Structure #> 9845 Syllable Structure #> 9846 Syllable Structure #> 9853 Syllable Structure #> 9878 Syllable Structure #> 9879 Syllable Structure #> 9885 Syllable Structure #> 9889 Syllable Structure #> 9891 Syllable Structure #> 9894 Syllable Structure #> 9896 Syllable Structure #> 9899 Syllable Structure #> 9903 Syllable Structure #> 9907 Syllable Structure #> 9910 Syllable Structure #> 9912 Syllable Structure #> 9917 Syllable Structure #> 9918 Syllable Structure #> 9921 Syllable Structure #> 9926 Syllable Structure #> 9928 Syllable Structure #> 9930 Syllable Structure #> 9932 Syllable Structure #> 9937 Syllable Structure #> 9939 Syllable Structure #> 9948 Syllable Structure #> 9959 Syllable Structure #> 9961 Syllable Structure #> 9963 Syllable Structure #> 9967 Syllable Structure #> 9980 Syllable Structure #> 9981 Syllable Structure #> 9987 Syllable Structure #> 9990 Syllable Structure #> 10004 Syllable Structure #> 10007 Syllable Structure #> 10009 Syllable Structure #> 10014 Syllable Structure #> 10020 Syllable Structure #> 10026 Syllable Structure #> 10046 Syllable Structure #> 10050 Syllable Structure #> 10053 Syllable Structure #> 10054 Syllable Structure #> 10061 Syllable Structure #> 10066 Syllable Structure #> 10067 Syllable Structure #> 10069 Syllable Structure #> 10087 Syllable Structure #> 10092 Syllable Structure #> 10095 Syllable Structure #> 10107 Syllable Structure #> 10124 Syllable Structure #> 10127 Syllable Structure #> 10134 Syllable Structure #> 10147 Syllable Structure #> 10154 Zero Copula for Predicate Nominals #> 10155 Zero Copula for Predicate Nominals #> 10156 Zero Copula for Predicate Nominals #> 10161 Zero Copula for Predicate Nominals #> 10168 Zero Copula for Predicate Nominals #> 10182 Zero Copula for Predicate Nominals #> 10183 Zero Copula for Predicate Nominals #> 10189 Zero Copula for Predicate Nominals #> 10191 Zero Copula for Predicate Nominals #> 10199 Zero Copula for Predicate Nominals #> 10200 Zero Copula for Predicate Nominals #> 10201 Zero Copula for Predicate Nominals #> 10205 Zero Copula for Predicate Nominals #> 10213 Zero Copula for Predicate Nominals #> 10227 Zero Copula for Predicate Nominals #> 10228 Zero Copula for Predicate Nominals #> 10233 Zero Copula for Predicate Nominals #> 10235 Zero Copula for Predicate Nominals #> 10241 Zero Copula for Predicate Nominals #> 10246 Zero Copula for Predicate Nominals #> 10247 Zero Copula for Predicate Nominals #> 10249 Zero Copula for Predicate Nominals #> 10250 Zero Copula for Predicate Nominals #> 10254 Zero Copula for Predicate Nominals #> 10259 Zero Copula for Predicate Nominals #> 10266 Zero Copula for Predicate Nominals #> 10274 Zero Copula for Predicate Nominals #> 10290 Zero Copula for Predicate Nominals #> 10304 Zero Copula for Predicate Nominals #> 10306 Zero Copula for Predicate Nominals #> 10307 Zero Copula for Predicate Nominals #> 10308 Zero Copula for Predicate Nominals #> 10313 Zero Copula for Predicate Nominals #> 10319 Zero Copula for Predicate Nominals #> 10322 Zero Copula for Predicate Nominals #> 10331 Zero Copula for Predicate Nominals #> 10334 Zero Copula for Predicate Nominals #> 10336 Zero Copula for Predicate Nominals #> 10342 Zero Copula for Predicate Nominals #> 10347 Zero Copula for Predicate Nominals #> 10360 Zero Copula for Predicate Nominals #> 10366 Zero Copula for Predicate Nominals #> 10368 Zero Copula for Predicate Nominals #> 10395 Zero Copula for Predicate Nominals #> 10405 Zero Copula for Predicate Nominals #> 10413 Zero Copula for Predicate Nominals #> 10416 Zero Copula for Predicate Nominals #> 10417 Zero Copula for Predicate Nominals #> 10419 Zero Copula for Predicate Nominals #> 10427 Zero Copula for Predicate Nominals #> 10429 Zero Copula for Predicate Nominals #> 10431 Zero Copula for Predicate Nominals #> 10439 Zero Copula for Predicate Nominals #> 10441 Zero Copula for Predicate Nominals #> 10449 Zero Copula for Predicate Nominals #> 10455 Zero Copula for Predicate Nominals #> 10456 Zero Copula for Predicate Nominals #> 10466 Zero Copula for Predicate Nominals #> 10475 Zero Copula for Predicate Nominals #> 10479 Zero Copula for Predicate Nominals #> 10489 Zero Copula for Predicate Nominals #> 10493 Zero Copula for Predicate Nominals #> 10509 Zero Copula for Predicate Nominals #> 10511 Zero Copula for Predicate Nominals #> 10516 Zero Copula for Predicate Nominals #> 10519 Zero Copula for Predicate Nominals #> 10545 Comparative Constructions #> 10552 Comparative Constructions #> 10553 Comparative Constructions #> 10561 Comparative Constructions #> 10569 Comparative Constructions #> 10572 Comparative Constructions #> 10574 Comparative Constructions #> 10579 Comparative Constructions #> 10580 Comparative Constructions #> 10582 Comparative Constructions #> 10587 Comparative Constructions #> 10596 Comparative Constructions #> 10598 Comparative Constructions #> 10604 Comparative Constructions #> 10616 Comparative Constructions #> 10623 Comparative Constructions #> 10630 Comparative Constructions #> 10634 Comparative Constructions #> 10635 Comparative Constructions #> 10637 Comparative Constructions #> 10638 Comparative Constructions #> 10639 Comparative Constructions #> 10640 Comparative Constructions #> 10642 Comparative Constructions #> 10647 Comparative Constructions #> 10656 Comparative Constructions #> 10670 Comparative Constructions #> 10691 Comparative Constructions #> 10695 Comparative Constructions #> 10721 Relativization on Subjects #> 10726 Relativization on Subjects #> 10729 Relativization on Subjects #> 10731 Relativization on Subjects #> 10741 Relativization on Subjects #> 10751 Relativization on Subjects #> 10758 Relativization on Subjects #> 10761 Relativization on Subjects #> 10764 Relativization on Subjects #> 10776 Relativization on Subjects #> 10777 Relativization on Subjects #> 10779 Relativization on Subjects #> 10788 Relativization on Subjects #> 10793 Relativization on Subjects #> 10799 Relativization on Subjects #> 10800 Relativization on Subjects #> 10810 Relativization on Subjects #> 10817 Relativization on Subjects #> 10820 Relativization on Subjects #> 10822 Relativization on Subjects #> 10823 Relativization on Subjects #> 10824 Relativization on Subjects #> 10837 Relativization on Subjects #> 10838 Relativization on Subjects #> 10844 Relativization on Subjects #> 10854 Relativization on Subjects #> 10865 Relativization on Subjects #> 10880 Relativization on Obliques #> 10886 Relativization on Obliques #> 10892 Relativization on Obliques #> 10894 Relativization on Obliques #> 10903 Relativization on Obliques #> 10906 Relativization on Obliques #> 10907 Relativization on Obliques #> 10908 Relativization on Obliques #> 10909 Relativization on Obliques #> 10919 Relativization on Obliques #> 10923 Relativization on Obliques #> 10925 Relativization on Obliques #> 10929 Relativization on Obliques #> 10937 Relativization on Obliques #> 10943 Relativization on Obliques #> 10946 Relativization on Obliques #> 10957 Relativization on Obliques #> 10960 Relativization on Obliques #> 10962 Relativization on Obliques #> 10967 Relativization on Obliques #> 10968 Relativization on Obliques #> 10975 Relativization on Obliques #> 10980 'Want' Complement Subjects #> 10995 'Want' Complement Subjects #> 10997 'Want' Complement Subjects #> 11012 'Want' Complement Subjects #> 11019 'Want' Complement Subjects #> 11028 'Want' Complement Subjects #> 11029 'Want' Complement Subjects #> 11033 'Want' Complement Subjects #> 11039 'Want' Complement Subjects #> 11041 'Want' Complement Subjects #> 11045 'Want' Complement Subjects #> 11049 'Want' Complement Subjects #> 11052 'Want' Complement Subjects #> 11060 'Want' Complement Subjects #> 11072 'Want' Complement Subjects #> 11087 'Want' Complement Subjects #> 11089 'Want' Complement Subjects #> 11090 'Want' Complement Subjects #> 11096 'Want' Complement Subjects #> 11099 'Want' Complement Subjects #> 11101 'Want' Complement Subjects #> 11115 'Want' Complement Subjects #> 11116 'Want' Complement Subjects #> 11119 'Want' Complement Subjects #> 11126 'Want' Complement Subjects #> 11131 'Want' Complement Subjects #> 11139 'Want' Complement Subjects #> 11151 'Want' Complement Subjects #> 11152 'Want' Complement Subjects #> 11155 'Want' Complement Subjects #> 11158 'Want' Complement Subjects #> 11165 'Want' Complement Subjects #> 11170 'Want' Complement Subjects #> 11171 'Want' Complement Subjects #> 11173 'Want' Complement Subjects #> 11177 'Want' Complement Subjects #> 11178 'Want' Complement Subjects #> 11179 'Want' Complement Subjects #> 11183 'Want' Complement Subjects #> 11196 'Want' Complement Subjects #> 11203 'Want' Complement Subjects #> 11232 'Want' Complement Subjects #> 11236 'Want' Complement Subjects #> 11246 'Want' Complement Subjects #> 11258 'Want' Complement Subjects #> 11264 Purpose Clauses #> 11276 Purpose Clauses #> 11296 Purpose Clauses #> 11300 Purpose Clauses #> 11306 Purpose Clauses #> 11319 Purpose Clauses #> 11334 Purpose Clauses #> 11335 Purpose Clauses #> 11349 Purpose Clauses #> 11350 Purpose Clauses #> 11360 Purpose Clauses #> 11366 Purpose Clauses #> 11373 Purpose Clauses #> 11375 Purpose Clauses #> 11387 Purpose Clauses #> 11388 Purpose Clauses #> 11391 Purpose Clauses #> 11392 Purpose Clauses #> 11395 Purpose Clauses #> 11404 Purpose Clauses #> 11417 Purpose Clauses #> 11426 Purpose Clauses #> 11428 Purpose Clauses #> 11432 'When' Clauses #> 11455 'When' Clauses #> 11456 'When' Clauses #> 11463 'When' Clauses #> 11474 'When' Clauses #> 11475 'When' Clauses #> 11477 'When' Clauses #> 11488 'When' Clauses #> 11504 'When' Clauses #> 11514 'When' Clauses #> 11516 'When' Clauses #> 11520 'When' Clauses #> 11540 'When' Clauses #> 11543 'When' Clauses #> 11554 'When' Clauses #> 11559 'When' Clauses #> 11563 'When' Clauses #> 11569 'When' Clauses #> 11571 'When' Clauses #> 11591 'When' Clauses #> 11604 'When' Clauses #> 11606 Reason Clauses #> 11617 Reason Clauses #> 11620 Reason Clauses #> 11625 Reason Clauses #> 11628 Reason Clauses #> 11636 Reason Clauses #> 11638 Reason Clauses #> 11640 Reason Clauses #> 11643 Reason Clauses #> 11658 Reason Clauses #> 11664 Reason Clauses #> 11666 Reason Clauses #> 11677 Reason Clauses #> 11691 Reason Clauses #> 11697 Reason Clauses #> 11700 Reason Clauses #> 11713 Reason Clauses #> 11725 Reason Clauses #> 11734 Reason Clauses #> 11746 Reason Clauses #> 11748 Reason Clauses #> 11784 Utterance Complement Clauses #> 11786 Utterance Complement Clauses #> 11803 Utterance Complement Clauses #> 11807 Utterance Complement Clauses #> 11814 Utterance Complement Clauses #> 11825 Utterance Complement Clauses #> 11826 Utterance Complement Clauses #> 11828 Utterance Complement Clauses #> 11829 Utterance Complement Clauses #> 11837 Utterance Complement Clauses #> 11839 Utterance Complement Clauses #> 11842 Utterance Complement Clauses #> 11846 Utterance Complement Clauses #> 11856 Utterance Complement Clauses #> 11859 Utterance Complement Clauses #> 11871 Utterance Complement Clauses #> 11888 Utterance Complement Clauses #> 11895 Utterance Complement Clauses #> 11899 Utterance Complement Clauses #> 11905 Utterance Complement Clauses #> 11911 Utterance Complement Clauses #> 11918 Hand and Arm #> 11921 Hand and Arm #> 11922 Hand and Arm #> 11926 Hand and Arm #> 11928 Hand and Arm #> 11933 Hand and Arm #> 11935 Hand and Arm #> 11937 Hand and Arm #> 11938 Hand and Arm #> 11939 Hand and Arm #> 11945 Hand and Arm #> 11952 Hand and Arm #> 11956 Hand and Arm #> 11961 Hand and Arm #> 11962 Hand and Arm #> 11971 Hand and Arm #> 11978 Hand and Arm #> 11979 Hand and Arm #> 11985 Hand and Arm #> 11990 Hand and Arm #> 11993 Hand and Arm #> 11995 Hand and Arm #> 12003 Hand and Arm #> 12005 Hand and Arm #> 12007 Hand and Arm #> 12013 Hand and Arm #> 12014 Hand and Arm #> 12018 Hand and Arm #> 12020 Hand and Arm #> 12021 Hand and Arm #> 12022 Hand and Arm #> 12025 Hand and Arm #> 12026 Hand and Arm #> 12031 Hand and Arm #> 12034 Hand and Arm #> 12037 Hand and Arm #> 12039 Hand and Arm #> 12043 Hand and Arm #> 12048 Hand and Arm #> 12050 Hand and Arm #> 12051 Hand and Arm #> 12054 Hand and Arm #> 12059 Hand and Arm #> 12060 Hand and Arm #> 12063 Hand and Arm #> 12065 Hand and Arm #> 12070 Hand and Arm #> 12073 Hand and Arm #> 12074 Hand and Arm #> 12080 Hand and Arm #> 12081 Hand and Arm #> 12083 Hand and Arm #> 12084 Hand and Arm #> 12090 Hand and Arm #> 12093 Hand and Arm #> 12095 Hand and Arm #> 12096 Hand and Arm #> 12099 Hand and Arm #> 12100 Hand and Arm #> 12102 Hand and Arm #> 12107 Hand and Arm #> 12108 Hand and Arm #> 12109 Hand and Arm #> 12112 Hand and Arm #> 12113 Hand and Arm #> 12117 Hand and Arm #> 12118 Hand and Arm #> 12123 Hand and Arm #> 12124 Hand and Arm #> 12130 Hand and Arm #> 12131 Hand and Arm #> 12134 Hand and Arm #> 12135 Hand and Arm #> 12136 Hand and Arm #> 12140 Hand and Arm #> 12144 Hand and Arm #> 12153 Hand and Arm #> 12156 Hand and Arm #> 12162 Hand and Arm #> 12172 Hand and Arm #> 12174 Hand and Arm #> 12175 Hand and Arm #> 12188 Hand and Arm #> 12211 Hand and Arm #> 12214 Hand and Arm #> 12221 Hand and Arm #> 12230 Hand and Arm #> 12263 Hand and Arm #> 12268 Hand and Arm #> 12281 Hand and Arm #> 12290 Hand and Arm #> 12293 Hand and Arm #> 12295 Hand and Arm #> 12298 Hand and Arm #> 12304 Hand and Arm #> 12333 Hand and Arm #> 12342 Hand and Arm #> 12347 Hand and Arm #> 12352 Hand and Arm #> 12356 Hand and Arm #> 12398 Hand and Arm #> 12402 Hand and Arm #> 12427 Hand and Arm #> 12444 Hand and Arm #> 12455 Hand and Arm #> 12479 Hand and Arm #> 12503 Hand and Arm #> 12510 Hand and Arm #> 12511 Hand and Arm #> 12515 Hand and Arm #> 12517 Hand and Arm #> 12525 Hand and Arm #> 12526 Hand and Arm #> 12532 Hand and Arm #> 12536 Tone #> 12539 Tone #> 12543 Tone #> 12546 Tone #> 12554 Tone #> 12562 Tone #> 12564 Tone #> 12640 Tone #> 12641 Tone #> 12643 Tone #> 12649 Tone #> 12651 Tone #> 12653 Tone #> 12659 Tone #> 12671 Tone #> 12677 Tone #> 12690 Tone #> 12707 Tone #> 12713 Tone #> 12715 Tone #> 12721 Tone #> 12729 Tone #> 12731 Tone #> 12750 Tone #> 12758 Tone #> 12759 Tone #> 12773 Tone #> 12776 Tone #> 12779 Tone #> 12781 Tone #> 12784 Tone #> 12796 Tone #> 12801 Tone #> 12807 Tone #> 12825 Tone #> 12837 Tone #> 12845 Tone #> 12849 Tone #> 12851 Tone #> 12860 Tone #> 12864 Tone #> 12867 Tone #> 12868 Tone #> 12871 Tone #> 12872 Tone #> 12873 Tone #> 12880 Tone #> 12882 Tone #> 12885 Tone #> 12892 Tone #> 12901 Tone #> 12904 Tone #> 12911 Tone #> 12916 Tone #> 12917 Tone #> 12921 Tone #> 12923 Tone #> 12932 Tone #> 12937 Tone #> 12940 Tone #> 12944 Tone #> 12950 Tone #> 12955 Tone #> 12958 Tone #> 12967 Tone #> 12969 Tone #> 12973 Tone #> 12978 Tone #> 12987 Tone #> 12988 Tone #> 12989 Tone #> 12990 Tone #> 12992 Tone #> 12993 Tone #> 12996 Tone #> 13004 Tone #> 13005 Tone #> 13012 Tone #> 13013 Tone #> 13018 Tone #> 13024 Tone #> 13027 Tone #> 13028 Tone #> 13030 Tone #> 13031 Tone #> 13032 Tone #> 13036 Tone #> 13038 Tone #> 13048 Tone #> 13057 Tone #> 13063 Finger and Hand #> 13083 Finger and Hand #> 13094 Finger and Hand #> 13100 Finger and Hand #> 13138 Finger and Hand #> 13141 Finger and Hand #> 13144 Finger and Hand #> 13146 Finger and Hand #> 13152 Finger and Hand #> 13153 Finger and Hand #> 13154 Finger and Hand #> 13159 Finger and Hand #> 13160 Finger and Hand #> 13161 Finger and Hand #> 13162 Finger and Hand #> 13168 Finger and Hand #> 13169 Finger and Hand #> 13172 Finger and Hand #> 13180 Finger and Hand #> 13182 Finger and Hand #> 13186 Finger and Hand #> 13191 Finger and Hand #> 13201 Finger and Hand #> 13202 Finger and Hand #> 13207 Finger and Hand #> 13220 Finger and Hand #> 13225 Finger and Hand #> 13228 Finger and Hand #> 13231 Finger and Hand #> 13232 Finger and Hand #> 13233 Finger and Hand #> 13240 Finger and Hand #> 13248 Finger and Hand #> 13250 Finger and Hand #> 13257 Finger and Hand #> 13264 Finger and Hand #> 13267 Finger and Hand #> 13272 Finger and Hand #> 13283 Finger and Hand #> 13288 Finger and Hand #> 13294 Finger and Hand #> 13298 Finger and Hand #> 13305 Finger and Hand #> 13313 Finger and Hand #> 13319 Finger and Hand #> 13327 Finger and Hand #> 13330 Finger and Hand #> 13333 Finger and Hand #> 13335 Finger and Hand #> 13337 Finger and Hand #> 13340 Finger and Hand #> 13345 Finger and Hand #> 13358 Finger and Hand #> 13362 Finger and Hand #> 13365 Finger and Hand #> 13367 Finger and Hand #> 13368 Finger and Hand #> 13372 Finger and Hand #> 13378 Finger and Hand #> 13379 Finger and Hand #> 13386 Finger and Hand #> 13393 Finger and Hand #> 13397 Finger and Hand #> 13398 Finger and Hand #> 13408 Finger and Hand #> 13409 Finger and Hand #> 13416 Finger and Hand #> 13426 Finger and Hand #> 13429 Finger and Hand #> 13430 Finger and Hand #> 13431 Finger and Hand #> 13432 Finger and Hand #> 13441 Finger and Hand #> 13450 Finger and Hand #> 13454 Finger and Hand #> 13455 Finger and Hand #> 13458 Finger and Hand #> 13459 Finger and Hand #> 13465 Finger and Hand #> 13466 Finger and Hand #> 13474 Finger and Hand #> 13477 Finger and Hand #> 13488 Finger and Hand #> 13495 Finger and Hand #> 13500 Finger and Hand #> 13506 Finger and Hand #> 13509 Finger and Hand #> 13523 Finger and Hand #> 13535 Finger and Hand #> 13542 Finger and Hand #> 13544 Finger and Hand #> 13547 Finger and Hand #> 13553 Finger and Hand #> 13554 Finger and Hand #> 13558 Finger and Hand #> 13559 Finger and Hand #> 13574 Finger and Hand #> 13575 Finger and Hand #> 13583 Finger and Hand #> 13589 Finger and Hand #> 13592 Finger and Hand #> 13595 Finger and Hand #> 13597 Finger and Hand #> 13603 Finger and Hand #> 13605 Finger and Hand #> 13606 Finger and Hand #> 13609 Finger and Hand #> 13610 Finger and Hand #> 13620 Finger and Hand #> 13621 Finger and Hand #> 13626 Finger and Hand #> 13630 Finger and Hand #> 13648 Finger and Hand #> 13651 Finger and Hand #> 13654 Finger and Hand #> 13702 Cultural Categories of Languages with Identity of 'Finger' and 'Hand' #> 13721 Cultural Categories of Languages with Identity of 'Finger' and 'Hand' #> 13724 Cultural Categories of Languages with Identity of 'Finger' and 'Hand' #> 13726 Cultural Categories of Languages with Identity of 'Finger' and 'Hand' #> 13735 Numeral Bases #> 13741 Numeral Bases #> 13743 Numeral Bases #> 13744 Numeral Bases #> 13745 Numeral Bases #> 13763 Numeral Bases #> 13764 Numeral Bases #> 13766 Numeral Bases #> 13773 Numeral Bases #> 13776 Numeral Bases #> 13785 Numeral Bases #> 13789 Numeral Bases #> 13795 Numeral Bases #> 13801 Numeral Bases #> 13804 Numeral Bases #> 13805 Numeral Bases #> 13811 Numeral Bases #> 13820 Numeral Bases #> 13828 Numeral Bases #> 13832 Numeral Bases #> 13835 Numeral Bases #> 13836 Numeral Bases #> 13838 Numeral Bases #> 13842 Numeral Bases #> 13844 Numeral Bases #> 13852 Numeral Bases #> 13859 Numeral Bases #> 13860 Numeral Bases #> 13865 Numeral Bases #> 13867 Numeral Bases #> 13870 Numeral Bases #> 13872 Numeral Bases #> 13873 Numeral Bases #> 13876 Numeral Bases #> 13887 Numeral Bases #> 13892 Numeral Bases #> 13895 Numeral Bases #> 13896 Numeral Bases #> 13915 Numeral Bases #> 13935 Number of Non-Derived Basic Colour Categories #> 13949 Number of Non-Derived Basic Colour Categories #> 13950 Number of Non-Derived Basic Colour Categories #> 13952 Number of Non-Derived Basic Colour Categories #> 13969 Number of Non-Derived Basic Colour Categories #> 13970 Number of Non-Derived Basic Colour Categories #> 13984 Number of Non-Derived Basic Colour Categories #> 13994 Number of Non-Derived Basic Colour Categories #> 13995 Number of Non-Derived Basic Colour Categories #> 14001 Number of Non-Derived Basic Colour Categories #> 14009 Number of Non-Derived Basic Colour Categories #> 14010 Number of Non-Derived Basic Colour Categories #> 14014 Number of Non-Derived Basic Colour Categories #> 14015 Number of Non-Derived Basic Colour Categories #> 14020 Number of Non-Derived Basic Colour Categories #> 14027 Number of Non-Derived Basic Colour Categories #> 14031 Number of Non-Derived Basic Colour Categories #> 14034 Number of Non-Derived Basic Colour Categories #> 14059 Number of Basic Colour Categories #> 14064 Number of Basic Colour Categories #> 14066 Number of Basic Colour Categories #> 14083 Number of Basic Colour Categories #> 14089 Number of Basic Colour Categories #> 14090 Number of Basic Colour Categories #> 14101 Number of Basic Colour Categories #> 14124 Number of Basic Colour Categories #> 14129 Number of Basic Colour Categories #> 14132 Number of Basic Colour Categories #> 14136 Number of Basic Colour Categories #> 14137 Number of Basic Colour Categories #> 14139 Number of Basic Colour Categories #> 14142 Number of Basic Colour Categories #> 14146 Number of Basic Colour Categories #> 14147 Number of Basic Colour Categories #> 14149 Number of Basic Colour Categories #> 14152 Number of Basic Colour Categories #> 14163 Green and Blue #> 14169 Green and Blue #> 14170 Green and Blue #> 14171 Green and Blue #> 14172 Green and Blue #> 14186 Green and Blue #> 14194 Green and Blue #> 14197 Green and Blue #> 14202 Green and Blue #> 14205 Green and Blue #> 14208 Green and Blue #> 14232 Green and Blue #> 14236 Green and Blue #> 14245 Green and Blue #> 14248 Green and Blue #> 14271 Green and Blue #> 14272 Green and Blue #> 14274 Green and Blue #> 14283 Red and Yellow #> 14285 Red and Yellow #> 14289 Red and Yellow #> 14293 Red and Yellow #> 14304 Red and Yellow #> 14308 Red and Yellow #> 14311 Red and Yellow #> 14312 Red and Yellow #> 14313 Red and Yellow #> 14323 Red and Yellow #> 14324 Red and Yellow #> 14326 Red and Yellow #> 14328 Red and Yellow #> 14329 Red and Yellow #> 14343 Red and Yellow #> 14347 Red and Yellow #> 14357 Red and Yellow #> 14391 Red and Yellow #> 14415 M-T Pronouns #> 14424 M-T Pronouns #> 14426 M-T Pronouns #> 14436 M-T Pronouns #> 14456 M-T Pronouns #> 14457 M-T Pronouns #> 14463 M-T Pronouns #> 14469 M-T Pronouns #> 14473 M-T Pronouns #> 14489 M-T Pronouns #> 14496 M-T Pronouns #> 14501 M-T Pronouns #> 14503 M-T Pronouns #> 14505 M-T Pronouns #> 14512 M-T Pronouns #> 14520 M-T Pronouns #> 14524 M-T Pronouns #> 14525 M-T Pronouns #> 14541 M-T Pronouns #> 14543 M-T Pronouns #> 14550 M-T Pronouns #> 14553 M-T Pronouns #> 14555 M-T Pronouns #> 14558 M-T Pronouns #> 14561 M-T Pronouns #> 14568 M-T Pronouns #> 14572 M-T Pronouns #> 14587 M-T Pronouns #> 14589 M-T Pronouns #> 14631 M in First Person Singular #> 14656 M in First Person Singular #> 14663 M in First Person Singular #> 14665 M in First Person Singular #> 14672 M in First Person Singular #> 14678 M in First Person Singular #> 14696 M in First Person Singular #> 14698 M in First Person Singular #> 14702 M in First Person Singular #> 14703 M in First Person Singular #> 14709 M in First Person Singular #> 14713 M in First Person Singular #> 14716 M in First Person Singular #> 14718 M in First Person Singular #> 14732 M in First Person Singular #> 14735 M in First Person Singular #> 14745 M in First Person Singular #> 14751 M in First Person Singular #> 14768 M in First Person Singular #> 14772 M in First Person Singular #> 14777 M in First Person Singular #> 14779 M in First Person Singular #> 14786 M in First Person Singular #> 14792 M in First Person Singular #> 14799 M in First Person Singular #> 14801 M in First Person Singular #> 14802 M in First Person Singular #> 14837 M in First Person Singular #> 14860 M in First Person Singular #> 14862 N-M Pronouns #> 14872 N-M Pronouns #> 14875 N-M Pronouns #> 14887 N-M Pronouns #> 14906 N-M Pronouns #> 14911 N-M Pronouns #> 14914 N-M Pronouns #> 14918 N-M Pronouns #> 14920 N-M Pronouns #> 14924 N-M Pronouns #> 14952 N-M Pronouns #> 14961 N-M Pronouns #> 14971 N-M Pronouns #> 14974 N-M Pronouns #> 14993 N-M Pronouns #> 14998 N-M Pronouns #> 15000 N-M Pronouns #> 15021 N-M Pronouns #> 15027 N-M Pronouns #> 15036 N-M Pronouns #> 15045 N-M Pronouns #> 15054 N-M Pronouns #> 15055 N-M Pronouns #> 15061 N-M Pronouns #> 15062 N-M Pronouns #> 15063 N-M Pronouns #> 15076 N-M Pronouns #> 15078 N-M Pronouns #> 15085 N-M Pronouns #> 15095 M in Second Person Singular #> 15103 M in Second Person Singular #> 15114 M in Second Person Singular #> 15126 M in Second Person Singular #> 15132 M in Second Person Singular #> 15136 M in Second Person Singular #> 15142 M in Second Person Singular #> 15145 M in Second Person Singular #> 15150 M in Second Person Singular #> 15161 M in Second Person Singular #> 15167 M in Second Person Singular #> 15175 M in Second Person Singular #> 15178 M in Second Person Singular #> 15214 M in Second Person Singular #> 15220 M in Second Person Singular #> 15240 M in Second Person Singular #> 15245 M in Second Person Singular #> 15248 M in Second Person Singular #> 15259 M in Second Person Singular #> 15260 M in Second Person Singular #> 15264 M in Second Person Singular #> 15278 M in Second Person Singular #> 15282 M in Second Person Singular #> 15291 M in Second Person Singular #> 15298 M in Second Person Singular #> 15306 M in Second Person Singular #> 15307 M in Second Person Singular #> 15310 M in Second Person Singular #> 15313 M in Second Person Singular #> 15324 Tea #> 15338 Tea #> 15340 Tea #> 15354 Tea #> 15377 Tea #> 15381 Tea #> 15392 Tea #> 15393 Tea #> 15395 Tea #> 15397 Tea #> 15401 Tea #> 15402 Tea #> 15403 Tea #> 15404 Tea #> 15414 Tea #> 15417 Tea #> 15418 Tea #> 15427 Tea #> 15431 Tea #> 15449 Tea #> 15479 Tea #> 15480 Tea #> 15482 Tea #> 15488 Tea #> 15497 Tea #> 15501 Tea #> 15507 Tea #> 15510 Tea #> 15512 Tea #> 15519 Tea #> 15520 Tea #> 15522 Tea #> 15526 Tea #> 15530 Tea #> 15536 Tea #> 15537 Tea #> 15539 Tea #> 15548 Tea #> 15549 Tea #> 15563 Irregular Negatives in Sign Languages #> 15589 Fixed Stress Locations #> 15596 Fixed Stress Locations #> 15597 Fixed Stress Locations #> 15640 Fixed Stress Locations #> 15652 Fixed Stress Locations #> 15680 Fixed Stress Locations #> 15697 Fixed Stress Locations #> 15703 Fixed Stress Locations #> 15711 Fixed Stress Locations #> 15725 Fixed Stress Locations #> 15742 Fixed Stress Locations #> 15743 Fixed Stress Locations #> 15770 Fixed Stress Locations #> 15779 Fixed Stress Locations #> 15792 Fixed Stress Locations #> 15798 Fixed Stress Locations #> 15809 Fixed Stress Locations #> 15817 Fixed Stress Locations #> 15837 Fixed Stress Locations #> 15846 Fixed Stress Locations #> 15849 Fixed Stress Locations #> 15851 Fixed Stress Locations #> 15856 Fixed Stress Locations #> 15886 Fixed Stress Locations #> 15958 Fixed Stress Locations #> 15968 Fixed Stress Locations #> 15985 Fixed Stress Locations #> 16014 Fixed Stress Locations #> 16029 Fixed Stress Locations #> 16039 Fixed Stress Locations #> 16042 Fixed Stress Locations #> 16047 Fixed Stress Locations #> 16056 Fixed Stress Locations #> 16075 Fixed Stress Locations #> 16076 Fixed Stress Locations #> 16086 Fixed Stress Locations #> 16105 Question Particles in Sign Languages #> 16137 Para-Linguistic Usages of Clicks #> 16148 Para-Linguistic Usages of Clicks #> 16149 Para-Linguistic Usages of Clicks #> 16153 Para-Linguistic Usages of Clicks #> 16160 Para-Linguistic Usages of Clicks #> 16161 Para-Linguistic Usages of Clicks #> 16164 Para-Linguistic Usages of Clicks #> 16165 Para-Linguistic Usages of Clicks #> 16168 Para-Linguistic Usages of Clicks #> 16171 Para-Linguistic Usages of Clicks #> 16172 Para-Linguistic Usages of Clicks #> 16179 Para-Linguistic Usages of Clicks #> 16182 Para-Linguistic Usages of Clicks #> 16202 Para-Linguistic Usages of Clicks #> 16204 Para-Linguistic Usages of Clicks #> 16208 Para-Linguistic Usages of Clicks #> 16214 Para-Linguistic Usages of Clicks #> 16216 Para-Linguistic Usages of Clicks #> 16222 Para-Linguistic Usages of Clicks #> 16225 Para-Linguistic Usages of Clicks #> 16230 Para-Linguistic Usages of Clicks #> 16231 Para-Linguistic Usages of Clicks #> 16245 Para-Linguistic Usages of Clicks #> 16259 Para-Linguistic Usages of Clicks #> 16266 Para-Linguistic Usages of Clicks #> 16267 Para-Linguistic Usages of Clicks #> 16269 Para-Linguistic Usages of Clicks #> 16270 Para-Linguistic Usages of Clicks #> 16279 Order of Negative Morpheme and Verb #> 16297 Order of Negative Morpheme and Verb #> 16304 Order of Negative Morpheme and Verb #> 16308 Order of Negative Morpheme and Verb #> 16314 Order of Negative Morpheme and Verb #> 16320 Order of Negative Morpheme and Verb #> 16332 Order of Negative Morpheme and Verb #> 16334 Order of Negative Morpheme and Verb #> 16352 Order of Negative Morpheme and Verb #> 16355 Order of Negative Morpheme and Verb #> 16361 Order of Negative Morpheme and Verb #> 16366 Order of Negative Morpheme and Verb #> 16368 Order of Negative Morpheme and Verb #> 16386 Order of Negative Morpheme and Verb #> 16387 Order of Negative Morpheme and Verb #> 16395 Order of Negative Morpheme and Verb #> 16402 Order of Negative Morpheme and Verb #> 16413 Order of Negative Morpheme and Verb #> 16429 Order of Negative Morpheme and Verb #> 16437 Order of Negative Morpheme and Verb #> 16439 Order of Negative Morpheme and Verb #> 16442 Order of Negative Morpheme and Verb #> 16449 Order of Negative Morpheme and Verb #> 16462 Order of Negative Morpheme and Verb #> 16473 Order of Negative Morpheme and Verb #> 16474 Order of Negative Morpheme and Verb #> 16482 Order of Negative Morpheme and Verb #> 16494 Order of Negative Morpheme and Verb #> 16496 Order of Negative Morpheme and Verb #> 16509 Order of Negative Morpheme and Verb #> 16519 Order of Negative Morpheme and Verb #> 16520 Order of Negative Morpheme and Verb #> 16523 Order of Negative Morpheme and Verb #> 16527 Order of Negative Morpheme and Verb #> 16548 Order of Negative Morpheme and Verb #> 16551 Order of Negative Morpheme and Verb #> 16553 Order of Negative Morpheme and Verb #> 16566 Order of Negative Morpheme and Verb #> 16579 Order of Negative Morpheme and Verb #> 16581 Order of Negative Morpheme and Verb #> 16582 Order of Negative Morpheme and Verb #> 16585 Order of Negative Morpheme and Verb #> 16606 Order of Negative Morpheme and Verb #> 16610 Order of Negative Morpheme and Verb #> 16622 Order of Negative Morpheme and Verb #> 16631 Order of Negative Morpheme and Verb #> 16645 Order of Negative Morpheme and Verb #> 16649 Order of Negative Morpheme and Verb #> 16650 Order of Negative Morpheme and Verb #> 16651 Order of Negative Morpheme and Verb #> 16654 Order of Negative Morpheme and Verb #> 16655 Order of Negative Morpheme and Verb #> 16666 Order of Negative Morpheme and Verb #> 16679 Order of Negative Morpheme and Verb #> 16686 Order of Negative Morpheme and Verb #> 16691 Order of Negative Morpheme and Verb #> 16702 Order of Negative Morpheme and Verb #> 16713 Order of Negative Morpheme and Verb #> 16715 Order of Negative Morpheme and Verb #> 16718 Order of Negative Morpheme and Verb #> 16720 Order of Negative Morpheme and Verb #> 16721 Order of Negative Morpheme and Verb #> 16724 Order of Negative Morpheme and Verb #> 16741 Order of Negative Morpheme and Verb #> 16753 Order of Negative Morpheme and Verb #> 16755 Order of Negative Morpheme and Verb #> 16759 Order of Negative Morpheme and Verb #> 16762 Order of Negative Morpheme and Verb #> 16767 Order of Negative Morpheme and Verb #> 16772 Order of Negative Morpheme and Verb #> 16774 Order of Negative Morpheme and Verb #> 16776 Order of Negative Morpheme and Verb #> 16791 Order of Negative Morpheme and Verb #> 16793 Order of Negative Morpheme and Verb #> 16797 Order of Negative Morpheme and Verb #> 16804 Order of Negative Morpheme and Verb #> 16818 Order of Negative Morpheme and Verb #> 16820 Order of Negative Morpheme and Verb #> 16821 Order of Negative Morpheme and Verb #> 16824 Order of Negative Morpheme and Verb #> 16830 Order of Negative Morpheme and Verb #> 16831 Order of Negative Morpheme and Verb #> 16834 Order of Negative Morpheme and Verb #> 16837 Order of Negative Morpheme and Verb #> 16839 Order of Negative Morpheme and Verb #> 16868 Order of Negative Morpheme and Verb #> 16872 Order of Negative Morpheme and Verb #> 16880 Order of Negative Morpheme and Verb #> 16887 Order of Negative Morpheme and Verb #> 16888 Order of Negative Morpheme and Verb #> 16889 Order of Negative Morpheme and Verb #> 16895 Order of Negative Morpheme and Verb #> 16899 Order of Negative Morpheme and Verb #> 16926 Order of Negative Morpheme and Verb #> 16935 Order of Negative Morpheme and Verb #> 16938 Order of Negative Morpheme and Verb #> 16943 Order of Negative Morpheme and Verb #> 16946 Order of Negative Morpheme and Verb #> 16947 Order of Negative Morpheme and Verb #> 16953 Order of Negative Morpheme and Verb #> 16964 Order of Negative Morpheme and Verb #> 16966 Order of Negative Morpheme and Verb #> 16969 Order of Negative Morpheme and Verb #> 16975 Order of Negative Morpheme and Verb #> 16986 Order of Negative Morpheme and Verb #> 16989 Order of Negative Morpheme and Verb #> 16997 Order of Negative Morpheme and Verb #> 17002 Order of Negative Morpheme and Verb #> 17004 Order of Negative Morpheme and Verb #> 17019 Order of Negative Morpheme and Verb #> 17027 Order of Negative Morpheme and Verb #> 17033 Order of Negative Morpheme and Verb #> 17036 Order of Negative Morpheme and Verb #> 17038 Order of Negative Morpheme and Verb #> 17039 Order of Negative Morpheme and Verb #> 17045 Order of Negative Morpheme and Verb #> 17061 Order of Negative Morpheme and Verb #> 17069 Order of Negative Morpheme and Verb #> 17072 Order of Negative Morpheme and Verb #> 17074 Order of Negative Morpheme and Verb #> 17075 Order of Negative Morpheme and Verb #> 17076 Order of Negative Morpheme and Verb #> 17088 Order of Negative Morpheme and Verb #> 17091 Order of Negative Morpheme and Verb #> 17097 Order of Negative Morpheme and Verb #> 17105 Order of Negative Morpheme and Verb #> 17108 Order of Negative Morpheme and Verb #> 17114 Order of Negative Morpheme and Verb #> 17115 Order of Negative Morpheme and Verb #> 17118 Order of Negative Morpheme and Verb #> 17124 Order of Negative Morpheme and Verb #> 17134 Order of Negative Morpheme and Verb #> 17140 Order of Negative Morpheme and Verb #> 17141 Order of Negative Morpheme and Verb #> 17146 Order of Negative Morpheme and Verb #> 17154 Order of Negative Morpheme and Verb #> 17159 Order of Negative Morpheme and Verb #> 17160 Order of Negative Morpheme and Verb #> 17163 Order of Negative Morpheme and Verb #> 17167 Order of Negative Morpheme and Verb #> 17179 Order of Negative Morpheme and Verb #> 17191 Order of Negative Morpheme and Verb #> 17208 Order of Negative Morpheme and Verb #> 17218 Order of Negative Morpheme and Verb #> 17226 Order of Negative Morpheme and Verb #> 17234 Order of Negative Morpheme and Verb #> 17242 Order of Negative Morpheme and Verb #> 17291 Order of Negative Morpheme and Verb #> 17295 Order of Negative Morpheme and Verb #> 17306 Order of Negative Morpheme and Verb #> 17311 Order of Negative Morpheme and Verb #> 17313 Order of Negative Morpheme and Verb #> 17320 Order of Negative Morpheme and Verb #> 17329 Order of Negative Morpheme and Verb #> 17332 Order of Negative Morpheme and Verb #> 17351 Order of Negative Morpheme and Verb #> 17353 Order of Negative Morpheme and Verb #> 17354 Order of Negative Morpheme and Verb #> 17363 Order of Negative Morpheme and Verb #> 17366 Order of Negative Morpheme and Verb #> 17382 Order of Negative Morpheme and Verb #> 17385 Order of Negative Morpheme and Verb #> 17386 Order of Negative Morpheme and Verb #> 17390 Order of Negative Morpheme and Verb #> 17391 Order of Negative Morpheme and Verb #> 17392 Order of Negative Morpheme and Verb #> 17404 Order of Negative Morpheme and Verb #> 17405 Order of Negative Morpheme and Verb #> 17419 Order of Negative Morpheme and Verb #> 17429 Order of Negative Morpheme and Verb #> 17430 Order of Negative Morpheme and Verb #> 17458 Order of Negative Morpheme and Verb #> 17467 Order of Negative Morpheme and Verb #> 17469 Order of Negative Morpheme and Verb #> 17475 Order of Negative Morpheme and Verb #> 17481 Order of Negative Morpheme and Verb #> 17490 Order of Negative Morpheme and Verb #> 17503 Order of Negative Morpheme and Verb #> 17507 Order of Negative Morpheme and Verb #> 17511 Order of Negative Morpheme and Verb #> 17516 Order of Negative Morpheme and Verb #> 17532 Order of Negative Morpheme and Verb #> 17536 Order of Negative Morpheme and Verb #> 17538 Order of Negative Morpheme and Verb #> 17550 Order of Negative Morpheme and Verb #> 17580 Order of Negative Morpheme and Verb #> 17588 Order of Negative Morpheme and Verb #> 17589 Order of Negative Morpheme and Verb #> 17601 Obligatory Double Negation #> 17602 Obligatory Double Negation #> 17606 Obligatory Double Negation #> 17610 Obligatory Double Negation #> 17613 Obligatory Double Negation #> 17614 Obligatory Double Negation #> 17619 Obligatory Double Negation #> 17621 Obligatory Double Negation #> 17625 Obligatory Double Negation #> 17626 Obligatory Double Negation #> 17627 Obligatory Double Negation #> 17629 Obligatory Double Negation #> 17638 Obligatory Double Negation #> 17679 Obligatory Double Negation #> 17688 Obligatory Double Negation #> 17690 Obligatory Double Negation #> 17701 Obligatory Double Negation #> 17716 Obligatory Double Negation #> 17719 Optional Double Negation #> 17720 Optional Double Negation #> 17725 Optional Double Negation #> 17726 Optional Double Negation #> 17729 Optional Double Negation #> 17735 Optional Double Negation #> 17751 Optional Double Negation #> 17752 Optional Double Negation #> 17761 Optional Double Negation #> 17764 Optional Double Negation #> 17769 Optional Double Negation #> 17772 Optional Double Negation #> 17773 Optional Double Negation #> 17779 Optional Double Negation #> 17797 Optional Double Negation #> 17808 Preverbal Negative Morphemes #> 17810 Preverbal Negative Morphemes #> 17823 Preverbal Negative Morphemes #> 17824 Preverbal Negative Morphemes #> 17853 Preverbal Negative Morphemes #> 17854 Preverbal Negative Morphemes #> 17862 Preverbal Negative Morphemes #> 17864 Preverbal Negative Morphemes #> 17874 Preverbal Negative Morphemes #> 17884 Preverbal Negative Morphemes #> 17897 Preverbal Negative Morphemes #> 17899 Preverbal Negative Morphemes #> 17905 Preverbal Negative Morphemes #> 17906 Preverbal Negative Morphemes #> 17911 Preverbal Negative Morphemes #> 17921 Preverbal Negative Morphemes #> 17934 Preverbal Negative Morphemes #> 17938 Preverbal Negative Morphemes #> 17939 Preverbal Negative Morphemes #> 17943 Preverbal Negative Morphemes #> 17945 Preverbal Negative Morphemes #> 17955 Preverbal Negative Morphemes #> 17956 Preverbal Negative Morphemes #> 17960 Preverbal Negative Morphemes #> 17961 Preverbal Negative Morphemes #> 17962 Preverbal Negative Morphemes #> 17963 Preverbal Negative Morphemes #> 17968 Preverbal Negative Morphemes #> 17974 Preverbal Negative Morphemes #> 17975 Preverbal Negative Morphemes #> 17983 Preverbal Negative Morphemes #> 17990 Preverbal Negative Morphemes #> 17993 Preverbal Negative Morphemes #> 18007 Preverbal Negative Morphemes #> 18015 Preverbal Negative Morphemes #> 18018 Preverbal Negative Morphemes #> 18022 Preverbal Negative Morphemes #> 18029 Preverbal Negative Morphemes #> 18063 Preverbal Negative Morphemes #> 18072 Preverbal Negative Morphemes #> 18077 Preverbal Negative Morphemes #> 18081 Preverbal Negative Morphemes #> 18083 Preverbal Negative Morphemes #> 18084 Preverbal Negative Morphemes #> 18089 Preverbal Negative Morphemes #> 18094 Preverbal Negative Morphemes #> 18097 Preverbal Negative Morphemes #> 18100 Preverbal Negative Morphemes #> 18107 Preverbal Negative Morphemes #> 18113 Preverbal Negative Morphemes #> 18119 Preverbal Negative Morphemes #> 18121 Preverbal Negative Morphemes #> 18126 Preverbal Negative Morphemes #> 18134 Preverbal Negative Morphemes #> 18136 Preverbal Negative Morphemes #> 18147 Preverbal Negative Morphemes #> 18175 Preverbal Negative Morphemes #> 18177 Preverbal Negative Morphemes #> 18179 Preverbal Negative Morphemes #> 18197 Preverbal Negative Morphemes #> 18198 Preverbal Negative Morphemes #> 18205 Preverbal Negative Morphemes #> 18206 Preverbal Negative Morphemes #> 18210 Preverbal Negative Morphemes #> 18211 Preverbal Negative Morphemes #> 18242 Preverbal Negative Morphemes #> 18248 Preverbal Negative Morphemes #> 18249 Preverbal Negative Morphemes #> 18257 Preverbal Negative Morphemes #> 18260 Preverbal Negative Morphemes #> 18261 Preverbal Negative Morphemes #> 18278 Preverbal Negative Morphemes #> 18281 Preverbal Negative Morphemes #> 18288 Preverbal Negative Morphemes #> 18289 Preverbal Negative Morphemes #> 18293 Preverbal Negative Morphemes #> 18294 Preverbal Negative Morphemes #> 18319 Preverbal Negative Morphemes #> 18327 Preverbal Negative Morphemes #> 18328 Preverbal Negative Morphemes #> 18332 Preverbal Negative Morphemes #> 18347 Preverbal Negative Morphemes #> 18351 Preverbal Negative Morphemes #> 18357 Preverbal Negative Morphemes #> 18358 Preverbal Negative Morphemes #> 18360 Preverbal Negative Morphemes #> 18361 Preverbal Negative Morphemes #> 18365 Preverbal Negative Morphemes #> 18373 Preverbal Negative Morphemes #> 18376 Preverbal Negative Morphemes #> 18386 Preverbal Negative Morphemes #> 18391 Preverbal Negative Morphemes #> 18418 Preverbal Negative Morphemes #> 18430 Preverbal Negative Morphemes #> 18433 Preverbal Negative Morphemes #> 18438 Preverbal Negative Morphemes #> 18449 Preverbal Negative Morphemes #> 18450 Preverbal Negative Morphemes #> 18462 Preverbal Negative Morphemes #> 18463 Preverbal Negative Morphemes #> 18482 Preverbal Negative Morphemes #> 18484 Preverbal Negative Morphemes #> 18490 Preverbal Negative Morphemes #> 18517 Preverbal Negative Morphemes #> 18523 Preverbal Negative Morphemes #> 18529 Preverbal Negative Morphemes #> 18537 Preverbal Negative Morphemes #> 18538 Preverbal Negative Morphemes #> 18539 Preverbal Negative Morphemes #> 18545 Preverbal Negative Morphemes #> 18582 Preverbal Negative Morphemes #> 18587 Preverbal Negative Morphemes #> 18594 Preverbal Negative Morphemes #> 18629 Preverbal Negative Morphemes #> 18644 Preverbal Negative Morphemes #> 18651 Preverbal Negative Morphemes #> 18659 Preverbal Negative Morphemes #> 18669 Preverbal Negative Morphemes #> 18706 Preverbal Negative Morphemes #> 18708 Preverbal Negative Morphemes #> 18716 Preverbal Negative Morphemes #> 18723 Preverbal Negative Morphemes #> 18743 Preverbal Negative Morphemes #> 18750 Preverbal Negative Morphemes #> 18760 Preverbal Negative Morphemes #> 18764 Preverbal Negative Morphemes #> 18769 Preverbal Negative Morphemes #> 18774 Preverbal Negative Morphemes #> 18777 Preverbal Negative Morphemes #> 18785 Preverbal Negative Morphemes #> 18789 Preverbal Negative Morphemes #> 18793 Preverbal Negative Morphemes #> 18795 Preverbal Negative Morphemes #> 18803 Preverbal Negative Morphemes #> 18808 Preverbal Negative Morphemes #> 18809 Preverbal Negative Morphemes #> 18814 Preverbal Negative Morphemes #> 18816 Preverbal Negative Morphemes #> 18825 Preverbal Negative Morphemes #> 18826 Preverbal Negative Morphemes #> 18836 Preverbal Negative Morphemes #> 18837 Preverbal Negative Morphemes #> 18840 Preverbal Negative Morphemes #> 18843 Preverbal Negative Morphemes #> 18854 Preverbal Negative Morphemes #> 18855 Preverbal Negative Morphemes #> 18857 Preverbal Negative Morphemes #> 18858 Preverbal Negative Morphemes #> 18861 Preverbal Negative Morphemes #> 18874 Preverbal Negative Morphemes #> 18877 Preverbal Negative Morphemes #> 18879 Preverbal Negative Morphemes #> 18883 Preverbal Negative Morphemes #> 18886 Preverbal Negative Morphemes #> 18888 Preverbal Negative Morphemes #> 18896 Preverbal Negative Morphemes #> 18899 Preverbal Negative Morphemes #> 18901 Preverbal Negative Morphemes #> 18904 Preverbal Negative Morphemes #> 18905 Preverbal Negative Morphemes #> 18909 Preverbal Negative Morphemes #> 18924 Preverbal Negative Morphemes #> 18938 Preverbal Negative Morphemes #> 18951 Preverbal Negative Morphemes #> 18968 Preverbal Negative Morphemes #> 18982 Preverbal Negative Morphemes #> 18988 Preverbal Negative Morphemes #> 18990 Preverbal Negative Morphemes #> 18992 Preverbal Negative Morphemes #> 18995 Preverbal Negative Morphemes #> 19004 Preverbal Negative Morphemes #> 19010 Preverbal Negative Morphemes #> 19014 Preverbal Negative Morphemes #> 19018 Preverbal Negative Morphemes #> 19022 Preverbal Negative Morphemes #> 19029 Preverbal Negative Morphemes #> 19049 Preverbal Negative Morphemes #> 19053 Preverbal Negative Morphemes #> 19074 Preverbal Negative Morphemes #> 19076 Preverbal Negative Morphemes #> 19077 Preverbal Negative Morphemes #> 19081 Preverbal Negative Morphemes #> 19082 Preverbal Negative Morphemes #> 19092 Preverbal Negative Morphemes #> 19109 Preverbal Negative Morphemes #> 19112 Preverbal Negative Morphemes #> 19116 Preverbal Negative Morphemes #> 19128 Preverbal Negative Morphemes #> 19132 Postverbal Negative Morphemes #> 19139 Postverbal Negative Morphemes #> 19156 Postverbal Negative Morphemes #> 19164 Postverbal Negative Morphemes #> 19170 Postverbal Negative Morphemes #> 19171 Postverbal Negative Morphemes #> 19173 Postverbal Negative Morphemes #> 19174 Postverbal Negative Morphemes #> 19177 Postverbal Negative Morphemes #> 19178 Postverbal Negative Morphemes #> 19180 Postverbal Negative Morphemes #> 19181 Postverbal Negative Morphemes #> 19198 Postverbal Negative Morphemes #> 19204 Postverbal Negative Morphemes #> 19210 Postverbal Negative Morphemes #> 19211 Postverbal Negative Morphemes #> 19212 Postverbal Negative Morphemes #> 19213 Postverbal Negative Morphemes #> 19221 Postverbal Negative Morphemes #> 19228 Postverbal Negative Morphemes #> 19229 Postverbal Negative Morphemes #> 19231 Postverbal Negative Morphemes #> 19233 Postverbal Negative Morphemes #> 19236 Postverbal Negative Morphemes #> 19240 Postverbal Negative Morphemes #> 19251 Postverbal Negative Morphemes #> 19252 Postverbal Negative Morphemes #> 19253 Postverbal Negative Morphemes #> 19254 Postverbal Negative Morphemes #> 19261 Postverbal Negative Morphemes #> 19268 Postverbal Negative Morphemes #> 19269 Postverbal Negative Morphemes #> 19270 Postverbal Negative Morphemes #> 19275 Postverbal Negative Morphemes #> 19281 Postverbal Negative Morphemes #> 19285 Postverbal Negative Morphemes #> 19286 Postverbal Negative Morphemes #> 19287 Postverbal Negative Morphemes #> 19290 Postverbal Negative Morphemes #> 19297 Postverbal Negative Morphemes #> 19300 Postverbal Negative Morphemes #> 19310 Postverbal Negative Morphemes #> 19315 Postverbal Negative Morphemes #> 19319 Postverbal Negative Morphemes #> 19327 Postverbal Negative Morphemes #> 19330 Postverbal Negative Morphemes #> 19340 Postverbal Negative Morphemes #> 19343 Postverbal Negative Morphemes #> 19363 Postverbal Negative Morphemes #> 19365 Postverbal Negative Morphemes #> 19366 Postverbal Negative Morphemes #> 19380 Postverbal Negative Morphemes #> 19383 Postverbal Negative Morphemes #> 19389 Postverbal Negative Morphemes #> 19391 Postverbal Negative Morphemes #> 19392 Postverbal Negative Morphemes #> 19417 Postverbal Negative Morphemes #> 19429 Postverbal Negative Morphemes #> 19432 Postverbal Negative Morphemes #> 19437 Postverbal Negative Morphemes #> 19445 Postverbal Negative Morphemes #> 19446 Postverbal Negative Morphemes #> 19456 Postverbal Negative Morphemes #> 19459 Postverbal Negative Morphemes #> 19462 Postverbal Negative Morphemes #> 19466 Postverbal Negative Morphemes #> 19490 Postverbal Negative Morphemes #> 19497 Postverbal Negative Morphemes #> 19505 Postverbal Negative Morphemes #> 19522 Postverbal Negative Morphemes #> 19525 Postverbal Negative Morphemes #> 19530 Postverbal Negative Morphemes #> 19538 Postverbal Negative Morphemes #> 19545 Postverbal Negative Morphemes #> 19550 Postverbal Negative Morphemes #> 19552 Postverbal Negative Morphemes #> 19578 Postverbal Negative Morphemes #> 19580 Postverbal Negative Morphemes #> 19588 Postverbal Negative Morphemes #> 19597 Postverbal Negative Morphemes #> 19600 Postverbal Negative Morphemes #> 19644 Postverbal Negative Morphemes #> 19658 Postverbal Negative Morphemes #> 19664 Postverbal Negative Morphemes #> 19671 Postverbal Negative Morphemes #> 19679 Postverbal Negative Morphemes #> 19681 Postverbal Negative Morphemes #> 19693 Postverbal Negative Morphemes #> 19697 Postverbal Negative Morphemes #> 19698 Postverbal Negative Morphemes #> 19703 Postverbal Negative Morphemes #> 19711 Postverbal Negative Morphemes #> 19715 Postverbal Negative Morphemes #> 19719 Postverbal Negative Morphemes #> 19729 Postverbal Negative Morphemes #> 19740 Postverbal Negative Morphemes #> 19755 Postverbal Negative Morphemes #> 19772 Postverbal Negative Morphemes #> 19776 Postverbal Negative Morphemes #> 19787 Postverbal Negative Morphemes #> 19800 Postverbal Negative Morphemes #> 19815 Postverbal Negative Morphemes #> 19823 Postverbal Negative Morphemes #> 19856 Postverbal Negative Morphemes #> 19867 Postverbal Negative Morphemes #> 19871 Postverbal Negative Morphemes #> 19875 Postverbal Negative Morphemes #> 19888 Postverbal Negative Morphemes #> 19901 Postverbal Negative Morphemes #> 19902 Postverbal Negative Morphemes #> 19911 Postverbal Negative Morphemes #> 19917 Postverbal Negative Morphemes #> 19918 Postverbal Negative Morphemes #> 19920 Postverbal Negative Morphemes #> 19929 Postverbal Negative Morphemes #> 19932 Postverbal Negative Morphemes #> 19939 Postverbal Negative Morphemes #> 19954 Postverbal Negative Morphemes #> 19955 Postverbal Negative Morphemes #> 19968 Postverbal Negative Morphemes #> 19976 Postverbal Negative Morphemes #> 19977 Postverbal Negative Morphemes #> 19989 Postverbal Negative Morphemes #> 19998 Postverbal Negative Morphemes #> 20000 Postverbal Negative Morphemes #> 20033 Postverbal Negative Morphemes #> 20035 Postverbal Negative Morphemes #> 20036 Postverbal Negative Morphemes #> 20046 Postverbal Negative Morphemes #> 20053 Postverbal Negative Morphemes #> 20054 Postverbal Negative Morphemes #> 20066 Postverbal Negative Morphemes #> 20079 Postverbal Negative Morphemes #> 20080 Postverbal Negative Morphemes #> 20082 Postverbal Negative Morphemes #> 20086 Postverbal Negative Morphemes #> 20094 Postverbal Negative Morphemes #> 20107 Postverbal Negative Morphemes #> 20110 Postverbal Negative Morphemes #> 20115 Postverbal Negative Morphemes #> 20122 Postverbal Negative Morphemes #> 20123 Postverbal Negative Morphemes #> 20132 Postverbal Negative Morphemes #> 20140 Postverbal Negative Morphemes #> 20144 Postverbal Negative Morphemes #> 20150 Postverbal Negative Morphemes #> 20154 Postverbal Negative Morphemes #> 20166 Postverbal Negative Morphemes #> 20167 Postverbal Negative Morphemes #> 20174 Postverbal Negative Morphemes #> 20186 Postverbal Negative Morphemes #> 20192 Postverbal Negative Morphemes #> 20195 Postverbal Negative Morphemes #> 20207 Postverbal Negative Morphemes #> 20209 Postverbal Negative Morphemes #> 20218 Postverbal Negative Morphemes #> 20232 Postverbal Negative Morphemes #> 20234 Postverbal Negative Morphemes #> 20250 Postverbal Negative Morphemes #> 20260 Postverbal Negative Morphemes #> 20267 Postverbal Negative Morphemes #> 20268 Postverbal Negative Morphemes #> 20276 Postverbal Negative Morphemes #> 20278 Postverbal Negative Morphemes #> 20294 Postverbal Negative Morphemes #> 20296 Postverbal Negative Morphemes #> 20315 Postverbal Negative Morphemes #> 20326 Postverbal Negative Morphemes #> 20328 Postverbal Negative Morphemes #> 20339 Postverbal Negative Morphemes #> 20368 Postverbal Negative Morphemes #> 20369 Postverbal Negative Morphemes #> 20373 Postverbal Negative Morphemes #> 20376 Postverbal Negative Morphemes #> 20382 Postverbal Negative Morphemes #> 20385 Postverbal Negative Morphemes #> 20386 Postverbal Negative Morphemes #> 20390 Postverbal Negative Morphemes #> 20400 Postverbal Negative Morphemes #> 20404 Postverbal Negative Morphemes #> 20421 Postverbal Negative Morphemes #> 20425 Postverbal Negative Morphemes #> 20431 Postverbal Negative Morphemes #> 20433 Postverbal Negative Morphemes #> 20444 Postverbal Negative Morphemes #> 20445 Postverbal Negative Morphemes #> 20447 Postverbal Negative Morphemes #> 20448 Postverbal Negative Morphemes #> 20462 Minor morphological means of signaling negation #> 20472 Minor morphological means of signaling negation #> 20485 Minor morphological means of signaling negation #> 20489 Minor morphological means of signaling negation #> 20517 Minor morphological means of signaling negation #> 20518 Minor morphological means of signaling negation #> 20527 Minor morphological means of signaling negation #> 20530 Minor morphological means of signaling negation #> 20532 Minor morphological means of signaling negation #> 20535 Minor morphological means of signaling negation #> 20542 Minor morphological means of signaling negation #> 20544 Minor morphological means of signaling negation #> 20547 Minor morphological means of signaling negation #> 20553 Minor morphological means of signaling negation #> 20563 Minor morphological means of signaling negation #> 20571 Minor morphological means of signaling negation #> 20577 Minor morphological means of signaling negation #> 20578 Minor morphological means of signaling negation #> 20605 Minor morphological means of signaling negation #> 20638 Minor morphological means of signaling negation #> 20640 Minor morphological means of signaling negation #> 20642 Minor morphological means of signaling negation #> 20646 Minor morphological means of signaling negation #> 20650 Minor morphological means of signaling negation #> 20651 Minor morphological means of signaling negation #> 20656 Minor morphological means of signaling negation #> 20659 Minor morphological means of signaling negation #> 20663 Minor morphological means of signaling negation #> 20664 Minor morphological means of signaling negation #> 20670 Minor morphological means of signaling negation #> 20676 Minor morphological means of signaling negation #> 20678 Minor morphological means of signaling negation #> 20682 Minor morphological means of signaling negation #> 20684 Minor morphological means of signaling negation #> 20703 Minor morphological means of signaling negation #> 20711 Minor morphological means of signaling negation #> 20723 Minor morphological means of signaling negation #> 20732 Minor morphological means of signaling negation #> 20748 Minor morphological means of signaling negation #> 20755 Minor morphological means of signaling negation #> 20759 Minor morphological means of signaling negation #> 20764 Minor morphological means of signaling negation #> 20765 Minor morphological means of signaling negation #> 20769 Minor morphological means of signaling negation #> 20781 Minor morphological means of signaling negation #> 20802 Minor morphological means of signaling negation #> 20806 Minor morphological means of signaling negation #> 20809 Minor morphological means of signaling negation #> 20816 Minor morphological means of signaling negation #> 20826 Minor morphological means of signaling negation #> 20828 Minor morphological means of signaling negation #> 20837 Minor morphological means of signaling negation #> 20844 Minor morphological means of signaling negation #> 20850 Minor morphological means of signaling negation #> 20863 Minor morphological means of signaling negation #> 20870 Minor morphological means of signaling negation #> 20893 Minor morphological means of signaling negation #> 20894 Minor morphological means of signaling negation #> 20895 Minor morphological means of signaling negation #> 20899 Minor morphological means of signaling negation #> 20904 Minor morphological means of signaling negation #> 20909 Minor morphological means of signaling negation #> 20913 Minor morphological means of signaling negation #> 20915 Minor morphological means of signaling negation #> 20919 Minor morphological means of signaling negation #> 20921 Minor morphological means of signaling negation #> 20935 Minor morphological means of signaling negation #> 20951 Minor morphological means of signaling negation #> 20982 Minor morphological means of signaling negation #> 20990 Minor morphological means of signaling negation #> 20998 Minor morphological means of signaling negation #> 21000 Minor morphological means of signaling negation #> 21002 Minor morphological means of signaling negation #> 21004 Minor morphological means of signaling negation #> 21013 Minor morphological means of signaling negation #> 21020 Minor morphological means of signaling negation #> 21034 Minor morphological means of signaling negation #> 21054 Minor morphological means of signaling negation #> 21066 Minor morphological means of signaling negation #> 21076 Minor morphological means of signaling negation #> 21077 Minor morphological means of signaling negation #> 21081 Minor morphological means of signaling negation #> 21082 Minor morphological means of signaling negation #> 21087 Minor morphological means of signaling negation #> 21088 Minor morphological means of signaling negation #> 21109 Minor morphological means of signaling negation #> 21123 Minor morphological means of signaling negation #> 21142 Minor morphological means of signaling negation #> 21144 Minor morphological means of signaling negation #> 21147 Minor morphological means of signaling negation #> 21151 Minor morphological means of signaling negation #> 21154 Minor morphological means of signaling negation #> 21164 Minor morphological means of signaling negation #> 21170 Minor morphological means of signaling negation #> 21178 Minor morphological means of signaling negation #> 21186 Minor morphological means of signaling negation #> 21193 Minor morphological means of signaling negation #> 21205 Minor morphological means of signaling negation #> 21213 Minor morphological means of signaling negation #> 21214 Minor morphological means of signaling negation #> 21222 Minor morphological means of signaling negation #> 21227 Minor morphological means of signaling negation #> 21242 Minor morphological means of signaling negation #> 21244 Minor morphological means of signaling negation #> 21251 Minor morphological means of signaling negation #> 21265 Minor morphological means of signaling negation #> 21266 Minor morphological means of signaling negation #> 21269 Minor morphological means of signaling negation #> 21270 Minor morphological means of signaling negation #> 21291 Minor morphological means of signaling negation #> 21297 Minor morphological means of signaling negation #> 21299 Minor morphological means of signaling negation #> 21321 Minor morphological means of signaling negation #> 21334 Minor morphological means of signaling negation #> 21343 Minor morphological means of signaling negation #> 21345 Minor morphological means of signaling negation #> 21349 Minor morphological means of signaling negation #> 21354 Minor morphological means of signaling negation #> 21356 Minor morphological means of signaling negation #> 21358 Minor morphological means of signaling negation #> 21363 Minor morphological means of signaling negation #> 21370 Minor morphological means of signaling negation #> 21407 Minor morphological means of signaling negation #> 21418 Minor morphological means of signaling negation #> 21419 Minor morphological means of signaling negation #> 21430 Minor morphological means of signaling negation #> 21435 Minor morphological means of signaling negation #> 21441 Minor morphological means of signaling negation #> 21448 Minor morphological means of signaling negation #> 21456 Minor morphological means of signaling negation #> 21464 Minor morphological means of signaling negation #> 21466 Minor morphological means of signaling negation #> 21476 Minor morphological means of signaling negation #> 21477 Minor morphological means of signaling negation #> 21479 Minor morphological means of signaling negation #> 21482 Minor morphological means of signaling negation #> 21485 Minor morphological means of signaling negation #> 21493 Minor morphological means of signaling negation #> 21502 Minor morphological means of signaling negation #> 21509 Minor morphological means of signaling negation #> 21510 Minor morphological means of signaling negation #> 21533 Minor morphological means of signaling negation #> 21537 Minor morphological means of signaling negation #> 21539 Minor morphological means of signaling negation #> 21546 Minor morphological means of signaling negation #> 21549 Minor morphological means of signaling negation #> 21557 Minor morphological means of signaling negation #> 21565 Minor morphological means of signaling negation #> 21567 Minor morphological means of signaling negation #> 21578 Minor morphological means of signaling negation #> 21590 Minor morphological means of signaling negation #> 21594 Minor morphological means of signaling negation #> 21599 Minor morphological means of signaling negation #> 21611 Minor morphological means of signaling negation #> 21612 Minor morphological means of signaling negation #> 21614 Minor morphological means of signaling negation #> 21615 Minor morphological means of signaling negation #> 21617 Minor morphological means of signaling negation #> 21620 Minor morphological means of signaling negation #> 21621 Minor morphological means of signaling negation #> 21626 Minor morphological means of signaling negation #> 21631 Minor morphological means of signaling negation #> 21632 Minor morphological means of signaling negation #> 21635 Minor morphological means of signaling negation #> 21646 Minor morphological means of signaling negation #> 21652 Minor morphological means of signaling negation #> 21653 Minor morphological means of signaling negation #> 21655 Minor morphological means of signaling negation #> 21658 Minor morphological means of signaling negation #> 21660 Minor morphological means of signaling negation #> 21665 Minor morphological means of signaling negation #> 21680 Minor morphological means of signaling negation #> 21683 Minor morphological means of signaling negation #> 21692 Minor morphological means of signaling negation #> 21693 Minor morphological means of signaling negation #> 21695 Minor morphological means of signaling negation #> 21702 Minor morphological means of signaling negation #> 21720 Minor morphological means of signaling negation #> 21722 Minor morphological means of signaling negation #> 21728 Minor morphological means of signaling negation #> 21731 Minor morphological means of signaling negation #> 21740 Minor morphological means of signaling negation #> 21746 Minor morphological means of signaling negation #> 21747 Minor morphological means of signaling negation #> 21753 Minor morphological means of signaling negation #> 21768 Minor morphological means of signaling negation #> 21771 Minor morphological means of signaling negation #> 21773 Minor morphological means of signaling negation #> 21778 Position of Negative Word With Respect to Subject, Object, and Verb #> 21788 Position of Negative Word With Respect to Subject, Object, and Verb #> 21791 Position of Negative Word With Respect to Subject, Object, and Verb #> 21799 Position of Negative Word With Respect to Subject, Object, and Verb #> 21817 Position of Negative Word With Respect to Subject, Object, and Verb #> 21838 Position of Negative Word With Respect to Subject, Object, and Verb #> 21859 Position of Negative Word With Respect to Subject, Object, and Verb #> 21861 Position of Negative Word With Respect to Subject, Object, and Verb #> 21870 Position of Negative Word With Respect to Subject, Object, and Verb #> 21900 Position of Negative Word With Respect to Subject, Object, and Verb #> 21913 Position of Negative Word With Respect to Subject, Object, and Verb #> 21918 Position of Negative Word With Respect to Subject, Object, and Verb #> 21922 Position of Negative Word With Respect to Subject, Object, and Verb #> 21926 Position of Negative Word With Respect to Subject, Object, and Verb #> 21930 Position of Negative Word With Respect to Subject, Object, and Verb #> 21936 Position of Negative Word With Respect to Subject, Object, and Verb #> 21940 Position of Negative Word With Respect to Subject, Object, and Verb #> 21944 Position of Negative Word With Respect to Subject, Object, and Verb #> 21957 Position of Negative Word With Respect to Subject, Object, and Verb #> 21960 Position of Negative Word With Respect to Subject, Object, and Verb #> 21961 Position of Negative Word With Respect to Subject, Object, and Verb #> 21962 Position of Negative Word With Respect to Subject, Object, and Verb #> 21966 Position of Negative Word With Respect to Subject, Object, and Verb #> 21970 Position of Negative Word With Respect to Subject, Object, and Verb #> 21978 Position of Negative Word With Respect to Subject, Object, and Verb #> 21979 Position of Negative Word With Respect to Subject, Object, and Verb #> 22009 Position of Negative Word With Respect to Subject, Object, and Verb #> 22010 Position of Negative Word With Respect to Subject, Object, and Verb #> 22012 Position of Negative Word With Respect to Subject, Object, and Verb #> 22022 Position of Negative Word With Respect to Subject, Object, and Verb #> 22024 Position of Negative Word With Respect to Subject, Object, and Verb #> 22025 Position of Negative Word With Respect to Subject, Object, and Verb #> 22026 Position of Negative Word With Respect to Subject, Object, and Verb #> 22046 Position of Negative Word With Respect to Subject, Object, and Verb #> 22047 Position of Negative Word With Respect to Subject, Object, and Verb #> 22049 Position of Negative Word With Respect to Subject, Object, and Verb #> 22054 Position of Negative Word With Respect to Subject, Object, and Verb #> 22055 Position of Negative Word With Respect to Subject, Object, and Verb #> 22062 Position of Negative Word With Respect to Subject, Object, and Verb #> 22069 Position of Negative Word With Respect to Subject, Object, and Verb #> 22074 Position of Negative Word With Respect to Subject, Object, and Verb #> 22089 Position of Negative Word With Respect to Subject, Object, and Verb #> 22096 Position of Negative Word With Respect to Subject, Object, and Verb #> 22098 Position of Negative Word With Respect to Subject, Object, and Verb #> 22102 Position of Negative Word With Respect to Subject, Object, and Verb #> 22103 Position of Negative Word With Respect to Subject, Object, and Verb #> 22111 Position of Negative Word With Respect to Subject, Object, and Verb #> 22132 Position of Negative Word With Respect to Subject, Object, and Verb #> 22134 Position of Negative Word With Respect to Subject, Object, and Verb #> 22143 Position of Negative Word With Respect to Subject, Object, and Verb #> 22146 Position of Negative Word With Respect to Subject, Object, and Verb #> 22151 Position of Negative Word With Respect to Subject, Object, and Verb #> 22153 Position of Negative Word With Respect to Subject, Object, and Verb #> 22155 Position of Negative Word With Respect to Subject, Object, and Verb #> 22165 Position of Negative Word With Respect to Subject, Object, and Verb #> 22166 Position of Negative Word With Respect to Subject, Object, and Verb #> 22168 Position of Negative Word With Respect to Subject, Object, and Verb #> 22170 Position of Negative Word With Respect to Subject, Object, and Verb #> 22174 Position of Negative Word With Respect to Subject, Object, and Verb #> 22177 Position of Negative Word With Respect to Subject, Object, and Verb #> 22179 Position of Negative Word With Respect to Subject, Object, and Verb #> 22180 Position of Negative Word With Respect to Subject, Object, and Verb #> 22185 Position of Negative Word With Respect to Subject, Object, and Verb #> 22191 Position of Negative Word With Respect to Subject, Object, and Verb #> 22197 Position of Negative Word With Respect to Subject, Object, and Verb #> 22199 Position of Negative Word With Respect to Subject, Object, and Verb #> 22202 Position of Negative Word With Respect to Subject, Object, and Verb #> 22228 Position of Negative Word With Respect to Subject, Object, and Verb #> 22234 Position of Negative Word With Respect to Subject, Object, and Verb #> 22241 Position of Negative Word With Respect to Subject, Object, and Verb #> 22261 Position of Negative Word With Respect to Subject, Object, and Verb #> 22280 Position of Negative Word With Respect to Subject, Object, and Verb #> 22281 Position of Negative Word With Respect to Subject, Object, and Verb #> 22286 Position of Negative Word With Respect to Subject, Object, and Verb #> 22294 Position of Negative Word With Respect to Subject, Object, and Verb #> 22318 Position of Negative Word With Respect to Subject, Object, and Verb #> 22319 Position of Negative Word With Respect to Subject, Object, and Verb #> 22320 Position of Negative Word With Respect to Subject, Object, and Verb #> 22327 Position of Negative Word With Respect to Subject, Object, and Verb #> 22331 Position of Negative Word With Respect to Subject, Object, and Verb #> 22350 Position of Negative Word With Respect to Subject, Object, and Verb #> 22361 Position of Negative Word With Respect to Subject, Object, and Verb #> 22377 Position of Negative Word With Respect to Subject, Object, and Verb #> 22379 Position of Negative Word With Respect to Subject, Object, and Verb #> 22408 Position of Negative Word With Respect to Subject, Object, and Verb #> 22409 Position of Negative Word With Respect to Subject, Object, and Verb #> 22411 Position of Negative Word With Respect to Subject, Object, and Verb #> 22425 Position of Negative Word With Respect to Subject, Object, and Verb #> 22434 Position of Negative Word With Respect to Subject, Object, and Verb #> 22440 Position of Negative Word With Respect to Subject, Object, and Verb #> 22442 Position of Negative Word With Respect to Subject, Object, and Verb #> 22443 Position of Negative Word With Respect to Subject, Object, and Verb #> 22453 Position of Negative Word With Respect to Subject, Object, and Verb #> 22485 Position of Negative Word With Respect to Subject, Object, and Verb #> 22487 Position of Negative Word With Respect to Subject, Object, and Verb #> 22495 Position of Negative Word With Respect to Subject, Object, and Verb #> 22497 Position of Negative Word With Respect to Subject, Object, and Verb #> 22507 Position of Negative Word With Respect to Subject, Object, and Verb #> 22510 Position of Negative Word With Respect to Subject, Object, and Verb #> 22513 Position of Negative Word With Respect to Subject, Object, and Verb #> 22516 Position of Negative Word With Respect to Subject, Object, and Verb #> 22522 Position of Negative Word With Respect to Subject, Object, and Verb #> 22525 Position of Negative Word With Respect to Subject, Object, and Verb #> 22528 Position of Negative Word With Respect to Subject, Object, and Verb #> 22540 Position of Negative Word With Respect to Subject, Object, and Verb #> 22556 Position of Negative Word With Respect to Subject, Object, and Verb #> 22592 Position of Negative Word With Respect to Subject, Object, and Verb #> 22612 Position of Negative Word With Respect to Subject, Object, and Verb #> 22615 Position of Negative Word With Respect to Subject, Object, and Verb #> 22622 Position of Negative Word With Respect to Subject, Object, and Verb #> 22628 Position of Negative Word With Respect to Subject, Object, and Verb #> 22636 Position of Negative Word With Respect to Subject, Object, and Verb #> 22664 Position of Negative Word With Respect to Subject, Object, and Verb #> 22669 Position of Negative Word With Respect to Subject, Object, and Verb #> 22680 Position of Negative Word With Respect to Subject, Object, and Verb #> 22686 Position of Negative Word With Respect to Subject, Object, and Verb #> 22692 Position of Negative Word With Respect to Subject, Object, and Verb #> 22695 Position of Negative Word With Respect to Subject, Object, and Verb #> 22696 Position of Negative Word With Respect to Subject, Object, and Verb #> 22700 Position of Negative Word With Respect to Subject, Object, and Verb #> 22710 Position of Negative Word With Respect to Subject, Object, and Verb #> 22720 Position of Negative Word With Respect to Subject, Object, and Verb #> 22722 Position of Negative Word With Respect to Subject, Object, and Verb #> 22727 Position of Negative Word With Respect to Subject, Object, and Verb #> 22728 Position of Negative Word With Respect to Subject, Object, and Verb #> 22731 Position of Negative Word With Respect to Subject, Object, and Verb #> 22736 Position of Negative Word With Respect to Subject, Object, and Verb #> 22744 Position of Negative Word With Respect to Subject, Object, and Verb #> 22746 Position of Negative Word With Respect to Subject, Object, and Verb #> 22749 Position of Negative Word With Respect to Subject, Object, and Verb #> 22752 Position of Negative Word With Respect to Subject, Object, and Verb #> 22753 Position of Negative Word With Respect to Subject, Object, and Verb #> 22754 Position of Negative Word With Respect to Subject, Object, and Verb #> 22758 Position of Negative Word With Respect to Subject, Object, and Verb #> 22761 Position of Negative Word With Respect to Subject, Object, and Verb #> 22763 Position of Negative Word With Respect to Subject, Object, and Verb #> 22766 Position of Negative Word With Respect to Subject, Object, and Verb #> 22783 Position of Negative Word With Respect to Subject, Object, and Verb #> 22785 Position of Negative Word With Respect to Subject, Object, and Verb #> 22786 Position of Negative Word With Respect to Subject, Object, and Verb #> 22787 Position of Negative Word With Respect to Subject, Object, and Verb #> 22791 Position of Negative Word With Respect to Subject, Object, and Verb #> 22832 Position of Negative Word With Respect to Subject, Object, and Verb #> 22837 Position of Negative Word With Respect to Subject, Object, and Verb #> 22844 Position of Negative Word With Respect to Subject, Object, and Verb #> 22857 Position of Negative Word With Respect to Subject, Object, and Verb #> 22859 Position of Negative Word With Respect to Subject, Object, and Verb #> 22871 Position of Negative Word With Respect to Subject, Object, and Verb #> 22881 Position of Negative Word With Respect to Subject, Object, and Verb #> 22884 Position of Negative Word With Respect to Subject, Object, and Verb #> 22912 Position of Negative Word With Respect to Subject, Object, and Verb #> 22913 Position of Negative Word With Respect to Subject, Object, and Verb #> 22914 Position of Negative Word With Respect to Subject, Object, and Verb #> 22917 Position of Negative Word With Respect to Subject, Object, and Verb #> 22918 Position of Negative Word With Respect to Subject, Object, and Verb #> 22920 Position of Negative Word With Respect to Subject, Object, and Verb #> 22922 Position of Negative Word With Respect to Subject, Object, and Verb #> 22924 Position of Negative Word With Respect to Subject, Object, and Verb #> 22926 Position of Negative Word With Respect to Subject, Object, and Verb #> 22929 Position of Negative Word With Respect to Subject, Object, and Verb #> 22932 Position of Negative Word With Respect to Subject, Object, and Verb #> 22936 Position of Negative Word With Respect to Subject, Object, and Verb #> 22941 Position of Negative Word With Respect to Subject, Object, and Verb #> 22942 Position of Negative Word With Respect to Subject, Object, and Verb #> 22946 Position of Negative Word With Respect to Subject, Object, and Verb #> 22948 Position of Negative Word With Respect to Subject, Object, and Verb #> 22949 Position of Negative Word With Respect to Subject, Object, and Verb #> 22950 Position of Negative Word With Respect to Subject, Object, and Verb #> 22951 Position of Negative Word With Respect to Subject, Object, and Verb #> 22956 Position of Negative Word With Respect to Subject, Object, and Verb #> 22959 Position of Negative Word With Respect to Subject, Object, and Verb #> 22961 Position of Negative Word With Respect to Subject, Object, and Verb #> 22986 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23009 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23014 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23020 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23022 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23024 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23027 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23032 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23043 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23044 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23055 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23067 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23072 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23078 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23083 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23084 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23098 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23100 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23101 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23107 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23110 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23124 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23129 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23130 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23132 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23140 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23141 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23151 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23152 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23153 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23156 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23160 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23172 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23185 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23188 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23189 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23201 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23208 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23209 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23213 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23224 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23239 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23243 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23244 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23254 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23255 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23256 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23257 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23259 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23260 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23267 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23269 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23270 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23272 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23275 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23277 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23283 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23299 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23301 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23304 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23314 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23317 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23338 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23339 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23351 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23355 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23357 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23361 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23363 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23381 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23387 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23390 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23398 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23407 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23417 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23422 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23448 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23461 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23468 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23479 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23480 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23482 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23485 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23500 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23501 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23504 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23506 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23507 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23510 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23514 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23520 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23523 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23527 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23528 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23534 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23535 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23536 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23542 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23545 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23551 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23558 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23559 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23560 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23574 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23575 Languages with different word order in negative clauses #> 23583 Languages with different word order in negative clauses #> 23608 The Position of Negative Morphemes in SVO Languages #> 23609 The Position of Negative Morphemes in SVO Languages #> 23613 The Position of Negative Morphemes in SVO Languages #> 23621 The Position of Negative Morphemes in SVO Languages #> 23627 The Position of Negative Morphemes in SVO Languages #> 23640 The Position of Negative Morphemes in SVO Languages #> 23643 The Position of Negative Morphemes in SVO Languages #> 23651 The Position of Negative Morphemes in SVO Languages #> 23655 The Position of Negative Morphemes in SVO Languages #> 23666 The Position of Negative Morphemes in SVO Languages #> 23689 The Position of Negative Morphemes in SVO Languages #> 23693 The Position of Negative Morphemes in SVO Languages #> 23696 The Position of Negative Morphemes in SVO Languages #> 23702 The Position of Negative Morphemes in SVO Languages #> 23716 The Position of Negative Morphemes in SVO Languages #> 23717 The Position of Negative Morphemes in SVO Languages #> 23720 The Position of Negative Morphemes in SVO Languages #> 23730 The Position of Negative Morphemes in SVO Languages #> 23733 The Position of Negative Morphemes in SVO Languages #> 23735 The Position of Negative Morphemes in SVO Languages #> 23737 The Position of Negative Morphemes in SVO Languages #> 23747 The Position of Negative Morphemes in SVO Languages #> 23748 The Position of Negative Morphemes in SVO Languages #> 23757 The Position of Negative Morphemes in SVO Languages #> 23764 The Position of Negative Morphemes in SVO Languages #> 23765 The Position of Negative Morphemes in SVO Languages #> 23777 The Position of Negative Morphemes in SVO Languages #> 23780 The Position of Negative Morphemes in SVO Languages #> 23789 The Position of Negative Morphemes in SVO Languages #> 23800 The Position of Negative Morphemes in SVO Languages #> 23802 The Position of Negative Morphemes in SVO Languages #> 23806 The Position of Negative Morphemes in SVO Languages #> 23807 The Position of Negative Morphemes in SVO Languages #> 23808 The Position of Negative Morphemes in SVO Languages #> 23815 The Position of Negative Morphemes in SVO Languages #> 23823 The Position of Negative Morphemes in SVO Languages #> 23829 The Position of Negative Morphemes in SVO Languages #> 23830 The Position of Negative Morphemes in SVO Languages #> 23834 The Position of Negative Morphemes in SVO Languages #> 23836 The Position of Negative Morphemes in SVO Languages #> 23845 The Position of Negative Morphemes in SVO Languages #> 23850 The Position of Negative Morphemes in SVO Languages #> 23858 The Position of Negative Morphemes in SVO Languages #> 23864 The Position of Negative Morphemes in SVO Languages #> 23869 The Position of Negative Morphemes in SVO Languages #> 23876 The Position of Negative Morphemes in SVO Languages #> 23879 The Position of Negative Morphemes in SVO Languages #> 23880 The Position of Negative Morphemes in SVO Languages #> 23881 The Position of Negative Morphemes in SVO Languages #> 23891 The Position of Negative Morphemes in SVO Languages #> 23892 The Position of Negative Morphemes in SVO Languages #> 23895 The Position of Negative Morphemes in SVO Languages #> 23896 The Position of Negative Morphemes in SVO Languages #> 23902 The Position of Negative Morphemes in SVO Languages #> 23903 The Position of Negative Morphemes in SVO Languages #> 23907 The Position of Negative Morphemes in SVO Languages #> 23910 The Position of Negative Morphemes in SVO Languages #> 23911 The Position of Negative Morphemes in SVO Languages #> 23913 The Position of Negative Morphemes in SVO Languages #> 23926 The Position of Negative Morphemes in SVO Languages #> 23929 The Position of Negative Morphemes in SVO Languages #> 23931 The Position of Negative Morphemes in SVO Languages #> 23934 The Position of Negative Morphemes in SVO Languages #> 23951 The Position of Negative Morphemes in SVO Languages #> 23953 The Position of Negative Morphemes in SVO Languages #> 23955 The Position of Negative Morphemes in SVO Languages #> 23958 The Position of Negative Morphemes in SVO Languages #> 23961 The Position of Negative Morphemes in SVO Languages #> 23962 The Position of Negative Morphemes in SVO Languages #> 23965 The Position of Negative Morphemes in SVO Languages #> 23969 The Position of Negative Morphemes in SVO Languages #> 23971 The Position of Negative Morphemes in SVO Languages #> 23980 The Position of Negative Morphemes in SVO Languages #> 23995 The Position of Negative Morphemes in SVO Languages #> 24030 The Position of Negative Morphemes in SVO Languages #> 24046 The Position of Negative Morphemes in SVO Languages #> 24048 The Position of Negative Morphemes in SVO Languages #> 24049 The Position of Negative Morphemes in SVO Languages #> 24053 The Position of Negative Morphemes in SVO Languages #> 24059 The Position of Negative Morphemes in SVO Languages #> 24076 Multiple Negative Constructions in SVO Languages #> 24079 Multiple Negative Constructions in SVO Languages #> 24100 Multiple Negative Constructions in SVO Languages #> 24101 Multiple Negative Constructions in SVO Languages #> 24110 Multiple Negative Constructions in SVO Languages #> 24114 Obligatory Double Negation in SVO languages #> 24119 Obligatory Double Negation in SVO languages #> 24120 Obligatory Double Negation in SVO languages #> 24121 Obligatory Double Negation in SVO languages #> 24137 Obligatory Double Negation in SVO languages #> 24142 Obligatory Double Negation in SVO languages #> 24146 Obligatory Double Negation in SVO languages #> 24147 Obligatory Double Negation in SVO languages #> 24150 Obligatory Double Negation in SVO languages #> 24157 Obligatory Double Negation in SVO languages #> 24173 Optional Double Negation in SVO languages #> 24174 Optional Double Negation in SVO languages #> 24175 Optional Double Negation in SVO languages #> 24183 Optional Double Negation in SVO languages #> 24189 Optional Double Negation in SVO languages #> 24191 Optional Double Negation in SVO languages #> 24201 Optional Double Negation in SVO languages #> 24216 NegSVO Order #> 24224 NegSVO Order #> 24226 NegSVO Order #> 24235 NegSVO Order #> 24252 NegSVO Order #> 24263 NegSVO Order #> 24272 NegSVO Order #> 24274 NegSVO Order #> 24280 NegSVO Order #> 24284 NegSVO Order #> 24285 NegSVO Order #> 24293 NegSVO Order #> 24295 NegSVO Order #> 24305 NegSVO Order #> 24314 NegSVO Order #> 24340 NegSVO Order #> 24343 NegSVO Order #> 24344 NegSVO Order #> 24372 NegSVO Order #> 24374 NegSVO Order #> 24376 NegSVO Order #> 24379 NegSVO Order #> 24381 NegSVO Order #> 24382 NegSVO Order #> 24384 NegSVO Order #> 24386 NegSVO Order #> 24394 NegSVO Order #> 24409 NegSVO Order #> 24413 NegSVO Order #> 24415 NegSVO Order #> 24416 NegSVO Order #> 24417 NegSVO Order #> 24424 NegSVO Order #> 24425 NegSVO Order #> 24426 NegSVO Order #> 24431 NegSVO Order #> 24436 NegSVO Order #> 24440 NegSVO Order #> 24442 NegSVO Order #> 24446 NegSVO Order #> 24447 NegSVO Order #> 24451 NegSVO Order #> 24457 NegSVO Order #> 24459 NegSVO Order #> 24464 NegSVO Order #> 24467 NegSVO Order #> 24471 NegSVO Order #> 24481 NegSVO Order #> 24482 NegSVO Order #> 24483 NegSVO Order #> 24510 NegSVO Order #> 24523 NegSVO Order #> 24526 NegSVO Order #> 24531 NegSVO Order #> 24536 NegSVO Order #> 24542 NegSVO Order #> 24550 NegSVO Order #> 24558 NegSVO Order #> 24562 NegSVO Order #> 24576 NegSVO Order #> 24577 NegSVO Order #> 24582 NegSVO Order #> 24586 NegSVO Order #> 24591 NegSVO Order #> 24603 NegSVO Order #> 24606 NegSVO Order #> 24617 NegSVO Order #> 24620 NegSVO Order #> 24622 NegSVO Order #> 24624 NegSVO Order #> 24636 SNegVO Order #> 24639 SNegVO Order #> 24641 SNegVO Order #> 24651 SNegVO Order #> 24652 SNegVO Order #> 24663 SNegVO Order #> 24665 SNegVO Order #> 24669 SNegVO Order #> 24677 SNegVO Order #> 24685 SNegVO Order #> 24689 SNegVO Order #> 24695 SNegVO Order #> 24699 SNegVO Order #> 24704 SNegVO Order #> 24709 SNegVO Order #> 24713 SNegVO Order #> 24720 SNegVO Order #> 24723 SNegVO Order #> 24724 SNegVO Order #> 24726 SNegVO Order #> 24732 SNegVO Order #> 24740 SNegVO Order #> 24744 SNegVO Order #> 24756 SNegVO Order #> 24782 SNegVO Order #> 24806 SNegVO Order #> 24815 SNegVO Order #> 24831 SNegVO Order #> 24838 SNegVO Order #> 24839 SNegVO Order #> 24847 SNegVO Order #> 24859 SNegVO Order #> 24860 SNegVO Order #> 24861 SNegVO Order #> 24862 SNegVO Order #> 24869 SNegVO Order #> 24871 SNegVO Order #> 24882 SNegVO Order #> 24891 SNegVO Order #> 24908 SNegVO Order #> 24921 SNegVO Order #> 24925 SNegVO Order #> 24933 SNegVO Order #> 24936 SNegVO Order #> 24944 SNegVO Order #> 24947 SNegVO Order #> 24948 SNegVO Order #> 24949 SNegVO Order #> 24952 SNegVO Order #> 24953 SNegVO Order #> 24954 SNegVO Order #> 24964 SNegVO Order #> 24966 SNegVO Order #> 24973 SNegVO Order #> 24977 SNegVO Order #> 24978 SNegVO Order #> 24979 SNegVO Order #> 24986 SNegVO Order #> 24990 SNegVO Order #> 25000 SNegVO Order #> 25001 SNegVO Order #> 25006 SNegVO Order #> 25013 SNegVO Order #> 25014 SNegVO Order #> 25025 SNegVO Order #> 25028 SNegVO Order #> 25033 SNegVO Order #> 25034 SNegVO Order #> 25035 SNegVO Order #> 25044 SNegVO Order #> 25053 SVNegO Order #> 25064 SVNegO Order #> 25066 SVNegO Order #> 25067 SVNegO Order #> 25069 SVNegO Order #> 25076 SVNegO Order #> 25091 SVNegO Order #> 25095 SVNegO Order #> 25118 SVNegO Order #> 25123 SVNegO Order #> 25132 SVNegO Order #> 25134 SVNegO Order #> 25151 SVNegO Order #> 25152 SVNegO Order #> 25159 SVNegO Order #> 25160 SVNegO Order #> 25162 SVNegO Order #> 25171 SVNegO Order #> 25181 SVNegO Order #> 25184 SVNegO Order #> 25189 SVNegO Order #> 25191 SVNegO Order #> 25194 SVNegO Order #> 25207 SVNegO Order #> 25213 SVNegO Order #> 25220 SVNegO Order #> 25222 SVNegO Order #> 25225 SVNegO Order #> 25229 SVNegO Order #> 25231 SVNegO Order #> 25239 SVNegO Order #> 25247 SVNegO Order #> 25248 SVNegO Order #> 25252 SVNegO Order #> 25263 SVNegO Order #> 25268 SVNegO Order #> 25276 SVNegO Order #> 25293 SVNegO Order #> 25295 SVNegO Order #> 25298 SVNegO Order #> 25301 SVNegO Order #> 25310 SVNegO Order #> 25313 SVNegO Order #> 25320 SVNegO Order #> 25323 SVNegO Order #> 25330 SVNegO Order #> 25331 SVNegO Order #> 25335 SVNegO Order #> 25336 SVNegO Order #> 25342 SVNegO Order #> 25346 SVNegO Order #> 25350 SVNegO Order #> 25351 SVNegO Order #> 25356 SVNegO Order #> 25366 SVNegO Order #> 25369 SVNegO Order #> 25370 SVNegO Order #> 25373 SVNegO Order #> 25385 SVNegO Order #> 25386 SVNegO Order #> 25389 SVNegO Order #> 25392 SVNegO Order #> 25395 SVNegO Order #> 25397 SVNegO Order #> 25399 SVNegO Order #> 25408 SVNegO Order #> 25434 SVNegO Order #> 25440 SVNegO Order #> 25451 SVNegO Order #> 25452 SVNegO Order #> 25458 SVNegO Order #> 25459 SVNegO Order #> 25465 SVNegO Order #> 25468 SVNegO Order #> 25487 SVNegO Order #> 25490 SVNegO Order #> 25491 SVNegO Order #> 25496 SVONeg Order #> 25498 SVONeg Order #> 25509 SVONeg Order #> 25510 SVONeg Order #> 25512 SVONeg Order #> 25515 SVONeg Order #> 25523 SVONeg Order #> 25528 SVONeg Order #> 25531 SVONeg Order #> 25534 SVONeg Order #> 25543 SVONeg Order #> 25549 SVONeg Order #> 25553 SVONeg Order #> 25562 SVONeg Order #> 25563 SVONeg Order #> 25564 SVONeg Order #> 25567 SVONeg Order #> 25568 SVONeg Order #> 25571 SVONeg Order #> 25576 SVONeg Order #> 25581 SVONeg Order #> 25586 SVONeg Order #> 25589 SVONeg Order #> 25597 SVONeg Order #> 25600 SVONeg Order #> 25603 SVONeg Order #> 25604 SVONeg Order #> 25605 SVONeg Order #> 25610 SVONeg Order #> 25611 SVONeg Order #> 25618 SVONeg Order #> 25619 SVONeg Order #> 25620 SVONeg Order #> 25630 SVONeg Order #> 25645 SVONeg Order #> 25647 SVONeg Order #> 25651 SVONeg Order #> 25655 SVONeg Order #> 25667 SVONeg Order #> 25676 SVONeg Order #> 25694 SVONeg Order #> 25696 SVONeg Order #> 25697 SVONeg Order #> 25698 SVONeg Order #> 25699 SVONeg Order #> 25707 SVONeg Order #> 25710 SVONeg Order #> 25715 SVONeg Order #> 25716 SVONeg Order #> 25723 SVONeg Order #> 25729 SVONeg Order #> 25732 SVONeg Order #> 25733 SVONeg Order #> 25736 SVONeg Order #> 25746 SVONeg Order #> 25755 SVONeg Order #> 25760 SVONeg Order #> 25762 SVONeg Order #> 25771 SVONeg Order #> 25773 SVONeg Order #> 25776 SVONeg Order #> 25785 SVONeg Order #> 25821 SVONeg Order #> 25830 SVONeg Order #> 25833 SVONeg Order #> 25842 SVONeg Order #> 25853 SVONeg Order #> 25855 SVONeg Order #> 25856 SVONeg Order #> 25866 SVONeg Order #> 25885 SVONeg Order #> 25886 SVONeg Order #> 25892 SVONeg Order #> 25896 SVONeg Order #> 25922 SVONeg Order #> 25925 SVONeg Order #> 25929 SVONeg Order #> 26030 The Position of Negative Morphemes in SOV Languages #> 26044 The Position of Negative Morphemes in SOV Languages #> 26063 The Position of Negative Morphemes in SOV Languages #> 26066 The Position of Negative Morphemes in SOV Languages #> 26079 The Position of Negative Morphemes in SOV Languages #> 26111 The Position of Negative Morphemes in SOV Languages #> 26114 The Position of Negative Morphemes in SOV Languages #> 26115 The Position of Negative Morphemes in SOV Languages #> 26136 The Position of Negative Morphemes in SOV Languages #> 26142 The Position of Negative Morphemes in SOV Languages #> 26144 The Position of Negative Morphemes in SOV Languages #> 26161 The Position of Negative Morphemes in SOV Languages #> 26166 The Position of Negative Morphemes in SOV Languages #> 26167 The Position of Negative Morphemes in SOV Languages #> 26168 The Position of Negative Morphemes in SOV Languages #> 26169 The Position of Negative Morphemes in SOV Languages #> 26180 The Position of Negative Morphemes in SOV Languages #> 26190 The Position of Negative Morphemes in SOV Languages #> 26221 The Position of Negative Morphemes in SOV Languages #> 26228 The Position of Negative Morphemes in SOV Languages #> 26234 The Position of Negative Morphemes in SOV Languages #> 26261 The Position of Negative Morphemes in SOV Languages #> 26291 The Position of Negative Morphemes in SOV Languages #> 26292 The Position of Negative Morphemes in SOV Languages #> 26310 The Position of Negative Morphemes in SOV Languages #> 26322 The Position of Negative Morphemes in SOV Languages #> 26333 The Position of Negative Morphemes in SOV Languages #> 26346 The Position of Negative Morphemes in SOV Languages #> 26349 The Position of Negative Morphemes in SOV Languages #> 26354 The Position of Negative Morphemes in SOV Languages #> 26372 The Position of Negative Morphemes in SOV Languages #> 26386 The Position of Negative Morphemes in SOV Languages #> 26391 The Position of Negative Morphemes in SOV Languages #> 26404 The Position of Negative Morphemes in SOV Languages #> 26415 The Position of Negative Morphemes in SOV Languages #> 26417 The Position of Negative Morphemes in SOV Languages #> 26419 The Position of Negative Morphemes in SOV Languages #> 26420 The Position of Negative Morphemes in SOV Languages #> 26422 The Position of Negative Morphemes in SOV Languages #> 26423 The Position of Negative Morphemes in SOV Languages #> 26424 The Position of Negative Morphemes in SOV Languages #> 26440 The Position of Negative Morphemes in SOV Languages #> 26459 The Position of Negative Morphemes in SOV Languages #> 26461 The Position of Negative Morphemes in SOV Languages #> 26474 The Position of Negative Morphemes in SOV Languages #> 26486 The Position of Negative Morphemes in SOV Languages #> 26494 The Position of Negative Morphemes in SOV Languages #> 26495 The Position of Negative Morphemes in SOV Languages #> 26496 The Position of Negative Morphemes in SOV Languages #> 26499 The Position of Negative Morphemes in SOV Languages #> 26504 The Position of Negative Morphemes in SOV Languages #> 26552 Multiple Negative Constructions in SOV Languages #> 26561 Multiple Negative Constructions in SOV Languages #> 26601 Obligatory Double Negation in SOV languages #> 26603 Obligatory Double Negation in SOV languages #> 26605 Obligatory Double Negation in SOV languages #> 26617 Optional Double Negation in SOV languages #> 26623 Optional Double Negation in SOV languages #> 26624 Optional Double Negation in SOV languages #> 26637 Optional Double Negation in SOV languages #> 26671 NegSOV Order #> 26690 NegSOV Order #> 26695 NegSOV Order #> 26696 NegSOV Order #> 26704 NegSOV Order #> 26719 NegSOV Order #> 26724 NegSOV Order #> 26727 NegSOV Order #> 26729 NegSOV Order #> 26748 NegSOV Order #> 26753 NegSOV Order #> 26754 NegSOV Order #> 26758 NegSOV Order #> 26783 NegSOV Order #> 26785 NegSOV Order #> 26794 NegSOV Order #> 26803 NegSOV Order #> 26809 NegSOV Order #> 26814 NegSOV Order #> 26815 NegSOV Order #> 26825 NegSOV Order #> 26836 NegSOV Order #> 26841 NegSOV Order #> 26846 NegSOV Order #> 26865 NegSOV Order #> 26889 NegSOV Order #> 26895 NegSOV Order #> 26897 NegSOV Order #> 26899 NegSOV Order #> 26906 NegSOV Order #> 26907 NegSOV Order #> 26912 NegSOV Order #> 26917 NegSOV Order #> 26918 NegSOV Order #> 26925 NegSOV Order #> 26928 NegSOV Order #> 26961 NegSOV Order #> 26962 NegSOV Order #> 26974 NegSOV Order #> 26988 NegSOV Order #> 26989 NegSOV Order #> 26991 NegSOV Order #> 26997 NegSOV Order #> 27018 NegSOV Order #> 27020 NegSOV Order #> 27046 NegSOV Order #> 27048 SNegOV Order #> 27051 SNegOV Order #> 27058 SNegOV Order #> 27059 SNegOV Order #> 27062 SNegOV Order #> 27066 SNegOV Order #> 27077 SNegOV Order #> 27086 SNegOV Order #> 27088 SNegOV Order #> 27089 SNegOV Order #> 27091 SNegOV Order #> 27099 SNegOV Order #> 27108 SNegOV Order #> 27128 SNegOV Order #> 27132 SNegOV Order #> 27136 SNegOV Order #> 27139 SNegOV Order #> 27153 SNegOV Order #> 27167 SNegOV Order #> 27182 SNegOV Order #> 27192 SNegOV Order #> 27203 SNegOV Order #> 27224 SNegOV Order #> 27251 SNegOV Order #> 27271 SNegOV Order #> 27277 SNegOV Order #> 27278 SNegOV Order #> 27306 SNegOV Order #> 27312 SNegOV Order #> 27313 SNegOV Order #> 27315 SNegOV Order #> 27318 SNegOV Order #> 27341 SNegOV Order #> 27355 SNegOV Order #> 27356 SNegOV Order #> 27358 SNegOV Order #> 27365 SNegOV Order #> 27367 SNegOV Order #> 27385 SNegOV Order #> 27392 SNegOV Order #> 27403 SNegOV Order #> 27406 SNegOV Order #> 27414 SNegOV Order #> 27436 SNegOV Order #> 27439 SNegOV Order #> 27452 SNegOV Order #> 27461 SONegV Order #> 27466 SONegV Order #> 27482 SONegV Order #> 27505 SONegV Order #> 27514 SONegV Order #> 27533 SONegV Order #> 27540 SONegV Order #> 27550 SONegV Order #> 27554 SONegV Order #> 27559 SONegV Order #> 27608 SONegV Order #> 27612 SONegV Order #> 27621 SONegV Order #> 27649 SONegV Order #> 27653 SONegV Order #> 27657 SONegV Order #> 27666 SONegV Order #> 27670 SONegV Order #> 27673 SONegV Order #> 27682 SONegV Order #> 27686 SONegV Order #> 27688 SONegV Order #> 27691 SONegV Order #> 27712 SONegV Order #> 27722 SONegV Order #> 27727 SONegV Order #> 27744 SONegV Order #> 27749 SONegV Order #> 27757 SONegV Order #> 27760 SONegV Order #> 27764 SONegV Order #> 27771 SONegV Order #> 27785 SONegV Order #> 27788 SONegV Order #> 27791 SONegV Order #> 27799 SONegV Order #> 27804 SONegV Order #> 27807 SONegV Order #> 27808 SONegV Order #> 27809 SONegV Order #> 27824 SONegV Order #> 27827 SONegV Order #> 27830 SONegV Order #> 27833 SONegV Order #> 27848 SONegV Order #> 27863 SONegV Order #> 27871 SOVNeg Order #> 27879 SOVNeg Order #> 27881 SOVNeg Order #> 27883 SOVNeg Order #> 27938 SOVNeg Order #> 27945 SOVNeg Order #> 27967 SOVNeg Order #> 27985 SOVNeg Order #> 28001 SOVNeg Order #> 28019 SOVNeg Order #> 28030 SOVNeg Order #> 28064 SOVNeg Order #> 28069 SOVNeg Order #> 28088 SOVNeg Order #> 28092 SOVNeg Order #> 28098 SOVNeg Order #> 28108 SOVNeg Order #> 28117 SOVNeg Order #> 28148 SOVNeg Order #> 28155 SOVNeg Order #> 28157 SOVNeg Order #> 28162 SOVNeg Order #> 28165 SOVNeg Order #> 28170 SOVNeg Order #> 28173 SOVNeg Order #> 28176 SOVNeg Order #> 28184 SOVNeg Order #> 28199 SOVNeg Order #> 28219 SOVNeg Order #> 28235 SOVNeg Order #> 28236 SOVNeg Order #> 28239 SOVNeg Order #> 28245 SOVNeg Order #> 28258 SOVNeg Order #> 28270 SOVNeg Order #> 28274 SOVNeg Order #> 28281 SOVNeg Order #> 28282 SOVNeg Order #> 28284 SOVNeg Order #> 28288 SOVNeg Order #> 28293 SOVNeg Order #> 28299 SOVNeg Order #> 28315 SOVNeg Order #> 28330 SOVNeg Order #> 28341 SOVNeg Order #> 28348 SOVNeg Order #> 28354 SOVNeg Order #> 28356 The Position of Negative Morphemes in Verb-Initial Languages #> 28360 The Position of Negative Morphemes in Verb-Initial Languages #> 28361 The Position of Negative Morphemes in Verb-Initial Languages #> 28365 The Position of Negative Morphemes in Verb-Initial Languages #> 28371 The Position of Negative Morphemes in Verb-Initial Languages #> 28373 The Position of Negative Morphemes in Verb-Initial Languages #> 28374 The Position of Negative Morphemes in Verb-Initial Languages #> 28377 The Position of Negative Morphemes in Verb-Initial Languages #> 28378 The Position of Negative Morphemes in Verb-Initial Languages #> 28380 The Position of Negative Morphemes in Verb-Initial Languages #> 28381 The Position of Negative Morphemes in Verb-Initial Languages #> 28384 The Position of Negative Morphemes in Verb-Initial Languages #> 28388 The Position of Negative Morphemes in Verb-Initial Languages #> 28389 The Position of Negative Morphemes in Verb-Initial Languages #> 28393 The Position of Negative Morphemes in Verb-Initial Languages #> 28394 The Position of Negative Morphemes in Verb-Initial Languages #> 28399 The Position of Negative Morphemes in Verb-Initial Languages #> 28401 The Position of Negative Morphemes in Verb-Initial Languages #> 28402 The Position of Negative Morphemes in Verb-Initial Languages #> 28407 The Position of Negative Morphemes in Verb-Initial Languages #> 28410 The Position of Negative Morphemes in Verb-Initial Languages #> 28411 The Position of Negative Morphemes in Verb-Initial Languages #> 28414 The Position of Negative Morphemes in Verb-Initial Languages #> 28417 The Position of Negative Morphemes in Verb-Initial Languages #> 28423 The Position of Negative Morphemes in Verb-Initial Languages #> 28425 The Position of Negative Morphemes in Verb-Initial Languages #> 28430 The Position of Negative Morphemes in Verb-Initial Languages #> 28432 The Position of Negative Morphemes in Verb-Initial Languages #> 28436 The Position of Negative Morphemes in Verb-Initial Languages #> 28437 The Position of Negative Morphemes in Verb-Initial Languages #> 28438 The Position of Negative Morphemes in Verb-Initial Languages #> 28441 The Position of Negative Morphemes in Verb-Initial Languages #> 28445 The Position of Negative Morphemes in Verb-Initial Languages #> 28449 The Position of Negative Morphemes in Verb-Initial Languages #> 28450 The Position of Negative Morphemes in Verb-Initial Languages #> 28452 The Position of Negative Morphemes in Verb-Initial Languages #> 28467 The Position of Negative Morphemes in Verb-Initial Languages #> 28470 The Position of Negative Morphemes in Verb-Initial Languages #> 28485 The Position of Negative Morphemes in Verb-Initial Languages #> 28490 The Position of Negative Morphemes in Verb-Initial Languages #> 28491 The Position of Negative Morphemes in Verb-Initial Languages #> 28496 The Position of Negative Morphemes in Verb-Initial Languages #> 28499 The Position of Negative Morphemes in Verb-Initial Languages #> 28501 The Position of Negative Morphemes in Verb-Initial Languages #> 28502 The Position of Negative Morphemes in Verb-Initial Languages #> 28503 The Position of Negative Morphemes in Verb-Initial Languages #> 28510 Double negation in verb-initial languages #> 28515 Double negation in verb-initial languages #> 28517 Double negation in verb-initial languages #> 28518 Double negation in verb-initial languages #> 28520 Double negation in verb-initial languages #> 28522 Double negation in verb-initial languages #> 28523 Double negation in verb-initial languages #> 28528 Verb-Initial with Preverbal Negative #> 28529 Verb-Initial with Preverbal Negative #> 28530 Verb-Initial with Preverbal Negative #> 28532 Verb-Initial with Preverbal Negative #> 28534 Verb-Initial with Preverbal Negative #> 28542 Verb-Initial with Preverbal Negative #> 28544 Verb-Initial with Preverbal Negative #> 28547 Verb-Initial with Preverbal Negative #> 28550 Verb-Initial with Preverbal Negative #> 28551 Verb-Initial with Preverbal Negative #> 28553 Verb-Initial with Preverbal Negative #> 28554 Verb-Initial with Preverbal Negative #> 28568 Verb-Initial with Preverbal Negative #> 28579 Verb-Initial with Preverbal Negative #> 28580 Verb-Initial with Preverbal Negative #> 28583 Verb-Initial with Preverbal Negative #> 28588 Verb-Initial with Preverbal Negative #> 28589 Verb-Initial with Preverbal Negative #> 28590 Verb-Initial with Preverbal Negative #> 28594 Verb-Initial with Preverbal Negative #> 28597 Verb-Initial with Preverbal Negative #> 28600 Verb-Initial with Preverbal Negative #> 28601 Verb-Initial with Preverbal Negative #> 28607 Verb-Initial with Preverbal Negative #> 28608 Verb-Initial with Preverbal Negative #> 28626 Verb-Initial with Preverbal Negative #> 28627 Verb-Initial with Preverbal Negative #> 28628 Verb-Initial with Preverbal Negative #> 28630 Verb-Initial with Preverbal Negative #> 28639 Verb-Initial with Preverbal Negative #> 28640 Verb-Initial with Preverbal Negative #> 28643 Verb-Initial with Preverbal Negative #> 28647 Verb-Initial with Preverbal Negative #> 28648 Verb-Initial with Preverbal Negative #> 28650 Verb-Initial with Preverbal Negative #> 28657 Verb-Initial with Preverbal Negative #> 28658 Verb-Initial with Preverbal Negative #> 28661 Verb-Initial with Preverbal Negative #> 28662 Verb-Initial with Preverbal Negative #> 28663 Verb-Initial with Preverbal Negative #> 28668 Verb-Initial with Preverbal Negative #> 28671 Verb-Initial with Preverbal Negative #> 28672 Verb-Initial with Preverbal Negative #> 28673 Verb-Initial with Preverbal Negative #> 28674 Verb-Initial with Preverbal Negative #> 28675 Verb-Initial with Preverbal Negative #> 28677 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28680 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28681 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28682 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28683 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28685 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28692 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28699 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28703 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28707 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28708 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28710 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28714 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28719 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28722 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28725 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28726 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28727 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28729 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28730 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28731 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28737 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28739 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28740 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28743 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28744 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28745 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28750 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28755 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28758 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28764 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28766 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28770 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28773 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28787 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28788 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28790 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28795 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28798 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28810 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28811 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28816 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28818 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28819 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28822 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28824 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28828 Verb-Initial with Clause-Final Negative #> 28829 Verb-Initial with Clause-Final Negative #> 28830 Verb-Initial with Clause-Final Negative #> 28831 Verb-Initial with Clause-Final Negative #> 28832 Verb-Initial with Clause-Final Negative #> 28833 Verb-Initial with Clause-Final Negative #> 28839 Verb-Initial with Clause-Final Negative #> 28843 Verb-Initial with Clause-Final Negative #> 28848 Verb-Initial with Clause-Final Negative #> 28849 Verb-Initial with Clause-Final Negative #> 28852 Verb-Initial with Clause-Final Negative #> 28854 Verb-Initial with Clause-Final Negative #> 28859 Verb-Initial with Clause-Final Negative #> 28861 Verb-Initial with Clause-Final Negative #> 28864 Verb-Initial with Clause-Final Negative #> 28869 Verb-Initial with Clause-Final Negative #> 28881 Verb-Initial with Clause-Final Negative #> 28885 Verb-Initial with Clause-Final Negative #> 28898 Verb-Initial with Clause-Final Negative #> 28900 Verb-Initial with Clause-Final Negative #> 28901 Verb-Initial with Clause-Final Negative #> 28902 Verb-Initial with Clause-Final Negative #> 28909 Verb-Initial with Clause-Final Negative #> 28912 Verb-Initial with Clause-Final Negative #> 28913 Verb-Initial with Clause-Final Negative #> 28914 Verb-Initial with Clause-Final Negative #> 28915 Verb-Initial with Clause-Final Negative #> 28918 Verb-Initial with Clause-Final Negative #> 28921 Verb-Initial with Clause-Final Negative #> 28923 Verb-Initial with Clause-Final Negative #> 28925 Verb-Initial with Clause-Final Negative #> 28929 Verb-Initial with Clause-Final Negative #> 28931 Verb-Initial with Clause-Final Negative #> 28936 Verb-Initial with Clause-Final Negative #> 28944 Verb-Initial with Clause-Final Negative #> 28952 Verb-Initial with Clause-Final Negative #> 28954 Verb-Initial with Clause-Final Negative #> 28957 Verb-Initial with Clause-Final Negative #> 28959 Verb-Initial with Clause-Final Negative #> 28962 Verb-Initial with Clause-Final Negative #> 28965 Verb-Initial with Clause-Final Negative #> 28970 Verb-Initial with Clause-Final Negative #> 28972 Verb-Initial with Clause-Final Negative #> 28973 Verb-Initial with Clause-Final Negative #> 28977 Verb-Initial with Clause-Final Negative #> 28978 Verb-Initial with Clause-Final Negative #> 29023 Weight-Sensitive Stress #> 29060 Weight-Sensitive Stress #> 29064 Weight-Sensitive Stress #> 29066 Weight-Sensitive Stress #> 29072 Weight-Sensitive Stress #> 29114 Weight-Sensitive Stress #> 29120 Weight-Sensitive Stress #> 29125 Weight-Sensitive Stress #> 29139 Weight-Sensitive Stress #> 29141 Weight-Sensitive Stress #> 29143 Weight-Sensitive Stress #> 29169 Weight-Sensitive Stress #> 29182 Weight-Sensitive Stress #> 29190 Weight-Sensitive Stress #> 29207 Weight-Sensitive Stress #> 29210 Weight-Sensitive Stress #> 29225 Weight-Sensitive Stress #> 29232 Weight-Sensitive Stress #> 29252 Weight-Sensitive Stress #> 29264 Weight-Sensitive Stress #> 29298 Weight-Sensitive Stress #> 29299 Weight-Sensitive Stress #> 29304 Weight-Sensitive Stress #> 29305 Weight-Sensitive Stress #> 29354 Weight-Sensitive Stress #> 29355 Weight-Sensitive Stress #> 29360 Weight-Sensitive Stress #> 29376 Weight-Sensitive Stress #> 29383 Weight-Sensitive Stress #> 29402 Weight-Sensitive Stress #> 29405 Weight-Sensitive Stress #> 29437 Weight-Sensitive Stress #> 29448 Weight-Sensitive Stress #> 29450 Weight-Sensitive Stress #> 29464 Weight-Sensitive Stress #> 29486 Weight-Sensitive Stress #> 29509 Weight Factors in Weight-Sensitive Stress Systems #> 29531 Weight Factors in Weight-Sensitive Stress Systems #> 29579 Weight Factors in Weight-Sensitive Stress Systems #> 29599 Weight Factors in Weight-Sensitive Stress Systems #> 29606 Weight Factors in Weight-Sensitive Stress Systems #> 29609 Weight Factors in Weight-Sensitive Stress Systems #> 29639 Weight Factors in Weight-Sensitive Stress Systems #> 29645 Weight Factors in Weight-Sensitive Stress Systems #> 29649 Weight Factors in Weight-Sensitive Stress Systems #> 29655 Weight Factors in Weight-Sensitive Stress Systems #> 29665 Weight Factors in Weight-Sensitive Stress Systems #> 29696 Weight Factors in Weight-Sensitive Stress Systems #> 29700 Weight Factors in Weight-Sensitive Stress Systems #> 29717 Weight Factors in Weight-Sensitive Stress Systems #> 29728 Weight Factors in Weight-Sensitive Stress Systems #> 29742 Weight Factors in Weight-Sensitive Stress Systems #> 29764 Weight Factors in Weight-Sensitive Stress Systems #> 29775 Weight Factors in Weight-Sensitive Stress Systems #> 29782 Weight Factors in Weight-Sensitive Stress Systems #> 29823 Weight Factors in Weight-Sensitive Stress Systems #> 29833 Weight Factors in Weight-Sensitive Stress Systems #> 29836 Weight Factors in Weight-Sensitive Stress Systems #> 29842 Weight Factors in Weight-Sensitive Stress Systems #> 29843 Weight Factors in Weight-Sensitive Stress Systems #> 29862 Weight Factors in Weight-Sensitive Stress Systems #> 29868 Weight Factors in Weight-Sensitive Stress Systems #> 29879 Weight Factors in Weight-Sensitive Stress Systems #> 29898 Weight Factors in Weight-Sensitive Stress Systems #> 29917 Weight Factors in Weight-Sensitive Stress Systems #> 29920 Weight Factors in Weight-Sensitive Stress Systems #> 29924 Weight Factors in Weight-Sensitive Stress Systems #> 29925 Weight Factors in Weight-Sensitive Stress Systems #> 29946 Weight Factors in Weight-Sensitive Stress Systems #> 29947 Weight Factors in Weight-Sensitive Stress Systems #> 29964 Weight Factors in Weight-Sensitive Stress Systems #> 29986 Weight Factors in Weight-Sensitive Stress Systems #> 30019 Rhythm Types #> 30046 Rhythm Types #> 30054 Rhythm Types #> 30059 Rhythm Types #> 30143 Rhythm Types #> 30149 Rhythm Types #> 30162 Rhythm Types #> 30192 Rhythm Types #> 30197 Rhythm Types #> 30198 Rhythm Types #> 30199 Rhythm Types #> 30212 Rhythm Types #> 30213 Rhythm Types #> 30216 Rhythm Types #> 30217 Rhythm Types #> 30227 Rhythm Types #> 30240 Rhythm Types #> 30241 Rhythm Types #> 30309 Rhythm Types #> 30314 Rhythm Types #> 30319 Absence of Common Consonants #> 30346 Absence of Common Consonants #> 30353 Absence of Common Consonants #> 30356 Absence of Common Consonants #> 30359 Absence of Common Consonants #> 30360 Absence of Common Consonants #> 30363 Absence of Common Consonants #> 30367 Absence of Common Consonants #> 30377 Absence of Common Consonants #> 30381 Absence of Common Consonants #> 30384 Absence of Common Consonants #> 30396 Absence of Common Consonants #> 30404 Absence of Common Consonants #> 30413 Absence of Common Consonants #> 30414 Absence of Common Consonants #> 30415 Absence of Common Consonants #> 30428 Absence of Common Consonants #> 30431 Absence of Common Consonants #> 30456 Absence of Common Consonants #> 30457 Absence of Common Consonants #> 30460 Absence of Common Consonants #> 30461 Absence of Common Consonants #> 30470 Absence of Common Consonants #> 30472 Absence of Common Consonants #> 30481 Absence of Common Consonants #> 30482 Absence of Common Consonants #> 30486 Absence of Common Consonants #> 30488 Absence of Common Consonants #> 30490 Absence of Common Consonants #> 30501 Absence of Common Consonants #> 30502 Absence of Common Consonants #> 30512 Absence of Common Consonants #> 30526 Absence of Common Consonants #> 30527 Absence of Common Consonants #> 30533 Absence of Common Consonants #> 30538 Absence of Common Consonants #> 30541 Absence of Common Consonants #> 30548 Absence of Common Consonants #> 30564 Absence of Common Consonants #> 30577 Absence of Common Consonants #> 30580 Absence of Common Consonants #> 30584 Absence of Common Consonants #> 30605 Absence of Common Consonants #> 30606 Absence of Common Consonants #> 30613 Absence of Common Consonants #> 30614 Absence of Common Consonants #> 30626 Absence of Common Consonants #> 30632 Absence of Common Consonants #> 30635 Absence of Common Consonants #> 30639 Absence of Common Consonants #> 30643 Absence of Common Consonants #> 30650 Absence of Common Consonants #> 30652 Absence of Common Consonants #> 30655 Absence of Common Consonants #> 30657 Absence of Common Consonants #> 30663 Absence of Common Consonants #> 30664 Absence of Common Consonants #> 30667 Absence of Common Consonants #> 30677 Absence of Common Consonants #> 30688 Absence of Common Consonants #> 30689 Absence of Common Consonants #> 30696 Absence of Common Consonants #> 30699 Absence of Common Consonants #> 30702 Absence of Common Consonants #> 30709 Absence of Common Consonants #> 30710 Absence of Common Consonants #> 30712 Absence of Common Consonants #> 30714 Absence of Common Consonants #> 30718 Absence of Common Consonants #> 30722 Absence of Common Consonants #> 30725 Absence of Common Consonants #> 30730 Absence of Common Consonants #> 30733 Absence of Common Consonants #> 30735 Absence of Common Consonants #> 30738 Absence of Common Consonants #> 30743 Absence of Common Consonants #> 30746 Absence of Common Consonants #> 30752 Absence of Common Consonants #> 30759 Absence of Common Consonants #> 30761 Absence of Common Consonants #> 30765 Absence of Common Consonants #> 30771 Absence of Common Consonants #> 30779 Absence of Common Consonants #> 30781 Absence of Common Consonants #> 30786 Absence of Common Consonants #> 30795 Absence of Common Consonants #> 30798 Absence of Common Consonants #> 30799 Absence of Common Consonants #> 30806 Absence of Common Consonants #> 30818 Absence of Common Consonants #> 30819 Absence of Common Consonants #> 30820 Absence of Common Consonants #> 30861 Absence of Common Consonants #> 30866 Absence of Common Consonants #> 30885 Presence of Uncommon Consonants #> 30889 Presence of Uncommon Consonants #> 30891 Presence of Uncommon Consonants #> 30893 Presence of Uncommon Consonants #> 30905 Presence of Uncommon Consonants #> 30913 Presence of Uncommon Consonants #> 30920 Presence of Uncommon Consonants #> 30931 Presence of Uncommon Consonants #> 30941 Presence of Uncommon Consonants #> 30950 Presence of Uncommon Consonants #> 30953 Presence of Uncommon Consonants #> 30958 Presence of Uncommon Consonants #> 30959 Presence of Uncommon Consonants #> 30967 Presence of Uncommon Consonants #> 30968 Presence of Uncommon Consonants #> 30972 Presence of Uncommon Consonants #> 30977 Presence of Uncommon Consonants #> 30978 Presence of Uncommon Consonants #> 30982 Presence of Uncommon Consonants #> 30983 Presence of Uncommon Consonants #> 30986 Presence of Uncommon Consonants #> 30988 Presence of Uncommon Consonants #> 30993 Presence of Uncommon Consonants #> 30995 Presence of Uncommon Consonants #> 30996 Presence of Uncommon Consonants #> 31010 Presence of Uncommon Consonants #> 31013 Presence of Uncommon Consonants #> 31021 Presence of Uncommon Consonants #> 31034 Presence of Uncommon Consonants #> 31036 Presence of Uncommon Consonants #> 31050 Presence of Uncommon Consonants #> 31052 Presence of Uncommon Consonants #> 31055 Presence of Uncommon Consonants #> 31067 Presence of Uncommon Consonants #> 31068 Presence of Uncommon Consonants #> 31080 Presence of Uncommon Consonants #> 31084 Presence of Uncommon Consonants #> 31085 Presence of Uncommon Consonants #> 31092 Presence of Uncommon Consonants #> 31099 Presence of Uncommon Consonants #> 31106 Presence of Uncommon Consonants #> 31108 Presence of Uncommon Consonants #> 31110 Presence of Uncommon Consonants #> 31115 Presence of Uncommon Consonants #> 31128 Presence of Uncommon Consonants #> 31140 Presence of Uncommon Consonants #> 31152 Presence of Uncommon Consonants #> 31159 Presence of Uncommon Consonants #> 31162 Presence of Uncommon Consonants #> 31165 Presence of Uncommon Consonants #> 31172 Presence of Uncommon Consonants #> 31186 Presence of Uncommon Consonants #> 31188 Presence of Uncommon Consonants #> 31197 Presence of Uncommon Consonants #> 31198 Presence of Uncommon Consonants #> 31217 Presence of Uncommon Consonants #> 31219 Presence of Uncommon Consonants #> 31229 Presence of Uncommon Consonants #> 31230 Presence of Uncommon Consonants #> 31231 Presence of Uncommon Consonants #> 31245 Presence of Uncommon Consonants #> 31248 Presence of Uncommon Consonants #> 31253 Presence of Uncommon Consonants #> 31258 Presence of Uncommon Consonants #> 31271 Presence of Uncommon Consonants #> 31273 Presence of Uncommon Consonants #> 31280 Presence of Uncommon Consonants #> 31281 Presence of Uncommon Consonants #> 31304 Presence of Uncommon Consonants #> 31307 Presence of Uncommon Consonants #> 31313 Presence of Uncommon Consonants #> 31316 Presence of Uncommon Consonants #> 31321 Presence of Uncommon Consonants #> 31327 Presence of Uncommon Consonants #> 31330 Presence of Uncommon Consonants #> 31332 Presence of Uncommon Consonants #> 31350 Presence of Uncommon Consonants #> 31367 Presence of Uncommon Consonants #> 31375 Presence of Uncommon Consonants #> 31383 Presence of Uncommon Consonants #> 31384 Presence of Uncommon Consonants #> 31391 Presence of Uncommon Consonants #> 31395 Presence of Uncommon Consonants #> 31397 Presence of Uncommon Consonants #> 31399 Presence of Uncommon Consonants #> 31413 Presence of Uncommon Consonants #> 31416 Presence of Uncommon Consonants #> 31417 Presence of Uncommon Consonants #> 31418 Presence of Uncommon Consonants #> 31424 Presence of Uncommon Consonants #> 31427 Presence of Uncommon Consonants #> 31435 Presence of Uncommon Consonants #> 31440 Presence of Uncommon Consonants #> 31445 Presence of Uncommon Consonants #> 31503 Vowel Quality Inventories #> 31506 Vowel Quality Inventories #> 31529 Vowel Quality Inventories #> 31544 Vowel Quality Inventories #> 31549 Vowel Quality Inventories #> 31556 Vowel Quality Inventories #> 31559 Vowel Quality Inventories #> 31564 Vowel Quality Inventories #> 31565 Vowel Quality Inventories #> 31575 Vowel Quality Inventories #> 31590 Vowel Quality Inventories #> 31591 Vowel Quality Inventories #> 31601 Vowel Quality Inventories #> 31606 Vowel Quality Inventories #> 31625 Vowel Quality Inventories #> 31628 Vowel Quality Inventories #> 31630 Vowel Quality Inventories #> 31639 Vowel Quality Inventories #> 31652 Vowel Quality Inventories #> 31658 Vowel Quality Inventories #> 31663 Vowel Quality Inventories #> 31665 Vowel Quality Inventories #> 31666 Vowel Quality Inventories #> 31667 Vowel Quality Inventories #> 31673 Vowel Quality Inventories #> 31675 Vowel Quality Inventories #> 31681 Vowel Quality Inventories #> 31709 Vowel Quality Inventories #> 31715 Vowel Quality Inventories #> 31717 Vowel Quality Inventories #> 31740 Vowel Quality Inventories #> 31747 Vowel Quality Inventories #> 31750 Vowel Quality Inventories #> 31751 Vowel Quality Inventories #> 31759 Vowel Quality Inventories #> 31767 Vowel Quality Inventories #> 31774 Vowel Quality Inventories #> 31780 Vowel Quality Inventories #> 31789 Vowel Quality Inventories #> 31794 Vowel Quality Inventories #> 31796 Vowel Quality Inventories #> 31813 Vowel Quality Inventories #> 31815 Vowel Quality Inventories #> 31819 Vowel Quality Inventories #> 31822 Vowel Quality Inventories #> 31829 Vowel Quality Inventories #> 31835 Vowel Quality Inventories #> 31836 Vowel Quality Inventories #> 31843 Vowel Quality Inventories #> 31845 Vowel Quality Inventories #> 31849 Vowel Quality Inventories #> 31850 Vowel Quality Inventories #> 31851 Vowel Quality Inventories #> 31853 Vowel Quality Inventories #> 31858 Vowel Quality Inventories #> 31863 Vowel Quality Inventories #> 31872 Vowel Quality Inventories #> 31875 Vowel Quality Inventories #> 31877 Vowel Quality Inventories #> 31892 Vowel Quality Inventories #> 31893 Vowel Quality Inventories #> 31901 Vowel Quality Inventories #> 31903 Vowel Quality Inventories #> 31904 Vowel Quality Inventories #> 31908 Vowel Quality Inventories #> 31909 Vowel Quality Inventories #> 31914 Vowel Quality Inventories #> 31924 Vowel Quality Inventories #> 31928 Vowel Quality Inventories #> 31933 Vowel Quality Inventories #> 31935 Vowel Quality Inventories #> 31936 Vowel Quality Inventories #> 31938 Vowel Quality Inventories #> 31941 Vowel Quality Inventories #> 31943 Vowel Quality Inventories #> 31946 Vowel Quality Inventories #> 31948 Vowel Quality Inventories #> 31949 Vowel Quality Inventories #> 31950 Vowel Quality Inventories #> 31952 Vowel Quality Inventories #> 31963 Vowel Quality Inventories #> 31968 Vowel Quality Inventories #> 31974 Vowel Quality Inventories #> 31978 Vowel Quality Inventories #> 31980 Vowel Quality Inventories #> 31989 Vowel Quality Inventories #> 31992 Vowel Quality Inventories #> 31993 Vowel Quality Inventories #> 31994 Vowel Quality Inventories #> 31996 Vowel Quality Inventories #> 32005 Vowel Quality Inventories #> 32012 Vowel Quality Inventories #> 32018 Fusion of Selected Inflectional Formatives #> 32020 Fusion of Selected Inflectional Formatives #> 32047 Fusion of Selected Inflectional Formatives #> 32050 Fusion of Selected Inflectional Formatives #> 32051 Fusion of Selected Inflectional Formatives #> 32053 Fusion of Selected Inflectional Formatives #> 32056 Fusion of Selected Inflectional Formatives #> 32058 Fusion of Selected Inflectional Formatives #> 32089 Fusion of Selected Inflectional Formatives #> 32102 Fusion of Selected Inflectional Formatives #> 32117 Fusion of Selected Inflectional Formatives #> 32125 Fusion of Selected Inflectional Formatives #> 32127 Fusion of Selected Inflectional Formatives #> 32132 Fusion of Selected Inflectional Formatives #> 32142 Fusion of Selected Inflectional Formatives #> 32143 Fusion of Selected Inflectional Formatives #> 32144 Fusion of Selected Inflectional Formatives #> 32148 Fusion of Selected Inflectional Formatives #> 32149 Fusion of Selected Inflectional Formatives #> 32156 Fusion of Selected Inflectional Formatives #> 32163 Fusion of Selected Inflectional Formatives #> 32169 Fusion of Selected Inflectional Formatives #> 32175 Fusion of Selected Inflectional Formatives #> 32180 Fusion of Selected Inflectional Formatives #> 32188 Exponence of Selected Inflectional Formatives #> 32189 Exponence of Selected Inflectional Formatives #> 32190 Exponence of Selected Inflectional Formatives #> 32200 Exponence of Selected Inflectional Formatives #> 32207 Exponence of Selected Inflectional Formatives #> 32235 Exponence of Selected Inflectional Formatives #> 32236 Exponence of Selected Inflectional Formatives #> 32240 Exponence of Selected Inflectional Formatives #> 32243 Exponence of Selected Inflectional Formatives #> 32262 Exponence of Selected Inflectional Formatives #> 32280 Exponence of Selected Inflectional Formatives #> 32281 Exponence of Selected Inflectional Formatives #> 32293 Exponence of Selected Inflectional Formatives #> 32302 Exponence of Selected Inflectional Formatives #> 32303 Exponence of Selected Inflectional Formatives #> 32309 Exponence of Selected Inflectional Formatives #> 32312 Exponence of Selected Inflectional Formatives #> 32317 Exponence of Selected Inflectional Formatives #> 32318 Exponence of Selected Inflectional Formatives #> 32324 Exponence of Selected Inflectional Formatives #> 32325 Exponence of Selected Inflectional Formatives #> 32326 Exponence of Selected Inflectional Formatives #> 32329 Exponence of Selected Inflectional Formatives #> 32333 Exponence of Selected Inflectional Formatives #> 32341 Exponence of Selected Inflectional Formatives #> 32344 Exponence of Tense-Aspect-Mood Inflection #> 32349 Exponence of Tense-Aspect-Mood Inflection #> 32351 Exponence of Tense-Aspect-Mood Inflection #> 32355 Exponence of Tense-Aspect-Mood Inflection #> 32378 Exponence of Tense-Aspect-Mood Inflection #> 32383 Exponence of Tense-Aspect-Mood Inflection #> 32389 Exponence of Tense-Aspect-Mood Inflection #> 32393 Exponence of Tense-Aspect-Mood Inflection #> 32397 Exponence of Tense-Aspect-Mood Inflection #> 32410 Exponence of Tense-Aspect-Mood Inflection #> 32419 Exponence of Tense-Aspect-Mood Inflection #> 32423 Exponence of Tense-Aspect-Mood Inflection #> 32424 Exponence of Tense-Aspect-Mood Inflection #> 32425 Exponence of Tense-Aspect-Mood Inflection #> 32426 Exponence of Tense-Aspect-Mood Inflection #> 32430 Exponence of Tense-Aspect-Mood Inflection #> 32446 Exponence of Tense-Aspect-Mood Inflection #> 32448 Exponence of Tense-Aspect-Mood Inflection #> 32456 Exponence of Tense-Aspect-Mood Inflection #> 32459 Exponence of Tense-Aspect-Mood Inflection #> 32462 Exponence of Tense-Aspect-Mood Inflection #> 32473 Exponence of Tense-Aspect-Mood Inflection #> 32478 Exponence of Tense-Aspect-Mood Inflection #> 32488 Exponence of Tense-Aspect-Mood Inflection #> 32498 Exponence of Tense-Aspect-Mood Inflection #> 32504 Inflectional Synthesis of the Verb #> 32506 Inflectional Synthesis of the Verb #> 32509 Inflectional Synthesis of the Verb #> 32511 Inflectional Synthesis of the Verb #> 32512 Inflectional Synthesis of the Verb #> 32520 Inflectional Synthesis of the Verb #> 32527 Inflectional Synthesis of the Verb #> 32530 Inflectional Synthesis of the Verb #> 32531 Inflectional Synthesis of the Verb #> 32534 Inflectional Synthesis of the Verb #> 32537 Inflectional Synthesis of the Verb #> 32538 Inflectional Synthesis of the Verb #> 32548 Inflectional Synthesis of the Verb #> 32550 Inflectional Synthesis of the Verb #> 32562 Inflectional Synthesis of the Verb #> 32584 Inflectional Synthesis of the Verb #> 32585 Inflectional Synthesis of the Verb #> 32591 Inflectional Synthesis of the Verb #> 32613 Inflectional Synthesis of the Verb #> 32660 Locus of Marking in the Clause #> 32667 Locus of Marking in the Clause #> 32690 Locus of Marking in the Clause #> 32699 Locus of Marking in the Clause #> 32714 Locus of Marking in the Clause #> 32719 Locus of Marking in the Clause #> 32722 Locus of Marking in the Clause #> 32723 Locus of Marking in the Clause #> 32739 Locus of Marking in the Clause #> 32741 Locus of Marking in the Clause #> 32746 Locus of Marking in the Clause #> 32752 Locus of Marking in the Clause #> 32754 Locus of Marking in the Clause #> 32764 Locus of Marking in the Clause #> 32772 Locus of Marking in the Clause #> 32779 Locus of Marking in the Clause #> 32788 Locus of Marking in the Clause #> 32791 Locus of Marking in the Clause #> 32802 Locus of Marking in the Clause #> 32817 Locus of Marking in the Clause #> 32819 Locus of Marking in the Clause #> 32844 Locus of Marking in the Clause #> 32849 Locus of Marking in the Clause #> 32854 Locus of Marking in the Clause #> 32855 Locus of Marking in the Clause #> 32868 Locus of Marking in the Clause #> 32872 Locus of Marking in the Clause #> 32876 Locus of Marking in the Clause #> 32880 Locus of Marking in the Clause #> 32901 Locus of Marking in Possessive Noun Phrases #> 32906 Locus of Marking in Possessive Noun Phrases #> 32925 Locus of Marking in Possessive Noun Phrases #> 32935 Locus of Marking in Possessive Noun Phrases #> 32939 Locus of Marking in Possessive Noun Phrases #> 32956 Locus of Marking in Possessive Noun Phrases #> 32961 Locus of Marking in Possessive Noun Phrases #> 32962 Locus of Marking in Possessive Noun Phrases #> 32964 Locus of Marking in Possessive Noun Phrases #> 32966 Locus of Marking in Possessive Noun Phrases #> 32973 Locus of Marking in Possessive Noun Phrases #> 32992 Locus of Marking in Possessive Noun Phrases #> 32999 Locus of Marking in Possessive Noun Phrases #> 33003 Locus of Marking in Possessive Noun Phrases #> 33014 Locus of Marking in Possessive Noun Phrases #> 33016 Locus of Marking in Possessive Noun Phrases #> 33025 Locus of Marking in Possessive Noun Phrases #> 33034 Locus of Marking in Possessive Noun Phrases #> 33041 Locus of Marking in Possessive Noun Phrases #> 33044 Locus of Marking in Possessive Noun Phrases #> 33056 Locus of Marking in Possessive Noun Phrases #> 33062 Locus of Marking in Possessive Noun Phrases #> 33091 Locus of Marking in Possessive Noun Phrases #> 33094 Locus of Marking in Possessive Noun Phrases #> 33103 Locus of Marking in Possessive Noun Phrases #> 33108 Locus of Marking in Possessive Noun Phrases #> 33112 Locus of Marking in Possessive Noun Phrases #> 33115 Locus of Marking in Possessive Noun Phrases #> 33118 Locus of Marking in Possessive Noun Phrases #> 33129 Locus of Marking: Whole-language Typology #> 33135 Locus of Marking: Whole-language Typology #> 33142 Locus of Marking: Whole-language Typology #> 33163 Locus of Marking: Whole-language Typology #> 33169 Locus of Marking: Whole-language Typology #> 33172 Locus of Marking: Whole-language Typology #> 33175 Locus of Marking: Whole-language Typology #> 33179 Locus of Marking: Whole-language Typology #> 33182 Locus of Marking: Whole-language Typology #> 33184 Locus of Marking: Whole-language Typology #> 33192 Locus of Marking: Whole-language Typology #> 33210 Locus of Marking: Whole-language Typology #> 33214 Locus of Marking: Whole-language Typology #> 33230 Locus of Marking: Whole-language Typology #> 33240 Locus of Marking: Whole-language Typology #> 33246 Locus of Marking: Whole-language Typology #> 33247 Locus of Marking: Whole-language Typology #> 33262 Locus of Marking: Whole-language Typology #> 33270 Locus of Marking: Whole-language Typology #> 33273 Locus of Marking: Whole-language Typology #> 33282 Locus of Marking: Whole-language Typology #> 33285 Locus of Marking: Whole-language Typology #> 33291 Locus of Marking: Whole-language Typology #> 33305 Locus of Marking: Whole-language Typology #> 33318 Locus of Marking: Whole-language Typology #> 33328 Locus of Marking: Whole-language Typology #> 33337 Locus of Marking: Whole-language Typology #> 33348 Locus of Marking: Whole-language Typology #> 33355 Locus of Marking: Whole-language Typology #> 33356 Zero Marking of A and P Arguments #> 33358 Zero Marking of A and P Arguments #> 33363 Zero Marking of A and P Arguments #> 33374 Zero Marking of A and P Arguments #> 33377 Zero Marking of A and P Arguments #> 33381 Zero Marking of A and P Arguments #> 33384 Zero Marking of A and P Arguments #> 33397 Zero Marking of A and P Arguments #> 33412 Zero Marking of A and P Arguments #> 33414 Zero Marking of A and P Arguments #> 33415 Zero Marking of A and P Arguments #> 33432 Zero Marking of A and P Arguments #> 33444 Zero Marking of A and P Arguments #> 33446 Zero Marking of A and P Arguments #> 33447 Zero Marking of A and P Arguments #> 33453 Zero Marking of A and P Arguments #> 33455 Zero Marking of A and P Arguments #> 33482 Zero Marking of A and P Arguments #> 33483 Zero Marking of A and P Arguments #> 33504 Zero Marking of A and P Arguments #> 33505 Zero Marking of A and P Arguments #> 33508 Zero Marking of A and P Arguments #> 33525 Zero Marking of A and P Arguments #> 33527 Zero Marking of A and P Arguments #> 33529 Zero Marking of A and P Arguments #> 33545 Zero Marking of A and P Arguments #> 33548 Zero Marking of A and P Arguments #> 33565 Zero Marking of A and P Arguments #> 33584 Zero Marking of A and P Arguments #> 33589 Zero Marking of A and P Arguments #> 33592 Prefixing vs. Suffixing in Inflectional Morphology #> 33599 Prefixing vs. Suffixing in Inflectional Morphology #> 33605 Prefixing vs. Suffixing in Inflectional Morphology #> 33607 Prefixing vs. Suffixing in Inflectional Morphology #> 33608 Prefixing vs. Suffixing in Inflectional Morphology #> 33610 Prefixing vs. Suffixing in Inflectional Morphology #> 33627 Prefixing vs. Suffixing in Inflectional Morphology #> 33628 Prefixing vs. Suffixing in Inflectional Morphology #> 33629 Prefixing vs. Suffixing in Inflectional Morphology #> 33635 Prefixing vs. Suffixing in Inflectional Morphology #> 33637 Prefixing vs. Suffixing in Inflectional Morphology #> 33639 Prefixing vs. Suffixing in Inflectional Morphology #> 33643 Prefixing vs. Suffixing in Inflectional Morphology #> 33658 Prefixing vs. Suffixing in Inflectional Morphology #> 33659 Prefixing vs. Suffixing in Inflectional Morphology #> 33671 Prefixing vs. Suffixing in Inflectional Morphology #> 33673 Prefixing vs. Suffixing in Inflectional Morphology #> 33674 Prefixing vs. Suffixing in Inflectional Morphology #> 33682 Prefixing vs. Suffixing in Inflectional Morphology #> 33687 Prefixing vs. Suffixing in Inflectional Morphology #> 33706 Prefixing vs. Suffixing in Inflectional Morphology #> 33718 Prefixing vs. Suffixing in Inflectional Morphology #> 33728 Prefixing vs. Suffixing in Inflectional Morphology #> 33729 Prefixing vs. Suffixing in Inflectional Morphology #> 33731 Prefixing vs. Suffixing in Inflectional Morphology #> 33734 Prefixing vs. Suffixing in Inflectional Morphology #> 33739 Prefixing vs. Suffixing in Inflectional Morphology #> 33756 Prefixing vs. Suffixing in Inflectional Morphology #> 33766 Prefixing vs. Suffixing in Inflectional Morphology #> 33772 Prefixing vs. Suffixing in Inflectional Morphology #> 33794 Prefixing vs. Suffixing in Inflectional Morphology #> 33796 Prefixing vs. Suffixing in Inflectional Morphology #> 33820 Prefixing vs. Suffixing in Inflectional Morphology #> 33821 Prefixing vs. Suffixing in Inflectional Morphology #> 33825 Prefixing vs. Suffixing in Inflectional Morphology #> 33828 Prefixing vs. Suffixing in Inflectional Morphology #> 33834 Prefixing vs. Suffixing in Inflectional Morphology #> 33837 Prefixing vs. Suffixing in Inflectional Morphology #> 33838 Prefixing vs. Suffixing in Inflectional Morphology #> 33868 Prefixing vs. Suffixing in Inflectional Morphology #> 33878 Prefixing vs. Suffixing in Inflectional Morphology #> 33880 Prefixing vs. Suffixing in Inflectional Morphology #> 33898 Prefixing vs. Suffixing in Inflectional Morphology #> 33910 Prefixing vs. Suffixing in Inflectional Morphology #> 33929 Prefixing vs. Suffixing in Inflectional Morphology #> 33935 Prefixing vs. Suffixing in Inflectional Morphology #> 33939 Prefixing vs. Suffixing in Inflectional Morphology #> 33948 Prefixing vs. Suffixing in Inflectional Morphology #> 33955 Prefixing vs. Suffixing in Inflectional Morphology #> 33957 Prefixing vs. Suffixing in Inflectional Morphology #> 33959 Prefixing vs. Suffixing in Inflectional Morphology #> 33960 Prefixing vs. Suffixing in Inflectional Morphology #> 33965 Prefixing vs. Suffixing in Inflectional Morphology #> 33974 Prefixing vs. Suffixing in Inflectional Morphology #> 33993 Prefixing vs. Suffixing in Inflectional Morphology #> 33994 Prefixing vs. Suffixing in Inflectional Morphology #> 34009 Prefixing vs. Suffixing in Inflectional Morphology #> 34016 Prefixing vs. Suffixing in Inflectional Morphology #> 34022 Prefixing vs. Suffixing in Inflectional Morphology #> 34034 Prefixing vs. Suffixing in Inflectional Morphology #> 34043 Prefixing vs. Suffixing in Inflectional Morphology #> 34045 Prefixing vs. Suffixing in Inflectional Morphology #> 34075 Prefixing vs. Suffixing in Inflectional Morphology #> 34086 Prefixing vs. Suffixing in Inflectional Morphology #> 34088 Prefixing vs. Suffixing in Inflectional Morphology #> 34095 Prefixing vs. Suffixing in Inflectional Morphology #> 34103 Prefixing vs. Suffixing in Inflectional Morphology #> 34110 Prefixing vs. Suffixing in Inflectional Morphology #> 34111 Prefixing vs. Suffixing in Inflectional Morphology #> 34118 Prefixing vs. Suffixing in Inflectional Morphology #> 34119 Prefixing vs. Suffixing in Inflectional Morphology #> 34133 Prefixing vs. Suffixing in Inflectional Morphology #> 34139 Prefixing vs. Suffixing in Inflectional Morphology #> 34148 Prefixing vs. Suffixing in Inflectional Morphology #> 34151 Prefixing vs. Suffixing in Inflectional Morphology #> 34158 Prefixing vs. Suffixing in Inflectional Morphology #> 34161 Prefixing vs. Suffixing in Inflectional Morphology #> 34163 Prefixing vs. Suffixing in Inflectional Morphology #> 34166 Prefixing vs. Suffixing in Inflectional Morphology #> 34181 Prefixing vs. Suffixing in Inflectional Morphology #> 34188 Prefixing vs. Suffixing in Inflectional Morphology #> 34193 Prefixing vs. Suffixing in Inflectional Morphology #> 34197 Prefixing vs. Suffixing in Inflectional Morphology #> 34202 Prefixing vs. Suffixing in Inflectional Morphology #> 34205 Prefixing vs. Suffixing in Inflectional Morphology #> 34209 Prefixing vs. Suffixing in Inflectional Morphology #> 34214 Prefixing vs. Suffixing in Inflectional Morphology #> 34227 Prefixing vs. Suffixing in Inflectional Morphology #> 34228 Prefixing vs. Suffixing in Inflectional Morphology #> 34240 Prefixing vs. Suffixing in Inflectional Morphology #> 34251 Prefixing vs. Suffixing in Inflectional Morphology #> 34258 Prefixing vs. Suffixing in Inflectional Morphology #> 34259 Prefixing vs. Suffixing in Inflectional Morphology #> 34267 Prefixing vs. Suffixing in Inflectional Morphology #> 34282 Prefixing vs. Suffixing in Inflectional Morphology #> 34284 Prefixing vs. Suffixing in Inflectional Morphology #> 34285 Prefixing vs. Suffixing in Inflectional Morphology #> 34289 Prefixing vs. Suffixing in Inflectional Morphology #> 34301 Prefixing vs. Suffixing in Inflectional Morphology #> 34312 Prefixing vs. Suffixing in Inflectional Morphology #> 34313 Prefixing vs. Suffixing in Inflectional Morphology #> 34315 Prefixing vs. Suffixing in Inflectional Morphology #> 34316 Prefixing vs. Suffixing in Inflectional Morphology #> 34329 Prefixing vs. Suffixing in Inflectional Morphology #> 34348 Prefixing vs. Suffixing in Inflectional Morphology #> 34350 Prefixing vs. Suffixing in Inflectional Morphology #> 34358 Prefixing vs. Suffixing in Inflectional Morphology #> 34359 Prefixing vs. Suffixing in Inflectional Morphology #> 34362 Prefixing vs. Suffixing in Inflectional Morphology #> 34367 Prefixing vs. Suffixing in Inflectional Morphology #> 34373 Prefixing vs. Suffixing in Inflectional Morphology #> 34376 Prefixing vs. Suffixing in Inflectional Morphology #> 34378 Prefixing vs. Suffixing in Inflectional Morphology #> 34385 Prefixing vs. Suffixing in Inflectional Morphology #> 34391 Prefixing vs. Suffixing in Inflectional Morphology #> value_ID #> 45 1 #> 52 1 #> 71 1 #> 74 1 #> 83 1 #> 94 2 #> 112 2 #> 122 2 #> 125 2 #> 128 2 #> 129 2 #> 135 2 #> 136 2 #> 137 2 #> 144 2 #> 146 2 #> 148 2 #> 152 2 #> 154 2 #> 166 2 #> 176 2 #> 184 2 #> 190 2 #> 206 2 #> 207 2 #> 212 3 #> 213 3 #> 217 3 #> 220 3 #> 225 3 #> 227 3 #> 230 3 #> 231 3 #> 233 3 #> 238 3 #> 239 3 #> 249 3 #> 256 3 #> 263 3 #> 271 3 #> 278 3 #> 280 3 #> 294 3 #> 304 3 #> 313 3 #> 314 3 #> 318 3 #> 319 3 #> 322 3 #> 324 3 #> 328 3 #> 334 3 #> 343 3 #> 345 3 #> 346 3 #> 348 3 #> 350 3 #> 355 3 #> 365 3 #> 370 3 #> 372 3 #> 373 3 #> 377 3 #> 379 3 #> 384 3 #> 387 3 #> 389 3 #> 390 3 #> 400 3 #> 414 4 #> 422 4 #> 423 4 #> 439 4 #> 444 4 #> 447 4 #> 448 4 #> 449 4 #> 457 4 #> 461 4 #> 462 4 #> 463 4 #> 464 4 #> 471 4 #> 476 4 #> 480 4 #> 496 4 #> 497 4 #> 505 4 #> 511 5 #> 514 5 #> 515 5 #> 517 5 #> 543 5 #> 559 5 #> 568 1 #> 571 1 #> 574 1 #> 575 1 #> 577 1 #> 581 1 #> 588 1 #> 593 1 #> 595 1 #> 613 1 #> 615 1 #> 617 1 #> 624 1 #> 627 1 #> 638 2 #> 641 2 #> 646 2 #> 666 2 #> 672 2 #> 673 2 #> 680 2 #> 683 2 #> 690 2 #> 697 2 #> 704 2 #> 705 2 #> 708 2 #> 716 2 #> 719 2 #> 720 2 #> 721 2 #> 722 2 #> 731 2 #> 741 2 #> 747 2 #> 749 2 #> 752 2 #> 757 2 #> 765 2 #> 774 2 #> 778 2 #> 779 2 #> 780 2 #> 786 2 #> 788 2 #> 792 2 #> 808 1 #> 809 1 #> 810 1 #> 815 1 #> 816 1 #> 823 1 #> 825 1 #> 826 1 #> 827 1 #> 837 3 #> 839 4 #> 840 4 #> 841 4 #> 842 4 #> 845 5 #> 849 1 #> 853 1 #> 860 1 #> 862 1 #> 867 1 #> 877 1 #> 879 1 #> 884 1 #> 896 1 #> 903 1 #> 907 1 #> 910 1 #> 913 1 #> 919 1 #> 922 1 #> 930 1 #> 933 2 #> 940 2 #> 942 2 #> 951 2 #> 953 2 #> 957 2 #> 964 2 #> 974 2 #> 983 2 #> 989 2 #> 991 2 #> 996 2 #> 1001 2 #> 1002 2 #> 1009 2 #> 1023 2 #> 1037 2 #> 1039 2 #> 1040 2 #> 1045 2 #> 1051 2 #> 1052 2 #> 1058 2 #> 1063 2 #> 1093 2 #> 1098 2 #> 1108 2 #> 1114 2 #> 1119 2 #> 1134 2 #> 1143 2 #> 1144 3 #> 1146 3 #> 1150 3 #> 1152 3 #> 1184 4 #> 1212 6 #> 1232 1 #> 1250 1 #> 1258 1 #> 1264 1 #> 1265 1 #> 1270 1 #> 1279 1 #> 1296 1 #> 1304 1 #> 1305 1 #> 1313 2 #> 1317 2 #> 1322 2 #> 1338 2 #> 1346 2 #> 1351 2 #> 1352 2 #> 1370 2 #> 1394 2 #> 1426 2 #> 1436 2 #> 1448 2 #> 1451 2 #> 1459 2 #> 1468 2 #> 1488 2 #> 1496 2 #> 1501 2 #> 1506 2 #> 1517 2 #> 1528 2 #> 1531 2 #> 1544 2 #> 1551 2 #> 1562 2 #> 1565 2 #> 1570 2 #> 1576 2 #> 1594 2 #> 1595 2 #> 1599 2 #> 1649 2 #> 1667 2 #> 1669 2 #> 1693 2 #> 1711 2 #> 1725 2 #> 1726 2 #> 1788 4 #> 1792 4 #> 1803 4 #> 1807 4 #> 1812 4 #> 1819 4 #> 1832 4 #> 1856 5 #> 1857 5 #> 1859 5 #> 1876 5 #> 1881 5 #> 1890 5 #> 1893 5 #> 1898 5 #> 1900 5 #> 1904 5 #> 1912 6 #> 1915 6 #> 1919 6 #> 1920 6 #> 1922 6 #> 1928 6 #> 1934 6 #> 1935 6 #> 1941 1 #> 1945 1 #> 1946 1 #> 1950 1 #> 1954 1 #> 1961 1 #> 1963 1 #> 1964 1 #> 1970 1 #> 1972 1 #> 1978 1 #> 1984 1 #> 1987 1 #> 2002 1 #> 2004 1 #> 2013 1 #> 2021 2 #> 2022 2 #> 2025 2 #> 2027 2 #> 2034 2 #> 2040 2 #> 2056 2 #> 2077 2 #> 2080 2 #> 2082 2 #> 2089 2 #> 2106 3 #> 2132 5 #> 2139 5 #> 2147 5 #> 2149 5 #> 2167 5 #> 2169 5 #> 2186 5 #> 2188 5 #> 2192 5 #> 2193 5 #> 2201 5 #> 2207 5 #> 2212 5 #> 2231 5 #> 2242 5 #> 2243 5 #> 2247 5 #> 2250 5 #> 2251 5 #> 2268 5 #> 2275 5 #> 2284 5 #> 2285 5 #> 2288 5 #> 2304 5 #> 2320 1 #> 2328 1 #> 2339 1 #> 2346 1 #> 2349 1 #> 2354 1 #> 2358 1 #> 2365 1 #> 2371 1 #> 2373 1 #> 2374 1 #> 2378 1 #> 2383 1 #> 2384 1 #> 2393 1 #> 2397 1 #> 2409 1 #> 2421 2 #> 2425 2 #> 2435 2 #> 2439 2 #> 2453 2 #> 2459 2 #> 2465 2 #> 2466 2 #> 2467 2 #> 2472 2 #> 2483 2 #> 2510 2 #> 2515 2 #> 2522 2 #> 2523 2 #> 2556 2 #> 2558 2 #> 2565 2 #> 2571 2 #> 2576 2 #> 2577 2 #> 2584 2 #> 2598 3 #> 2629 4 #> 2630 4 #> 2632 4 #> 2635 4 #> 2642 4 #> 2651 4 #> 2653 4 #> 2661 5 #> 2671 5 #> 2679 5 #> 2681 5 #> 2694 5 #> 2695 5 #> 2707 1 #> 2712 1 #> 2714 1 #> 2720 1 #> 2724 1 #> 2742 1 #> 2744 1 #> 2749 1 #> 2753 1 #> 2756 1 #> 2757 1 #> 2769 1 #> 2777 1 #> 2780 1 #> 2784 1 #> 2798 1 #> 2811 1 #> 2817 1 #> 2825 1 #> 2828 1 #> 2830 1 #> 2841 1 #> 2846 1 #> 2853 1 #> 2860 1 #> 2868 1 #> 2870 1 #> 2873 1 #> 2896 2 #> 2899 2 #> 2900 2 #> 2909 2 #> 2910 2 #> 2919 2 #> 2923 2 #> 2929 2 #> 2935 2 #> 2955 2 #> 2957 2 #> 2961 2 #> 2976 2 #> 2977 2 #> 2985 3 #> 3002 3 #> 3004 3 #> 3006 3 #> 3014 3 #> 3031 3 #> 3037 4 #> 3051 4 #> 3064 5 #> 3068 5 #> 3070 5 #> 3078 1 #> 3079 1 #> 3086 1 #> 3090 1 #> 3094 1 #> 3095 1 #> 3101 1 #> 3102 1 #> 3107 1 #> 3113 1 #> 3116 1 #> 3141 1 #> 3143 1 #> 3147 1 #> 3154 1 #> 3155 1 #> 3157 1 #> 3166 1 #> 3167 1 #> 3168 1 #> 3183 1 #> 3188 1 #> 3190 1 #> 3212 1 #> 3214 1 #> 3215 1 #> 3222 1 #> 3224 1 #> 3234 1 #> 3241 1 #> 3244 1 #> 3263 1 #> 3271 2 #> 3280 2 #> 3281 2 #> 3283 2 #> 3285 2 #> 3286 2 #> 3290 2 #> 3303 2 #> 3310 2 #> 3369 3 #> 3395 3 #> 3410 3 #> 3411 3 #> 3414 4 #> 3425 4 #> 3439 4 #> 3446 4 #> 3448 4 #> 3450 4 #> 3455 1 #> 3459 1 #> 3473 2 #> 3476 2 #> 3497 2 #> 3498 2 #> 3499 2 #> 3502 2 #> 3504 2 #> 3505 2 #> 3513 2 #> 3524 2 #> 3527 2 #> 3565 2 #> 3593 4 #> 3605 4 #> 3622 4 #> 3623 4 #> 3631 1 #> 3635 1 #> 3636 1 #> 3651 1 #> 3663 1 #> 3667 1 #> 3677 1 #> 3680 1 #> 3682 1 #> 3685 1 #> 3686 1 #> 3687 1 #> 3690 1 #> 3693 1 #> 3707 1 #> 3711 1 #> 3714 1 #> 3725 1 #> 3731 1 #> 3732 1 #> 3738 1 #> 3747 1 #> 3752 1 #> 3780 1 #> 3783 1 #> 3789 1 #> 3803 2 #> 3806 2 #> 3814 2 #> 3819 2 #> 3820 2 #> 3821 2 #> 3825 2 #> 3837 2 #> 3852 2 #> 3876 2 #> 3878 2 #> 3879 2 #> 3887 2 #> 3893 2 #> 3898 2 #> 3899 2 #> 3904 2 #> 3906 2 #> 3911 2 #> 3933 2 #> 3947 2 #> 3957 2 #> 3976 2 #> 3994 2 #> 4000 2 #> 4002 1 #> 4003 1 #> 4010 1 #> 4016 1 #> 4017 1 #> 4018 1 #> 4039 2 #> 4040 2 #> 4049 2 #> 4060 3 #> 4068 3 #> 4105 3 #> 4106 3 #> 4107 3 #> 4108 3 #> 4112 3 #> 4129 3 #> 4152 3 #> 4160 3 #> 4162 3 #> 4170 3 #> 4183 3 #> 4190 3 #> 4191 3 #> 4202 1 #> 4204 1 #> 4205 1 #> 4206 1 #> 4210 1 #> 4211 1 #> 4224 2 #> 4233 2 #> 4258 4 #> 4259 4 #> 4262 4 #> 4285 4 #> 4290 4 #> 4295 4 #> 4318 4 #> 4328 4 #> 4340 4 #> 4348 4 #> 4350 4 #> 4363 4 #> 4369 4 #> 4375 4 #> 4380 4 #> 4384 1 #> 4388 1 #> 4390 1 #> 4392 1 #> 4402 3 #> 4404 3 #> 4417 3 #> 4425 3 #> 4447 3 #> 4450 3 #> 4461 5 #> 4462 6 #> 4473 8 #> 4489 8 #> 4500 8 #> 4516 8 #> 4526 8 #> 4533 8 #> 4541 8 #> 4548 8 #> 4557 8 #> 4571 1 #> 4579 1 #> 4589 2 #> 4595 2 #> 4598 2 #> 4601 3 #> 4610 3 #> 4613 4 #> 4619 4 #> 4632 4 #> 4633 4 #> 4638 4 #> 4664 5 #> 4666 5 #> 4694 5 #> 4700 5 #> 4709 5 #> 4724 5 #> 4732 5 #> 4740 5 #> 4744 5 #> 4750 1 #> 4753 1 #> 4762 1 #> 4770 1 #> 4771 1 #> 4773 1 #> 4775 1 #> 4778 1 #> 4782 1 #> 4783 1 #> 4784 1 #> 4785 1 #> 4789 1 #> 4799 1 #> 4803 1 #> 4804 1 #> 4805 1 #> 4807 1 #> 4808 1 #> 4811 1 #> 4814 1 #> 4818 1 #> 4819 1 #> 4827 1 #> 4831 1 #> 4833 1 #> 4839 1 #> 4860 1 #> 4879 1 #> 4904 1 #> 4905 1 #> 4924 1 #> 4925 1 #> 4930 1 #> 4939 1 #> 4948 1 #> 4966 1 #> 4974 1 #> 4976 1 #> 4977 1 #> 4986 1 #> 5000 1 #> 5014 1 #> 5020 1 #> 5038 1 #> 5039 1 #> 5060 1 #> 5062 1 #> 5063 1 #> 5064 1 #> 5075 1 #> 5079 1 #> 5083 1 #> 5085 1 #> 5092 1 #> 5098 1 #> 5103 1 #> 5106 1 #> 5115 1 #> 5119 1 #> 5130 1 #> 5131 1 #> 5139 1 #> 5144 1 #> 5145 1 #> 5146 1 #> 5149 1 #> 5154 1 #> 5156 1 #> 5157 1 #> 5158 1 #> 5160 1 #> 5161 1 #> 5163 1 #> 5167 1 #> 5183 1 #> 5195 1 #> 5200 1 #> 5208 1 #> 5211 1 #> 5212 1 #> 5218 1 #> 5223 1 #> 5253 1 #> 5255 1 #> 5256 1 #> 5259 1 #> 5260 1 #> 5263 1 #> 5268 1 #> 5269 1 #> 5278 2 #> 5311 1 #> 5313 1 #> 5316 1 #> 5318 1 #> 5339 1 #> 5346 2 #> 5349 2 #> 5350 2 #> 5353 2 #> 5354 2 #> 5356 2 #> 5372 2 #> 5377 2 #> 5381 2 #> 5385 2 #> 5399 2 #> 5401 2 #> 5403 2 #> 5414 3 #> 5416 3 #> 5417 3 #> 5421 3 #> 5422 3 #> 5425 3 #> 5427 3 #> 5438 1 #> 5448 1 #> 5450 1 #> 5451 2 #> 5459 2 #> 5462 2 #> 5469 2 #> 5479 2 #> 5480 2 #> 5497 2 #> 5498 2 #> 5503 2 #> 5513 2 #> 5515 2 #> 5525 2 #> 5530 2 #> 5534 2 #> 5541 2 #> 5552 2 #> 5558 2 #> 5564 2 #> 5579 2 #> 5589 2 #> 5592 2 #> 5603 2 #> 5614 2 #> 5622 2 #> 5632 2 #> 5639 2 #> 5657 2 #> 5662 2 #> 5673 2 #> 5674 2 #> 5676 2 #> 5698 2 #> 5706 3 #> 5707 3 #> 5729 4 #> 5732 4 #> 5736 4 #> 5739 1 #> 5790 1 #> 5796 1 #> 5801 1 #> 5807 1 #> 5816 1 #> 5817 1 #> 5826 1 #> 5864 1 #> 5874 1 #> 5875 1 #> 5884 1 #> 5889 1 #> 5896 1 #> 5900 1 #> 5901 1 #> 5909 1 #> 5918 1 #> 5921 1 #> 5923 1 #> 5935 1 #> 5939 1 #> 5942 1 #> 5975 1 #> 5980 1 #> 5981 1 #> 5989 1 #> 5996 1 #> 5999 1 #> 6006 1 #> 6010 1 #> 6014 1 #> 6018 1 #> 6035 1 #> 6036 1 #> 6047 1 #> 6050 1 #> 6060 1 #> 6074 1 #> 6091 1 #> 6094 1 #> 6100 1 #> 6105 1 #> 6110 1 #> 6111 1 #> 6123 1 #> 6133 2 #> 6137 2 #> 6138 2 #> 6148 2 #> 6158 2 #> 6162 2 #> 6164 2 #> 6180 2 #> 6182 2 #> 6185 2 #> 6191 2 #> 6194 2 #> 6204 2 #> 6206 2 #> 6209 2 #> 6216 2 #> 6217 2 #> 6218 2 #> 6226 2 #> 6234 2 #> 6236 2 #> 6237 2 #> 6245 2 #> 6248 2 #> 6249 2 #> 6264 2 #> 6269 2 #> 6278 2 #> 6302 2 #> 6303 2 #> 6304 2 #> 6309 2 #> 6325 2 #> 6328 2 #> 6333 2 #> 6338 2 #> 6342 2 #> 6359 2 #> 6367 2 #> 6385 2 #> 6394 2 #> 6414 2 #> 6416 2 #> 6424 2 #> 6443 2 #> 6445 2 #> 6446 2 #> 6448 2 #> 6450 2 #> 6465 2 #> 6474 2 #> 6475 2 #> 6484 2 #> 6485 2 #> 6498 2 #> 6502 2 #> 6510 2 #> 6514 2 #> 6524 2 #> 6525 2 #> 6527 2 #> 6535 2 #> 6539 2 #> 6558 2 #> 6582 2 #> 6603 2 #> 6604 2 #> 6624 2 #> 6627 2 #> 6628 2 #> 6632 2 #> 6639 3 #> 6647 3 #> 6651 3 #> 6662 3 #> 6668 3 #> 6670 3 #> 6671 3 #> 6675 3 #> 6683 4 #> 6692 4 #> 6706 4 #> 6713 4 #> 6719 4 #> 6724 4 #> 6732 4 #> 6746 4 #> 6747 4 #> 6748 4 #> 6774 5 #> 6777 6 #> 6786 6 #> 6790 6 #> 6792 6 #> 6793 6 #> 6795 6 #> 6796 6 #> 6799 6 #> 6818 6 #> 6837 6 #> 6839 6 #> 6849 6 #> 6850 6 #> 6856 6 #> 6860 6 #> 6867 6 #> 6868 6 #> 6894 6 #> 6897 1 #> 6900 1 #> 6901 1 #> 6908 1 #> 6911 1 #> 6912 1 #> 6932 1 #> 6939 1 #> 6948 1 #> 6954 1 #> 6956 1 #> 6986 1 #> 6990 1 #> 6997 1 #> 7008 1 #> 7014 2 #> 7016 2 #> 7024 2 #> 7027 2 #> 7028 2 #> 7035 2 #> 7038 2 #> 7049 2 #> 7059 2 #> 7065 3 #> 7066 3 #> 7067 3 #> 7069 3 #> 7070 3 #> 7075 3 #> 7077 3 #> 7080 3 #> 7085 3 #> 7100 3 #> 7101 3 #> 7109 3 #> 7112 3 #> 7116 3 #> 7130 3 #> 7141 3 #> 7144 3 #> 7147 3 #> 7150 3 #> 7169 3 #> 7176 3 #> 7178 3 #> 7183 3 #> 7195 1 #> 7200 1 #> 7208 1 #> 7211 1 #> 7212 1 #> 7236 2 #> 7253 3 #> 7254 3 #> 7257 3 #> 7261 3 #> 7263 3 #> 7270 3 #> 7272 3 #> 7286 3 #> 7288 3 #> 7289 3 #> 7292 3 #> 7293 3 #> 7294 3 #> 7298 3 #> 7317 3 #> 7322 3 #> 7328 3 #> 7340 4 #> 7344 5 #> 7352 5 #> 7357 5 #> 7358 5 #> 7359 5 #> 7362 5 #> 7365 6 #> 7370 6 #> 7375 7 #> 7377 7 #> 7395 7 #> 7400 7 #> 7410 7 #> 7416 7 #> 7434 7 #> 7440 7 #> 7444 7 #> 7449 7 #> 7460 7 #> 7463 7 #> 7476 7 #> 7480 7 #> 7484 7 #> 7500 1 #> 7501 1 #> 7504 1 #> 7505 1 #> 7522 1 #> 7530 1 #> 7533 1 #> 7534 1 #> 7543 1 #> 7547 1 #> 7558 1 #> 7564 1 #> 7565 1 #> 7568 1 #> 7572 1 #> 7579 1 #> 7580 1 #> 7596 1 #> 7601 1 #> 7623 1 #> 7624 1 #> 7648 1 #> 7650 1 #> 7656 1 #> 7660 2 #> 7662 2 #> 7665 2 #> 7666 2 #> 7667 2 #> 7668 2 #> 7671 3 #> 7675 3 #> 7696 1 #> 7703 1 #> 7708 1 #> 7710 1 #> 7711 1 #> 7715 1 #> 7717 1 #> 7718 1 #> 7721 1 #> 7722 1 #> 7730 1 #> 7744 1 #> 7754 1 #> 7755 1 #> 7760 1 #> 7767 1 #> 7768 1 #> 7770 1 #> 7773 1 #> 7789 1 #> 7794 1 #> 7804 1 #> 7806 1 #> 7826 1 #> 7832 1 #> 7845 1 #> 7854 1 #> 7856 1 #> 7873 1 #> 7875 1 #> 7877 1 #> 7878 1 #> 7895 1 #> 7896 1 #> 7897 1 #> 7898 1 #> 7908 1 #> 7916 1 #> 7917 1 #> 7919 1 #> 7925 1 #> 7936 1 #> 7937 1 #> 7942 1 #> 7959 1 #> 7961 1 #> 7966 1 #> 7968 1 #> 7969 1 #> 7986 1 #> 7989 1 #> 7992 1 #> 7995 1 #> 7997 1 #> 8008 1 #> 8016 1 #> 8022 1 #> 8026 1 #> 8028 1 #> 8031 1 #> 8033 1 #> 8034 1 #> 8063 1 #> 8072 1 #> 8075 1 #> 8077 1 #> 8080 1 #> 8082 1 #> 8092 1 #> 8093 1 #> 8096 1 #> 8102 1 #> 8103 1 #> 8105 1 #> 8106 1 #> 8118 1 #> 8142 1 #> 8156 1 #> 8158 1 #> 8165 1 #> 8167 1 #> 8171 1 #> 8173 1 #> 8176 1 #> 8177 1 #> 8191 1 #> 8196 1 #> 8197 1 #> 8198 1 #> 8210 1 #> 8216 1 #> 8217 1 #> 8229 1 #> 8230 1 #> 8232 1 #> 8246 1 #> 8252 1 #> 8256 1 #> 8272 1 #> 8283 2 #> 8286 2 #> 8292 2 #> 8296 2 #> 8297 2 #> 8325 2 #> 8334 2 #> 8346 2 #> 8349 2 #> 8353 2 #> 8355 2 #> 8370 2 #> 8375 2 #> 8378 2 #> 8389 2 #> 8392 2 #> 8395 2 #> 8414 2 #> 8440 2 #> 8442 2 #> 8447 3 #> 8450 3 #> 8452 3 #> 8453 3 #> 8455 3 #> 8499 6 #> 8502 6 #> 8510 6 #> 8517 6 #> 8520 6 #> 8526 6 #> 8562 6 #> 8585 6 #> 8590 6 #> 8600 6 #> 8609 6 #> 8633 6 #> 8640 6 #> 8643 6 #> 8646 6 #> 8649 7 #> 8652 1 #> 8654 1 #> 8657 1 #> 8663 1 #> 8666 1 #> 8682 1 #> 8684 1 #> 8706 2 #> 8723 3 #> 8728 3 #> 8731 3 #> 8732 3 #> 8736 3 #> 8740 3 #> 8745 3 #> 8765 3 #> 8769 4 #> 8777 4 #> 8779 4 #> 8780 4 #> 8783 4 #> 8803 4 #> 8808 4 #> 8810 4 #> 8818 4 #> 8830 5 #> 8833 5 #> 8844 5 #> 8855 5 #> 8857 5 #> 8870 5 #> 8873 5 #> 8874 5 #> 8881 5 #> 8882 5 #> 8885 5 #> 8887 5 #> 8906 1 #> 8914 1 #> 8918 1 #> 8921 1 #> 8922 1 #> 8936 1 #> 8937 1 #> 8938 1 #> 8956 1 #> 8960 1 #> 8963 1 #> 8964 1 #> 8965 1 #> 8976 1 #> 8979 1 #> 8983 1 #> 8986 1 #> 8991 1 #> 8993 1 #> 8999 1 #> 9003 1 #> 9005 1 #> 9012 1 #> 9020 1 #> 9022 1 #> 9023 1 #> 9026 1 #> 9040 1 #> 9043 2 #> 9051 2 #> 9052 2 #> 9066 2 #> 9085 2 #> 9089 2 #> 9092 2 #> 9098 2 #> 9099 2 #> 9106 2 #> 9109 2 #> 9119 2 #> 9132 2 #> 9151 2 #> 9165 2 #> 9173 3 #> 9174 3 #> 9176 3 #> 9177 3 #> 9180 3 #> 9183 3 #> 9190 3 #> 9194 3 #> 9196 3 #> 9200 3 #> 9205 3 #> 9206 3 #> 9212 3 #> 9218 3 #> 9225 3 #> 9230 3 #> 9232 3 #> 9235 3 #> 9236 3 #> 9243 3 #> 9256 3 #> 9262 3 #> 9273 3 #> 9278 1 #> 9279 1 #> 9287 1 #> 9296 1 #> 9313 1 #> 9314 1 #> 9328 1 #> 9333 1 #> 9334 1 #> 9341 1 #> 9346 1 #> 9351 1 #> 9354 1 #> 9355 1 #> 9357 1 #> 9358 1 #> 9361 1 #> 9365 1 #> 9371 1 #> 9373 1 #> 9376 1 #> 9377 1 #> 9383 1 #> 9387 1 #> 9389 1 #> 9393 1 #> 9397 1 #> 9398 1 #> 9399 1 #> 9409 1 #> 9419 1 #> 9420 1 #> 9428 1 #> 9432 1 #> 9433 1 #> 9443 1 #> 9448 1 #> 9451 1 #> 9453 1 #> 9454 1 #> 9456 1 #> 9458 1 #> 9460 1 #> 9467 1 #> 9473 1 #> 9477 1 #> 9489 1 #> 9491 1 #> 9495 1 #> 9504 1 #> 9511 1 #> 9512 1 #> 9520 1 #> 9521 1 #> 9522 1 #> 9534 1 #> 9570 2 #> 9576 2 #> 9579 2 #> 9583 2 #> 9592 2 #> 9608 2 #> 9611 2 #> 9620 2 #> 9633 2 #> 9636 2 #> 9675 1 #> 9682 1 #> 9694 1 #> 9703 1 #> 9708 1 #> 9711 1 #> 9731 2 #> 9732 2 #> 9757 2 #> 9761 2 #> 9766 2 #> 9770 2 #> 9772 2 #> 9782 2 #> 9784 2 #> 9786 2 #> 9793 2 #> 9796 2 #> 9798 2 #> 9805 2 #> 9808 2 #> 9811 2 #> 9812 2 #> 9826 2 #> 9832 2 #> 9833 2 #> 9843 2 #> 9845 2 #> 9846 2 #> 9853 2 #> 9878 2 #> 9879 2 #> 9885 2 #> 9889 2 #> 9891 2 #> 9894 2 #> 9896 2 #> 9899 2 #> 9903 2 #> 9907 2 #> 9910 2 #> 9912 2 #> 9917 2 #> 9918 2 #> 9921 2 #> 9926 2 #> 9928 2 #> 9930 2 #> 9932 2 #> 9937 2 #> 9939 2 #> 9948 2 #> 9959 2 #> 9961 2 #> 9963 2 #> 9967 2 #> 9980 2 #> 9981 2 #> 9987 2 #> 9990 2 #> 10004 3 #> 10007 3 #> 10009 3 #> 10014 3 #> 10020 3 #> 10026 3 #> 10046 3 #> 10050 3 #> 10053 3 #> 10054 3 #> 10061 3 #> 10066 3 #> 10067 3 #> 10069 3 #> 10087 3 #> 10092 3 #> 10095 3 #> 10107 3 #> 10124 3 #> 10127 3 #> 10134 3 #> 10147 3 #> 10154 1 #> 10155 1 #> 10156 1 #> 10161 1 #> 10168 1 #> 10182 1 #> 10183 1 #> 10189 1 #> 10191 1 #> 10199 1 #> 10200 1 #> 10201 1 #> 10205 1 #> 10213 1 #> 10227 1 #> 10228 1 #> 10233 1 #> 10235 1 #> 10241 1 #> 10246 1 #> 10247 1 #> 10249 1 #> 10250 1 #> 10254 1 #> 10259 1 #> 10266 1 #> 10274 1 #> 10290 1 #> 10304 1 #> 10306 1 #> 10307 1 #> 10308 1 #> 10313 1 #> 10319 1 #> 10322 1 #> 10331 1 #> 10334 1 #> 10336 1 #> 10342 1 #> 10347 1 #> 10360 2 #> 10366 2 #> 10368 2 #> 10395 2 #> 10405 2 #> 10413 2 #> 10416 2 #> 10417 2 #> 10419 2 #> 10427 2 #> 10429 2 #> 10431 2 #> 10439 2 #> 10441 2 #> 10449 2 #> 10455 2 #> 10456 2 #> 10466 2 #> 10475 2 #> 10479 2 #> 10489 2 #> 10493 2 #> 10509 2 #> 10511 2 #> 10516 2 #> 10519 2 #> 10545 1 #> 10552 1 #> 10553 1 #> 10561 1 #> 10569 1 #> 10572 1 #> 10574 1 #> 10579 1 #> 10580 1 #> 10582 1 #> 10587 1 #> 10596 1 #> 10598 1 #> 10604 1 #> 10616 2 #> 10623 2 #> 10630 2 #> 10634 2 #> 10635 2 #> 10637 2 #> 10638 2 #> 10639 2 #> 10640 2 #> 10642 2 #> 10647 3 #> 10656 3 #> 10670 3 #> 10691 4 #> 10695 4 #> 10721 2 #> 10726 2 #> 10729 2 #> 10731 2 #> 10741 3 #> 10751 4 #> 10758 4 #> 10761 4 #> 10764 4 #> 10776 4 #> 10777 4 #> 10779 4 #> 10788 4 #> 10793 4 #> 10799 4 #> 10800 4 #> 10810 4 #> 10817 4 #> 10820 4 #> 10822 4 #> 10823 4 #> 10824 4 #> 10837 4 #> 10838 4 #> 10844 4 #> 10854 4 #> 10865 4 #> 10880 2 #> 10886 2 #> 10892 2 #> 10894 3 #> 10903 3 #> 10906 3 #> 10907 3 #> 10908 3 #> 10909 3 #> 10919 4 #> 10923 4 #> 10925 4 #> 10929 4 #> 10937 4 #> 10943 4 #> 10946 4 #> 10957 4 #> 10960 4 #> 10962 4 #> 10967 4 #> 10968 4 #> 10975 5 #> 10980 1 #> 10995 1 #> 10997 1 #> 11012 1 #> 11019 1 #> 11028 1 #> 11029 1 #> 11033 1 #> 11039 1 #> 11041 1 #> 11045 1 #> 11049 1 #> 11052 1 #> 11060 1 #> 11072 1 #> 11087 1 #> 11089 1 #> 11090 1 #> 11096 1 #> 11099 1 #> 11101 1 #> 11115 1 #> 11116 1 #> 11119 1 #> 11126 2 #> 11131 2 #> 11139 2 #> 11151 2 #> 11152 2 #> 11155 2 #> 11158 2 #> 11165 2 #> 11170 2 #> 11171 2 #> 11173 2 #> 11177 2 #> 11178 2 #> 11179 2 #> 11183 2 #> 11196 3 #> 11203 3 #> 11232 4 #> 11236 4 #> 11246 4 #> 11258 5 #> 11264 1 #> 11276 1 #> 11296 1 #> 11300 2 #> 11306 2 #> 11319 2 #> 11334 3 #> 11335 3 #> 11349 3 #> 11350 3 #> 11360 3 #> 11366 3 #> 11373 3 #> 11375 3 #> 11387 3 #> 11388 3 #> 11391 3 #> 11392 3 #> 11395 3 #> 11404 3 #> 11417 3 #> 11426 3 #> 11428 3 #> 11432 1 #> 11455 1 #> 11456 1 #> 11463 1 #> 11474 1 #> 11475 1 #> 11477 1 #> 11488 1 #> 11504 1 #> 11514 1 #> 11516 2 #> 11520 2 #> 11540 2 #> 11543 2 #> 11554 2 #> 11559 3 #> 11563 3 #> 11569 3 #> 11571 3 #> 11591 3 #> 11604 3 #> 11606 1 #> 11617 1 #> 11620 1 #> 11625 1 #> 11628 1 #> 11636 1 #> 11638 1 #> 11640 1 #> 11643 1 #> 11658 1 #> 11664 1 #> 11666 1 #> 11677 1 #> 11691 1 #> 11697 2 #> 11700 2 #> 11713 2 #> 11725 2 #> 11734 3 #> 11746 3 #> 11748 3 #> 11784 1 #> 11786 1 #> 11803 1 #> 11807 1 #> 11814 1 #> 11825 1 #> 11826 1 #> 11828 1 #> 11829 1 #> 11837 1 #> 11839 1 #> 11842 1 #> 11846 1 #> 11856 1 #> 11859 1 #> 11871 1 #> 11888 1 #> 11895 2 #> 11899 2 #> 11905 2 #> 11911 3 #> 11918 1 #> 11921 1 #> 11922 1 #> 11926 1 #> 11928 1 #> 11933 1 #> 11935 1 #> 11937 1 #> 11938 1 #> 11939 1 #> 11945 1 #> 11952 1 #> 11956 1 #> 11961 1 #> 11962 1 #> 11971 1 #> 11978 1 #> 11979 1 #> 11985 1 #> 11990 1 #> 11993 1 #> 11995 1 #> 12003 1 #> 12005 1 #> 12007 1 #> 12013 1 #> 12014 1 #> 12018 1 #> 12020 1 #> 12021 1 #> 12022 1 #> 12025 1 #> 12026 1 #> 12031 1 #> 12034 1 #> 12037 1 #> 12039 1 #> 12043 1 #> 12048 1 #> 12050 1 #> 12051 1 #> 12054 1 #> 12059 1 #> 12060 1 #> 12063 1 #> 12065 1 #> 12070 1 #> 12073 1 #> 12074 1 #> 12080 1 #> 12081 1 #> 12083 1 #> 12084 1 #> 12090 1 #> 12093 1 #> 12095 1 #> 12096 1 #> 12099 1 #> 12100 1 #> 12102 1 #> 12107 1 #> 12108 1 #> 12109 1 #> 12112 1 #> 12113 1 #> 12117 1 #> 12118 1 #> 12123 1 #> 12124 1 #> 12130 1 #> 12131 1 #> 12134 1 #> 12135 1 #> 12136 1 #> 12140 1 #> 12144 1 #> 12153 2 #> 12156 2 #> 12162 2 #> 12172 2 #> 12174 2 #> 12175 2 #> 12188 2 #> 12211 2 #> 12214 2 #> 12221 2 #> 12230 2 #> 12263 2 #> 12268 2 #> 12281 2 #> 12290 2 #> 12293 2 #> 12295 2 #> 12298 2 #> 12304 2 #> 12333 2 #> 12342 2 #> 12347 2 #> 12352 2 #> 12356 2 #> 12398 2 #> 12402 2 #> 12427 2 #> 12444 2 #> 12455 2 #> 12479 2 #> 12503 2 #> 12510 2 #> 12511 2 #> 12515 2 #> 12517 2 #> 12525 2 #> 12526 2 #> 12532 2 #> 12536 1 #> 12539 1 #> 12543 1 #> 12546 1 #> 12554 1 #> 12562 1 #> 12564 1 #> 12640 1 #> 12641 1 #> 12643 1 #> 12649 1 #> 12651 1 #> 12653 1 #> 12659 1 #> 12671 1 #> 12677 1 #> 12690 1 #> 12707 1 #> 12713 1 #> 12715 1 #> 12721 1 #> 12729 1 #> 12731 1 #> 12750 1 #> 12758 1 #> 12759 1 #> 12773 1 #> 12776 1 #> 12779 1 #> 12781 1 #> 12784 1 #> 12796 1 #> 12801 1 #> 12807 1 #> 12825 1 #> 12837 1 #> 12845 2 #> 12849 2 #> 12851 2 #> 12860 2 #> 12864 2 #> 12867 2 #> 12868 2 #> 12871 2 #> 12872 2 #> 12873 2 #> 12880 2 #> 12882 2 #> 12885 2 #> 12892 2 #> 12901 2 #> 12904 2 #> 12911 2 #> 12916 2 #> 12917 2 #> 12921 2 #> 12923 2 #> 12932 2 #> 12937 2 #> 12940 2 #> 12944 2 #> 12950 2 #> 12955 2 #> 12958 2 #> 12967 2 #> 12969 2 #> 12973 2 #> 12978 3 #> 12987 3 #> 12988 3 #> 12989 3 #> 12990 3 #> 12992 3 #> 12993 3 #> 12996 3 #> 13004 3 #> 13005 3 #> 13012 3 #> 13013 3 #> 13018 3 #> 13024 3 #> 13027 3 #> 13028 3 #> 13030 3 #> 13031 3 #> 13032 3 #> 13036 3 #> 13038 3 #> 13048 3 #> 13057 3 #> 13063 1 #> 13083 1 #> 13094 1 #> 13100 1 #> 13138 2 #> 13141 2 #> 13144 2 #> 13146 2 #> 13152 2 #> 13153 2 #> 13154 2 #> 13159 2 #> 13160 2 #> 13161 2 #> 13162 2 #> 13168 2 #> 13169 2 #> 13172 2 #> 13180 2 #> 13182 2 #> 13186 2 #> 13191 2 #> 13201 2 #> 13202 2 #> 13207 2 #> 13220 2 #> 13225 2 #> 13228 2 #> 13231 2 #> 13232 2 #> 13233 2 #> 13240 2 #> 13248 2 #> 13250 2 #> 13257 2 #> 13264 2 #> 13267 2 #> 13272 2 #> 13283 2 #> 13288 2 #> 13294 2 #> 13298 2 #> 13305 2 #> 13313 2 #> 13319 2 #> 13327 2 #> 13330 2 #> 13333 2 #> 13335 2 #> 13337 2 #> 13340 2 #> 13345 2 #> 13358 2 #> 13362 2 #> 13365 2 #> 13367 2 #> 13368 2 #> 13372 2 #> 13378 2 #> 13379 2 #> 13386 2 #> 13393 2 #> 13397 2 #> 13398 2 #> 13408 2 #> 13409 2 #> 13416 2 #> 13426 2 #> 13429 2 #> 13430 2 #> 13431 2 #> 13432 2 #> 13441 2 #> 13450 2 #> 13454 2 #> 13455 2 #> 13458 2 #> 13459 2 #> 13465 2 #> 13466 2 #> 13474 2 #> 13477 2 #> 13488 2 #> 13495 2 #> 13500 2 #> 13506 2 #> 13509 2 #> 13523 2 #> 13535 2 #> 13542 2 #> 13544 2 #> 13547 2 #> 13553 2 #> 13554 2 #> 13558 2 #> 13559 2 #> 13574 2 #> 13575 2 #> 13583 2 #> 13589 2 #> 13592 2 #> 13595 2 #> 13597 2 #> 13603 2 #> 13605 2 #> 13606 2 #> 13609 2 #> 13610 2 #> 13620 2 #> 13621 2 #> 13626 2 #> 13630 2 #> 13648 2 #> 13651 2 #> 13654 2 #> 13702 2 #> 13721 3 #> 13724 3 #> 13726 3 #> 13735 1 #> 13741 1 #> 13743 1 #> 13744 1 #> 13745 1 #> 13763 1 #> 13764 1 #> 13766 1 #> 13773 1 #> 13776 1 #> 13785 1 #> 13789 1 #> 13795 1 #> 13801 1 #> 13804 1 #> 13805 1 #> 13811 1 #> 13820 1 #> 13828 1 #> 13832 1 #> 13835 1 #> 13836 1 #> 13838 1 #> 13842 1 #> 13844 1 #> 13852 2 #> 13859 2 #> 13860 2 #> 13865 2 #> 13867 2 #> 13870 2 #> 13872 2 #> 13873 2 #> 13876 3 #> 13887 3 #> 13892 3 #> 13895 4 #> 13896 4 #> 13915 6 #> 13935 2 #> 13949 5 #> 13950 5 #> 13952 5 #> 13969 5 #> 13970 5 #> 13984 5 #> 13994 5 #> 13995 5 #> 14001 5 #> 14009 6 #> 14010 6 #> 14014 7 #> 14015 7 #> 14020 7 #> 14027 7 #> 14031 7 #> 14034 7 #> 14059 1 #> 14064 2 #> 14066 2 #> 14083 2 #> 14089 3 #> 14090 3 #> 14101 3 #> 14124 4 #> 14129 4 #> 14132 4 #> 14136 5 #> 14137 5 #> 14139 5 #> 14142 6 #> 14146 6 #> 14147 6 #> 14149 6 #> 14152 7 #> 14163 1 #> 14169 1 #> 14170 1 #> 14171 1 #> 14172 1 #> 14186 1 #> 14194 2 #> 14197 2 #> 14202 2 #> 14205 2 #> 14208 2 #> 14232 2 #> 14236 2 #> 14245 2 #> 14248 2 #> 14271 3 #> 14272 3 #> 14274 4 #> 14283 1 #> 14285 1 #> 14289 1 #> 14293 1 #> 14304 1 #> 14308 1 #> 14311 1 #> 14312 1 #> 14313 1 #> 14323 1 #> 14324 1 #> 14326 1 #> 14328 1 #> 14329 1 #> 14343 1 #> 14347 1 #> 14357 1 #> 14391 2 #> 14415 1 #> 14424 1 #> 14426 1 #> 14436 1 #> 14456 1 #> 14457 1 #> 14463 1 #> 14469 1 #> 14473 1 #> 14489 1 #> 14496 1 #> 14501 1 #> 14503 1 #> 14505 1 #> 14512 1 #> 14520 1 #> 14524 1 #> 14525 1 #> 14541 1 #> 14543 1 #> 14550 1 #> 14553 1 #> 14555 1 #> 14558 1 #> 14561 1 #> 14568 1 #> 14572 1 #> 14587 1 #> 14589 1 #> 14631 1 #> 14656 1 #> 14663 1 #> 14665 1 #> 14672 1 #> 14678 1 #> 14696 1 #> 14698 1 #> 14702 1 #> 14703 1 #> 14709 1 #> 14713 1 #> 14716 1 #> 14718 1 #> 14732 1 #> 14735 1 #> 14745 1 #> 14751 1 #> 14768 1 #> 14772 1 #> 14777 1 #> 14779 1 #> 14786 1 #> 14792 1 #> 14799 1 #> 14801 1 #> 14802 1 #> 14837 2 #> 14860 2 #> 14862 1 #> 14872 1 #> 14875 1 #> 14887 1 #> 14906 1 #> 14911 1 #> 14914 1 #> 14918 1 #> 14920 1 #> 14924 1 #> 14952 1 #> 14961 1 #> 14971 1 #> 14974 1 #> 14993 1 #> 14998 1 #> 15000 1 #> 15021 1 #> 15027 1 #> 15036 1 #> 15045 1 #> 15054 1 #> 15055 2 #> 15061 2 #> 15062 2 #> 15063 2 #> 15076 2 #> 15078 2 #> 15085 3 #> 15095 1 #> 15103 1 #> 15114 1 #> 15126 1 #> 15132 1 #> 15136 1 #> 15142 1 #> 15145 1 #> 15150 1 #> 15161 1 #> 15167 1 #> 15175 1 #> 15178 1 #> 15214 1 #> 15220 1 #> 15240 1 #> 15245 2 #> 15248 2 #> 15259 2 #> 15260 2 #> 15264 2 #> 15278 2 #> 15282 2 #> 15291 2 #> 15298 2 #> 15306 2 #> 15307 2 #> 15310 2 #> 15313 2 #> 15324 1 #> 15338 1 #> 15340 1 #> 15354 1 #> 15377 1 #> 15381 1 #> 15392 1 #> 15393 1 #> 15395 1 #> 15397 1 #> 15401 1 #> 15402 1 #> 15403 1 #> 15404 1 #> 15414 1 #> 15417 1 #> 15418 1 #> 15427 1 #> 15431 2 #> 15449 2 #> 15479 2 #> 15480 2 #> 15482 2 #> 15488 2 #> 15497 2 #> 15501 2 #> 15507 2 #> 15510 2 #> 15512 2 #> 15519 3 #> 15520 3 #> 15522 3 #> 15526 3 #> 15530 3 #> 15536 3 #> 15537 3 #> 15539 3 #> 15548 3 #> 15549 3 #> 15563 3 #> 15589 1 #> 15596 1 #> 15597 1 #> 15640 1 #> 15652 1 #> 15680 1 #> 15697 1 #> 15703 1 #> 15711 1 #> 15725 1 #> 15742 1 #> 15743 1 #> 15770 1 #> 15779 1 #> 15792 1 #> 15798 1 #> 15809 2 #> 15817 2 #> 15837 2 #> 15846 2 #> 15849 2 #> 15851 2 #> 15856 2 #> 15886 2 #> 15958 6 #> 15968 6 #> 15985 6 #> 16014 6 #> 16029 6 #> 16039 7 #> 16042 7 #> 16047 7 #> 16056 7 #> 16075 7 #> 16076 7 #> 16086 7 #> 16105 1 #> 16137 1 #> 16148 1 #> 16149 1 #> 16153 1 #> 16160 1 #> 16161 1 #> 16164 1 #> 16165 1 #> 16168 1 #> 16171 1 #> 16172 1 #> 16179 2 #> 16182 2 #> 16202 2 #> 16204 2 #> 16208 2 #> 16214 2 #> 16216 2 #> 16222 2 #> 16225 2 #> 16230 2 #> 16231 2 #> 16245 2 #> 16259 3 #> 16266 3 #> 16267 3 #> 16269 3 #> 16270 3 #> 16279 1 #> 16297 1 #> 16304 1 #> 16308 1 #> 16314 1 #> 16320 1 #> 16332 1 #> 16334 1 #> 16352 1 #> 16355 1 #> 16361 1 #> 16366 1 #> 16368 1 #> 16386 1 #> 16387 1 #> 16395 1 #> 16402 1 #> 16413 1 #> 16429 1 #> 16437 1 #> 16439 1 #> 16442 1 #> 16449 1 #> 16462 1 #> 16473 1 #> 16474 1 #> 16482 1 #> 16494 1 #> 16496 1 #> 16509 1 #> 16519 1 #> 16520 1 #> 16523 1 #> 16527 1 #> 16548 1 #> 16551 1 #> 16553 1 #> 16566 1 #> 16579 1 #> 16581 1 #> 16582 1 #> 16585 1 #> 16606 1 #> 16610 1 #> 16622 1 #> 16631 1 #> 16645 1 #> 16649 1 #> 16650 1 #> 16651 1 #> 16654 1 #> 16655 1 #> 16666 1 #> 16679 1 #> 16686 1 #> 16691 1 #> 16702 1 #> 16713 1 #> 16715 1 #> 16718 1 #> 16720 1 #> 16721 1 #> 16724 1 #> 16741 1 #> 16753 1 #> 16755 1 #> 16759 1 #> 16762 1 #> 16767 1 #> 16772 1 #> 16774 1 #> 16776 1 #> 16791 1 #> 16793 1 #> 16797 1 #> 16804 10 #> 16818 14 #> 16820 14 #> 16821 14 #> 16824 14 #> 16830 14 #> 16831 14 #> 16834 14 #> 16837 14 #> 16839 14 #> 16868 14 #> 16872 14 #> 16880 14 #> 16887 14 #> 16888 14 #> 16889 14 #> 16895 14 #> 16899 14 #> 16926 14 #> 16935 15 #> 16938 15 #> 16943 15 #> 16946 15 #> 16947 15 #> 16953 15 #> 16964 15 #> 16966 15 #> 16969 15 #> 16975 15 #> 16986 15 #> 16989 15 #> 16997 15 #> 17002 15 #> 17004 15 #> 17019 2 #> 17027 2 #> 17033 2 #> 17036 2 #> 17038 2 #> 17039 2 #> 17045 2 #> 17061 2 #> 17069 2 #> 17072 2 #> 17074 2 #> 17075 2 #> 17076 2 #> 17088 2 #> 17091 2 #> 17097 2 #> 17105 2 #> 17108 2 #> 17114 2 #> 17115 2 #> 17118 2 #> 17124 2 #> 17134 2 #> 17140 2 #> 17141 2 #> 17146 2 #> 17154 2 #> 17159 2 #> 17160 2 #> 17163 2 #> 17167 2 #> 17179 2 #> 17191 3 #> 17208 3 #> 17218 3 #> 17226 3 #> 17234 3 #> 17242 3 #> 17291 3 #> 17295 3 #> 17306 3 #> 17311 3 #> 17313 3 #> 17320 3 #> 17329 3 #> 17332 3 #> 17351 4 #> 17353 4 #> 17354 4 #> 17363 4 #> 17366 4 #> 17382 4 #> 17385 4 #> 17386 4 #> 17390 4 #> 17391 4 #> 17392 4 #> 17404 4 #> 17405 4 #> 17419 4 #> 17429 4 #> 17430 4 #> 17458 4 #> 17467 4 #> 17469 4 #> 17475 4 #> 17481 4 #> 17490 4 #> 17503 4 #> 17507 4 #> 17511 4 #> 17516 4 #> 17532 4 #> 17536 4 #> 17538 4 #> 17550 4 #> 17580 7 #> 17588 8 #> 17589 8 #> 17601 1 #> 17602 1 #> 17606 1 #> 17610 1 #> 17613 1 #> 17614 1 #> 17619 1 #> 17621 1 #> 17625 1 #> 17626 1 #> 17627 1 #> 17629 1 #> 17638 14 #> 17679 3 #> 17688 4 #> 17690 4 #> 17701 4 #> 17716 9 #> 17719 1 #> 17720 1 #> 17725 1 #> 17726 1 #> 17729 10 #> 17735 13 #> 17751 2 #> 17752 2 #> 17761 2 #> 17764 2 #> 17769 22 #> 17772 3 #> 17773 3 #> 17779 4 #> 17797 9 #> 17808 1 #> 17810 1 #> 17823 1 #> 17824 1 #> 17853 1 #> 17854 1 #> 17862 1 #> 17864 1 #> 17874 1 #> 17884 1 #> 17897 1 #> 17899 1 #> 17905 1 #> 17906 1 #> 17911 1 #> 17921 1 #> 17934 1 #> 17938 1 #> 17939 1 #> 17943 1 #> 17945 1 #> 17955 1 #> 17956 1 #> 17960 1 #> 17961 1 #> 17962 1 #> 17963 1 #> 17968 1 #> 17974 1 #> 17975 1 #> 17983 1 #> 17990 1 #> 17993 1 #> 18007 1 #> 18015 1 #> 18018 1 #> 18022 1 #> 18029 1 #> 18063 1 #> 18072 1 #> 18077 1 #> 18081 1 #> 18083 1 #> 18084 1 #> 18089 1 #> 18094 1 #> 18097 1 #> 18100 1 #> 18107 1 #> 18113 1 #> 18119 1 #> 18121 1 #> 18126 1 #> 18134 1 #> 18136 1 #> 18147 1 #> 18175 1 #> 18177 1 #> 18179 1 #> 18197 1 #> 18198 1 #> 18205 1 #> 18206 1 #> 18210 1 #> 18211 1 #> 18242 1 #> 18248 1 #> 18249 1 #> 18257 1 #> 18260 1 #> 18261 1 #> 18278 1 #> 18281 1 #> 18288 1 #> 18289 1 #> 18293 1 #> 18294 1 #> 18319 1 #> 18327 1 #> 18328 1 #> 18332 1 #> 18347 1 #> 18351 1 #> 18357 1 #> 18358 1 #> 18360 1 #> 18361 1 #> 18365 1 #> 18373 1 #> 18376 1 #> 18386 1 #> 18391 1 #> 18418 1 #> 18430 1 #> 18433 1 #> 18438 1 #> 18449 1 #> 18450 1 #> 18462 1 #> 18463 1 #> 18482 1 #> 18484 1 #> 18490 2 #> 18517 2 #> 18523 2 #> 18529 2 #> 18537 2 #> 18538 2 #> 18539 2 #> 18545 2 #> 18582 2 #> 18587 2 #> 18594 2 #> 18629 2 #> 18644 2 #> 18651 2 #> 18659 2 #> 18669 2 #> 18706 2 #> 18708 2 #> 18716 3 #> 18723 3 #> 18743 4 #> 18750 4 #> 18760 4 #> 18764 4 #> 18769 4 #> 18774 4 #> 18777 4 #> 18785 4 #> 18789 4 #> 18793 4 #> 18795 4 #> 18803 4 #> 18808 4 #> 18809 4 #> 18814 4 #> 18816 4 #> 18825 4 #> 18826 4 #> 18836 4 #> 18837 4 #> 18840 4 #> 18843 4 #> 18854 4 #> 18855 4 #> 18857 4 #> 18858 4 #> 18861 4 #> 18874 4 #> 18877 4 #> 18879 4 #> 18883 4 #> 18886 4 #> 18888 4 #> 18896 4 #> 18899 4 #> 18901 4 #> 18904 4 #> 18905 4 #> 18909 4 #> 18924 4 #> 18938 4 #> 18951 4 #> 18968 4 #> 18982 4 #> 18988 4 #> 18990 4 #> 18992 4 #> 18995 4 #> 19004 4 #> 19010 4 #> 19014 4 #> 19018 4 #> 19022 4 #> 19029 4 #> 19049 4 #> 19053 4 #> 19074 4 #> 19076 4 #> 19077 4 #> 19081 4 #> 19082 4 #> 19092 4 #> 19109 4 #> 19112 4 #> 19116 4 #> 19128 4 #> 19132 1 #> 19139 1 #> 19156 1 #> 19164 1 #> 19170 1 #> 19171 1 #> 19173 1 #> 19174 1 #> 19177 1 #> 19178 1 #> 19180 1 #> 19181 1 #> 19198 1 #> 19204 1 #> 19210 1 #> 19211 1 #> 19212 1 #> 19213 1 #> 19221 1 #> 19228 1 #> 19229 1 #> 19231 1 #> 19233 1 #> 19236 1 #> 19240 1 #> 19251 1 #> 19252 1 #> 19253 1 #> 19254 1 #> 19261 1 #> 19268 1 #> 19269 1 #> 19270 1 #> 19275 1 #> 19281 1 #> 19285 1 #> 19286 1 #> 19287 1 #> 19290 1 #> 19297 1 #> 19300 1 #> 19310 1 #> 19315 1 #> 19319 1 #> 19327 1 #> 19330 1 #> 19340 1 #> 19343 1 #> 19363 1 #> 19365 1 #> 19366 1 #> 19380 1 #> 19383 1 #> 19389 1 #> 19391 1 #> 19392 1 #> 19417 2 #> 19429 2 #> 19432 2 #> 19437 2 #> 19445 2 #> 19446 2 #> 19456 2 #> 19459 2 #> 19462 2 #> 19466 2 #> 19490 2 #> 19497 2 #> 19505 2 #> 19522 2 #> 19525 2 #> 19530 2 #> 19538 2 #> 19545 2 #> 19550 2 #> 19552 2 #> 19578 2 #> 19580 2 #> 19588 2 #> 19597 2 #> 19600 2 #> 19644 2 #> 19658 2 #> 19664 2 #> 19671 2 #> 19679 2 #> 19681 2 #> 19693 2 #> 19697 2 #> 19698 2 #> 19703 2 #> 19711 2 #> 19715 2 #> 19719 2 #> 19729 3 #> 19740 3 #> 19755 4 #> 19772 4 #> 19776 4 #> 19787 4 #> 19800 4 #> 19815 4 #> 19823 4 #> 19856 4 #> 19867 4 #> 19871 4 #> 19875 4 #> 19888 4 #> 19901 4 #> 19902 4 #> 19911 4 #> 19917 4 #> 19918 4 #> 19920 4 #> 19929 4 #> 19932 4 #> 19939 4 #> 19954 4 #> 19955 4 #> 19968 4 #> 19976 4 #> 19977 4 #> 19989 4 #> 19998 4 #> 20000 4 #> 20033 4 #> 20035 4 #> 20036 4 #> 20046 4 #> 20053 4 #> 20054 4 #> 20066 4 #> 20079 4 #> 20080 4 #> 20082 4 #> 20086 4 #> 20094 4 #> 20107 4 #> 20110 4 #> 20115 4 #> 20122 4 #> 20123 4 #> 20132 4 #> 20140 4 #> 20144 4 #> 20150 4 #> 20154 4 #> 20166 4 #> 20167 4 #> 20174 4 #> 20186 4 #> 20192 4 #> 20195 4 #> 20207 4 #> 20209 4 #> 20218 4 #> 20232 4 #> 20234 4 #> 20250 4 #> 20260 4 #> 20267 4 #> 20268 4 #> 20276 4 #> 20278 4 #> 20294 4 #> 20296 4 #> 20315 4 #> 20326 4 #> 20328 4 #> 20339 4 #> 20368 4 #> 20369 4 #> 20373 4 #> 20376 4 #> 20382 4 #> 20385 4 #> 20386 4 #> 20390 4 #> 20400 4 #> 20404 4 #> 20421 4 #> 20425 4 #> 20431 4 #> 20433 4 #> 20444 4 #> 20445 4 #> 20447 4 #> 20448 4 #> 20462 3 #> 20472 4 #> 20485 4 #> 20489 4 #> 20517 4 #> 20518 4 #> 20527 4 #> 20530 4 #> 20532 4 #> 20535 4 #> 20542 4 #> 20544 4 #> 20547 4 #> 20553 4 #> 20563 4 #> 20571 4 #> 20577 4 #> 20578 4 #> 20605 4 #> 20638 4 #> 20640 4 #> 20642 4 #> 20646 4 #> 20650 4 #> 20651 4 #> 20656 4 #> 20659 4 #> 20663 4 #> 20664 4 #> 20670 4 #> 20676 4 #> 20678 4 #> 20682 4 #> 20684 4 #> 20703 4 #> 20711 4 #> 20723 4 #> 20732 4 #> 20748 4 #> 20755 4 #> 20759 4 #> 20764 4 #> 20765 4 #> 20769 4 #> 20781 4 #> 20802 4 #> 20806 4 #> 20809 4 #> 20816 4 #> 20826 4 #> 20828 4 #> 20837 4 #> 20844 4 #> 20850 4 #> 20863 4 #> 20870 4 #> 20893 4 #> 20894 4 #> 20895 4 #> 20899 4 #> 20904 4 #> 20909 4 #> 20913 4 #> 20915 4 #> 20919 4 #> 20921 4 #> 20935 4 #> 20951 4 #> 20982 4 #> 20990 4 #> 20998 4 #> 21000 4 #> 21002 4 #> 21004 4 #> 21013 4 #> 21020 4 #> 21034 4 #> 21054 4 #> 21066 4 #> 21076 4 #> 21077 4 #> 21081 4 #> 21082 4 #> 21087 4 #> 21088 4 #> 21109 4 #> 21123 4 #> 21142 4 #> 21144 4 #> 21147 4 #> 21151 4 #> 21154 4 #> 21164 4 #> 21170 4 #> 21178 4 #> 21186 4 #> 21193 4 #> 21205 4 #> 21213 4 #> 21214 4 #> 21222 4 #> 21227 4 #> 21242 4 #> 21244 4 #> 21251 4 #> 21265 4 #> 21266 4 #> 21269 4 #> 21270 4 #> 21291 4 #> 21297 4 #> 21299 4 #> 21321 4 #> 21334 4 #> 21343 4 #> 21345 4 #> 21349 4 #> 21354 4 #> 21356 4 #> 21358 4 #> 21363 4 #> 21370 4 #> 21407 4 #> 21418 4 #> 21419 4 #> 21430 4 #> 21435 4 #> 21441 4 #> 21448 4 #> 21456 4 #> 21464 4 #> 21466 4 #> 21476 4 #> 21477 4 #> 21479 4 #> 21482 4 #> 21485 4 #> 21493 4 #> 21502 4 #> 21509 4 #> 21510 4 #> 21533 4 #> 21537 4 #> 21539 4 #> 21546 4 #> 21549 4 #> 21557 4 #> 21565 4 #> 21567 4 #> 21578 4 #> 21590 4 #> 21594 4 #> 21599 4 #> 21611 4 #> 21612 4 #> 21614 4 #> 21615 4 #> 21617 4 #> 21620 4 #> 21621 4 #> 21626 4 #> 21631 4 #> 21632 4 #> 21635 4 #> 21646 4 #> 21652 4 #> 21653 4 #> 21655 4 #> 21658 4 #> 21660 4 #> 21665 4 #> 21680 4 #> 21683 4 #> 21692 4 #> 21693 4 #> 21695 4 #> 21702 4 #> 21720 4 #> 21722 4 #> 21728 4 #> 21731 4 #> 21740 4 #> 21746 4 #> 21747 4 #> 21753 4 #> 21768 4 #> 21771 4 #> 21773 4 #> 21778 1 #> 21788 11 #> 21791 12 #> 21799 12 #> 21817 16 #> 21838 16 #> 21859 16 #> 21861 16 #> 21870 16 #> 21900 16 #> 21913 18 #> 21918 18 #> 21922 18 #> 21926 18 #> 21930 18 #> 21936 18 #> 21940 18 #> 21944 18 #> 21957 18 #> 21960 18 #> 21961 18 #> 21962 18 #> 21966 18 #> 21970 18 #> 21978 18 #> 21979 18 #> 22009 19 #> 22010 19 #> 22012 19 #> 22022 19 #> 22024 19 #> 22025 19 #> 22026 19 #> 22046 19 #> 22047 19 #> 22049 19 #> 22054 19 #> 22055 19 #> 22062 19 #> 22069 19 #> 22074 2 #> 22089 2 #> 22096 2 #> 22098 2 #> 22102 2 #> 22103 2 #> 22111 2 #> 22132 2 #> 22134 2 #> 22143 2 #> 22146 2 #> 22151 2 #> 22153 2 #> 22155 2 #> 22165 2 #> 22166 2 #> 22168 2 #> 22170 2 #> 22174 2 #> 22177 2 #> 22179 2 #> 22180 2 #> 22185 20 #> 22191 20 #> 22197 20 #> 22199 20 #> 22202 20 #> 22228 20 #> 22234 20 #> 22241 20 #> 22261 20 #> 22280 20 #> 22281 20 #> 22286 20 #> 22294 20 #> 22318 20 #> 22319 20 #> 22320 20 #> 22327 20 #> 22331 20 #> 22350 20 #> 22361 20 #> 22377 20 #> 22379 20 #> 22408 20 #> 22409 20 #> 22411 20 #> 22425 20 #> 22434 20 #> 22440 20 #> 22442 20 #> 22443 20 #> 22453 20 #> 22485 20 #> 22487 20 #> 22495 20 #> 22497 20 #> 22507 20 #> 22510 20 #> 22513 20 #> 22516 20 #> 22522 21 #> 22525 21 #> 22528 21 #> 22540 21 #> 22556 21 #> 22592 21 #> 22612 21 #> 22615 21 #> 22622 21 #> 22628 21 #> 22636 21 #> 22664 21 #> 22669 21 #> 22680 21 #> 22686 3 #> 22692 4 #> 22695 4 #> 22696 4 #> 22700 4 #> 22710 4 #> 22720 4 #> 22722 4 #> 22727 4 #> 22728 4 #> 22731 4 #> 22736 4 #> 22744 4 #> 22746 4 #> 22749 4 #> 22752 4 #> 22753 4 #> 22754 4 #> 22758 4 #> 22761 4 #> 22763 4 #> 22766 4 #> 22783 6 #> 22785 6 #> 22786 6 #> 22787 6 #> 22791 6 #> 22832 7 #> 22837 7 #> 22844 7 #> 22857 7 #> 22859 8 #> 22871 8 #> 22881 8 #> 22884 8 #> 22912 9 #> 22913 9 #> 22914 9 #> 22917 9 #> 22918 9 #> 22920 9 #> 22922 9 #> 22924 9 #> 22926 9 #> 22929 9 #> 22932 9 #> 22936 9 #> 22941 9 #> 22942 9 #> 22946 9 #> 22948 9 #> 22949 9 #> 22950 9 #> 22951 9 #> 22956 9 #> 22959 9 #> 22961 9 #> 22986 1 #> 23009 1 #> 23014 2 #> 23020 2 #> 23022 2 #> 23024 2 #> 23027 2 #> 23032 3 #> 23043 3 #> 23044 3 #> 23055 3 #> 23067 3 #> 23072 3 #> 23078 3 #> 23083 3 #> 23084 3 #> 23098 3 #> 23100 3 #> 23101 3 #> 23107 3 #> 23110 3 #> 23124 3 #> 23129 3 #> 23130 3 #> 23132 3 #> 23140 3 #> 23141 3 #> 23151 3 #> 23152 3 #> 23153 3 #> 23156 3 #> 23160 3 #> 23172 3 #> 23185 3 #> 23188 3 #> 23189 3 #> 23201 3 #> 23208 3 #> 23209 3 #> 23213 3 #> 23224 3 #> 23239 3 #> 23243 3 #> 23244 3 #> 23254 3 #> 23255 3 #> 23256 3 #> 23257 3 #> 23259 3 #> 23260 3 #> 23267 3 #> 23269 3 #> 23270 3 #> 23272 3 #> 23275 3 #> 23277 3 #> 23283 3 #> 23299 3 #> 23301 3 #> 23304 3 #> 23314 3 #> 23317 3 #> 23338 3 #> 23339 3 #> 23351 3 #> 23355 3 #> 23357 3 #> 23361 3 #> 23363 3 #> 23381 4 #> 23387 4 #> 23390 4 #> 23398 4 #> 23407 4 #> 23417 4 #> 23422 4 #> 23448 4 #> 23461 6 #> 23468 6 #> 23479 6 #> 23480 6 #> 23482 6 #> 23485 6 #> 23500 6 #> 23501 6 #> 23504 6 #> 23506 6 #> 23507 6 #> 23510 6 #> 23514 6 #> 23520 6 #> 23523 6 #> 23527 6 #> 23528 6 #> 23534 6 #> 23535 6 #> 23536 6 #> 23542 6 #> 23545 6 #> 23551 6 #> 23558 6 #> 23559 6 #> 23560 6 #> 23574 6 #> 23575 1 #> 23583 12 #> 23608 11 #> 23609 11 #> 23613 11 #> 23621 11 #> 23627 11 #> 23640 12 #> 23643 13 #> 23651 13 #> 23655 13 #> 23666 13 #> 23689 13 #> 23693 14 #> 23696 14 #> 23702 14 #> 23716 14 #> 23717 14 #> 23720 14 #> 23730 14 #> 23733 14 #> 23735 14 #> 23737 14 #> 23747 15 #> 23748 15 #> 23757 15 #> 23764 15 #> 23765 15 #> 23777 15 #> 23780 15 #> 23789 2 #> 23800 2 #> 23802 2 #> 23806 2 #> 23807 2 #> 23808 2 #> 23815 2 #> 23823 2 #> 23829 2 #> 23830 2 #> 23834 2 #> 23836 2 #> 23845 2 #> 23850 2 #> 23858 2 #> 23864 2 #> 23869 2 #> 23876 2 #> 23879 2 #> 23880 2 #> 23881 2 #> 23891 2 #> 23892 3 #> 23895 4 #> 23896 4 #> 23902 4 #> 23903 4 #> 23907 4 #> 23910 4 #> 23911 4 #> 23913 4 #> 23926 4 #> 23929 4 #> 23931 4 #> 23934 4 #> 23951 4 #> 23953 4 #> 23955 4 #> 23958 4 #> 23961 4 #> 23962 4 #> 23965 4 #> 23969 4 #> 23971 4 #> 23980 5 #> 23995 5 #> 24030 5 #> 24046 6 #> 24048 6 #> 24049 6 #> 24053 6 #> 24059 8 #> 24076 11 #> 24079 13 #> 24100 26 #> 24101 27 #> 24110 7 #> 24114 1 #> 24119 1 #> 24120 1 #> 24121 1 #> 24137 2 #> 24142 21 #> 24146 22 #> 24147 22 #> 24150 4 #> 24157 5 #> 24173 1 #> 24174 1 #> 24175 1 #> 24183 16 #> 24189 2 #> 24191 2 #> 24201 7 #> 24216 1 #> 24224 2 #> 24226 3 #> 24235 4 #> 24252 4 #> 24263 4 #> 24272 4 #> 24274 4 #> 24280 4 #> 24284 4 #> 24285 4 #> 24293 4 #> 24295 4 #> 24305 4 #> 24314 4 #> 24340 4 #> 24343 4 #> 24344 4 #> 24372 4 #> 24374 4 #> 24376 4 #> 24379 4 #> 24381 4 #> 24382 4 #> 24384 4 #> 24386 4 #> 24394 4 #> 24409 4 #> 24413 4 #> 24415 4 #> 24416 4 #> 24417 4 #> 24424 4 #> 24425 4 #> 24426 4 #> 24431 4 #> 24436 4 #> 24440 4 #> 24442 4 #> 24446 4 #> 24447 4 #> 24451 4 #> 24457 4 #> 24459 4 #> 24464 4 #> 24467 4 #> 24471 4 #> 24481 4 #> 24482 4 #> 24483 4 #> 24510 4 #> 24523 4 #> 24526 4 #> 24531 4 #> 24536 4 #> 24542 4 #> 24550 4 #> 24558 4 #> 24562 4 #> 24576 4 #> 24577 4 #> 24582 4 #> 24586 4 #> 24591 4 #> 24603 4 #> 24606 4 #> 24617 4 #> 24620 4 #> 24622 4 #> 24624 4 #> 24636 1 #> 24639 1 #> 24641 1 #> 24651 1 #> 24652 1 #> 24663 1 #> 24665 1 #> 24669 1 #> 24677 1 #> 24685 1 #> 24689 1 #> 24695 1 #> 24699 1 #> 24704 1 #> 24709 1 #> 24713 1 #> 24720 1 #> 24723 1 #> 24724 1 #> 24726 1 #> 24732 1 #> 24740 1 #> 24744 1 #> 24756 1 #> 24782 2 #> 24806 2 #> 24815 2 #> 24831 3 #> 24838 3 #> 24839 3 #> 24847 5 #> 24859 5 #> 24860 5 #> 24861 5 #> 24862 5 #> 24869 5 #> 24871 5 #> 24882 5 #> 24891 6 #> 24908 8 #> 24921 8 #> 24925 8 #> 24933 8 #> 24936 8 #> 24944 8 #> 24947 8 #> 24948 8 #> 24949 8 #> 24952 8 #> 24953 8 #> 24954 8 #> 24964 8 #> 24966 8 #> 24973 8 #> 24977 8 #> 24978 8 #> 24979 8 #> 24986 8 #> 24990 8 #> 25000 8 #> 25001 8 #> 25006 8 #> 25013 8 #> 25014 8 #> 25025 8 #> 25028 8 #> 25033 8 #> 25034 8 #> 25035 8 #> 25044 8 #> 25053 1 #> 25064 2 #> 25066 2 #> 25067 2 #> 25069 2 #> 25076 2 #> 25091 5 #> 25095 5 #> 25118 6 #> 25123 7 #> 25132 7 #> 25134 7 #> 25151 7 #> 25152 7 #> 25159 7 #> 25160 7 #> 25162 7 #> 25171 7 #> 25181 7 #> 25184 7 #> 25189 7 #> 25191 7 #> 25194 7 #> 25207 7 #> 25213 7 #> 25220 7 #> 25222 7 #> 25225 7 #> 25229 7 #> 25231 7 #> 25239 7 #> 25247 7 #> 25248 7 #> 25252 7 #> 25263 7 #> 25268 7 #> 25276 7 #> 25293 7 #> 25295 7 #> 25298 7 #> 25301 7 #> 25310 7 #> 25313 7 #> 25320 7 #> 25323 7 #> 25330 7 #> 25331 7 #> 25335 7 #> 25336 7 #> 25342 7 #> 25346 7 #> 25350 7 #> 25351 7 #> 25356 7 #> 25366 7 #> 25369 7 #> 25370 7 #> 25373 7 #> 25385 7 #> 25386 7 #> 25389 7 #> 25392 7 #> 25395 7 #> 25397 7 #> 25399 7 #> 25408 7 #> 25434 7 #> 25440 7 #> 25451 7 #> 25452 7 #> 25458 7 #> 25459 7 #> 25465 7 #> 25468 7 #> 25487 7 #> 25490 7 #> 25491 7 #> 25496 1 #> 25498 1 #> 25509 1 #> 25510 1 #> 25512 1 #> 25515 1 #> 25523 1 #> 25528 1 #> 25531 1 #> 25534 1 #> 25543 1 #> 25549 1 #> 25553 1 #> 25562 1 #> 25563 1 #> 25564 1 #> 25567 1 #> 25568 1 #> 25571 1 #> 25576 1 #> 25581 1 #> 25586 1 #> 25589 2 #> 25597 2 #> 25600 3 #> 25603 3 #> 25604 3 #> 25605 3 #> 25610 3 #> 25611 3 #> 25618 3 #> 25619 3 #> 25620 3 #> 25630 3 #> 25645 4 #> 25647 4 #> 25651 4 #> 25655 4 #> 25667 4 #> 25676 4 #> 25694 4 #> 25696 4 #> 25697 4 #> 25698 4 #> 25699 4 #> 25707 4 #> 25710 4 #> 25715 4 #> 25716 4 #> 25723 4 #> 25729 4 #> 25732 4 #> 25733 4 #> 25736 4 #> 25746 4 #> 25755 4 #> 25760 4 #> 25762 4 #> 25771 4 #> 25773 4 #> 25776 4 #> 25785 4 #> 25821 4 #> 25830 4 #> 25833 4 #> 25842 4 #> 25853 4 #> 25855 4 #> 25856 4 #> 25866 4 #> 25885 4 #> 25886 4 #> 25892 4 #> 25896 4 #> 25922 4 #> 25925 4 #> 25929 4 #> 26030 15 #> 26044 15 #> 26063 16 #> 26066 16 #> 26079 16 #> 26111 17 #> 26114 17 #> 26115 17 #> 26136 17 #> 26142 18 #> 26144 18 #> 26161 2 #> 26166 2 #> 26167 2 #> 26168 2 #> 26169 2 #> 26180 20 #> 26190 21 #> 26221 3 #> 26228 3 #> 26234 3 #> 26261 3 #> 26291 4 #> 26292 4 #> 26310 4 #> 26322 4 #> 26333 5 #> 26346 5 #> 26349 5 #> 26354 5 #> 26372 5 #> 26386 6 #> 26391 6 #> 26404 6 #> 26415 6 #> 26417 6 #> 26419 6 #> 26420 6 #> 26422 6 #> 26423 6 #> 26424 6 #> 26440 6 #> 26459 6 #> 26461 6 #> 26474 6 #> 26486 6 #> 26494 6 #> 26495 6 #> 26496 6 #> 26499 6 #> 26504 6 #> 26552 5 #> 26561 8 #> 26601 6 #> 26603 6 #> 26605 6 #> 26617 15 #> 26623 2 #> 26624 2 #> 26637 8 #> 26671 4 #> 26690 4 #> 26695 4 #> 26696 4 #> 26704 4 #> 26719 4 #> 26724 4 #> 26727 4 #> 26729 4 #> 26748 4 #> 26753 4 #> 26754 4 #> 26758 4 #> 26783 4 #> 26785 4 #> 26794 4 #> 26803 4 #> 26809 4 #> 26814 4 #> 26815 4 #> 26825 4 #> 26836 4 #> 26841 4 #> 26846 4 #> 26865 4 #> 26889 4 #> 26895 4 #> 26897 4 #> 26899 4 #> 26906 4 #> 26907 4 #> 26912 4 #> 26917 4 #> 26918 4 #> 26925 4 #> 26928 4 #> 26961 4 #> 26962 4 #> 26974 4 #> 26988 4 #> 26989 4 #> 26991 4 #> 26997 4 #> 27018 4 #> 27020 4 #> 27046 4 #> 27048 1 #> 27051 1 #> 27058 1 #> 27059 1 #> 27062 1 #> 27066 1 #> 27077 3 #> 27086 3 #> 27088 4 #> 27089 4 #> 27091 4 #> 27099 4 #> 27108 4 #> 27128 4 #> 27132 4 #> 27136 4 #> 27139 4 #> 27153 4 #> 27167 4 #> 27182 4 #> 27192 4 #> 27203 4 #> 27224 4 #> 27251 4 #> 27271 4 #> 27277 4 #> 27278 4 #> 27306 4 #> 27312 4 #> 27313 4 #> 27315 4 #> 27318 4 #> 27341 4 #> 27355 4 #> 27356 4 #> 27358 4 #> 27365 4 #> 27367 4 #> 27385 4 #> 27392 4 #> 27403 4 #> 27406 4 #> 27414 4 #> 27436 4 #> 27439 4 #> 27452 4 #> 27461 1 #> 27466 1 #> 27482 1 #> 27505 1 #> 27514 1 #> 27533 2 #> 27540 2 #> 27550 2 #> 27554 2 #> 27559 2 #> 27608 6 #> 27612 6 #> 27621 6 #> 27649 8 #> 27653 8 #> 27657 8 #> 27666 8 #> 27670 8 #> 27673 8 #> 27682 8 #> 27686 8 #> 27688 8 #> 27691 8 #> 27712 8 #> 27722 8 #> 27727 8 #> 27744 8 #> 27749 8 #> 27757 8 #> 27760 8 #> 27764 8 #> 27771 8 #> 27785 8 #> 27788 8 #> 27791 8 #> 27799 8 #> 27804 8 #> 27807 8 #> 27808 8 #> 27809 8 #> 27824 8 #> 27827 8 #> 27830 8 #> 27833 8 #> 27848 8 #> 27863 8 #> 27871 1 #> 27879 1 #> 27881 1 #> 27883 1 #> 27938 11 #> 27945 11 #> 27967 11 #> 27985 11 #> 28001 11 #> 28019 11 #> 28030 11 #> 28064 11 #> 28069 11 #> 28088 11 #> 28092 11 #> 28098 11 #> 28108 11 #> 28117 11 #> 28148 2 #> 28155 2 #> 28157 2 #> 28162 2 #> 28165 2 #> 28170 2 #> 28173 2 #> 28176 2 #> 28184 2 #> 28199 2 #> 28219 2 #> 28235 2 #> 28236 2 #> 28239 2 #> 28245 2 #> 28258 2 #> 28270 2 #> 28274 2 #> 28281 2 #> 28282 2 #> 28284 2 #> 28288 3 #> 28293 3 #> 28299 4 #> 28315 6 #> 28330 6 #> 28341 6 #> 28348 7 #> 28354 9 #> 28356 1 #> 28360 1 #> 28361 1 #> 28365 1 #> 28371 1 #> 28373 1 #> 28374 1 #> 28377 1 #> 28378 1 #> 28380 1 #> 28381 1 #> 28384 1 #> 28388 1 #> 28389 1 #> 28393 1 #> 28394 1 #> 28399 1 #> 28401 1 #> 28402 1 #> 28407 1 #> 28410 1 #> 28411 1 #> 28414 11 #> 28417 13 #> 28423 15 #> 28425 17 #> 28430 19 #> 28432 20 #> 28436 22 #> 28437 22 #> 28438 22 #> 28441 22 #> 28445 23 #> 28449 23 #> 28450 23 #> 28452 3 #> 28467 4 #> 28470 4 #> 28485 6 #> 28490 6 #> 28491 6 #> 28496 6 #> 28499 8 #> 28501 8 #> 28502 8 #> 28503 8 #> 28510 11 #> 28515 15 #> 28517 2 #> 28518 3 #> 28520 5 #> 28522 7 #> 28523 8 #> 28528 1 #> 28529 1 #> 28530 1 #> 28532 1 #> 28534 1 #> 28542 1 #> 28544 1 #> 28547 1 #> 28550 1 #> 28551 1 #> 28553 1 #> 28554 1 #> 28568 1 #> 28579 1 #> 28580 1 #> 28583 1 #> 28588 1 #> 28589 1 #> 28590 1 #> 28594 1 #> 28597 1 #> 28600 1 #> 28601 1 #> 28607 1 #> 28608 1 #> 28626 1 #> 28627 1 #> 28628 1 #> 28630 1 #> 28639 1 #> 28640 1 #> 28643 2 #> 28647 2 #> 28648 2 #> 28650 2 #> 28657 3 #> 28658 3 #> 28661 5 #> 28662 5 #> 28663 5 #> 28668 7 #> 28671 9 #> 28672 9 #> 28673 9 #> 28674 9 #> 28675 9 #> 28677 1 #> 28680 2 #> 28681 2 #> 28682 2 #> 28683 2 #> 28685 4 #> 28692 6 #> 28699 6 #> 28703 6 #> 28707 6 #> 28708 6 #> 28710 6 #> 28714 6 #> 28719 6 #> 28722 6 #> 28725 6 #> 28726 6 #> 28727 6 #> 28729 6 #> 28730 6 #> 28731 6 #> 28737 6 #> 28739 6 #> 28740 6 #> 28743 6 #> 28744 6 #> 28745 6 #> 28750 6 #> 28755 6 #> 28758 6 #> 28764 6 #> 28766 6 #> 28770 6 #> 28773 6 #> 28787 6 #> 28788 6 #> 28790 6 #> 28795 6 #> 28798 6 #> 28810 6 #> 28811 6 #> 28816 6 #> 28818 6 #> 28819 6 #> 28822 6 #> 28824 6 #> 28828 1 #> 28829 1 #> 28830 2 #> 28831 3 #> 28832 3 #> 28833 3 #> 28839 4 #> 28843 4 #> 28848 4 #> 28849 4 #> 28852 4 #> 28854 4 #> 28859 4 #> 28861 4 #> 28864 4 #> 28869 4 #> 28881 4 #> 28885 4 #> 28898 4 #> 28900 4 #> 28901 4 #> 28902 4 #> 28909 4 #> 28912 4 #> 28913 4 #> 28914 4 #> 28915 4 #> 28918 4 #> 28921 4 #> 28923 4 #> 28925 4 #> 28929 4 #> 28931 4 #> 28936 4 #> 28944 4 #> 28952 4 #> 28954 4 #> 28957 4 #> 28959 4 #> 28962 4 #> 28965 4 #> 28970 4 #> 28972 4 #> 28973 4 #> 28977 4 #> 28978 4 #> 29023 1 #> 29060 3 #> 29064 3 #> 29066 3 #> 29072 3 #> 29114 4 #> 29120 4 #> 29125 4 #> 29139 5 #> 29141 5 #> 29143 5 #> 29169 5 #> 29182 6 #> 29190 7 #> 29207 7 #> 29210 7 #> 29225 8 #> 29232 8 #> 29252 8 #> 29264 8 #> 29298 8 #> 29299 8 #> 29304 8 #> 29305 8 #> 29354 8 #> 29355 8 #> 29360 8 #> 29376 8 #> 29383 8 #> 29402 8 #> 29405 8 #> 29437 8 #> 29448 8 #> 29450 8 #> 29464 8 #> 29486 8 #> 29509 1 #> 29531 1 #> 29579 1 #> 29599 1 #> 29606 1 #> 29609 1 #> 29639 1 #> 29645 1 #> 29649 1 #> 29655 1 #> 29665 1 #> 29696 1 #> 29700 1 #> 29717 1 #> 29728 1 #> 29742 1 #> 29764 2 #> 29775 2 #> 29782 2 #> 29823 3 #> 29833 3 #> 29836 3 #> 29842 4 #> 29843 4 #> 29862 4 #> 29868 4 #> 29879 5 #> 29898 5 #> 29917 6 #> 29920 6 #> 29924 6 #> 29925 6 #> 29946 6 #> 29947 6 #> 29964 7 #> 29986 7 #> 30019 1 #> 30046 1 #> 30054 1 #> 30059 1 #> 30143 1 #> 30149 2 #> 30162 2 #> 30192 4 #> 30197 4 #> 30198 4 #> 30199 4 #> 30212 4 #> 30213 4 #> 30216 4 #> 30217 4 #> 30227 5 #> 30240 5 #> 30241 5 #> 30309 5 #> 30314 5 #> 30319 1 #> 30346 1 #> 30353 1 #> 30356 1 #> 30359 1 #> 30360 1 #> 30363 1 #> 30367 1 #> 30377 1 #> 30381 1 #> 30384 1 #> 30396 1 #> 30404 1 #> 30413 1 #> 30414 1 #> 30415 1 #> 30428 1 #> 30431 1 #> 30456 1 #> 30457 1 #> 30460 1 #> 30461 1 #> 30470 1 #> 30472 1 #> 30481 1 #> 30482 1 #> 30486 1 #> 30488 1 #> 30490 1 #> 30501 1 #> 30502 1 #> 30512 1 #> 30526 1 #> 30527 1 #> 30533 1 #> 30538 1 #> 30541 1 #> 30548 1 #> 30564 1 #> 30577 1 #> 30580 1 #> 30584 1 #> 30605 1 #> 30606 1 #> 30613 1 #> 30614 1 #> 30626 1 #> 30632 1 #> 30635 1 #> 30639 1 #> 30643 1 #> 30650 1 #> 30652 1 #> 30655 1 #> 30657 1 #> 30663 1 #> 30664 1 #> 30667 1 #> 30677 1 #> 30688 1 #> 30689 1 #> 30696 1 #> 30699 1 #> 30702 1 #> 30709 1 #> 30710 1 #> 30712 1 #> 30714 1 #> 30718 1 #> 30722 1 #> 30725 1 #> 30730 1 #> 30733 1 #> 30735 1 #> 30738 1 #> 30743 1 #> 30746 1 #> 30752 1 #> 30759 1 #> 30761 1 #> 30765 1 #> 30771 1 #> 30779 1 #> 30781 1 #> 30786 1 #> 30795 1 #> 30798 1 #> 30799 1 #> 30806 1 #> 30818 1 #> 30819 1 #> 30820 1 #> 30861 3 #> 30866 3 #> 30885 1 #> 30889 1 #> 30891 1 #> 30893 1 #> 30905 1 #> 30913 1 #> 30920 1 #> 30931 1 #> 30941 1 #> 30950 1 #> 30953 1 #> 30958 1 #> 30959 1 #> 30967 1 #> 30968 1 #> 30972 1 #> 30977 1 #> 30978 1 #> 30982 1 #> 30983 1 #> 30986 1 #> 30988 1 #> 30993 1 #> 30995 1 #> 30996 1 #> 31010 1 #> 31013 1 #> 31021 1 #> 31034 1 #> 31036 1 #> 31050 1 #> 31052 1 #> 31055 1 #> 31067 1 #> 31068 1 #> 31080 1 #> 31084 1 #> 31085 1 #> 31092 1 #> 31099 1 #> 31106 1 #> 31108 1 #> 31110 1 #> 31115 1 #> 31128 1 #> 31140 1 #> 31152 1 #> 31159 1 #> 31162 1 #> 31165 1 #> 31172 1 #> 31186 1 #> 31188 1 #> 31197 1 #> 31198 1 #> 31217 1 #> 31219 1 #> 31229 1 #> 31230 1 #> 31231 1 #> 31245 1 #> 31248 1 #> 31253 1 #> 31258 1 #> 31271 1 #> 31273 1 #> 31280 1 #> 31281 1 #> 31304 1 #> 31307 1 #> 31313 1 #> 31316 1 #> 31321 1 #> 31327 1 #> 31330 1 #> 31332 1 #> 31350 3 #> 31367 3 #> 31375 3 #> 31383 3 #> 31384 3 #> 31391 4 #> 31395 4 #> 31397 4 #> 31399 4 #> 31413 5 #> 31416 5 #> 31417 5 #> 31418 5 #> 31424 5 #> 31427 5 #> 31435 5 #> 31440 5 #> 31445 5 #> 31503 1 #> 31506 1 #> 31529 1 #> 31544 1 #> 31549 2 #> 31556 2 #> 31559 2 #> 31564 2 #> 31565 2 #> 31575 2 #> 31590 2 #> 31591 2 #> 31601 2 #> 31606 2 #> 31625 2 #> 31628 2 #> 31630 2 #> 31639 2 #> 31652 2 #> 31658 2 #> 31663 2 #> 31665 2 #> 31666 2 #> 31667 2 #> 31673 2 #> 31675 2 #> 31681 2 #> 31709 2 #> 31715 2 #> 31717 2 #> 31740 2 #> 31747 2 #> 31750 2 #> 31751 2 #> 31759 2 #> 31767 2 #> 31774 2 #> 31780 2 #> 31789 2 #> 31794 2 #> 31796 2 #> 31813 2 #> 31815 2 #> 31819 2 #> 31822 2 #> 31829 2 #> 31835 3 #> 31836 3 #> 31843 3 #> 31845 3 #> 31849 3 #> 31850 3 #> 31851 3 #> 31853 3 #> 31858 3 #> 31863 3 #> 31872 3 #> 31875 3 #> 31877 3 #> 31892 3 #> 31893 3 #> 31901 3 #> 31903 3 #> 31904 3 #> 31908 3 #> 31909 3 #> 31914 3 #> 31924 3 #> 31928 3 #> 31933 3 #> 31935 3 #> 31936 3 #> 31938 3 #> 31941 3 #> 31943 3 #> 31946 3 #> 31948 3 #> 31949 3 #> 31950 3 #> 31952 3 #> 31963 3 #> 31968 3 #> 31974 3 #> 31978 3 #> 31980 3 #> 31989 3 #> 31992 3 #> 31993 3 #> 31994 3 #> 31996 3 #> 32005 3 #> 32012 3 #> 32018 1 #> 32020 1 #> 32047 1 #> 32050 1 #> 32051 1 #> 32053 1 #> 32056 1 #> 32058 1 #> 32089 1 #> 32102 1 #> 32117 1 #> 32125 1 #> 32127 1 #> 32132 1 #> 32142 2 #> 32143 2 #> 32144 2 #> 32148 2 #> 32149 2 #> 32156 2 #> 32163 6 #> 32169 7 #> 32175 7 #> 32180 7 #> 32188 1 #> 32189 1 #> 32190 1 #> 32200 1 #> 32207 1 #> 32235 1 #> 32236 1 #> 32240 1 #> 32243 1 #> 32262 3 #> 32280 5 #> 32281 5 #> 32293 5 #> 32302 5 #> 32303 5 #> 32309 5 #> 32312 5 #> 32317 5 #> 32318 5 #> 32324 5 #> 32325 5 #> 32326 5 #> 32329 5 #> 32333 5 #> 32341 5 #> 32344 1 #> 32349 1 #> 32351 1 #> 32355 1 #> 32378 1 #> 32383 1 #> 32389 1 #> 32393 1 #> 32397 1 #> 32410 1 #> 32419 1 #> 32423 1 #> 32424 1 #> 32425 1 #> 32426 1 #> 32430 1 #> 32446 1 #> 32448 1 #> 32456 1 #> 32459 1 #> 32462 1 #> 32473 2 #> 32478 2 #> 32488 2 #> 32498 5 #> 32504 1 #> 32506 1 #> 32509 2 #> 32511 2 #> 32512 2 #> 32520 2 #> 32527 2 #> 32530 2 #> 32531 2 #> 32534 3 #> 32537 3 #> 32538 3 #> 32548 3 #> 32550 3 #> 32562 3 #> 32584 4 #> 32585 4 #> 32591 4 #> 32613 4 #> 32660 1 #> 32667 1 #> 32690 1 #> 32699 1 #> 32714 1 #> 32719 2 #> 32722 2 #> 32723 2 #> 32739 2 #> 32741 2 #> 32746 2 #> 32752 2 #> 32754 2 #> 32764 2 #> 32772 2 #> 32779 2 #> 32788 3 #> 32791 3 #> 32802 3 #> 32817 3 #> 32819 3 #> 32844 4 #> 32849 4 #> 32854 4 #> 32855 4 #> 32868 4 #> 32872 4 #> 32876 4 #> 32880 4 #> 32901 1 #> 32906 1 #> 32925 1 #> 32935 1 #> 32939 1 #> 32956 1 #> 32961 1 #> 32962 2 #> 32964 2 #> 32966 2 #> 32973 2 #> 32992 2 #> 32999 2 #> 33003 2 #> 33014 2 #> 33016 2 #> 33025 2 #> 33034 2 #> 33041 2 #> 33044 2 #> 33056 2 #> 33062 3 #> 33091 4 #> 33094 4 #> 33103 4 #> 33108 4 #> 33112 4 #> 33115 5 #> 33118 5 #> 33129 1 #> 33135 1 #> 33142 1 #> 33163 1 #> 33169 2 #> 33172 2 #> 33175 2 #> 33179 2 #> 33182 2 #> 33184 2 #> 33192 2 #> 33210 2 #> 33214 3 #> 33230 4 #> 33240 5 #> 33246 5 #> 33247 5 #> 33262 5 #> 33270 5 #> 33273 5 #> 33282 5 #> 33285 5 #> 33291 5 #> 33305 5 #> 33318 5 #> 33328 5 #> 33337 5 #> 33348 5 #> 33355 5 #> 33356 1 #> 33358 1 #> 33363 1 #> 33374 2 #> 33377 2 #> 33381 2 #> 33384 2 #> 33397 2 #> 33412 2 #> 33414 2 #> 33415 2 #> 33432 2 #> 33444 2 #> 33446 2 #> 33447 2 #> 33453 2 #> 33455 2 #> 33482 2 #> 33483 2 #> 33504 2 #> 33505 2 #> 33508 2 #> 33525 2 #> 33527 2 #> 33529 2 #> 33545 2 #> 33548 2 #> 33565 2 #> 33584 2 #> 33589 2 #> 33592 1 #> 33599 1 #> 33605 1 #> 33607 1 #> 33608 1 #> 33610 1 #> 33627 1 #> 33628 1 #> 33629 1 #> 33635 1 #> 33637 1 #> 33639 1 #> 33643 1 #> 33658 1 #> 33659 1 #> 33671 1 #> 33673 1 #> 33674 1 #> 33682 1 #> 33687 1 #> 33706 1 #> 33718 1 #> 33728 1 #> 33729 1 #> 33731 1 #> 33734 2 #> 33739 2 #> 33756 2 #> 33766 2 #> 33772 2 #> 33794 2 #> 33796 2 #> 33820 2 #> 33821 2 #> 33825 2 #> 33828 2 #> 33834 2 #> 33837 2 #> 33838 2 #> 33868 2 #> 33878 2 #> 33880 2 #> 33898 2 #> 33910 2 #> 33929 2 #> 33935 2 #> 33939 2 #> 33948 2 #> 33955 2 #> 33957 2 #> 33959 2 #> 33960 2 #> 33965 2 #> 33974 2 #> 33993 2 #> 33994 2 #> 34009 2 #> 34016 2 #> 34022 2 #> 34034 2 #> 34043 2 #> 34045 2 #> 34075 2 #> 34086 2 #> 34088 2 #> 34095 2 #> 34103 2 #> 34110 2 #> 34111 2 #> 34118 2 #> 34119 2 #> 34133 2 #> 34139 3 #> 34148 3 #> 34151 3 #> 34158 3 #> 34161 3 #> 34163 3 #> 34166 3 #> 34181 3 #> 34188 3 #> 34193 3 #> 34197 3 #> 34202 3 #> 34205 3 #> 34209 3 #> 34214 3 #> 34227 3 #> 34228 3 #> 34240 3 #> 34251 3 #> 34258 3 #> 34259 3 #> 34267 4 #> 34282 4 #> 34284 4 #> 34285 4 #> 34289 4 #> 34301 4 #> 34312 4 #> 34313 4 #> 34315 4 #> 34316 4 #> 34329 4 #> 34348 4 #> 34350 4 #> 34358 4 #> 34359 4 #> 34362 4 #> 34367 4 #> 34373 4 #> 34376 4 #> 34378 4 #> 34385 4 #> 34391 4 #> value #> 45 Small #> 52 Small #> 71 Small #> 74 Small #> 83 Small #> 94 Moderately small #> 112 Moderately small #> 122 Moderately small #> 125 Moderately small #> 128 Moderately small #> 129 Moderately small #> 135 Moderately small #> 136 Moderately small #> 137 Moderately small #> 144 Moderately small #> 146 Moderately small #> 148 Moderately small #> 152 Moderately small #> 154 Moderately small #> 166 Moderately small #> 176 Moderately small #> 184 Moderately small #> 190 Moderately small #> 206 Moderately small #> 207 Moderately small #> 212 Average #> 213 Average #> 217 Average #> 220 Average #> 225 Average #> 227 Average #> 230 Average #> 231 Average #> 233 Average #> 238 Average #> 239 Average #> 249 Average #> 256 Average #> 263 Average #> 271 Average #> 278 Average #> 280 Average #> 294 Average #> 304 Average #> 313 Average #> 314 Average #> 318 Average #> 319 Average #> 322 Average #> 324 Average #> 328 Average #> 334 Average #> 343 Average #> 345 Average #> 346 Average #> 348 Average #> 350 Average #> 355 Average #> 365 Average #> 370 Average #> 372 Average #> 373 Average #> 377 Average #> 379 Average #> 384 Average #> 387 Average #> 389 Average #> 390 Average #> 400 Average #> 414 Moderately large #> 422 Moderately large #> 423 Moderately large #> 439 Moderately large #> 444 Moderately large #> 447 Moderately large #> 448 Moderately large #> 449 Moderately large #> 457 Moderately large #> 461 Moderately large #> 462 Moderately large #> 463 Moderately large #> 464 Moderately large #> 471 Moderately large #> 476 Moderately large #> 480 Moderately large #> 496 Moderately large #> 497 Moderately large #> 505 Moderately large #> 511 Large #> 514 Large #> 515 Large #> 517 Large #> 543 Large #> 559 Large #> 568 Contrast present #> 571 Contrast present #> 574 Contrast present #> 575 Contrast present #> 577 Contrast present #> 581 Contrast present #> 588 Contrast present #> 593 Contrast present #> 595 Contrast present #> 613 Contrast present #> 615 Contrast present #> 617 Contrast present #> 624 Contrast present #> 627 Contrast present #> 638 Contrast absent #> 641 Contrast absent #> 646 Contrast absent #> 666 Contrast absent #> 672 Contrast absent #> 673 Contrast absent #> 680 Contrast absent #> 683 Contrast absent #> 690 Contrast absent #> 697 Contrast absent #> 704 Contrast absent #> 705 Contrast absent #> 708 Contrast absent #> 716 Contrast absent #> 719 Contrast absent #> 720 Contrast absent #> 721 Contrast absent #> 722 Contrast absent #> 731 Contrast absent #> 741 Contrast absent #> 747 Contrast absent #> 749 Contrast absent #> 752 Contrast absent #> 757 Contrast absent #> 765 Contrast absent #> 774 Contrast absent #> 778 Contrast absent #> 779 Contrast absent #> 780 Contrast absent #> 786 Contrast absent #> 788 Contrast absent #> 792 Contrast absent #> 808 no nasal vs. oral vowel contrast #> 809 no nasal vs. oral vowel contrast #> 810 no nasal vs. oral vowel contrast #> 815 no nasal vs. oral vowel contrast #> 816 no nasal vs. oral vowel contrast #> 823 no nasal vs. oral vowel contrast #> 825 no nasal vs. oral vowel contrast #> 826 no nasal vs. oral vowel contrast #> 827 no nasal vs. oral vowel contrast #> 837 two-way nasal vs. oral vowel contrast (/ṽ/ vs. /V/) with nasal spreading #> 839 four-way nasal vs. oral vowel contrast (/ṽ/ vs. /ṽː/ vs. /V/ vs. /Vː/) without nasal spreading #> 840 four-way nasal vs. oral vowel contrast (/ṽ/ vs. /ṽː/ vs. /V/ vs. /Vː/) without nasal spreading #> 841 four-way nasal vs. oral vowel contrast (/ṽ/ vs. /ṽː/ vs. /V/ vs. /Vː/) without nasal spreading #> 842 four-way nasal vs. oral vowel contrast (/ṽ/ vs. /ṽː/ vs. /V/ vs. /Vː/) without nasal spreading #> 845 four-way nasal vs. oral vowel contrast (/ṽ/ vs. /ṽː/ vs. /V/ v /Vː/) with nasal spreading #> 849 Neutral #> 853 Neutral #> 860 Neutral #> 862 Neutral #> 867 Neutral #> 877 Neutral #> 879 Neutral #> 884 Neutral #> 896 Neutral #> 903 Neutral #> 907 Neutral #> 910 Neutral #> 913 Neutral #> 919 Neutral #> 922 Neutral #> 930 Neutral #> 933 Accusative #> 940 Accusative #> 942 Accusative #> 951 Accusative #> 953 Accusative #> 957 Accusative #> 964 Accusative #> 974 Accusative #> 983 Accusative #> 989 Accusative #> 991 Accusative #> 996 Accusative #> 1001 Accusative #> 1002 Accusative #> 1009 Accusative #> 1023 Accusative #> 1037 Accusative #> 1039 Accusative #> 1040 Accusative #> 1045 Accusative #> 1051 Accusative #> 1052 Accusative #> 1058 Accusative #> 1063 Accusative #> 1093 Accusative #> 1098 Accusative #> 1108 Accusative #> 1114 Accusative #> 1119 Accusative #> 1134 Accusative #> 1143 Accusative #> 1144 Ergative #> 1146 Ergative #> 1150 Ergative #> 1152 Ergative #> 1184 Active #> 1212 Split #> 1232 Obligatory pronouns in subject position #> 1250 Obligatory pronouns in subject position #> 1258 Obligatory pronouns in subject position #> 1264 Obligatory pronouns in subject position #> 1265 Obligatory pronouns in subject position #> 1270 Obligatory pronouns in subject position #> 1279 Obligatory pronouns in subject position #> 1296 Obligatory pronouns in subject position #> 1304 Obligatory pronouns in subject position #> 1305 Obligatory pronouns in subject position #> 1313 Subject affixes on verb #> 1317 Subject affixes on verb #> 1322 Subject affixes on verb #> 1338 Subject affixes on verb #> 1346 Subject affixes on verb #> 1351 Subject affixes on verb #> 1352 Subject affixes on verb #> 1370 Subject affixes on verb #> 1394 Subject affixes on verb #> 1426 Subject affixes on verb #> 1436 Subject affixes on verb #> 1448 Subject affixes on verb #> 1451 Subject affixes on verb #> 1459 Subject affixes on verb #> 1468 Subject affixes on verb #> 1488 Subject affixes on verb #> 1496 Subject affixes on verb #> 1501 Subject affixes on verb #> 1506 Subject affixes on verb #> 1517 Subject affixes on verb #> 1528 Subject affixes on verb #> 1531 Subject affixes on verb #> 1544 Subject affixes on verb #> 1551 Subject affixes on verb #> 1562 Subject affixes on verb #> 1565 Subject affixes on verb #> 1570 Subject affixes on verb #> 1576 Subject affixes on verb #> 1594 Subject affixes on verb #> 1595 Subject affixes on verb #> 1599 Subject affixes on verb #> 1649 Subject affixes on verb #> 1667 Subject affixes on verb #> 1669 Subject affixes on verb #> 1693 Subject affixes on verb #> 1711 Subject affixes on verb #> 1725 Subject affixes on verb #> 1726 Subject affixes on verb #> 1788 Subject pronouns in different position #> 1792 Subject pronouns in different position #> 1803 Subject pronouns in different position #> 1807 Subject pronouns in different position #> 1812 Subject pronouns in different position #> 1819 Subject pronouns in different position #> 1832 Subject pronouns in different position #> 1856 Optional pronouns in subject position #> 1857 Optional pronouns in subject position #> 1859 Optional pronouns in subject position #> 1876 Optional pronouns in subject position #> 1881 Optional pronouns in subject position #> 1890 Optional pronouns in subject position #> 1893 Optional pronouns in subject position #> 1898 Optional pronouns in subject position #> 1900 Optional pronouns in subject position #> 1904 Optional pronouns in subject position #> 1912 Mixed #> 1915 Mixed #> 1919 Mixed #> 1920 Mixed #> 1922 Mixed #> 1928 Mixed #> 1934 Mixed #> 1935 Mixed #> 1941 No person marking #> 1945 No person marking #> 1946 No person marking #> 1950 No person marking #> 1954 No person marking #> 1961 No person marking #> 1963 No person marking #> 1964 No person marking #> 1970 No person marking #> 1972 No person marking #> 1978 No person marking #> 1984 No person marking #> 1987 No person marking #> 2002 No person marking #> 2004 No person marking #> 2013 No person marking #> 2021 Only the A argument #> 2022 Only the A argument #> 2025 Only the A argument #> 2027 Only the A argument #> 2034 Only the A argument #> 2040 Only the A argument #> 2056 Only the A argument #> 2077 Only the A argument #> 2080 Only the A argument #> 2082 Only the A argument #> 2089 Only the A argument #> 2106 Only the P argument #> 2132 Both the A and P arguments #> 2139 Both the A and P arguments #> 2147 Both the A and P arguments #> 2149 Both the A and P arguments #> 2167 Both the A and P arguments #> 2169 Both the A and P arguments #> 2186 Both the A and P arguments #> 2188 Both the A and P arguments #> 2192 Both the A and P arguments #> 2193 Both the A and P arguments #> 2201 Both the A and P arguments #> 2207 Both the A and P arguments #> 2212 Both the A and P arguments #> 2231 Both the A and P arguments #> 2242 Both the A and P arguments #> 2243 Both the A and P arguments #> 2247 Both the A and P arguments #> 2250 Both the A and P arguments #> 2251 Both the A and P arguments #> 2268 Both the A and P arguments #> 2275 Both the A and P arguments #> 2284 Both the A and P arguments #> 2285 Both the A and P arguments #> 2288 Both the A and P arguments #> 2304 Both the A and P arguments #> 2320 No person marking #> 2328 No person marking #> 2339 No person marking #> 2346 No person marking #> 2349 No person marking #> 2354 No person marking #> 2358 No person marking #> 2365 No person marking #> 2371 No person marking #> 2373 No person marking #> 2374 No person marking #> 2378 No person marking #> 2383 No person marking #> 2384 No person marking #> 2393 No person marking #> 2397 No person marking #> 2409 No person marking #> 2421 No zero realization #> 2425 No zero realization #> 2435 No zero realization #> 2439 No zero realization #> 2453 No zero realization #> 2459 No zero realization #> 2465 No zero realization #> 2466 No zero realization #> 2467 No zero realization #> 2472 No zero realization #> 2483 No zero realization #> 2510 No zero realization #> 2515 No zero realization #> 2522 No zero realization #> 2523 No zero realization #> 2556 No zero realization #> 2558 No zero realization #> 2565 No zero realization #> 2571 No zero realization #> 2576 No zero realization #> 2577 No zero realization #> 2584 No zero realization #> 2598 Zero in some 3sg forms #> 2629 Zero in all 3sg forms #> 2630 Zero in all 3sg forms #> 2632 Zero in all 3sg forms #> 2635 Zero in all 3sg forms #> 2642 Zero in all 3sg forms #> 2651 Zero in all 3sg forms #> 2653 Zero in all 3sg forms #> 2661 Zero in all 3rd person forms #> 2671 Zero in all 3rd person forms #> 2679 Zero in all 3rd person forms #> 2681 Zero in all 3rd person forms #> 2694 Zero in all 3rd person forms #> 2695 Zero in all 3rd person forms #> 2707 A and P do not or do not both occur on the verb #> 2712 A and P do not or do not both occur on the verb #> 2714 A and P do not or do not both occur on the verb #> 2720 A and P do not or do not both occur on the verb #> 2724 A and P do not or do not both occur on the verb #> 2742 A and P do not or do not both occur on the verb #> 2744 A and P do not or do not both occur on the verb #> 2749 A and P do not or do not both occur on the verb #> 2753 A and P do not or do not both occur on the verb #> 2756 A and P do not or do not both occur on the verb #> 2757 A and P do not or do not both occur on the verb #> 2769 A and P do not or do not both occur on the verb #> 2777 A and P do not or do not both occur on the verb #> 2780 A and P do not or do not both occur on the verb #> 2784 A and P do not or do not both occur on the verb #> 2798 A and P do not or do not both occur on the verb #> 2811 A and P do not or do not both occur on the verb #> 2817 A and P do not or do not both occur on the verb #> 2825 A and P do not or do not both occur on the verb #> 2828 A and P do not or do not both occur on the verb #> 2830 A and P do not or do not both occur on the verb #> 2841 A and P do not or do not both occur on the verb #> 2846 A and P do not or do not both occur on the verb #> 2853 A and P do not or do not both occur on the verb #> 2860 A and P do not or do not both occur on the verb #> 2868 A and P do not or do not both occur on the verb #> 2870 A and P do not or do not both occur on the verb #> 2873 A and P do not or do not both occur on the verb #> 2896 A precedes P #> 2899 A precedes P #> 2900 A precedes P #> 2909 A precedes P #> 2910 A precedes P #> 2919 A precedes P #> 2923 A precedes P #> 2929 A precedes P #> 2935 A precedes P #> 2955 A precedes P #> 2957 A precedes P #> 2961 A precedes P #> 2976 A precedes P #> 2977 A precedes P #> 2985 P precedes A #> 3002 P precedes A #> 3004 P precedes A #> 3006 P precedes A #> 3014 P precedes A #> 3031 P precedes A #> 3037 Both orders of A and P occur #> 3051 Both orders of A and P occur #> 3064 A and P are fused #> 3068 A and P are fused #> 3070 A and P are fused #> 3078 Indirect-object construction #> 3079 Indirect-object construction #> 3086 Indirect-object construction #> 3090 Indirect-object construction #> 3094 Indirect-object construction #> 3095 Indirect-object construction #> 3101 Indirect-object construction #> 3102 Indirect-object construction #> 3107 Indirect-object construction #> 3113 Indirect-object construction #> 3116 Indirect-object construction #> 3141 Indirect-object construction #> 3143 Indirect-object construction #> 3147 Indirect-object construction #> 3154 Indirect-object construction #> 3155 Indirect-object construction #> 3157 Indirect-object construction #> 3166 Indirect-object construction #> 3167 Indirect-object construction #> 3168 Indirect-object construction #> 3183 Indirect-object construction #> 3188 Indirect-object construction #> 3190 Indirect-object construction #> 3212 Indirect-object construction #> 3214 Indirect-object construction #> 3215 Indirect-object construction #> 3222 Indirect-object construction #> 3224 Indirect-object construction #> 3234 Indirect-object construction #> 3241 Indirect-object construction #> 3244 Indirect-object construction #> 3263 Indirect-object construction #> 3271 Double-object construction #> 3280 Double-object construction #> 3281 Double-object construction #> 3283 Double-object construction #> 3285 Double-object construction #> 3286 Double-object construction #> 3290 Double-object construction #> 3303 Double-object construction #> 3310 Double-object construction #> 3369 Secondary-object construction #> 3395 Secondary-object construction #> 3410 Secondary-object construction #> 3411 Secondary-object construction #> 3414 Mixed #> 3425 Mixed #> 3439 Mixed #> 3446 Mixed #> 3448 Mixed #> 3450 Mixed #> 3455 No reciprocals #> 3459 No reciprocals #> 3473 Distinct from reflexive #> 3476 Distinct from reflexive #> 3497 Distinct from reflexive #> 3498 Distinct from reflexive #> 3499 Distinct from reflexive #> 3502 Distinct from reflexive #> 3504 Distinct from reflexive #> 3505 Distinct from reflexive #> 3513 Distinct from reflexive #> 3524 Distinct from reflexive #> 3527 Distinct from reflexive #> 3565 Distinct from reflexive #> 3593 Identical to reflexive #> 3605 Identical to reflexive #> 3622 Identical to reflexive #> 3623 Identical to reflexive #> 3631 Present #> 3635 Present #> 3636 Present #> 3651 Present #> 3663 Present #> 3667 Present #> 3677 Present #> 3680 Present #> 3682 Present #> 3685 Present #> 3686 Present #> 3687 Present #> 3690 Present #> 3693 Present #> 3707 Present #> 3711 Present #> 3714 Present #> 3725 Present #> 3731 Present #> 3732 Present #> 3738 Present #> 3747 Present #> 3752 Present #> 3780 Present #> 3783 Present #> 3789 Present #> 3803 Absent #> 3806 Absent #> 3814 Absent #> 3819 Absent #> 3820 Absent #> 3821 Absent #> 3825 Absent #> 3837 Absent #> 3852 Absent #> 3876 Absent #> 3878 Absent #> 3879 Absent #> 3887 Absent #> 3893 Absent #> 3898 Absent #> 3899 Absent #> 3904 Absent #> 3906 Absent #> 3911 Absent #> 3933 Absent #> 3947 Absent #> 3957 Absent #> 3976 Absent #> 3994 Absent #> 4000 Absent #> 4002 Implicit patient #> 4003 Implicit patient #> 4010 Implicit patient #> 4016 Implicit patient #> 4017 Implicit patient #> 4018 Implicit patient #> 4039 Oblique patient #> 4040 Oblique patient #> 4049 Oblique patient #> 4060 No antipassive #> 4068 No antipassive #> 4105 No antipassive #> 4106 No antipassive #> 4107 No antipassive #> 4108 No antipassive #> 4112 No antipassive #> 4129 No antipassive #> 4152 No antipassive #> 4160 No antipassive #> 4162 No antipassive #> 4170 No antipassive #> 4183 No antipassive #> 4190 No antipassive #> 4191 No antipassive #> 4202 productive #> 4204 productive #> 4205 productive #> 4206 productive #> 4210 productive #> 4211 productive #> 4224 partially productive #> 4233 partially productive #> 4258 no antipassive #> 4259 no antipassive #> 4262 no antipassive #> 4285 no antipassive #> 4290 no antipassive #> 4295 no antipassive #> 4318 no antipassive #> 4328 no antipassive #> 4340 no antipassive #> 4348 no antipassive #> 4350 no antipassive #> 4363 no antipassive #> 4369 no antipassive #> 4375 no antipassive #> 4380 no antipassive #> 4384 Benefactive object; both bases #> 4388 Benefactive object; both bases #> 4390 Benefactive object; both bases #> 4392 Benefactive object; both bases #> 4402 Benefactive and other; both bases #> 4404 Benefactive and other; both bases #> 4417 Benefactive and other; both bases #> 4425 Benefactive and other; both bases #> 4447 Benefactive and other; both bases #> 4450 Benefactive and other; both bases #> 4461 Non-benefactive object; both bases #> 4462 Non-benefactive object; only transitive #> 4473 No applicative construction #> 4489 No applicative construction #> 4500 No applicative construction #> 4516 No applicative construction #> 4526 No applicative construction #> 4533 No applicative construction #> 4541 No applicative construction #> 4548 No applicative construction #> 4557 No applicative construction #> 4571 Instrument #> 4579 Instrument #> 4589 Locative #> 4595 Locative #> 4598 Locative #> 4601 Instrument and locative #> 4610 Instrument and locative #> 4613 No other roles (= Only benefactive) #> 4619 No other roles (= Only benefactive) #> 4632 No other roles (= Only benefactive) #> 4633 No other roles (= Only benefactive) #> 4638 No other roles (= Only benefactive) #> 4664 No applicative construction #> 4666 No applicative construction #> 4694 No applicative construction #> 4700 No applicative construction #> 4709 No applicative construction #> 4724 No applicative construction #> 4732 No applicative construction #> 4740 No applicative construction #> 4744 No applicative construction #> 4750 None #> 4753 None #> 4762 None #> 4770 None #> 4771 None #> 4773 None #> 4775 None #> 4778 None #> 4782 None #> 4783 None #> 4784 None #> 4785 None #> 4789 None #> 4799 None #> 4803 None #> 4804 None #> 4805 None #> 4807 None #> 4808 None #> 4811 None #> 4814 None #> 4818 None #> 4819 None #> 4827 None #> 4831 None #> 4833 None #> 4839 None #> 4860 None #> 4879 None #> 4904 None #> 4905 None #> 4924 None #> 4925 None #> 4930 None #> 4939 None #> 4948 None #> 4966 None #> 4974 None #> 4976 None #> 4977 None #> 4986 None #> 5000 None #> 5014 None #> 5020 None #> 5038 None #> 5039 None #> 5060 None #> 5062 None #> 5063 None #> 5064 None #> 5075 None #> 5079 None #> 5083 None #> 5085 None #> 5092 None #> 5098 None #> 5103 None #> 5106 None #> 5115 None #> 5119 None #> 5130 None #> 5131 None #> 5139 None #> 5144 None #> 5145 None #> 5146 None #> 5149 None #> 5154 None #> 5156 None #> 5157 None #> 5158 None #> 5160 None #> 5161 None #> 5163 None #> 5167 None #> 5183 None #> 5195 None #> 5200 None #> 5208 None #> 5211 None #> 5212 None #> 5218 None #> 5223 None #> 5253 None #> 5255 None #> 5256 None #> 5259 None #> 5260 None #> 5263 None #> 5268 None #> 5269 None #> 5278 High and mid #> 5311 Sequential but no purposive #> 5313 Sequential but no purposive #> 5316 Sequential but no purposive #> 5318 Sequential but no purposive #> 5339 Sequential but no purposive #> 5346 Purposive but no sequential #> 5349 Purposive but no sequential #> 5350 Purposive but no sequential #> 5353 Purposive but no sequential #> 5354 Purposive but no sequential #> 5356 Purposive but no sequential #> 5372 Purposive but no sequential #> 5377 Purposive but no sequential #> 5381 Purposive but no sequential #> 5385 Purposive but no sequential #> 5399 Purposive but no sequential #> 5401 Purposive but no sequential #> 5403 Purposive but no sequential #> 5414 Both #> 5416 Both #> 5417 Both #> 5421 Both #> 5422 Both #> 5425 Both #> 5427 Both #> 5438 Neither #> 5448 Neither #> 5450 Neither #> 5451 Morphological but no compound #> 5459 Morphological but no compound #> 5462 Morphological but no compound #> 5469 Morphological but no compound #> 5479 Morphological but no compound #> 5480 Morphological but no compound #> 5497 Morphological but no compound #> 5498 Morphological but no compound #> 5503 Morphological but no compound #> 5513 Morphological but no compound #> 5515 Morphological but no compound #> 5525 Morphological but no compound #> 5530 Morphological but no compound #> 5534 Morphological but no compound #> 5541 Morphological but no compound #> 5552 Morphological but no compound #> 5558 Morphological but no compound #> 5564 Morphological but no compound #> 5579 Morphological but no compound #> 5589 Morphological but no compound #> 5592 Morphological but no compound #> 5603 Morphological but no compound #> 5614 Morphological but no compound #> 5622 Morphological but no compound #> 5632 Morphological but no compound #> 5639 Morphological but no compound #> 5657 Morphological but no compound #> 5662 Morphological but no compound #> 5673 Morphological but no compound #> 5674 Morphological but no compound #> 5676 Morphological but no compound #> 5698 Morphological but no compound #> 5706 Compound but no morphological #> 5707 Compound but no morphological #> 5729 Both #> 5732 Both #> 5736 Both #> 5739 Negative affix #> 5790 Negative affix #> 5796 Negative affix #> 5801 Negative affix #> 5807 Negative affix #> 5816 Negative affix #> 5817 Negative affix #> 5826 Negative affix #> 5864 Negative affix #> 5874 Negative affix #> 5875 Negative affix #> 5884 Negative affix #> 5889 Negative affix #> 5896 Negative affix #> 5900 Negative affix #> 5901 Negative affix #> 5909 Negative affix #> 5918 Negative affix #> 5921 Negative affix #> 5923 Negative affix #> 5935 Negative affix #> 5939 Negative affix #> 5942 Negative affix #> 5975 Negative affix #> 5980 Negative affix #> 5981 Negative affix #> 5989 Negative affix #> 5996 Negative affix #> 5999 Negative affix #> 6006 Negative affix #> 6010 Negative affix #> 6014 Negative affix #> 6018 Negative affix #> 6035 Negative affix #> 6036 Negative affix #> 6047 Negative affix #> 6050 Negative affix #> 6060 Negative affix #> 6074 Negative affix #> 6091 Negative affix #> 6094 Negative affix #> 6100 Negative affix #> 6105 Negative affix #> 6110 Negative affix #> 6111 Negative affix #> 6123 Negative affix #> 6133 Negative particle #> 6137 Negative particle #> 6138 Negative particle #> 6148 Negative particle #> 6158 Negative particle #> 6162 Negative particle #> 6164 Negative particle #> 6180 Negative particle #> 6182 Negative particle #> 6185 Negative particle #> 6191 Negative particle #> 6194 Negative particle #> 6204 Negative particle #> 6206 Negative particle #> 6209 Negative particle #> 6216 Negative particle #> 6217 Negative particle #> 6218 Negative particle #> 6226 Negative particle #> 6234 Negative particle #> 6236 Negative particle #> 6237 Negative particle #> 6245 Negative particle #> 6248 Negative particle #> 6249 Negative particle #> 6264 Negative particle #> 6269 Negative particle #> 6278 Negative particle #> 6302 Negative particle #> 6303 Negative particle #> 6304 Negative particle #> 6309 Negative particle #> 6325 Negative particle #> 6328 Negative particle #> 6333 Negative particle #> 6338 Negative particle #> 6342 Negative particle #> 6359 Negative particle #> 6367 Negative particle #> 6385 Negative particle #> 6394 Negative particle #> 6414 Negative particle #> 6416 Negative particle #> 6424 Negative particle #> 6443 Negative particle #> 6445 Negative particle #> 6446 Negative particle #> 6448 Negative particle #> 6450 Negative particle #> 6465 Negative particle #> 6474 Negative particle #> 6475 Negative particle #> 6484 Negative particle #> 6485 Negative particle #> 6498 Negative particle #> 6502 Negative particle #> 6510 Negative particle #> 6514 Negative particle #> 6524 Negative particle #> 6525 Negative particle #> 6527 Negative particle #> 6535 Negative particle #> 6539 Negative particle #> 6558 Negative particle #> 6582 Negative particle #> 6603 Negative particle #> 6604 Negative particle #> 6624 Negative particle #> 6627 Negative particle #> 6628 Negative particle #> 6632 Negative particle #> 6639 Negative auxiliary verb #> 6647 Negative auxiliary verb #> 6651 Negative auxiliary verb #> 6662 Negative auxiliary verb #> 6668 Negative auxiliary verb #> 6670 Negative auxiliary verb #> 6671 Negative auxiliary verb #> 6675 Negative auxiliary verb #> 6683 Negative word, unclear if verb or particle #> 6692 Negative word, unclear if verb or particle #> 6706 Negative word, unclear if verb or particle #> 6713 Negative word, unclear if verb or particle #> 6719 Negative word, unclear if verb or particle #> 6724 Negative word, unclear if verb or particle #> 6732 Negative word, unclear if verb or particle #> 6746 Negative word, unclear if verb or particle #> 6747 Negative word, unclear if verb or particle #> 6748 Negative word, unclear if verb or particle #> 6774 Variation between negative word and affix #> 6777 Double negation #> 6786 Double negation #> 6790 Double negation #> 6792 Double negation #> 6793 Double negation #> 6795 Double negation #> 6796 Double negation #> 6799 Double negation #> 6818 Double negation #> 6837 Double negation #> 6839 Double negation #> 6849 Double negation #> 6850 Double negation #> 6856 Double negation #> 6860 Double negation #> 6867 Double negation #> 6868 Double negation #> 6894 Double negation #> 6897 Symmetric #> 6900 Symmetric #> 6901 Symmetric #> 6908 Symmetric #> 6911 Symmetric #> 6912 Symmetric #> 6932 Symmetric #> 6939 Symmetric #> 6948 Symmetric #> 6954 Symmetric #> 6956 Symmetric #> 6986 Symmetric #> 6990 Symmetric #> 6997 Symmetric #> 7008 Symmetric #> 7014 Asymmetric #> 7016 Asymmetric #> 7024 Asymmetric #> 7027 Asymmetric #> 7028 Asymmetric #> 7035 Asymmetric #> 7038 Asymmetric #> 7049 Asymmetric #> 7059 Asymmetric #> 7065 Both #> 7066 Both #> 7067 Both #> 7069 Both #> 7070 Both #> 7075 Both #> 7077 Both #> 7080 Both #> 7085 Both #> 7100 Both #> 7101 Both #> 7109 Both #> 7112 Both #> 7116 Both #> 7130 Both #> 7141 Both #> 7144 Both #> 7147 Both #> 7150 Both #> 7169 Both #> 7176 Both #> 7178 Both #> 7183 Both #> 7195 A/Fin #> 7200 A/Fin #> 7208 A/Fin #> 7211 A/Fin #> 7212 A/Fin #> 7236 A/NonReal #> 7253 A/Cat #> 7254 A/Cat #> 7257 A/Cat #> 7261 A/Cat #> 7263 A/Cat #> 7270 A/Cat #> 7272 A/Cat #> 7286 A/Cat #> 7288 A/Cat #> 7289 A/Cat #> 7292 A/Cat #> 7293 A/Cat #> 7294 A/Cat #> 7298 A/Cat #> 7317 A/Cat #> 7322 A/Cat #> 7328 A/Cat #> 7340 A/Fin and A/NonReal #> 7344 A/Fin and A/Cat #> 7352 A/Fin and A/Cat #> 7357 A/Fin and A/Cat #> 7358 A/Fin and A/Cat #> 7359 A/Fin and A/Cat #> 7362 A/Fin and A/Cat #> 7365 A/NonReal and A/Cat #> 7370 A/NonReal and A/Cat #> 7375 Non-assignable #> 7377 Non-assignable #> 7395 Non-assignable #> 7400 Non-assignable #> 7410 Non-assignable #> 7416 Non-assignable #> 7434 Non-assignable #> 7440 Non-assignable #> 7444 Non-assignable #> 7449 Non-assignable #> 7460 Non-assignable #> 7463 Non-assignable #> 7476 Non-assignable #> 7480 Non-assignable #> 7484 Non-assignable #> 7500 Predicate negation also present #> 7501 Predicate negation also present #> 7504 Predicate negation also present #> 7505 Predicate negation also present #> 7522 Predicate negation also present #> 7530 Predicate negation also present #> 7533 Predicate negation also present #> 7534 Predicate negation also present #> 7543 Predicate negation also present #> 7547 Predicate negation also present #> 7558 Predicate negation also present #> 7564 Predicate negation also present #> 7565 Predicate negation also present #> 7568 Predicate negation also present #> 7572 Predicate negation also present #> 7579 Predicate negation also present #> 7580 Predicate negation also present #> 7596 Predicate negation also present #> 7601 Predicate negation also present #> 7623 Predicate negation also present #> 7624 Predicate negation also present #> 7648 Predicate negation also present #> 7650 Predicate negation also present #> 7656 Predicate negation also present #> 7660 No predicate negation #> 7662 No predicate negation #> 7665 No predicate negation #> 7666 No predicate negation #> 7667 No predicate negation #> 7668 No predicate negation #> 7671 Mixed behaviour #> 7675 Mixed behaviour #> 7696 Question particle #> 7703 Question particle #> 7708 Question particle #> 7710 Question particle #> 7711 Question particle #> 7715 Question particle #> 7717 Question particle #> 7718 Question particle #> 7721 Question particle #> 7722 Question particle #> 7730 Question particle #> 7744 Question particle #> 7754 Question particle #> 7755 Question particle #> 7760 Question particle #> 7767 Question particle #> 7768 Question particle #> 7770 Question particle #> 7773 Question particle #> 7789 Question particle #> 7794 Question particle #> 7804 Question particle #> 7806 Question particle #> 7826 Question particle #> 7832 Question particle #> 7845 Question particle #> 7854 Question particle #> 7856 Question particle #> 7873 Question particle #> 7875 Question particle #> 7877 Question particle #> 7878 Question particle #> 7895 Question particle #> 7896 Question particle #> 7897 Question particle #> 7898 Question particle #> 7908 Question particle #> 7916 Question particle #> 7917 Question particle #> 7919 Question particle #> 7925 Question particle #> 7936 Question particle #> 7937 Question particle #> 7942 Question particle #> 7959 Question particle #> 7961 Question particle #> 7966 Question particle #> 7968 Question particle #> 7969 Question particle #> 7986 Question particle #> 7989 Question particle #> 7992 Question particle #> 7995 Question particle #> 7997 Question particle #> 8008 Question particle #> 8016 Question particle #> 8022 Question particle #> 8026 Question particle #> 8028 Question particle #> 8031 Question particle #> 8033 Question particle #> 8034 Question particle #> 8063 Question particle #> 8072 Question particle #> 8075 Question particle #> 8077 Question particle #> 8080 Question particle #> 8082 Question particle #> 8092 Question particle #> 8093 Question particle #> 8096 Question particle #> 8102 Question particle #> 8103 Question particle #> 8105 Question particle #> 8106 Question particle #> 8118 Question particle #> 8142 Question particle #> 8156 Question particle #> 8158 Question particle #> 8165 Question particle #> 8167 Question particle #> 8171 Question particle #> 8173 Question particle #> 8176 Question particle #> 8177 Question particle #> 8191 Question particle #> 8196 Question particle #> 8197 Question particle #> 8198 Question particle #> 8210 Question particle #> 8216 Question particle #> 8217 Question particle #> 8229 Question particle #> 8230 Question particle #> 8232 Question particle #> 8246 Question particle #> 8252 Question particle #> 8256 Question particle #> 8272 Question particle #> 8283 Interrogative verb morphology #> 8286 Interrogative verb morphology #> 8292 Interrogative verb morphology #> 8296 Interrogative verb morphology #> 8297 Interrogative verb morphology #> 8325 Interrogative verb morphology #> 8334 Interrogative verb morphology #> 8346 Interrogative verb morphology #> 8349 Interrogative verb morphology #> 8353 Interrogative verb morphology #> 8355 Interrogative verb morphology #> 8370 Interrogative verb morphology #> 8375 Interrogative verb morphology #> 8378 Interrogative verb morphology #> 8389 Interrogative verb morphology #> 8392 Interrogative verb morphology #> 8395 Interrogative verb morphology #> 8414 Interrogative verb morphology #> 8440 Interrogative verb morphology #> 8442 Interrogative verb morphology #> 8447 Mixture of previous two types #> 8450 Mixture of previous two types #> 8452 Mixture of previous two types #> 8453 Mixture of previous two types #> 8455 Mixture of previous two types #> 8499 Interrogative intonation only #> 8502 Interrogative intonation only #> 8510 Interrogative intonation only #> 8517 Interrogative intonation only #> 8520 Interrogative intonation only #> 8526 Interrogative intonation only #> 8562 Interrogative intonation only #> 8585 Interrogative intonation only #> 8590 Interrogative intonation only #> 8600 Interrogative intonation only #> 8609 Interrogative intonation only #> 8633 Interrogative intonation only #> 8640 Interrogative intonation only #> 8643 Interrogative intonation only #> 8646 Interrogative intonation only #> 8649 No interrogative-declarative distinction #> 8652 Locational #> 8654 Locational #> 8657 Locational #> 8663 Locational #> 8666 Locational #> 8682 Locational #> 8684 Locational #> 8706 Genitive #> 8723 Topic #> 8728 Topic #> 8731 Topic #> 8732 Topic #> 8736 Topic #> 8740 Topic #> 8745 Topic #> 8765 Topic #> 8769 Conjunctional #> 8777 Conjunctional #> 8779 Conjunctional #> 8780 Conjunctional #> 8783 Conjunctional #> 8803 Conjunctional #> 8808 Conjunctional #> 8810 Conjunctional #> 8818 Conjunctional #> 8830 'Have' #> 8833 'Have' #> 8844 'Have' #> 8855 'Have' #> 8857 'Have' #> 8870 'Have' #> 8873 'Have' #> 8874 'Have' #> 8881 'Have' #> 8882 'Have' #> 8885 'Have' #> 8887 'Have' #> 8906 Verbal encoding #> 8914 Verbal encoding #> 8918 Verbal encoding #> 8921 Verbal encoding #> 8922 Verbal encoding #> 8936 Verbal encoding #> 8937 Verbal encoding #> 8938 Verbal encoding #> 8956 Verbal encoding #> 8960 Verbal encoding #> 8963 Verbal encoding #> 8964 Verbal encoding #> 8965 Verbal encoding #> 8976 Verbal encoding #> 8979 Verbal encoding #> 8983 Verbal encoding #> 8986 Verbal encoding #> 8991 Verbal encoding #> 8993 Verbal encoding #> 8999 Verbal encoding #> 9003 Verbal encoding #> 9005 Verbal encoding #> 9012 Verbal encoding #> 9020 Verbal encoding #> 9022 Verbal encoding #> 9023 Verbal encoding #> 9026 Verbal encoding #> 9040 Verbal encoding #> 9043 Nonverbal encoding #> 9051 Nonverbal encoding #> 9052 Nonverbal encoding #> 9066 Nonverbal encoding #> 9085 Nonverbal encoding #> 9089 Nonverbal encoding #> 9092 Nonverbal encoding #> 9098 Nonverbal encoding #> 9099 Nonverbal encoding #> 9106 Nonverbal encoding #> 9109 Nonverbal encoding #> 9119 Nonverbal encoding #> 9132 Nonverbal encoding #> 9151 Nonverbal encoding #> 9165 Nonverbal encoding #> 9173 Mixed #> 9174 Mixed #> 9176 Mixed #> 9177 Mixed #> 9180 Mixed #> 9183 Mixed #> 9190 Mixed #> 9194 Mixed #> 9196 Mixed #> 9200 Mixed #> 9205 Mixed #> 9206 Mixed #> 9212 Mixed #> 9218 Mixed #> 9225 Mixed #> 9230 Mixed #> 9232 Mixed #> 9235 Mixed #> 9236 Mixed #> 9243 Mixed #> 9256 Mixed #> 9262 Mixed #> 9273 Mixed #> 9278 Different #> 9279 Different #> 9287 Different #> 9296 Different #> 9313 Different #> 9314 Different #> 9328 Different #> 9333 Different #> 9334 Different #> 9341 Different #> 9346 Different #> 9351 Different #> 9354 Different #> 9355 Different #> 9357 Different #> 9358 Different #> 9361 Different #> 9365 Different #> 9371 Different #> 9373 Different #> 9376 Different #> 9377 Different #> 9383 Different #> 9387 Different #> 9389 Different #> 9393 Different #> 9397 Different #> 9398 Different #> 9399 Different #> 9409 Different #> 9419 Different #> 9420 Different #> 9428 Different #> 9432 Different #> 9433 Different #> 9443 Different #> 9448 Different #> 9451 Different #> 9453 Different #> 9454 Different #> 9456 Different #> 9458 Different #> 9460 Different #> 9467 Different #> 9473 Different #> 9477 Different #> 9489 Different #> 9491 Different #> 9495 Different #> 9504 Different #> 9511 Different #> 9512 Different #> 9520 Different #> 9521 Different #> 9522 Different #> 9534 Different #> 9570 Identical #> 9576 Identical #> 9579 Identical #> 9583 Identical #> 9592 Identical #> 9608 Identical #> 9611 Identical #> 9620 Identical #> 9633 Identical #> 9636 Identical #> 9675 Simple #> 9682 Simple #> 9694 Simple #> 9703 Simple #> 9708 Simple #> 9711 Simple #> 9731 Moderately complex #> 9732 Moderately complex #> 9757 Moderately complex #> 9761 Moderately complex #> 9766 Moderately complex #> 9770 Moderately complex #> 9772 Moderately complex #> 9782 Moderately complex #> 9784 Moderately complex #> 9786 Moderately complex #> 9793 Moderately complex #> 9796 Moderately complex #> 9798 Moderately complex #> 9805 Moderately complex #> 9808 Moderately complex #> 9811 Moderately complex #> 9812 Moderately complex #> 9826 Moderately complex #> 9832 Moderately complex #> 9833 Moderately complex #> 9843 Moderately complex #> 9845 Moderately complex #> 9846 Moderately complex #> 9853 Moderately complex #> 9878 Moderately complex #> 9879 Moderately complex #> 9885 Moderately complex #> 9889 Moderately complex #> 9891 Moderately complex #> 9894 Moderately complex #> 9896 Moderately complex #> 9899 Moderately complex #> 9903 Moderately complex #> 9907 Moderately complex #> 9910 Moderately complex #> 9912 Moderately complex #> 9917 Moderately complex #> 9918 Moderately complex #> 9921 Moderately complex #> 9926 Moderately complex #> 9928 Moderately complex #> 9930 Moderately complex #> 9932 Moderately complex #> 9937 Moderately complex #> 9939 Moderately complex #> 9948 Moderately complex #> 9959 Moderately complex #> 9961 Moderately complex #> 9963 Moderately complex #> 9967 Moderately complex #> 9980 Moderately complex #> 9981 Moderately complex #> 9987 Moderately complex #> 9990 Moderately complex #> 10004 Complex #> 10007 Complex #> 10009 Complex #> 10014 Complex #> 10020 Complex #> 10026 Complex #> 10046 Complex #> 10050 Complex #> 10053 Complex #> 10054 Complex #> 10061 Complex #> 10066 Complex #> 10067 Complex #> 10069 Complex #> 10087 Complex #> 10092 Complex #> 10095 Complex #> 10107 Complex #> 10124 Complex #> 10127 Complex #> 10134 Complex #> 10147 Complex #> 10154 Impossible #> 10155 Impossible #> 10156 Impossible #> 10161 Impossible #> 10168 Impossible #> 10182 Impossible #> 10183 Impossible #> 10189 Impossible #> 10191 Impossible #> 10199 Impossible #> 10200 Impossible #> 10201 Impossible #> 10205 Impossible #> 10213 Impossible #> 10227 Impossible #> 10228 Impossible #> 10233 Impossible #> 10235 Impossible #> 10241 Impossible #> 10246 Impossible #> 10247 Impossible #> 10249 Impossible #> 10250 Impossible #> 10254 Impossible #> 10259 Impossible #> 10266 Impossible #> 10274 Impossible #> 10290 Impossible #> 10304 Impossible #> 10306 Impossible #> 10307 Impossible #> 10308 Impossible #> 10313 Impossible #> 10319 Impossible #> 10322 Impossible #> 10331 Impossible #> 10334 Impossible #> 10336 Impossible #> 10342 Impossible #> 10347 Impossible #> 10360 Possible #> 10366 Possible #> 10368 Possible #> 10395 Possible #> 10405 Possible #> 10413 Possible #> 10416 Possible #> 10417 Possible #> 10419 Possible #> 10427 Possible #> 10429 Possible #> 10431 Possible #> 10439 Possible #> 10441 Possible #> 10449 Possible #> 10455 Possible #> 10456 Possible #> 10466 Possible #> 10475 Possible #> 10479 Possible #> 10489 Possible #> 10493 Possible #> 10509 Possible #> 10511 Possible #> 10516 Possible #> 10519 Possible #> 10545 Locational #> 10552 Locational #> 10553 Locational #> 10561 Locational #> 10569 Locational #> 10572 Locational #> 10574 Locational #> 10579 Locational #> 10580 Locational #> 10582 Locational #> 10587 Locational #> 10596 Locational #> 10598 Locational #> 10604 Locational #> 10616 Exceed #> 10623 Exceed #> 10630 Exceed #> 10634 Exceed #> 10635 Exceed #> 10637 Exceed #> 10638 Exceed #> 10639 Exceed #> 10640 Exceed #> 10642 Exceed #> 10647 Conjoined #> 10656 Conjoined #> 10670 Conjoined #> 10691 Particle #> 10695 Particle #> 10721 Non-reduction #> 10726 Non-reduction #> 10729 Non-reduction #> 10731 Non-reduction #> 10741 Pronoun-retention #> 10751 Gap #> 10758 Gap #> 10761 Gap #> 10764 Gap #> 10776 Gap #> 10777 Gap #> 10779 Gap #> 10788 Gap #> 10793 Gap #> 10799 Gap #> 10800 Gap #> 10810 Gap #> 10817 Gap #> 10820 Gap #> 10822 Gap #> 10823 Gap #> 10824 Gap #> 10837 Gap #> 10838 Gap #> 10844 Gap #> 10854 Gap #> 10865 Gap #> 10880 Non-reduction #> 10886 Non-reduction #> 10892 Non-reduction #> 10894 Pronoun-retention #> 10903 Pronoun-retention #> 10906 Pronoun-retention #> 10907 Pronoun-retention #> 10908 Pronoun-retention #> 10909 Pronoun-retention #> 10919 Gap #> 10923 Gap #> 10925 Gap #> 10929 Gap #> 10937 Gap #> 10943 Gap #> 10946 Gap #> 10957 Gap #> 10960 Gap #> 10962 Gap #> 10967 Gap #> 10968 Gap #> 10975 Not possible #> 10980 Subject is left implicit #> 10995 Subject is left implicit #> 10997 Subject is left implicit #> 11012 Subject is left implicit #> 11019 Subject is left implicit #> 11028 Subject is left implicit #> 11029 Subject is left implicit #> 11033 Subject is left implicit #> 11039 Subject is left implicit #> 11041 Subject is left implicit #> 11045 Subject is left implicit #> 11049 Subject is left implicit #> 11052 Subject is left implicit #> 11060 Subject is left implicit #> 11072 Subject is left implicit #> 11087 Subject is left implicit #> 11089 Subject is left implicit #> 11090 Subject is left implicit #> 11096 Subject is left implicit #> 11099 Subject is left implicit #> 11101 Subject is left implicit #> 11115 Subject is left implicit #> 11116 Subject is left implicit #> 11119 Subject is left implicit #> 11126 Subject is expressed overtly #> 11131 Subject is expressed overtly #> 11139 Subject is expressed overtly #> 11151 Subject is expressed overtly #> 11152 Subject is expressed overtly #> 11155 Subject is expressed overtly #> 11158 Subject is expressed overtly #> 11165 Subject is expressed overtly #> 11170 Subject is expressed overtly #> 11171 Subject is expressed overtly #> 11173 Subject is expressed overtly #> 11177 Subject is expressed overtly #> 11178 Subject is expressed overtly #> 11179 Subject is expressed overtly #> 11183 Subject is expressed overtly #> 11196 Both construction types exist #> 11203 Both construction types exist #> 11232 Desiderative verbal affix #> 11236 Desiderative verbal affix #> 11246 Desiderative verbal affix #> 11258 Desiderative particle #> 11264 Balanced #> 11276 Balanced #> 11296 Balanced #> 11300 Balanced/deranked #> 11306 Balanced/deranked #> 11319 Balanced/deranked #> 11334 Deranked #> 11335 Deranked #> 11349 Deranked #> 11350 Deranked #> 11360 Deranked #> 11366 Deranked #> 11373 Deranked #> 11375 Deranked #> 11387 Deranked #> 11388 Deranked #> 11391 Deranked #> 11392 Deranked #> 11395 Deranked #> 11404 Deranked #> 11417 Deranked #> 11426 Deranked #> 11428 Deranked #> 11432 Balanced #> 11455 Balanced #> 11456 Balanced #> 11463 Balanced #> 11474 Balanced #> 11475 Balanced #> 11477 Balanced #> 11488 Balanced #> 11504 Balanced #> 11514 Balanced #> 11516 Balanced/deranked #> 11520 Balanced/deranked #> 11540 Balanced/deranked #> 11543 Balanced/deranked #> 11554 Balanced/deranked #> 11559 Deranked #> 11563 Deranked #> 11569 Deranked #> 11571 Deranked #> 11591 Deranked #> 11604 Deranked #> 11606 Balanced #> 11617 Balanced #> 11620 Balanced #> 11625 Balanced #> 11628 Balanced #> 11636 Balanced #> 11638 Balanced #> 11640 Balanced #> 11643 Balanced #> 11658 Balanced #> 11664 Balanced #> 11666 Balanced #> 11677 Balanced #> 11691 Balanced #> 11697 Balanced/deranked #> 11700 Balanced/deranked #> 11713 Balanced/deranked #> 11725 Balanced/deranked #> 11734 Deranked #> 11746 Deranked #> 11748 Deranked #> 11784 Balanced #> 11786 Balanced #> 11803 Balanced #> 11807 Balanced #> 11814 Balanced #> 11825 Balanced #> 11826 Balanced #> 11828 Balanced #> 11829 Balanced #> 11837 Balanced #> 11839 Balanced #> 11842 Balanced #> 11846 Balanced #> 11856 Balanced #> 11859 Balanced #> 11871 Balanced #> 11888 Balanced #> 11895 Balanced/deranked #> 11899 Balanced/deranked #> 11905 Balanced/deranked #> 11911 Deranked #> 11918 Identical #> 11921 Identical #> 11922 Identical #> 11926 Identical #> 11928 Identical #> 11933 Identical #> 11935 Identical #> 11937 Identical #> 11938 Identical #> 11939 Identical #> 11945 Identical #> 11952 Identical #> 11956 Identical #> 11961 Identical #> 11962 Identical #> 11971 Identical #> 11978 Identical #> 11979 Identical #> 11985 Identical #> 11990 Identical #> 11993 Identical #> 11995 Identical #> 12003 Identical #> 12005 Identical #> 12007 Identical #> 12013 Identical #> 12014 Identical #> 12018 Identical #> 12020 Identical #> 12021 Identical #> 12022 Identical #> 12025 Identical #> 12026 Identical #> 12031 Identical #> 12034 Identical #> 12037 Identical #> 12039 Identical #> 12043 Identical #> 12048 Identical #> 12050 Identical #> 12051 Identical #> 12054 Identical #> 12059 Identical #> 12060 Identical #> 12063 Identical #> 12065 Identical #> 12070 Identical #> 12073 Identical #> 12074 Identical #> 12080 Identical #> 12081 Identical #> 12083 Identical #> 12084 Identical #> 12090 Identical #> 12093 Identical #> 12095 Identical #> 12096 Identical #> 12099 Identical #> 12100 Identical #> 12102 Identical #> 12107 Identical #> 12108 Identical #> 12109 Identical #> 12112 Identical #> 12113 Identical #> 12117 Identical #> 12118 Identical #> 12123 Identical #> 12124 Identical #> 12130 Identical #> 12131 Identical #> 12134 Identical #> 12135 Identical #> 12136 Identical #> 12140 Identical #> 12144 Identical #> 12153 Different #> 12156 Different #> 12162 Different #> 12172 Different #> 12174 Different #> 12175 Different #> 12188 Different #> 12211 Different #> 12214 Different #> 12221 Different #> 12230 Different #> 12263 Different #> 12268 Different #> 12281 Different #> 12290 Different #> 12293 Different #> 12295 Different #> 12298 Different #> 12304 Different #> 12333 Different #> 12342 Different #> 12347 Different #> 12352 Different #> 12356 Different #> 12398 Different #> 12402 Different #> 12427 Different #> 12444 Different #> 12455 Different #> 12479 Different #> 12503 Different #> 12510 Different #> 12511 Different #> 12515 Different #> 12517 Different #> 12525 Different #> 12526 Different #> 12532 Different #> 12536 No tones #> 12539 No tones #> 12543 No tones #> 12546 No tones #> 12554 No tones #> 12562 No tones #> 12564 No tones #> 12640 No tones #> 12641 No tones #> 12643 No tones #> 12649 No tones #> 12651 No tones #> 12653 No tones #> 12659 No tones #> 12671 No tones #> 12677 No tones #> 12690 No tones #> 12707 No tones #> 12713 No tones #> 12715 No tones #> 12721 No tones #> 12729 No tones #> 12731 No tones #> 12750 No tones #> 12758 No tones #> 12759 No tones #> 12773 No tones #> 12776 No tones #> 12779 No tones #> 12781 No tones #> 12784 No tones #> 12796 No tones #> 12801 No tones #> 12807 No tones #> 12825 No tones #> 12837 No tones #> 12845 Simple tone system #> 12849 Simple tone system #> 12851 Simple tone system #> 12860 Simple tone system #> 12864 Simple tone system #> 12867 Simple tone system #> 12868 Simple tone system #> 12871 Simple tone system #> 12872 Simple tone system #> 12873 Simple tone system #> 12880 Simple tone system #> 12882 Simple tone system #> 12885 Simple tone system #> 12892 Simple tone system #> 12901 Simple tone system #> 12904 Simple tone system #> 12911 Simple tone system #> 12916 Simple tone system #> 12917 Simple tone system #> 12921 Simple tone system #> 12923 Simple tone system #> 12932 Simple tone system #> 12937 Simple tone system #> 12940 Simple tone system #> 12944 Simple tone system #> 12950 Simple tone system #> 12955 Simple tone system #> 12958 Simple tone system #> 12967 Simple tone system #> 12969 Simple tone system #> 12973 Simple tone system #> 12978 Complex tone system #> 12987 Complex tone system #> 12988 Complex tone system #> 12989 Complex tone system #> 12990 Complex tone system #> 12992 Complex tone system #> 12993 Complex tone system #> 12996 Complex tone system #> 13004 Complex tone system #> 13005 Complex tone system #> 13012 Complex tone system #> 13013 Complex tone system #> 13018 Complex tone system #> 13024 Complex tone system #> 13027 Complex tone system #> 13028 Complex tone system #> 13030 Complex tone system #> 13031 Complex tone system #> 13032 Complex tone system #> 13036 Complex tone system #> 13038 Complex tone system #> 13048 Complex tone system #> 13057 Complex tone system #> 13063 Identical #> 13083 Identical #> 13094 Identical #> 13100 Identical #> 13138 Different #> 13141 Different #> 13144 Different #> 13146 Different #> 13152 Different #> 13153 Different #> 13154 Different #> 13159 Different #> 13160 Different #> 13161 Different #> 13162 Different #> 13168 Different #> 13169 Different #> 13172 Different #> 13180 Different #> 13182 Different #> 13186 Different #> 13191 Different #> 13201 Different #> 13202 Different #> 13207 Different #> 13220 Different #> 13225 Different #> 13228 Different #> 13231 Different #> 13232 Different #> 13233 Different #> 13240 Different #> 13248 Different #> 13250 Different #> 13257 Different #> 13264 Different #> 13267 Different #> 13272 Different #> 13283 Different #> 13288 Different #> 13294 Different #> 13298 Different #> 13305 Different #> 13313 Different #> 13319 Different #> 13327 Different #> 13330 Different #> 13333 Different #> 13335 Different #> 13337 Different #> 13340 Different #> 13345 Different #> 13358 Different #> 13362 Different #> 13365 Different #> 13367 Different #> 13368 Different #> 13372 Different #> 13378 Different #> 13379 Different #> 13386 Different #> 13393 Different #> 13397 Different #> 13398 Different #> 13408 Different #> 13409 Different #> 13416 Different #> 13426 Different #> 13429 Different #> 13430 Different #> 13431 Different #> 13432 Different #> 13441 Different #> 13450 Different #> 13454 Different #> 13455 Different #> 13458 Different #> 13459 Different #> 13465 Different #> 13466 Different #> 13474 Different #> 13477 Different #> 13488 Different #> 13495 Different #> 13500 Different #> 13506 Different #> 13509 Different #> 13523 Different #> 13535 Different #> 13542 Different #> 13544 Different #> 13547 Different #> 13553 Different #> 13554 Different #> 13558 Different #> 13559 Different #> 13574 Different #> 13575 Different #> 13583 Different #> 13589 Different #> 13592 Different #> 13595 Different #> 13597 Different #> 13603 Different #> 13605 Different #> 13606 Different #> 13609 Different #> 13610 Different #> 13620 Different #> 13621 Different #> 13626 Different #> 13630 Different #> 13648 Different #> 13651 Different #> 13654 Different #> 13702 Farmer-foragers #> 13721 Full-fledged farmers #> 13724 Full-fledged farmers #> 13726 Full-fledged farmers #> 13735 Decimal #> 13741 Decimal #> 13743 Decimal #> 13744 Decimal #> 13745 Decimal #> 13763 Decimal #> 13764 Decimal #> 13766 Decimal #> 13773 Decimal #> 13776 Decimal #> 13785 Decimal #> 13789 Decimal #> 13795 Decimal #> 13801 Decimal #> 13804 Decimal #> 13805 Decimal #> 13811 Decimal #> 13820 Decimal #> 13828 Decimal #> 13832 Decimal #> 13835 Decimal #> 13836 Decimal #> 13838 Decimal #> 13842 Decimal #> 13844 Decimal #> 13852 Hybrid vigesimal-decimal #> 13859 Hybrid vigesimal-decimal #> 13860 Hybrid vigesimal-decimal #> 13865 Hybrid vigesimal-decimal #> 13867 Hybrid vigesimal-decimal #> 13870 Hybrid vigesimal-decimal #> 13872 Hybrid vigesimal-decimal #> 13873 Hybrid vigesimal-decimal #> 13876 Pure vigesimal #> 13887 Pure vigesimal #> 13892 Pure vigesimal #> 13895 Other base #> 13896 Other base #> 13915 Restricted #> 13935 3.5 #> 13949 5 #> 13950 5 #> 13952 5 #> 13969 5 #> 13970 5 #> 13984 5 #> 13994 5 #> 13995 5 #> 14001 5 #> 14009 5.5 #> 14010 5.5 #> 14014 6 #> 14015 6 #> 14020 6 #> 14027 6 #> 14031 6 #> 14034 6 #> 14059 3-4 #> 14064 4.5-5.5 #> 14066 4.5-5.5 #> 14083 4.5-5.5 #> 14089 6-6.5 #> 14090 6-6.5 #> 14101 6-6.5 #> 14124 7-7.5 #> 14129 7-7.5 #> 14132 7-7.5 #> 14136 8-8.5 #> 14137 8-8.5 #> 14139 8-8.5 #> 14142 9-10 #> 14146 9-10 #> 14147 9-10 #> 14149 9-10 #> 14152 11 #> 14163 Green vs. blue #> 14169 Green vs. blue #> 14170 Green vs. blue #> 14171 Green vs. blue #> 14172 Green vs. blue #> 14186 Green vs. blue #> 14194 Green/blue #> 14197 Green/blue #> 14202 Green/blue #> 14205 Green/blue #> 14208 Green/blue #> 14232 Green/blue #> 14236 Green/blue #> 14245 Green/blue #> 14248 Green/blue #> 14271 Black/green/blue #> 14272 Black/green/blue #> 14274 Black/blue vs. green #> 14283 Red vs. yellow #> 14285 Red vs. yellow #> 14289 Red vs. yellow #> 14293 Red vs. yellow #> 14304 Red vs. yellow #> 14308 Red vs. yellow #> 14311 Red vs. yellow #> 14312 Red vs. yellow #> 14313 Red vs. yellow #> 14323 Red vs. yellow #> 14324 Red vs. yellow #> 14326 Red vs. yellow #> 14328 Red vs. yellow #> 14329 Red vs. yellow #> 14343 Red vs. yellow #> 14347 Red vs. yellow #> 14357 Red vs. yellow #> 14391 Red/yellow #> 14415 No M-T pronouns #> 14424 No M-T pronouns #> 14426 No M-T pronouns #> 14436 No M-T pronouns #> 14456 No M-T pronouns #> 14457 No M-T pronouns #> 14463 No M-T pronouns #> 14469 No M-T pronouns #> 14473 No M-T pronouns #> 14489 No M-T pronouns #> 14496 No M-T pronouns #> 14501 No M-T pronouns #> 14503 No M-T pronouns #> 14505 No M-T pronouns #> 14512 No M-T pronouns #> 14520 No M-T pronouns #> 14524 No M-T pronouns #> 14525 No M-T pronouns #> 14541 No M-T pronouns #> 14543 No M-T pronouns #> 14550 No M-T pronouns #> 14553 No M-T pronouns #> 14555 No M-T pronouns #> 14558 No M-T pronouns #> 14561 No M-T pronouns #> 14568 No M-T pronouns #> 14572 No M-T pronouns #> 14587 No M-T pronouns #> 14589 No M-T pronouns #> 14631 No m in first person singular #> 14656 No m in first person singular #> 14663 No m in first person singular #> 14665 No m in first person singular #> 14672 No m in first person singular #> 14678 No m in first person singular #> 14696 No m in first person singular #> 14698 No m in first person singular #> 14702 No m in first person singular #> 14703 No m in first person singular #> 14709 No m in first person singular #> 14713 No m in first person singular #> 14716 No m in first person singular #> 14718 No m in first person singular #> 14732 No m in first person singular #> 14735 No m in first person singular #> 14745 No m in first person singular #> 14751 No m in first person singular #> 14768 No m in first person singular #> 14772 No m in first person singular #> 14777 No m in first person singular #> 14779 No m in first person singular #> 14786 No m in first person singular #> 14792 No m in first person singular #> 14799 No m in first person singular #> 14801 No m in first person singular #> 14802 No m in first person singular #> 14837 m in first person singular #> 14860 m in first person singular #> 14862 No N-M pronouns #> 14872 No N-M pronouns #> 14875 No N-M pronouns #> 14887 No N-M pronouns #> 14906 No N-M pronouns #> 14911 No N-M pronouns #> 14914 No N-M pronouns #> 14918 No N-M pronouns #> 14920 No N-M pronouns #> 14924 No N-M pronouns #> 14952 No N-M pronouns #> 14961 No N-M pronouns #> 14971 No N-M pronouns #> 14974 No N-M pronouns #> 14993 No N-M pronouns #> 14998 No N-M pronouns #> 15000 No N-M pronouns #> 15021 No N-M pronouns #> 15027 No N-M pronouns #> 15036 No N-M pronouns #> 15045 No N-M pronouns #> 15054 No N-M pronouns #> 15055 N-M pronouns, paradigmatic #> 15061 N-M pronouns, paradigmatic #> 15062 N-M pronouns, paradigmatic #> 15063 N-M pronouns, paradigmatic #> 15076 N-M pronouns, paradigmatic #> 15078 N-M pronouns, paradigmatic #> 15085 N-M pronouns, non-paradigmatic #> 15095 No m in second person singular #> 15103 No m in second person singular #> 15114 No m in second person singular #> 15126 No m in second person singular #> 15132 No m in second person singular #> 15136 No m in second person singular #> 15142 No m in second person singular #> 15145 No m in second person singular #> 15150 No m in second person singular #> 15161 No m in second person singular #> 15167 No m in second person singular #> 15175 No m in second person singular #> 15178 No m in second person singular #> 15214 No m in second person singular #> 15220 No m in second person singular #> 15240 No m in second person singular #> 15245 m in second person singular #> 15248 m in second person singular #> 15259 m in second person singular #> 15260 m in second person singular #> 15264 m in second person singular #> 15278 m in second person singular #> 15282 m in second person singular #> 15291 m in second person singular #> 15298 m in second person singular #> 15306 m in second person singular #> 15307 m in second person singular #> 15310 m in second person singular #> 15313 m in second person singular #> 15324 Words derived from Sinitic cha #> 15338 Words derived from Sinitic cha #> 15340 Words derived from Sinitic cha #> 15354 Words derived from Sinitic cha #> 15377 Words derived from Sinitic cha #> 15381 Words derived from Sinitic cha #> 15392 Words derived from Sinitic cha #> 15393 Words derived from Sinitic cha #> 15395 Words derived from Sinitic cha #> 15397 Words derived from Sinitic cha #> 15401 Words derived from Sinitic cha #> 15402 Words derived from Sinitic cha #> 15403 Words derived from Sinitic cha #> 15404 Words derived from Sinitic cha #> 15414 Words derived from Sinitic cha #> 15417 Words derived from Sinitic cha #> 15418 Words derived from Sinitic cha #> 15427 Words derived from Sinitic cha #> 15431 Words derived from Min Nan Chinese te #> 15449 Words derived from Min Nan Chinese te #> 15479 Words derived from Min Nan Chinese te #> 15480 Words derived from Min Nan Chinese te #> 15482 Words derived from Min Nan Chinese te #> 15488 Words derived from Min Nan Chinese te #> 15497 Words derived from Min Nan Chinese te #> 15501 Words derived from Min Nan Chinese te #> 15507 Words derived from Min Nan Chinese te #> 15510 Words derived from Min Nan Chinese te #> 15512 Words derived from Min Nan Chinese te #> 15519 Others #> 15520 Others #> 15522 Others #> 15526 Others #> 15530 Others #> 15536 Others #> 15537 Others #> 15539 Others #> 15548 Others #> 15549 Others #> 15563 Some (2-5) #> 15589 No fixed stress #> 15596 No fixed stress #> 15597 No fixed stress #> 15640 No fixed stress #> 15652 No fixed stress #> 15680 No fixed stress #> 15697 No fixed stress #> 15703 No fixed stress #> 15711 No fixed stress #> 15725 No fixed stress #> 15742 No fixed stress #> 15743 No fixed stress #> 15770 No fixed stress #> 15779 No fixed stress #> 15792 No fixed stress #> 15798 No fixed stress #> 15809 Initial #> 15817 Initial #> 15837 Initial #> 15846 Initial #> 15849 Initial #> 15851 Initial #> 15856 Initial #> 15886 Initial #> 15958 Penultimate #> 15968 Penultimate #> 15985 Penultimate #> 16014 Penultimate #> 16029 Penultimate #> 16039 Ultimate #> 16042 Ultimate #> 16047 Ultimate #> 16056 Ultimate #> 16075 Ultimate #> 16076 Ultimate #> 16086 Ultimate #> 16105 None #> 16137 Logical meanings #> 16148 Logical meanings #> 16149 Logical meanings #> 16153 Logical meanings #> 16160 Logical meanings #> 16161 Logical meanings #> 16164 Logical meanings #> 16165 Logical meanings #> 16168 Logical meanings #> 16171 Logical meanings #> 16172 Logical meanings #> 16179 Affective meanings #> 16182 Affective meanings #> 16202 Affective meanings #> 16204 Affective meanings #> 16208 Affective meanings #> 16214 Affective meanings #> 16216 Affective meanings #> 16222 Affective meanings #> 16225 Affective meanings #> 16230 Affective meanings #> 16231 Affective meanings #> 16245 Affective meanings #> 16259 Other or none #> 16266 Other or none #> 16267 Other or none #> 16269 Other or none #> 16270 Other or none #> 16279 NegV #> 16297 NegV #> 16304 NegV #> 16308 NegV #> 16314 NegV #> 16320 NegV #> 16332 NegV #> 16334 NegV #> 16352 NegV #> 16355 NegV #> 16361 NegV #> 16366 NegV #> 16368 NegV #> 16386 NegV #> 16387 NegV #> 16395 NegV #> 16402 NegV #> 16413 NegV #> 16429 NegV #> 16437 NegV #> 16439 NegV #> 16442 NegV #> 16449 NegV #> 16462 NegV #> 16473 NegV #> 16474 NegV #> 16482 NegV #> 16494 NegV #> 16496 NegV #> 16509 NegV #> 16519 NegV #> 16520 NegV #> 16523 NegV #> 16527 NegV #> 16548 NegV #> 16551 NegV #> 16553 NegV #> 16566 NegV #> 16579 NegV #> 16581 NegV #> 16582 NegV #> 16585 NegV #> 16606 NegV #> 16610 NegV #> 16622 NegV #> 16631 NegV #> 16645 NegV #> 16649 NegV #> 16650 NegV #> 16651 NegV #> 16654 NegV #> 16655 NegV #> 16666 NegV #> 16679 NegV #> 16686 NegV #> 16691 NegV #> 16702 NegV #> 16713 NegV #> 16715 NegV #> 16718 NegV #> 16720 NegV #> 16721 NegV #> 16724 NegV #> 16741 NegV #> 16753 NegV #> 16755 NegV #> 16759 NegV #> 16762 NegV #> 16767 NegV #> 16772 NegV #> 16774 NegV #> 16776 NegV #> 16791 NegV #> 16793 NegV #> 16797 NegV #> 16804 Type 2 / Type 4 #> 16818 ObligDoubleNeg #> 16820 ObligDoubleNeg #> 16821 ObligDoubleNeg #> 16824 ObligDoubleNeg #> 16830 ObligDoubleNeg #> 16831 ObligDoubleNeg #> 16834 ObligDoubleNeg #> 16837 ObligDoubleNeg #> 16839 ObligDoubleNeg #> 16868 ObligDoubleNeg #> 16872 ObligDoubleNeg #> 16880 ObligDoubleNeg #> 16887 ObligDoubleNeg #> 16888 ObligDoubleNeg #> 16889 ObligDoubleNeg #> 16895 ObligDoubleNeg #> 16899 ObligDoubleNeg #> 16926 ObligDoubleNeg #> 16935 OptDoubleNeg #> 16938 OptDoubleNeg #> 16943 OptDoubleNeg #> 16946 OptDoubleNeg #> 16947 OptDoubleNeg #> 16953 OptDoubleNeg #> 16964 OptDoubleNeg #> 16966 OptDoubleNeg #> 16969 OptDoubleNeg #> 16975 OptDoubleNeg #> 16986 OptDoubleNeg #> 16989 OptDoubleNeg #> 16997 OptDoubleNeg #> 17002 OptDoubleNeg #> 17004 OptDoubleNeg #> 17019 VNeg #> 17027 VNeg #> 17033 VNeg #> 17036 VNeg #> 17038 VNeg #> 17039 VNeg #> 17045 VNeg #> 17061 VNeg #> 17069 VNeg #> 17072 VNeg #> 17074 VNeg #> 17075 VNeg #> 17076 VNeg #> 17088 VNeg #> 17091 VNeg #> 17097 VNeg #> 17105 VNeg #> 17108 VNeg #> 17114 VNeg #> 17115 VNeg #> 17118 VNeg #> 17124 VNeg #> 17134 VNeg #> 17140 VNeg #> 17141 VNeg #> 17146 VNeg #> 17154 VNeg #> 17159 VNeg #> 17160 VNeg #> 17163 VNeg #> 17167 VNeg #> 17179 VNeg #> 17191 [Neg-V] #> 17208 [Neg-V] #> 17218 [Neg-V] #> 17226 [Neg-V] #> 17234 [Neg-V] #> 17242 [Neg-V] #> 17291 [Neg-V] #> 17295 [Neg-V] #> 17306 [Neg-V] #> 17311 [Neg-V] #> 17313 [Neg-V] #> 17320 [Neg-V] #> 17329 [Neg-V] #> 17332 [Neg-V] #> 17351 [V-Neg] #> 17353 [V-Neg] #> 17354 [V-Neg] #> 17363 [V-Neg] #> 17366 [V-Neg] #> 17382 [V-Neg] #> 17385 [V-Neg] #> 17386 [V-Neg] #> 17390 [V-Neg] #> 17391 [V-Neg] #> 17392 [V-Neg] #> 17404 [V-Neg] #> 17405 [V-Neg] #> 17419 [V-Neg] #> 17429 [V-Neg] #> 17430 [V-Neg] #> 17458 [V-Neg] #> 17467 [V-Neg] #> 17469 [V-Neg] #> 17475 [V-Neg] #> 17481 [V-Neg] #> 17490 [V-Neg] #> 17503 [V-Neg] #> 17507 [V-Neg] #> 17511 [V-Neg] #> 17516 [V-Neg] #> 17532 [V-Neg] #> 17536 [V-Neg] #> 17538 [V-Neg] #> 17550 [V-Neg] #> 17580 Type 1 / Type 3 #> 17588 Type 1 / Type 4 #> 17589 Type 1 / Type 4 #> 17601 NegVNeg #> 17602 NegVNeg #> 17606 NegVNeg #> 17610 NegVNeg #> 17613 NegVNeg #> 17614 NegVNeg #> 17619 NegVNeg #> 17621 NegVNeg #> 17625 NegVNeg #> 17626 NegVNeg #> 17627 NegVNeg #> 17629 NegVNeg #> 17638 Type 1 / Type 9 #> 17679 [Neg-V]Neg #> 17688 [Neg-V-Neg] #> 17690 [Neg-V-Neg] #> 17701 [Neg-V-Neg] #> 17716 VNegNeg #> 17719 NegV(Neg) #> 17720 NegV(Neg) #> 17725 NegV(Neg) #> 17726 NegV(Neg) #> 17729 [V-Neg](Neg) #> 17735 NegV&OptChangeVerbStem #> 17751 (Neg)VNeg #> 17752 (Neg)VNeg #> 17761 (Neg)VNeg #> 17764 (Neg)VNeg #> 17769 NegV/[Neg-V]/Neg[Neg-V] #> 17772 Neg[V(-Neg)] #> 17773 Neg[V(-Neg)] #> 17779 (Neg)[V-Neg] #> 17797 V(Neg)Neg #> 17808 NegV #> 17810 NegV #> 17823 NegV #> 17824 NegV #> 17853 NegV #> 17854 NegV #> 17862 NegV #> 17864 NegV #> 17874 NegV #> 17884 NegV #> 17897 NegV #> 17899 NegV #> 17905 NegV #> 17906 NegV #> 17911 NegV #> 17921 NegV #> 17934 NegV #> 17938 NegV #> 17939 NegV #> 17943 NegV #> 17945 NegV #> 17955 NegV #> 17956 NegV #> 17960 NegV #> 17961 NegV #> 17962 NegV #> 17963 NegV #> 17968 NegV #> 17974 NegV #> 17975 NegV #> 17983 NegV #> 17990 NegV #> 17993 NegV #> 18007 NegV #> 18015 NegV #> 18018 NegV #> 18022 NegV #> 18029 NegV #> 18063 NegV #> 18072 NegV #> 18077 NegV #> 18081 NegV #> 18083 NegV #> 18084 NegV #> 18089 NegV #> 18094 NegV #> 18097 NegV #> 18100 NegV #> 18107 NegV #> 18113 NegV #> 18119 NegV #> 18121 NegV #> 18126 NegV #> 18134 NegV #> 18136 NegV #> 18147 NegV #> 18175 NegV #> 18177 NegV #> 18179 NegV #> 18197 NegV #> 18198 NegV #> 18205 NegV #> 18206 NegV #> 18210 NegV #> 18211 NegV #> 18242 NegV #> 18248 NegV #> 18249 NegV #> 18257 NegV #> 18260 NegV #> 18261 NegV #> 18278 NegV #> 18281 NegV #> 18288 NegV #> 18289 NegV #> 18293 NegV #> 18294 NegV #> 18319 NegV #> 18327 NegV #> 18328 NegV #> 18332 NegV #> 18347 NegV #> 18351 NegV #> 18357 NegV #> 18358 NegV #> 18360 NegV #> 18361 NegV #> 18365 NegV #> 18373 NegV #> 18376 NegV #> 18386 NegV #> 18391 NegV #> 18418 NegV #> 18430 NegV #> 18433 NegV #> 18438 NegV #> 18449 NegV #> 18450 NegV #> 18462 NegV #> 18463 NegV #> 18482 NegV #> 18484 NegV #> 18490 [Neg-V] #> 18517 [Neg-V] #> 18523 [Neg-V] #> 18529 [Neg-V] #> 18537 [Neg-V] #> 18538 [Neg-V] #> 18539 [Neg-V] #> 18545 [Neg-V] #> 18582 [Neg-V] #> 18587 [Neg-V] #> 18594 [Neg-V] #> 18629 [Neg-V] #> 18644 [Neg-V] #> 18651 [Neg-V] #> 18659 [Neg-V] #> 18669 [Neg-V] #> 18706 [Neg-V] #> 18708 [Neg-V] #> 18716 NegV&[Neg-V] #> 18723 NegV&[Neg-V] #> 18743 None #> 18750 None #> 18760 None #> 18764 None #> 18769 None #> 18774 None #> 18777 None #> 18785 None #> 18789 None #> 18793 None #> 18795 None #> 18803 None #> 18808 None #> 18809 None #> 18814 None #> 18816 None #> 18825 None #> 18826 None #> 18836 None #> 18837 None #> 18840 None #> 18843 None #> 18854 None #> 18855 None #> 18857 None #> 18858 None #> 18861 None #> 18874 None #> 18877 None #> 18879 None #> 18883 None #> 18886 None #> 18888 None #> 18896 None #> 18899 None #> 18901 None #> 18904 None #> 18905 None #> 18909 None #> 18924 None #> 18938 None #> 18951 None #> 18968 None #> 18982 None #> 18988 None #> 18990 None #> 18992 None #> 18995 None #> 19004 None #> 19010 None #> 19014 None #> 19018 None #> 19022 None #> 19029 None #> 19049 None #> 19053 None #> 19074 None #> 19076 None #> 19077 None #> 19081 None #> 19082 None #> 19092 None #> 19109 None #> 19112 None #> 19116 None #> 19128 None #> 19132 VNeg #> 19139 VNeg #> 19156 VNeg #> 19164 VNeg #> 19170 VNeg #> 19171 VNeg #> 19173 VNeg #> 19174 VNeg #> 19177 VNeg #> 19178 VNeg #> 19180 VNeg #> 19181 VNeg #> 19198 VNeg #> 19204 VNeg #> 19210 VNeg #> 19211 VNeg #> 19212 VNeg #> 19213 VNeg #> 19221 VNeg #> 19228 VNeg #> 19229 VNeg #> 19231 VNeg #> 19233 VNeg #> 19236 VNeg #> 19240 VNeg #> 19251 VNeg #> 19252 VNeg #> 19253 VNeg #> 19254 VNeg #> 19261 VNeg #> 19268 VNeg #> 19269 VNeg #> 19270 VNeg #> 19275 VNeg #> 19281 VNeg #> 19285 VNeg #> 19286 VNeg #> 19287 VNeg #> 19290 VNeg #> 19297 VNeg #> 19300 VNeg #> 19310 VNeg #> 19315 VNeg #> 19319 VNeg #> 19327 VNeg #> 19330 VNeg #> 19340 VNeg #> 19343 VNeg #> 19363 VNeg #> 19365 VNeg #> 19366 VNeg #> 19380 VNeg #> 19383 VNeg #> 19389 VNeg #> 19391 VNeg #> 19392 VNeg #> 19417 [V-Neg] #> 19429 [V-Neg] #> 19432 [V-Neg] #> 19437 [V-Neg] #> 19445 [V-Neg] #> 19446 [V-Neg] #> 19456 [V-Neg] #> 19459 [V-Neg] #> 19462 [V-Neg] #> 19466 [V-Neg] #> 19490 [V-Neg] #> 19497 [V-Neg] #> 19505 [V-Neg] #> 19522 [V-Neg] #> 19525 [V-Neg] #> 19530 [V-Neg] #> 19538 [V-Neg] #> 19545 [V-Neg] #> 19550 [V-Neg] #> 19552 [V-Neg] #> 19578 [V-Neg] #> 19580 [V-Neg] #> 19588 [V-Neg] #> 19597 [V-Neg] #> 19600 [V-Neg] #> 19644 [V-Neg] #> 19658 [V-Neg] #> 19664 [V-Neg] #> 19671 [V-Neg] #> 19679 [V-Neg] #> 19681 [V-Neg] #> 19693 [V-Neg] #> 19697 [V-Neg] #> 19698 [V-Neg] #> 19703 [V-Neg] #> 19711 [V-Neg] #> 19715 [V-Neg] #> 19719 [V-Neg] #> 19729 VNeg&[V-Neg] #> 19740 VNeg&[V-Neg] #> 19755 None #> 19772 None #> 19776 None #> 19787 None #> 19800 None #> 19815 None #> 19823 None #> 19856 None #> 19867 None #> 19871 None #> 19875 None #> 19888 None #> 19901 None #> 19902 None #> 19911 None #> 19917 None #> 19918 None #> 19920 None #> 19929 None #> 19932 None #> 19939 None #> 19954 None #> 19955 None #> 19968 None #> 19976 None #> 19977 None #> 19989 None #> 19998 None #> 20000 None #> 20033 None #> 20035 None #> 20036 None #> 20046 None #> 20053 None #> 20054 None #> 20066 None #> 20079 None #> 20080 None #> 20082 None #> 20086 None #> 20094 None #> 20107 None #> 20110 None #> 20115 None #> 20122 None #> 20123 None #> 20132 None #> 20140 None #> 20144 None #> 20150 None #> 20154 None #> 20166 None #> 20167 None #> 20174 None #> 20186 None #> 20192 None #> 20195 None #> 20207 None #> 20209 None #> 20218 None #> 20232 None #> 20234 None #> 20250 None #> 20260 None #> 20267 None #> 20268 None #> 20276 None #> 20278 None #> 20294 None #> 20296 None #> 20315 None #> 20326 None #> 20328 None #> 20339 None #> 20368 None #> 20369 None #> 20373 None #> 20376 None #> 20382 None #> 20385 None #> 20386 None #> 20390 None #> 20400 None #> 20404 None #> 20421 None #> 20425 None #> 20431 None #> 20433 None #> 20444 None #> 20445 None #> 20447 None #> 20448 None #> 20462 NegStemChange #> 20472 None #> 20485 None #> 20489 None #> 20517 None #> 20518 None #> 20527 None #> 20530 None #> 20532 None #> 20535 None #> 20542 None #> 20544 None #> 20547 None #> 20553 None #> 20563 None #> 20571 None #> 20577 None #> 20578 None #> 20605 None #> 20638 None #> 20640 None #> 20642 None #> 20646 None #> 20650 None #> 20651 None #> 20656 None #> 20659 None #> 20663 None #> 20664 None #> 20670 None #> 20676 None #> 20678 None #> 20682 None #> 20684 None #> 20703 None #> 20711 None #> 20723 None #> 20732 None #> 20748 None #> 20755 None #> 20759 None #> 20764 None #> 20765 None #> 20769 None #> 20781 None #> 20802 None #> 20806 None #> 20809 None #> 20816 None #> 20826 None #> 20828 None #> 20837 None #> 20844 None #> 20850 None #> 20863 None #> 20870 None #> 20893 None #> 20894 None #> 20895 None #> 20899 None #> 20904 None #> 20909 None #> 20913 None #> 20915 None #> 20919 None #> 20921 None #> 20935 None #> 20951 None #> 20982 None #> 20990 None #> 20998 None #> 21000 None #> 21002 None #> 21004 None #> 21013 None #> 21020 None #> 21034 None #> 21054 None #> 21066 None #> 21076 None #> 21077 None #> 21081 None #> 21082 None #> 21087 None #> 21088 None #> 21109 None #> 21123 None #> 21142 None #> 21144 None #> 21147 None #> 21151 None #> 21154 None #> 21164 None #> 21170 None #> 21178 None #> 21186 None #> 21193 None #> 21205 None #> 21213 None #> 21214 None #> 21222 None #> 21227 None #> 21242 None #> 21244 None #> 21251 None #> 21265 None #> 21266 None #> 21269 None #> 21270 None #> 21291 None #> 21297 None #> 21299 None #> 21321 None #> 21334 None #> 21343 None #> 21345 None #> 21349 None #> 21354 None #> 21356 None #> 21358 None #> 21363 None #> 21370 None #> 21407 None #> 21418 None #> 21419 None #> 21430 None #> 21435 None #> 21441 None #> 21448 None #> 21456 None #> 21464 None #> 21466 None #> 21476 None #> 21477 None #> 21479 None #> 21482 None #> 21485 None #> 21493 None #> 21502 None #> 21509 None #> 21510 None #> 21533 None #> 21537 None #> 21539 None #> 21546 None #> 21549 None #> 21557 None #> 21565 None #> 21567 None #> 21578 None #> 21590 None #> 21594 None #> 21599 None #> 21611 None #> 21612 None #> 21614 None #> 21615 None #> 21617 None #> 21620 None #> 21621 None #> 21626 None #> 21631 None #> 21632 None #> 21635 None #> 21646 None #> 21652 None #> 21653 None #> 21655 None #> 21658 None #> 21660 None #> 21665 None #> 21680 None #> 21683 None #> 21692 None #> 21693 None #> 21695 None #> 21702 None #> 21720 None #> 21722 None #> 21728 None #> 21731 None #> 21740 None #> 21746 None #> 21747 None #> 21753 None #> 21768 None #> 21771 None #> 21773 None #> 21778 NegSVO #> 21788 VSONeg #> 21791 NegVOS #> 21799 NegVOS #> 21817 More than one position #> 21838 More than one position #> 21859 More than one position #> 21861 More than one position #> 21870 More than one position #> 21900 More than one position #> 21913 ObligDoubleNeg #> 21918 ObligDoubleNeg #> 21922 ObligDoubleNeg #> 21926 ObligDoubleNeg #> 21930 ObligDoubleNeg #> 21936 ObligDoubleNeg #> 21940 ObligDoubleNeg #> 21944 ObligDoubleNeg #> 21957 ObligDoubleNeg #> 21960 ObligDoubleNeg #> 21961 ObligDoubleNeg #> 21962 ObligDoubleNeg #> 21966 ObligDoubleNeg #> 21970 ObligDoubleNeg #> 21978 ObligDoubleNeg #> 21979 ObligDoubleNeg #> 22009 OptDoubleNeg #> 22010 OptDoubleNeg #> 22012 OptDoubleNeg #> 22022 OptDoubleNeg #> 22024 OptDoubleNeg #> 22025 OptDoubleNeg #> 22026 OptDoubleNeg #> 22046 OptDoubleNeg #> 22047 OptDoubleNeg #> 22049 OptDoubleNeg #> 22054 OptDoubleNeg #> 22055 OptDoubleNeg #> 22062 OptDoubleNeg #> 22069 OptDoubleNeg #> 22074 SNegVO #> 22089 SNegVO #> 22096 SNegVO #> 22098 SNegVO #> 22102 SNegVO #> 22103 SNegVO #> 22111 SNegVO #> 22132 SNegVO #> 22134 SNegVO #> 22143 SNegVO #> 22146 SNegVO #> 22151 SNegVO #> 22153 SNegVO #> 22155 SNegVO #> 22165 SNegVO #> 22166 SNegVO #> 22168 SNegVO #> 22170 SNegVO #> 22174 SNegVO #> 22177 SNegVO #> 22179 SNegVO #> 22180 SNegVO #> 22185 MorphNeg #> 22191 MorphNeg #> 22197 MorphNeg #> 22199 MorphNeg #> 22202 MorphNeg #> 22228 MorphNeg #> 22234 MorphNeg #> 22241 MorphNeg #> 22261 MorphNeg #> 22280 MorphNeg #> 22281 MorphNeg #> 22286 MorphNeg #> 22294 MorphNeg #> 22318 MorphNeg #> 22319 MorphNeg #> 22320 MorphNeg #> 22327 MorphNeg #> 22331 MorphNeg #> 22350 MorphNeg #> 22361 MorphNeg #> 22377 MorphNeg #> 22379 MorphNeg #> 22408 MorphNeg #> 22409 MorphNeg #> 22411 MorphNeg #> 22425 MorphNeg #> 22434 MorphNeg #> 22440 MorphNeg #> 22442 MorphNeg #> 22443 MorphNeg #> 22453 MorphNeg #> 22485 MorphNeg #> 22487 MorphNeg #> 22495 MorphNeg #> 22497 MorphNeg #> 22507 MorphNeg #> 22510 MorphNeg #> 22513 MorphNeg #> 22516 MorphNeg #> 22522 Other #> 22525 Other #> 22528 Other #> 22540 Other #> 22556 Other #> 22592 Other #> 22612 Other #> 22615 Other #> 22622 Other #> 22628 Other #> 22636 Other #> 22664 Other #> 22669 Other #> 22680 Other #> 22686 SVNegO #> 22692 SVONeg #> 22695 SVONeg #> 22696 SVONeg #> 22700 SVONeg #> 22710 SVONeg #> 22720 SVONeg #> 22722 SVONeg #> 22727 SVONeg #> 22728 SVONeg #> 22731 SVONeg #> 22736 SVONeg #> 22744 SVONeg #> 22746 SVONeg #> 22749 SVONeg #> 22752 SVONeg #> 22753 SVONeg #> 22754 SVONeg #> 22758 SVONeg #> 22761 SVONeg #> 22763 SVONeg #> 22766 SVONeg #> 22783 SNegOV #> 22785 SNegOV #> 22786 SNegOV #> 22787 SNegOV #> 22791 SNegOV #> 22832 SONegV #> 22837 SONegV #> 22844 SONegV #> 22857 SONegV #> 22859 SOVNeg #> 22871 SOVNeg #> 22881 SOVNeg #> 22884 SOVNeg #> 22912 NegVSO #> 22913 NegVSO #> 22914 NegVSO #> 22917 NegVSO #> 22918 NegVSO #> 22920 NegVSO #> 22922 NegVSO #> 22924 NegVSO #> 22926 NegVSO #> 22929 NegVSO #> 22932 NegVSO #> 22936 NegVSO #> 22941 NegVSO #> 22942 NegVSO #> 22946 NegVSO #> 22948 NegVSO #> 22949 NegVSO #> 22950 NegVSO #> 22951 NegVSO #> 22956 NegVSO #> 22959 NegVSO #> 22961 NegVSO #> 22986 Beginning, not immed preverbal #> 23009 Beginning, not immed preverbal #> 23014 Preverbal, not beginning or immed #> 23020 Preverbal, not beginning or immed #> 23022 Preverbal, not beginning or immed #> 23024 Preverbal, not beginning or immed #> 23027 Preverbal, not beginning or immed #> 23032 Immed preverbal #> 23043 Immed preverbal #> 23044 Immed preverbal #> 23055 Immed preverbal #> 23067 Immed preverbal #> 23072 Immed preverbal #> 23078 Immed preverbal #> 23083 Immed preverbal #> 23084 Immed preverbal #> 23098 Immed preverbal #> 23100 Immed preverbal #> 23101 Immed preverbal #> 23107 Immed preverbal #> 23110 Immed preverbal #> 23124 Immed preverbal #> 23129 Immed preverbal #> 23130 Immed preverbal #> 23132 Immed preverbal #> 23140 Immed preverbal #> 23141 Immed preverbal #> 23151 Immed preverbal #> 23152 Immed preverbal #> 23153 Immed preverbal #> 23156 Immed preverbal #> 23160 Immed preverbal #> 23172 Immed preverbal #> 23185 Immed preverbal #> 23188 Immed preverbal #> 23189 Immed preverbal #> 23201 Immed preverbal #> 23208 Immed preverbal #> 23209 Immed preverbal #> 23213 Immed preverbal #> 23224 Immed preverbal #> 23239 Immed preverbal #> 23243 Immed preverbal #> 23244 Immed preverbal #> 23254 Immed preverbal #> 23255 Immed preverbal #> 23256 Immed preverbal #> 23257 Immed preverbal #> 23259 Immed preverbal #> 23260 Immed preverbal #> 23267 Immed preverbal #> 23269 Immed preverbal #> 23270 Immed preverbal #> 23272 Immed preverbal #> 23275 Immed preverbal #> 23277 Immed preverbal #> 23283 Immed preverbal #> 23299 Immed preverbal #> 23301 Immed preverbal #> 23304 Immed preverbal #> 23314 Immed preverbal #> 23317 Immed preverbal #> 23338 Immed preverbal #> 23339 Immed preverbal #> 23351 Immed preverbal #> 23355 Immed preverbal #> 23357 Immed preverbal #> 23361 Immed preverbal #> 23363 Immed preverbal #> 23381 Immed postverbal #> 23387 Immed postverbal #> 23390 Immed postverbal #> 23398 Immed postverbal #> 23407 Immed postverbal #> 23417 Immed postverbal #> 23422 Immed postverbal #> 23448 Immed postverbal #> 23461 End, not immed postverbal #> 23468 End, not immed postverbal #> 23479 End, not immed postverbal #> 23480 End, not immed postverbal #> 23482 End, not immed postverbal #> 23485 End, not immed postverbal #> 23500 End, not immed postverbal #> 23501 End, not immed postverbal #> 23504 End, not immed postverbal #> 23506 End, not immed postverbal #> 23507 End, not immed postverbal #> 23510 End, not immed postverbal #> 23514 End, not immed postverbal #> 23520 End, not immed postverbal #> 23523 End, not immed postverbal #> 23527 End, not immed postverbal #> 23528 End, not immed postverbal #> 23534 End, not immed postverbal #> 23535 End, not immed postverbal #> 23536 End, not immed postverbal #> 23542 End, not immed postverbal #> 23545 End, not immed postverbal #> 23551 End, not immed postverbal #> 23558 End, not immed postverbal #> 23559 End, not immed postverbal #> 23560 End, not immed postverbal #> 23574 End, not immed postverbal #> 23575 VSO, but NegSVO #> 23583 SVO/VSO, but NegSVONeg #> 23608 Other NegV #> 23609 Other NegV #> 23613 Other NegV #> 23621 Other NegV #> 23627 Other NegV #> 23640 Other VNeg #> 23643 More than one construction #> 23651 More than one construction #> 23655 More than one construction #> 23666 More than one construction #> 23689 More than one construction #> 23693 ObligNeg #> 23696 ObligNeg #> 23702 ObligNeg #> 23716 ObligNeg #> 23717 ObligNeg #> 23720 ObligNeg #> 23730 ObligNeg #> 23733 ObligNeg #> 23735 ObligNeg #> 23737 ObligNeg #> 23747 OptNeg #> 23748 OptNeg #> 23757 OptNeg #> 23764 OptNeg #> 23765 OptNeg #> 23777 OptNeg #> 23780 OptNeg #> 23789 SNegVO #> 23800 SNegVO #> 23802 SNegVO #> 23806 SNegVO #> 23807 SNegVO #> 23808 SNegVO #> 23815 SNegVO #> 23823 SNegVO #> 23829 SNegVO #> 23830 SNegVO #> 23834 SNegVO #> 23836 SNegVO #> 23845 SNegVO #> 23850 SNegVO #> 23858 SNegVO #> 23864 SNegVO #> 23869 SNegVO #> 23876 SNegVO #> 23879 SNegVO #> 23880 SNegVO #> 23881 SNegVO #> 23891 SNegVO #> 23892 SVNegO #> 23895 SVONeg #> 23896 SVONeg #> 23902 SVONeg #> 23903 SVONeg #> 23907 SVONeg #> 23910 SVONeg #> 23911 SVONeg #> 23913 SVONeg #> 23926 SVONeg #> 23929 SVONeg #> 23931 SVONeg #> 23934 SVONeg #> 23951 SVONeg #> 23953 SVONeg #> 23955 SVONeg #> 23958 SVONeg #> 23961 SVONeg #> 23962 SVONeg #> 23965 SVONeg #> 23969 SVONeg #> 23971 SVONeg #> 23980 S[Neg-V]O #> 23995 S[Neg-V]O #> 24030 S[Neg-V]O #> 24046 S[V-Neg]O #> 24048 S[V-Neg]O #> 24049 S[V-Neg]O #> 24053 S[V-Neg]O #> 24059 VSO but NegSVO #> 24076 SVONeg/VSONeg #> 24079 SNegVO/NegVOS #> 24100 SVO/VSO & NegV #> 24101 SVO/VOS & NegV #> 24110 SNegVO/S[V-Neg]O #> 24114 SNegVONeg #> 24119 SNegVONeg #> 24120 SNegVONeg #> 24121 SNegVONeg #> 24137 SNegVNegO #> 24142 SNegVONeg/SVNegONeg/NegVOSNeg/VNegOSNeg #> 24146 SVO & NegVNeg #> 24147 SVO & NegVNeg #> 24150 SVO/VSO but NegSVONeg #> 24157 S[Neg-V]ONeg #> 24173 SNegVO(Neg) #> 24174 SNegVO(Neg) #> 24175 SNegVO(Neg) #> 24183 S[V(-Neg)]O & NegV #> 24189 S(Neg)VONeg #> 24191 S(Neg)VONeg #> 24201 NegS[V(-Neg)]O #> 24216 NoDoubleNeg #> 24224 OptDoubleNeg #> 24226 OnlyWithAnotherNeg #> 24235 No NegSVO #> 24252 No NegSVO #> 24263 No NegSVO #> 24272 No NegSVO #> 24274 No NegSVO #> 24280 No NegSVO #> 24284 No NegSVO #> 24285 No NegSVO #> 24293 No NegSVO #> 24295 No NegSVO #> 24305 No NegSVO #> 24314 No NegSVO #> 24340 No NegSVO #> 24343 No NegSVO #> 24344 No NegSVO #> 24372 No NegSVO #> 24374 No NegSVO #> 24376 No NegSVO #> 24379 No NegSVO #> 24381 No NegSVO #> 24382 No NegSVO #> 24384 No NegSVO #> 24386 No NegSVO #> 24394 No NegSVO #> 24409 No NegSVO #> 24413 No NegSVO #> 24415 No NegSVO #> 24416 No NegSVO #> 24417 No NegSVO #> 24424 No NegSVO #> 24425 No NegSVO #> 24426 No NegSVO #> 24431 No NegSVO #> 24436 No NegSVO #> 24440 No NegSVO #> 24442 No NegSVO #> 24446 No NegSVO #> 24447 No NegSVO #> 24451 No NegSVO #> 24457 No NegSVO #> 24459 No NegSVO #> 24464 No NegSVO #> 24467 No NegSVO #> 24471 No NegSVO #> 24481 No NegSVO #> 24482 No NegSVO #> 24483 No NegSVO #> 24510 No NegSVO #> 24523 No NegSVO #> 24526 No NegSVO #> 24531 No NegSVO #> 24536 No NegSVO #> 24542 No NegSVO #> 24550 No NegSVO #> 24558 No NegSVO #> 24562 No NegSVO #> 24576 No NegSVO #> 24577 No NegSVO #> 24582 No NegSVO #> 24586 No NegSVO #> 24591 No NegSVO #> 24603 No NegSVO #> 24606 No NegSVO #> 24617 No NegSVO #> 24620 No NegSVO #> 24622 No NegSVO #> 24624 No NegSVO #> 24636 Word&NoDoubleNeg #> 24639 Word&NoDoubleNeg #> 24641 Word&NoDoubleNeg #> 24651 Word&NoDoubleNeg #> 24652 Word&NoDoubleNeg #> 24663 Word&NoDoubleNeg #> 24665 Word&NoDoubleNeg #> 24669 Word&NoDoubleNeg #> 24677 Word&NoDoubleNeg #> 24685 Word&NoDoubleNeg #> 24689 Word&NoDoubleNeg #> 24695 Word&NoDoubleNeg #> 24699 Word&NoDoubleNeg #> 24704 Word&NoDoubleNeg #> 24709 Word&NoDoubleNeg #> 24713 Word&NoDoubleNeg #> 24720 Word&NoDoubleNeg #> 24723 Word&NoDoubleNeg #> 24724 Word&NoDoubleNeg #> 24726 Word&NoDoubleNeg #> 24732 Word&NoDoubleNeg #> 24740 Word&NoDoubleNeg #> 24744 Word&NoDoubleNeg #> 24756 Word&NoDoubleNeg #> 24782 Prefix&NoDoubleNeg #> 24806 Prefix&NoDoubleNeg #> 24815 Prefix&NoDoubleNeg #> 24831 Word&OptDoubleNeg #> 24838 Word&OptDoubleNeg #> 24839 Word&OptDoubleNeg #> 24847 Word&OnlyWithAnotherNeg #> 24859 Word&OnlyWithAnotherNeg #> 24860 Word&OnlyWithAnotherNeg #> 24861 Word&OnlyWithAnotherNeg #> 24862 Word&OnlyWithAnotherNeg #> 24869 Word&OnlyWithAnotherNeg #> 24871 Word&OnlyWithAnotherNeg #> 24882 Word&OnlyWithAnotherNeg #> 24891 Prefix&OnlyWithAnotherNeg #> 24908 No SNegVO #> 24921 No SNegVO #> 24925 No SNegVO #> 24933 No SNegVO #> 24936 No SNegVO #> 24944 No SNegVO #> 24947 No SNegVO #> 24948 No SNegVO #> 24949 No SNegVO #> 24952 No SNegVO #> 24953 No SNegVO #> 24954 No SNegVO #> 24964 No SNegVO #> 24966 No SNegVO #> 24973 No SNegVO #> 24977 No SNegVO #> 24978 No SNegVO #> 24979 No SNegVO #> 24986 No SNegVO #> 24990 No SNegVO #> 25000 No SNegVO #> 25001 No SNegVO #> 25006 No SNegVO #> 25013 No SNegVO #> 25014 No SNegVO #> 25025 No SNegVO #> 25028 No SNegVO #> 25033 No SNegVO #> 25034 No SNegVO #> 25035 No SNegVO #> 25044 No SNegVO #> 25053 Word&NoDoubleNeg #> 25064 Suffix&NoDoubleNeg #> 25066 Suffix&NoDoubleNeg #> 25067 Suffix&NoDoubleNeg #> 25069 Suffix&NoDoubleNeg #> 25076 Suffix&NoDoubleNeg #> 25091 Word&OnlyWithAnotherNeg #> 25095 Word&OnlyWithAnotherNeg #> 25118 Suffix&OnlyWithAnotherNeg #> 25123 No SVNegO #> 25132 No SVNegO #> 25134 No SVNegO #> 25151 No SVNegO #> 25152 No SVNegO #> 25159 No SVNegO #> 25160 No SVNegO #> 25162 No SVNegO #> 25171 No SVNegO #> 25181 No SVNegO #> 25184 No SVNegO #> 25189 No SVNegO #> 25191 No SVNegO #> 25194 No SVNegO #> 25207 No SVNegO #> 25213 No SVNegO #> 25220 No SVNegO #> 25222 No SVNegO #> 25225 No SVNegO #> 25229 No SVNegO #> 25231 No SVNegO #> 25239 No SVNegO #> 25247 No SVNegO #> 25248 No SVNegO #> 25252 No SVNegO #> 25263 No SVNegO #> 25268 No SVNegO #> 25276 No SVNegO #> 25293 No SVNegO #> 25295 No SVNegO #> 25298 No SVNegO #> 25301 No SVNegO #> 25310 No SVNegO #> 25313 No SVNegO #> 25320 No SVNegO #> 25323 No SVNegO #> 25330 No SVNegO #> 25331 No SVNegO #> 25335 No SVNegO #> 25336 No SVNegO #> 25342 No SVNegO #> 25346 No SVNegO #> 25350 No SVNegO #> 25351 No SVNegO #> 25356 No SVNegO #> 25366 No SVNegO #> 25369 No SVNegO #> 25370 No SVNegO #> 25373 No SVNegO #> 25385 No SVNegO #> 25386 No SVNegO #> 25389 No SVNegO #> 25392 No SVNegO #> 25395 No SVNegO #> 25397 No SVNegO #> 25399 No SVNegO #> 25408 No SVNegO #> 25434 No SVNegO #> 25440 No SVNegO #> 25451 No SVNegO #> 25452 No SVNegO #> 25458 No SVNegO #> 25459 No SVNegO #> 25465 No SVNegO #> 25468 No SVNegO #> 25487 No SVNegO #> 25490 No SVNegO #> 25491 No SVNegO #> 25496 NoDoubleNeg #> 25498 NoDoubleNeg #> 25509 NoDoubleNeg #> 25510 NoDoubleNeg #> 25512 NoDoubleNeg #> 25515 NoDoubleNeg #> 25523 NoDoubleNeg #> 25528 NoDoubleNeg #> 25531 NoDoubleNeg #> 25534 NoDoubleNeg #> 25543 NoDoubleNeg #> 25549 NoDoubleNeg #> 25553 NoDoubleNeg #> 25562 NoDoubleNeg #> 25563 NoDoubleNeg #> 25564 NoDoubleNeg #> 25567 NoDoubleNeg #> 25568 NoDoubleNeg #> 25571 NoDoubleNeg #> 25576 NoDoubleNeg #> 25581 NoDoubleNeg #> 25586 NoDoubleNeg #> 25589 OptDoubleNeg #> 25597 OptDoubleNeg #> 25600 OnlyWithAnotherNeg #> 25603 OnlyWithAnotherNeg #> 25604 OnlyWithAnotherNeg #> 25605 OnlyWithAnotherNeg #> 25610 OnlyWithAnotherNeg #> 25611 OnlyWithAnotherNeg #> 25618 OnlyWithAnotherNeg #> 25619 OnlyWithAnotherNeg #> 25620 OnlyWithAnotherNeg #> 25630 OnlyWithAnotherNeg #> 25645 No SVONeg #> 25647 No SVONeg #> 25651 No SVONeg #> 25655 No SVONeg #> 25667 No SVONeg #> 25676 No SVONeg #> 25694 No SVONeg #> 25696 No SVONeg #> 25697 No SVONeg #> 25698 No SVONeg #> 25699 No SVONeg #> 25707 No SVONeg #> 25710 No SVONeg #> 25715 No SVONeg #> 25716 No SVONeg #> 25723 No SVONeg #> 25729 No SVONeg #> 25732 No SVONeg #> 25733 No SVONeg #> 25736 No SVONeg #> 25746 No SVONeg #> 25755 No SVONeg #> 25760 No SVONeg #> 25762 No SVONeg #> 25771 No SVONeg #> 25773 No SVONeg #> 25776 No SVONeg #> 25785 No SVONeg #> 25821 No SVONeg #> 25830 No SVONeg #> 25833 No SVONeg #> 25842 No SVONeg #> 25853 No SVONeg #> 25855 No SVONeg #> 25856 No SVONeg #> 25866 No SVONeg #> 25885 No SVONeg #> 25886 No SVONeg #> 25892 No SVONeg #> 25896 No SVONeg #> 25922 No SVONeg #> 25925 No SVONeg #> 25929 No SVONeg #> 26030 More than one construction #> 26044 More than one construction #> 26063 ObligDoubleNeg #> 26066 ObligDoubleNeg #> 26079 ObligDoubleNeg #> 26111 OptDoubleNeg #> 26114 OptDoubleNeg #> 26115 OptDoubleNeg #> 26136 OptDoubleNeg #> 26142 SV&OV&NegV #> 26144 SV&OV&NegV #> 26161 SNegOV #> 26166 SNegOV #> 26167 SNegOV #> 26168 SNegOV #> 26169 SNegOV #> 26180 SV&OV&[Neg-V] #> 26190 SV&OV&[V-Neg] #> 26221 SONegV #> 26228 SONegV #> 26234 SONegV #> 26261 SONegV #> 26291 SOVNeg #> 26292 SOVNeg #> 26310 SOVNeg #> 26322 SOVNeg #> 26333 SO[Neg-V] #> 26346 SO[Neg-V] #> 26349 SO[Neg-V] #> 26354 SO[Neg-V] #> 26372 SO[Neg-V] #> 26386 SO[V-Neg] #> 26391 SO[V-Neg] #> 26404 SO[V-Neg] #> 26415 SO[V-Neg] #> 26417 SO[V-Neg] #> 26419 SO[V-Neg] #> 26420 SO[V-Neg] #> 26422 SO[V-Neg] #> 26423 SO[V-Neg] #> 26424 SO[V-Neg] #> 26440 SO[V-Neg] #> 26459 SO[V-Neg] #> 26461 SO[V-Neg] #> 26474 SO[V-Neg] #> 26486 SO[V-Neg] #> 26494 SO[V-Neg] #> 26495 SO[V-Neg] #> 26496 SO[V-Neg] #> 26499 SO[V-Neg] #> 26504 SO[V-Neg] #> 26552 SOVNeg/SO[V-Neg] #> 26561 SNegOV/SONegV/SO[V-Neg] #> 26601 SO[Neg-V-Neg] #> 26603 SO[Neg-V-Neg] #> 26605 SO[Neg-V-Neg] #> 26617 SOV & (Neg)[V-Neg] #> 26623 S(Neg)OVNeg #> 26624 S(Neg)OVNeg #> 26637 SO[V-Neg](Neg) #> 26671 No NegSOV #> 26690 No NegSOV #> 26695 No NegSOV #> 26696 No NegSOV #> 26704 No NegSOV #> 26719 No NegSOV #> 26724 No NegSOV #> 26727 No NegSOV #> 26729 No NegSOV #> 26748 No NegSOV #> 26753 No NegSOV #> 26754 No NegSOV #> 26758 No NegSOV #> 26783 No NegSOV #> 26785 No NegSOV #> 26794 No NegSOV #> 26803 No NegSOV #> 26809 No NegSOV #> 26814 No NegSOV #> 26815 No NegSOV #> 26825 No NegSOV #> 26836 No NegSOV #> 26841 No NegSOV #> 26846 No NegSOV #> 26865 No NegSOV #> 26889 No NegSOV #> 26895 No NegSOV #> 26897 No NegSOV #> 26899 No NegSOV #> 26906 No NegSOV #> 26907 No NegSOV #> 26912 No NegSOV #> 26917 No NegSOV #> 26918 No NegSOV #> 26925 No NegSOV #> 26928 No NegSOV #> 26961 No NegSOV #> 26962 No NegSOV #> 26974 No NegSOV #> 26988 No NegSOV #> 26989 No NegSOV #> 26991 No NegSOV #> 26997 No NegSOV #> 27018 No NegSOV #> 27020 No NegSOV #> 27046 No NegSOV #> 27048 NoDoubleNeg #> 27051 NoDoubleNeg #> 27058 NoDoubleNeg #> 27059 NoDoubleNeg #> 27062 NoDoubleNeg #> 27066 NoDoubleNeg #> 27077 OnlyWithAnotherNeg #> 27086 OnlyWithAnotherNeg #> 27088 No SNegOV #> 27089 No SNegOV #> 27091 No SNegOV #> 27099 No SNegOV #> 27108 No SNegOV #> 27128 No SNegOV #> 27132 No SNegOV #> 27136 No SNegOV #> 27139 No SNegOV #> 27153 No SNegOV #> 27167 No SNegOV #> 27182 No SNegOV #> 27192 No SNegOV #> 27203 No SNegOV #> 27224 No SNegOV #> 27251 No SNegOV #> 27271 No SNegOV #> 27277 No SNegOV #> 27278 No SNegOV #> 27306 No SNegOV #> 27312 No SNegOV #> 27313 No SNegOV #> 27315 No SNegOV #> 27318 No SNegOV #> 27341 No SNegOV #> 27355 No SNegOV #> 27356 No SNegOV #> 27358 No SNegOV #> 27365 No SNegOV #> 27367 No SNegOV #> 27385 No SNegOV #> 27392 No SNegOV #> 27403 No SNegOV #> 27406 No SNegOV #> 27414 No SNegOV #> 27436 No SNegOV #> 27439 No SNegOV #> 27452 No SNegOV #> 27461 Word&NoDoubleNeg #> 27466 Word&NoDoubleNeg #> 27482 Word&NoDoubleNeg #> 27505 Word&NoDoubleNeg #> 27514 Word&NoDoubleNeg #> 27533 Prefix&NoDoubleNeg #> 27540 Prefix&NoDoubleNeg #> 27550 Prefix&NoDoubleNeg #> 27554 Prefix&NoDoubleNeg #> 27559 Prefix&NoDoubleNeg #> 27608 Prefix&OnlyWithAnotherNeg #> 27612 Prefix&OnlyWithAnotherNeg #> 27621 Prefix&OnlyWithAnotherNeg #> 27649 No SONegV #> 27653 No SONegV #> 27657 No SONegV #> 27666 No SONegV #> 27670 No SONegV #> 27673 No SONegV #> 27682 No SONegV #> 27686 No SONegV #> 27688 No SONegV #> 27691 No SONegV #> 27712 No SONegV #> 27722 No SONegV #> 27727 No SONegV #> 27744 No SONegV #> 27749 No SONegV #> 27757 No SONegV #> 27760 No SONegV #> 27764 No SONegV #> 27771 No SONegV #> 27785 No SONegV #> 27788 No SONegV #> 27791 No SONegV #> 27799 No SONegV #> 27804 No SONegV #> 27807 No SONegV #> 27808 No SONegV #> 27809 No SONegV #> 27824 No SONegV #> 27827 No SONegV #> 27830 No SONegV #> 27833 No SONegV #> 27848 No SONegV #> 27863 No SONegV #> 27871 Word&NoDoubleNeg #> 27879 Word&NoDoubleNeg #> 27881 Word&NoDoubleNeg #> 27883 Word&NoDoubleNeg #> 27938 NoSOVNeg #> 27945 NoSOVNeg #> 27967 NoSOVNeg #> 27985 NoSOVNeg #> 28001 NoSOVNeg #> 28019 NoSOVNeg #> 28030 NoSOVNeg #> 28064 NoSOVNeg #> 28069 NoSOVNeg #> 28088 NoSOVNeg #> 28092 NoSOVNeg #> 28098 NoSOVNeg #> 28108 NoSOVNeg #> 28117 NoSOVNeg #> 28148 Suffix&NoDoubleNeg #> 28155 Suffix&NoDoubleNeg #> 28157 Suffix&NoDoubleNeg #> 28162 Suffix&NoDoubleNeg #> 28165 Suffix&NoDoubleNeg #> 28170 Suffix&NoDoubleNeg #> 28173 Suffix&NoDoubleNeg #> 28176 Suffix&NoDoubleNeg #> 28184 Suffix&NoDoubleNeg #> 28199 Suffix&NoDoubleNeg #> 28219 Suffix&NoDoubleNeg #> 28235 Suffix&NoDoubleNeg #> 28236 Suffix&NoDoubleNeg #> 28239 Suffix&NoDoubleNeg #> 28245 Suffix&NoDoubleNeg #> 28258 Suffix&NoDoubleNeg #> 28270 Suffix&NoDoubleNeg #> 28274 Suffix&NoDoubleNeg #> 28281 Suffix&NoDoubleNeg #> 28282 Suffix&NoDoubleNeg #> 28284 Suffix&NoDoubleNeg #> 28288 Word&OptDoubleNeg #> 28293 Word&OptDoubleNeg #> 28299 Suffix&OptDoubleNeg #> 28315 Suffix&OnlyWithAnotherNeg #> 28330 Suffix&OnlyWithAnotherNeg #> 28341 Suffix&OnlyWithAnotherNeg #> 28348 Type 1 / Type 2 #> 28354 Type 5 / Type 4 #> 28356 NegVSO #> 28360 NegVSO #> 28361 NegVSO #> 28365 NegVSO #> 28371 NegVSO #> 28373 NegVSO #> 28374 NegVSO #> 28377 NegVSO #> 28378 NegVSO #> 28380 NegVSO #> 28381 NegVSO #> 28384 NegVSO #> 28388 NegVSO #> 28389 NegVSO #> 28393 NegVSO #> 28394 NegVSO #> 28399 NegVSO #> 28401 NegVSO #> 28402 NegVSO #> 28407 NegVSO #> 28410 NegVSO #> 28411 NegVSO #> 28414 [V-Neg] & VS &VO #> 28417 NegVOS/[Neg-V]OS #> 28423 VSONeg/SVONeg #> 28425 NegVOS/SNegVO #> 28430 NegV & VSO/SVO #> 28432 NegV & VOS/SVO #> 28436 ObligDoubleNeg #> 28437 ObligDoubleNeg #> 28438 ObligDoubleNeg #> 28441 ObligDoubleNeg #> 28445 OptDoubleNeg #> 28449 OptDoubleNeg #> 28450 OptDoubleNeg #> 28452 VSONeg #> 28467 NegVOS #> 28470 NegVOS #> 28485 NegV & VS & VO #> 28490 NegV & VS & VO #> 28491 NegV & VS & VO #> 28496 NegV & VS & VO #> 28499 [Neg-V]SO #> 28501 [Neg-V]SO #> 28502 [Neg-V]SO #> 28503 [Neg-V]SO #> 28510 NegVSO&OptStemChange #> 28515 VOS & NegVNeg #> 28517 NegVNegOS #> 28518 NegVSONeg #> 28520 VNegSONeg #> 28522 NegVOSNeg/VNegOSNeg/SNegVONeg/SVNegONeg #> 28523 V(Neg)SONeg #> 28528 Separate word, no double negation\tWord&NoDoubleNeg #> 28529 Separate word, no double negation\tWord&NoDoubleNeg #> 28530 Separate word, no double negation\tWord&NoDoubleNeg #> 28532 Separate word, no double negation\tWord&NoDoubleNeg #> 28534 Separate word, no double negation\tWord&NoDoubleNeg #> 28542 Separate word, no double negation\tWord&NoDoubleNeg #> 28544 Separate word, no double negation\tWord&NoDoubleNeg #> 28547 Separate word, no double negation\tWord&NoDoubleNeg #> 28550 Separate word, no double negation\tWord&NoDoubleNeg #> 28551 Separate word, no double negation\tWord&NoDoubleNeg #> 28553 Separate word, no double negation\tWord&NoDoubleNeg #> 28554 Separate word, no double negation\tWord&NoDoubleNeg #> 28568 Separate word, no double negation\tWord&NoDoubleNeg #> 28579 Separate word, no double negation\tWord&NoDoubleNeg #> 28580 Separate word, no double negation\tWord&NoDoubleNeg #> 28583 Separate word, no double negation\tWord&NoDoubleNeg #> 28588 Separate word, no double negation\tWord&NoDoubleNeg #> 28589 Separate word, no double negation\tWord&NoDoubleNeg #> 28590 Separate word, no double negation\tWord&NoDoubleNeg #> 28594 Separate word, no double negation\tWord&NoDoubleNeg #> 28597 Separate word, no double negation\tWord&NoDoubleNeg #> 28600 Separate word, no double negation\tWord&NoDoubleNeg #> 28601 Separate word, no double negation\tWord&NoDoubleNeg #> 28607 Separate word, no double negation\tWord&NoDoubleNeg #> 28608 Separate word, no double negation\tWord&NoDoubleNeg #> 28626 Separate word, no double negation\tWord&NoDoubleNeg #> 28627 Separate word, no double negation\tWord&NoDoubleNeg #> 28628 Separate word, no double negation\tWord&NoDoubleNeg #> 28630 Separate word, no double negation\tWord&NoDoubleNeg #> 28639 Separate word, no double negation\tWord&NoDoubleNeg #> 28640 Separate word, no double negation\tWord&NoDoubleNeg #> 28643 Prefix, no double negation\tPrefix&NoDoubleNeg #> 28647 Prefix, no double negation\tPrefix&NoDoubleNeg #> 28648 Prefix, no double negation\tPrefix&NoDoubleNeg #> 28650 Prefix, no double negation\tPrefix&NoDoubleNeg #> 28657 Word&Opt #> 28658 Word&Opt #> 28661 Word&OnlyWithAnotherNeg #> 28662 Word&OnlyWithAnotherNeg #> 28663 Word&OnlyWithAnotherNeg #> 28668 Type 1 / Type 2 #> 28671 No preverbal neg #> 28672 No preverbal neg #> 28673 No preverbal neg #> 28674 No preverbal neg #> 28675 No preverbal neg #> 28677 Suffix&NoDoubleNeg #> 28680 Word&OnlyWithAnotherNeg #> 28681 Word&OnlyWithAnotherNeg #> 28682 Word&OnlyWithAnotherNeg #> 28683 Word&OnlyWithAnotherNeg #> 28685 Suffix&OnlyWithAnotherNeg #> 28692 None #> 28699 None #> 28703 None #> 28707 None #> 28708 None #> 28710 None #> 28714 None #> 28719 None #> 28722 None #> 28725 None #> 28726 None #> 28727 None #> 28729 None #> 28730 None #> 28731 None #> 28737 None #> 28739 None #> 28740 None #> 28743 None #> 28744 None #> 28745 None #> 28750 None #> 28755 None #> 28758 None #> 28764 None #> 28766 None #> 28770 None #> 28773 None #> 28787 None #> 28788 None #> 28790 None #> 28795 None #> 28798 None #> 28810 None #> 28811 None #> 28816 None #> 28818 None #> 28819 None #> 28822 None #> 28824 None #> 28828 NoDoubleNeg #> 28829 NoDoubleNeg #> 28830 OptDoubleNeg #> 28831 OnlyWithAnotherNeg #> 28832 OnlyWithAnotherNeg #> 28833 OnlyWithAnotherNeg #> 28839 No clause-final neg #> 28843 No clause-final neg #> 28848 No clause-final neg #> 28849 No clause-final neg #> 28852 No clause-final neg #> 28854 No clause-final neg #> 28859 No clause-final neg #> 28861 No clause-final neg #> 28864 No clause-final neg #> 28869 No clause-final neg #> 28881 No clause-final neg #> 28885 No clause-final neg #> 28898 No clause-final neg #> 28900 No clause-final neg #> 28901 No clause-final neg #> 28902 No clause-final neg #> 28909 No clause-final neg #> 28912 No clause-final neg #> 28913 No clause-final neg #> 28914 No clause-final neg #> 28915 No clause-final neg #> 28918 No clause-final neg #> 28921 No clause-final neg #> 28923 No clause-final neg #> 28925 No clause-final neg #> 28929 No clause-final neg #> 28931 No clause-final neg #> 28936 No clause-final neg #> 28944 No clause-final neg #> 28952 No clause-final neg #> 28954 No clause-final neg #> 28957 No clause-final neg #> 28959 No clause-final neg #> 28962 No clause-final neg #> 28965 No clause-final neg #> 28970 No clause-final neg #> 28972 No clause-final neg #> 28973 No clause-final neg #> 28977 No clause-final neg #> 28978 No clause-final neg #> 29023 Left-edge: First or second #> 29060 Right-edge: Ultimate or penultimate #> 29064 Right-edge: Ultimate or penultimate #> 29066 Right-edge: Ultimate or penultimate #> 29072 Right-edge: Ultimate or penultimate #> 29114 Right-oriented: One of the last three #> 29120 Right-oriented: One of the last three #> 29125 Right-oriented: One of the last three #> 29139 Unbounded: Stress can be anywhere #> 29141 Unbounded: Stress can be anywhere #> 29143 Unbounded: Stress can be anywhere #> 29169 Unbounded: Stress can be anywhere #> 29182 Combined: Right-edge and unbounded #> 29190 Not predictable #> 29207 Not predictable #> 29210 Not predictable #> 29225 Fixed stress (no weight-sensitivity) #> 29232 Fixed stress (no weight-sensitivity) #> 29252 Fixed stress (no weight-sensitivity) #> 29264 Fixed stress (no weight-sensitivity) #> 29298 Fixed stress (no weight-sensitivity) #> 29299 Fixed stress (no weight-sensitivity) #> 29304 Fixed stress (no weight-sensitivity) #> 29305 Fixed stress (no weight-sensitivity) #> 29354 Fixed stress (no weight-sensitivity) #> 29355 Fixed stress (no weight-sensitivity) #> 29360 Fixed stress (no weight-sensitivity) #> 29376 Fixed stress (no weight-sensitivity) #> 29383 Fixed stress (no weight-sensitivity) #> 29402 Fixed stress (no weight-sensitivity) #> 29405 Fixed stress (no weight-sensitivity) #> 29437 Fixed stress (no weight-sensitivity) #> 29448 Fixed stress (no weight-sensitivity) #> 29450 Fixed stress (no weight-sensitivity) #> 29464 Fixed stress (no weight-sensitivity) #> 29486 Fixed stress (no weight-sensitivity) #> 29509 No weight #> 29531 No weight #> 29579 No weight #> 29599 No weight #> 29606 No weight #> 29609 No weight #> 29639 No weight #> 29645 No weight #> 29649 No weight #> 29655 No weight #> 29665 No weight #> 29696 No weight #> 29700 No weight #> 29717 No weight #> 29728 No weight #> 29742 No weight #> 29764 Long vowel #> 29775 Long vowel #> 29782 Long vowel #> 29823 Coda consonant #> 29833 Coda consonant #> 29836 Coda consonant #> 29842 Long vowel or coda consonant #> 29843 Long vowel or coda consonant #> 29862 Long vowel or coda consonant #> 29868 Long vowel or coda consonant #> 29879 Prominence #> 29898 Prominence #> 29917 Lexical stress #> 29920 Lexical stress #> 29924 Lexical stress #> 29925 Lexical stress #> 29946 Lexical stress #> 29947 Lexical stress #> 29964 Combined #> 29986 Combined #> 30019 Trochaic #> 30046 Trochaic #> 30054 Trochaic #> 30059 Trochaic #> 30143 Trochaic #> 30149 Iambic #> 30162 Iambic #> 30192 Undetermined #> 30197 Undetermined #> 30198 Undetermined #> 30199 Undetermined #> 30212 Undetermined #> 30213 Undetermined #> 30216 Undetermined #> 30217 Undetermined #> 30227 No rhythmic stress #> 30240 No rhythmic stress #> 30241 No rhythmic stress #> 30309 No rhythmic stress #> 30314 No rhythmic stress #> 30319 All present #> 30346 All present #> 30353 All present #> 30356 All present #> 30359 All present #> 30360 All present #> 30363 All present #> 30367 All present #> 30377 All present #> 30381 All present #> 30384 All present #> 30396 All present #> 30404 All present #> 30413 All present #> 30414 All present #> 30415 All present #> 30428 All present #> 30431 All present #> 30456 All present #> 30457 All present #> 30460 All present #> 30461 All present #> 30470 All present #> 30472 All present #> 30481 All present #> 30482 All present #> 30486 All present #> 30488 All present #> 30490 All present #> 30501 All present #> 30502 All present #> 30512 All present #> 30526 All present #> 30527 All present #> 30533 All present #> 30538 All present #> 30541 All present #> 30548 All present #> 30564 All present #> 30577 All present #> 30580 All present #> 30584 All present #> 30605 All present #> 30606 All present #> 30613 All present #> 30614 All present #> 30626 All present #> 30632 All present #> 30635 All present #> 30639 All present #> 30643 All present #> 30650 All present #> 30652 All present #> 30655 All present #> 30657 All present #> 30663 All present #> 30664 All present #> 30667 All present #> 30677 All present #> 30688 All present #> 30689 All present #> 30696 All present #> 30699 All present #> 30702 All present #> 30709 All present #> 30710 All present #> 30712 All present #> 30714 All present #> 30718 All present #> 30722 All present #> 30725 All present #> 30730 All present #> 30733 All present #> 30735 All present #> 30738 All present #> 30743 All present #> 30746 All present #> 30752 All present #> 30759 All present #> 30761 All present #> 30765 All present #> 30771 All present #> 30779 All present #> 30781 All present #> 30786 All present #> 30795 All present #> 30798 All present #> 30799 All present #> 30806 All present #> 30818 All present #> 30819 All present #> 30820 All present #> 30861 No fricatives #> 30866 No fricatives #> 30885 None #> 30889 None #> 30891 None #> 30893 None #> 30905 None #> 30913 None #> 30920 None #> 30931 None #> 30941 None #> 30950 None #> 30953 None #> 30958 None #> 30959 None #> 30967 None #> 30968 None #> 30972 None #> 30977 None #> 30978 None #> 30982 None #> 30983 None #> 30986 None #> 30988 None #> 30993 None #> 30995 None #> 30996 None #> 31010 None #> 31013 None #> 31021 None #> 31034 None #> 31036 None #> 31050 None #> 31052 None #> 31055 None #> 31067 None #> 31068 None #> 31080 None #> 31084 None #> 31085 None #> 31092 None #> 31099 None #> 31106 None #> 31108 None #> 31110 None #> 31115 None #> 31128 None #> 31140 None #> 31152 None #> 31159 None #> 31162 None #> 31165 None #> 31172 None #> 31186 None #> 31188 None #> 31197 None #> 31198 None #> 31217 None #> 31219 None #> 31229 None #> 31230 None #> 31231 None #> 31245 None #> 31248 None #> 31253 None #> 31258 None #> 31271 None #> 31273 None #> 31280 None #> 31281 None #> 31304 None #> 31307 None #> 31313 None #> 31316 None #> 31321 None #> 31327 None #> 31330 None #> 31332 None #> 31350 Labial-velars #> 31367 Labial-velars #> 31375 Labial-velars #> 31383 Labial-velars #> 31384 Labial-velars #> 31391 Pharyngeals #> 31395 Pharyngeals #> 31397 Pharyngeals #> 31399 Pharyngeals #> 31413 'Th' sounds #> 31416 'Th' sounds #> 31417 'Th' sounds #> 31418 'Th' sounds #> 31424 'Th' sounds #> 31427 'Th' sounds #> 31435 'Th' sounds #> 31440 'Th' sounds #> 31445 'Th' sounds #> 31503 Small (2-4) #> 31506 Small (2-4) #> 31529 Small (2-4) #> 31544 Small (2-4) #> 31549 Average (5-6) #> 31556 Average (5-6) #> 31559 Average (5-6) #> 31564 Average (5-6) #> 31565 Average (5-6) #> 31575 Average (5-6) #> 31590 Average (5-6) #> 31591 Average (5-6) #> 31601 Average (5-6) #> 31606 Average (5-6) #> 31625 Average (5-6) #> 31628 Average (5-6) #> 31630 Average (5-6) #> 31639 Average (5-6) #> 31652 Average (5-6) #> 31658 Average (5-6) #> 31663 Average (5-6) #> 31665 Average (5-6) #> 31666 Average (5-6) #> 31667 Average (5-6) #> 31673 Average (5-6) #> 31675 Average (5-6) #> 31681 Average (5-6) #> 31709 Average (5-6) #> 31715 Average (5-6) #> 31717 Average (5-6) #> 31740 Average (5-6) #> 31747 Average (5-6) #> 31750 Average (5-6) #> 31751 Average (5-6) #> 31759 Average (5-6) #> 31767 Average (5-6) #> 31774 Average (5-6) #> 31780 Average (5-6) #> 31789 Average (5-6) #> 31794 Average (5-6) #> 31796 Average (5-6) #> 31813 Average (5-6) #> 31815 Average (5-6) #> 31819 Average (5-6) #> 31822 Average (5-6) #> 31829 Average (5-6) #> 31835 Large (7-14) #> 31836 Large (7-14) #> 31843 Large (7-14) #> 31845 Large (7-14) #> 31849 Large (7-14) #> 31850 Large (7-14) #> 31851 Large (7-14) #> 31853 Large (7-14) #> 31858 Large (7-14) #> 31863 Large (7-14) #> 31872 Large (7-14) #> 31875 Large (7-14) #> 31877 Large (7-14) #> 31892 Large (7-14) #> 31893 Large (7-14) #> 31901 Large (7-14) #> 31903 Large (7-14) #> 31904 Large (7-14) #> 31908 Large (7-14) #> 31909 Large (7-14) #> 31914 Large (7-14) #> 31924 Large (7-14) #> 31928 Large (7-14) #> 31933 Large (7-14) #> 31935 Large (7-14) #> 31936 Large (7-14) #> 31938 Large (7-14) #> 31941 Large (7-14) #> 31943 Large (7-14) #> 31946 Large (7-14) #> 31948 Large (7-14) #> 31949 Large (7-14) #> 31950 Large (7-14) #> 31952 Large (7-14) #> 31963 Large (7-14) #> 31968 Large (7-14) #> 31974 Large (7-14) #> 31978 Large (7-14) #> 31980 Large (7-14) #> 31989 Large (7-14) #> 31992 Large (7-14) #> 31993 Large (7-14) #> 31994 Large (7-14) #> 31996 Large (7-14) #> 32005 Large (7-14) #> 32012 Large (7-14) #> 32018 Exclusively concatenative #> 32020 Exclusively concatenative #> 32047 Exclusively concatenative #> 32050 Exclusively concatenative #> 32051 Exclusively concatenative #> 32053 Exclusively concatenative #> 32056 Exclusively concatenative #> 32058 Exclusively concatenative #> 32089 Exclusively concatenative #> 32102 Exclusively concatenative #> 32117 Exclusively concatenative #> 32125 Exclusively concatenative #> 32127 Exclusively concatenative #> 32132 Exclusively concatenative #> 32142 Exclusively isolating #> 32143 Exclusively isolating #> 32144 Exclusively isolating #> 32148 Exclusively isolating #> 32149 Exclusively isolating #> 32156 Exclusively isolating #> 32163 Ablaut/concatenative #> 32169 Isolating/concatenative #> 32175 Isolating/concatenative #> 32180 Isolating/concatenative #> 32188 Monoexponential case #> 32189 Monoexponential case #> 32190 Monoexponential case #> 32200 Monoexponential case #> 32207 Monoexponential case #> 32235 Monoexponential case #> 32236 Monoexponential case #> 32240 Monoexponential case #> 32243 Monoexponential case #> 32262 Case + referentiality #> 32280 No case #> 32281 No case #> 32293 No case #> 32302 No case #> 32303 No case #> 32309 No case #> 32312 No case #> 32317 No case #> 32318 No case #> 32324 No case #> 32325 No case #> 32326 No case #> 32329 No case #> 32333 No case #> 32341 No case #> 32344 monoexponential TAM #> 32349 monoexponential TAM #> 32351 monoexponential TAM #> 32355 monoexponential TAM #> 32378 monoexponential TAM #> 32383 monoexponential TAM #> 32389 monoexponential TAM #> 32393 monoexponential TAM #> 32397 monoexponential TAM #> 32410 monoexponential TAM #> 32419 monoexponential TAM #> 32423 monoexponential TAM #> 32424 monoexponential TAM #> 32425 monoexponential TAM #> 32426 monoexponential TAM #> 32430 monoexponential TAM #> 32446 monoexponential TAM #> 32448 monoexponential TAM #> 32456 monoexponential TAM #> 32459 monoexponential TAM #> 32462 monoexponential TAM #> 32473 TAM+agreement #> 32478 TAM+agreement #> 32488 TAM+agreement #> 32498 TAM+polarity #> 32504 0-1 category per word #> 32506 0-1 category per word #> 32509 2-3 categories per word #> 32511 2-3 categories per word #> 32512 2-3 categories per word #> 32520 2-3 categories per word #> 32527 2-3 categories per word #> 32530 2-3 categories per word #> 32531 2-3 categories per word #> 32534 4-5 categories per word #> 32537 4-5 categories per word #> 32538 4-5 categories per word #> 32548 4-5 categories per word #> 32550 4-5 categories per word #> 32562 4-5 categories per word #> 32584 6-7 categories per word #> 32585 6-7 categories per word #> 32591 6-7 categories per word #> 32613 6-7 categories per word #> 32660 Head marking #> 32667 Head marking #> 32690 Head marking #> 32699 Head marking #> 32714 Head marking #> 32719 Dependent marking #> 32722 Dependent marking #> 32723 Dependent marking #> 32739 Dependent marking #> 32741 Dependent marking #> 32746 Dependent marking #> 32752 Dependent marking #> 32754 Dependent marking #> 32764 Dependent marking #> 32772 Dependent marking #> 32779 Dependent marking #> 32788 Double marking #> 32791 Double marking #> 32802 Double marking #> 32817 Double marking #> 32819 Double marking #> 32844 No marking #> 32849 No marking #> 32854 No marking #> 32855 No marking #> 32868 No marking #> 32872 No marking #> 32876 No marking #> 32880 No marking #> 32901 Head marking #> 32906 Head marking #> 32925 Head marking #> 32935 Head marking #> 32939 Head marking #> 32956 Head marking #> 32961 Head marking #> 32962 Dependent marking #> 32964 Dependent marking #> 32966 Dependent marking #> 32973 Dependent marking #> 32992 Dependent marking #> 32999 Dependent marking #> 33003 Dependent marking #> 33014 Dependent marking #> 33016 Dependent marking #> 33025 Dependent marking #> 33034 Dependent marking #> 33041 Dependent marking #> 33044 Dependent marking #> 33056 Dependent marking #> 33062 Double marking #> 33091 No marking #> 33094 No marking #> 33103 No marking #> 33108 No marking #> 33112 No marking #> 33115 Other #> 33118 Other #> 33129 Head-marking #> 33135 Head-marking #> 33142 Head-marking #> 33163 Head-marking #> 33169 Dependent-marking #> 33172 Dependent-marking #> 33175 Dependent-marking #> 33179 Dependent-marking #> 33182 Dependent-marking #> 33184 Dependent-marking #> 33192 Dependent-marking #> 33210 Dependent-marking #> 33214 Double-marking #> 33230 Zero-marking #> 33240 Inconsistent or other #> 33246 Inconsistent or other #> 33247 Inconsistent or other #> 33262 Inconsistent or other #> 33270 Inconsistent or other #> 33273 Inconsistent or other #> 33282 Inconsistent or other #> 33285 Inconsistent or other #> 33291 Inconsistent or other #> 33305 Inconsistent or other #> 33318 Inconsistent or other #> 33328 Inconsistent or other #> 33337 Inconsistent or other #> 33348 Inconsistent or other #> 33355 Inconsistent or other #> 33356 Zero-marking #> 33358 Zero-marking #> 33363 Zero-marking #> 33374 Non-zero marking #> 33377 Non-zero marking #> 33381 Non-zero marking #> 33384 Non-zero marking #> 33397 Non-zero marking #> 33412 Non-zero marking #> 33414 Non-zero marking #> 33415 Non-zero marking #> 33432 Non-zero marking #> 33444 Non-zero marking #> 33446 Non-zero marking #> 33447 Non-zero marking #> 33453 Non-zero marking #> 33455 Non-zero marking #> 33482 Non-zero marking #> 33483 Non-zero marking #> 33504 Non-zero marking #> 33505 Non-zero marking #> 33508 Non-zero marking #> 33525 Non-zero marking #> 33527 Non-zero marking #> 33529 Non-zero marking #> 33545 Non-zero marking #> 33548 Non-zero marking #> 33565 Non-zero marking #> 33584 Non-zero marking #> 33589 Non-zero marking #> 33592 Little affixation #> 33599 Little affixation #> 33605 Little affixation #> 33607 Little affixation #> 33608 Little affixation #> 33610 Little affixation #> 33627 Little affixation #> 33628 Little affixation #> 33629 Little affixation #> 33635 Little affixation #> 33637 Little affixation #> 33639 Little affixation #> 33643 Little affixation #> 33658 Little affixation #> 33659 Little affixation #> 33671 Little affixation #> 33673 Little affixation #> 33674 Little affixation #> 33682 Little affixation #> 33687 Little affixation #> 33706 Little affixation #> 33718 Little affixation #> 33728 Little affixation #> 33729 Little affixation #> 33731 Little affixation #> 33734 Strongly suffixing #> 33739 Strongly suffixing #> 33756 Strongly suffixing #> 33766 Strongly suffixing #> 33772 Strongly suffixing #> 33794 Strongly suffixing #> 33796 Strongly suffixing #> 33820 Strongly suffixing #> 33821 Strongly suffixing #> 33825 Strongly suffixing #> 33828 Strongly suffixing #> 33834 Strongly suffixing #> 33837 Strongly suffixing #> 33838 Strongly suffixing #> 33868 Strongly suffixing #> 33878 Strongly suffixing #> 33880 Strongly suffixing #> 33898 Strongly suffixing #> 33910 Strongly suffixing #> 33929 Strongly suffixing #> 33935 Strongly suffixing #> 33939 Strongly suffixing #> 33948 Strongly suffixing #> 33955 Strongly suffixing #> 33957 Strongly suffixing #> 33959 Strongly suffixing #> 33960 Strongly suffixing #> 33965 Strongly suffixing #> 33974 Strongly suffixing #> 33993 Strongly suffixing #> 33994 Strongly suffixing #> 34009 Strongly suffixing #> 34016 Strongly suffixing #> 34022 Strongly suffixing #> 34034 Strongly suffixing #> 34043 Strongly suffixing #> 34045 Strongly suffixing #> 34075 Strongly suffixing #> 34086 Strongly suffixing #> 34088 Strongly suffixing #> 34095 Strongly suffixing #> 34103 Strongly suffixing #> 34110 Strongly suffixing #> 34111 Strongly suffixing #> 34118 Strongly suffixing #> 34119 Strongly suffixing #> 34133 Strongly suffixing #> 34139 Weakly suffixing #> 34148 Weakly suffixing #> 34151 Weakly suffixing #> 34158 Weakly suffixing #> 34161 Weakly suffixing #> 34163 Weakly suffixing #> 34166 Weakly suffixing #> 34181 Weakly suffixing #> 34188 Weakly suffixing #> 34193 Weakly suffixing #> 34197 Weakly suffixing #> 34202 Weakly suffixing #> 34205 Weakly suffixing #> 34209 Weakly suffixing #> 34214 Weakly suffixing #> 34227 Weakly suffixing #> 34228 Weakly suffixing #> 34240 Weakly suffixing #> 34251 Weakly suffixing #> 34258 Weakly suffixing #> 34259 Weakly suffixing #> 34267 Equal prefixing and suffixing #> 34282 Equal prefixing and suffixing #> 34284 Equal prefixing and suffixing #> 34285 Equal prefixing and suffixing #> 34289 Equal prefixing and suffixing #> 34301 Equal prefixing and suffixing #> 34312 Equal prefixing and suffixing #> 34313 Equal prefixing and suffixing #> 34315 Equal prefixing and suffixing #> 34316 Equal prefixing and suffixing #> 34329 Equal prefixing and suffixing #> 34348 Equal prefixing and suffixing #> 34350 Equal prefixing and suffixing #> 34358 Equal prefixing and suffixing #> 34359 Equal prefixing and suffixing #> 34362 Equal prefixing and suffixing #> 34367 Equal prefixing and suffixing #> 34373 Equal prefixing and suffixing #> 34376 Equal prefixing and suffixing #> 34378 Equal prefixing and suffixing #> 34385 Equal prefixing and suffixing #> 34391 Equal prefixing and suffixing #> code_ID language_ID iso_code glottocode #> 45 1A-1 goa guc wayu1243 #> 52 1A-1 haw haw hawa1245 #> 71 1A-1 jom tlo talo1250 #> 74 1A-1 mtp mto toto1305 #> 83 1A-1 jpr jru japr1238 #> 94 1A-2 nht nhg tete1251 #> 112 1A-2 tmn teq nucl1339 #> 122 1A-2 kfe kfz koro1298 #> 125 1A-2 brb bba baat1238 #> 128 1A-2 nhn ncj nort2957 #> 129 1A-2 zqc zoc copa1236 #> 135 1A-2 ram rma rama1270 #> 136 1A-2 bis bib biss1248 #> 137 1A-2 nyi nyi amas1236 #> 144 1A-2 fur fvr furr1244 #> 146 1A-2 kse ses koyr1242 #> 148 1A-2 cso ctp west2644 #> 152 1A-2 tag tgl taga1270 #> 154 1A-2 mxm mig sanm1295 #> 166 1A-2 kch khq koyr1240 #> 176 1A-2 sor srb sora1254 #> 184 1A-2 mxc mig sanm1295 #> 190 1A-2 ika arh arhu1242 #> 206 1A-2 dts dts toro1252 #> 207 1A-2 pec pay pech1241 #> 212 1A-3 mro mor moro1285 #> 213 1A-3 phl pww pwon1235 #> 217 1A-3 tza tzh tzel1254 #> 220 1A-3 sup spp supy1237 #> 225 1A-3 kro kgo kron1241 #> 227 1A-3 amo amo amoo1242 #> 230 1A-3 kkn knn konk1267 #> 231 1A-3 kek kek kekc1242 #> 233 1A-3 mab mde maba1277 #> 238 1A-3 ber wti bert1248 #> 239 1A-3 kad xtc katc1249 #> 249 1A-3 bam bam bamb1269 #> 256 1A-3 yct yua yuca1254 #> 263 1A-3 chw cja west2650 #> 271 1A-3 tma tma tama1331 #> 278 1A-3 bbf bbo nort2819 #> 280 1A-3 gan apq apuc1241 #> 294 1A-3 kot kfe kota1263 #> 304 1A-3 tlp tcf acat1239 #> 313 1A-3 ddf daj darf1239 #> 314 1A-3 knr knc cent2050 #> 318 1A-3 mzc maq chiq1250 #> 319 1A-3 brw brv west2397 #> 322 1A-3 vie vie viet1252 #> 324 1A-3 amz amu guer1243 #> 328 1A-3 hve huv sanm1287 #> 334 1A-3 bra brb lave1249 #> 343 1A-3 knm kun kuna1268 #> 345 1A-3 nar nrb nara1262 #> 346 1A-3 khm khm cent1989 #> 348 1A-3 tha tha thai1261 #> 350 1A-3 bej bej beja1238 #> 355 1A-3 pac pac paco1243 #> 365 1A-3 cle cle leal1235 #> 370 1A-3 tol jic toll1241 #> 372 1A-3 dio dyo jola1263 #> 373 1A-3 igs tbi gaam1241 #> 377 1A-3 tul tcy tulu1258 #> 379 1A-3 tmp tpm tamp1252 #> 384 1A-3 cha cha cham1312 #> 387 1A-3 kyl eky east2342 #> 389 1A-3 knk kna dera1248 #> 390 1A-3 koy kff koya1251 #> 400 1A-3 dnw daa dang1274 #> 414 1A-4 jak jai popt1235 #> 422 1A-4 ksg ksw sgaw1245 #> 423 1A-4 wlf wol nucl1347 #> 439 1A-4 tel tel telu1262 #> 444 1A-4 nkt cbn nyah1250 #> 447 1A-4 bag bmi bagi1246 #> 448 1A-4 mrg mrt marg1265 #> 449 1A-4 ndt ndv ndut1239 #> 457 1A-4 awn awn awng1244 #> 461 1A-4 soq sqt soqo1240 #> 462 1A-4 hau hau haus1257 #> 463 1A-4 pur tsz pure1242 #> 464 1A-4 amh amh amha1245 #> 471 1A-4 ktk aal afad1236 #> 476 1A-4 lah lhu lahu1253 #> 480 1A-4 knd kan nucl1305 #> 496 1A-4 chq chq quio1240 #> 497 1A-4 tgr tig tigr1270 #> 505 1A-4 sre kpm koho1244 #> 511 1A-5 ngz ngi ngiz1242 #> 514 1A-5 kgi cou wame1240 #> 515 1A-5 jeh jeh jehh1245 #> 517 1A-5 ter ttr tera1251 #> 543 1A-5 maz maz maza1293 #> 559 1A-5 sed sed seda1262 #> 568 10A-1 gir glj gula1265 #> 571 10A-1 chq chq quio1240 #> 574 10A-1 moo mos moss1236 #> 575 10A-1 buy bwu buli1254 #> 577 10A-1 sup spp supy1237 #> 581 10A-1 bag bmi bagi1246 #> 588 10A-1 mxc mig sanm1295 #> 593 10A-1 dts dts toro1252 #> 595 10A-1 ykp yup yukp1241 #> 613 10A-1 gut gux gour1243 #> 615 10A-1 dga dga sout2789 #> 617 10A-1 kch khq koyr1240 #> 624 10A-1 kfe kfz koro1298 #> 627 10A-1 mab mde maba1277 #> 638 10A-2 fus fuc pula1263 #> 641 10A-2 ong oon onge1236 #> 646 10A-2 tha tha thai1261 #> 666 10A-2 vie vie viet1252 #> 672 10A-2 ktk aal afad1236 #> 673 10A-2 mdk mnk mand1436 #> 680 10A-2 cha cha cham1312 #> 683 10A-2 jak jai popt1235 #> 690 10A-2 pod pbi park1239 #> 697 10A-2 mid mei mido1240 #> 704 10A-2 knr knc cent2050 #> 705 10A-2 hrs hss hars1241 #> 708 10A-2 blz ble bala1300 #> 716 10A-2 khm khm cent1989 #> 719 10A-2 fur fvr furr1244 #> 720 10A-2 ban bcw bana1305 #> 721 10A-2 kro kgo kron1241 #> 722 10A-2 laa gdm laal1242 #> 731 10A-2 mnu mji kimm1245 #> 741 10A-2 ram rma rama1270 #> 747 10A-2 kem ahg qima1242 #> 749 10A-2 wlf wol nucl1347 #> 752 10A-2 tag tgl taga1270 #> 757 10A-2 knm kun kuna1268 #> 765 10A-2 xas kao xaas1235 #> 774 10A-2 hau hau haus1257 #> 778 10A-2 bsr bsc bass1258 #> 779 10A-2 nhn ncj nort2957 #> 780 10A-2 kyl eky east2342 #> 786 10A-2 knd kan nucl1305 #> 788 10A-2 bfd bif biaf1240 #> 792 10A-2 zqs poi high1276 #> 808 10B-1 laa gdm laal1242 #> 809 10B-1 mdk mnk mand1436 #> 810 10B-1 fma fuc pula1263 #> 815 10B-1 bfd bif biaf1240 #> 816 10B-1 bsr bsc bass1258 #> 823 10B-1 ktk aal afad1236 #> 825 10B-1 pod pbi park1239 #> 826 10B-1 ban bcw bana1305 #> 827 10B-1 blz ble bala1300 #> 837 10B-3 dga dga sout2789 #> 839 10B-4 grm gux gour1243 #> 840 10B-4 buy bwu buli1254 #> 841 10B-4 dts dts toro1252 #> 842 10B-4 moo mos moss1236 #> 845 10B-5 gir glj gula1265 #> 849 100A-1 tha tha thai1261 #> 853 100A-1 bam bam bamb1269 #> 860 100A-1 kse ses koyr1242 #> 862 100A-1 lah lhu lahu1253 #> 867 100A-1 sup spp supy1237 #> 877 100A-1 kro kgo kron1241 #> 879 100A-1 khm khm cent1989 #> 884 100A-1 gud gde gude1246 #> 896 100A-1 kch khq koyr1240 #> 903 100A-1 chr crw chra1242 #> 907 100A-1 mlm mra mlab1235 #> 910 100A-1 kyl eky east2342 #> 913 100A-1 vie vie viet1252 #> 919 100A-1 tag tgl taga1270 #> 922 100A-1 hau hau haus1257 #> 930 100A-1 dga dga sout2789 #> 933 100A-2 tot tlc yecu1235 #> 940 100A-2 rem bfw bond1245 #> 942 100A-2 nht nhg tete1251 #> 951 100A-2 msl mls nucl1440 #> 953 100A-2 ber wti bert1248 #> 957 100A-2 pur tsz pure1242 #> 964 100A-2 noo snf noon1242 #> 974 100A-2 bln byn bili1260 #> 983 100A-2 mxc mig sanm1295 #> 989 100A-2 kfe kfz koro1298 #> 991 100A-2 cle cle leal1235 #> 996 100A-2 tms #> 1001 100A-2 ktl kcr katl1237 #> 1002 100A-2 knm kun kuna1268 #> 1009 100A-2 amh amh amha1245 #> 1023 100A-2 dio dyo jola1263 #> 1037 100A-2 pec pay pech1241 #> 1039 100A-2 pip ppl pipi1250 #> 1040 100A-2 zqc zoc copa1236 #> 1045 100A-2 zsq zab sanj1284 #> 1051 100A-2 nbd dgl kenu1236 #> 1052 100A-2 tri trc copa1237 #> 1058 100A-2 knd kan nucl1305 #> 1063 100A-2 tol jic toll1241 #> 1093 100A-2 bag bmi bagi1246 #> 1098 100A-2 ram rma rama1270 #> 1108 100A-2 fur fvr furr1244 #> 1114 100A-2 mis miq misk1235 #> 1119 100A-2 mab mde maba1277 #> 1134 100A-2 bej bej beja1238 #> 1143 100A-2 knr knc cent2050 #> 1144 100A-3 jak jai popt1235 #> 1146 100A-3 kpm pam pamp1243 #> 1150 100A-3 cha cha cham1312 #> 1152 100A-3 tzu tzj tzut1248 #> 1184 100A-4 ika arh arhu1242 #> 1212 100A-6 psj poe sanj1285 #> 1232 101A-1 bmb bim bimo1239 #> 1250 101A-1 snn snk soni1259 #> 1258 101A-1 kch khq koyr1240 #> 1264 101A-1 gud gde gude1246 #> 1265 101A-1 sup spp supy1237 #> 1270 101A-1 dga dga sout2789 #> 1279 101A-1 moo mos moss1236 #> 1296 101A-1 kse ses koyr1242 #> 1304 101A-1 laa gdm laal1242 #> 1305 101A-1 ndt ndv ndut1239 #> 1313 101A-2 bsr bsc bass1258 #> 1317 101A-2 uld udl wuzl1236 #> 1322 101A-2 zap zaw mitl1236 #> 1338 101A-2 mzh mau huau1238 #> 1346 101A-2 mro mor moro1285 #> 1351 101A-2 rem bfw bond1245 #> 1352 101A-2 run rou rung1258 #> 1370 101A-2 qum qum sipa1247 #> 1394 101A-2 chx clo lowl1260 #> 1426 101A-2 nht nhg tete1251 #> 1436 101A-2 dds dds donn1238 #> 1448 101A-2 fur fvr furr1244 #> 1451 101A-2 bej bej beja1238 #> 1459 101A-2 cmy chf taba1266 #> 1468 101A-2 blz ble bala1300 #> 1488 101A-2 zai zai isth1244 #> 1496 101A-2 meh gdq mehr1241 #> 1501 101A-2 nhm ncl mich1245 #> 1506 101A-2 msl mls nucl1440 #> 1517 101A-2 gmz guk gumu1244 #> 1528 101A-2 mab mde maba1277 #> 1531 101A-2 knm kun kuna1268 #> 1544 101A-2 ram rma rama1270 #> 1551 101A-2 knr knc cent2050 #> 1562 101A-2 dio dyo jola1263 #> 1565 101A-2 ocu ocu atzi1235 #> 1570 101A-2 nbd dgl kenu1236 #> 1576 101A-2 amh amh amha1245 #> 1594 101A-2 tsk taq tama1365 #> 1595 101A-2 bln byn bili1260 #> 1599 101A-2 zqc zoc copa1236 #> 1649 101A-2 kfe kfz koro1298 #> 1667 101A-2 knd kan nucl1305 #> 1669 101A-2 ifu ifb bata1298 #> 1693 101A-2 ika arh arhu1242 #> 1711 101A-2 cle cle leal1235 #> 1725 101A-2 nhn ncj nort2957 #> 1726 101A-2 tgr tig tigr1270 #> 1788 101A-4 hau hau haus1257 #> 1792 101A-4 mof mif mofu1248 #> 1803 101A-4 ngz ngi ngiz1242 #> 1807 101A-4 miy mkf miya1266 #> 1812 101A-4 wlf wol nucl1347 #> 1819 101A-4 mbr mpk mbar1260 #> 1832 101A-4 mgu mug musg1254 #> 1856 101A-5 mlm mra mlab1235 #> 1857 101A-5 lah lhu lahu1253 #> 1859 101A-5 mon mnw monn1252 #> 1876 101A-5 mym mal mala1464 #> 1881 101A-5 kyl eky east2342 #> 1890 101A-5 vie vie viet1252 #> 1893 101A-5 mas mcn masa1322 #> 1898 101A-5 tha tha thai1261 #> 1900 101A-5 haw haw hawa1245 #> 1904 101A-5 sap spu sapu1248 #> 1912 101A-6 kro kgo kron1241 #> 1915 101A-6 bid bid bidi1241 #> 1919 101A-6 lmn lmn lamb1269 #> 1920 101A-6 bud bdm budu1265 #> 1922 101A-6 ken kyq keng1240 #> 1928 101A-6 mxc mig sanm1295 #> 1934 101A-6 jak jai popt1235 #> 1935 101A-6 mlg mfi wand1278 #> 1941 102A-1 gud gde gude1246 #> 1945 102A-1 vie vie viet1252 #> 1946 102A-1 tag tgl taga1270 #> 1950 102A-1 mlm mra mlab1235 #> 1954 102A-1 kse ses koyr1242 #> 1961 102A-1 kro kgo kron1241 #> 1963 102A-1 dga dga sout2789 #> 1964 102A-1 tha tha thai1261 #> 1970 102A-1 lah lhu lahu1253 #> 1972 102A-1 bam bam bamb1269 #> 1978 102A-1 khm khm cent1989 #> 1984 102A-1 sup spp supy1237 #> 1987 102A-1 kch khq koyr1240 #> 2002 102A-1 hau hau haus1257 #> 2004 102A-1 chr crw chra1242 #> 2013 102A-1 kyl eky east2342 #> 2021 102A-2 mis miq misk1235 #> 2022 102A-2 mxc mig sanm1295 #> 2025 102A-2 fur fvr furr1244 #> 2027 102A-2 knd kan nucl1305 #> 2034 102A-2 rem bfw bond1245 #> 2040 102A-2 tms #> 2056 102A-2 tri trc copa1237 #> 2077 102A-2 cha cha cham1312 #> 2080 102A-2 nbd dgl kenu1236 #> 2082 102A-2 cle cle leal1235 #> 2089 102A-2 ram rma rama1270 #> 2106 102A-3 noo snf noon1242 #> 2132 102A-5 knr knc cent2050 #> 2139 102A-5 dio dyo jola1263 #> 2147 102A-5 bln byn bili1260 #> 2149 102A-5 knm kun kuna1268 #> 2167 102A-5 zqc zoc copa1236 #> 2169 102A-5 ber wti bert1248 #> 2186 102A-5 tol jic toll1241 #> 2188 102A-5 mab mde maba1277 #> 2192 102A-5 pip ppl pipi1250 #> 2193 102A-5 ika arh arhu1242 #> 2201 102A-5 kpm pam pamp1243 #> 2207 102A-5 tot tlc yecu1235 #> 2212 102A-5 zsq zab sanj1284 #> 2231 102A-5 pec pay pech1241 #> 2242 102A-5 msl mls nucl1440 #> 2243 102A-5 psj poe sanj1285 #> 2247 102A-5 bej bej beja1238 #> 2250 102A-5 pur tsz pure1242 #> 2251 102A-5 ktl kcr katl1237 #> 2268 102A-5 nht nhg tete1251 #> 2275 102A-5 bag bmi bagi1246 #> 2284 102A-5 kfe kfz koro1298 #> 2285 102A-5 tzu tzj tzut1248 #> 2288 102A-5 jak jai popt1235 #> 2304 102A-5 amh amh amha1245 #> 2320 103A-1 khm khm cent1989 #> 2328 103A-1 sup spp supy1237 #> 2339 103A-1 mlm mra mlab1235 #> 2346 103A-1 tag tgl taga1270 #> 2349 103A-1 kyl eky east2342 #> 2354 103A-1 kse ses koyr1242 #> 2358 103A-1 vie vie viet1252 #> 2365 103A-1 tha tha thai1261 #> 2371 103A-1 kch khq koyr1240 #> 2373 103A-1 kro kgo kron1241 #> 2374 103A-1 bam bam bamb1269 #> 2378 103A-1 gud gde gude1246 #> 2383 103A-1 chr crw chra1242 #> 2384 103A-1 noo snf noon1242 #> 2393 103A-1 lah lhu lahu1253 #> 2397 103A-1 hau hau haus1257 #> 2409 103A-1 dga dga sout2789 #> 2421 103A-2 nbd dgl kenu1236 #> 2425 103A-2 zqc zoc copa1236 #> 2435 103A-2 knd kan nucl1305 #> 2439 103A-2 fur fvr furr1244 #> 2453 103A-2 bej bej beja1238 #> 2459 103A-2 amh amh amha1245 #> 2465 103A-2 cle cle leal1235 #> 2466 103A-2 mxc mig sanm1295 #> 2467 103A-2 mab mde maba1277 #> 2472 103A-2 kpm pam pamp1243 #> 2483 103A-2 ram rma rama1270 #> 2510 103A-2 kfe kfz koro1298 #> 2515 103A-2 tri trc copa1237 #> 2522 103A-2 bag bmi bagi1246 #> 2523 103A-2 zsq zab sanj1284 #> 2556 103A-2 mis miq misk1235 #> 2558 103A-2 cha cha cham1312 #> 2565 103A-2 msl mls nucl1440 #> 2571 103A-2 bln byn bili1260 #> 2576 103A-2 ber wti bert1248 #> 2577 103A-2 dio dyo jola1263 #> 2584 103A-2 knr knc cent2050 #> 2598 103A-3 tol jic toll1241 #> 2629 103A-4 jak jai popt1235 #> 2630 103A-4 knm kun kuna1268 #> 2632 103A-4 tot tlc yecu1235 #> 2635 103A-4 pec pay pech1241 #> 2642 103A-4 ika arh arhu1242 #> 2651 103A-4 tzu tzj tzut1248 #> 2653 103A-4 pur tsz pure1242 #> 2661 103A-5 psj poe sanj1285 #> 2671 103A-5 tms #> 2679 103A-5 nht nhg tete1251 #> 2681 103A-5 rem bfw bond1245 #> 2694 103A-5 pip ppl pipi1250 #> 2695 103A-5 ktl kcr katl1237 #> 2707 104A-1 vie vie viet1252 #> 2712 104A-1 mis miq misk1235 #> 2714 104A-1 noo snf noon1242 #> 2720 104A-1 gud gde gude1246 #> 2724 104A-1 ram rma rama1270 #> 2742 104A-1 tri trc copa1237 #> 2744 104A-1 kro kgo kron1241 #> 2749 104A-1 khm khm cent1989 #> 2753 104A-1 tha tha thai1261 #> 2756 104A-1 tag tgl taga1270 #> 2757 104A-1 kse ses koyr1242 #> 2769 104A-1 sup spp supy1237 #> 2777 104A-1 cha cha cham1312 #> 2780 104A-1 nbd dgl kenu1236 #> 2784 104A-1 tms #> 2798 104A-1 lah lhu lahu1253 #> 2811 104A-1 kyl eky east2342 #> 2817 104A-1 kch khq koyr1240 #> 2825 104A-1 chr crw chra1242 #> 2828 104A-1 mxc mig sanm1295 #> 2830 104A-1 mlm mra mlab1235 #> 2841 104A-1 fur fvr furr1244 #> 2846 104A-1 bam bam bamb1269 #> 2853 104A-1 rem bfw bond1245 #> 2860 104A-1 cle cle leal1235 #> 2868 104A-1 dga dga sout2789 #> 2870 104A-1 knd kan nucl1305 #> 2873 104A-1 hau hau haus1257 #> 2896 104A-2 pip ppl pipi1250 #> 2899 104A-2 bln byn bili1260 #> 2900 104A-2 ber wti bert1248 #> 2909 104A-2 psj poe sanj1285 #> 2910 104A-2 nht nhg tete1251 #> 2919 104A-2 ktl kcr katl1237 #> 2923 104A-2 bag bmi bagi1246 #> 2929 104A-2 dio dyo jola1263 #> 2935 104A-2 bej bej beja1238 #> 2955 104A-2 zsq zab sanj1284 #> 2957 104A-2 ika arh arhu1242 #> 2961 104A-2 kpm pam pamp1243 #> 2976 104A-2 amh amh amha1245 #> 2977 104A-2 kfe kfz koro1298 #> 2985 104A-3 jak jai popt1235 #> 3002 104A-3 tol jic toll1241 #> 3004 104A-3 pec pay pech1241 #> 3006 104A-3 tzu tzj tzut1248 #> 3014 104A-3 msl mls nucl1440 #> 3031 104A-3 pur tsz pure1242 #> 3037 104A-4 tot tlc yecu1235 #> 3051 104A-4 knr knc cent2050 #> 3064 104A-5 mab mde maba1277 #> 3068 104A-5 knm kun kuna1268 #> 3070 104A-5 zqc zoc copa1236 #> 3078 105A-1 sap spu sapu1248 #> 3079 105A-1 nbd dgl kenu1236 #> 3086 105A-1 bag bmi bagi1246 #> 3090 105A-1 mxc mig sanm1295 #> 3094 105A-1 knr knc cent2050 #> 3095 105A-1 ber wti bert1248 #> 3101 105A-1 tzu tzj tzut1248 #> 3102 105A-1 sup spp supy1237 #> 3107 105A-1 tha tha thai1261 #> 3113 105A-1 mgu mug musg1254 #> 3116 105A-1 biu bzi bisu1246 #> 3141 105A-1 mam mvc mamc1234 #> 3143 105A-1 kro kgo kron1241 #> 3147 105A-1 kem ahg qima1242 #> 3154 105A-1 mym mal mala1464 #> 3155 105A-1 knm kun kuna1268 #> 3157 105A-1 jak jai popt1235 #> 3166 105A-1 tms #> 3167 105A-1 mhi mar mara1378 #> 3168 105A-1 qaf aar afar1241 #> 3183 105A-1 kod kfa koda1255 #> 3188 105A-1 zaq zpi sant1451 #> 3190 105A-1 gdf gdf gudu1252 #> 3212 105A-1 tml tam tami1289 #> 3214 105A-1 kda kfc kond1295 #> 3215 105A-1 boz boz tiey1235 #> 3222 105A-1 pur tsz pure1242 #> 3224 105A-1 tig tir tigr1271 #> 3234 105A-1 tst huq tsat1238 #> 3241 105A-1 knd kan nucl1305 #> 3244 105A-1 itz itz itza1241 #> 3263 105A-1 chr crw chra1242 #> 3271 105A-2 miy mkf miya1266 #> 3280 105A-2 mlm mra mlab1235 #> 3281 105A-2 kyl eky east2342 #> 3283 105A-2 wlf wol nucl1347 #> 3285 105A-2 amh amh amha1245 #> 3286 105A-2 dga dga sout2789 #> 3290 105A-2 hdi xed hdii1240 #> 3303 105A-2 nht nhg tete1251 #> 3310 105A-2 vie vie viet1252 #> 3369 105A-3 zch zoh chim1300 #> 3395 105A-3 cha cha cham1312 #> 3410 105A-3 hau hau haus1257 #> 3411 105A-3 kfe kfz koro1298 #> 3414 105A-4 olu plo olut1240 #> 3425 105A-4 khm khm cent1989 #> 3439 105A-4 ika arh arhu1242 #> 3446 105A-4 sed sed seda1262 #> 3448 105A-4 tag tgl taga1270 #> 3450 105A-4 kse ses koyr1242 #> 3455 106A-1 ram rma rama1270 #> 3459 106A-1 mam mvc mamc1234 #> 3473 106A-2 lye lee lyel1241 #> 3476 106A-2 bam bam bamb1269 #> 3497 106A-2 bag bmi bagi1246 #> 3498 106A-2 cha cha cham1312 #> 3499 106A-2 goa guc wayu1243 #> 3502 106A-2 vie vie viet1252 #> 3504 106A-2 tag tgl taga1270 #> 3505 106A-2 hau hau haus1257 #> 3513 106A-2 kse ses koyr1242 #> 3524 106A-2 knd kan nucl1305 #> 3527 106A-2 tml tam tami1289 #> 3565 106A-2 tha tha thai1261 #> 3593 106A-4 ika arh arhu1242 #> 3605 106A-4 jak jai popt1235 #> 3622 106A-4 sup spp supy1237 #> 3623 106A-4 kro kgo kron1241 #> 3631 107A-1 pip ppl pipi1250 #> 3635 107A-1 tzu tzj tzut1248 #> 3636 107A-1 bln byn bili1260 #> 3651 107A-1 kro kgo kron1241 #> 3663 107A-1 tha tha thai1261 #> 3667 107A-1 knm kun kuna1268 #> 3677 107A-1 mab mde maba1277 #> 3680 107A-1 knr knc cent2050 #> 3682 107A-1 nht nhg tete1251 #> 3685 107A-1 nbd dgl kenu1236 #> 3686 107A-1 vie vie viet1252 #> 3687 107A-1 noo snf noon1242 #> 3690 107A-1 ber wti bert1248 #> 3693 107A-1 amh amh amha1245 #> 3707 107A-1 msl mls nucl1440 #> 3711 107A-1 cle cle leal1235 #> 3714 107A-1 hau hau haus1257 #> 3725 107A-1 jak jai popt1235 #> 3731 107A-1 cha cha cham1312 #> 3732 107A-1 psj poe sanj1285 #> 3738 107A-1 dio dyo jola1263 #> 3747 107A-1 kse ses koyr1242 #> 3752 107A-1 bej bej beja1238 #> 3780 107A-1 kch khq koyr1240 #> 3783 107A-1 fur fvr furr1244 #> 3789 107A-1 knd kan nucl1305 #> 3803 107A-2 tag tgl taga1270 #> 3806 107A-2 tri trc copa1237 #> 3814 107A-2 chr crw chra1242 #> 3819 107A-2 ram rma rama1270 #> 3820 107A-2 khm khm cent1989 #> 3821 107A-2 pur tsz pure1242 #> 3825 107A-2 tot tlc yecu1235 #> 3837 107A-2 pec pay pech1241 #> 3852 107A-2 mxc mig sanm1295 #> 3876 107A-2 tms #> 3878 107A-2 rem bfw bond1245 #> 3879 107A-2 tol jic toll1241 #> 3887 107A-2 mis miq misk1235 #> 3893 107A-2 lah lhu lahu1253 #> 3898 107A-2 dga dga sout2789 #> 3899 107A-2 kfe kfz koro1298 #> 3904 107A-2 kyl eky east2342 #> 3906 107A-2 bam bam bamb1269 #> 3911 107A-2 zqc zoc copa1236 #> 3933 107A-2 sup spp supy1237 #> 3947 107A-2 ika arh arhu1242 #> 3957 107A-2 mlm mra mlab1235 #> 3976 107A-2 bag bmi bagi1246 #> 3994 107A-2 gud gde gude1246 #> 4000 107A-2 kpm pam pamp1243 #> 4002 108A-1 kse ses koyr1242 #> 4003 108A-1 zqc zoc copa1236 #> 4010 108A-1 kpm pam pamp1243 #> 4016 108A-1 jak jai popt1235 #> 4017 108A-1 kro kgo kron1241 #> 4018 108A-1 cak cak kaqc1270 #> 4039 108A-2 mam mvc mamc1234 #> 4040 108A-2 cha cha cham1312 #> 4049 108A-2 tzu tzj tzut1248 #> 4060 108A-3 mxc mig sanm1295 #> 4068 108A-3 ika arh arhu1242 #> 4105 108A-3 vie vie viet1252 #> 4106 108A-3 tha tha thai1261 #> 4107 108A-3 hau hau haus1257 #> 4108 108A-3 tml tam tami1289 #> 4112 108A-3 bag bmi bagi1246 #> 4129 108A-3 qaf aar afar1241 #> 4152 108A-3 kfe kfz koro1298 #> 4160 108A-3 sup spp supy1237 #> 4162 108A-3 bej bej beja1238 #> 4170 108A-3 knd kan nucl1305 #> 4183 108A-3 knr knc cent2050 #> 4190 108A-3 tag tgl taga1270 #> 4191 108A-3 ram rma rama1270 #> 4202 108B-1 mam mvc mamc1234 #> 4204 108B-1 kse ses koyr1242 #> 4205 108B-1 kro kgo kron1241 #> 4206 108B-1 tzu tzj tzut1248 #> 4210 108B-1 jak jai popt1235 #> 4211 108B-1 kpm pam pamp1243 #> 4224 108B-2 zqc zoc copa1236 #> 4233 108B-2 cha cha cham1312 #> 4258 108B-4 vie vie viet1252 #> 4259 108B-4 knr knc cent2050 #> 4262 108B-4 ika arh arhu1242 #> 4285 108B-4 qaf aar afar1241 #> 4290 108B-4 ram rma rama1270 #> 4295 108B-4 bag bmi bagi1246 #> 4318 108B-4 knd kan nucl1305 #> 4328 108B-4 mxc mig sanm1295 #> 4340 108B-4 sup spp supy1237 #> 4348 108B-4 tha tha thai1261 #> 4350 108B-4 kfe kfz koro1298 #> 4363 108B-4 tag tgl taga1270 #> 4369 108B-4 hau hau haus1257 #> 4375 108B-4 tml tam tami1289 #> 4380 108B-4 bej bej beja1238 #> 4384 109A-1 zqc zoc copa1236 #> 4388 109A-1 knd kan nucl1305 #> 4390 109A-1 qaf aar afar1241 #> 4392 109A-1 cha cha cham1312 #> 4402 109A-3 ika arh arhu1242 #> 4404 109A-3 wlf wol nucl1347 #> 4417 109A-3 tag tgl taga1270 #> 4425 109A-3 knr knc cent2050 #> 4447 109A-3 hau hau haus1257 #> 4450 109A-3 kro kgo kron1241 #> 4461 109A-5 kse ses koyr1242 #> 4462 109A-6 jak jai popt1235 #> 4473 109A-8 vie vie viet1252 #> 4489 109A-8 mxc mig sanm1295 #> 4500 109A-8 bag bmi bagi1246 #> 4516 109A-8 kfe kfz koro1298 #> 4526 109A-8 tha tha thai1261 #> 4533 109A-8 kol kfb kola1242 #> 4541 109A-8 tml tam tami1289 #> 4548 109A-8 ram rma rama1270 #> 4557 109A-8 sup spp supy1237 #> 4571 109B-1 jak jai popt1235 #> 4579 109B-1 kse ses koyr1242 #> 4589 109B-2 kro kgo kron1241 #> 4595 109B-2 knr knc cent2050 #> 4598 109B-2 hau hau haus1257 #> 4601 109B-3 tag tgl taga1270 #> 4610 109B-3 wlf wol nucl1347 #> 4613 109B-4 qaf aar afar1241 #> 4619 109B-4 ika arh arhu1242 #> 4632 109B-4 cha cha cham1312 #> 4633 109B-4 knd kan nucl1305 #> 4638 109B-4 zqc zoc copa1236 #> 4664 109B-5 sup spp supy1237 #> 4666 109B-5 ram rma rama1270 #> 4694 109B-5 kol kfb kola1242 #> 4700 109B-5 tha tha thai1261 #> 4709 109B-5 mxc mig sanm1295 #> 4724 109B-5 kfe kfz koro1298 #> 4732 109B-5 bag bmi bagi1246 #> 4740 109B-5 vie vie viet1252 #> 4744 109B-5 tml tam tami1289 #> 4750 11A-1 wlf wol nucl1347 #> 4753 11A-1 vie vie viet1252 #> 4762 11A-1 zqc zoc copa1236 #> 4770 11A-1 mzc maq chiq1250 #> 4771 11A-1 ika arh arhu1242 #> 4773 11A-1 knd kan nucl1305 #> 4775 11A-1 phl pww pwon1235 #> 4778 11A-1 cle cle leal1235 #> 4782 11A-1 khm khm cent1989 #> 4783 11A-1 cso ctp west2644 #> 4784 11A-1 bis bib biss1248 #> 4785 11A-1 knr knc cent2050 #> 4789 11A-1 tgr tig tigr1270 #> 4799 11A-1 hau hau haus1257 #> 4803 11A-1 kse ses koyr1242 #> 4804 11A-1 tza tzh tzel1254 #> 4805 11A-1 jak jai popt1235 #> 4807 11A-1 haw haw hawa1245 #> 4808 11A-1 nkt cbn nyah1250 #> 4811 11A-1 ngz ngi ngiz1242 #> 4814 11A-1 gan apq apuc1241 #> 4818 11A-1 dts dts toro1252 #> 4819 11A-1 lah lhu lahu1253 #> 4827 11A-1 bra brb lave1249 #> 4831 11A-1 tol jic toll1241 #> 4833 11A-1 awn awn awng1244 #> 4839 11A-1 bbf bbo nort2819 #> 4860 11A-1 ter ttr tera1251 #> 4879 11A-1 kek kek kekc1242 #> 4904 11A-1 yct yua yuca1254 #> 4905 11A-1 tel tel telu1262 #> 4924 11A-1 kad xtc katc1249 #> 4925 11A-1 mxc mig sanm1295 #> 4930 11A-1 knk kna dera1248 #> 4939 11A-1 tha tha thai1261 #> 4948 11A-1 soq sqt soqo1240 #> 4966 11A-1 dnw daa dang1274 #> 4974 11A-1 amo amo amoo1242 #> 4976 11A-1 amz amu guer1243 #> 4977 11A-1 bam bam bamb1269 #> 4986 11A-1 tmn teq nucl1339 #> 5000 11A-1 cha cha cham1312 #> 5014 11A-1 nyi nyi amas1236 #> 5020 11A-1 ddf daj darf1239 #> 5038 11A-1 kfe kfz koro1298 #> 5039 11A-1 kot kfe kota1263 #> 5060 11A-1 nht nhg tete1251 #> 5062 11A-1 knm kun kuna1268 #> 5063 11A-1 tmp tpm tamp1252 #> 5064 11A-1 hve huv sanm1287 #> 5075 11A-1 bej bej beja1238 #> 5079 11A-1 brw brv west2397 #> 5083 11A-1 ksg ksw sgaw1245 #> 5085 11A-1 kyl eky east2342 #> 5092 11A-1 kkn knn konk1267 #> 5098 11A-1 nhn ncj nort2957 #> 5103 11A-1 mrg mrt marg1265 #> 5106 11A-1 tma tma tama1331 #> 5115 11A-1 chw cja west2650 #> 5119 11A-1 mro mor moro1285 #> 5130 11A-1 dio dyo jola1263 #> 5131 11A-1 amh amh amha1245 #> 5139 11A-1 ktk aal afad1236 #> 5144 11A-1 sor srb sora1254 #> 5145 11A-1 kch khq koyr1240 #> 5146 11A-1 kro kgo kron1241 #> 5149 11A-1 pac pac paco1243 #> 5154 11A-1 mtp mto toto1305 #> 5156 11A-1 goa guc wayu1243 #> 5157 11A-1 igs tbi gaam1241 #> 5158 11A-1 brb bba baat1238 #> 5160 11A-1 sed sed seda1262 #> 5161 11A-1 mxm mig sanm1295 #> 5163 11A-1 jpr jru japr1238 #> 5167 11A-1 jom tlo talo1250 #> 5183 11A-1 tul tcy tulu1258 #> 5195 11A-1 bag bmi bagi1246 #> 5200 11A-1 fur fvr furr1244 #> 5208 11A-1 ram rma rama1270 #> 5211 11A-1 koy kff koya1251 #> 5212 11A-1 nar nrb nara1262 #> 5218 11A-1 pur tsz pure1242 #> 5223 11A-1 ndt ndv ndut1239 #> 5253 11A-1 tag tgl taga1270 #> 5255 11A-1 ber wti bert1248 #> 5256 11A-1 maz maz maza1293 #> 5259 11A-1 pec pay pech1241 #> 5260 11A-1 jeh jeh jehh1245 #> 5263 11A-1 sre kpm koho1244 #> 5268 11A-1 sup spp supy1237 #> 5269 11A-1 mab mde maba1277 #> 5278 11A-2 chq chq quio1240 #> 5311 110A-1 hau hau haus1257 #> 5313 110A-1 bag bmi bagi1246 #> 5316 110A-1 kfe kfz koro1298 #> 5318 110A-1 knr knc cent2050 #> 5339 110A-1 mxc mig sanm1295 #> 5346 110A-2 tag tgl taga1270 #> 5349 110A-2 tzo tzo tzot1259 #> 5350 110A-2 ika arh arhu1242 #> 5353 110A-2 kro kgo kron1241 #> 5354 110A-2 cha cha cham1312 #> 5356 110A-2 kol kfb kola1242 #> 5372 110A-2 lah lhu lahu1253 #> 5377 110A-2 knd kan nucl1305 #> 5381 110A-2 tml tam tami1289 #> 5385 110A-2 awn awn awng1244 #> 5399 110A-2 mhi mar mara1378 #> 5401 110A-2 ram rma rama1270 #> 5403 110A-2 nht nhg tete1251 #> 5414 110A-3 tha tha thai1261 #> 5416 110A-3 khm khm cent1989 #> 5417 110A-3 jak jai popt1235 #> 5421 110A-3 kse ses koyr1242 #> 5422 110A-3 sup spp supy1237 #> 5425 110A-3 vie vie viet1252 #> 5427 110A-3 knm kun kuna1268 #> 5438 111A-1 kro kgo kron1241 #> 5448 111A-1 tha tha thai1261 #> 5450 111A-1 bag bmi bagi1246 #> 5451 111A-2 dio dyo jola1263 #> 5459 111A-2 mhi mar mara1378 #> 5462 111A-2 ceb ceb cebu1242 #> 5469 111A-2 awn awn awng1244 #> 5479 111A-2 amh amh amha1245 #> 5480 111A-2 cle cle leal1235 #> 5497 111A-2 kfe kfz koro1298 #> 5498 111A-2 tel tel telu1262 #> 5503 111A-2 kem ahg qima1242 #> 5513 111A-2 haw haw hawa1245 #> 5515 111A-2 tzo tzo tzot1259 #> 5525 111A-2 ika arh arhu1242 #> 5530 111A-2 bej bej beja1238 #> 5534 111A-2 nht nhg tete1251 #> 5541 111A-2 tml tam tami1289 #> 5552 111A-2 knd kan nucl1305 #> 5558 111A-2 khm khm cent1989 #> 5564 111A-2 nbd dgl kenu1236 #> 5579 111A-2 cha cha cham1312 #> 5589 111A-2 jak jai popt1235 #> 5592 111A-2 sup spp supy1237 #> 5603 111A-2 knr knc cent2050 #> 5614 111A-2 pip ppl pipi1250 #> 5622 111A-2 hau hau haus1257 #> 5632 111A-2 kol kfb kola1242 #> 5639 111A-2 mym mal mala1464 #> 5657 111A-2 tag tgl taga1270 #> 5662 111A-2 sor srb sora1254 #> 5673 111A-2 bam bam bamb1269 #> 5674 111A-2 mxc mig sanm1295 #> 5676 111A-2 knm kun kuna1268 #> 5698 111A-2 mab mde maba1277 #> 5706 111A-3 kyl eky east2342 #> 5707 111A-3 vie vie viet1252 #> 5729 111A-4 lah lhu lahu1253 #> 5732 111A-4 kse ses koyr1242 #> 5736 111A-4 ram rma rama1270 #> 5739 112A-1 tbu tuq tebu1238 #> 5790 112A-1 mis miq misk1235 #> 5796 112A-1 ras ras tega1236 #> 5801 112A-1 sor srb sora1254 #> 5807 112A-1 dds dds donn1238 #> 5816 112A-1 mzc maq chiq1250 #> 5817 112A-1 tml tam tami1289 #> 5826 112A-1 msl mls nucl1440 #> 5864 112A-1 rem bfw bond1245 #> 5874 112A-1 dio dyo jola1263 #> 5875 112A-1 bej bej beja1238 #> 5884 112A-1 kem ahg qima1242 #> 5889 112A-1 ocu ocu atzi1235 #> 5896 112A-1 ika arh arhu1242 #> 5900 112A-1 psj poe sanj1285 #> 5901 112A-1 zag zag zagh1240 #> 5909 112A-1 tma tma tama1331 #> 5918 112A-1 tgr tig tigr1270 #> 5921 112A-1 bln byn bili1260 #> 5923 112A-1 kuv kxv kuvi1243 #> 5935 112A-1 ber wti bert1248 #> 5939 112A-1 ori ras tega1236 #> 5942 112A-1 sug sjg assa1269 #> 5975 112A-1 mlg mfi wand1278 #> 5980 112A-1 ccm cco coma1246 #> 5981 112A-1 noo snf noon1242 #> 5989 112A-1 knm kun kuna1268 #> 5996 112A-1 zap zaw mitl1236 #> 5999 112A-1 jms djm jams1239 #> 6006 112A-1 koy kff koya1251 #> 6010 112A-1 mii tma tama1331 #> 6014 112A-1 ndt ndv ndut1239 #> 6018 112A-1 nbd dgl kenu1236 #> 6035 112A-1 cpl cpa pala1351 #> 6036 112A-1 knd kan nucl1305 #> 6047 112A-1 biu bzi bisu1246 #> 6050 112A-1 run rou rung1258 #> 6060 112A-1 gon ggo sout2711 #> 6074 112A-1 tel tel telu1262 #> 6091 112A-1 knr knc cent2050 #> 6094 112A-1 tlp tcf acat1239 #> 6100 112A-1 blz ble bala1300 #> 6105 112A-1 tul tcy tulu1258 #> 6110 112A-1 pec pay pech1241 #> 6111 112A-1 mab mde maba1277 #> 6123 112A-1 mym mal mala1464 #> 6133 112A-2 bud bdm budu1265 #> 6137 112A-2 tsk taq tama1365 #> 6138 112A-2 lag kot lagw1237 #> 6148 112A-2 nyi nyi amas1236 #> 6158 112A-2 haw haw hawa1245 #> 6162 112A-2 igs tbi gaam1241 #> 6164 112A-2 cmy chf taba1266 #> 6180 112A-2 lmn lmn lamb1269 #> 6182 112A-2 pur tsz pure1242 #> 6185 112A-2 kar kah kara1482 #> 6191 112A-2 bag bmi bagi1246 #> 6194 112A-2 sup spp supy1237 #> 6204 112A-2 uld udl wuzl1236 #> 6206 112A-2 tny kza west2466 #> 6209 112A-2 tag tgl taga1270 #> 6216 112A-2 anu cko anuf1239 #> 6217 112A-2 meh gdq mehr1241 #> 6218 112A-2 mas mcn masa1322 #> 6226 112A-2 mco mco coat1238 #> 6234 112A-2 kfe kfz koro1298 #> 6236 112A-2 sht shj shat1244 #> 6237 112A-2 agd duo dupa1235 #> 6245 112A-2 bmb bim bimo1239 #> 6248 112A-2 tzo tzo tzot1259 #> 6249 112A-2 pip ppl pipi1250 #> 6264 112A-2 kad xtc katc1249 #> 6269 112A-2 zai zai isth1244 #> 6278 112A-2 mxp mil peno1244 #> 6302 112A-2 gud gde gude1246 #> 6303 112A-2 ken kyq keng1240 #> 6304 112A-2 cha cha cham1312 #> 6309 112A-2 cya ctp west2644 #> 6325 112A-2 sme sif siam1242 #> 6328 112A-2 lac lac laca1243 #> 6333 112A-2 tmn teq nucl1339 #> 6338 112A-2 tzu tzj tzut1248 #> 6342 112A-2 paa pqa paaa1242 #> 6359 112A-2 tou wib tusi1238 #> 6367 112A-2 laa gdm laal1242 #> 6385 112A-2 mrg mrt marg1265 #> 6394 112A-2 chx clo lowl1260 #> 6414 112A-2 cso ctp west2644 #> 6416 112A-2 qum qum sipa1247 #> 6424 112A-2 cle cle leal1235 #> 6443 112A-2 snn snk soni1259 #> 6445 112A-2 mgu mug musg1254 #> 6446 112A-2 mxj mio pino1237 #> 6448 112A-2 pod pbi park1239 #> 6450 112A-2 hve huv sanm1287 #> 6465 112A-2 hau hau haus1257 #> 6474 112A-2 mxo mie ocot1243 #> 6475 112A-2 nhm ncl mich1245 #> 6484 112A-2 mxc mig sanm1295 #> 6485 112A-2 duk dud huns1239 #> 6498 112A-2 nht nhg tete1251 #> 6502 112A-2 hil hil hili1240 #> 6510 112A-2 mda mxu mada1293 #> 6514 112A-2 ngz ngi ngiz1242 #> 6524 112A-2 dga dga sout2789 #> 6525 112A-2 kse ses koyr1242 #> 6527 112A-2 zzo zpq zoog1238 #> 6535 112A-2 nar nrb nara1262 #> 6539 112A-2 ter ttr tera1251 #> 6558 112A-2 grf cab gari1256 #> 6582 112A-2 lmg hia lama1288 #> 6603 112A-2 mam mvc mamc1234 #> 6604 112A-2 kni kma konn1242 #> 6624 112A-2 jak jai popt1235 #> 6627 112A-2 zch zoh chim1300 #> 6628 112A-2 hna hna mina1276 #> 6632 112A-2 ram rma rama1270 #> 6639 112A-3 zqc zoc copa1236 #> 6647 112A-3 tha tha thai1261 #> 6651 112A-3 ktc xtc katc1249 #> 6662 112A-3 agc agt cent2084 #> 6668 112A-3 nah nll niha1238 #> 6670 112A-3 mro mor moro1285 #> 6671 112A-3 kol kfb kola1242 #> 6675 112A-3 btk bnc cent2083 #> 6683 112A-4 kch khq koyr1240 #> 6692 112A-4 lao lao laoo1244 #> 6706 112A-4 kyl eky east2342 #> 6713 112A-4 kir cme cerm1238 #> 6719 112A-4 sti sti stie1250 #> 6724 112A-4 chr crw chra1242 #> 6732 112A-4 vie vie viet1252 #> 6746 112A-4 wlf wol nucl1347 #> 6747 112A-4 mon mnw monn1252 #> 6748 112A-4 sed sed seda1262 #> 6774 112A-5 mxx mxp #> 6777 112A-6 buy bwu buli1254 #> 6786 112A-6 msk jle ngil1242 #> 6790 112A-6 bid bid bidi1241 #> 6792 112A-6 cak cak kaqc1270 #> 6793 112A-6 kro kgo kron1241 #> 6795 112A-6 tig tir tigr1271 #> 6796 112A-6 ktl kcr katl1237 #> 6799 112A-6 amh amh amha1245 #> 6818 112A-6 kbw bwe bwek1238 #> 6837 112A-6 ksg ksw sgaw1245 #> 6839 112A-6 moo mos moss1236 #> 6849 112A-6 knk kna dera1248 #> 6850 112A-6 bbf bbo nort2819 #> 6856 112A-6 otr otr otor1240 #> 6860 112A-6 fur fvr furr1244 #> 6867 112A-6 hdi xed hdii1240 #> 6868 112A-6 miy mkf miya1266 #> 6894 112A-6 amo amo amoo1242 #> 6897 113A-1 tha tha thai1261 #> 6900 113A-1 cha cha cham1312 #> 6901 113A-1 vie vie viet1252 #> 6908 113A-1 tag tgl taga1270 #> 6911 113A-1 mxc mig sanm1295 #> 6912 113A-1 nht nhg tete1251 #> 6932 113A-1 mas mcn masa1322 #> 6939 113A-1 pur tsz pure1242 #> 6948 113A-1 fur fvr furr1244 #> 6954 113A-1 tol jic toll1241 #> 6956 113A-1 kfe kfz koro1298 #> 6986 113A-1 sap spu sapu1248 #> 6990 113A-1 cle cle leal1235 #> 6997 113A-1 psj poe sanj1285 #> 7008 113A-1 khm khm cent1989 #> 7014 113A-2 tms #> 7016 113A-2 knd kan nucl1305 #> 7024 113A-2 duk dud huns1239 #> 7027 113A-2 zqc zoc copa1236 #> 7028 113A-2 kem ahg qima1242 #> 7035 113A-2 nbd dgl kenu1236 #> 7038 113A-2 ika arh arhu1242 #> 7049 113A-2 zap zaw mitl1236 #> 7059 113A-2 nah nll niha1238 #> 7065 113A-3 knm kun kuna1268 #> 7066 113A-3 bej bej beja1238 #> 7067 113A-3 kyl eky east2342 #> 7069 113A-3 hau hau haus1257 #> 7070 113A-3 kse ses koyr1242 #> 7075 113A-3 bok bqc boko1266 #> 7077 113A-3 mym mal mala1464 #> 7080 113A-3 pec pay pech1241 #> 7085 113A-3 ram rma rama1270 #> 7100 113A-3 kro kgo kron1241 #> 7101 113A-3 knr knc cent2050 #> 7109 113A-3 miy mkf miya1266 #> 7112 113A-3 mab mde maba1277 #> 7116 113A-3 bam bam bamb1269 #> 7130 113A-3 jak jai popt1235 #> 7141 113A-3 hcr hat hait1244 #> 7144 113A-3 bag bmi bagi1246 #> 7147 113A-3 ter ttr tera1251 #> 7150 113A-3 hve huv sanm1287 #> 7169 113A-3 mam mvc mamc1234 #> 7176 113A-3 dio dyo jola1263 #> 7178 113A-3 lah lhu lahu1253 #> 7183 113A-3 sup spp supy1237 #> 7195 114A-1 hve huv sanm1287 #> 7200 114A-1 nah nll niha1238 #> 7208 114A-1 kro kgo kron1241 #> 7211 114A-1 ika arh arhu1242 #> 7212 114A-1 nbd dgl kenu1236 #> 7236 114A-2 jak jai popt1235 #> 7253 114A-3 knm kun kuna1268 #> 7254 114A-3 hau hau haus1257 #> 7257 114A-3 tms #> 7261 114A-3 bam bam bamb1269 #> 7263 114A-3 hcr hat hait1244 #> 7270 114A-3 bag bmi bagi1246 #> 7272 114A-3 mab mde maba1277 #> 7286 114A-3 pec pay pech1241 #> 7288 114A-3 kyl eky east2342 #> 7289 114A-3 knr knc cent2050 #> 7292 114A-3 miy mkf miya1266 #> 7293 114A-3 ter ttr tera1251 #> 7294 114A-3 dio dyo jola1263 #> 7298 114A-3 kse ses koyr1242 #> 7317 114A-3 kem ahg qima1242 #> 7322 114A-3 lah lhu lahu1253 #> 7328 114A-3 bok bqc boko1266 #> 7340 114A-4 zqc zoc copa1236 #> 7344 114A-5 ram rma rama1270 #> 7352 114A-5 sup spp supy1237 #> 7357 114A-5 knd kan nucl1305 #> 7358 114A-5 bej bej beja1238 #> 7359 114A-5 mam mvc mamc1234 #> 7362 114A-5 mym mal mala1464 #> 7365 114A-6 duk dud huns1239 #> 7370 114A-6 zap zaw mitl1236 #> 7375 114A-7 psj poe sanj1285 #> 7377 114A-7 sap spu sapu1248 #> 7395 114A-7 kfe kfz koro1298 #> 7400 114A-7 khm khm cent1989 #> 7410 114A-7 pur tsz pure1242 #> 7416 114A-7 fur fvr furr1244 #> 7434 114A-7 mxc mig sanm1295 #> 7440 114A-7 nht nhg tete1251 #> 7444 114A-7 tha tha thai1261 #> 7449 114A-7 tol jic toll1241 #> 7460 114A-7 tag tgl taga1270 #> 7463 114A-7 cha cha cham1312 #> 7476 114A-7 mas mcn masa1322 #> 7480 114A-7 cle cle leal1235 #> 7484 114A-7 vie vie viet1252 #> 7500 115A-1 khm khm cent1989 #> 7501 115A-1 mhi mar mara1378 #> 7504 115A-1 tml tam tami1289 #> 7505 115A-1 hau hau haus1257 #> 7522 115A-1 kse ses koyr1242 #> 7530 115A-1 tag tgl taga1270 #> 7533 115A-1 knd kan nucl1305 #> 7534 115A-1 biu bzi bisu1246 #> 7543 115A-1 tms #> 7547 115A-1 miy mkf miya1266 #> 7558 115A-1 kfe kfz koro1298 #> 7564 115A-1 kod kfa koda1255 #> 7565 115A-1 tha tha thai1261 #> 7568 115A-1 sup spp supy1237 #> 7572 115A-1 mym mal mala1464 #> 7579 115A-1 mgu mug musg1254 #> 7580 115A-1 pop pbe mezo1235 #> 7596 115A-1 wlf wol nucl1347 #> 7601 115A-1 bag bmi bagi1246 #> 7623 115A-1 vie vie viet1252 #> 7624 115A-1 boz boz tiey1235 #> 7648 115A-1 bud bdm budu1265 #> 7650 115A-1 zaq zpi sant1451 #> 7656 115A-1 knr knc cent2050 #> 7660 115A-2 tzu tzj tzut1248 #> 7662 115A-2 mxc mig sanm1295 #> 7665 115A-2 pur tsz pure1242 #> 7666 115A-2 nht nhg tete1251 #> 7667 115A-2 cha cha cham1312 #> 7668 115A-2 cch coz choc1279 #> 7671 115A-3 mlg mfi wand1278 #> 7675 115A-3 itz itz itza1241 #> 7696 116A-1 xsm xsm kase1253 #> 7703 116A-1 bag bmi bagi1246 #> 7708 116A-1 zap zaw mitl1236 #> 7710 116A-1 chr crw chra1242 #> 7711 116A-1 sup spp supy1237 #> 7715 116A-1 tny kza west2466 #> 7717 116A-1 chq chq quio1240 #> 7718 116A-1 tag tgl taga1270 #> 7721 116A-1 mxp mil peno1244 #> 7722 116A-1 moo mos moss1236 #> 7730 116A-1 miy mkf miya1266 #> 7744 116A-1 tzu tzj tzut1248 #> 7754 116A-1 lah lhu lahu1253 #> 7755 116A-1 mco mco coat1238 #> 7760 116A-1 mam mvc mamc1234 #> 7767 116A-1 gon ggo sout2711 #> 7768 116A-1 kar kah kara1482 #> 7770 116A-1 kse ses koyr1242 #> 7773 116A-1 tzo tzo tzot1259 #> 7789 116A-1 anu cko anuf1239 #> 7794 116A-1 zai zai isth1244 #> 7804 116A-1 xas kao xaas1235 #> 7806 116A-1 knk kna dera1248 #> 7826 116A-1 ocu ocu atzi1235 #> 7832 116A-1 chx clo lowl1260 #> 7845 116A-1 nar nrb nara1262 #> 7854 116A-1 mxj mio pino1237 #> 7856 116A-1 tsk taq tama1365 #> 7873 116A-1 dds dds donn1238 #> 7875 116A-1 knd kan nucl1305 #> 7877 116A-1 tlp tcf acat1239 #> 7878 116A-1 sap spu sapu1248 #> 7895 116A-1 bud bdm budu1265 #> 7896 116A-1 mxo mie ocot1243 #> 7897 116A-1 ken kyq keng1240 #> 7898 116A-1 jms djm jams1239 #> 7908 116A-1 agc agt cent2084 #> 7916 116A-1 maw mlq west2500 #> 7917 116A-1 amo amo amoo1242 #> 7919 116A-1 lag kot lagw1237 #> 7925 116A-1 noo snf noon1242 #> 7936 116A-1 sti sti stie1250 #> 7937 116A-1 chw cja west2650 #> 7942 116A-1 hil hil hili1240 #> 7959 116A-1 ccm cco coma1246 #> 7961 116A-1 kuv kxv kuvi1243 #> 7966 116A-1 ber wti bert1248 #> 7968 116A-1 uld udl wuzl1236 #> 7969 116A-1 zya zav yatz1235 #> 7986 116A-1 sed sed seda1262 #> 7989 116A-1 wlf wol nucl1347 #> 7992 116A-1 laa gdm laal1242 #> 7995 116A-1 kyl eky east2342 #> 7997 116A-1 ter ttr tera1251 #> 8008 116A-1 bra brb lave1249 #> 8016 116A-1 cle cle leal1235 #> 8022 116A-1 hdi xed hdii1240 #> 8026 116A-1 agd duo dupa1235 #> 8028 116A-1 ifu ifb bata1298 #> 8031 116A-1 mrg mrt marg1265 #> 8033 116A-1 goa guc wayu1243 #> 8034 116A-1 kbw bwe bwek1238 #> 8063 116A-1 bbf bbo nort2819 #> 8072 116A-1 mzh mau huau1238 #> 8075 116A-1 qum qum sipa1247 #> 8077 116A-1 duk dud huns1239 #> 8080 116A-1 mgu mug musg1254 #> 8082 116A-1 bam bam bamb1269 #> 8092 116A-1 lao lao laoo1244 #> 8093 116A-1 pod pbi park1239 #> 8096 116A-1 lac lac laca1243 #> 8102 116A-1 tri trc copa1237 #> 8103 116A-1 snn snk soni1259 #> 8105 116A-1 sre kpm koho1244 #> 8106 116A-1 mxx mxp #> 8118 116A-1 ksg ksw sgaw1245 #> 8142 116A-1 vie vie viet1252 #> 8156 116A-1 cha cha cham1312 #> 8158 116A-1 mhi mar mara1378 #> 8165 116A-1 cso ctp west2644 #> 8167 116A-1 lmn lmn lamb1269 #> 8171 116A-1 kfe kfz koro1298 #> 8173 116A-1 ksn suoy1242 #> 8176 116A-1 mas mcn masa1322 #> 8177 116A-1 mbr mpk mbar1260 #> 8191 116A-1 mon mnw monn1252 #> 8196 116A-1 hna hna mina1276 #> 8197 116A-1 gud gde gude1246 #> 8198 116A-1 wwa wwa waam1244 #> 8210 116A-1 tha tha thai1261 #> 8216 116A-1 tbu tuq tebu1238 #> 8217 116A-1 lmg hia lama1288 #> 8229 116A-1 mxy mpm yoso1239 #> 8230 116A-1 kpw pwo east2341 #> 8232 116A-1 hve huv sanm1287 #> 8246 116A-1 hau hau haus1257 #> 8252 116A-1 mym mal mala1464 #> 8256 116A-1 btk bnc cent2083 #> 8272 116A-1 khm khm cent1989 #> 8283 116A-2 biu bzi bisu1246 #> 8286 116A-2 nbd dgl kenu1236 #> 8292 116A-2 bln byn bili1260 #> 8296 116A-2 mab mde maba1277 #> 8297 116A-2 msl mls nucl1440 #> 8325 116A-2 kol kfb kola1242 #> 8334 116A-2 zqc zoc copa1236 #> 8346 116A-2 gmz guk gumu1244 #> 8349 116A-2 knr knc cent2050 #> 8353 116A-2 bmb bim bimo1239 #> 8355 116A-2 knm kun kuna1268 #> 8370 116A-2 run rou rung1258 #> 8375 116A-2 kem ahg qima1242 #> 8378 116A-2 tel tel telu1262 #> 8389 116A-2 kro kgo kron1241 #> 8392 116A-2 rem bfw bond1245 #> 8395 116A-2 tml tam tami1289 #> 8414 116A-2 zag zag zagh1240 #> 8440 116A-2 bej bej beja1238 #> 8442 116A-2 gdb gbj bodo1267 #> 8447 116A-3 mro mor moro1285 #> 8450 116A-3 ika arh arhu1242 #> 8452 116A-3 ong oon onge1236 #> 8453 116A-3 mis miq misk1235 #> 8455 116A-3 amh amh amha1245 #> 8499 116A-6 cpl cpa pala1351 #> 8502 116A-6 zch zoh chim1300 #> 8510 116A-6 jak jai popt1235 #> 8517 116A-6 pip ppl pipi1250 #> 8520 116A-6 dio dyo jola1263 #> 8526 116A-6 tai thv taha1241 #> 8562 116A-6 kni kma konn1242 #> 8585 116A-6 cmy chf taba1266 #> 8590 116A-6 ngz ngi ngiz1242 #> 8600 116A-6 paa pqa paaa1242 #> 8609 116A-6 kch khq koyr1240 #> 8633 116A-6 nht nhg tete1251 #> 8640 116A-6 zzo zpq zoog1238 #> 8643 116A-6 mlg mfi wand1278 #> 8646 116A-6 meh gdq mehr1241 #> 8649 116A-7 mxc mig sanm1295 #> 8652 117A-1 bam bam bamb1269 #> 8654 117A-1 nbh ghl ghul1238 #> 8657 117A-1 tml tam tami1289 #> 8663 117A-1 knd kan nucl1305 #> 8666 117A-1 bln byn bili1260 #> 8682 117A-1 amh amh amha1245 #> 8684 117A-1 prd pci duru1236 #> 8706 117A-2 bej bej beja1238 #> 8723 117A-3 khm khm cent1989 #> 8728 117A-3 ceb ceb cebu1242 #> 8731 117A-3 tzu tzj tzut1248 #> 8732 117A-3 lah lhu lahu1253 #> 8736 117A-3 tha tha thai1261 #> 8740 117A-3 sed sed seda1262 #> 8745 117A-3 tag tgl taga1270 #> 8765 117A-3 vie vie viet1252 #> 8769 117A-4 ter ttr tera1251 #> 8777 117A-4 hau hau haus1257 #> 8779 117A-4 sup spp supy1237 #> 8780 117A-4 zqc zoc copa1236 #> 8783 117A-4 goa guc wayu1243 #> 8803 117A-4 mrg mrt marg1265 #> 8808 117A-4 knr knc cent2050 #> 8810 117A-4 zpi zpd sout3005 #> 8818 117A-4 mxp mil peno1244 #> 8830 117A-5 kch khq koyr1240 #> 8833 117A-5 mis miq misk1235 #> 8844 117A-5 grn gur fare1241 #> 8855 117A-5 pap pap papi1253 #> 8857 117A-5 nhp poch1244 #> 8870 117A-5 knm kun kuna1268 #> 8873 117A-5 plr fap palo1243 #> 8874 117A-5 moo mos moss1236 #> 8881 117A-5 tbu tuq tebu1238 #> 8882 117A-5 hcr hat hait1244 #> 8885 117A-5 dio dyo jola1263 #> 8887 117A-5 kro kgo kron1241 #> 8906 118A-1 otr otr otor1240 #> 8914 118A-1 kro kgo kron1241 #> 8918 118A-1 tag tgl taga1270 #> 8921 118A-1 zqc zoc copa1236 #> 8922 118A-1 hcr hat hait1244 #> 8936 118A-1 cha cha cham1312 #> 8937 118A-1 plr fap palo1243 #> 8938 118A-1 tha tha thai1261 #> 8956 118A-1 goa guc wayu1243 #> 8960 118A-1 jak jai popt1235 #> 8963 118A-1 tzo tzo tzot1259 #> 8964 118A-1 ceb ceb cebu1242 #> 8965 118A-1 tzu tzj tzut1248 #> 8976 118A-1 pap pap papi1253 #> 8979 118A-1 kpm pam pamp1243 #> 8983 118A-1 sed sed seda1262 #> 8986 118A-1 bag bmi bagi1246 #> 8991 118A-1 khm khm cent1989 #> 8993 118A-1 wlf wol nucl1347 #> 8999 118A-1 chr crw chra1242 #> 9003 118A-1 lao lao laoo1244 #> 9005 118A-1 ccm cco coma1246 #> 9012 118A-1 vie vie viet1252 #> 9020 118A-1 mam mvc mamc1234 #> 9022 118A-1 ktl kcr katl1237 #> 9023 118A-1 sre kpm koho1244 #> 9026 118A-1 lah lhu lahu1253 #> 9040 118A-1 ilo ilo ilok1237 #> 9043 118A-2 mym mal mala1464 #> 9051 118A-2 tel tel telu1262 #> 9052 118A-2 tot tlc yecu1235 #> 9066 118A-2 prd pci duru1236 #> 9085 118A-2 mis miq misk1235 #> 9089 118A-2 tgr tig tigr1270 #> 9092 118A-2 knk kna dera1248 #> 9098 118A-2 ras ras tega1236 #> 9099 118A-2 hau hau haus1257 #> 9106 118A-2 amh amh amha1245 #> 9109 118A-2 knd kan nucl1305 #> 9119 118A-2 ngz ngi ngiz1242 #> 9132 118A-2 tml tam tami1289 #> 9151 118A-2 ram rma rama1270 #> 9165 118A-2 rem bfw bond1245 #> 9173 118A-3 knm kun kuna1268 #> 9174 118A-3 bam bam bamb1269 #> 9176 118A-3 sup spp supy1237 #> 9177 118A-3 maw mlq west2500 #> 9180 118A-3 moo mos moss1236 #> 9183 118A-3 ksm xsm kase1253 #> 9190 118A-3 bej bej beja1238 #> 9194 118A-3 nbh ghl ghul1238 #> 9196 118A-3 gud gde gude1246 #> 9200 118A-3 nht nhg tete1251 #> 9205 118A-3 zai zai isth1244 #> 9206 118A-3 cso ctp west2644 #> 9212 118A-3 tbu tuq tebu1238 #> 9218 118A-3 sor srb sora1254 #> 9225 118A-3 zar dje zarm1239 #> 9230 118A-3 mxp mil peno1244 #> 9232 118A-3 nar nrb nara1262 #> 9235 118A-3 knr knc cent2050 #> 9236 118A-3 dab dbq maza1304 #> 9243 118A-3 mrg mrt marg1265 #> 9256 118A-3 bln byn bili1260 #> 9262 118A-3 pop pbe mezo1235 #> 9273 118A-3 grn gur fare1241 #> 9278 119A-1 nbh ghl ghul1238 #> 9279 119A-1 tha tha thai1261 #> 9287 119A-1 ilo ilo ilok1237 #> 9296 119A-1 ceb ceb cebu1242 #> 9313 119A-1 moo mos moss1236 #> 9314 119A-1 bam bam bamb1269 #> 9328 119A-1 tzo tzo tzot1259 #> 9333 119A-1 khm khm cent1989 #> 9334 119A-1 zai zai isth1244 #> 9341 119A-1 lao lao laoo1244 #> 9346 119A-1 jak jai popt1235 #> 9351 119A-1 pap pap papi1253 #> 9354 119A-1 ksm xsm kase1253 #> 9355 119A-1 hcr hat hait1244 #> 9357 119A-1 sup spp supy1237 #> 9358 119A-1 zar dje zarm1239 #> 9361 119A-1 tag tgl taga1270 #> 9365 119A-1 ktl kcr katl1237 #> 9371 119A-1 hau hau haus1257 #> 9373 119A-1 goa guc wayu1243 #> 9376 119A-1 bag bmi bagi1246 #> 9377 119A-1 knk kna dera1248 #> 9383 119A-1 vie vie viet1252 #> 9387 119A-1 sor srb sora1254 #> 9389 119A-1 kro kgo kron1241 #> 9393 119A-1 tot tlc yecu1235 #> 9397 119A-1 otr otr otor1240 #> 9398 119A-1 ras ras tega1236 #> 9399 119A-1 dab dbq maza1304 #> 9409 119A-1 ccm cco coma1246 #> 9419 119A-1 rem bfw bond1245 #> 9420 119A-1 lah lhu lahu1253 #> 9428 119A-1 gud gde gude1246 #> 9432 119A-1 tzu tzj tzut1248 #> 9433 119A-1 prd pci duru1236 #> 9443 119A-1 plr fap palo1243 #> 9448 119A-1 mym mal mala1464 #> 9451 119A-1 sre kpm koho1244 #> 9453 119A-1 ngz ngi ngiz1242 #> 9454 119A-1 grn gur fare1241 #> 9456 119A-1 knr knc cent2050 #> 9458 119A-1 kpm pam pamp1243 #> 9460 119A-1 nar nrb nara1262 #> 9467 119A-1 sed sed seda1262 #> 9473 119A-1 cso ctp west2644 #> 9477 119A-1 maw mlq west2500 #> 9489 119A-1 mxp mil peno1244 #> 9491 119A-1 zqc zoc copa1236 #> 9495 119A-1 knm kun kuna1268 #> 9504 119A-1 pop pbe mezo1235 #> 9511 119A-1 mrg mrt marg1265 #> 9512 119A-1 cha cha cham1312 #> 9520 119A-1 wlf wol nucl1347 #> 9521 119A-1 mam mvc mamc1234 #> 9522 119A-1 tbu tuq tebu1238 #> 9534 119A-1 chr crw chra1242 #> 9570 119A-2 bej bej beja1238 #> 9576 119A-2 amh amh amha1245 #> 9579 119A-2 ram rma rama1270 #> 9583 119A-2 mis miq misk1235 #> 9592 119A-2 knd kan nucl1305 #> 9608 119A-2 tgr tig tigr1270 #> 9611 119A-2 tml tam tami1289 #> 9620 119A-2 bln byn bili1260 #> 9633 119A-2 nht nhg tete1251 #> 9636 119A-2 tel tel telu1262 #> 9675 12A-1 bam bam bamb1269 #> 9682 12A-1 haw haw hawa1245 #> 9694 12A-1 bbf bbo nort2819 #> 9703 12A-1 chq chq quio1240 #> 9708 12A-1 mxc mig sanm1295 #> 9711 12A-1 dts dts toro1252 #> 9731 12A-2 tgr tig tigr1270 #> 9732 12A-2 tmn teq nucl1339 #> 9757 12A-2 awn awn awng1244 #> 9761 12A-2 knm kun kuna1268 #> 9766 12A-2 ter ttr tera1251 #> 9770 12A-2 ngz ngi ngiz1242 #> 9772 12A-2 bis bib biss1248 #> 9782 12A-2 kfe kfz koro1298 #> 9784 12A-2 ndt ndv ndut1239 #> 9786 12A-2 pur tsz pure1242 #> 9793 12A-2 knr knc cent2050 #> 9796 12A-2 vie vie viet1252 #> 9798 12A-2 hve huv sanm1287 #> 9805 12A-2 jpr jru japr1238 #> 9808 12A-2 tag tgl taga1270 #> 9811 12A-2 phl pww pwon1235 #> 9812 12A-2 mro mor moro1285 #> 9826 12A-2 igs tbi gaam1241 #> 9832 12A-2 kch khq koyr1240 #> 9833 12A-2 nhn ncj nort2957 #> 9843 12A-2 jak jai popt1235 #> 9845 12A-2 kro kgo kron1241 #> 9846 12A-2 amo amo amoo1242 #> 9853 12A-2 bag bmi bagi1246 #> 9878 12A-2 cha cha cham1312 #> 9879 12A-2 ika arh arhu1242 #> 9885 12A-2 tma tma tama1331 #> 9889 12A-2 nyi nyi amas1236 #> 9891 12A-2 ber wti bert1248 #> 9894 12A-2 sor srb sora1254 #> 9896 12A-2 cle cle leal1235 #> 9899 12A-2 tha tha thai1261 #> 9903 12A-2 fur fvr furr1244 #> 9907 12A-2 nht nhg tete1251 #> 9910 12A-2 jom tlo talo1250 #> 9912 12A-2 pec pay pech1241 #> 9917 12A-2 ddf daj darf1239 #> 9918 12A-2 kyl eky east2342 #> 9921 12A-2 kad xtc katc1249 #> 9926 12A-2 sed sed seda1262 #> 9928 12A-2 nar nrb nara1262 #> 9930 12A-2 sup spp supy1237 #> 9932 12A-2 ksg ksw sgaw1245 #> 9937 12A-2 amh amh amha1245 #> 9939 12A-2 tol jic toll1241 #> 9948 12A-2 knk kna dera1248 #> 9959 12A-2 dnw daa dang1274 #> 9961 12A-2 mzc maq chiq1250 #> 9963 12A-2 pac pac paco1243 #> 9967 12A-2 ram rma rama1270 #> 9980 12A-2 hau hau haus1257 #> 9981 12A-2 lah lhu lahu1253 #> 9987 12A-2 tel tel telu1262 #> 9990 12A-2 gan apq apuc1241 #> 10004 12A-3 sre kpm koho1244 #> 10007 12A-3 wlf wol nucl1347 #> 10009 12A-3 knd kan nucl1305 #> 10014 12A-3 ktk aal afad1236 #> 10020 12A-3 kot kfe kota1263 #> 10026 12A-3 bej bej beja1238 #> 10046 12A-3 brw brv west2397 #> 10050 12A-3 tza tzh tzel1254 #> 10053 12A-3 mab mde maba1277 #> 10054 12A-3 soq sqt soqo1240 #> 10061 12A-3 bra brb lave1249 #> 10066 12A-3 nkt cbn nyah1250 #> 10067 12A-3 zqc zoc copa1236 #> 10069 12A-3 tmp tpm tamp1252 #> 10087 12A-3 mtp mto toto1305 #> 10092 12A-3 chw cja west2650 #> 10095 12A-3 amz amu guer1243 #> 10107 12A-3 tul tcy tulu1258 #> 10124 12A-3 dio dyo jola1263 #> 10127 12A-3 koy kff koya1251 #> 10134 12A-3 jeh jeh jehh1245 #> 10147 12A-3 khm khm cent1989 #> 10154 120A-1 hau hau haus1257 #> 10155 120A-1 wlf wol nucl1347 #> 10156 120A-1 zai zai isth1244 #> 10161 120A-1 ras ras tega1236 #> 10168 120A-1 cha cha cham1312 #> 10182 120A-1 bej bej beja1238 #> 10183 120A-1 moo mos moss1236 #> 10189 120A-1 tzo tzo tzot1259 #> 10191 120A-1 nht nhg tete1251 #> 10199 120A-1 tgr tig tigr1270 #> 10200 120A-1 tag tgl taga1270 #> 10201 120A-1 sup spp supy1237 #> 10205 120A-1 prd pci duru1236 #> 10213 120A-1 hcr hat hait1244 #> 10227 120A-1 ksm xsm kase1253 #> 10228 120A-1 kro kgo kron1241 #> 10233 120A-1 jak jai popt1235 #> 10235 120A-1 mym mal mala1464 #> 10241 120A-1 ilo ilo ilok1237 #> 10246 120A-1 zar dje zarm1239 #> 10247 120A-1 lao lao laoo1244 #> 10249 120A-1 pap pap papi1253 #> 10250 120A-1 bln byn bili1260 #> 10254 120A-1 knk kna dera1248 #> 10259 120A-1 zqc zoc copa1236 #> 10266 120A-1 ceb ceb cebu1242 #> 10274 120A-1 bam bam bamb1269 #> 10290 120A-1 kpm pam pamp1243 #> 10304 120A-1 amh amh amha1245 #> 10306 120A-1 tzu tzj tzut1248 #> 10307 120A-1 mis miq misk1235 #> 10308 120A-1 otr otr otor1240 #> 10313 120A-1 grn gur fare1241 #> 10319 120A-1 mam mvc mamc1234 #> 10322 120A-1 mxp mil peno1244 #> 10331 120A-1 ngz ngi ngiz1242 #> 10334 120A-1 ccm cco coma1246 #> 10336 120A-1 nbh ghl ghul1238 #> 10342 120A-1 cso ctp west2644 #> 10347 120A-1 maw mlq west2500 #> 10360 120A-2 knm kun kuna1268 #> 10366 120A-2 tot tlc yecu1235 #> 10368 120A-2 sre kpm koho1244 #> 10395 120A-2 tbu tuq tebu1238 #> 10405 120A-2 vie vie viet1252 #> 10413 120A-2 knd kan nucl1305 #> 10416 120A-2 mrg mrt marg1265 #> 10417 120A-2 ktl kcr katl1237 #> 10419 120A-2 tha tha thai1261 #> 10427 120A-2 rem bfw bond1245 #> 10429 120A-2 bag bmi bagi1246 #> 10431 120A-2 knr knc cent2050 #> 10439 120A-2 gud gde gude1246 #> 10441 120A-2 lah lhu lahu1253 #> 10449 120A-2 khm khm cent1989 #> 10455 120A-2 ram rma rama1270 #> 10456 120A-2 goa guc wayu1243 #> 10466 120A-2 dab dbq maza1304 #> 10475 120A-2 nar nrb nara1262 #> 10479 120A-2 sor srb sora1254 #> 10489 120A-2 sed sed seda1262 #> 10493 120A-2 plr fap palo1243 #> 10509 120A-2 tel tel telu1262 #> 10511 120A-2 tml tam tami1289 #> 10516 120A-2 pop pbe mezo1235 #> 10519 120A-2 chr crw chra1242 #> 10545 121A-1 bln byn bili1260 #> 10552 121A-1 tbu tuq tebu1238 #> 10553 121A-1 jak jai popt1235 #> 10561 121A-1 kro kgo kron1241 #> 10569 121A-1 tel tel telu1262 #> 10572 121A-1 amh amh amha1245 #> 10574 121A-1 maw mlq west2500 #> 10579 121A-1 mhi mar mara1378 #> 10580 121A-1 ceb ceb cebu1242 #> 10582 121A-1 rem bfw bond1245 #> 10587 121A-1 tml tam tami1289 #> 10596 121A-1 kem ahg qima1242 #> 10598 121A-1 knr knc cent2050 #> 10604 121A-1 pur tsz pure1242 #> 10616 121A-2 vie vie viet1252 #> 10623 121A-2 kfe kfz koro1298 #> 10630 121A-2 tha tha thai1261 #> 10634 121A-2 mrg mrt marg1265 #> 10635 121A-2 sap spu sapu1248 #> 10637 121A-2 hau hau haus1257 #> 10638 121A-2 dga dga sout2789 #> 10639 121A-2 khm khm cent1989 #> 10640 121A-2 wlf wol nucl1347 #> 10642 121A-2 fus fuc pula1263 #> 10647 121A-3 mis miq misk1235 #> 10656 121A-3 biu bzi bisu1246 #> 10670 121A-3 mxa mib atat1238 #> 10691 121A-4 goa guc wayu1243 #> 10695 121A-4 ilo ilo ilok1237 #> 10721 122A-2 ram rma rama1270 #> 10726 122A-2 sup spp supy1237 #> 10729 122A-2 bam bam bamb1269 #> 10731 122A-2 ika arh arhu1242 #> 10741 122A-3 kyl eky east2342 #> 10751 122A-4 mxc mig sanm1295 #> 10758 122A-4 kse ses koyr1242 #> 10761 122A-4 jak jai popt1235 #> 10764 122A-4 knm kun kuna1268 #> 10776 122A-4 tag tgl taga1270 #> 10777 122A-4 cha cha cham1312 #> 10779 122A-4 bag bmi bagi1246 #> 10788 122A-4 kro kgo kron1241 #> 10793 122A-4 blq bol nucl1695 #> 10799 122A-4 kfe kfz koro1298 #> 10800 122A-4 khm khm cent1989 #> 10810 122A-4 knd kan nucl1305 #> 10817 122A-4 kch khq koyr1240 #> 10820 122A-4 gdr gid gida1247 #> 10822 122A-4 hau hau haus1257 #> 10823 122A-4 tha tha thai1261 #> 10824 122A-4 vie vie viet1252 #> 10837 122A-4 fur fvr furr1244 #> 10838 122A-4 giz gis maro1246 #> 10844 122A-4 cle cle leal1235 #> 10854 122A-4 nbd dgl kenu1236 #> 10865 122A-4 miy mkf miya1266 #> 10880 123A-2 bam bam bamb1269 #> 10886 123A-2 ika arh arhu1242 #> 10892 123A-2 sup spp supy1237 #> 10894 123A-3 kro kgo kron1241 #> 10903 123A-3 miy mkf miya1266 #> 10906 123A-3 kyl eky east2342 #> 10907 123A-3 bag bmi bagi1246 #> 10908 123A-3 hau hau haus1257 #> 10909 123A-3 blq bol nucl1695 #> 10919 123A-4 knm kun kuna1268 #> 10923 123A-4 kfe kfz koro1298 #> 10925 123A-4 kch khq koyr1240 #> 10929 123A-4 jak jai popt1235 #> 10937 123A-4 knd kan nucl1305 #> 10943 123A-4 fur fvr furr1244 #> 10946 123A-4 cle cle leal1235 #> 10957 123A-4 tha tha thai1261 #> 10960 123A-4 mxc mig sanm1295 #> 10962 123A-4 khm khm cent1989 #> 10967 123A-4 kse ses koyr1242 #> 10968 123A-4 cha cha cham1312 #> 10975 123A-5 tag tgl taga1270 #> 10980 124A-1 biu bzi bisu1246 #> 10995 124A-1 tag tgl taga1270 #> 10997 124A-1 kro kgo kron1241 #> 11012 124A-1 mid mei mido1240 #> 11019 124A-1 wlf wol nucl1347 #> 11028 124A-1 kem ahg qima1242 #> 11029 124A-1 khm khm cent1989 #> 11033 124A-1 kyl eky east2342 #> 11039 124A-1 sap spu sapu1248 #> 11041 124A-1 kod kfa koda1255 #> 11045 124A-1 pur tsz pure1242 #> 11049 124A-1 cha cha cham1312 #> 11052 124A-1 knd kan nucl1305 #> 11060 124A-1 boz boz tiey1235 #> 11072 124A-1 sup spp supy1237 #> 11087 124A-1 tha tha thai1261 #> 11089 124A-1 ika arh arhu1242 #> 11090 124A-1 kao kyj kara1487 #> 11096 124A-1 mhi mar mara1378 #> 11099 124A-1 sed sed seda1262 #> 11101 124A-1 ram rma rama1270 #> 11115 124A-1 mis miq misk1235 #> 11116 124A-1 vie vie viet1252 #> 11119 124A-1 pec pay pech1241 #> 11126 124A-2 kse ses koyr1242 #> 11131 124A-2 hau hau haus1257 #> 11139 124A-2 nht nhg tete1251 #> 11151 124A-2 tzu tzj tzut1248 #> 11152 124A-2 meh gdq mehr1241 #> 11155 124A-2 qaf aar afar1241 #> 11158 124A-2 jak jai popt1235 #> 11165 124A-2 mam mvc mamc1234 #> 11170 124A-2 mxc mig sanm1295 #> 11171 124A-2 pop pbe mezo1235 #> 11173 124A-2 bag bmi bagi1246 #> 11177 124A-2 zaq zpi sant1451 #> 11178 124A-2 bud bdm budu1265 #> 11179 124A-2 cch coz choc1279 #> 11183 124A-2 soq sqt soqo1240 #> 11196 124A-3 kfe kfz koro1298 #> 11203 124A-3 miy mkf miya1266 #> 11232 124A-4 olu plo olut1240 #> 11236 124A-4 nmi nhx isth1242 #> 11246 124A-4 zch zoh chim1300 #> 11258 124A-5 itz itz itza1241 #> 11264 125A-1 cle cle leal1235 #> 11276 125A-1 vie vie viet1252 #> 11296 125A-1 mxc mig sanm1295 #> 11300 125A-2 sup spp supy1237 #> 11306 125A-2 kfe kfz koro1298 #> 11319 125A-2 nht nhg tete1251 #> 11334 125A-3 tml tam tami1289 #> 11335 125A-3 itz itz itza1241 #> 11349 125A-3 noo snf noon1242 #> 11350 125A-3 hau hau haus1257 #> 11360 125A-3 mhi mar mara1378 #> 11366 125A-3 mym mal mala1464 #> 11373 125A-3 tag tgl taga1270 #> 11375 125A-3 ram rma rama1270 #> 11387 125A-3 tzu tzj tzut1248 #> 11388 125A-3 kro kgo kron1241 #> 11391 125A-3 nbd dgl kenu1236 #> 11392 125A-3 miy mkf miya1266 #> 11395 125A-3 ika arh arhu1242 #> 11404 125A-3 knr knc cent2050 #> 11417 125A-3 knd kan nucl1305 #> 11426 125A-3 kch khq koyr1240 #> 11428 125A-3 pur tsz pure1242 #> 11432 126A-1 nht nhg tete1251 #> 11455 126A-1 tzu tzj tzut1248 #> 11456 126A-1 cha cha cham1312 #> 11463 126A-1 vie vie viet1252 #> 11474 126A-1 knr knc cent2050 #> 11475 126A-1 mxc mig sanm1295 #> 11477 126A-1 miy mkf miya1266 #> 11488 126A-1 cle cle leal1235 #> 11504 126A-1 kro kgo kron1241 #> 11514 126A-1 kfe kfz koro1298 #> 11516 126A-2 hau hau haus1257 #> 11520 126A-2 sup spp supy1237 #> 11540 126A-2 mhi mar mara1378 #> 11543 126A-2 itz itz itza1241 #> 11554 126A-2 tag tgl taga1270 #> 11559 126A-3 ram rma rama1270 #> 11563 126A-3 ika arh arhu1242 #> 11569 126A-3 tml tam tami1289 #> 11571 126A-3 nbd dgl kenu1236 #> 11591 126A-3 knd kan nucl1305 #> 11604 126A-3 noo snf noon1242 #> 11606 127A-1 vie vie viet1252 #> 11617 127A-1 nht nhg tete1251 #> 11620 127A-1 cha cha cham1312 #> 11625 127A-1 tzu tzj tzut1248 #> 11628 127A-1 cle cle leal1235 #> 11636 127A-1 mxc mig sanm1295 #> 11638 127A-1 kro kgo kron1241 #> 11640 127A-1 hau hau haus1257 #> 11643 127A-1 ika arh arhu1242 #> 11658 127A-1 kfe kfz koro1298 #> 11664 127A-1 noo snf noon1242 #> 11666 127A-1 sup spp supy1237 #> 11677 127A-1 knr knc cent2050 #> 11691 127A-1 miy mkf miya1266 #> 11697 127A-2 tag tgl taga1270 #> 11700 127A-2 mhi mar mara1378 #> 11713 127A-2 ram rma rama1270 #> 11725 127A-2 mym mal mala1464 #> 11734 127A-3 tml tam tami1289 #> 11746 127A-3 knd kan nucl1305 #> 11748 127A-3 nbd dgl kenu1236 #> 11784 128A-1 tzu tzj tzut1248 #> 11786 128A-1 ram rma rama1270 #> 11803 128A-1 jak jai popt1235 #> 11807 128A-1 knr knc cent2050 #> 11814 128A-1 vie vie viet1252 #> 11825 128A-1 tag tgl taga1270 #> 11826 128A-1 mym mal mala1464 #> 11828 128A-1 sup spp supy1237 #> 11829 128A-1 miy mkf miya1266 #> 11837 128A-1 mxc mig sanm1295 #> 11839 128A-1 kch khq koyr1240 #> 11842 128A-1 noo snf noon1242 #> 11846 128A-1 mhi mar mara1378 #> 11856 128A-1 nht nhg tete1251 #> 11859 128A-1 ika arh arhu1242 #> 11871 128A-1 itz itz itza1241 #> 11888 128A-1 nbd dgl kenu1236 #> 11895 128A-2 kro kgo kron1241 #> 11899 128A-2 kfe kfz koro1298 #> 11905 128A-2 knd kan nucl1305 #> 11911 128A-3 tml tam tami1289 #> 11918 129A-1 btk bnc cent2083 #> 11921 129A-1 knr knc cent2050 #> 11922 129A-1 rng ren reng1252 #> 11926 129A-1 cak cak kaqc1270 #> 11928 129A-1 kky kne kank1243 #> 11933 129A-1 amh amh amha1245 #> 11935 129A-1 mym mal mala1464 #> 11937 129A-1 mxg mig sanm1295 #> 11938 129A-1 zam zpm mixt1426 #> 11939 129A-1 zaj zaa sier1250 #> 11945 129A-1 crl cal caro1242 #> 11952 129A-1 grm gux gour1243 #> 11956 129A-1 cmy chf taba1266 #> 11961 129A-1 dca dgc casi1235 #> 11962 129A-1 maz maz maza1293 #> 11971 129A-1 cho chd high1242 #> 11978 129A-1 mop mop mopa1243 #> 11979 129A-1 mid mei mido1240 #> 11985 129A-1 kea kjb qanj1241 #> 11990 129A-1 ctt cta tata1258 #> 11993 129A-1 zfl zos fran1266 #> 11995 129A-1 csk csk jola1262 #> 12003 129A-1 mab mde maba1277 #> 12005 129A-1 yct yua yuca1254 #> 12007 129A-1 ilo ilo ilok1237 #> 12013 129A-1 oko ort adiv1239 #> 12014 129A-1 ika arh arhu1242 #> 12018 129A-1 tzs tzs tzot1260 #> 12020 129A-1 ngz ngi ngiz1242 #> 12021 129A-1 olu plo olut1240 #> 12022 129A-1 ifu ifb bata1298 #> 12025 129A-1 kfe kfz koro1298 #> 12026 129A-1 zai zai isth1244 #> 12031 129A-1 itz itz itza1241 #> 12034 129A-1 kro kgo kron1241 #> 12037 129A-1 kwe knj west2635 #> 12039 129A-1 col ctu chol1281 #> 12043 129A-1 pur tsz pure1242 #> 12048 129A-1 chr crw chra1242 #> 12050 129A-1 hau hau haus1257 #> 12051 129A-1 bam bam bamb1269 #> 12054 129A-1 jak jai popt1235 #> 12059 129A-1 toj toj tojo1241 #> 12060 129A-1 cha cha cham1312 #> 12063 129A-1 cch coz choc1279 #> 12065 129A-1 ykp yup yukp1241 #> 12070 129A-1 haw haw hawa1245 #> 12073 129A-1 say pos sayu1241 #> 12074 129A-1 tml tam tami1289 #> 12080 129A-1 chw cja west2650 #> 12081 129A-1 nht nhg tete1251 #> 12083 129A-1 rad rad rade1240 #> 12084 129A-1 nsz azz high1278 #> 12090 129A-1 itw itv itaw1240 #> 12093 129A-1 mhi mar mara1378 #> 12095 129A-1 sus sus susu1250 #> 12096 129A-1 jeh jeh jehh1245 #> 12099 129A-1 ixi ixl ixil1251 #> 12100 129A-1 mtp mto toto1305 #> 12102 129A-1 mxu mih chay1249 #> 12107 129A-1 tzt tzh tzel1254 #> 12108 129A-1 npa nhp isth1241 #> 12109 129A-1 zzo zpq zoog1238 #> 12112 129A-1 nbd dgl kenu1236 #> 12113 129A-1 chj cnm chuj1249 #> 12117 129A-1 tlp tcf acat1239 #> 12118 129A-1 ram rma rama1270 #> 12123 129A-1 csf cuc usil1237 #> 12124 129A-1 sed sed seda1262 #> 12130 129A-1 qch quc kich1262 #> 12131 129A-1 khm khm cent1989 #> 12134 129A-1 rgn rog nort2994 #> 12135 129A-1 tzb tzb tzel1255 #> 12136 129A-1 tbe tig tigr1270 #> 12140 129A-1 pac pac paco1243 #> 12144 129A-1 dam mbp mala1522 #> 12153 129A-2 mge mng east2333 #> 12156 129A-2 ixc ixc ixca1245 #> 12162 129A-2 sum yan maya1285 #> 12172 129A-2 poc poa poqo1257 #> 12174 129A-2 bpb bdq bahn1262 #> 12175 129A-2 zqs poi high1276 #> 12188 129A-2 bkl bcl cent2087 #> 12211 129A-2 cog kog cogu1240 #> 12214 129A-2 trc trs chic1273 #> 12221 129A-2 ctc cut cuic1234 #> 12230 129A-2 cma cbg chim1309 #> 12263 129A-2 lao lao laoo1244 #> 12268 129A-2 mis miq misk1235 #> 12281 129A-2 cec cob chic1271 #> 12290 129A-2 cle cle leal1235 #> 12293 129A-2 hil hil hili1240 #> 12295 129A-2 mco mco coat1238 #> 12298 129A-2 nhx ngu guer1241 #> 12304 129A-2 tha tha thai1261 #> 12333 129A-2 tol jic toll1241 #> 12342 129A-2 ktu ktv nucl1297 #> 12347 129A-2 goa guc wayu1243 #> 12352 129A-2 mzc maq chiq1250 #> 12356 129A-2 pip ppl pipi1250 #> 12398 129A-2 bok bqc boko1266 #> 12402 129A-2 zap zaw mitl1236 #> 12427 129A-2 psj poe sanj1285 #> 12444 129A-2 knd kan nucl1305 #> 12455 129A-2 tag tgl taga1270 #> 12479 129A-2 hve huv sanm1287 #> 12503 129A-2 ceb ceb cebu1242 #> 12510 129A-2 tos tos high1243 #> 12511 129A-2 mjc mjc sanj1281 #> 12515 129A-2 ayo #> 12517 129A-2 cut cuit1236 #> 12525 129A-2 kek kek kekc1242 #> 12526 129A-2 pnn pag pang1290 #> 12532 129A-2 psv pbf coyo1236 #> 12536 13A-1 soq sqt soqo1240 #> 12539 13A-1 tag tgl taga1270 #> 12543 13A-1 ika arh arhu1242 #> 12546 13A-1 nhn ncj nort2957 #> 12554 13A-1 ddf daj darf1239 #> 12562 13A-1 zqc zoc copa1236 #> 12564 13A-1 cha cha cham1312 #> 12640 13A-1 tul tcy tulu1258 #> 12641 13A-1 wlf wol nucl1347 #> 12643 13A-1 tgr tig tigr1270 #> 12649 13A-1 kch khq koyr1240 #> 12651 13A-1 mtp mto toto1305 #> 12653 13A-1 jpr jru japr1238 #> 12659 13A-1 ram rma rama1270 #> 12671 13A-1 tel tel telu1262 #> 12677 13A-1 jak jai popt1235 #> 12690 13A-1 pur tsz pure1242 #> 12707 13A-1 jeh jeh jehh1245 #> 12713 13A-1 tza tzh tzel1254 #> 12715 13A-1 nht nhg tete1251 #> 12721 13A-1 koy kff koya1251 #> 12729 13A-1 sed sed seda1262 #> 12731 13A-1 kot kfe kota1263 #> 12750 13A-1 amh amh amha1245 #> 12758 13A-1 pac pac paco1243 #> 12759 13A-1 sor srb sora1254 #> 12773 13A-1 knd kan nucl1305 #> 12776 13A-1 bis bib biss1248 #> 12779 13A-1 kfe kfz koro1298 #> 12781 13A-1 tol jic toll1241 #> 12784 13A-1 dio dyo jola1263 #> 12796 13A-1 brw brv west2397 #> 12801 13A-1 kkn knn konk1267 #> 12807 13A-1 gan apq apuc1241 #> 12825 13A-1 khm khm cent1989 #> 12837 13A-1 haw haw hawa1245 #> 12845 13A-2 nkt cbn nyah1250 #> 12849 13A-2 maz maz maza1293 #> 12851 13A-2 tmn teq nucl1339 #> 12860 13A-2 sre kpm koho1244 #> 12864 13A-2 ber wti bert1248 #> 12867 13A-2 fur fvr furr1244 #> 12868 13A-2 igs tbi gaam1241 #> 12871 13A-2 kgi cou wame1240 #> 12872 13A-2 hau hau haus1257 #> 12873 13A-2 bam bam bamb1269 #> 12880 13A-2 kro kgo kron1241 #> 12882 13A-2 amo amo amoo1242 #> 12885 13A-2 mrg mrt marg1265 #> 12892 13A-2 ngz ngi ngiz1242 #> 12901 13A-2 knm kun kuna1268 #> 12904 13A-2 mab mde maba1277 #> 12911 13A-2 knk kna dera1248 #> 12916 13A-2 mro mor moro1285 #> 12917 13A-2 dnw daa dang1274 #> 12921 13A-2 jom tlo talo1250 #> 12923 13A-2 dts dts toro1252 #> 12932 13A-2 tmp tpm tamp1252 #> 12937 13A-2 awn awn awng1244 #> 12940 13A-2 knr knc cent2050 #> 12944 13A-2 hve huv sanm1287 #> 12950 13A-2 yct yua yuca1254 #> 12955 13A-2 bej bej beja1238 #> 12958 13A-2 ktk aal afad1236 #> 12967 13A-2 nar nrb nara1262 #> 12969 13A-2 chw cja west2650 #> 12973 13A-2 pec pay pech1241 #> 12978 13A-3 kad xtc katc1249 #> 12987 13A-3 vie vie viet1252 #> 12988 13A-3 kyl eky east2342 #> 12989 13A-3 mxm mig sanm1295 #> 12990 13A-3 ter ttr tera1251 #> 12992 13A-3 ksg ksw sgaw1245 #> 12993 13A-3 bbf bbo nort2819 #> 12996 13A-3 sup spp supy1237 #> 13004 13A-3 cle cle leal1235 #> 13005 13A-3 phl pww pwon1235 #> 13012 13A-3 brb bba baat1238 #> 13013 13A-3 mxc mig sanm1295 #> 13018 13A-3 bag bmi bagi1246 #> 13024 13A-3 tma tma tama1331 #> 13027 13A-3 cso ctp west2644 #> 13028 13A-3 chq chq quio1240 #> 13030 13A-3 amz amu guer1243 #> 13031 13A-3 ndt ndv ndut1239 #> 13032 13A-3 lah lhu lahu1253 #> 13036 13A-3 tha tha thai1261 #> 13038 13A-3 nyi nyi amas1236 #> 13048 13A-3 tlp tcf acat1239 #> 13057 13A-3 mzc maq chiq1250 #> 13063 130A-1 ykp yup yukp1241 #> 13083 130A-1 haw haw hawa1245 #> 13094 130A-1 pac pac paco1243 #> 13100 130A-1 ngz ngi ngiz1242 #> 13138 130A-2 ixc ixc ixca1245 #> 13141 130A-2 dam mbp mala1522 #> 13144 130A-2 cma cbg chim1309 #> 13146 130A-2 mge mng east2333 #> 13152 130A-2 zqs poi high1276 #> 13153 130A-2 sum yan maya1285 #> 13154 130A-2 poc poa poqo1257 #> 13159 130A-2 zqc zoc copa1236 #> 13160 130A-2 trc trs chic1273 #> 13161 130A-2 pnn pag pang1290 #> 13162 130A-2 csf cuc usil1237 #> 13168 130A-2 pip ppl pipi1250 #> 13169 130A-2 mxu mih chay1249 #> 13172 130A-2 chj cnm chuj1249 #> 13180 130A-2 crl cal caro1242 #> 13182 130A-2 jak jai popt1235 #> 13186 130A-2 bam bam bamb1269 #> 13191 130A-2 ram rma rama1270 #> 13201 130A-2 maz maz maza1293 #> 13202 130A-2 hau hau haus1257 #> 13207 130A-2 zqr zor rayo1235 #> 13220 130A-2 ktu ktv nucl1297 #> 13225 130A-2 mxg mig sanm1295 #> 13228 130A-2 btk bnc cent2083 #> 13231 130A-2 tzt tzh tzel1254 #> 13232 130A-2 nbd dgl kenu1236 #> 13233 130A-2 tzs tzs tzot1260 #> 13240 130A-2 zai zai isth1244 #> 13248 130A-2 zzo zpq zoog1238 #> 13250 130A-2 itw itv itaw1240 #> 13257 130A-2 knd kan nucl1305 #> 13264 130A-2 bkl bcl cent2087 #> 13267 130A-2 dca dgc casi1235 #> 13272 130A-2 hil hil hili1240 #> 13283 130A-2 ctc cut cuic1234 #> 13288 130A-2 nht nhg tete1251 #> 13294 130A-2 bpb bdq bahn1262 #> 13298 130A-2 tha tha thai1261 #> 13305 130A-2 kro kgo kron1241 #> 13313 130A-2 goa guc wayu1243 #> 13319 130A-2 hve huv sanm1287 #> 13327 130A-2 cle cle leal1235 #> 13330 130A-2 zam zpm mixt1426 #> 13333 130A-2 cho chd high1242 #> 13335 130A-2 cog kog cogu1240 #> 13337 130A-2 tzb tzb tzel1255 #> 13340 130A-2 toj toj tojo1241 #> 13345 130A-2 ctt cta tata1258 #> 13358 130A-2 zaj zaa sier1250 #> 13362 130A-2 nhx ngu guer1241 #> 13365 130A-2 yct yua yuca1254 #> 13367 130A-2 cch coz choc1279 #> 13368 130A-2 oko ort adiv1239 #> 13372 130A-2 ixi ixl ixil1251 #> 13378 130A-2 itz itz itza1241 #> 13379 130A-2 amh amh amha1245 #> 13386 130A-2 grm gux gour1243 #> 13393 130A-2 kfe kfz koro1298 #> 13397 130A-2 kky kne kank1243 #> 13398 130A-2 csk csk jola1262 #> 13408 130A-2 kwe knj west2635 #> 13409 130A-2 rng ren reng1252 #> 13416 130A-2 knr knc cent2050 #> 13426 130A-2 kek kek kekc1242 #> 13429 130A-2 ika arh arhu1242 #> 13430 130A-2 chw cja west2650 #> 13431 130A-2 zap zaw mitl1236 #> 13432 130A-2 tbe tig tigr1270 #> 13441 130A-2 mis miq misk1235 #> 13450 130A-2 zfl zos fran1266 #> 13454 130A-2 npa nhp isth1241 #> 13455 130A-2 cmy chf taba1266 #> 13458 130A-2 mco mco coat1238 #> 13459 130A-2 rgn rog nort2994 #> 13465 130A-2 psj poe sanj1285 #> 13466 130A-2 tlp tcf acat1239 #> 13474 130A-2 nsz azz high1278 #> 13477 130A-2 tos tos high1243 #> 13488 130A-2 cec cob chic1271 #> 13495 130A-2 mjc mjc sanj1281 #> 13500 130A-2 rad rad rade1240 #> 13506 130A-2 olu plo olut1240 #> 13509 130A-2 jeh jeh jehh1245 #> 13523 130A-2 cak cak kaqc1270 #> 13535 130A-2 tol jic toll1241 #> 13542 130A-2 mhi mar mara1378 #> 13544 130A-2 mym mal mala1464 #> 13547 130A-2 lao lao laoo1244 #> 13553 130A-2 mab mde maba1277 #> 13554 130A-2 qch quc kich1262 #> 13558 130A-2 ifu ifb bata1298 #> 13559 130A-2 chr crw chra1242 #> 13574 130A-2 ayo #> 13575 130A-2 sed sed seda1262 #> 13583 130A-2 cut cuit1236 #> 13589 130A-2 ceb ceb cebu1242 #> 13592 130A-2 bok bqc boko1266 #> 13595 130A-2 kea kjb qanj1241 #> 13597 130A-2 mid mei mido1240 #> 13603 130A-2 cha cha cham1312 #> 13605 130A-2 tml tam tami1289 #> 13606 130A-2 mzc maq chiq1250 #> 13609 130A-2 sus sus susu1250 #> 13610 130A-2 ilo ilo ilok1237 #> 13620 130A-2 mtp mto toto1305 #> 13621 130A-2 pur tsz pure1242 #> 13626 130A-2 col ctu chol1281 #> 13630 130A-2 psv pbf coyo1236 #> 13648 130A-2 mop mop mopa1243 #> 13651 130A-2 say pos sayu1241 #> 13654 130A-2 tag tgl taga1270 #> 13702 130B-2 ykp yup yukp1241 #> 13721 130B-3 pac pac paco1243 #> 13724 130B-3 ngz ngi ngiz1242 #> 13726 130B-3 haw haw hawa1245 #> 13735 131A-1 hau hau haus1257 #> 13741 131A-1 nbd dgl kenu1236 #> 13743 131A-1 msl mls nucl1440 #> 13744 131A-1 fur fvr furr1244 #> 13745 131A-1 dam mbp mala1522 #> 13763 131A-1 kyl eky east2342 #> 13764 131A-1 vie vie viet1252 #> 13766 131A-1 amh amh amha1245 #> 13773 131A-1 noo snf noon1242 #> 13776 131A-1 ika arh arhu1242 #> 13785 131A-1 bag bmi bagi1246 #> 13789 131A-1 bam bam bamb1269 #> 13795 131A-1 kfe kfz koro1298 #> 13801 131A-1 tag tgl taga1270 #> 13804 131A-1 nht nhg tete1251 #> 13805 131A-1 tha tha thai1261 #> 13811 131A-1 kse ses koyr1242 #> 13820 131A-1 cha cha cham1312 #> 13828 131A-1 tel tel telu1262 #> 13832 131A-1 goa guc wayu1243 #> 13835 131A-1 khm khm cent1989 #> 13836 131A-1 knr knc cent2050 #> 13838 131A-1 knm kun kuna1268 #> 13842 131A-1 sap spu sapu1248 #> 13844 131A-1 knd kan nucl1305 #> 13852 131A-2 hve huv sanm1287 #> 13859 131A-2 cle cle leal1235 #> 13860 131A-2 fum ffm maas1239 #> 13865 131A-2 mxc mig sanm1295 #> 13867 131A-2 jak jai popt1235 #> 13870 131A-2 dio dyo jola1263 #> 13872 131A-2 mxa mib atat1238 #> 13873 131A-2 nsz azz high1278 #> 13876 131A-3 yct yua yuca1254 #> 13887 131A-3 zqc zoc copa1236 #> 13892 131A-3 kro kgo kron1241 #> 13895 131A-4 tms #> 13896 131A-4 sup spp supy1237 #> 13915 131A-6 ram rma rama1270 #> 13935 132A-2 kkb xon konk1269 #> 13949 132A-5 agc agt cent2084 #> 13950 132A-5 tol jic toll1241 #> 13952 132A-5 zte zpz texm1235 #> 13969 132A-5 agu agu agua1252 #> 13970 132A-5 ifu ifb bata1298 #> 13984 132A-5 tlp tcf acat1239 #> 13994 132A-5 cle cle leal1235 #> 13995 132A-5 mxp mil peno1244 #> 14001 132A-5 pec pay pech1241 #> 14009 132A-6 mmp maw mamp1244 #> 14010 132A-6 mzc maq chiq1250 #> 14014 132A-7 hve huv sanm1287 #> 14015 132A-7 grf cab gari1256 #> 14020 132A-7 maz maz maza1293 #> 14027 132A-7 amz amu guer1243 #> 14031 132A-7 cak cak kaqc1270 #> 14034 132A-7 nhn ncj nort2957 #> 14059 133A-1 kkb xon konk1269 #> 14064 133A-2 ifu ifb bata1298 #> 14066 133A-2 tol jic toll1241 #> 14083 133A-2 pec pay pech1241 #> 14089 133A-3 zte zpz texm1235 #> 14090 133A-3 agc agt cent2084 #> 14101 133A-3 mmp maw mamp1244 #> 14124 133A-4 agu agu agua1252 #> 14129 133A-4 mxp mil peno1244 #> 14132 133A-4 cle cle leal1235 #> 14136 133A-5 amz amu guer1243 #> 14137 133A-5 tlp tcf acat1239 #> 14139 133A-5 nhn ncj nort2957 #> 14142 133A-6 maz maz maza1293 #> 14146 133A-6 hve huv sanm1287 #> 14147 133A-6 grf cab gari1256 #> 14149 133A-6 mzc maq chiq1250 #> 14152 133A-7 cak cak kaqc1270 #> 14163 134A-1 cak cak kaqc1270 #> 14169 134A-1 hve huv sanm1287 #> 14170 134A-1 nhn ncj nort2957 #> 14171 134A-1 maz maz maza1293 #> 14172 134A-1 amz amu guer1243 #> 14186 134A-1 grf cab gari1256 #> 14194 134A-2 zte zpz texm1235 #> 14197 134A-2 mzc maq chiq1250 #> 14202 134A-2 cle cle leal1235 #> 14205 134A-2 agc agt cent2084 #> 14208 134A-2 tlp tcf acat1239 #> 14232 134A-2 mxp mil peno1244 #> 14236 134A-2 tol jic toll1241 #> 14245 134A-2 agu agu agua1252 #> 14248 134A-2 pec pay pech1241 #> 14271 134A-3 mmp maw mamp1244 #> 14272 134A-3 kkb xon konk1269 #> 14274 134A-4 ifu ifb bata1298 #> 14283 135A-1 zte zpz texm1235 #> 14285 135A-1 agc agt cent2084 #> 14289 135A-1 maz maz maza1293 #> 14293 135A-1 tol jic toll1241 #> 14304 135A-1 hve huv sanm1287 #> 14308 135A-1 mmp maw mamp1244 #> 14311 135A-1 amz amu guer1243 #> 14312 135A-1 pec pay pech1241 #> 14313 135A-1 agu agu agua1252 #> 14323 135A-1 tlp tcf acat1239 #> 14324 135A-1 cle cle leal1235 #> 14326 135A-1 grf cab gari1256 #> 14328 135A-1 ifu ifb bata1298 #> 14329 135A-1 cak cak kaqc1270 #> 14343 135A-1 nhn ncj nort2957 #> 14347 135A-1 mxp mil peno1244 #> 14357 135A-1 mzc maq chiq1250 #> 14391 135A-2 kkb xon konk1269 #> 14415 136A-1 kse ses koyr1242 #> 14424 136A-1 zqc zoc copa1236 #> 14426 136A-1 cha cha cham1312 #> 14436 136A-1 kro kgo kron1241 #> 14456 136A-1 mdk mnk mand1436 #> 14457 136A-1 nar nrb nara1262 #> 14463 136A-1 tzu tzj tzut1248 #> 14469 136A-1 jak jai popt1235 #> 14473 136A-1 bag bmi bagi1246 #> 14489 136A-1 ori ras tega1236 #> 14496 136A-1 pip ppl pipi1250 #> 14501 136A-1 fur fvr furr1244 #> 14503 136A-1 ram rma rama1270 #> 14505 136A-1 knd kan nucl1305 #> 14512 136A-1 cho chd high1242 #> 14520 136A-1 sup spp supy1237 #> 14524 136A-1 bej bej beja1238 #> 14525 136A-1 nah nll niha1238 #> 14541 136A-1 mxc mig sanm1295 #> 14543 136A-1 mis miq misk1235 #> 14550 136A-1 kot kfe kota1263 #> 14553 136A-1 tag tgl taga1270 #> 14555 136A-1 vie vie viet1252 #> 14558 136A-1 amh amh amha1245 #> 14561 136A-1 mco mco coat1238 #> 14568 136A-1 hau hau haus1257 #> 14572 136A-1 hve huv sanm1287 #> 14587 136A-1 pur tsz pure1242 #> 14589 136A-1 knr knc cent2050 #> 14631 136B-1 cha cha cham1312 #> 14656 136B-1 knr knc cent2050 #> 14663 136B-1 hve huv sanm1287 #> 14665 136B-1 kse ses koyr1242 #> 14672 136B-1 ram rma rama1270 #> 14678 136B-1 hau hau haus1257 #> 14696 136B-1 knd kan nucl1305 #> 14698 136B-1 kot kfe kota1263 #> 14702 136B-1 kro kgo kron1241 #> 14703 136B-1 amh amh amha1245 #> 14709 136B-1 mdk mnk mand1436 #> 14713 136B-1 pur tsz pure1242 #> 14716 136B-1 tag tgl taga1270 #> 14718 136B-1 tzu tzj tzut1248 #> 14732 136B-1 pip ppl pipi1250 #> 14735 136B-1 mis miq misk1235 #> 14745 136B-1 mxc mig sanm1295 #> 14751 136B-1 bej bej beja1238 #> 14768 136B-1 fur fvr furr1244 #> 14772 136B-1 vie vie viet1252 #> 14777 136B-1 cho chd high1242 #> 14779 136B-1 zqc zoc copa1236 #> 14786 136B-1 nar nrb nara1262 #> 14792 136B-1 ori ras tega1236 #> 14799 136B-1 nah nll niha1238 #> 14801 136B-1 mtp mto toto1305 #> 14802 136B-1 jak jai popt1235 #> 14837 136B-2 bag bmi bagi1246 #> 14860 136B-2 sup spp supy1237 #> 14862 137A-1 nar nrb nara1262 #> 14872 137A-1 mdk mnk mand1436 #> 14875 137A-1 nah nll niha1238 #> 14887 137A-1 ori ras tega1236 #> 14906 137A-1 cha cha cham1312 #> 14911 137A-1 bag bmi bagi1246 #> 14914 137A-1 jak jai popt1235 #> 14918 137A-1 fur fvr furr1244 #> 14920 137A-1 kse ses koyr1242 #> 14924 137A-1 kro kgo kron1241 #> 14952 137A-1 zqc zoc copa1236 #> 14961 137A-1 amh amh amha1245 #> 14971 137A-1 kot kfe kota1263 #> 14974 137A-1 bej bej beja1238 #> 14993 137A-1 tzu tzj tzut1248 #> 14998 137A-1 knd kan nucl1305 #> 15000 137A-1 mxc mig sanm1295 #> 15021 137A-1 tag tgl taga1270 #> 15027 137A-1 hve huv sanm1287 #> 15036 137A-1 pur tsz pure1242 #> 15045 137A-1 hau hau haus1257 #> 15054 137A-1 vie vie viet1252 #> 15055 137A-2 mco mco coat1238 #> 15061 137A-2 sup spp supy1237 #> 15062 137A-2 cho chd high1242 #> 15063 137A-2 ram rma rama1270 #> 15076 137A-2 pip ppl pipi1250 #> 15078 137A-2 mis miq misk1235 #> 15085 137A-3 knr knc cent2050 #> 15095 137B-1 jak jai popt1235 #> 15103 137B-1 pur tsz pure1242 #> 15114 137B-1 nar nrb nara1262 #> 15126 137B-1 kot kfe kota1263 #> 15132 137B-1 bej bej beja1238 #> 15136 137B-1 amh amh amha1245 #> 15142 137B-1 fur fvr furr1244 #> 15145 137B-1 mxc mig sanm1295 #> 15150 137B-1 kse ses koyr1242 #> 15161 137B-1 hau hau haus1257 #> 15167 137B-1 nah nll niha1238 #> 15175 137B-1 tzu tzj tzut1248 #> 15178 137B-1 ori ras tega1236 #> 15214 137B-1 mdk mnk mand1436 #> 15220 137B-1 bag bmi bagi1246 #> 15240 137B-1 kro kgo kron1241 #> 15245 137B-2 vie vie viet1252 #> 15248 137B-2 mis miq misk1235 #> 15259 137B-2 hve huv sanm1287 #> 15260 137B-2 knd kan nucl1305 #> 15264 137B-2 cho chd high1242 #> 15278 137B-2 zqc zoc copa1236 #> 15282 137B-2 knr knc cent2050 #> 15291 137B-2 cha cha cham1312 #> 15298 137B-2 mtp mto toto1305 #> 15306 137B-2 sup spp supy1237 #> 15307 137B-2 tag tgl taga1270 #> 15310 137B-2 ram rma rama1270 #> 15313 137B-2 pip ppl pipi1250 #> 15324 138A-1 amh amh amha1245 #> 15338 138A-1 chr crw chra1242 #> 15340 138A-1 vie vie viet1252 #> 15354 138A-1 ceb ceb cebu1242 #> 15377 138A-1 kro kgo kron1241 #> 15381 138A-1 hil hil hili1240 #> 15392 138A-1 qaf aar afar1241 #> 15393 138A-1 mym mal mala1464 #> 15395 138A-1 nbd dgl kenu1236 #> 15397 138A-1 tha tha thai1261 #> 15401 138A-1 kkn knn konk1267 #> 15402 138A-1 mhi mar mara1378 #> 15403 138A-1 tag tgl taga1270 #> 15404 138A-1 hau hau haus1257 #> 15414 138A-1 lcr acf guad1242 #> 15417 138A-1 cha cha cham1312 #> 15418 138A-1 ssh bwo boro1277 #> 15427 138A-1 cme cjm east2563 #> 15431 138A-2 gdl gcf guad1242 #> 15449 138A-2 bru bru east2332 #> 15479 138A-2 hre hre hree1244 #> 15480 138A-2 knr knc cent2050 #> 15482 138A-2 bdg bfq bada1257 #> 15488 138A-2 dga dga sout2789 #> 15497 138A-2 crh cje chru1239 #> 15501 138A-2 tel tel telu1262 #> 15507 138A-2 cua cua cuaa1241 #> 15510 138A-2 khm khm cent1989 #> 15512 138A-2 dio dyo jola1263 #> 15519 138A-3 lao lao laoo1244 #> 15520 138A-3 fli fuh west2454 #> 15522 138A-3 haw haw hawa1245 #> 15526 138A-3 ksg ksw sgaw1245 #> 15530 138A-3 kse ses koyr1242 #> 15536 138A-3 wlf wol nucl1347 #> 15537 138A-3 snn snk soni1259 #> 15539 138A-3 zqc zoc copa1236 #> 15548 138A-3 zar dje zarm1239 #> 15549 138A-3 bam bam bamb1269 #> 15563 139A-3 ths tsq thai1240 #> 15589 14A-1 bej bej beja1238 #> 15596 14A-1 nbd dgl kenu1236 #> 15597 14A-1 akl akl akla1241 #> 15640 14A-1 kro kgo kron1241 #> 15652 14A-1 ceb ceb cebu1242 #> 15680 14A-1 cle cle leal1235 #> 15697 14A-1 sao ssy saho1246 #> 15703 14A-1 mym mal mala1464 #> 15711 14A-1 ram rma rama1270 #> 15725 14A-1 ahs mey hass1238 #> 15742 14A-1 cha cha cham1312 #> 15743 14A-1 mam mvc mamc1234 #> 15770 14A-1 tol jic toll1241 #> 15779 14A-1 knm kun kuna1268 #> 15792 14A-1 bkl bcl cent2087 #> 15798 14A-1 agu agu agua1252 #> 15809 14A-2 tzz tzz tzot1264 #> 15817 14A-2 pur tsz pure1242 #> 15837 14A-2 sup spp supy1237 #> 15846 14A-2 jak jai popt1235 #> 15849 14A-2 dio dyo jola1263 #> 15851 14A-2 koy kff koya1251 #> 15856 14A-2 kfe kfz koro1298 #> 15886 14A-2 mis miq misk1235 #> 15958 14A-6 hnn hnn hanu1241 #> 15968 14A-6 zqc zoc copa1236 #> 15985 14A-6 tag tgl taga1270 #> 16014 14A-6 haw haw hawa1245 #> 16029 14A-6 nht nhg tete1251 #> 16039 14A-7 pkm poh poqo1254 #> 16042 14A-7 cya ctp west2644 #> 16047 14A-7 hln hal hala1252 #> 16056 14A-7 sed sed seda1262 #> 16075 14A-7 bag bmi bagi1246 #> 16076 14A-7 qch quc kich1262 #> 16086 14A-7 khm khm cent1989 #> 16105 140A-1 ths tsq thai1240 #> 16137 142A-1 lye lee lyel1241 #> 16148 142A-1 kfe kfz koro1298 #> 16149 142A-1 bam bam bamb1269 #> 16153 142A-1 fma fuc pula1263 #> 16160 142A-1 tel tel telu1262 #> 16161 142A-1 fbf fuh west2454 #> 16164 142A-1 ars ayn sana1295 #> 16165 142A-1 mym mal mala1464 #> 16168 142A-1 moo mos moss1236 #> 16171 142A-1 bej bej beja1238 #> 16172 142A-1 mnk emk east2426 #> 16179 142A-2 oi oyb oyyy1238 #> 16182 142A-2 zsq zab sanj1284 #> 16202 142A-2 tha tha thai1261 #> 16204 142A-2 khm khm cent1989 #> 16208 142A-2 bra brb lave1249 #> 16214 142A-2 chx clo lowl1260 #> 16216 142A-2 hau hau haus1257 #> 16222 142A-2 lov lbo lave1248 #> 16225 142A-2 lao lao laoo1244 #> 16230 142A-2 knd kan nucl1305 #> 16231 142A-2 ilo ilo ilok1237 #> 16245 142A-2 ter ttr tera1251 #> 16259 142A-3 lah lhu lahu1253 #> 16266 142A-3 btk bnc cent2083 #> 16267 142A-3 tag tgl taga1270 #> 16269 142A-3 mon mnw monn1252 #> 16270 142A-3 mlm mra mlab1235 #> 16279 143A-1 sed sed seda1262 #> 16297 143A-1 jak jai popt1235 #> 16304 143A-1 lao lao laoo1244 #> 16308 143A-1 khm khm cent1989 #> 16314 143A-1 zzo zpq zoog1238 #> 16320 143A-1 ktc xtc katc1249 #> 16332 143A-1 btk bnc cent2083 #> 16334 143A-1 pip ppl pipi1250 #> 16352 143A-1 ssa sld west2465 #> 16355 143A-1 vie vie viet1252 #> 16361 143A-1 mro mor moro1285 #> 16366 143A-1 sil dau dars1235 #> 16368 143A-1 mkg mnk mand1436 #> 16386 143A-1 kfe kfz koro1298 #> 16387 143A-1 hve huv sanm1287 #> 16395 143A-1 tri trc copa1237 #> 16402 143A-1 ksn suoy1242 #> 16413 143A-1 sti sti stie1250 #> 16429 143A-1 grf cab gari1256 #> 16437 143A-1 chx clo lowl1260 #> 16439 143A-1 dga dga sout2789 #> 16442 143A-1 goa guc wayu1243 #> 16449 143A-1 tzo tzo tzot1259 #> 16462 143A-1 cmy chf taba1266 #> 16473 143A-1 agc agt cent2084 #> 16474 143A-1 cya ctp west2644 #> 16482 143A-1 tzu tzj tzut1248 #> 16494 143A-1 tag tgl taga1270 #> 16496 143A-1 cso ctp west2644 #> 16509 143A-1 kse ses koyr1242 #> 16519 143A-1 nht nhg tete1251 #> 16520 143A-1 kir cme cerm1238 #> 16523 143A-1 mxo mie ocot1243 #> 16527 143A-1 tny kza west2466 #> 16548 143A-1 mam mvc mamc1234 #> 16551 143A-1 haw haw hawa1245 #> 16553 143A-1 nhm ncl mich1245 #> 16566 143A-1 mon mnw monn1252 #> 16579 143A-1 pur tsz pure1242 #> 16581 143A-1 bam bam bamb1269 #> 16582 143A-1 bra brb lave1249 #> 16585 143A-1 mxp mil peno1244 #> 16606 143A-1 zqo zoc copa1236 #> 16610 143A-1 tha tha thai1261 #> 16622 143A-1 cle cle leal1235 #> 16631 143A-1 lac lac laca1243 #> 16645 143A-1 mxj mio pino1237 #> 16649 143A-1 nyi nyi amas1236 #> 16650 143A-1 kad xtc katc1249 #> 16651 143A-1 agd duo dupa1235 #> 16654 143A-1 gir glj gula1265 #> 16655 143A-1 nah nll niha1238 #> 16666 143A-1 nar nrb nara1262 #> 16679 143A-1 cha cha cham1312 #> 16686 143A-1 kni kma konn1242 #> 16691 143A-1 zqs poi high1276 #> 16702 143A-1 tol jic toll1241 #> 16713 143A-1 sap spu sapu1248 #> 16715 143A-1 zai zai isth1244 #> 16718 143A-1 sre kpm koho1244 #> 16720 143A-1 chq chq quio1240 #> 16721 143A-1 kch khq koyr1240 #> 16724 143A-1 lah lhu lahu1253 #> 16741 143A-1 mxc mig sanm1295 #> 16753 143A-1 maw mlq west2500 #> 16755 143A-1 hil hil hili1240 #> 16759 143A-1 gud gde gude1246 #> 16762 143A-1 mco mco coat1238 #> 16767 143A-1 pnn pag pang1290 #> 16772 143A-1 qum qum sipa1247 #> 16774 143A-1 zar dje zarm1239 #> 16776 143A-1 tou wib tusi1238 #> 16791 143A-1 ifu ifb bata1298 #> 16793 143A-1 lic lic hlai1239 #> 16797 143A-1 snn snk soni1259 #> 16804 143A-10 kol kfb kola1242 #> 16818 143A-14 amo amo amoo1242 #> 16820 143A-14 tig tir tigr1271 #> 16821 143A-14 ktl kcr katl1237 #> 16824 143A-14 otr otr otor1240 #> 16830 143A-14 fur fvr furr1244 #> 16831 143A-14 bid bid bidi1241 #> 16834 143A-14 hdi xed hdii1240 #> 16837 143A-14 amh amh amha1245 #> 16839 143A-14 miy mkf miya1266 #> 16868 143A-14 moo mos moss1236 #> 16872 143A-14 buy bwu buli1254 #> 16880 143A-14 cak cak kaqc1270 #> 16887 143A-14 ksg ksw sgaw1245 #> 16888 143A-14 kbw bwe bwek1238 #> 16889 143A-14 kro kgo kron1241 #> 16895 143A-14 msk jle ngil1242 #> 16899 143A-14 bbf bbo nort2819 #> 16926 143A-14 knk kna dera1248 #> 16935 143A-15 bmb bim bimo1239 #> 16938 143A-15 lmg hia lama1288 #> 16943 143A-15 hau hau haus1257 #> 16946 143A-15 mxx mxp #> 16947 143A-15 bok bqc boko1266 #> 16953 143A-15 sup spp supy1237 #> 16964 143A-15 mab mde maba1277 #> 16966 143A-15 paa pqa paaa1242 #> 16969 143A-15 chr crw chra1242 #> 16975 143A-15 zch zoh chim1300 #> 16986 143A-15 tmn teq nucl1339 #> 16989 143A-15 ter ttr tera1251 #> 16997 143A-15 tsk taq tama1365 #> 17002 143A-15 chj cnm chuj1249 #> 17004 143A-15 run rou rung1258 #> 17019 143A-2 laa gdm laal1242 #> 17027 143A-2 sme sif siam1242 #> 17033 143A-2 hna hna mina1276 #> 17036 143A-2 bag bmi bagi1246 #> 17038 143A-2 mhi mar mara1378 #> 17039 143A-2 meh gdq mehr1241 #> 17045 143A-2 tpr tui tupu1244 #> 17061 143A-2 mas mcn masa1322 #> 17069 143A-2 pod pbi park1239 #> 17072 143A-2 lag kot lagw1237 #> 17074 143A-2 bud bdm budu1265 #> 17075 143A-2 ong oon onge1236 #> 17076 143A-2 kar kah kara1482 #> 17088 143A-2 uld udl wuzl1236 #> 17091 143A-2 kpw pwo east2341 #> 17097 143A-2 mgu mug musg1254 #> 17105 143A-2 chw cja west2650 #> 17108 143A-2 ken kyq keng1240 #> 17114 143A-2 igs tbi gaam1241 #> 17115 143A-2 gmz guk gumu1244 #> 17118 143A-2 nrg sen nane1238 #> 17124 143A-2 giz gis maro1246 #> 17134 143A-2 lmn lmn lamb1269 #> 17140 143A-2 anu cko anuf1239 #> 17141 143A-2 mda mxu mada1293 #> 17146 143A-2 duk dud huns1239 #> 17154 143A-2 mig mmy miga1249 #> 17159 143A-2 sht shj shat1244 #> 17160 143A-2 kyl eky east2342 #> 17163 143A-2 mbr mpk mbar1260 #> 17167 143A-2 mrg mrt marg1265 #> 17179 143A-2 ngz ngi ngiz1242 #> 17191 143A-3 biu bzi bisu1246 #> 17208 143A-3 ber wti bert1248 #> 17218 143A-3 rem bfw bond1245 #> 17226 143A-3 ccm cco coma1246 #> 17234 143A-3 bej bej beja1238 #> 17242 143A-3 cpl cpa pala1351 #> 17291 143A-3 zap zaw mitl1236 #> 17295 143A-3 sor srb sora1254 #> 17306 143A-3 tlp tcf acat1239 #> 17311 143A-3 ori ras tega1236 #> 17313 143A-3 tgr tig tigr1270 #> 17320 143A-3 ocu ocu atzi1235 #> 17329 143A-3 blz ble bala1300 #> 17332 143A-3 ras ras tega1236 #> 17351 143A-4 knd kan nucl1305 #> 17353 143A-4 nbd dgl kenu1236 #> 17354 143A-4 dio dyo jola1263 #> 17363 143A-4 knm kun kuna1268 #> 17366 143A-4 zag zag zagh1240 #> 17382 143A-4 psj poe sanj1285 #> 17385 143A-4 tma tma tama1331 #> 17386 143A-4 msl mls nucl1440 #> 17390 143A-4 bln byn bili1260 #> 17391 143A-4 tel tel telu1262 #> 17392 143A-4 ika arh arhu1242 #> 17404 143A-4 tul tcy tulu1258 #> 17405 143A-4 tbu tuq tebu1238 #> 17419 143A-4 sug sjg assa1269 #> 17429 143A-4 mii tma tama1331 #> 17430 143A-4 gon ggo sout2711 #> 17458 143A-4 jms djm jams1239 #> 17467 143A-4 mlg mfi wand1278 #> 17469 143A-4 mzc maq chiq1250 #> 17475 143A-4 mis miq misk1235 #> 17481 143A-4 koy kff koya1251 #> 17490 143A-4 dds dds donn1238 #> 17503 143A-4 kuv kxv kuvi1243 #> 17507 143A-4 mym mal mala1464 #> 17511 143A-4 pec pay pech1241 #> 17516 143A-4 kem ahg qima1242 #> 17532 143A-4 ndt ndv ndut1239 #> 17536 143A-4 knr knc cent2050 #> 17538 143A-4 tml tam tami1289 #> 17550 143A-4 noo snf noon1242 #> 17580 143A-7 zqc zoc copa1236 #> 17588 143A-8 ram rma rama1270 #> 17589 143A-8 wlf wol nucl1347 #> 17601 143B-1 amo amo amoo1242 #> 17602 143B-1 buy bwu buli1254 #> 17606 143B-1 bid bid bidi1241 #> 17610 143B-1 ksg ksw sgaw1245 #> 17613 143B-1 knk kna dera1248 #> 17614 143B-1 ktl kcr katl1237 #> 17619 143B-1 otr otr otor1240 #> 17621 143B-1 msk jle ngil1242 #> 17625 143B-1 moo mos moss1236 #> 17626 143B-1 kro kgo kron1241 #> 17627 143B-1 cak cak kaqc1270 #> 17629 143B-1 bbf bbo nort2819 #> 17638 143B-14 miy mkf miya1266 #> 17679 143B-3 kbw bwe bwek1238 #> 17688 143B-4 amh amh amha1245 #> 17690 143B-4 tig tir tigr1271 #> 17701 143B-4 fur fvr furr1244 #> 17716 143B-9 hdi xed hdii1240 #> 17719 143C-1 hau hau haus1257 #> 17720 143C-1 chr crw chra1242 #> 17725 143C-1 chj cnm chuj1249 #> 17726 143C-1 bmb bim bimo1239 #> 17729 143C-10 mab mde maba1277 #> 17735 143C-13 tsk taq tama1365 #> 17751 143C-2 bok bqc boko1266 #> 17752 143C-2 paa pqa paaa1242 #> 17761 143C-2 sup spp supy1237 #> 17764 143C-2 ter ttr tera1251 #> 17769 143C-22 mxx mxp #> 17772 143C-3 zch zoh chim1300 #> 17773 143C-3 tmn teq nucl1339 #> 17779 143C-4 run rou rung1258 #> 17797 143C-9 lmg hia lama1288 #> 17808 143E-1 sap spu sapu1248 #> 17810 143E-1 kch khq koyr1240 #> 17823 143E-1 ktc xtc katc1249 #> 17824 143E-1 cya ctp west2644 #> 17853 143E-1 ksn suoy1242 #> 17854 143E-1 paa pqa paaa1242 #> 17862 143E-1 pnn pag pang1290 #> 17864 143E-1 hve huv sanm1287 #> 17874 143E-1 mco mco coat1238 #> 17884 143E-1 tri trc copa1237 #> 17897 143E-1 zqs poi high1276 #> 17899 143E-1 lac lac laca1243 #> 17905 143E-1 pip ppl pipi1250 #> 17906 143E-1 khm khm cent1989 #> 17911 143E-1 zai zai isth1244 #> 17921 143E-1 kni kma konn1242 #> 17934 143E-1 hau hau haus1257 #> 17938 143E-1 ram rma rama1270 #> 17939 143E-1 mon mnw monn1252 #> 17943 143E-1 ssa sld west2465 #> 17945 143E-1 knk kna dera1248 #> 17955 143E-1 zqo zoc copa1236 #> 17956 143E-1 kir cme cerm1238 #> 17960 143E-1 bbf bbo nort2819 #> 17961 143E-1 zzo zpq zoog1238 #> 17962 143E-1 kro kgo kron1241 #> 17963 143E-1 amo amo amoo1242 #> 17968 143E-1 tzu tzj tzut1248 #> 17974 143E-1 kse ses koyr1242 #> 17975 143E-1 grf cab gari1256 #> 17983 143E-1 chr crw chra1242 #> 17990 143E-1 lah lhu lahu1253 #> 17993 143E-1 sre kpm koho1244 #> 18007 143E-1 btk bnc cent2083 #> 18015 143E-1 tmn teq nucl1339 #> 18018 143E-1 moo mos moss1236 #> 18022 143E-1 sup spp supy1237 #> 18029 143E-1 snn snk soni1259 #> 18063 143E-1 zch zoh chim1300 #> 18072 143E-1 ifu ifb bata1298 #> 18077 143E-1 qum qum sipa1247 #> 18081 143E-1 tny kza west2466 #> 18083 143E-1 nah nll niha1238 #> 18084 143E-1 cle cle leal1235 #> 18089 143E-1 bid bid bidi1241 #> 18094 143E-1 mam mvc mamc1234 #> 18097 143E-1 tag tgl taga1270 #> 18100 143E-1 goa guc wayu1243 #> 18107 143E-1 kad xtc katc1249 #> 18113 143E-1 mxo mie ocot1243 #> 18119 143E-1 tou wib tusi1238 #> 18121 143E-1 bam bam bamb1269 #> 18126 143E-1 jak jai popt1235 #> 18134 143E-1 cak cak kaqc1270 #> 18136 143E-1 chx clo lowl1260 #> 18147 143E-1 nyi nyi amas1236 #> 18175 143E-1 ter ttr tera1251 #> 18177 143E-1 tol jic toll1241 #> 18179 143E-1 chj cnm chuj1249 #> 18197 143E-1 bmb bim bimo1239 #> 18198 143E-1 otr otr otor1240 #> 18205 143E-1 run rou rung1258 #> 18206 143E-1 ksg ksw sgaw1245 #> 18210 143E-1 agd duo dupa1235 #> 18211 143E-1 nht nhg tete1251 #> 18242 143E-1 dga dga sout2789 #> 18248 143E-1 sed sed seda1262 #> 18249 143E-1 cso ctp west2644 #> 18257 143E-1 sti sti stie1250 #> 18260 143E-1 tha tha thai1261 #> 18261 143E-1 mro mor moro1285 #> 18278 143E-1 cha cha cham1312 #> 18281 143E-1 nhm ncl mich1245 #> 18288 143E-1 lao lao laoo1244 #> 18289 143E-1 haw haw hawa1245 #> 18293 143E-1 buy bwu buli1254 #> 18294 143E-1 lic lic hlai1239 #> 18319 143E-1 cmy chf taba1266 #> 18327 143E-1 mxp mil peno1244 #> 18328 143E-1 tsk taq tama1365 #> 18332 143E-1 gud gde gude1246 #> 18347 143E-1 sil dau dars1235 #> 18351 143E-1 agc agt cent2084 #> 18357 143E-1 bra brb lave1249 #> 18358 143E-1 kfe kfz koro1298 #> 18360 143E-1 bok bqc boko1266 #> 18361 143E-1 miy mkf miya1266 #> 18365 143E-1 vie vie viet1252 #> 18373 143E-1 mxj mio pino1237 #> 18376 143E-1 nar nrb nara1262 #> 18386 143E-1 msk jle ngil1242 #> 18391 143E-1 chq chq quio1240 #> 18418 143E-1 hil hil hili1240 #> 18430 143E-1 mkg mnk mand1436 #> 18433 143E-1 mxc mig sanm1295 #> 18438 143E-1 gir glj gula1265 #> 18449 143E-1 ktl kcr katl1237 #> 18450 143E-1 wlf wol nucl1347 #> 18462 143E-1 tzo tzo tzot1259 #> 18463 143E-1 maw mlq west2500 #> 18482 143E-1 zar dje zarm1239 #> 18484 143E-1 pur tsz pure1242 #> 18490 143E-2 rem bfw bond1245 #> 18517 143E-2 tig tir tigr1271 #> 18523 143E-2 sor srb sora1254 #> 18529 143E-2 fur fvr furr1244 #> 18537 143E-2 tlp tcf acat1239 #> 18538 143E-2 biu bzi bisu1246 #> 18539 143E-2 kbw bwe bwek1238 #> 18545 143E-2 blz ble bala1300 #> 18582 143E-2 zap zaw mitl1236 #> 18587 143E-2 cpl cpa pala1351 #> 18594 143E-2 ras ras tega1236 #> 18629 143E-2 ber wti bert1248 #> 18644 143E-2 bej bej beja1238 #> 18651 143E-2 ori ras tega1236 #> 18659 143E-2 ocu ocu atzi1235 #> 18669 143E-2 tgr tig tigr1270 #> 18706 143E-2 amh amh amha1245 #> 18708 143E-2 ccm cco coma1246 #> 18716 143E-3 mxx mxp #> 18723 143E-3 zqc zoc copa1236 #> 18743 143E-4 msl mls nucl1440 #> 18750 143E-4 mab mde maba1277 #> 18760 143E-4 mbr mpk mbar1260 #> 18764 143E-4 mda mxu mada1293 #> 18769 143E-4 tbu tuq tebu1238 #> 18774 143E-4 zag zag zagh1240 #> 18777 143E-4 kuv kxv kuvi1243 #> 18785 143E-4 nrg sen nane1238 #> 18789 143E-4 gon ggo sout2711 #> 18793 143E-4 bag bmi bagi1246 #> 18795 143E-4 mii tma tama1331 #> 18803 143E-4 lmn lmn lamb1269 #> 18808 143E-4 ken kyq keng1240 #> 18809 143E-4 tpr tui tupu1244 #> 18814 143E-4 ong oon onge1236 #> 18816 143E-4 pod pbi park1239 #> 18825 143E-4 mig mmy miga1249 #> 18826 143E-4 psj poe sanj1285 #> 18836 143E-4 uld udl wuzl1236 #> 18837 143E-4 dds dds donn1238 #> 18840 143E-4 hdi xed hdii1240 #> 18843 143E-4 mhi mar mara1378 #> 18854 143E-4 tel tel telu1262 #> 18855 143E-4 anu cko anuf1239 #> 18857 143E-4 dio dyo jola1263 #> 18858 143E-4 mrg mrt marg1265 #> 18861 143E-4 tma tma tama1331 #> 18874 143E-4 kol kfb kola1242 #> 18877 143E-4 noo snf noon1242 #> 18879 143E-4 tul tcy tulu1258 #> 18883 143E-4 kyl eky east2342 #> 18886 143E-4 ndt ndv ndut1239 #> 18888 143E-4 ika arh arhu1242 #> 18896 143E-4 sme sif siam1242 #> 18899 143E-4 ngz ngi ngiz1242 #> 18901 143E-4 mas mcn masa1322 #> 18904 143E-4 laa gdm laal1242 #> 18905 143E-4 lag kot lagw1237 #> 18909 143E-4 mgu mug musg1254 #> 18924 143E-4 gmz guk gumu1244 #> 18938 143E-4 kem ahg qima1242 #> 18951 143E-4 bln byn bili1260 #> 18968 143E-4 mlg mfi wand1278 #> 18982 143E-4 koy kff koya1251 #> 18988 143E-4 meh gdq mehr1241 #> 18990 143E-4 igs tbi gaam1241 #> 18992 143E-4 kar kah kara1482 #> 18995 143E-4 bud bdm budu1265 #> 19004 143E-4 sug sjg assa1269 #> 19010 143E-4 mym mal mala1464 #> 19014 143E-4 knr knc cent2050 #> 19018 143E-4 kpw pwo east2341 #> 19022 143E-4 pec pay pech1241 #> 19029 143E-4 knm kun kuna1268 #> 19049 143E-4 sht shj shat1244 #> 19053 143E-4 nbd dgl kenu1236 #> 19074 143E-4 mis miq misk1235 #> 19076 143E-4 mzc maq chiq1250 #> 19077 143E-4 chw cja west2650 #> 19081 143E-4 hna hna mina1276 #> 19082 143E-4 knd kan nucl1305 #> 19092 143E-4 tml tam tami1289 #> 19109 143E-4 lmg hia lama1288 #> 19112 143E-4 duk dud huns1239 #> 19116 143E-4 giz gis maro1246 #> 19128 143E-4 jms djm jams1239 #> 19132 143F-1 cak cak kaqc1270 #> 19139 143F-1 uld udl wuzl1236 #> 19156 143F-1 nrg sen nane1238 #> 19164 143F-1 lmg hia lama1288 #> 19170 143F-1 chw cja west2650 #> 19171 143F-1 mig mmy miga1249 #> 19173 143F-1 ken kyq keng1240 #> 19174 143F-1 buy bwu buli1254 #> 19177 143F-1 miy mkf miya1266 #> 19178 143F-1 duk dud huns1239 #> 19180 143F-1 bud bdm budu1265 #> 19181 143F-1 knk kna dera1248 #> 19198 143F-1 ter ttr tera1251 #> 19204 143F-1 mhi mar mara1378 #> 19210 143F-1 chj cnm chuj1249 #> 19211 143F-1 msk jle ngil1242 #> 19212 143F-1 anu cko anuf1239 #> 19213 143F-1 amo amo amoo1242 #> 19221 143F-1 sup spp supy1237 #> 19228 143F-1 mbr mpk mbar1260 #> 19229 143F-1 bbf bbo nort2819 #> 19231 143F-1 laa gdm laal1242 #> 19233 143F-1 mas mcn masa1322 #> 19236 143F-1 kpw pwo east2341 #> 19240 143F-1 ktl kcr katl1237 #> 19251 143F-1 pod pbi park1239 #> 19252 143F-1 igs tbi gaam1241 #> 19253 143F-1 bag bmi bagi1246 #> 19254 143F-1 kyl eky east2342 #> 19261 143F-1 kar kah kara1482 #> 19268 143F-1 mrg mrt marg1265 #> 19269 143F-1 lmn lmn lamb1269 #> 19270 143F-1 chr crw chra1242 #> 19275 143F-1 kro kgo kron1241 #> 19281 143F-1 hau hau haus1257 #> 19285 143F-1 ong oon onge1236 #> 19286 143F-1 mda mxu mada1293 #> 19287 143F-1 otr otr otor1240 #> 19290 143F-1 hdi xed hdii1240 #> 19297 143F-1 paa pqa paaa1242 #> 19300 143F-1 sme sif siam1242 #> 19310 143F-1 hna hna mina1276 #> 19315 143F-1 ngz ngi ngiz1242 #> 19319 143F-1 lag kot lagw1237 #> 19327 143F-1 gmz guk gumu1244 #> 19330 143F-1 mgu mug musg1254 #> 19340 143F-1 bid bid bidi1241 #> 19343 143F-1 tpr tui tupu1244 #> 19363 143F-1 bmb bim bimo1239 #> 19365 143F-1 ksg ksw sgaw1245 #> 19366 143F-1 sht shj shat1244 #> 19380 143F-1 giz gis maro1246 #> 19383 143F-1 moo mos moss1236 #> 19389 143F-1 kbw bwe bwek1238 #> 19391 143F-1 meh gdq mehr1241 #> 19392 143F-1 bok bqc boko1266 #> 19417 143F-2 knd kan nucl1305 #> 19429 143F-2 mym mal mala1464 #> 19432 143F-2 bln byn bili1260 #> 19437 143F-2 ika arh arhu1242 #> 19445 143F-2 amh amh amha1245 #> 19446 143F-2 zch zoh chim1300 #> 19456 143F-2 pec pay pech1241 #> 19459 143F-2 mzc maq chiq1250 #> 19462 143F-2 mlg mfi wand1278 #> 19466 143F-2 zag zag zagh1240 #> 19490 143F-2 psj poe sanj1285 #> 19497 143F-2 tul tcy tulu1258 #> 19505 143F-2 jms djm jams1239 #> 19522 143F-2 dds dds donn1238 #> 19525 143F-2 tel tel telu1262 #> 19530 143F-2 fur fvr furr1244 #> 19538 143F-2 knr knc cent2050 #> 19545 143F-2 nbd dgl kenu1236 #> 19550 143F-2 wlf wol nucl1347 #> 19552 143F-2 gon ggo sout2711 #> 19578 143F-2 ndt ndv ndut1239 #> 19580 143F-2 mis miq misk1235 #> 19588 143F-2 knm kun kuna1268 #> 19597 143F-2 koy kff koya1251 #> 19600 143F-2 tbu tuq tebu1238 #> 19644 143F-2 ram rma rama1270 #> 19658 143F-2 tmn teq nucl1339 #> 19664 143F-2 tig tir tigr1271 #> 19671 143F-2 kem ahg qima1242 #> 19679 143F-2 dio dyo jola1263 #> 19681 143F-2 noo snf noon1242 #> 19693 143F-2 tml tam tami1289 #> 19697 143F-2 sug sjg assa1269 #> 19698 143F-2 kuv kxv kuvi1243 #> 19703 143F-2 mii tma tama1331 #> 19711 143F-2 msl mls nucl1440 #> 19715 143F-2 tma tma tama1331 #> 19719 143F-2 run rou rung1258 #> 19729 143F-3 mab mde maba1277 #> 19740 143F-3 kol kfb kola1242 #> 19755 143F-4 ber wti bert1248 #> 19772 143F-4 lah lhu lahu1253 #> 19776 143F-4 kse ses koyr1242 #> 19787 143F-4 zap zaw mitl1236 #> 19800 143F-4 tag tgl taga1270 #> 19815 143F-4 jak jai popt1235 #> 19823 143F-4 biu bzi bisu1246 #> 19856 143F-4 ssa sld west2465 #> 19867 143F-4 zzo zpq zoog1238 #> 19871 143F-4 mon mnw monn1252 #> 19875 143F-4 pur tsz pure1242 #> 19888 143F-4 goa guc wayu1243 #> 19901 143F-4 mxc mig sanm1295 #> 19902 143F-4 sti sti stie1250 #> 19911 143F-4 sil dau dars1235 #> 19917 143F-4 tgr tig tigr1270 #> 19918 143F-4 agc agt cent2084 #> 19920 143F-4 maw mlq west2500 #> 19929 143F-4 ocu ocu atzi1235 #> 19932 143F-4 sre kpm koho1244 #> 19939 143F-4 tny kza west2466 #> 19954 143F-4 kir cme cerm1238 #> 19955 143F-4 tri trc copa1237 #> 19968 143F-4 hve huv sanm1287 #> 19976 143F-4 mkg mnk mand1436 #> 19977 143F-4 kni kma konn1242 #> 19989 143F-4 bej bej beja1238 #> 19998 143F-4 mco mco coat1238 #> 20000 143F-4 btk bnc cent2083 #> 20033 143F-4 chx clo lowl1260 #> 20035 143F-4 zqc zoc copa1236 #> 20036 143F-4 cpl cpa pala1351 #> 20046 143F-4 lao lao laoo1244 #> 20053 143F-4 chq chq quio1240 #> 20054 143F-4 blz ble bala1300 #> 20066 143F-4 bam bam bamb1269 #> 20079 143F-4 cha cha cham1312 #> 20080 143F-4 mxx mxp #> 20082 143F-4 ksn suoy1242 #> 20086 143F-4 nah nll niha1238 #> 20094 143F-4 tsk taq tama1365 #> 20107 143F-4 rem bfw bond1245 #> 20110 143F-4 pip ppl pipi1250 #> 20115 143F-4 zqs poi high1276 #> 20122 143F-4 bra brb lave1249 #> 20123 143F-4 mxp mil peno1244 #> 20132 143F-4 gir glj gula1265 #> 20140 143F-4 ccm cco coma1246 #> 20144 143F-4 mam mvc mamc1234 #> 20150 143F-4 nar nrb nara1262 #> 20154 143F-4 sap spu sapu1248 #> 20166 143F-4 grf cab gari1256 #> 20167 143F-4 gud gde gude1246 #> 20174 143F-4 cya ctp west2644 #> 20186 143F-4 dga dga sout2789 #> 20192 143F-4 ori ras tega1236 #> 20195 143F-4 hil hil hili1240 #> 20207 143F-4 agd duo dupa1235 #> 20209 143F-4 snn snk soni1259 #> 20218 143F-4 ras ras tega1236 #> 20232 143F-4 tzo tzo tzot1259 #> 20234 143F-4 sed sed seda1262 #> 20250 143F-4 sor srb sora1254 #> 20260 143F-4 vie vie viet1252 #> 20267 143F-4 mxo mie ocot1243 #> 20268 143F-4 mro mor moro1285 #> 20276 143F-4 nht nhg tete1251 #> 20278 143F-4 ktc xtc katc1249 #> 20294 143F-4 tha tha thai1261 #> 20296 143F-4 mxj mio pino1237 #> 20315 143F-4 qum qum sipa1247 #> 20326 143F-4 kad xtc katc1249 #> 20328 143F-4 kfe kfz koro1298 #> 20339 143F-4 khm khm cent1989 #> 20368 143F-4 tlp tcf acat1239 #> 20369 143F-4 ifu ifb bata1298 #> 20373 143F-4 tou wib tusi1238 #> 20376 143F-4 zar dje zarm1239 #> 20382 143F-4 zqo zoc copa1236 #> 20385 143F-4 cle cle leal1235 #> 20386 143F-4 nhm ncl mich1245 #> 20390 143F-4 nyi nyi amas1236 #> 20400 143F-4 haw haw hawa1245 #> 20404 143F-4 cso ctp west2644 #> 20421 143F-4 kch khq koyr1240 #> 20425 143F-4 tol jic toll1241 #> 20431 143F-4 cmy chf taba1266 #> 20433 143F-4 pnn pag pang1290 #> 20444 143F-4 zai zai isth1244 #> 20445 143F-4 tzu tzj tzut1248 #> 20447 143F-4 lac lac laca1243 #> 20448 143F-4 lic lic hlai1239 #> 20462 143G-3 tsk taq tama1365 #> 20472 143G-4 nah nll niha1238 #> 20485 143G-4 nrg sen nane1238 #> 20489 143G-4 bud bdm budu1265 #> 20517 143G-4 fur fvr furr1244 #> 20518 143G-4 tzo tzo tzot1259 #> 20527 143G-4 pec pay pech1241 #> 20530 143G-4 nar nrb nara1262 #> 20532 143G-4 kar kah kara1482 #> 20535 143G-4 mhi mar mara1378 #> 20542 143G-4 knr knc cent2050 #> 20544 143G-4 amh amh amha1245 #> 20547 143G-4 dds dds donn1238 #> 20553 143G-4 tgr tig tigr1270 #> 20563 143G-4 knd kan nucl1305 #> 20571 143G-4 tel tel telu1262 #> 20577 143G-4 lah lhu lahu1253 #> 20578 143G-4 kfe kfz koro1298 #> 20605 143G-4 mco mco coat1238 #> 20638 143G-4 mxj mio pino1237 #> 20640 143G-4 ter ttr tera1251 #> 20642 143G-4 knm kun kuna1268 #> 20646 143G-4 lao lao laoo1244 #> 20650 143G-4 kbw bwe bwek1238 #> 20651 143G-4 msk jle ngil1242 #> 20656 143G-4 mab mde maba1277 #> 20659 143G-4 cpl cpa pala1351 #> 20663 143G-4 ndt ndv ndut1239 #> 20664 143G-4 qum qum sipa1247 #> 20670 143G-4 zap zaw mitl1236 #> 20676 143G-4 biu bzi bisu1246 #> 20678 143G-4 mda mxu mada1293 #> 20682 143G-4 cle cle leal1235 #> 20684 143G-4 jak jai popt1235 #> 20703 143G-4 bid bid bidi1241 #> 20711 143G-4 igs tbi gaam1241 #> 20723 143G-4 khm khm cent1989 #> 20732 143G-4 hdi xed hdii1240 #> 20748 143G-4 mig mmy miga1249 #> 20755 143G-4 kpw pwo east2341 #> 20759 143G-4 ika arh arhu1242 #> 20764 143G-4 sup spp supy1237 #> 20765 143G-4 nbd dgl kenu1236 #> 20769 143G-4 gir glj gula1265 #> 20781 143G-4 chx clo lowl1260 #> 20802 143G-4 bln byn bili1260 #> 20806 143G-4 mis miq misk1235 #> 20809 143G-4 bra brb lave1249 #> 20816 143G-4 kir cme cerm1238 #> 20826 143G-4 mbr mpk mbar1260 #> 20828 143G-4 gmz guk gumu1244 #> 20837 143G-4 meh gdq mehr1241 #> 20844 143G-4 pur tsz pure1242 #> 20850 143G-4 mro mor moro1285 #> 20863 143G-4 kem ahg qima1242 #> 20870 143G-4 ifu ifb bata1298 #> 20893 143G-4 haw haw hawa1245 #> 20894 143G-4 ngz ngi ngiz1242 #> 20895 143G-4 sor srb sora1254 #> 20899 143G-4 sap spu sapu1248 #> 20904 143G-4 mon mnw monn1252 #> 20909 143G-4 kol kfb kola1242 #> 20913 143G-4 msl mls nucl1440 #> 20915 143G-4 anu cko anuf1239 #> 20919 143G-4 mym mal mala1464 #> 20921 143G-4 lic lic hlai1239 #> 20935 143G-4 lmn lmn lamb1269 #> 20951 143G-4 sed sed seda1262 #> 20982 143G-4 chq chq quio1240 #> 20990 143G-4 lmg hia lama1288 #> 20998 143G-4 otr otr otor1240 #> 21000 143G-4 hil hil hili1240 #> 21002 143G-4 nhm ncl mich1245 #> 21004 143G-4 tul tcy tulu1258 #> 21013 143G-4 zag zag zagh1240 #> 21020 143G-4 ktc xtc katc1249 #> 21034 143G-4 mkg mnk mand1436 #> 21054 143G-4 paa pqa paaa1242 #> 21066 143G-4 tag tgl taga1270 #> 21076 143G-4 mxo mie ocot1243 #> 21077 143G-4 lag kot lagw1237 #> 21081 143G-4 bmb bim bimo1239 #> 21082 143G-4 vie vie viet1252 #> 21087 143G-4 ssa sld west2465 #> 21088 143G-4 ong oon onge1236 #> 21109 143G-4 miy mkf miya1266 #> 21123 143G-4 ocu ocu atzi1235 #> 21142 143G-4 chj cnm chuj1249 #> 21144 143G-4 bbf bbo nort2819 #> 21147 143G-4 zqs poi high1276 #> 21151 143G-4 tou wib tusi1238 #> 21154 143G-4 ras ras tega1236 #> 21164 143G-4 bag bmi bagi1246 #> 21170 143G-4 mgu mug musg1254 #> 21178 143G-4 mam mvc mamc1234 #> 21186 143G-4 bok bqc boko1266 #> 21193 143G-4 cso ctp west2644 #> 21205 143G-4 agc agt cent2084 #> 21213 143G-4 maw mlq west2500 #> 21214 143G-4 pod pbi park1239 #> 21222 143G-4 kyl eky east2342 #> 21227 143G-4 duk dud huns1239 #> 21242 143G-4 agd duo dupa1235 #> 21244 143G-4 bej bej beja1238 #> 21251 143G-4 ori ras tega1236 #> 21265 143G-4 cmy chf taba1266 #> 21266 143G-4 dga dga sout2789 #> 21269 143G-4 pnn pag pang1290 #> 21270 143G-4 zar dje zarm1239 #> 21291 143G-4 hau hau haus1257 #> 21297 143G-4 amo amo amoo1242 #> 21299 143G-4 sti sti stie1250 #> 21321 143G-4 kad xtc katc1249 #> 21334 143G-4 sil dau dars1235 #> 21343 143G-4 mxp mil peno1244 #> 21345 143G-4 kuv kxv kuvi1243 #> 21349 143G-4 nyi nyi amas1236 #> 21354 143G-4 tlp tcf acat1239 #> 21356 143G-4 pip ppl pipi1250 #> 21358 143G-4 goa guc wayu1243 #> 21363 143G-4 cak cak kaqc1270 #> 21370 143G-4 ber wti bert1248 #> 21407 143G-4 tma tma tama1331 #> 21418 143G-4 tha tha thai1261 #> 21419 143G-4 tml tam tami1289 #> 21430 143G-4 knk kna dera1248 #> 21435 143G-4 sre kpm koho1244 #> 21441 143G-4 zqc zoc copa1236 #> 21448 143G-4 buy bwu buli1254 #> 21456 143G-4 lac lac laca1243 #> 21464 143G-4 gon ggo sout2711 #> 21466 143G-4 ksn suoy1242 #> 21476 143G-4 zzo zpq zoog1238 #> 21477 143G-4 btk bnc cent2083 #> 21479 143G-4 laa gdm laal1242 #> 21482 143G-4 chr crw chra1242 #> 21485 143G-4 sug sjg assa1269 #> 21493 143G-4 bam bam bamb1269 #> 21502 143G-4 mxx mxp #> 21509 143G-4 blz ble bala1300 #> 21510 143G-4 mzc maq chiq1250 #> 21533 143G-4 sme sif siam1242 #> 21537 143G-4 tmn teq nucl1339 #> 21539 143G-4 cha cha cham1312 #> 21546 143G-4 tpr tui tupu1244 #> 21549 143G-4 moo mos moss1236 #> 21557 143G-4 tbu tuq tebu1238 #> 21565 143G-4 mlg mfi wand1278 #> 21567 143G-4 ram rma rama1270 #> 21578 143G-4 tig tir tigr1271 #> 21590 143G-4 ksg ksw sgaw1245 #> 21594 143G-4 ccm cco coma1246 #> 21599 143G-4 hve huv sanm1287 #> 21611 143G-4 kro kgo kron1241 #> 21612 143G-4 hna hna mina1276 #> 21614 143G-4 grf cab gari1256 #> 21615 143G-4 koy kff koya1251 #> 21617 143G-4 mrg mrt marg1265 #> 21620 143G-4 zch zoh chim1300 #> 21621 143G-4 ken kyq keng1240 #> 21626 143G-4 cya ctp west2644 #> 21631 143G-4 run rou rung1258 #> 21632 143G-4 tzu tzj tzut1248 #> 21635 143G-4 dio dyo jola1263 #> 21646 143G-4 uld udl wuzl1236 #> 21652 143G-4 chw cja west2650 #> 21653 143G-4 tol jic toll1241 #> 21655 143G-4 tny kza west2466 #> 21658 143G-4 kni kma konn1242 #> 21660 143G-4 kse ses koyr1242 #> 21665 143G-4 zqo zoc copa1236 #> 21680 143G-4 jms djm jams1239 #> 21683 143G-4 snn snk soni1259 #> 21692 143G-4 tri trc copa1237 #> 21693 143G-4 nht nhg tete1251 #> 21695 143G-4 noo snf noon1242 #> 21702 143G-4 wlf wol nucl1347 #> 21720 143G-4 sht shj shat1244 #> 21722 143G-4 mas mcn masa1322 #> 21728 143G-4 kch khq koyr1240 #> 21731 143G-4 ktl kcr katl1237 #> 21740 143G-4 rem bfw bond1245 #> 21746 143G-4 mii tma tama1331 #> 21747 143G-4 psj poe sanj1285 #> 21753 143G-4 mxc mig sanm1295 #> 21768 143G-4 zai zai isth1244 #> 21771 143G-4 gud gde gude1246 #> 21773 143G-4 giz gis maro1246 #> 21778 144A-1 gud gde gude1246 #> 21788 144A-11 pod pbi park1239 #> 21791 144A-12 tzo tzo tzot1259 #> 21799 144A-12 cle cle leal1235 #> 21817 144A-16 kol kfb kola1242 #> 21838 144A-16 meh gdq mehr1241 #> 21859 144A-16 zqc zoc copa1236 #> 21861 144A-16 ram rma rama1270 #> 21870 144A-16 tzu tzj tzut1248 #> 21900 144A-16 wlf wol nucl1347 #> 21913 144A-18 kro kgo kron1241 #> 21918 144A-18 bid bid bidi1241 #> 21922 144A-18 ksg ksw sgaw1245 #> 21926 144A-18 tig tir tigr1271 #> 21930 144A-18 hdi xed hdii1240 #> 21936 144A-18 ktl kcr katl1237 #> 21940 144A-18 cak cak kaqc1270 #> 21944 144A-18 buy bwu buli1254 #> 21957 144A-18 amh amh amha1245 #> 21960 144A-18 msk jle ngil1242 #> 21961 144A-18 miy mkf miya1266 #> 21962 144A-18 kbw bwe bwek1238 #> 21966 144A-18 moo mos moss1236 #> 21970 144A-18 otr otr otor1240 #> 21978 144A-18 fur fvr furr1244 #> 21979 144A-18 knk kna dera1248 #> 22009 144A-19 lmg hia lama1288 #> 22010 144A-19 ter ttr tera1251 #> 22012 144A-19 bmb bim bimo1239 #> 22022 144A-19 sup spp supy1237 #> 22024 144A-19 chr crw chra1242 #> 22025 144A-19 bok bqc boko1266 #> 22026 144A-19 tsk taq tama1365 #> 22046 144A-19 paa pqa paaa1242 #> 22047 144A-19 hau hau haus1257 #> 22049 144A-19 zch zoh chim1300 #> 22054 144A-19 mab mde maba1277 #> 22055 144A-19 run rou rung1258 #> 22062 144A-19 chj cnm chuj1249 #> 22069 144A-19 tmn teq nucl1339 #> 22074 144A-2 tha tha thai1261 #> 22089 144A-2 vie vie viet1252 #> 22096 144A-2 kni kma konn1242 #> 22098 144A-2 khm khm cent1989 #> 22102 144A-2 sre kpm koho1244 #> 22103 144A-2 nhm ncl mich1245 #> 22111 144A-2 ksn suoy1242 #> 22132 144A-2 lao lao laoo1244 #> 22134 144A-2 kch khq koyr1240 #> 22143 144A-2 zqs poi high1276 #> 22146 144A-2 kfe kfz koro1298 #> 22151 144A-2 dga dga sout2789 #> 22153 144A-2 kir cme cerm1238 #> 22155 144A-2 mro mor moro1285 #> 22165 144A-2 sed sed seda1262 #> 22166 144A-2 sap spu sapu1248 #> 22168 144A-2 mon mnw monn1252 #> 22170 144A-2 bra brb lave1249 #> 22174 144A-2 sti sti stie1250 #> 22177 144A-2 lic lic hlai1239 #> 22179 144A-2 ssa sld west2465 #> 22180 144A-2 cmy chf taba1266 #> 22185 144A-20 dio dyo jola1263 #> 22191 144A-20 biu bzi bisu1246 #> 22197 144A-20 ccm cco coma1246 #> 22199 144A-20 mzc maq chiq1250 #> 22202 144A-20 koy kff koya1251 #> 22228 144A-20 tel tel telu1262 #> 22234 144A-20 ras ras tega1236 #> 22241 144A-20 knr knc cent2050 #> 22261 144A-20 ber wti bert1248 #> 22280 144A-20 tma tma tama1331 #> 22281 144A-20 tlp tcf acat1239 #> 22286 144A-20 kem ahg qima1242 #> 22294 144A-20 tbu tuq tebu1238 #> 22318 144A-20 msl mls nucl1440 #> 22319 144A-20 nbd dgl kenu1236 #> 22320 144A-20 mym mal mala1464 #> 22327 144A-20 ika arh arhu1242 #> 22331 144A-20 knm kun kuna1268 #> 22350 144A-20 zag zag zagh1240 #> 22361 144A-20 ndt ndv ndut1239 #> 22377 144A-20 gon ggo sout2711 #> 22379 144A-20 tml tam tami1289 #> 22408 144A-20 mis miq misk1235 #> 22409 144A-20 noo snf noon1242 #> 22411 144A-20 dds dds donn1238 #> 22425 144A-20 mlg mfi wand1278 #> 22434 144A-20 blz ble bala1300 #> 22440 144A-20 kuv kxv kuvi1243 #> 22442 144A-20 zap zaw mitl1236 #> 22443 144A-20 tgr tig tigr1270 #> 22453 144A-20 jms djm jams1239 #> 22485 144A-20 knd kan nucl1305 #> 22487 144A-20 bej bej beja1238 #> 22495 144A-20 cpl cpa pala1351 #> 22497 144A-20 mii tma tama1331 #> 22507 144A-20 rem bfw bond1245 #> 22510 144A-20 ocu ocu atzi1235 #> 22513 144A-20 ori ras tega1236 #> 22516 144A-20 tul tcy tulu1258 #> 22522 144A-21 lac lac laca1243 #> 22525 144A-21 btk bnc cent2083 #> 22528 144A-21 ktc xtc katc1249 #> 22540 144A-21 pur tsz pure1242 #> 22556 144A-21 gmz guk gumu1244 #> 22592 144A-21 zqo zoc copa1236 #> 22612 144A-21 kad xtc katc1249 #> 22615 144A-21 ifu ifb bata1298 #> 22622 144A-21 hve huv sanm1287 #> 22628 144A-21 pip ppl pipi1250 #> 22636 144A-21 chx clo lowl1260 #> 22664 144A-21 tny kza west2466 #> 22669 144A-21 tou wib tusi1238 #> 22680 144A-21 nht nhg tete1251 #> 22686 144A-3 anu cko anuf1239 #> 22692 144A-4 ken kyq keng1240 #> 22695 144A-4 sht shj shat1244 #> 22696 144A-4 lag kot lagw1237 #> 22700 144A-4 kar kah kara1482 #> 22710 144A-4 bud bdm budu1265 #> 22720 144A-4 bag bmi bagi1246 #> 22722 144A-4 kyl eky east2342 #> 22727 144A-4 mda mxu mada1293 #> 22728 144A-4 mrg mrt marg1265 #> 22731 144A-4 mgu mug musg1254 #> 22736 144A-4 laa gdm laal1242 #> 22744 144A-4 ngz ngi ngiz1242 #> 22746 144A-4 tpr tui tupu1244 #> 22749 144A-4 uld udl wuzl1236 #> 22752 144A-4 mbr mpk mbar1260 #> 22753 144A-4 duk dud huns1239 #> 22754 144A-4 chw cja west2650 #> 22758 144A-4 igs tbi gaam1241 #> 22761 144A-4 kpw pwo east2341 #> 22763 144A-4 hna hna mina1276 #> 22766 144A-4 mas mcn masa1322 #> 22783 144A-6 snn snk soni1259 #> 22785 144A-6 kse ses koyr1242 #> 22786 144A-6 maw mlq west2500 #> 22787 144A-6 bam bam bamb1269 #> 22791 144A-6 mkg mnk mand1436 #> 22832 144A-7 lah lhu lahu1253 #> 22837 144A-7 nyi nyi amas1236 #> 22844 144A-7 sil dau dars1235 #> 22857 144A-7 nar nrb nara1262 #> 22859 144A-8 mhi mar mara1378 #> 22871 144A-8 lmn lmn lamb1269 #> 22881 144A-8 ong oon onge1236 #> 22884 144A-8 sme sif siam1242 #> 22912 144A-9 agd duo dupa1235 #> 22913 144A-9 mxj mio pino1237 #> 22914 144A-9 hil hil hili1240 #> 22917 144A-9 grf cab gari1256 #> 22918 144A-9 tri trc copa1237 #> 22920 144A-9 goa guc wayu1243 #> 22922 144A-9 mxo mie ocot1243 #> 22924 144A-9 agc agt cent2084 #> 22926 144A-9 haw haw hawa1245 #> 22929 144A-9 zzo zpq zoog1238 #> 22932 144A-9 jak jai popt1235 #> 22936 144A-9 cha cha cham1312 #> 22941 144A-9 mxp mil peno1244 #> 22942 144A-9 cya ctp west2644 #> 22946 144A-9 zai zai isth1244 #> 22948 144A-9 pnn pag pang1290 #> 22949 144A-9 qum qum sipa1247 #> 22950 144A-9 cso ctp west2644 #> 22951 144A-9 mam mvc mamc1234 #> 22956 144A-9 mxc mig sanm1295 #> 22959 144A-9 chq chq quio1240 #> 22961 144A-9 tag tgl taga1270 #> 22986 144B-1 tmn teq nucl1339 #> 23009 144B-1 gud gde gude1246 #> 23014 144B-2 mkg mnk mand1436 #> 23020 144B-2 maw mlq west2500 #> 23022 144B-2 snn snk soni1259 #> 23024 144B-2 kse ses koyr1242 #> 23027 144B-2 bam bam bamb1269 #> 23032 144B-3 agc agt cent2084 #> 23043 144B-3 hil hil hili1240 #> 23044 144B-3 tzu tzj tzut1248 #> 23055 144B-3 zzo zpq zoog1238 #> 23067 144B-3 nhm ncl mich1245 #> 23072 144B-3 dga dga sout2789 #> 23078 144B-3 pip ppl pipi1250 #> 23083 144B-3 chq chq quio1240 #> 23084 144B-3 sti sti stie1250 #> 23098 144B-3 cya ctp west2644 #> 23100 144B-3 lic lic hlai1239 #> 23101 144B-3 sil dau dars1235 #> 23107 144B-3 mxo mie ocot1243 #> 23110 144B-3 mam mvc mamc1234 #> 23124 144B-3 ifu ifb bata1298 #> 23129 144B-3 nar nrb nara1262 #> 23130 144B-3 kch khq koyr1240 #> 23132 144B-3 mxc mig sanm1295 #> 23140 144B-3 mro mor moro1285 #> 23141 144B-3 zqs poi high1276 #> 23151 144B-3 tsk taq tama1365 #> 23152 144B-3 zai zai isth1244 #> 23153 144B-3 chj cnm chuj1249 #> 23156 144B-3 bmb bim bimo1239 #> 23160 144B-3 goa guc wayu1243 #> 23172 144B-3 mon mnw monn1252 #> 23185 144B-3 tri trc copa1237 #> 23188 144B-3 tha tha thai1261 #> 23189 144B-3 qum qum sipa1247 #> 23201 144B-3 cle cle leal1235 #> 23208 144B-3 mxp mil peno1244 #> 23209 144B-3 chr crw chra1242 #> 23213 144B-3 zqo zoc copa1236 #> 23224 144B-3 cmy chf taba1266 #> 23239 144B-3 jak jai popt1235 #> 23243 144B-3 hau hau haus1257 #> 23244 144B-3 bra brb lave1249 #> 23254 144B-3 pnn pag pang1290 #> 23255 144B-3 kfe kfz koro1298 #> 23256 144B-3 wlf wol nucl1347 #> 23257 144B-3 zqc zoc copa1236 #> 23259 144B-3 kni kma konn1242 #> 23260 144B-3 tag tgl taga1270 #> 23267 144B-3 khm khm cent1989 #> 23269 144B-3 cso ctp west2644 #> 23270 144B-3 agd duo dupa1235 #> 23272 144B-3 chx clo lowl1260 #> 23275 144B-3 cha cha cham1312 #> 23277 144B-3 sap spu sapu1248 #> 23283 144B-3 tzo tzo tzot1259 #> 23299 144B-3 ssa sld west2465 #> 23301 144B-3 grf cab gari1256 #> 23304 144B-3 ksn suoy1242 #> 23314 144B-3 nyi nyi amas1236 #> 23317 144B-3 kir cme cerm1238 #> 23338 144B-3 vie vie viet1252 #> 23339 144B-3 haw haw hawa1245 #> 23351 144B-3 lao lao laoo1244 #> 23355 144B-3 sed sed seda1262 #> 23357 144B-3 mxj mio pino1237 #> 23361 144B-3 sre kpm koho1244 #> 23363 144B-3 lah lhu lahu1253 #> 23381 144B-4 anu cko anuf1239 #> 23387 144B-4 bok bqc boko1266 #> 23390 144B-4 sme sif siam1242 #> 23398 144B-4 mhi mar mara1378 #> 23407 144B-4 kol kfb kola1242 #> 23417 144B-4 ong oon onge1236 #> 23422 144B-4 lmn lmn lamb1269 #> 23448 144B-4 sup spp supy1237 #> 23461 144B-6 hna hna mina1276 #> 23468 144B-6 bag bmi bagi1246 #> 23479 144B-6 mas mcn masa1322 #> 23480 144B-6 mrg mrt marg1265 #> 23482 144B-6 kpw pwo east2341 #> 23485 144B-6 kar kah kara1482 #> 23500 144B-6 igs tbi gaam1241 #> 23501 144B-6 ter ttr tera1251 #> 23504 144B-6 chw cja west2650 #> 23506 144B-6 duk dud huns1239 #> 23507 144B-6 mda mxu mada1293 #> 23510 144B-6 lmg hia lama1288 #> 23514 144B-6 kyl eky east2342 #> 23520 144B-6 mbr mpk mbar1260 #> 23523 144B-6 sht shj shat1244 #> 23527 144B-6 meh gdq mehr1241 #> 23528 144B-6 lag kot lagw1237 #> 23534 144B-6 kbw bwe bwek1238 #> 23535 144B-6 ngz ngi ngiz1242 #> 23536 144B-6 paa pqa paaa1242 #> 23542 144B-6 mgu mug musg1254 #> 23545 144B-6 laa gdm laal1242 #> 23551 144B-6 bud bdm budu1265 #> 23558 144B-6 pod pbi park1239 #> 23559 144B-6 uld udl wuzl1236 #> 23560 144B-6 tpr tui tupu1244 #> 23574 144B-6 ken kyq keng1240 #> 23575 144C-1 gud gde gude1246 #> 23583 144C-12 msk jle ngil1242 #> 23608 144D-11 pur tsz pure1242 #> 23609 144D-11 hve huv sanm1287 #> 23613 144D-11 kad xtc katc1249 #> 23621 144D-11 ktc xtc katc1249 #> 23627 144D-11 nht nhg tete1251 #> 23640 144D-12 gmz guk gumu1244 #> 23643 144D-13 tzu tzj tzut1248 #> 23651 144D-13 meh gdq mehr1241 #> 23655 144D-13 btk bnc cent2083 #> 23666 144D-13 wlf wol nucl1347 #> 23689 144D-13 lac lac laca1243 #> 23693 144D-14 msk jle ngil1242 #> 23696 144D-14 ktl kcr katl1237 #> 23702 144D-14 bid bid bidi1241 #> 23716 144D-14 buy bwu buli1254 #> 23717 144D-14 miy mkf miya1266 #> 23720 144D-14 knk kna dera1248 #> 23730 144D-14 moo mos moss1236 #> 23733 144D-14 ksg ksw sgaw1245 #> 23735 144D-14 otr otr otor1240 #> 23737 144D-14 kbw bwe bwek1238 #> 23747 144D-15 chr crw chra1242 #> 23748 144D-15 tmn teq nucl1339 #> 23757 144D-15 bmb bim bimo1239 #> 23764 144D-15 zch zoh chim1300 #> 23765 144D-15 ter ttr tera1251 #> 23777 144D-15 hau hau haus1257 #> 23780 144D-15 paa pqa paaa1242 #> 23789 144D-2 bra brb lave1249 #> 23800 144D-2 lao lao laoo1244 #> 23802 144D-2 mro mor moro1285 #> 23806 144D-2 sap spu sapu1248 #> 23807 144D-2 sti sti stie1250 #> 23808 144D-2 sed sed seda1262 #> 23815 144D-2 sre kpm koho1244 #> 23823 144D-2 kni kma konn1242 #> 23829 144D-2 kfe kfz koro1298 #> 23830 144D-2 kch khq koyr1240 #> 23834 144D-2 cmy chf taba1266 #> 23836 144D-2 khm khm cent1989 #> 23845 144D-2 zqs poi high1276 #> 23850 144D-2 vie vie viet1252 #> 23858 144D-2 nhm ncl mich1245 #> 23864 144D-2 ssa sld west2465 #> 23869 144D-2 ksn suoy1242 #> 23876 144D-2 tha tha thai1261 #> 23879 144D-2 kir cme cerm1238 #> 23880 144D-2 dga dga sout2789 #> 23881 144D-2 mon mnw monn1252 #> 23891 144D-2 lic lic hlai1239 #> 23892 144D-3 anu cko anuf1239 #> 23895 144D-4 hna hna mina1276 #> 23896 144D-4 mgu mug musg1254 #> 23902 144D-4 ken kyq keng1240 #> 23903 144D-4 tpr tui tupu1244 #> 23907 144D-4 igs tbi gaam1241 #> 23910 144D-4 mas mcn masa1322 #> 23911 144D-4 kpw pwo east2341 #> 23913 144D-4 kar kah kara1482 #> 23926 144D-4 bag bmi bagi1246 #> 23929 144D-4 mrg mrt marg1265 #> 23931 144D-4 chw cja west2650 #> 23934 144D-4 bud bdm budu1265 #> 23951 144D-4 sht shj shat1244 #> 23953 144D-4 duk dud huns1239 #> 23955 144D-4 uld udl wuzl1236 #> 23958 144D-4 lag kot lagw1237 #> 23961 144D-4 kyl eky east2342 #> 23962 144D-4 ngz ngi ngiz1242 #> 23965 144D-4 mbr mpk mbar1260 #> 23969 144D-4 laa gdm laal1242 #> 23971 144D-4 mda mxu mada1293 #> 23980 144D-5 ocu ocu atzi1235 #> 23995 144D-5 ber wti bert1248 #> 24030 144D-5 blz ble bala1300 #> 24046 144D-6 mlg mfi wand1278 #> 24048 144D-6 dio dyo jola1263 #> 24049 144D-6 noo snf noon1242 #> 24053 144D-6 ndt ndv ndut1239 #> 24059 144D-8 gud gde gude1246 #> 24076 144E-11 meh gdq mehr1241 #> 24079 144E-13 tzu tzj tzut1248 #> 24100 144E-26 btk bnc cent2083 #> 24101 144E-27 lac lac laca1243 #> 24110 144E-7 wlf wol nucl1347 #> 24114 144F-1 buy bwu buli1254 #> 24119 144F-1 knk kna dera1248 #> 24120 144F-1 ksg ksw sgaw1245 #> 24121 144F-1 moo mos moss1236 #> 24137 144F-2 ktl kcr katl1237 #> 24142 144F-21 miy mkf miya1266 #> 24146 144F-22 otr otr otor1240 #> 24147 144F-22 bid bid bidi1241 #> 24150 144F-4 msk jle ngil1242 #> 24157 144F-5 kbw bwe bwek1238 #> 24173 144G-1 bmb bim bimo1239 #> 24174 144G-1 chr crw chra1242 #> 24175 144G-1 hau hau haus1257 #> 24183 144G-16 zch zoh chim1300 #> 24189 144G-2 ter ttr tera1251 #> 24191 144G-2 paa pqa paaa1242 #> 24201 144G-7 tmn teq nucl1339 #> 24216 144H-1 gud gde gude1246 #> 24224 144H-2 tmn teq nucl1339 #> 24226 144H-3 msk jle ngil1242 #> 24235 144H-4 mda mxu mada1293 #> 24252 144H-4 kyl eky east2342 #> 24263 144H-4 kir cme cerm1238 #> 24272 144H-4 hau hau haus1257 #> 24274 144H-4 lao lao laoo1244 #> 24280 144H-4 anu cko anuf1239 #> 24284 144H-4 buy bwu buli1254 #> 24285 144H-4 cmy chf taba1266 #> 24293 144H-4 laa gdm laal1242 #> 24295 144H-4 ksg ksw sgaw1245 #> 24305 144H-4 chw cja west2650 #> 24314 144H-4 mro mor moro1285 #> 24340 144H-4 chr crw chra1242 #> 24343 144H-4 gmz guk gumu1244 #> 24344 144H-4 sre kpm koho1244 #> 24372 144H-4 ken kyq keng1240 #> 24374 144H-4 bag bmi bagi1246 #> 24376 144H-4 dga dga sout2789 #> 24379 144H-4 tpr tui tupu1244 #> 24381 144H-4 wlf wol nucl1347 #> 24382 144H-4 duk dud huns1239 #> 24384 144H-4 kfe kfz koro1298 #> 24386 144H-4 kch khq koyr1240 #> 24394 144H-4 sed sed seda1262 #> 24409 144H-4 paa pqa paaa1242 #> 24413 144H-4 mlg mfi wand1278 #> 24415 144H-4 ksn suoy1242 #> 24416 144H-4 kni kma konn1242 #> 24417 144H-4 bra brb lave1249 #> 24424 144H-4 tha tha thai1261 #> 24425 144H-4 mrg mrt marg1265 #> 24426 144H-4 noo snf noon1242 #> 24431 144H-4 uld udl wuzl1236 #> 24436 144H-4 sti sti stie1250 #> 24440 144H-4 dio dyo jola1263 #> 24442 144H-4 blz ble bala1300 #> 24446 144H-4 ndt ndv ndut1239 #> 24447 144H-4 kbw bwe bwek1238 #> 24451 144H-4 ocu ocu atzi1235 #> 24457 144H-4 lic lic hlai1239 #> 24459 144H-4 ktl kcr katl1237 #> 24464 144H-4 kpw pwo east2341 #> 24467 144H-4 ber wti bert1248 #> 24471 144H-4 miy mkf miya1266 #> 24481 144H-4 sap spu sapu1248 #> 24482 144H-4 mas mcn masa1322 #> 24483 144H-4 sht shj shat1244 #> 24510 144H-4 igs tbi gaam1241 #> 24523 144H-4 nhm ncl mich1245 #> 24526 144H-4 kar kah kara1482 #> 24531 144H-4 mon mnw monn1252 #> 24536 144H-4 mbr mpk mbar1260 #> 24542 144H-4 knk kna dera1248 #> 24550 144H-4 zqs poi high1276 #> 24558 144H-4 ngz ngi ngiz1242 #> 24562 144H-4 tzu tzj tzut1248 #> 24576 144H-4 ter ttr tera1251 #> 24577 144H-4 mgu mug musg1254 #> 24582 144H-4 bmb bim bimo1239 #> 24586 144H-4 ssa sld west2465 #> 24591 144H-4 moo mos moss1236 #> 24603 144H-4 meh gdq mehr1241 #> 24606 144H-4 hna hna mina1276 #> 24617 144H-4 lag kot lagw1237 #> 24620 144H-4 khm khm cent1989 #> 24622 144H-4 vie vie viet1252 #> 24624 144H-4 bud bdm budu1265 #> 24636 144I-1 nhm ncl mich1245 #> 24639 144I-1 tzu tzj tzut1248 #> 24641 144I-1 sed sed seda1262 #> 24651 144I-1 ssa sld west2465 #> 24652 144I-1 sap spu sapu1248 #> 24663 144I-1 wlf wol nucl1347 #> 24665 144I-1 kfe kfz koro1298 #> 24669 144I-1 lao lao laoo1244 #> 24677 144I-1 zqs poi high1276 #> 24685 144I-1 sre kpm koho1244 #> 24689 144I-1 vie vie viet1252 #> 24695 144I-1 kir cme cerm1238 #> 24699 144I-1 bra brb lave1249 #> 24704 144I-1 mon mnw monn1252 #> 24709 144I-1 dga dga sout2789 #> 24713 144I-1 lic lic hlai1239 #> 24720 144I-1 sti sti stie1250 #> 24723 144I-1 mro mor moro1285 #> 24724 144I-1 ksn suoy1242 #> 24726 144I-1 kni kma konn1242 #> 24732 144I-1 tha tha thai1261 #> 24740 144I-1 khm khm cent1989 #> 24744 144I-1 kch khq koyr1240 #> 24756 144I-1 cmy chf taba1266 #> 24782 144I-2 ber wti bert1248 #> 24806 144I-2 ocu ocu atzi1235 #> 24815 144I-2 blz ble bala1300 #> 24831 144I-3 chr crw chra1242 #> 24838 144I-3 hau hau haus1257 #> 24839 144I-3 bmb bim bimo1239 #> 24847 144I-5 paa pqa paaa1242 #> 24859 144I-5 buy bwu buli1254 #> 24860 144I-5 knk kna dera1248 #> 24861 144I-5 moo mos moss1236 #> 24862 144I-5 miy mkf miya1266 #> 24869 144I-5 ktl kcr katl1237 #> 24871 144I-5 ter ttr tera1251 #> 24882 144I-5 ksg ksw sgaw1245 #> 24891 144I-6 kbw bwe bwek1238 #> 24908 144I-8 duk dud huns1239 #> 24921 144I-8 igs tbi gaam1241 #> 24925 144I-8 kpw pwo east2341 #> 24933 144I-8 anu cko anuf1239 #> 24936 144I-8 ken kyq keng1240 #> 24944 144I-8 mgu mug musg1254 #> 24947 144I-8 mlg mfi wand1278 #> 24948 144I-8 gmz guk gumu1244 #> 24949 144I-8 mbr mpk mbar1260 #> 24952 144I-8 mda mxu mada1293 #> 24953 144I-8 mas mcn masa1322 #> 24954 144I-8 kar kah kara1482 #> 24964 144I-8 hna hna mina1276 #> 24966 144I-8 mrg mrt marg1265 #> 24973 144I-8 sht shj shat1244 #> 24977 144I-8 laa gdm laal1242 #> 24978 144I-8 bag bmi bagi1246 #> 24979 144I-8 tpr tui tupu1244 #> 24986 144I-8 gud gde gude1246 #> 24990 144I-8 ndt ndv ndut1239 #> 25000 144I-8 noo snf noon1242 #> 25001 144I-8 ngz ngi ngiz1242 #> 25006 144I-8 uld udl wuzl1236 #> 25013 144I-8 msk jle ngil1242 #> 25014 144I-8 kyl eky east2342 #> 25025 144I-8 dio dyo jola1263 #> 25028 144I-8 bud bdm budu1265 #> 25033 144I-8 lag kot lagw1237 #> 25034 144I-8 meh gdq mehr1241 #> 25035 144I-8 chw cja west2650 #> 25044 144I-8 tmn teq nucl1339 #> 25053 144J-1 anu cko anuf1239 #> 25064 144J-2 mlg mfi wand1278 #> 25066 144J-2 dio dyo jola1263 #> 25067 144J-2 wlf wol nucl1347 #> 25069 144J-2 ndt ndv ndut1239 #> 25076 144J-2 noo snf noon1242 #> 25091 144J-5 ktl kcr katl1237 #> 25095 144J-5 miy mkf miya1266 #> 25118 144J-6 zch zoh chim1300 #> 25123 144J-7 tha tha thai1261 #> 25132 144J-7 tmn teq nucl1339 #> 25134 144J-7 mbr mpk mbar1260 #> 25151 144J-7 msk jle ngil1242 #> 25152 144J-7 kyl eky east2342 #> 25159 144J-7 bag bmi bagi1246 #> 25160 144J-7 sti sti stie1250 #> 25162 144J-7 sht shj shat1244 #> 25171 144J-7 kir cme cerm1238 #> 25181 144J-7 zqs poi high1276 #> 25184 144J-7 ksg ksw sgaw1245 #> 25189 144J-7 duk dud huns1239 #> 25191 144J-7 kpw pwo east2341 #> 25194 144J-7 ber wti bert1248 #> 25207 144J-7 uld udl wuzl1236 #> 25213 144J-7 hau hau haus1257 #> 25220 144J-7 kad xtc katc1249 #> 25222 144J-7 ssa sld west2465 #> 25225 144J-7 sap spu sapu1248 #> 25229 144J-7 chr crw chra1242 #> 25231 144J-7 lac lac laca1243 #> 25239 144J-7 kni kma konn1242 #> 25247 144J-7 nhm ncl mich1245 #> 25248 144J-7 mrg mrt marg1265 #> 25252 144J-7 paa pqa paaa1242 #> 25263 144J-7 pur tsz pure1242 #> 25268 144J-7 sed sed seda1262 #> 25276 144J-7 mgu mug musg1254 #> 25293 144J-7 moo mos moss1236 #> 25295 144J-7 ken kyq keng1240 #> 25298 144J-7 bud bdm budu1265 #> 25301 144J-7 ter ttr tera1251 #> 25310 144J-7 bra brb lave1249 #> 25313 144J-7 kfe kfz koro1298 #> 25320 144J-7 lag kot lagw1237 #> 25323 144J-7 hve huv sanm1287 #> 25330 144J-7 kar kah kara1482 #> 25331 144J-7 mda mxu mada1293 #> 25335 144J-7 mon mnw monn1252 #> 25336 144J-7 buy bwu buli1254 #> 25342 144J-7 laa gdm laal1242 #> 25346 144J-7 lic lic hlai1239 #> 25350 144J-7 ngz ngi ngiz1242 #> 25351 144J-7 mro mor moro1285 #> 25356 144J-7 hna hna mina1276 #> 25366 144J-7 meh gdq mehr1241 #> 25369 144J-7 khm khm cent1989 #> 25370 144J-7 lao lao laoo1244 #> 25373 144J-7 igs tbi gaam1241 #> 25385 144J-7 blz ble bala1300 #> 25386 144J-7 chw cja west2650 #> 25389 144J-7 nht nhg tete1251 #> 25392 144J-7 ktc xtc katc1249 #> 25395 144J-7 ocu ocu atzi1235 #> 25397 144J-7 vie vie viet1252 #> 25399 144J-7 bmb bim bimo1239 #> 25408 144J-7 tzu tzj tzut1248 #> 25434 144J-7 kbw bwe bwek1238 #> 25440 144J-7 btk bnc cent2083 #> 25451 144J-7 ksn suoy1242 #> 25452 144J-7 sre kpm koho1244 #> 25458 144J-7 cmy chf taba1266 #> 25459 144J-7 gud gde gude1246 #> 25465 144J-7 kch khq koyr1240 #> 25468 144J-7 dga dga sout2789 #> 25487 144J-7 knk kna dera1248 #> 25490 144J-7 mas mcn masa1322 #> 25491 144J-7 tpr tui tupu1244 #> 25496 144K-1 chw cja west2650 #> 25498 144K-1 bud bdm budu1265 #> 25509 144K-1 mas mcn masa1322 #> 25510 144K-1 kar kah kara1482 #> 25512 144K-1 duk dud huns1239 #> 25515 144K-1 ken kyq keng1240 #> 25523 144K-1 kpw pwo east2341 #> 25528 144K-1 mda mxu mada1293 #> 25531 144K-1 mgu mug musg1254 #> 25534 144K-1 uld udl wuzl1236 #> 25543 144K-1 sht shj shat1244 #> 25549 144K-1 mbr mpk mbar1260 #> 25553 144K-1 lag kot lagw1237 #> 25562 144K-1 mrg mrt marg1265 #> 25563 144K-1 ngz ngi ngiz1242 #> 25564 144K-1 laa gdm laal1242 #> 25567 144K-1 hna hna mina1276 #> 25568 144K-1 bag bmi bagi1246 #> 25571 144K-1 igs tbi gaam1241 #> 25576 144K-1 tpr tui tupu1244 #> 25581 144K-1 meh gdq mehr1241 #> 25586 144K-1 kyl eky east2342 #> 25589 144K-2 paa pqa paaa1242 #> 25597 144K-2 ter ttr tera1251 #> 25600 144K-3 kbw bwe bwek1238 #> 25603 144K-3 buy bwu buli1254 #> 25604 144K-3 moo mos moss1236 #> 25605 144K-3 knk kna dera1248 #> 25610 144K-3 ksg ksw sgaw1245 #> 25611 144K-3 bmb bim bimo1239 #> 25618 144K-3 miy mkf miya1266 #> 25619 144K-3 chr crw chra1242 #> 25620 144K-3 hau hau haus1257 #> 25630 144K-3 msk jle ngil1242 #> 25645 144K-4 gud gde gude1246 #> 25647 144K-4 tmn teq nucl1339 #> 25651 144K-4 pur tsz pure1242 #> 25655 144K-4 vie vie viet1252 #> 25667 144K-4 dio dyo jola1263 #> 25676 144K-4 lac lac laca1243 #> 25694 144K-4 sti sti stie1250 #> 25696 144K-4 zqs poi high1276 #> 25697 144K-4 tzu tzj tzut1248 #> 25698 144K-4 bra brb lave1249 #> 25699 144K-4 ktc xtc katc1249 #> 25707 144K-4 kni kma konn1242 #> 25710 144K-4 ktl kcr katl1237 #> 25715 144K-4 mro mor moro1285 #> 25716 144K-4 sre kpm koho1244 #> 25723 144K-4 kir cme cerm1238 #> 25729 144K-4 zch zoh chim1300 #> 25732 144K-4 anu cko anuf1239 #> 25733 144K-4 khm khm cent1989 #> 25736 144K-4 sap spu sapu1248 #> 25746 144K-4 nht nhg tete1251 #> 25755 144K-4 cmy chf taba1266 #> 25760 144K-4 sed sed seda1262 #> 25762 144K-4 ndt ndv ndut1239 #> 25771 144K-4 mlg mfi wand1278 #> 25773 144K-4 ssa sld west2465 #> 25776 144K-4 lao lao laoo1244 #> 25785 144K-4 noo snf noon1242 #> 25821 144K-4 kfe kfz koro1298 #> 25830 144K-4 mon mnw monn1252 #> 25833 144K-4 tha tha thai1261 #> 25842 144K-4 ber wti bert1248 #> 25853 144K-4 btk bnc cent2083 #> 25855 144K-4 ksn suoy1242 #> 25856 144K-4 wlf wol nucl1347 #> 25866 144K-4 nhm ncl mich1245 #> 25885 144K-4 dga dga sout2789 #> 25886 144K-4 ocu ocu atzi1235 #> 25892 144K-4 kch khq koyr1240 #> 25896 144K-4 lic lic hlai1239 #> 25922 144K-4 kad xtc katc1249 #> 25925 144K-4 blz ble bala1300 #> 25929 144K-4 hve huv sanm1287 #> 26030 144L-15 ram rma rama1270 #> 26044 144L-15 kol kfb kola1242 #> 26063 144L-16 fur fvr furr1244 #> 26066 144L-16 tig tir tigr1271 #> 26079 144L-16 amh amh amha1245 #> 26111 144L-17 sup spp supy1237 #> 26114 144L-17 mab mde maba1277 #> 26115 144L-17 run rou rung1258 #> 26136 144L-17 bok bqc boko1266 #> 26142 144L-18 tou wib tusi1238 #> 26144 144L-18 tny kza west2466 #> 26161 144L-2 bam bam bamb1269 #> 26166 144L-2 maw mlq west2500 #> 26167 144L-2 kse ses koyr1242 #> 26168 144L-2 mkg mnk mand1436 #> 26169 144L-2 snn snk soni1259 #> 26180 144L-20 rem bfw bond1245 #> 26190 144L-21 mii tma tama1331 #> 26221 144L-3 sil dau dars1235 #> 26228 144L-3 nyi nyi amas1236 #> 26234 144L-3 lah lhu lahu1253 #> 26261 144L-3 nar nrb nara1262 #> 26291 144L-4 ong oon onge1236 #> 26292 144L-4 mhi mar mara1378 #> 26310 144L-4 sme sif siam1242 #> 26322 144L-4 lmn lmn lamb1269 #> 26333 144L-5 ori ras tega1236 #> 26346 144L-5 biu bzi bisu1246 #> 26349 144L-5 ras ras tega1236 #> 26354 144L-5 bej bej beja1238 #> 26372 144L-5 tgr tig tigr1270 #> 26386 144L-6 mis miq misk1235 #> 26391 144L-6 zag zag zagh1240 #> 26404 144L-6 koy kff koya1251 #> 26415 144L-6 nbd dgl kenu1236 #> 26417 144L-6 tml tam tami1289 #> 26419 144L-6 knd kan nucl1305 #> 26420 144L-6 kuv kxv kuvi1243 #> 26422 144L-6 tbu tuq tebu1238 #> 26423 144L-6 jms djm jams1239 #> 26424 144L-6 mym mal mala1464 #> 26440 144L-6 tul tcy tulu1258 #> 26459 144L-6 knr knc cent2050 #> 26461 144L-6 gon ggo sout2711 #> 26474 144L-6 knm kun kuna1268 #> 26486 144L-6 kem ahg qima1242 #> 26494 144L-6 tma tma tama1331 #> 26495 144L-6 msl mls nucl1440 #> 26496 144L-6 ika arh arhu1242 #> 26499 144L-6 dds dds donn1238 #> 26504 144L-6 tel tel telu1262 #> 26552 144M-5 kol kfb kola1242 #> 26561 144M-8 ram rma rama1270 #> 26601 144N-6 fur fvr furr1244 #> 26603 144N-6 tig tir tigr1271 #> 26605 144N-6 amh amh amha1245 #> 26617 144O-15 run rou rung1258 #> 26623 144O-2 bok bqc boko1266 #> 26624 144O-2 sup spp supy1237 #> 26637 144O-8 mab mde maba1277 #> 26671 144P-4 kol kfb kola1242 #> 26690 144P-4 ong oon onge1236 #> 26695 144P-4 kem ahg qima1242 #> 26696 144P-4 tel tel telu1262 #> 26704 144P-4 biu bzi bisu1246 #> 26719 144P-4 kuv kxv kuvi1243 #> 26724 144P-4 snn snk soni1259 #> 26727 144P-4 nar nrb nara1262 #> 26729 144P-4 tig tir tigr1271 #> 26748 144P-4 ori ras tega1236 #> 26753 144P-4 zag zag zagh1240 #> 26754 144P-4 tbu tuq tebu1238 #> 26758 144P-4 mis miq misk1235 #> 26783 144P-4 jms djm jams1239 #> 26785 144P-4 tml tam tami1289 #> 26794 144P-4 lmn lmn lamb1269 #> 26803 144P-4 kse ses koyr1242 #> 26809 144P-4 amh amh amha1245 #> 26814 144P-4 lah lhu lahu1253 #> 26815 144P-4 mym mal mala1464 #> 26825 144P-4 koy kff koya1251 #> 26836 144P-4 nyi nyi amas1236 #> 26841 144P-4 knr knc cent2050 #> 26846 144P-4 bok bqc boko1266 #> 26865 144P-4 mkg mnk mand1436 #> 26889 144P-4 dds dds donn1238 #> 26895 144P-4 tma tma tama1331 #> 26897 144P-4 bam bam bamb1269 #> 26899 144P-4 mhi mar mara1378 #> 26906 144P-4 tgr tig tigr1270 #> 26907 144P-4 mab mde maba1277 #> 26912 144P-4 ras ras tega1236 #> 26917 144P-4 knd kan nucl1305 #> 26918 144P-4 bej bej beja1238 #> 26925 144P-4 maw mlq west2500 #> 26928 144P-4 msl mls nucl1440 #> 26961 144P-4 gon ggo sout2711 #> 26962 144P-4 ram rma rama1270 #> 26974 144P-4 ika arh arhu1242 #> 26988 144P-4 sil dau dars1235 #> 26989 144P-4 tul tcy tulu1258 #> 26991 144P-4 knm kun kuna1268 #> 26997 144P-4 sup spp supy1237 #> 27018 144P-4 nbd dgl kenu1236 #> 27020 144P-4 fur fvr furr1244 #> 27046 144P-4 sme sif siam1242 #> 27048 144Q-1 maw mlq west2500 #> 27051 144Q-1 snn snk soni1259 #> 27058 144Q-1 mkg mnk mand1436 #> 27059 144Q-1 ram rma rama1270 #> 27062 144Q-1 bam bam bamb1269 #> 27066 144Q-1 kse ses koyr1242 #> 27077 144Q-3 bok bqc boko1266 #> 27086 144Q-3 sup spp supy1237 #> 27088 144Q-4 kuv kxv kuvi1243 #> 27089 144Q-4 sme sif siam1242 #> 27091 144Q-4 tig tir tigr1271 #> 27099 144Q-4 fur fvr furr1244 #> 27108 144Q-4 knm kun kuna1268 #> 27128 144Q-4 nbd dgl kenu1236 #> 27132 144Q-4 dds dds donn1238 #> 27136 144Q-4 kol kfb kola1242 #> 27139 144Q-4 kem ahg qima1242 #> 27153 144Q-4 mis miq misk1235 #> 27167 144Q-4 msl mls nucl1440 #> 27182 144Q-4 nar nrb nara1262 #> 27192 144Q-4 mab mde maba1277 #> 27203 144Q-4 mym mal mala1464 #> 27224 144Q-4 ori ras tega1236 #> 27251 144Q-4 gon ggo sout2711 #> 27271 144Q-4 mhi mar mara1378 #> 27277 144Q-4 tml tam tami1289 #> 27278 144Q-4 bej bej beja1238 #> 27306 144Q-4 tel tel telu1262 #> 27312 144Q-4 lmn lmn lamb1269 #> 27313 144Q-4 nyi nyi amas1236 #> 27315 144Q-4 amh amh amha1245 #> 27318 144Q-4 jms djm jams1239 #> 27341 144Q-4 tbu tuq tebu1238 #> 27355 144Q-4 zag zag zagh1240 #> 27356 144Q-4 sil dau dars1235 #> 27358 144Q-4 koy kff koya1251 #> 27365 144Q-4 tgr tig tigr1270 #> 27367 144Q-4 ika arh arhu1242 #> 27385 144Q-4 tul tcy tulu1258 #> 27392 144Q-4 knr knc cent2050 #> 27403 144Q-4 biu bzi bisu1246 #> 27406 144Q-4 lah lhu lahu1253 #> 27414 144Q-4 knd kan nucl1305 #> 27436 144Q-4 tma tma tama1331 #> 27439 144Q-4 ras ras tega1236 #> 27452 144Q-4 ong oon onge1236 #> 27461 144R-1 ram rma rama1270 #> 27466 144R-1 nyi nyi amas1236 #> 27482 144R-1 lah lhu lahu1253 #> 27505 144R-1 sil dau dars1235 #> 27514 144R-1 nar nrb nara1262 #> 27533 144R-2 ras ras tega1236 #> 27540 144R-2 bej bej beja1238 #> 27550 144R-2 tgr tig tigr1270 #> 27554 144R-2 biu bzi bisu1246 #> 27559 144R-2 ori ras tega1236 #> 27608 144R-6 amh amh amha1245 #> 27612 144R-6 tig tir tigr1271 #> 27621 144R-6 fur fvr furr1244 #> 27649 144R-8 sme sif siam1242 #> 27653 144R-8 kem ahg qima1242 #> 27657 144R-8 mhi mar mara1378 #> 27666 144R-8 snn snk soni1259 #> 27670 144R-8 mym mal mala1464 #> 27673 144R-8 knr knc cent2050 #> 27682 144R-8 ong oon onge1236 #> 27686 144R-8 mkg mnk mand1436 #> 27688 144R-8 knm kun kuna1268 #> 27691 144R-8 dds dds donn1238 #> 27712 144R-8 jms djm jams1239 #> 27722 144R-8 bam bam bamb1269 #> 27727 144R-8 kuv kxv kuvi1243 #> 27744 144R-8 tma tma tama1331 #> 27749 144R-8 tml tam tami1289 #> 27757 144R-8 mab mde maba1277 #> 27760 144R-8 koy kff koya1251 #> 27764 144R-8 ika arh arhu1242 #> 27771 144R-8 kol kfb kola1242 #> 27785 144R-8 lmn lmn lamb1269 #> 27788 144R-8 sup spp supy1237 #> 27791 144R-8 knd kan nucl1305 #> 27799 144R-8 tbu tuq tebu1238 #> 27804 144R-8 tul tcy tulu1258 #> 27807 144R-8 tel tel telu1262 #> 27808 144R-8 mis miq misk1235 #> 27809 144R-8 zag zag zagh1240 #> 27824 144R-8 kse ses koyr1242 #> 27827 144R-8 bok bqc boko1266 #> 27830 144R-8 maw mlq west2500 #> 27833 144R-8 msl mls nucl1440 #> 27848 144R-8 nbd dgl kenu1236 #> 27863 144R-8 gon ggo sout2711 #> 27871 144S-1 lmn lmn lamb1269 #> 27879 144S-1 mhi mar mara1378 #> 27881 144S-1 ong oon onge1236 #> 27883 144S-1 sme sif siam1242 #> 27938 144S-11 bej bej beja1238 #> 27945 144S-11 ras ras tega1236 #> 27967 144S-11 biu bzi bisu1246 #> 27985 144S-11 tgr tig tigr1270 #> 28001 144S-11 snn snk soni1259 #> 28019 144S-11 bam bam bamb1269 #> 28030 144S-11 mkg mnk mand1436 #> 28064 144S-11 kse ses koyr1242 #> 28069 144S-11 nyi nyi amas1236 #> 28088 144S-11 maw mlq west2500 #> 28092 144S-11 nar nrb nara1262 #> 28098 144S-11 lah lhu lahu1253 #> 28108 144S-11 ori ras tega1236 #> 28117 144S-11 sil dau dars1235 #> 28148 144S-2 ram rma rama1270 #> 28155 144S-2 dds dds donn1238 #> 28157 144S-2 koy kff koya1251 #> 28162 144S-2 ika arh arhu1242 #> 28165 144S-2 mis miq misk1235 #> 28170 144S-2 mym mal mala1464 #> 28173 144S-2 tul tcy tulu1258 #> 28176 144S-2 knm kun kuna1268 #> 28184 144S-2 msl mls nucl1440 #> 28199 144S-2 nbd dgl kenu1236 #> 28219 144S-2 tbu tuq tebu1238 #> 28235 144S-2 kuv kxv kuvi1243 #> 28236 144S-2 jms djm jams1239 #> 28239 144S-2 tml tam tami1289 #> 28245 144S-2 kem ahg qima1242 #> 28258 144S-2 tel tel telu1262 #> 28270 144S-2 tma tma tama1331 #> 28274 144S-2 gon ggo sout2711 #> 28281 144S-2 knr knc cent2050 #> 28282 144S-2 zag zag zagh1240 #> 28284 144S-2 knd kan nucl1305 #> 28288 144S-3 bok bqc boko1266 #> 28293 144S-3 sup spp supy1237 #> 28299 144S-4 run rou rung1258 #> 28315 144S-6 fur fvr furr1244 #> 28330 144S-6 tig tir tigr1271 #> 28341 144S-6 amh amh amha1245 #> 28348 144S-7 kol kfb kola1242 #> 28354 144S-9 mab mde maba1277 #> 28356 144T-1 haw haw hawa1245 #> 28360 144T-1 goa guc wayu1243 #> 28361 144T-1 zai zai isth1244 #> 28365 144T-1 cso ctp west2644 #> 28371 144T-1 tag tgl taga1270 #> 28373 144T-1 zzo zpq zoog1238 #> 28374 144T-1 cya ctp west2644 #> 28377 144T-1 chq chq quio1240 #> 28378 144T-1 qum qum sipa1247 #> 28380 144T-1 mxj mio pino1237 #> 28381 144T-1 jak jai popt1235 #> 28384 144T-1 mxc mig sanm1295 #> 28388 144T-1 cha cha cham1312 #> 28389 144T-1 pnn pag pang1290 #> 28393 144T-1 mxp mil peno1244 #> 28394 144T-1 grf cab gari1256 #> 28399 144T-1 agd duo dupa1235 #> 28401 144T-1 mam mvc mamc1234 #> 28402 144T-1 tri trc copa1237 #> 28407 144T-1 agc agt cent2084 #> 28410 144T-1 mxo mie ocot1243 #> 28411 144T-1 hil hil hili1240 #> 28414 144T-11 mzc maq chiq1250 #> 28417 144T-13 zqc zoc copa1236 #> 28423 144T-15 meh gdq mehr1241 #> 28425 144T-17 tzu tzj tzut1248 #> 28430 144T-19 btk bnc cent2083 #> 28432 144T-20 lac lac laca1243 #> 28436 144T-22 hdi xed hdii1240 #> 28437 144T-22 miy mkf miya1266 #> 28438 144T-22 cak cak kaqc1270 #> 28441 144T-22 kro kgo kron1241 #> 28445 144T-23 lmg hia lama1288 #> 28449 144T-23 tsk taq tama1365 #> 28450 144T-23 chj cnm chuj1249 #> 28452 144T-3 pod pbi park1239 #> 28467 144T-4 cle cle leal1235 #> 28470 144T-4 tzo tzo tzot1259 #> 28485 144T-6 zqo zoc copa1236 #> 28490 144T-6 ifu ifb bata1298 #> 28491 144T-6 chx clo lowl1260 #> 28496 144T-6 pip ppl pipi1250 #> 28499 144T-8 zap zaw mitl1236 #> 28501 144T-8 tlp tcf acat1239 #> 28502 144T-8 cpl cpa pala1351 #> 28503 144T-8 ccm cco coma1246 #> 28510 144U-11 tsk taq tama1365 #> 28515 144U-15 chj cnm chuj1249 #> 28517 144U-2 cak cak kaqc1270 #> 28518 144U-3 kro kgo kron1241 #> 28520 144U-5 hdi xed hdii1240 #> 28522 144U-7 miy mkf miya1266 #> 28523 144U-8 lmg hia lama1288 #> 28528 144V-1 qum qum sipa1247 #> 28529 144V-1 btk bnc cent2083 #> 28530 144V-1 cle cle leal1235 #> 28532 144V-1 tri trc copa1237 #> 28534 144V-1 tag tgl taga1270 #> 28542 144V-1 jak jai popt1235 #> 28544 144V-1 mxp mil peno1244 #> 28547 144V-1 grf cab gari1256 #> 28550 144V-1 cso ctp west2644 #> 28551 144V-1 chx clo lowl1260 #> 28553 144V-1 mxc mig sanm1295 #> 28554 144V-1 lac lac laca1243 #> 28568 144V-1 zqo zoc copa1236 #> 28579 144V-1 mxj mio pino1237 #> 28580 144V-1 hil hil hili1240 #> 28583 144V-1 tzu tzj tzut1248 #> 28588 144V-1 agd duo dupa1235 #> 28589 144V-1 ifu ifb bata1298 #> 28590 144V-1 mxo mie ocot1243 #> 28594 144V-1 cya ctp west2644 #> 28597 144V-1 agc agt cent2084 #> 28600 144V-1 mam mvc mamc1234 #> 28601 144V-1 tzo tzo tzot1259 #> 28607 144V-1 zzo zpq zoog1238 #> 28608 144V-1 haw haw hawa1245 #> 28626 144V-1 pnn pag pang1290 #> 28627 144V-1 zai zai isth1244 #> 28628 144V-1 cha cha cham1312 #> 28630 144V-1 goa guc wayu1243 #> 28639 144V-1 pip ppl pipi1250 #> 28640 144V-1 chq chq quio1240 #> 28643 144V-2 ccm cco coma1246 #> 28647 144V-2 tlp tcf acat1239 #> 28648 144V-2 zap zaw mitl1236 #> 28650 144V-2 cpl cpa pala1351 #> 28657 144V-3 chj cnm chuj1249 #> 28658 144V-3 tsk taq tama1365 #> 28661 144V-5 miy mkf miya1266 #> 28662 144V-5 kro kgo kron1241 #> 28663 144V-5 cak cak kaqc1270 #> 28668 144V-7 zqc zoc copa1236 #> 28671 144V-9 meh gdq mehr1241 #> 28672 144V-9 lmg hia lama1288 #> 28673 144V-9 pod pbi park1239 #> 28674 144V-9 mzc maq chiq1250 #> 28675 144V-9 hdi xed hdii1240 #> 28677 144W-1 mzc maq chiq1250 #> 28680 144W-2 miy mkf miya1266 #> 28681 144W-2 cak cak kaqc1270 #> 28682 144W-2 lmg hia lama1288 #> 28683 144W-2 hdi xed hdii1240 #> 28685 144W-4 chj cnm chuj1249 #> 28692 144W-6 jak jai popt1235 #> 28699 144W-6 mxp mil peno1244 #> 28703 144W-6 cle cle leal1235 #> 28707 144W-6 meh gdq mehr1241 #> 28708 144W-6 goa guc wayu1243 #> 28710 144W-6 btk bnc cent2083 #> 28714 144W-6 mxj mio pino1237 #> 28719 144W-6 cya ctp west2644 #> 28722 144W-6 zai zai isth1244 #> 28725 144W-6 mam mvc mamc1234 #> 28726 144W-6 tlp tcf acat1239 #> 28727 144W-6 qum qum sipa1247 #> 28729 144W-6 chx clo lowl1260 #> 28730 144W-6 ccm cco coma1246 #> 28731 144W-6 pip ppl pipi1250 #> 28737 144W-6 ifu ifb bata1298 #> 28739 144W-6 haw haw hawa1245 #> 28740 144W-6 agd duo dupa1235 #> 28743 144W-6 tzu tzj tzut1248 #> 28744 144W-6 tri trc copa1237 #> 28745 144W-6 kro kgo kron1241 #> 28750 144W-6 pnn pag pang1290 #> 28755 144W-6 hil hil hili1240 #> 28758 144W-6 tzo tzo tzot1259 #> 28764 144W-6 cha cha cham1312 #> 28766 144W-6 tag tgl taga1270 #> 28770 144W-6 grf cab gari1256 #> 28773 144W-6 zzo zpq zoog1238 #> 28787 144W-6 pod pbi park1239 #> 28788 144W-6 tsk taq tama1365 #> 28790 144W-6 mxo mie ocot1243 #> 28795 144W-6 zap zaw mitl1236 #> 28798 144W-6 zqo zoc copa1236 #> 28810 144W-6 mxc mig sanm1295 #> 28811 144W-6 cso ctp west2644 #> 28816 144W-6 lac lac laca1243 #> 28818 144W-6 cpl cpa pala1351 #> 28819 144W-6 agc agt cent2084 #> 28822 144W-6 zqc zoc copa1236 #> 28824 144W-6 chq chq quio1240 #> 28828 144X-1 meh gdq mehr1241 #> 28829 144X-1 pod pbi park1239 #> 28830 144X-2 lmg hia lama1288 #> 28831 144X-3 kro kgo kron1241 #> 28832 144X-3 hdi xed hdii1240 #> 28833 144X-3 miy mkf miya1266 #> 28839 144X-4 zzo zpq zoog1238 #> 28843 144X-4 cak cak kaqc1270 #> 28848 144X-4 zqc zoc copa1236 #> 28849 144X-4 mxp mil peno1244 #> 28852 144X-4 mxj mio pino1237 #> 28854 144X-4 ccm cco coma1246 #> 28859 144X-4 agc agt cent2084 #> 28861 144X-4 goa guc wayu1243 #> 28864 144X-4 mzc maq chiq1250 #> 28869 144X-4 lac lac laca1243 #> 28881 144X-4 pnn pag pang1290 #> 28885 144X-4 jak jai popt1235 #> 28898 144X-4 cle cle leal1235 #> 28900 144X-4 tzu tzj tzut1248 #> 28901 144X-4 zqo zoc copa1236 #> 28902 144X-4 tsk taq tama1365 #> 28909 144X-4 chx clo lowl1260 #> 28912 144X-4 mam mvc mamc1234 #> 28913 144X-4 cya ctp west2644 #> 28914 144X-4 hil hil hili1240 #> 28915 144X-4 chj cnm chuj1249 #> 28918 144X-4 grf cab gari1256 #> 28921 144X-4 mxc mig sanm1295 #> 28923 144X-4 btk bnc cent2083 #> 28925 144X-4 cso ctp west2644 #> 28929 144X-4 chq chq quio1240 #> 28931 144X-4 zap zaw mitl1236 #> 28936 144X-4 tlp tcf acat1239 #> 28944 144X-4 ifu ifb bata1298 #> 28952 144X-4 qum qum sipa1247 #> 28954 144X-4 haw haw hawa1245 #> 28957 144X-4 pip ppl pipi1250 #> 28959 144X-4 cpl cpa pala1351 #> 28962 144X-4 cha cha cham1312 #> 28965 144X-4 agd duo dupa1235 #> 28970 144X-4 zai zai isth1244 #> 28972 144X-4 mxo mie ocot1243 #> 28973 144X-4 tri trc copa1237 #> 28977 144X-4 tzo tzo tzot1259 #> 28978 144X-4 tag tgl taga1270 #> 29023 15A-1 mym mal mala1464 #> 29060 15A-3 bkl bcl cent2087 #> 29064 15A-3 ceb ceb cebu1242 #> 29066 15A-3 akl akl akla1241 #> 29072 15A-3 tol jic toll1241 #> 29114 15A-4 cha cha cham1312 #> 29120 15A-4 knm kun kuna1268 #> 29125 15A-4 bej bej beja1238 #> 29139 15A-5 nbd dgl kenu1236 #> 29141 15A-5 agu agu agua1252 #> 29143 15A-5 ahs mey hass1238 #> 29169 15A-5 kro kgo kron1241 #> 29182 15A-6 mam mvc mamc1234 #> 29190 15A-7 cle cle leal1235 #> 29207 15A-7 sao ssy saho1246 #> 29210 15A-7 ram rma rama1270 #> 29225 15A-8 jak jai popt1235 #> 29232 15A-8 dio dyo jola1263 #> 29252 15A-8 sed sed seda1262 #> 29264 15A-8 khm khm cent1989 #> 29298 15A-8 tzz tzz tzot1264 #> 29299 15A-8 qch quc kich1262 #> 29304 15A-8 pkm poh poqo1254 #> 29305 15A-8 mis miq misk1235 #> 29354 15A-8 bag bmi bagi1246 #> 29355 15A-8 pur tsz pure1242 #> 29360 15A-8 cya ctp west2644 #> 29376 15A-8 kfe kfz koro1298 #> 29383 15A-8 hln hal hala1252 #> 29402 15A-8 hnn hnn hanu1241 #> 29405 15A-8 sup spp supy1237 #> 29437 15A-8 tag tgl taga1270 #> 29448 15A-8 zqc zoc copa1236 #> 29450 15A-8 haw haw hawa1245 #> 29464 15A-8 nht nhg tete1251 #> 29486 15A-8 koy kff koya1251 #> 29509 16A-1 hln hal hala1252 #> 29531 16A-1 qch quc kich1262 #> 29579 16A-1 pkm poh poqo1254 #> 29599 16A-1 nht nhg tete1251 #> 29606 16A-1 mis miq misk1235 #> 29609 16A-1 tzz tzz tzot1264 #> 29639 16A-1 cya ctp west2644 #> 29645 16A-1 dio dyo jola1263 #> 29649 16A-1 kfe kfz koro1298 #> 29655 16A-1 zqc zoc copa1236 #> 29665 16A-1 cle cle leal1235 #> 29696 16A-1 bag bmi bagi1246 #> 29700 16A-1 sed sed seda1262 #> 29717 16A-1 bej bej beja1238 #> 29728 16A-1 jak jai popt1235 #> 29742 16A-1 sup spp supy1237 #> 29764 16A-2 haw haw hawa1245 #> 29775 16A-2 agu agu agua1252 #> 29782 16A-2 mym mal mala1464 #> 29823 16A-3 tol jic toll1241 #> 29833 16A-3 akl akl akla1241 #> 29836 16A-3 cha cha cham1312 #> 29842 16A-4 koy kff koya1251 #> 29843 16A-4 ram rma rama1270 #> 29862 16A-4 nbd dgl kenu1236 #> 29868 16A-4 ceb ceb cebu1242 #> 29879 16A-5 khm khm cent1989 #> 29898 16A-5 kro kgo kron1241 #> 29917 16A-6 tag tgl taga1270 #> 29920 16A-6 knm kun kuna1268 #> 29924 16A-6 pur tsz pure1242 #> 29925 16A-6 hnn hnn hanu1241 #> 29946 16A-6 sao ssy saho1246 #> 29947 16A-6 bkl bcl cent2087 #> 29964 16A-7 mam mvc mamc1234 #> 29986 16A-7 ahs mey hass1238 #> 30019 17A-1 haw haw hawa1245 #> 30046 17A-1 tag tgl taga1270 #> 30054 17A-1 zqc zoc copa1236 #> 30059 17A-1 ram rma rama1270 #> 30143 17A-1 bkl bcl cent2087 #> 30149 17A-2 ceb ceb cebu1242 #> 30162 17A-2 akl akl akla1241 #> 30192 17A-4 cha cha cham1312 #> 30197 17A-4 knm kun kuna1268 #> 30198 17A-4 hnn hnn hanu1241 #> 30199 17A-4 mym mal mala1464 #> 30212 17A-4 khm khm cent1989 #> 30213 17A-4 nbd dgl kenu1236 #> 30216 17A-4 kro kgo kron1241 #> 30217 17A-4 koy kff koya1251 #> 30227 17A-5 cya ctp west2644 #> 30240 17A-5 agu agu agua1252 #> 30241 17A-5 pkm poh poqo1254 #> 30309 17A-5 sed sed seda1262 #> 30314 17A-5 kfe kfz koro1298 #> 30319 18A-1 tza tzh tzel1254 #> 30346 18A-1 pur tsz pure1242 #> 30353 18A-1 mxm mig sanm1295 #> 30356 18A-1 pac pac paco1243 #> 30359 18A-1 dts dts toro1252 #> 30360 18A-1 knd kan nucl1305 #> 30363 18A-1 kad xtc katc1249 #> 30367 18A-1 jak jai popt1235 #> 30377 18A-1 nhn ncj nort2957 #> 30381 18A-1 tlp tcf acat1239 #> 30384 18A-1 awn awn awng1244 #> 30396 18A-1 wlf wol nucl1347 #> 30404 18A-1 bra brb lave1249 #> 30413 18A-1 nar nrb nara1262 #> 30414 18A-1 jpr jru japr1238 #> 30415 18A-1 cle cle leal1235 #> 30428 18A-1 soq sqt soqo1240 #> 30431 18A-1 bag bmi bagi1246 #> 30456 18A-1 tag tgl taga1270 #> 30457 18A-1 kot kfe kota1263 #> 30460 18A-1 knr knc cent2050 #> 30461 18A-1 ter ttr tera1251 #> 30470 18A-1 phl pww pwon1235 #> 30472 18A-1 kgi cou wame1240 #> 30481 18A-1 ngz ngi ngiz1242 #> 30482 18A-1 tmp tpm tamp1252 #> 30486 18A-1 sor srb sora1254 #> 30488 18A-1 koy kff koya1251 #> 30490 18A-1 tel tel telu1262 #> 30501 18A-1 khm khm cent1989 #> 30502 18A-1 cha cha cham1312 #> 30512 18A-1 mro mor moro1285 #> 30526 18A-1 sre kpm koho1244 #> 30527 18A-1 kek kek kekc1242 #> 30533 18A-1 lah lhu lahu1253 #> 30538 18A-1 ber wti bert1248 #> 30541 18A-1 ksg ksw sgaw1245 #> 30548 18A-1 kse ses koyr1242 #> 30564 18A-1 kro kgo kron1241 #> 30577 18A-1 kfe kfz koro1298 #> 30580 18A-1 mzc maq chiq1250 #> 30584 18A-1 bej bej beja1238 #> 30605 18A-1 mxc mig sanm1295 #> 30606 18A-1 chq chq quio1240 #> 30613 18A-1 nkt cbn nyah1250 #> 30614 18A-1 dnw daa dang1274 #> 30626 18A-1 hve huv sanm1287 #> 30632 18A-1 fur fvr furr1244 #> 30635 18A-1 zqc zoc copa1236 #> 30639 18A-1 amo amo amoo1242 #> 30643 18A-1 maz maz maza1293 #> 30650 18A-1 goa guc wayu1243 #> 30652 18A-1 bis bib biss1248 #> 30655 18A-1 hau hau haus1257 #> 30657 18A-1 bbf bbo nort2819 #> 30663 18A-1 ddf daj darf1239 #> 30664 18A-1 ktk aal afad1236 #> 30667 18A-1 cso ctp west2644 #> 30677 18A-1 mab mde maba1277 #> 30688 18A-1 jeh jeh jehh1245 #> 30689 18A-1 ndt ndv ndut1239 #> 30696 18A-1 kyl eky east2342 #> 30699 18A-1 knk kna dera1248 #> 30702 18A-1 sed sed seda1262 #> 30709 18A-1 tma tma tama1331 #> 30710 18A-1 mtp mto toto1305 #> 30712 18A-1 nht nhg tete1251 #> 30714 18A-1 chw cja west2650 #> 30718 18A-1 sup spp supy1237 #> 30722 18A-1 ika arh arhu1242 #> 30725 18A-1 amh amh amha1245 #> 30730 18A-1 amz amu guer1243 #> 30733 18A-1 tul tcy tulu1258 #> 30735 18A-1 tha tha thai1261 #> 30738 18A-1 kkn knn konk1267 #> 30743 18A-1 brb bba baat1238 #> 30746 18A-1 ram rma rama1270 #> 30752 18A-1 bam bam bamb1269 #> 30759 18A-1 mrg mrt marg1265 #> 30761 18A-1 jom tlo talo1250 #> 30765 18A-1 brw brv west2397 #> 30771 18A-1 pec pay pech1241 #> 30779 18A-1 knm kun kuna1268 #> 30781 18A-1 tol jic toll1241 #> 30786 18A-1 vie vie viet1252 #> 30795 18A-1 tgr tig tigr1270 #> 30798 18A-1 dio dyo jola1263 #> 30799 18A-1 kch khq koyr1240 #> 30806 18A-1 tmn teq nucl1339 #> 30818 18A-1 igs tbi gaam1241 #> 30819 18A-1 nyi nyi amas1236 #> 30820 18A-1 yct yua yuca1254 #> 30861 18A-3 haw haw hawa1245 #> 30866 18A-3 gan apq apuc1241 #> 30885 19A-1 mzc maq chiq1250 #> 30889 19A-1 lah lhu lahu1253 #> 30891 19A-1 phl pww pwon1235 #> 30893 19A-1 ter ttr tera1251 #> 30905 19A-1 kgi cou wame1240 #> 30913 19A-1 tlp tcf acat1239 #> 30920 19A-1 kch khq koyr1240 #> 30931 19A-1 chw cja west2650 #> 30941 19A-1 tel tel telu1262 #> 30950 19A-1 bag bmi bagi1246 #> 30953 19A-1 nhn ncj nort2957 #> 30958 19A-1 sre kpm koho1244 #> 30959 19A-1 bis bib biss1248 #> 30967 19A-1 tol jic toll1241 #> 30968 19A-1 hau hau haus1257 #> 30972 19A-1 nkt cbn nyah1250 #> 30977 19A-1 dnw daa dang1274 #> 30978 19A-1 knr knc cent2050 #> 30982 19A-1 tag tgl taga1270 #> 30983 19A-1 pac pac paco1243 #> 30986 19A-1 sup spp supy1237 #> 30988 19A-1 zqc zoc copa1236 #> 30993 19A-1 ndt ndv ndut1239 #> 30995 19A-1 brw brv west2397 #> 30996 19A-1 yct yua yuca1254 #> 31010 19A-1 kad xtc katc1249 #> 31013 19A-1 cso ctp west2644 #> 31021 19A-1 kse ses koyr1242 #> 31034 19A-1 knd kan nucl1305 #> 31036 19A-1 bam bam bamb1269 #> 31050 19A-1 mab mde maba1277 #> 31052 19A-1 tha tha thai1261 #> 31055 19A-1 wlf wol nucl1347 #> 31067 19A-1 gan apq apuc1241 #> 31068 19A-1 maz maz maza1293 #> 31080 19A-1 kek kek kekc1242 #> 31084 19A-1 kyl eky east2342 #> 31085 19A-1 cle cle leal1235 #> 31092 19A-1 kfe kfz koro1298 #> 31099 19A-1 pur tsz pure1242 #> 31106 19A-1 mrg mrt marg1265 #> 31108 19A-1 dio dyo jola1263 #> 31110 19A-1 bej bej beja1238 #> 31115 19A-1 kkn knn konk1267 #> 31128 19A-1 kro kgo kron1241 #> 31140 19A-1 sor srb sora1254 #> 31152 19A-1 koy kff koya1251 #> 31159 19A-1 kot kfe kota1263 #> 31162 19A-1 tza tzh tzel1254 #> 31165 19A-1 nar nrb nara1262 #> 31172 19A-1 nht nhg tete1251 #> 31186 19A-1 tmn teq nucl1339 #> 31188 19A-1 amz amu guer1243 #> 31197 19A-1 knk kna dera1248 #> 31198 19A-1 haw haw hawa1245 #> 31217 19A-1 knm kun kuna1268 #> 31219 19A-1 cha cha cham1312 #> 31229 19A-1 jak jai popt1235 #> 31230 19A-1 ddf daj darf1239 #> 31231 19A-1 khm khm cent1989 #> 31245 19A-1 ram rma rama1270 #> 31248 19A-1 jeh jeh jehh1245 #> 31253 19A-1 ngz ngi ngiz1242 #> 31258 19A-1 vie vie viet1252 #> 31271 19A-1 jom tlo talo1250 #> 31273 19A-1 jpr jru japr1238 #> 31280 19A-1 pec pay pech1241 #> 31281 19A-1 fur fvr furr1244 #> 31304 19A-1 tul tcy tulu1258 #> 31307 19A-1 goa guc wayu1243 #> 31313 19A-1 amh amh amha1245 #> 31316 19A-1 sed sed seda1262 #> 31321 19A-1 ika arh arhu1242 #> 31327 19A-1 mtp mto toto1305 #> 31330 19A-1 awn awn awng1244 #> 31332 19A-1 nyi nyi amas1236 #> 31350 19A-3 amo amo amoo1242 #> 31367 19A-3 bbf bbo nort2819 #> 31375 19A-3 ktk aal afad1236 #> 31383 19A-3 brb bba baat1238 #> 31384 19A-3 tmp tpm tamp1252 #> 31391 19A-4 soq sqt soqo1240 #> 31395 19A-4 bra brb lave1249 #> 31397 19A-4 tgr tig tigr1270 #> 31399 19A-4 tma tma tama1331 #> 31413 19A-5 igs tbi gaam1241 #> 31416 19A-5 mxc mig sanm1295 #> 31417 19A-5 hve huv sanm1287 #> 31418 19A-5 mxm mig sanm1295 #> 31424 19A-5 chq chq quio1240 #> 31427 19A-5 ber wti bert1248 #> 31435 19A-5 ksg ksw sgaw1245 #> 31440 19A-5 dts dts toro1252 #> 31445 19A-5 mro mor moro1285 #> 31503 2A-1 nhn ncj nort2957 #> 31506 2A-1 maz maz maza1293 #> 31529 2A-1 mrg mrt marg1265 #> 31544 2A-1 ram rma rama1270 #> 31549 2A-2 hve huv sanm1287 #> 31556 2A-2 pec pay pech1241 #> 31559 2A-2 tgr tig tigr1270 #> 31564 2A-2 kse ses koyr1242 #> 31565 2A-2 tel tel telu1262 #> 31575 2A-2 ddf daj darf1239 #> 31590 2A-2 tza tzh tzel1254 #> 31591 2A-2 bej bej beja1238 #> 31601 2A-2 goa guc wayu1243 #> 31606 2A-2 haw haw hawa1245 #> 31625 2A-2 ter ttr tera1251 #> 31628 2A-2 soq sqt soqo1240 #> 31630 2A-2 tol jic toll1241 #> 31639 2A-2 mzc maq chiq1250 #> 31652 2A-2 ngz ngi ngiz1242 #> 31658 2A-2 koy kff koya1251 #> 31663 2A-2 cso ctp west2644 #> 31665 2A-2 hau hau haus1257 #> 31666 2A-2 fur fvr furr1244 #> 31667 2A-2 kek kek kekc1242 #> 31673 2A-2 kot kfe kota1263 #> 31675 2A-2 cha cha cham1312 #> 31681 2A-2 mxm mig sanm1295 #> 31709 2A-2 tag tgl taga1270 #> 31715 2A-2 kch khq koyr1240 #> 31717 2A-2 bis bib biss1248 #> 31740 2A-2 knk kna dera1248 #> 31747 2A-2 jak jai popt1235 #> 31750 2A-2 ber wti bert1248 #> 31751 2A-2 cle cle leal1235 #> 31759 2A-2 kad xtc katc1249 #> 31767 2A-2 yct yua yuca1254 #> 31774 2A-2 knm kun kuna1268 #> 31780 2A-2 jpr jru japr1238 #> 31789 2A-2 knd kan nucl1305 #> 31794 2A-2 nar nrb nara1262 #> 31796 2A-2 sor srb sora1254 #> 31813 2A-2 pur tsz pure1242 #> 31815 2A-2 mxc mig sanm1295 #> 31819 2A-2 igs tbi gaam1241 #> 31822 2A-2 nht nhg tete1251 #> 31829 2A-2 zqc zoc copa1236 #> 31835 2A-3 kyl eky east2342 #> 31836 2A-3 khm khm cent1989 #> 31843 2A-3 nkt cbn nyah1250 #> 31845 2A-3 mab mde maba1277 #> 31849 2A-3 lah lhu lahu1253 #> 31850 2A-3 kro kgo kron1241 #> 31851 2A-3 nyi nyi amas1236 #> 31853 2A-3 bra brb lave1249 #> 31858 2A-3 phl pww pwon1235 #> 31863 2A-3 bbf bbo nort2819 #> 31872 2A-3 chw cja west2650 #> 31875 2A-3 vie vie viet1252 #> 31877 2A-3 sup spp supy1237 #> 31892 2A-3 dio dyo jola1263 #> 31893 2A-3 tha tha thai1261 #> 31901 2A-3 wlf wol nucl1347 #> 31903 2A-3 bag bmi bagi1246 #> 31904 2A-3 amo amo amoo1242 #> 31908 2A-3 ika arh arhu1242 #> 31909 2A-3 tma tma tama1331 #> 31914 2A-3 kkn knn konk1267 #> 31924 2A-3 jeh jeh jehh1245 #> 31928 2A-3 ndt ndv ndut1239 #> 31933 2A-3 sre kpm koho1244 #> 31935 2A-3 tul tcy tulu1258 #> 31936 2A-3 tmn teq nucl1339 #> 31938 2A-3 chq chq quio1240 #> 31941 2A-3 amh amh amha1245 #> 31943 2A-3 tmp tpm tamp1252 #> 31946 2A-3 brw brv west2397 #> 31948 2A-3 jom tlo talo1250 #> 31949 2A-3 mtp mto toto1305 #> 31950 2A-3 ksg ksw sgaw1245 #> 31952 2A-3 gan apq apuc1241 #> 31963 2A-3 knr knc cent2050 #> 31968 2A-3 awn awn awng1244 #> 31974 2A-3 mro mor moro1285 #> 31978 2A-3 kfe kfz koro1298 #> 31980 2A-3 amz amu guer1243 #> 31989 2A-3 dts dts toro1252 #> 31992 2A-3 pac pac paco1243 #> 31993 2A-3 sed sed seda1262 #> 31994 2A-3 bam bam bamb1269 #> 31996 2A-3 dnw daa dang1274 #> 32005 2A-3 ktk aal afad1236 #> 32012 2A-3 brb bba baat1238 #> 32018 20A-1 tot tlc yecu1235 #> 32020 20A-1 ram rma rama1270 #> 32047 20A-1 zqc zoc copa1236 #> 32050 20A-1 jak jai popt1235 #> 32051 20A-1 kro kgo kron1241 #> 32053 20A-1 cho chd high1242 #> 32056 20A-1 tag tgl taga1270 #> 32058 20A-1 nbd dgl kenu1236 #> 32089 20A-1 hve huv sanm1287 #> 32102 20A-1 mxc mig sanm1295 #> 32117 20A-1 knd kan nucl1305 #> 32125 20A-1 nah nll niha1238 #> 32127 20A-1 pur tsz pure1242 #> 32132 20A-1 bag bmi bagi1246 #> 32142 20A-2 sup spp supy1237 #> 32143 20A-2 ter ttr tera1251 #> 32144 20A-2 vie vie viet1252 #> 32148 20A-2 hau hau haus1257 #> 32149 20A-2 lah lhu lahu1253 #> 32156 20A-2 kch khq koyr1240 #> 32163 20A-6 bej bej beja1238 #> 32169 20A-7 knm kun kuna1268 #> 32175 20A-7 tha tha thai1261 #> 32180 20A-7 cha cha cham1312 #> 32188 21A-1 ram rma rama1270 #> 32189 21A-1 pur tsz pure1242 #> 32190 21A-1 knd kan nucl1305 #> 32200 21A-1 zqc zoc copa1236 #> 32207 21A-1 knm kun kuna1268 #> 32235 21A-1 nah nll niha1238 #> 32236 21A-1 lah lhu lahu1253 #> 32240 21A-1 nbd dgl kenu1236 #> 32243 21A-1 bej bej beja1238 #> 32262 21A-3 tag tgl taga1270 #> 32280 21A-5 kch khq koyr1240 #> 32281 21A-5 ter ttr tera1251 #> 32293 21A-5 cho chd high1242 #> 32302 21A-5 hve huv sanm1287 #> 32303 21A-5 kro kgo kron1241 #> 32309 21A-5 mrg mrt marg1265 #> 32312 21A-5 tha tha thai1261 #> 32317 21A-5 bag bmi bagi1246 #> 32318 21A-5 tot tlc yecu1235 #> 32324 21A-5 sup spp supy1237 #> 32325 21A-5 cha cha cham1312 #> 32326 21A-5 jak jai popt1235 #> 32329 21A-5 mxc mig sanm1295 #> 32333 21A-5 vie vie viet1252 #> 32341 21A-5 hau hau haus1257 #> 32344 21B-1 kro kgo kron1241 #> 32349 21B-1 jak jai popt1235 #> 32351 21B-1 nah nll niha1238 #> 32355 21B-1 tha tha thai1261 #> 32378 21B-1 ter ttr tera1251 #> 32383 21B-1 mxc mig sanm1295 #> 32389 21B-1 knm kun kuna1268 #> 32393 21B-1 ram rma rama1270 #> 32397 21B-1 zqc zoc copa1236 #> 32410 21B-1 lah lhu lahu1253 #> 32419 21B-1 tot tlc yecu1235 #> 32423 21B-1 pur tsz pure1242 #> 32424 21B-1 bej bej beja1238 #> 32425 21B-1 mrg mrt marg1265 #> 32426 21B-1 nbd dgl kenu1236 #> 32430 21B-1 sup spp supy1237 #> 32446 21B-1 tag tgl taga1270 #> 32448 21B-1 cho chd high1242 #> 32456 21B-1 hau hau haus1257 #> 32459 21B-1 knd kan nucl1305 #> 32462 21B-1 vie vie viet1252 #> 32473 21B-2 cha cha cham1312 #> 32478 21B-2 hve huv sanm1287 #> 32488 21B-2 bag bmi bagi1246 #> 32498 21B-5 kch khq koyr1240 #> 32504 22A-1 nah nll niha1238 #> 32506 22A-1 vie vie viet1252 #> 32509 22A-2 ram rma rama1270 #> 32511 22A-2 ksg ksw sgaw1245 #> 32512 22A-2 knd kan nucl1305 #> 32520 22A-2 tag tgl taga1270 #> 32527 22A-2 tha tha thai1261 #> 32530 22A-2 kch khq koyr1240 #> 32531 22A-2 sup spp supy1237 #> 32534 22A-3 pip ppl pipi1250 #> 32537 22A-3 mxc mig sanm1295 #> 32538 22A-3 jak jai popt1235 #> 32548 22A-3 kro kgo kron1241 #> 32550 22A-3 hve huv sanm1287 #> 32562 22A-3 bej bej beja1238 #> 32584 22A-4 bag bmi bagi1246 #> 32585 22A-4 hau hau haus1257 #> 32591 22A-4 cha cha cham1312 #> 32613 22A-4 zqc zoc copa1236 #> 32660 23A-1 jak jai popt1235 #> 32667 23A-1 bag bmi bagi1246 #> 32690 23A-1 pip ppl pipi1250 #> 32699 23A-1 cho chd high1242 #> 32714 23A-1 hve huv sanm1287 #> 32719 23A-2 nah nll niha1238 #> 32722 23A-2 knd kan nucl1305 #> 32723 23A-2 pur tsz pure1242 #> 32739 23A-2 bej bej beja1238 #> 32741 23A-2 knm kun kuna1268 #> 32746 23A-2 kch khq koyr1240 #> 32752 23A-2 gmz guk gumu1244 #> 32754 23A-2 fur fvr furr1244 #> 32764 23A-2 cha cha cham1312 #> 32772 23A-2 nbd dgl kenu1236 #> 32779 23A-2 nar nrb nara1262 #> 32788 23A-3 ram rma rama1270 #> 32791 23A-3 hau hau haus1257 #> 32802 23A-3 knr knc cent2050 #> 32817 23A-3 tag tgl taga1270 #> 32819 23A-3 zqc zoc copa1236 #> 32844 23A-4 kro kgo kron1241 #> 32849 23A-4 sup spp supy1237 #> 32854 23A-4 tha tha thai1261 #> 32855 23A-4 ika arh arhu1242 #> 32868 23A-4 vie vie viet1252 #> 32872 23A-4 mis miq misk1235 #> 32876 23A-4 ori ras tega1236 #> 32880 23A-4 mxc mig sanm1295 #> 32901 24A-1 jak jai popt1235 #> 32906 24A-1 cho chd high1242 #> 32925 24A-1 mis miq misk1235 #> 32935 24A-1 cha cha cham1312 #> 32939 24A-1 hve huv sanm1287 #> 32956 24A-1 pip ppl pipi1250 #> 32961 24A-1 sup spp supy1237 #> 32962 24A-2 ika arh arhu1242 #> 32964 24A-2 nbd dgl kenu1236 #> 32966 24A-2 knm kun kuna1268 #> 32973 24A-2 nah nll niha1238 #> 32992 24A-2 fur fvr furr1244 #> 32999 24A-2 knr knc cent2050 #> 33003 24A-2 tha tha thai1261 #> 33014 24A-2 kch khq koyr1240 #> 33016 24A-2 ori ras tega1236 #> 33025 24A-2 hau hau haus1257 #> 33034 24A-2 knd kan nucl1305 #> 33041 24A-2 pur tsz pure1242 #> 33044 24A-2 bej bej beja1238 #> 33056 24A-2 kro kgo kron1241 #> 33062 24A-3 zqc zoc copa1236 #> 33091 24A-4 nar nrb nara1262 #> 33094 24A-4 vie vie viet1252 #> 33103 24A-4 bag bmi bagi1246 #> 33108 24A-4 mxc mig sanm1295 #> 33112 24A-4 gmz guk gumu1244 #> 33115 24A-5 ram rma rama1270 #> 33118 24A-5 tag tgl taga1270 #> 33129 25A-1 pip ppl pipi1250 #> 33135 25A-1 jak jai popt1235 #> 33142 25A-1 hve huv sanm1287 #> 33163 25A-1 cho chd high1242 #> 33169 25A-2 nbd dgl kenu1236 #> 33172 25A-2 fur fvr furr1244 #> 33175 25A-2 kch khq koyr1240 #> 33179 25A-2 knd kan nucl1305 #> 33182 25A-2 bej bej beja1238 #> 33184 25A-2 pur tsz pure1242 #> 33192 25A-2 knm kun kuna1268 #> 33210 25A-2 nah nll niha1238 #> 33214 25A-3 zqc zoc copa1236 #> 33230 25A-4 vie vie viet1252 #> 33240 25A-5 ram rma rama1270 #> 33246 25A-5 knr knc cent2050 #> 33247 25A-5 gmz guk gumu1244 #> 33262 25A-5 mxc mig sanm1295 #> 33270 25A-5 kro kgo kron1241 #> 33273 25A-5 tha tha thai1261 #> 33282 25A-5 nar nrb nara1262 #> 33285 25A-5 tag tgl taga1270 #> 33291 25A-5 sup spp supy1237 #> 33305 25A-5 ika arh arhu1242 #> 33318 25A-5 hau hau haus1257 #> 33328 25A-5 bag bmi bagi1246 #> 33337 25A-5 cha cha cham1312 #> 33348 25A-5 mis miq misk1235 #> 33355 25A-5 ori ras tega1236 #> 33356 25B-1 tha tha thai1261 #> 33358 25B-1 sup spp supy1237 #> 33363 25B-1 vie vie viet1252 #> 33374 25B-2 cha cha cham1312 #> 33377 25B-2 bej bej beja1238 #> 33381 25B-2 pur tsz pure1242 #> 33384 25B-2 tag tgl taga1270 #> 33397 25B-2 fur fvr furr1244 #> 33412 25B-2 gmz guk gumu1244 #> 33414 25B-2 ika arh arhu1242 #> 33415 25B-2 knr knc cent2050 #> 33432 25B-2 knd kan nucl1305 #> 33444 25B-2 zqc zoc copa1236 #> 33446 25B-2 mxc mig sanm1295 #> 33447 25B-2 nar nrb nara1262 #> 33453 25B-2 hve huv sanm1287 #> 33455 25B-2 jak jai popt1235 #> 33482 25B-2 pip ppl pipi1250 #> 33483 25B-2 nah nll niha1238 #> 33504 25B-2 bag bmi bagi1246 #> 33505 25B-2 kch khq koyr1240 #> 33508 25B-2 knm kun kuna1268 #> 33525 25B-2 kui kxu kuii1252 #> 33527 25B-2 mis miq misk1235 #> 33529 25B-2 cho chd high1242 #> 33545 25B-2 kro kgo kron1241 #> 33548 25B-2 nbd dgl kenu1236 #> 33565 25B-2 ori ras tega1236 #> 33584 25B-2 hau hau haus1257 #> 33589 25B-2 ram rma rama1270 #> 33592 26A-1 kse ses koyr1242 #> 33599 26A-1 kch khq koyr1240 #> 33605 26A-1 anu cko anuf1239 #> 33607 26A-1 vie vie viet1252 #> 33608 26A-1 xas kao xaas1235 #> 33610 26A-1 chr crw chra1242 #> 33627 26A-1 duk dud huns1239 #> 33628 26A-1 haw haw hawa1245 #> 33629 26A-1 ksg ksw sgaw1245 #> 33635 26A-1 tag tgl taga1270 #> 33637 26A-1 lah lhu lahu1253 #> 33639 26A-1 khm khm cent1989 #> 33643 26A-1 kyl eky east2342 #> 33658 26A-1 sed sed seda1262 #> 33659 26A-1 wlf wol nucl1347 #> 33671 26A-1 lao lao laoo1244 #> 33673 26A-1 tha tha thai1261 #> 33674 26A-1 bkl bcl cent2087 #> 33682 26A-1 hau hau haus1257 #> 33687 26A-1 cle cle leal1235 #> 33706 26A-1 mon mnw monn1252 #> 33718 26A-1 cha cha cham1312 #> 33728 26A-1 kir cme cerm1238 #> 33729 26A-1 mxo mie ocot1243 #> 33731 26A-1 sti sti stie1250 #> 33734 26A-2 ngz ngi ngiz1242 #> 33739 26A-2 bkb xub bett1235 #> 33756 26A-2 kar kah kara1482 #> 33766 26A-2 jms djm jams1239 #> 33772 26A-2 mhi mar mara1378 #> 33794 26A-2 rem bfw bond1245 #> 33796 26A-2 moo mos moss1236 #> 33820 26A-2 laa gdm laal1242 #> 33821 26A-2 knr knc cent2050 #> 33825 26A-2 mis miq misk1235 #> 33828 26A-2 ken kyq keng1240 #> 33834 26A-2 tml tam tami1289 #> 33837 26A-2 knd kan nucl1305 #> 33838 26A-2 ndt ndv ndut1239 #> 33868 26A-2 tel tel telu1262 #> 33878 26A-2 paa pqa paaa1242 #> 33880 26A-2 kni kma konn1242 #> 33898 26A-2 nar nrb nara1262 #> 33910 26A-2 mgu mug musg1254 #> 33929 26A-2 gud gde gude1246 #> 33935 26A-2 nyi nyi amas1236 #> 33939 26A-2 bln byn bili1260 #> 33948 26A-2 kuv kxv kuvi1243 #> 33955 26A-2 msl mls nucl1440 #> 33957 26A-2 noo snf noon1242 #> 33959 26A-2 tbu tuq tebu1238 #> 33960 26A-2 dds dds donn1238 #> 33965 26A-2 agc agt cent2084 #> 33974 26A-2 kem ahg qima1242 #> 33993 26A-2 knk kna dera1248 #> 33994 26A-2 pur tsz pure1242 #> 34009 26A-2 bam bam bamb1269 #> 34016 26A-2 gon ggo sout2711 #> 34022 26A-2 cmy chf taba1266 #> 34034 26A-2 lmg hia lama1288 #> 34043 26A-2 mlg mfi wand1278 #> 34045 26A-2 miy mkf miya1266 #> 34075 26A-2 kol kfb kola1242 #> 34086 26A-2 tny kza west2466 #> 34088 26A-2 nbd dgl kenu1236 #> 34095 26A-2 ter ttr tera1251 #> 34103 26A-2 lac lac laca1243 #> 34110 26A-2 mbr mpk mbar1260 #> 34111 26A-2 bmb bim bimo1239 #> 34118 26A-2 lmn lmn lamb1269 #> 34119 26A-2 kbu kbl kane1243 #> 34133 26A-2 koy kff koya1251 #> 34139 26A-3 sup spp supy1237 #> 34148 26A-3 goa guc wayu1243 #> 34151 26A-3 kfe kfz koro1298 #> 34158 26A-3 mrg mrt marg1265 #> 34161 26A-3 ber wti bert1248 #> 34163 26A-3 ong oon onge1236 #> 34166 26A-3 ika arh arhu1242 #> 34181 26A-3 fur fvr furr1244 #> 34188 26A-3 igs tbi gaam1241 #> 34193 26A-3 tma tma tama1331 #> 34197 26A-3 amh amh amha1245 #> 34202 26A-3 mab mde maba1277 #> 34205 26A-3 gmz guk gumu1244 #> 34209 26A-3 bej bej beja1238 #> 34214 26A-3 chx clo lowl1260 #> 34227 26A-3 zag zag zagh1240 #> 34228 26A-3 tgr tig tigr1270 #> 34240 26A-3 bag bmi bagi1246 #> 34251 26A-3 sht shj shat1244 #> 34258 26A-3 knm kun kuna1268 #> 34259 26A-3 mzh mau huau1238 #> 34267 26A-4 bud bdm budu1265 #> 34282 26A-4 tot tlc yecu1235 #> 34284 26A-4 hve huv sanm1287 #> 34285 26A-4 meh gdq mehr1241 #> 34289 26A-4 nht nhg tete1251 #> 34301 26A-4 tsk taq tama1365 #> 34312 26A-4 ram rma rama1270 #> 34313 26A-4 zqs poi high1276 #> 34315 26A-4 ktl kcr katl1237 #> 34316 26A-4 zai zai isth1244 #> 34329 26A-4 mxj mio pino1237 #> 34348 26A-4 zap zaw mitl1236 #> 34350 26A-4 tzo tzo tzot1259 #> 34358 26A-4 msk jle ngil1242 #> 34359 26A-4 zqo zoc copa1236 #> 34362 26A-4 dio dyo jola1263 #> 34367 26A-4 run rou rung1258 #> 34373 26A-4 lag kot lagw1237 #> 34376 26A-4 chq chq quio1240 #> 34378 26A-4 ifu ifb bata1298 #> 34385 26A-4 zzo zpq zoog1238 #> 34391 26A-4 tri trc copa1237 #> language family #> 45 Goajiro Arawakan #> 52 Hawaiian Austronesian #> 71 Jomang Kordofanian #> 74 Mixe (Totontepec) Mixe-Zoque #> 83 Japreria Cariban #> 94 Nahuatl (Tetelcingo) Uto-Aztecan #> 112 Temein Eastern Sudanic #> 122 Koromfe Niger-Congo #> 125 Bariba Niger-Congo #> 128 Nahuatl (North Puebla) Uto-Aztecan #> 129 Zoque (Copainalá) Mixe-Zoque #> 135 Rama Chibchan #> 136 Bisa Mande #> 137 Nyimang Eastern Sudanic #> 144 Fur Fur #> 146 Koyraboro Senni Songhay #> 148 Chatino (Sierra Occidental) Oto-Manguean #> 152 Tagalog Austronesian #> 154 Mixtec (Molinos) Oto-Manguean #> 166 Koyra Chiini Songhay #> 176 Sora Austro-Asiatic #> 184 Mixtec (Chalcatongo) Oto-Manguean #> 190 Ika Chibchan #> 206 Toro So Dogon #> 207 Pech Chibchan #> 212 Moro Kordofanian #> 213 Phlong Sino-Tibetan #> 217 Tzeltal (Aguacatenango) Mayan #> 220 Supyire Niger-Congo #> 225 Krongo Kadu #> 227 Amo Niger-Congo #> 230 Konkani Indo-European #> 231 K'ekchí Mayan #> 233 Maba Maban #> 238 Berta Berta #> 239 Kadugli Kadu #> 249 Bambara Mande #> 256 Yucatec Mayan #> 263 Cham (Western) Austronesian #> 271 Tama Eastern Sudanic #> 278 Bobo Madaré (Northern) Mande #> 280 Great Andamanese Great Andamanese #> 294 Kota Dravidian #> 304 Tlapanec Oto-Manguean #> 313 Daju (Dar Fur) Eastern Sudanic #> 314 Kanuri Saharan #> 318 Mazatec (Chiquihuitlán) Oto-Manguean #> 319 Bru (Western) Austro-Asiatic #> 322 Vietnamese Austro-Asiatic #> 324 Amuzgo Oto-Manguean #> 328 Huave (San Mateo del Mar) Huavean #> 334 Brao Austro-Asiatic #> 343 Kunama Kunama #> 345 Nara (in Ethiopia) Eastern Sudanic #> 346 Khmer Austro-Asiatic #> 348 Thai Tai-Kadai #> 350 Beja Afro-Asiatic #> 355 Pacoh Austro-Asiatic #> 365 Chinantec (Lealao) Oto-Manguean #> 370 Tol Tol #> 372 Diola-Fogny Niger-Congo #> 373 Ingessana Eastern Sudanic #> 377 Tulu Dravidian #> 379 Tampulma Niger-Congo #> 384 Chamorro Austronesian #> 387 Kayah Li (Eastern) Sino-Tibetan #> 389 Kanakuru Afro-Asiatic #> 390 Koya Dravidian #> 400 Dangaléat (Western) Afro-Asiatic #> 414 Jakaltek Mayan #> 422 Karen (Sgaw) Sino-Tibetan #> 423 Wolof Niger-Congo #> 439 Telugu Dravidian #> 444 Nyah Kur (Tha Pong) Austro-Asiatic #> 447 Bagirmi Central Sudanic #> 448 Margi Afro-Asiatic #> 449 Ndut Niger-Congo #> 457 Awngi Afro-Asiatic #> 461 Soqotri Afro-Asiatic #> 462 Hausa Afro-Asiatic #> 463 Purépecha Tarascan #> 464 Amharic Afro-Asiatic #> 471 Kotoko Afro-Asiatic #> 476 Lahu Sino-Tibetan #> 480 Kannada Dravidian #> 496 Chinantec (Quiotepec) Oto-Manguean #> 497 Tigré Afro-Asiatic #> 505 Sre Austro-Asiatic #> 511 Ngizim Afro-Asiatic #> 514 Konyagi Niger-Congo #> 515 Jeh Austro-Asiatic #> 517 Tera Afro-Asiatic #> 543 Mazahua Oto-Manguean #> 559 Sedang Austro-Asiatic #> 568 Gula Iro Niger-Congo #> 571 Chinantec (Quiotepec) Oto-Manguean #> 574 Mooré Niger-Congo #> 575 Buli (in Ghana) Niger-Congo #> 577 Supyire Niger-Congo #> 581 Bagirmi Central Sudanic #> 588 Mixtec (Chalcatongo) Oto-Manguean #> 593 Toro So Dogon #> 595 Yukpa Cariban #> 613 Gurma (Togo) Niger-Congo #> 615 Dagaare Niger-Congo #> 617 Koyra Chiini Songhay #> 624 Koromfe Niger-Congo #> 627 Maba Maban #> 638 Fula (Senegal) Niger-Congo #> 641 Onge South Andamanese #> 646 Thai Tai-Kadai #> 666 Vietnamese Austro-Asiatic #> 672 Kotoko Afro-Asiatic #> 673 Mandinka Mande #> 680 Chamorro Austronesian #> 683 Jakaltek Mayan #> 690 Podoko Afro-Asiatic #> 697 Midob Eastern Sudanic #> 704 Kanuri Saharan #> 705 Harsusi Afro-Asiatic #> 708 Balanta Niger-Congo #> 716 Khmer Austro-Asiatic #> 719 Fur Fur #> 720 Bana Afro-Asiatic #> 721 Krongo Kadu #> 722 Laal Laal #> 731 Mun Hmong-Mien #> 741 Rama Chibchan #> 747 Kemant Afro-Asiatic #> 749 Wolof Niger-Congo #> 752 Tagalog Austronesian #> 757 Kunama Kunama #> 765 Xasonga Mande #> 774 Hausa Afro-Asiatic #> 778 Basari Niger-Congo #> 779 Nahuatl (North Puebla) Uto-Aztecan #> 780 Kayah Li (Eastern) Sino-Tibetan #> 786 Kannada Dravidian #> 788 Biafada Niger-Congo #> 792 Popoluca (Sierra) Mixe-Zoque #> 808 Laal Laal #> 809 Mandinka Mande #> 810 Fula (Mauritanian) Niger-Congo #> 815 Biafada Niger-Congo #> 816 Basari Niger-Congo #> 823 Kotoko Afro-Asiatic #> 825 Podoko Afro-Asiatic #> 826 Bana Afro-Asiatic #> 827 Balanta Niger-Congo #> 837 Dagaare Niger-Congo #> 839 Gurma Niger-Congo #> 840 Buli (in Ghana) Niger-Congo #> 841 Toro So Dogon #> 842 Mooré Niger-Congo #> 845 Gula Iro Niger-Congo #> 849 Thai Tai-Kadai #> 853 Bambara Mande #> 860 Koyraboro Senni Songhay #> 862 Lahu Sino-Tibetan #> 867 Supyire Niger-Congo #> 877 Krongo Kadu #> 879 Khmer Austro-Asiatic #> 884 Gude Afro-Asiatic #> 896 Koyra Chiini Songhay #> 903 Chrau Austro-Asiatic #> 907 Mlabri (Minor) Austro-Asiatic #> 910 Kayah Li (Eastern) Sino-Tibetan #> 913 Vietnamese Austro-Asiatic #> 919 Tagalog Austronesian #> 922 Hausa Afro-Asiatic #> 930 Dagaare Niger-Congo #> 933 Totonac (Misantla) Totonacan #> 940 Remo Austro-Asiatic #> 942 Nahuatl (Tetelcingo) Uto-Aztecan #> 951 Masalit Maban #> 953 Berta Berta #> 957 Purépecha Tarascan #> 964 Noon Niger-Congo #> 974 Bilin Afro-Asiatic #> 983 Mixtec (Chalcatongo) Oto-Manguean #> 989 Koromfe Niger-Congo #> 991 Chinantec (Lealao) Oto-Manguean #> 996 Tommo So Dogon #> 1001 Katla Kordofanian #> 1002 Kunama Kunama #> 1009 Amharic Afro-Asiatic #> 1023 Diola-Fogny Niger-Congo #> 1037 Pech Chibchan #> 1039 Pipil Uto-Aztecan #> 1040 Zoque (Copainalá) Mixe-Zoque #> 1045 Zapotec (San Lucas Quiaviní) Oto-Manguean #> 1051 Nubian (Dongolese) Eastern Sudanic #> 1052 Trique (Copala) Oto-Manguean #> 1058 Kannada Dravidian #> 1063 Tol Tol #> 1093 Bagirmi Central Sudanic #> 1098 Rama Chibchan #> 1108 Fur Fur #> 1114 Miskito Misumalpan #> 1119 Maba Maban #> 1134 Beja Afro-Asiatic #> 1143 Kanuri Saharan #> 1144 Jakaltek Mayan #> 1146 Kapampangan Austronesian #> 1150 Chamorro Austronesian #> 1152 Tzutujil Mayan #> 1184 Ika Chibchan #> 1212 Popoloca (San Juan Atzingo) Oto-Manguean #> 1232 Bimoba Niger-Congo #> 1250 Soninke Mande #> 1258 Koyra Chiini Songhay #> 1264 Gude Afro-Asiatic #> 1265 Supyire Niger-Congo #> 1270 Dagaare Niger-Congo #> 1279 Mooré Niger-Congo #> 1296 Koyraboro Senni Songhay #> 1304 Laal Laal #> 1305 Ndut Niger-Congo #> 1313 Basari Niger-Congo #> 1317 Uldeme Afro-Asiatic #> 1322 Zapotec (Mitla) Oto-Manguean #> 1338 Mazatec (Huautla) Oto-Manguean #> 1346 Moro Kordofanian #> 1351 Remo Austro-Asiatic #> 1352 Runga Maban #> 1370 Sipakapense Mayan #> 1394 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 1426 Nahuatl (Tetelcingo) Uto-Aztecan #> 1436 Donno So Dogon #> 1448 Fur Fur #> 1451 Beja Afro-Asiatic #> 1459 Chontal Maya Mayan #> 1468 Balanta Niger-Congo #> 1488 Zapotec (Isthmus) Oto-Manguean #> 1496 Mehri Afro-Asiatic #> 1501 Nahuatl (Michoacán) Uto-Aztecan #> 1506 Masalit Maban #> 1517 Gumuz Gumuz #> 1528 Maba Maban #> 1531 Kunama Kunama #> 1544 Rama Chibchan #> 1551 Kanuri Saharan #> 1562 Diola-Fogny Niger-Congo #> 1565 Ocuilteco Oto-Manguean #> 1570 Nubian (Dongolese) Eastern Sudanic #> 1576 Amharic Afro-Asiatic #> 1594 Tamashek Afro-Asiatic #> 1595 Bilin Afro-Asiatic #> 1599 Zoque (Copainalá) Mixe-Zoque #> 1649 Koromfe Niger-Congo #> 1667 Kannada Dravidian #> 1669 Ifugao (Batad) Austronesian #> 1693 Ika Chibchan #> 1711 Chinantec (Lealao) Oto-Manguean #> 1725 Nahuatl (North Puebla) Uto-Aztecan #> 1726 Tigré Afro-Asiatic #> 1788 Hausa Afro-Asiatic #> 1792 Mofu-Gudur Afro-Asiatic #> 1803 Ngizim Afro-Asiatic #> 1807 Miya Afro-Asiatic #> 1812 Wolof Niger-Congo #> 1819 Mbara Afro-Asiatic #> 1832 Musgu Afro-Asiatic #> 1856 Mlabri (Minor) Austro-Asiatic #> 1857 Lahu Sino-Tibetan #> 1859 Mon Austro-Asiatic #> 1876 Malayalam Dravidian #> 1881 Kayah Li (Eastern) Sino-Tibetan #> 1890 Vietnamese Austro-Asiatic #> 1893 Masa Afro-Asiatic #> 1898 Thai Tai-Kadai #> 1900 Hawaiian Austronesian #> 1904 Sapuan Austro-Asiatic #> 1912 Krongo Kadu #> 1915 Bidiya Afro-Asiatic #> 1919 Lamani Indo-European #> 1920 Buduma Afro-Asiatic #> 1922 Kenga Central Sudanic #> 1928 Mixtec (Chalcatongo) Oto-Manguean #> 1934 Jakaltek Mayan #> 1935 Malgwa Afro-Asiatic #> 1941 Gude Afro-Asiatic #> 1945 Vietnamese Austro-Asiatic #> 1946 Tagalog Austronesian #> 1950 Mlabri (Minor) Austro-Asiatic #> 1954 Koyraboro Senni Songhay #> 1961 Krongo Kadu #> 1963 Dagaare Niger-Congo #> 1964 Thai Tai-Kadai #> 1970 Lahu Sino-Tibetan #> 1972 Bambara Mande #> 1978 Khmer Austro-Asiatic #> 1984 Supyire Niger-Congo #> 1987 Koyra Chiini Songhay #> 2002 Hausa Afro-Asiatic #> 2004 Chrau Austro-Asiatic #> 2013 Kayah Li (Eastern) Sino-Tibetan #> 2021 Miskito Misumalpan #> 2022 Mixtec (Chalcatongo) Oto-Manguean #> 2025 Fur Fur #> 2027 Kannada Dravidian #> 2034 Remo Austro-Asiatic #> 2040 Tommo So Dogon #> 2056 Trique (Copala) Oto-Manguean #> 2077 Chamorro Austronesian #> 2080 Nubian (Dongolese) Eastern Sudanic #> 2082 Chinantec (Lealao) Oto-Manguean #> 2089 Rama Chibchan #> 2106 Noon Niger-Congo #> 2132 Kanuri Saharan #> 2139 Diola-Fogny Niger-Congo #> 2147 Bilin Afro-Asiatic #> 2149 Kunama Kunama #> 2167 Zoque (Copainalá) Mixe-Zoque #> 2169 Berta Berta #> 2186 Tol Tol #> 2188 Maba Maban #> 2192 Pipil Uto-Aztecan #> 2193 Ika Chibchan #> 2201 Kapampangan Austronesian #> 2207 Totonac (Misantla) Totonacan #> 2212 Zapotec (San Lucas Quiaviní) Oto-Manguean #> 2231 Pech Chibchan #> 2242 Masalit Maban #> 2243 Popoloca (San Juan Atzingo) Oto-Manguean #> 2247 Beja Afro-Asiatic #> 2250 Purépecha Tarascan #> 2251 Katla Kordofanian #> 2268 Nahuatl (Tetelcingo) Uto-Aztecan #> 2275 Bagirmi Central Sudanic #> 2284 Koromfe Niger-Congo #> 2285 Tzutujil Mayan #> 2288 Jakaltek Mayan #> 2304 Amharic Afro-Asiatic #> 2320 Khmer Austro-Asiatic #> 2328 Supyire Niger-Congo #> 2339 Mlabri (Minor) Austro-Asiatic #> 2346 Tagalog Austronesian #> 2349 Kayah Li (Eastern) Sino-Tibetan #> 2354 Koyraboro Senni Songhay #> 2358 Vietnamese Austro-Asiatic #> 2365 Thai Tai-Kadai #> 2371 Koyra Chiini Songhay #> 2373 Krongo Kadu #> 2374 Bambara Mande #> 2378 Gude Afro-Asiatic #> 2383 Chrau Austro-Asiatic #> 2384 Noon Niger-Congo #> 2393 Lahu Sino-Tibetan #> 2397 Hausa Afro-Asiatic #> 2409 Dagaare Niger-Congo #> 2421 Nubian (Dongolese) Eastern Sudanic #> 2425 Zoque (Copainalá) Mixe-Zoque #> 2435 Kannada Dravidian #> 2439 Fur Fur #> 2453 Beja Afro-Asiatic #> 2459 Amharic Afro-Asiatic #> 2465 Chinantec (Lealao) Oto-Manguean #> 2466 Mixtec (Chalcatongo) Oto-Manguean #> 2467 Maba Maban #> 2472 Kapampangan Austronesian #> 2483 Rama Chibchan #> 2510 Koromfe Niger-Congo #> 2515 Trique (Copala) Oto-Manguean #> 2522 Bagirmi Central Sudanic #> 2523 Zapotec (San Lucas Quiaviní) Oto-Manguean #> 2556 Miskito Misumalpan #> 2558 Chamorro Austronesian #> 2565 Masalit Maban #> 2571 Bilin Afro-Asiatic #> 2576 Berta Berta #> 2577 Diola-Fogny Niger-Congo #> 2584 Kanuri Saharan #> 2598 Tol Tol #> 2629 Jakaltek Mayan #> 2630 Kunama Kunama #> 2632 Totonac (Misantla) Totonacan #> 2635 Pech Chibchan #> 2642 Ika Chibchan #> 2651 Tzutujil Mayan #> 2653 Purépecha Tarascan #> 2661 Popoloca (San Juan Atzingo) Oto-Manguean #> 2671 Tommo So Dogon #> 2679 Nahuatl (Tetelcingo) Uto-Aztecan #> 2681 Remo Austro-Asiatic #> 2694 Pipil Uto-Aztecan #> 2695 Katla Kordofanian #> 2707 Vietnamese Austro-Asiatic #> 2712 Miskito Misumalpan #> 2714 Noon Niger-Congo #> 2720 Gude Afro-Asiatic #> 2724 Rama Chibchan #> 2742 Trique (Copala) Oto-Manguean #> 2744 Krongo Kadu #> 2749 Khmer Austro-Asiatic #> 2753 Thai Tai-Kadai #> 2756 Tagalog Austronesian #> 2757 Koyraboro Senni Songhay #> 2769 Supyire Niger-Congo #> 2777 Chamorro Austronesian #> 2780 Nubian (Dongolese) Eastern Sudanic #> 2784 Tommo So Dogon #> 2798 Lahu Sino-Tibetan #> 2811 Kayah Li (Eastern) Sino-Tibetan #> 2817 Koyra Chiini Songhay #> 2825 Chrau Austro-Asiatic #> 2828 Mixtec (Chalcatongo) Oto-Manguean #> 2830 Mlabri (Minor) Austro-Asiatic #> 2841 Fur Fur #> 2846 Bambara Mande #> 2853 Remo Austro-Asiatic #> 2860 Chinantec (Lealao) Oto-Manguean #> 2868 Dagaare Niger-Congo #> 2870 Kannada Dravidian #> 2873 Hausa Afro-Asiatic #> 2896 Pipil Uto-Aztecan #> 2899 Bilin Afro-Asiatic #> 2900 Berta Berta #> 2909 Popoloca (San Juan Atzingo) Oto-Manguean #> 2910 Nahuatl (Tetelcingo) Uto-Aztecan #> 2919 Katla Kordofanian #> 2923 Bagirmi Central Sudanic #> 2929 Diola-Fogny Niger-Congo #> 2935 Beja Afro-Asiatic #> 2955 Zapotec (San Lucas Quiaviní) Oto-Manguean #> 2957 Ika Chibchan #> 2961 Kapampangan Austronesian #> 2976 Amharic Afro-Asiatic #> 2977 Koromfe Niger-Congo #> 2985 Jakaltek Mayan #> 3002 Tol Tol #> 3004 Pech Chibchan #> 3006 Tzutujil Mayan #> 3014 Masalit Maban #> 3031 Purépecha Tarascan #> 3037 Totonac (Misantla) Totonacan #> 3051 Kanuri Saharan #> 3064 Maba Maban #> 3068 Kunama Kunama #> 3070 Zoque (Copainalá) Mixe-Zoque #> 3078 Sapuan Austro-Asiatic #> 3079 Nubian (Dongolese) Eastern Sudanic #> 3086 Bagirmi Central Sudanic #> 3090 Mixtec (Chalcatongo) Oto-Manguean #> 3094 Kanuri Saharan #> 3095 Berta Berta #> 3101 Tzutujil Mayan #> 3102 Supyire Niger-Congo #> 3107 Thai Tai-Kadai #> 3113 Musgu Afro-Asiatic #> 3116 Bisu Sino-Tibetan #> 3141 Mam Mayan #> 3143 Krongo Kadu #> 3147 Kemant Afro-Asiatic #> 3154 Malayalam Dravidian #> 3155 Kunama Kunama #> 3157 Jakaltek Mayan #> 3166 Tommo So Dogon #> 3167 Marathi Indo-European #> 3168 Qafar Afro-Asiatic #> 3183 Kodava Dravidian #> 3188 Zapotec (Quiegolani) Oto-Manguean #> 3190 Guduf Afro-Asiatic #> 3212 Tamil Dravidian #> 3214 Konda Dravidian #> 3215 Bozo (Tigemaxo) Mande #> 3222 Purépecha Tarascan #> 3224 Tigrinya Afro-Asiatic #> 3234 Tsat Austronesian #> 3241 Kannada Dravidian #> 3244 Itzaj Mayan #> 3263 Chrau Austro-Asiatic #> 3271 Miya Afro-Asiatic #> 3280 Mlabri (Minor) Austro-Asiatic #> 3281 Kayah Li (Eastern) Sino-Tibetan #> 3283 Wolof Niger-Congo #> 3285 Amharic Afro-Asiatic #> 3286 Dagaare Niger-Congo #> 3290 Hdi Afro-Asiatic #> 3303 Nahuatl (Tetelcingo) Uto-Aztecan #> 3310 Vietnamese Austro-Asiatic #> 3369 Zoque (Chimalapa) Mixe-Zoque #> 3395 Chamorro Austronesian #> 3410 Hausa Afro-Asiatic #> 3411 Koromfe Niger-Congo #> 3414 Olutec Mixe-Zoque #> 3425 Khmer Austro-Asiatic #> 3439 Ika Chibchan #> 3446 Sedang Austro-Asiatic #> 3448 Tagalog Austronesian #> 3450 Koyraboro Senni Songhay #> 3455 Rama Chibchan #> 3459 Mam Mayan #> 3473 Lyele Niger-Congo #> 3476 Bambara Mande #> 3497 Bagirmi Central Sudanic #> 3498 Chamorro Austronesian #> 3499 Goajiro Arawakan #> 3502 Vietnamese Austro-Asiatic #> 3504 Tagalog Austronesian #> 3505 Hausa Afro-Asiatic #> 3513 Koyraboro Senni Songhay #> 3524 Kannada Dravidian #> 3527 Tamil Dravidian #> 3565 Thai Tai-Kadai #> 3593 Ika Chibchan #> 3605 Jakaltek Mayan #> 3622 Supyire Niger-Congo #> 3623 Krongo Kadu #> 3631 Pipil Uto-Aztecan #> 3635 Tzutujil Mayan #> 3636 Bilin Afro-Asiatic #> 3651 Krongo Kadu #> 3663 Thai Tai-Kadai #> 3667 Kunama Kunama #> 3677 Maba Maban #> 3680 Kanuri Saharan #> 3682 Nahuatl (Tetelcingo) Uto-Aztecan #> 3685 Nubian (Dongolese) Eastern Sudanic #> 3686 Vietnamese Austro-Asiatic #> 3687 Noon Niger-Congo #> 3690 Berta Berta #> 3693 Amharic Afro-Asiatic #> 3707 Masalit Maban #> 3711 Chinantec (Lealao) Oto-Manguean #> 3714 Hausa Afro-Asiatic #> 3725 Jakaltek Mayan #> 3731 Chamorro Austronesian #> 3732 Popoloca (San Juan Atzingo) Oto-Manguean #> 3738 Diola-Fogny Niger-Congo #> 3747 Koyraboro Senni Songhay #> 3752 Beja Afro-Asiatic #> 3780 Koyra Chiini Songhay #> 3783 Fur Fur #> 3789 Kannada Dravidian #> 3803 Tagalog Austronesian #> 3806 Trique (Copala) Oto-Manguean #> 3814 Chrau Austro-Asiatic #> 3819 Rama Chibchan #> 3820 Khmer Austro-Asiatic #> 3821 Purépecha Tarascan #> 3825 Totonac (Misantla) Totonacan #> 3837 Pech Chibchan #> 3852 Mixtec (Chalcatongo) Oto-Manguean #> 3876 Tommo So Dogon #> 3878 Remo Austro-Asiatic #> 3879 Tol Tol #> 3887 Miskito Misumalpan #> 3893 Lahu Sino-Tibetan #> 3898 Dagaare Niger-Congo #> 3899 Koromfe Niger-Congo #> 3904 Kayah Li (Eastern) Sino-Tibetan #> 3906 Bambara Mande #> 3911 Zoque (Copainalá) Mixe-Zoque #> 3933 Supyire Niger-Congo #> 3947 Ika Chibchan #> 3957 Mlabri (Minor) Austro-Asiatic #> 3976 Bagirmi Central Sudanic #> 3994 Gude Afro-Asiatic #> 4000 Kapampangan Austronesian #> 4002 Koyraboro Senni Songhay #> 4003 Zoque (Copainalá) Mixe-Zoque #> 4010 Kapampangan Austronesian #> 4016 Jakaltek Mayan #> 4017 Krongo Kadu #> 4018 Cakchiquel Mayan #> 4039 Mam Mayan #> 4040 Chamorro Austronesian #> 4049 Tzutujil Mayan #> 4060 Mixtec (Chalcatongo) Oto-Manguean #> 4068 Ika Chibchan #> 4105 Vietnamese Austro-Asiatic #> 4106 Thai Tai-Kadai #> 4107 Hausa Afro-Asiatic #> 4108 Tamil Dravidian #> 4112 Bagirmi Central Sudanic #> 4129 Qafar Afro-Asiatic #> 4152 Koromfe Niger-Congo #> 4160 Supyire Niger-Congo #> 4162 Beja Afro-Asiatic #> 4170 Kannada Dravidian #> 4183 Kanuri Saharan #> 4190 Tagalog Austronesian #> 4191 Rama Chibchan #> 4202 Mam Mayan #> 4204 Koyraboro Senni Songhay #> 4205 Krongo Kadu #> 4206 Tzutujil Mayan #> 4210 Jakaltek Mayan #> 4211 Kapampangan Austronesian #> 4224 Zoque (Copainalá) Mixe-Zoque #> 4233 Chamorro Austronesian #> 4258 Vietnamese Austro-Asiatic #> 4259 Kanuri Saharan #> 4262 Ika Chibchan #> 4285 Qafar Afro-Asiatic #> 4290 Rama Chibchan #> 4295 Bagirmi Central Sudanic #> 4318 Kannada Dravidian #> 4328 Mixtec (Chalcatongo) Oto-Manguean #> 4340 Supyire Niger-Congo #> 4348 Thai Tai-Kadai #> 4350 Koromfe Niger-Congo #> 4363 Tagalog Austronesian #> 4369 Hausa Afro-Asiatic #> 4375 Tamil Dravidian #> 4380 Beja Afro-Asiatic #> 4384 Zoque (Copainalá) Mixe-Zoque #> 4388 Kannada Dravidian #> 4390 Qafar Afro-Asiatic #> 4392 Chamorro Austronesian #> 4402 Ika Chibchan #> 4404 Wolof Niger-Congo #> 4417 Tagalog Austronesian #> 4425 Kanuri Saharan #> 4447 Hausa Afro-Asiatic #> 4450 Krongo Kadu #> 4461 Koyraboro Senni Songhay #> 4462 Jakaltek Mayan #> 4473 Vietnamese Austro-Asiatic #> 4489 Mixtec (Chalcatongo) Oto-Manguean #> 4500 Bagirmi Central Sudanic #> 4516 Koromfe Niger-Congo #> 4526 Thai Tai-Kadai #> 4533 Kolami Dravidian #> 4541 Tamil Dravidian #> 4548 Rama Chibchan #> 4557 Supyire Niger-Congo #> 4571 Jakaltek Mayan #> 4579 Koyraboro Senni Songhay #> 4589 Krongo Kadu #> 4595 Kanuri Saharan #> 4598 Hausa Afro-Asiatic #> 4601 Tagalog Austronesian #> 4610 Wolof Niger-Congo #> 4613 Qafar Afro-Asiatic #> 4619 Ika Chibchan #> 4632 Chamorro Austronesian #> 4633 Kannada Dravidian #> 4638 Zoque (Copainalá) Mixe-Zoque #> 4664 Supyire Niger-Congo #> 4666 Rama Chibchan #> 4694 Kolami Dravidian #> 4700 Thai Tai-Kadai #> 4709 Mixtec (Chalcatongo) Oto-Manguean #> 4724 Koromfe Niger-Congo #> 4732 Bagirmi Central Sudanic #> 4740 Vietnamese Austro-Asiatic #> 4744 Tamil Dravidian #> 4750 Wolof Niger-Congo #> 4753 Vietnamese Austro-Asiatic #> 4762 Zoque (Copainalá) Mixe-Zoque #> 4770 Mazatec (Chiquihuitlán) Oto-Manguean #> 4771 Ika Chibchan #> 4773 Kannada Dravidian #> 4775 Phlong Sino-Tibetan #> 4778 Chinantec (Lealao) Oto-Manguean #> 4782 Khmer Austro-Asiatic #> 4783 Chatino (Sierra Occidental) Oto-Manguean #> 4784 Bisa Mande #> 4785 Kanuri Saharan #> 4789 Tigré Afro-Asiatic #> 4799 Hausa Afro-Asiatic #> 4803 Koyraboro Senni Songhay #> 4804 Tzeltal (Aguacatenango) Mayan #> 4805 Jakaltek Mayan #> 4807 Hawaiian Austronesian #> 4808 Nyah Kur (Tha Pong) Austro-Asiatic #> 4811 Ngizim Afro-Asiatic #> 4814 Great Andamanese Great Andamanese #> 4818 Toro So Dogon #> 4819 Lahu Sino-Tibetan #> 4827 Brao Austro-Asiatic #> 4831 Tol Tol #> 4833 Awngi Afro-Asiatic #> 4839 Bobo Madaré (Northern) Mande #> 4860 Tera Afro-Asiatic #> 4879 K'ekchí Mayan #> 4904 Yucatec Mayan #> 4905 Telugu Dravidian #> 4924 Kadugli Kadu #> 4925 Mixtec (Chalcatongo) Oto-Manguean #> 4930 Kanakuru Afro-Asiatic #> 4939 Thai Tai-Kadai #> 4948 Soqotri Afro-Asiatic #> 4966 Dangaléat (Western) Afro-Asiatic #> 4974 Amo Niger-Congo #> 4976 Amuzgo Oto-Manguean #> 4977 Bambara Mande #> 4986 Temein Eastern Sudanic #> 5000 Chamorro Austronesian #> 5014 Nyimang Eastern Sudanic #> 5020 Daju (Dar Fur) Eastern Sudanic #> 5038 Koromfe Niger-Congo #> 5039 Kota Dravidian #> 5060 Nahuatl (Tetelcingo) Uto-Aztecan #> 5062 Kunama Kunama #> 5063 Tampulma Niger-Congo #> 5064 Huave (San Mateo del Mar) Huavean #> 5075 Beja Afro-Asiatic #> 5079 Bru (Western) Austro-Asiatic #> 5083 Karen (Sgaw) Sino-Tibetan #> 5085 Kayah Li (Eastern) Sino-Tibetan #> 5092 Konkani Indo-European #> 5098 Nahuatl (North Puebla) Uto-Aztecan #> 5103 Margi Afro-Asiatic #> 5106 Tama Eastern Sudanic #> 5115 Cham (Western) Austronesian #> 5119 Moro Kordofanian #> 5130 Diola-Fogny Niger-Congo #> 5131 Amharic Afro-Asiatic #> 5139 Kotoko Afro-Asiatic #> 5144 Sora Austro-Asiatic #> 5145 Koyra Chiini Songhay #> 5146 Krongo Kadu #> 5149 Pacoh Austro-Asiatic #> 5154 Mixe (Totontepec) Mixe-Zoque #> 5156 Goajiro Arawakan #> 5157 Ingessana Eastern Sudanic #> 5158 Bariba Niger-Congo #> 5160 Sedang Austro-Asiatic #> 5161 Mixtec (Molinos) Oto-Manguean #> 5163 Japreria Cariban #> 5167 Jomang Kordofanian #> 5183 Tulu Dravidian #> 5195 Bagirmi Central Sudanic #> 5200 Fur Fur #> 5208 Rama Chibchan #> 5211 Koya Dravidian #> 5212 Nara (in Ethiopia) Eastern Sudanic #> 5218 Purépecha Tarascan #> 5223 Ndut Niger-Congo #> 5253 Tagalog Austronesian #> 5255 Berta Berta #> 5256 Mazahua Oto-Manguean #> 5259 Pech Chibchan #> 5260 Jeh Austro-Asiatic #> 5263 Sre Austro-Asiatic #> 5268 Supyire Niger-Congo #> 5269 Maba Maban #> 5278 Chinantec (Quiotepec) Oto-Manguean #> 5311 Hausa Afro-Asiatic #> 5313 Bagirmi Central Sudanic #> 5316 Koromfe Niger-Congo #> 5318 Kanuri Saharan #> 5339 Mixtec (Chalcatongo) Oto-Manguean #> 5346 Tagalog Austronesian #> 5349 Tzotzil Mayan #> 5350 Ika Chibchan #> 5353 Krongo Kadu #> 5354 Chamorro Austronesian #> 5356 Kolami Dravidian #> 5372 Lahu Sino-Tibetan #> 5377 Kannada Dravidian #> 5381 Tamil Dravidian #> 5385 Awngi Afro-Asiatic #> 5399 Marathi Indo-European #> 5401 Rama Chibchan #> 5403 Nahuatl (Tetelcingo) Uto-Aztecan #> 5414 Thai Tai-Kadai #> 5416 Khmer Austro-Asiatic #> 5417 Jakaltek Mayan #> 5421 Koyraboro Senni Songhay #> 5422 Supyire Niger-Congo #> 5425 Vietnamese Austro-Asiatic #> 5427 Kunama Kunama #> 5438 Krongo Kadu #> 5448 Thai Tai-Kadai #> 5450 Bagirmi Central Sudanic #> 5451 Diola-Fogny Niger-Congo #> 5459 Marathi Indo-European #> 5462 Cebuano Austronesian #> 5469 Awngi Afro-Asiatic #> 5479 Amharic Afro-Asiatic #> 5480 Chinantec (Lealao) Oto-Manguean #> 5497 Koromfe Niger-Congo #> 5498 Telugu Dravidian #> 5503 Kemant Afro-Asiatic #> 5513 Hawaiian Austronesian #> 5515 Tzotzil Mayan #> 5525 Ika Chibchan #> 5530 Beja Afro-Asiatic #> 5534 Nahuatl (Tetelcingo) Uto-Aztecan #> 5541 Tamil Dravidian #> 5552 Kannada Dravidian #> 5558 Khmer Austro-Asiatic #> 5564 Nubian (Dongolese) Eastern Sudanic #> 5579 Chamorro Austronesian #> 5589 Jakaltek Mayan #> 5592 Supyire Niger-Congo #> 5603 Kanuri Saharan #> 5614 Pipil Uto-Aztecan #> 5622 Hausa Afro-Asiatic #> 5632 Kolami Dravidian #> 5639 Malayalam Dravidian #> 5657 Tagalog Austronesian #> 5662 Sora Austro-Asiatic #> 5673 Bambara Mande #> 5674 Mixtec (Chalcatongo) Oto-Manguean #> 5676 Kunama Kunama #> 5698 Maba Maban #> 5706 Kayah Li (Eastern) Sino-Tibetan #> 5707 Vietnamese Austro-Asiatic #> 5729 Lahu Sino-Tibetan #> 5732 Koyraboro Senni Songhay #> 5736 Rama Chibchan #> 5739 Tubu Saharan #> 5790 Miskito Misumalpan #> 5796 Rashad Kordofanian #> 5801 Sora Austro-Asiatic #> 5807 Donno So Dogon #> 5816 Mazatec (Chiquihuitlán) Oto-Manguean #> 5817 Tamil Dravidian #> 5826 Masalit Maban #> 5864 Remo Austro-Asiatic #> 5874 Diola-Fogny Niger-Congo #> 5875 Beja Afro-Asiatic #> 5884 Kemant Afro-Asiatic #> 5889 Ocuilteco Oto-Manguean #> 5896 Ika Chibchan #> 5900 Popoloca (San Juan Atzingo) Oto-Manguean #> 5901 Beria Saharan #> 5909 Tama Eastern Sudanic #> 5918 Tigré Afro-Asiatic #> 5921 Bilin Afro-Asiatic #> 5923 Kuvi Dravidian #> 5935 Berta Berta #> 5939 Orig Kordofanian #> 5942 Sungor Eastern Sudanic #> 5975 Malgwa Afro-Asiatic #> 5980 Chinantec (Comaltepec) Oto-Manguean #> 5981 Noon Niger-Congo #> 5989 Kunama Kunama #> 5996 Zapotec (Mitla) Oto-Manguean #> 5999 Jamsay Dogon #> 6006 Koya Dravidian #> 6010 Miisiirii Eastern Sudanic #> 6014 Ndut Niger-Congo #> 6018 Nubian (Dongolese) Eastern Sudanic #> 6035 Chinantec (Palantla) Oto-Manguean #> 6036 Kannada Dravidian #> 6047 Bisu Sino-Tibetan #> 6050 Runga Maban #> 6060 Gondi Dravidian #> 6074 Telugu Dravidian #> 6091 Kanuri Saharan #> 6094 Tlapanec Oto-Manguean #> 6100 Balanta Niger-Congo #> 6105 Tulu Dravidian #> 6110 Pech Chibchan #> 6111 Maba Maban #> 6123 Malayalam Dravidian #> 6133 Buduma Afro-Asiatic #> 6137 Tamashek Afro-Asiatic #> 6138 Lagwan Afro-Asiatic #> 6148 Nyimang Eastern Sudanic #> 6158 Hawaiian Austronesian #> 6162 Ingessana Eastern Sudanic #> 6164 Chontal Maya Mayan #> 6180 Lamani Indo-European #> 6182 Purépecha Tarascan #> 6185 Kara (in Central African Republic) Central Sudanic #> 6191 Bagirmi Central Sudanic #> 6194 Supyire Niger-Congo #> 6204 Uldeme Afro-Asiatic #> 6206 Tenyer Niger-Congo #> 6209 Tagalog Austronesian #> 6216 Anufo Niger-Congo #> 6217 Mehri Afro-Asiatic #> 6218 Masa Afro-Asiatic #> 6226 Mixe (Coatlán) Mixe-Zoque #> 6234 Koromfe Niger-Congo #> 6236 Shatt Eastern Sudanic #> 6237 Agta (Dupaningan) Austronesian #> 6245 Bimoba Niger-Congo #> 6248 Tzotzil Mayan #> 6249 Pipil Uto-Aztecan #> 6264 Kadugli Kadu #> 6269 Zapotec (Isthmus) Oto-Manguean #> 6278 Mixtec (Peñoles) Oto-Manguean #> 6302 Gude Afro-Asiatic #> 6303 Kenga Central Sudanic #> 6304 Chamorro Austronesian #> 6309 Chatino (Yaitepec) Oto-Manguean #> 6325 Seme Niger-Congo #> 6328 Lacandón Mayan #> 6333 Temein Eastern Sudanic #> 6338 Tzutujil Mayan #> 6342 Pa'a Afro-Asiatic #> 6359 Toussian Niger-Congo #> 6367 Laal Laal #> 6385 Margi Afro-Asiatic #> 6394 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 6414 Chatino (Sierra Occidental) Oto-Manguean #> 6416 Sipakapense Mayan #> 6424 Chinantec (Lealao) Oto-Manguean #> 6443 Soninke Mande #> 6445 Musgu Afro-Asiatic #> 6446 Mixtec (Jicaltepec) Oto-Manguean #> 6448 Podoko Afro-Asiatic #> 6450 Huave (San Mateo del Mar) Huavean #> 6465 Hausa Afro-Asiatic #> 6474 Mixtec (Ocotepec) Oto-Manguean #> 6475 Nahuatl (Michoacán) Uto-Aztecan #> 6484 Mixtec (Chalcatongo) Oto-Manguean #> 6485 Duka Niger-Congo #> 6498 Nahuatl (Tetelcingo) Uto-Aztecan #> 6502 Hiligaynon Austronesian #> 6510 Mada (in Cameroon) Afro-Asiatic #> 6514 Ngizim Afro-Asiatic #> 6524 Dagaare Niger-Congo #> 6525 Koyraboro Senni Songhay #> 6527 Zapotec (Zoogocho) Oto-Manguean #> 6535 Nara (in Ethiopia) Eastern Sudanic #> 6539 Tera Afro-Asiatic #> 6558 Garífuna Arawakan #> 6582 Lamang Afro-Asiatic #> 6603 Mam Mayan #> 6604 Konni Niger-Congo #> 6624 Jakaltek Mayan #> 6627 Zoque (Chimalapa) Mixe-Zoque #> 6628 Mina Afro-Asiatic #> 6632 Rama Chibchan #> 6639 Zoque (Copainalá) Mixe-Zoque #> 6647 Thai Tai-Kadai #> 6651 Katcha Kadu #> 6662 Agta (Central) Austronesian #> 6668 Nahali Nahali #> 6670 Moro Kordofanian #> 6671 Kolami Dravidian #> 6675 Bontok Austronesian #> 6683 Koyra Chiini Songhay #> 6692 Lao Tai-Kadai #> 6706 Kayah Li (Eastern) Sino-Tibetan #> 6713 Kirma Niger-Congo #> 6719 Stieng Austro-Asiatic #> 6724 Chrau Austro-Asiatic #> 6732 Vietnamese Austro-Asiatic #> 6746 Wolof Niger-Congo #> 6747 Mon Austro-Asiatic #> 6748 Sedang Austro-Asiatic #> 6774 Mixe (Ayutla) Mixe-Zoque #> 6777 Buli (in Ghana) Niger-Congo #> 6786 Masakin Kordofanian #> 6790 Bidiya Afro-Asiatic #> 6792 Cakchiquel Mayan #> 6793 Krongo Kadu #> 6795 Tigrinya Afro-Asiatic #> 6796 Katla Kordofanian #> 6799 Amharic Afro-Asiatic #> 6818 Karen (Bwe) Sino-Tibetan #> 6837 Karen (Sgaw) Sino-Tibetan #> 6839 Mooré Niger-Congo #> 6849 Kanakuru Afro-Asiatic #> 6850 Bobo Madaré (Northern) Mande #> 6856 Otoro Kordofanian #> 6860 Fur Fur #> 6867 Hdi Afro-Asiatic #> 6868 Miya Afro-Asiatic #> 6894 Amo Niger-Congo #> 6897 Thai Tai-Kadai #> 6900 Chamorro Austronesian #> 6901 Vietnamese Austro-Asiatic #> 6908 Tagalog Austronesian #> 6911 Mixtec (Chalcatongo) Oto-Manguean #> 6912 Nahuatl (Tetelcingo) Uto-Aztecan #> 6932 Masa Afro-Asiatic #> 6939 Purépecha Tarascan #> 6948 Fur Fur #> 6954 Tol Tol #> 6956 Koromfe Niger-Congo #> 6986 Sapuan Austro-Asiatic #> 6990 Chinantec (Lealao) Oto-Manguean #> 6997 Popoloca (San Juan Atzingo) Oto-Manguean #> 7008 Khmer Austro-Asiatic #> 7014 Tommo So Dogon #> 7016 Kannada Dravidian #> 7024 Duka Niger-Congo #> 7027 Zoque (Copainalá) Mixe-Zoque #> 7028 Kemant Afro-Asiatic #> 7035 Nubian (Dongolese) Eastern Sudanic #> 7038 Ika Chibchan #> 7049 Zapotec (Mitla) Oto-Manguean #> 7059 Nahali Nahali #> 7065 Kunama Kunama #> 7066 Beja Afro-Asiatic #> 7067 Kayah Li (Eastern) Sino-Tibetan #> 7069 Hausa Afro-Asiatic #> 7070 Koyraboro Senni Songhay #> 7075 Boko Mande #> 7077 Malayalam Dravidian #> 7080 Pech Chibchan #> 7085 Rama Chibchan #> 7100 Krongo Kadu #> 7101 Kanuri Saharan #> 7109 Miya Afro-Asiatic #> 7112 Maba Maban #> 7116 Bambara Mande #> 7130 Jakaltek Mayan #> 7141 Haitian Creole other #> 7144 Bagirmi Central Sudanic #> 7147 Tera Afro-Asiatic #> 7150 Huave (San Mateo del Mar) Huavean #> 7169 Mam Mayan #> 7176 Diola-Fogny Niger-Congo #> 7178 Lahu Sino-Tibetan #> 7183 Supyire Niger-Congo #> 7195 Huave (San Mateo del Mar) Huavean #> 7200 Nahali Nahali #> 7208 Krongo Kadu #> 7211 Ika Chibchan #> 7212 Nubian (Dongolese) Eastern Sudanic #> 7236 Jakaltek Mayan #> 7253 Kunama Kunama #> 7254 Hausa Afro-Asiatic #> 7257 Tommo So Dogon #> 7261 Bambara Mande #> 7263 Haitian Creole other #> 7270 Bagirmi Central Sudanic #> 7272 Maba Maban #> 7286 Pech Chibchan #> 7288 Kayah Li (Eastern) Sino-Tibetan #> 7289 Kanuri Saharan #> 7292 Miya Afro-Asiatic #> 7293 Tera Afro-Asiatic #> 7294 Diola-Fogny Niger-Congo #> 7298 Koyraboro Senni Songhay #> 7317 Kemant Afro-Asiatic #> 7322 Lahu Sino-Tibetan #> 7328 Boko Mande #> 7340 Zoque (Copainalá) Mixe-Zoque #> 7344 Rama Chibchan #> 7352 Supyire Niger-Congo #> 7357 Kannada Dravidian #> 7358 Beja Afro-Asiatic #> 7359 Mam Mayan #> 7362 Malayalam Dravidian #> 7365 Duka Niger-Congo #> 7370 Zapotec (Mitla) Oto-Manguean #> 7375 Popoloca (San Juan Atzingo) Oto-Manguean #> 7377 Sapuan Austro-Asiatic #> 7395 Koromfe Niger-Congo #> 7400 Khmer Austro-Asiatic #> 7410 Purépecha Tarascan #> 7416 Fur Fur #> 7434 Mixtec (Chalcatongo) Oto-Manguean #> 7440 Nahuatl (Tetelcingo) Uto-Aztecan #> 7444 Thai Tai-Kadai #> 7449 Tol Tol #> 7460 Tagalog Austronesian #> 7463 Chamorro Austronesian #> 7476 Masa Afro-Asiatic #> 7480 Chinantec (Lealao) Oto-Manguean #> 7484 Vietnamese Austro-Asiatic #> 7500 Khmer Austro-Asiatic #> 7501 Marathi Indo-European #> 7504 Tamil Dravidian #> 7505 Hausa Afro-Asiatic #> 7522 Koyraboro Senni Songhay #> 7530 Tagalog Austronesian #> 7533 Kannada Dravidian #> 7534 Bisu Sino-Tibetan #> 7543 Tommo So Dogon #> 7547 Miya Afro-Asiatic #> 7558 Koromfe Niger-Congo #> 7564 Kodava Dravidian #> 7565 Thai Tai-Kadai #> 7568 Supyire Niger-Congo #> 7572 Malayalam Dravidian #> 7579 Musgu Afro-Asiatic #> 7580 Popoloca (Metzontla) Oto-Manguean #> 7596 Wolof Niger-Congo #> 7601 Bagirmi Central Sudanic #> 7623 Vietnamese Austro-Asiatic #> 7624 Bozo (Tigemaxo) Mande #> 7648 Buduma Afro-Asiatic #> 7650 Zapotec (Quiegolani) Oto-Manguean #> 7656 Kanuri Saharan #> 7660 Tzutujil Mayan #> 7662 Mixtec (Chalcatongo) Oto-Manguean #> 7665 Purépecha Tarascan #> 7666 Nahuatl (Tetelcingo) Uto-Aztecan #> 7667 Chamorro Austronesian #> 7668 Chocho Oto-Manguean #> 7671 Malgwa Afro-Asiatic #> 7675 Itzaj Mayan #> 7696 Kàsim Niger-Congo #> 7703 Bagirmi Central Sudanic #> 7708 Zapotec (Mitla) Oto-Manguean #> 7710 Chrau Austro-Asiatic #> 7711 Supyire Niger-Congo #> 7715 Tenyer Niger-Congo #> 7717 Chinantec (Quiotepec) Oto-Manguean #> 7718 Tagalog Austronesian #> 7721 Mixtec (Peñoles) Oto-Manguean #> 7722 Mooré Niger-Congo #> 7730 Miya Afro-Asiatic #> 7744 Tzutujil Mayan #> 7754 Lahu Sino-Tibetan #> 7755 Mixe (Coatlán) Mixe-Zoque #> 7760 Mam Mayan #> 7767 Gondi Dravidian #> 7768 Kara (in Central African Republic) Central Sudanic #> 7770 Koyraboro Senni Songhay #> 7773 Tzotzil Mayan #> 7789 Anufo Niger-Congo #> 7794 Zapotec (Isthmus) Oto-Manguean #> 7804 Xasonga Mande #> 7806 Kanakuru Afro-Asiatic #> 7826 Ocuilteco Oto-Manguean #> 7832 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 7845 Nara (in Ethiopia) Eastern Sudanic #> 7854 Mixtec (Jicaltepec) Oto-Manguean #> 7856 Tamashek Afro-Asiatic #> 7873 Donno So Dogon #> 7875 Kannada Dravidian #> 7877 Tlapanec Oto-Manguean #> 7878 Sapuan Austro-Asiatic #> 7895 Buduma Afro-Asiatic #> 7896 Mixtec (Ocotepec) Oto-Manguean #> 7897 Kenga Central Sudanic #> 7898 Jamsay Dogon #> 7908 Agta (Central) Austronesian #> 7916 Maninka (Western) Mande #> 7917 Amo Niger-Congo #> 7919 Lagwan Afro-Asiatic #> 7925 Noon Niger-Congo #> 7936 Stieng Austro-Asiatic #> 7937 Cham (Western) Austronesian #> 7942 Hiligaynon Austronesian #> 7959 Chinantec (Comaltepec) Oto-Manguean #> 7961 Kuvi Dravidian #> 7966 Berta Berta #> 7968 Uldeme Afro-Asiatic #> 7969 Zapotec (Yatzachi) Oto-Manguean #> 7986 Sedang Austro-Asiatic #> 7989 Wolof Niger-Congo #> 7992 Laal Laal #> 7995 Kayah Li (Eastern) Sino-Tibetan #> 7997 Tera Afro-Asiatic #> 8008 Brao Austro-Asiatic #> 8016 Chinantec (Lealao) Oto-Manguean #> 8022 Hdi Afro-Asiatic #> 8026 Agta (Dupaningan) Austronesian #> 8028 Ifugao (Batad) Austronesian #> 8031 Margi Afro-Asiatic #> 8033 Goajiro Arawakan #> 8034 Karen (Bwe) Sino-Tibetan #> 8063 Bobo Madaré (Northern) Mande #> 8072 Mazatec (Huautla) Oto-Manguean #> 8075 Sipakapense Mayan #> 8077 Duka Niger-Congo #> 8080 Musgu Afro-Asiatic #> 8082 Bambara Mande #> 8092 Lao Tai-Kadai #> 8093 Podoko Afro-Asiatic #> 8096 Lacandón Mayan #> 8102 Trique (Copala) Oto-Manguean #> 8103 Soninke Mande #> 8105 Sre Austro-Asiatic #> 8106 Mixe (Ayutla) Mixe-Zoque #> 8118 Karen (Sgaw) Sino-Tibetan #> 8142 Vietnamese Austro-Asiatic #> 8156 Chamorro Austronesian #> 8158 Marathi Indo-European #> 8165 Chatino (Sierra Occidental) Oto-Manguean #> 8167 Lamani Indo-European #> 8171 Koromfe Niger-Congo #> 8173 Kasong Austro-Asiatic #> 8176 Masa Afro-Asiatic #> 8177 Mbara Afro-Asiatic #> 8191 Mon Austro-Asiatic #> 8196 Mina Afro-Asiatic #> 8197 Gude Afro-Asiatic #> 8198 Waama Niger-Congo #> 8210 Thai Tai-Kadai #> 8216 Tubu Saharan #> 8217 Lamang Afro-Asiatic #> 8229 Mixtec (Yosondúa) Oto-Manguean #> 8230 Karen (Pwo) Sino-Tibetan #> 8232 Huave (San Mateo del Mar) Huavean #> 8246 Hausa Afro-Asiatic #> 8252 Malayalam Dravidian #> 8256 Bontok Austronesian #> 8272 Khmer Austro-Asiatic #> 8283 Bisu Sino-Tibetan #> 8286 Nubian (Dongolese) Eastern Sudanic #> 8292 Bilin Afro-Asiatic #> 8296 Maba Maban #> 8297 Masalit Maban #> 8325 Kolami Dravidian #> 8334 Zoque (Copainalá) Mixe-Zoque #> 8346 Gumuz Gumuz #> 8349 Kanuri Saharan #> 8353 Bimoba Niger-Congo #> 8355 Kunama Kunama #> 8370 Runga Maban #> 8375 Kemant Afro-Asiatic #> 8378 Telugu Dravidian #> 8389 Krongo Kadu #> 8392 Remo Austro-Asiatic #> 8395 Tamil Dravidian #> 8414 Beria Saharan #> 8440 Beja Afro-Asiatic #> 8442 Gutob Austro-Asiatic #> 8447 Moro Kordofanian #> 8450 Ika Chibchan #> 8452 Onge South Andamanese #> 8453 Miskito Misumalpan #> 8455 Amharic Afro-Asiatic #> 8499 Chinantec (Palantla) Oto-Manguean #> 8502 Zoque (Chimalapa) Mixe-Zoque #> 8510 Jakaltek Mayan #> 8517 Pipil Uto-Aztecan #> 8520 Diola-Fogny Niger-Congo #> 8526 Tuareg (Air) Afro-Asiatic #> 8562 Konni Niger-Congo #> 8585 Chontal Maya Mayan #> 8590 Ngizim Afro-Asiatic #> 8600 Pa'a Afro-Asiatic #> 8609 Koyra Chiini Songhay #> 8633 Nahuatl (Tetelcingo) Uto-Aztecan #> 8640 Zapotec (Zoogocho) Oto-Manguean #> 8643 Malgwa Afro-Asiatic #> 8646 Mehri Afro-Asiatic #> 8649 Mixtec (Chalcatongo) Oto-Manguean #> 8652 Bambara Mande #> 8654 Ghulfan Eastern Sudanic #> 8657 Tamil Dravidian #> 8663 Kannada Dravidian #> 8666 Bilin Afro-Asiatic #> 8682 Amharic Afro-Asiatic #> 8684 Parji (Dravidian) Dravidian #> 8706 Beja Afro-Asiatic #> 8723 Khmer Austro-Asiatic #> 8728 Cebuano Austronesian #> 8731 Tzutujil Mayan #> 8732 Lahu Sino-Tibetan #> 8736 Thai Tai-Kadai #> 8740 Sedang Austro-Asiatic #> 8745 Tagalog Austronesian #> 8765 Vietnamese Austro-Asiatic #> 8769 Tera Afro-Asiatic #> 8777 Hausa Afro-Asiatic #> 8779 Supyire Niger-Congo #> 8780 Zoque (Copainalá) Mixe-Zoque #> 8783 Goajiro Arawakan #> 8803 Margi Afro-Asiatic #> 8808 Kanuri Saharan #> 8810 Zapotec (Ixtlan) Oto-Manguean #> 8818 Mixtec (Peñoles) Oto-Manguean #> 8830 Koyra Chiini Songhay #> 8833 Miskito Misumalpan #> 8844 Gurenne Niger-Congo #> 8855 Papiamentu other #> 8857 Nahuatl (Pochutla) Uto-Aztecan #> 8870 Kunama Kunama #> 8873 Palor Niger-Congo #> 8874 Mooré Niger-Congo #> 8881 Tubu Saharan #> 8882 Haitian Creole other #> 8885 Diola-Fogny Niger-Congo #> 8887 Krongo Kadu #> 8906 Otoro Kordofanian #> 8914 Krongo Kadu #> 8918 Tagalog Austronesian #> 8921 Zoque (Copainalá) Mixe-Zoque #> 8922 Haitian Creole other #> 8936 Chamorro Austronesian #> 8937 Palor Niger-Congo #> 8938 Thai Tai-Kadai #> 8956 Goajiro Arawakan #> 8960 Jakaltek Mayan #> 8963 Tzotzil Mayan #> 8964 Cebuano Austronesian #> 8965 Tzutujil Mayan #> 8976 Papiamentu other #> 8979 Kapampangan Austronesian #> 8983 Sedang Austro-Asiatic #> 8986 Bagirmi Central Sudanic #> 8991 Khmer Austro-Asiatic #> 8993 Wolof Niger-Congo #> 8999 Chrau Austro-Asiatic #> 9003 Lao Tai-Kadai #> 9005 Chinantec (Comaltepec) Oto-Manguean #> 9012 Vietnamese Austro-Asiatic #> 9020 Mam Mayan #> 9022 Katla Kordofanian #> 9023 Sre Austro-Asiatic #> 9026 Lahu Sino-Tibetan #> 9040 Ilocano Austronesian #> 9043 Malayalam Dravidian #> 9051 Telugu Dravidian #> 9052 Totonac (Misantla) Totonacan #> 9066 Parji (Dravidian) Dravidian #> 9085 Miskito Misumalpan #> 9089 Tigré Afro-Asiatic #> 9092 Kanakuru Afro-Asiatic #> 9098 Rashad Kordofanian #> 9099 Hausa Afro-Asiatic #> 9106 Amharic Afro-Asiatic #> 9109 Kannada Dravidian #> 9119 Ngizim Afro-Asiatic #> 9132 Tamil Dravidian #> 9151 Rama Chibchan #> 9165 Remo Austro-Asiatic #> 9173 Kunama Kunama #> 9174 Bambara Mande #> 9176 Supyire Niger-Congo #> 9177 Maninka (Western) Mande #> 9180 Mooré Niger-Congo #> 9183 Kasem Niger-Congo #> 9190 Beja Afro-Asiatic #> 9194 Ghulfan Eastern Sudanic #> 9196 Gude Afro-Asiatic #> 9200 Nahuatl (Tetelcingo) Uto-Aztecan #> 9205 Zapotec (Isthmus) Oto-Manguean #> 9206 Chatino (Sierra Occidental) Oto-Manguean #> 9212 Tubu Saharan #> 9218 Sora Austro-Asiatic #> 9225 Zarma Songhay #> 9230 Mixtec (Peñoles) Oto-Manguean #> 9232 Nara (in Ethiopia) Eastern Sudanic #> 9235 Kanuri Saharan #> 9236 Daba Afro-Asiatic #> 9243 Margi Afro-Asiatic #> 9256 Bilin Afro-Asiatic #> 9262 Popoloca (Metzontla) Oto-Manguean #> 9273 Gurenne Niger-Congo #> 9278 Ghulfan Eastern Sudanic #> 9279 Thai Tai-Kadai #> 9287 Ilocano Austronesian #> 9296 Cebuano Austronesian #> 9313 Mooré Niger-Congo #> 9314 Bambara Mande #> 9328 Tzotzil Mayan #> 9333 Khmer Austro-Asiatic #> 9334 Zapotec (Isthmus) Oto-Manguean #> 9341 Lao Tai-Kadai #> 9346 Jakaltek Mayan #> 9351 Papiamentu other #> 9354 Kasem Niger-Congo #> 9355 Haitian Creole other #> 9357 Supyire Niger-Congo #> 9358 Zarma Songhay #> 9361 Tagalog Austronesian #> 9365 Katla Kordofanian #> 9371 Hausa Afro-Asiatic #> 9373 Goajiro Arawakan #> 9376 Bagirmi Central Sudanic #> 9377 Kanakuru Afro-Asiatic #> 9383 Vietnamese Austro-Asiatic #> 9387 Sora Austro-Asiatic #> 9389 Krongo Kadu #> 9393 Totonac (Misantla) Totonacan #> 9397 Otoro Kordofanian #> 9398 Rashad Kordofanian #> 9399 Daba Afro-Asiatic #> 9409 Chinantec (Comaltepec) Oto-Manguean #> 9419 Remo Austro-Asiatic #> 9420 Lahu Sino-Tibetan #> 9428 Gude Afro-Asiatic #> 9432 Tzutujil Mayan #> 9433 Parji (Dravidian) Dravidian #> 9443 Palor Niger-Congo #> 9448 Malayalam Dravidian #> 9451 Sre Austro-Asiatic #> 9453 Ngizim Afro-Asiatic #> 9454 Gurenne Niger-Congo #> 9456 Kanuri Saharan #> 9458 Kapampangan Austronesian #> 9460 Nara (in Ethiopia) Eastern Sudanic #> 9467 Sedang Austro-Asiatic #> 9473 Chatino (Sierra Occidental) Oto-Manguean #> 9477 Maninka (Western) Mande #> 9489 Mixtec (Peñoles) Oto-Manguean #> 9491 Zoque (Copainalá) Mixe-Zoque #> 9495 Kunama Kunama #> 9504 Popoloca (Metzontla) Oto-Manguean #> 9511 Margi Afro-Asiatic #> 9512 Chamorro Austronesian #> 9520 Wolof Niger-Congo #> 9521 Mam Mayan #> 9522 Tubu Saharan #> 9534 Chrau Austro-Asiatic #> 9570 Beja Afro-Asiatic #> 9576 Amharic Afro-Asiatic #> 9579 Rama Chibchan #> 9583 Miskito Misumalpan #> 9592 Kannada Dravidian #> 9608 Tigré Afro-Asiatic #> 9611 Tamil Dravidian #> 9620 Bilin Afro-Asiatic #> 9633 Nahuatl (Tetelcingo) Uto-Aztecan #> 9636 Telugu Dravidian #> 9675 Bambara Mande #> 9682 Hawaiian Austronesian #> 9694 Bobo Madaré (Northern) Mande #> 9703 Chinantec (Quiotepec) Oto-Manguean #> 9708 Mixtec (Chalcatongo) Oto-Manguean #> 9711 Toro So Dogon #> 9731 Tigré Afro-Asiatic #> 9732 Temein Eastern Sudanic #> 9757 Awngi Afro-Asiatic #> 9761 Kunama Kunama #> 9766 Tera Afro-Asiatic #> 9770 Ngizim Afro-Asiatic #> 9772 Bisa Mande #> 9782 Koromfe Niger-Congo #> 9784 Ndut Niger-Congo #> 9786 Purépecha Tarascan #> 9793 Kanuri Saharan #> 9796 Vietnamese Austro-Asiatic #> 9798 Huave (San Mateo del Mar) Huavean #> 9805 Japreria Cariban #> 9808 Tagalog Austronesian #> 9811 Phlong Sino-Tibetan #> 9812 Moro Kordofanian #> 9826 Ingessana Eastern Sudanic #> 9832 Koyra Chiini Songhay #> 9833 Nahuatl (North Puebla) Uto-Aztecan #> 9843 Jakaltek Mayan #> 9845 Krongo Kadu #> 9846 Amo Niger-Congo #> 9853 Bagirmi Central Sudanic #> 9878 Chamorro Austronesian #> 9879 Ika Chibchan #> 9885 Tama Eastern Sudanic #> 9889 Nyimang Eastern Sudanic #> 9891 Berta Berta #> 9894 Sora Austro-Asiatic #> 9896 Chinantec (Lealao) Oto-Manguean #> 9899 Thai Tai-Kadai #> 9903 Fur Fur #> 9907 Nahuatl (Tetelcingo) Uto-Aztecan #> 9910 Jomang Kordofanian #> 9912 Pech Chibchan #> 9917 Daju (Dar Fur) Eastern Sudanic #> 9918 Kayah Li (Eastern) Sino-Tibetan #> 9921 Kadugli Kadu #> 9926 Sedang Austro-Asiatic #> 9928 Nara (in Ethiopia) Eastern Sudanic #> 9930 Supyire Niger-Congo #> 9932 Karen (Sgaw) Sino-Tibetan #> 9937 Amharic Afro-Asiatic #> 9939 Tol Tol #> 9948 Kanakuru Afro-Asiatic #> 9959 Dangaléat (Western) Afro-Asiatic #> 9961 Mazatec (Chiquihuitlán) Oto-Manguean #> 9963 Pacoh Austro-Asiatic #> 9967 Rama Chibchan #> 9980 Hausa Afro-Asiatic #> 9981 Lahu Sino-Tibetan #> 9987 Telugu Dravidian #> 9990 Great Andamanese Great Andamanese #> 10004 Sre Austro-Asiatic #> 10007 Wolof Niger-Congo #> 10009 Kannada Dravidian #> 10014 Kotoko Afro-Asiatic #> 10020 Kota Dravidian #> 10026 Beja Afro-Asiatic #> 10046 Bru (Western) Austro-Asiatic #> 10050 Tzeltal (Aguacatenango) Mayan #> 10053 Maba Maban #> 10054 Soqotri Afro-Asiatic #> 10061 Brao Austro-Asiatic #> 10066 Nyah Kur (Tha Pong) Austro-Asiatic #> 10067 Zoque (Copainalá) Mixe-Zoque #> 10069 Tampulma Niger-Congo #> 10087 Mixe (Totontepec) Mixe-Zoque #> 10092 Cham (Western) Austronesian #> 10095 Amuzgo Oto-Manguean #> 10107 Tulu Dravidian #> 10124 Diola-Fogny Niger-Congo #> 10127 Koya Dravidian #> 10134 Jeh Austro-Asiatic #> 10147 Khmer Austro-Asiatic #> 10154 Hausa Afro-Asiatic #> 10155 Wolof Niger-Congo #> 10156 Zapotec (Isthmus) Oto-Manguean #> 10161 Rashad Kordofanian #> 10168 Chamorro Austronesian #> 10182 Beja Afro-Asiatic #> 10183 Mooré Niger-Congo #> 10189 Tzotzil Mayan #> 10191 Nahuatl (Tetelcingo) Uto-Aztecan #> 10199 Tigré Afro-Asiatic #> 10200 Tagalog Austronesian #> 10201 Supyire Niger-Congo #> 10205 Parji (Dravidian) Dravidian #> 10213 Haitian Creole other #> 10227 Kasem Niger-Congo #> 10228 Krongo Kadu #> 10233 Jakaltek Mayan #> 10235 Malayalam Dravidian #> 10241 Ilocano Austronesian #> 10246 Zarma Songhay #> 10247 Lao Tai-Kadai #> 10249 Papiamentu other #> 10250 Bilin Afro-Asiatic #> 10254 Kanakuru Afro-Asiatic #> 10259 Zoque (Copainalá) Mixe-Zoque #> 10266 Cebuano Austronesian #> 10274 Bambara Mande #> 10290 Kapampangan Austronesian #> 10304 Amharic Afro-Asiatic #> 10306 Tzutujil Mayan #> 10307 Miskito Misumalpan #> 10308 Otoro Kordofanian #> 10313 Gurenne Niger-Congo #> 10319 Mam Mayan #> 10322 Mixtec (Peñoles) Oto-Manguean #> 10331 Ngizim Afro-Asiatic #> 10334 Chinantec (Comaltepec) Oto-Manguean #> 10336 Ghulfan Eastern Sudanic #> 10342 Chatino (Sierra Occidental) Oto-Manguean #> 10347 Maninka (Western) Mande #> 10360 Kunama Kunama #> 10366 Totonac (Misantla) Totonacan #> 10368 Sre Austro-Asiatic #> 10395 Tubu Saharan #> 10405 Vietnamese Austro-Asiatic #> 10413 Kannada Dravidian #> 10416 Margi Afro-Asiatic #> 10417 Katla Kordofanian #> 10419 Thai Tai-Kadai #> 10427 Remo Austro-Asiatic #> 10429 Bagirmi Central Sudanic #> 10431 Kanuri Saharan #> 10439 Gude Afro-Asiatic #> 10441 Lahu Sino-Tibetan #> 10449 Khmer Austro-Asiatic #> 10455 Rama Chibchan #> 10456 Goajiro Arawakan #> 10466 Daba Afro-Asiatic #> 10475 Nara (in Ethiopia) Eastern Sudanic #> 10479 Sora Austro-Asiatic #> 10489 Sedang Austro-Asiatic #> 10493 Palor Niger-Congo #> 10509 Telugu Dravidian #> 10511 Tamil Dravidian #> 10516 Popoloca (Metzontla) Oto-Manguean #> 10519 Chrau Austro-Asiatic #> 10545 Bilin Afro-Asiatic #> 10552 Tubu Saharan #> 10553 Jakaltek Mayan #> 10561 Krongo Kadu #> 10569 Telugu Dravidian #> 10572 Amharic Afro-Asiatic #> 10574 Maninka (Western) Mande #> 10579 Marathi Indo-European #> 10580 Cebuano Austronesian #> 10582 Remo Austro-Asiatic #> 10587 Tamil Dravidian #> 10596 Kemant Afro-Asiatic #> 10598 Kanuri Saharan #> 10604 Purépecha Tarascan #> 10616 Vietnamese Austro-Asiatic #> 10623 Koromfe Niger-Congo #> 10630 Thai Tai-Kadai #> 10634 Margi Afro-Asiatic #> 10635 Sapuan Austro-Asiatic #> 10637 Hausa Afro-Asiatic #> 10638 Dagaare Niger-Congo #> 10639 Khmer Austro-Asiatic #> 10640 Wolof Niger-Congo #> 10642 Fula (Senegal) Niger-Congo #> 10647 Miskito Misumalpan #> 10656 Bisu Sino-Tibetan #> 10670 Mixtec (Atatlahuca) Oto-Manguean #> 10691 Goajiro Arawakan #> 10695 Ilocano Austronesian #> 10721 Rama Chibchan #> 10726 Supyire Niger-Congo #> 10729 Bambara Mande #> 10731 Ika Chibchan #> 10741 Kayah Li (Eastern) Sino-Tibetan #> 10751 Mixtec (Chalcatongo) Oto-Manguean #> 10758 Koyraboro Senni Songhay #> 10761 Jakaltek Mayan #> 10764 Kunama Kunama #> 10776 Tagalog Austronesian #> 10777 Chamorro Austronesian #> 10779 Bagirmi Central Sudanic #> 10788 Krongo Kadu #> 10793 Bole Afro-Asiatic #> 10799 Koromfe Niger-Congo #> 10800 Khmer Austro-Asiatic #> 10810 Kannada Dravidian #> 10817 Koyra Chiini Songhay #> 10820 Gidar Afro-Asiatic #> 10822 Hausa Afro-Asiatic #> 10823 Thai Tai-Kadai #> 10824 Vietnamese Austro-Asiatic #> 10837 Fur Fur #> 10838 Giziga Afro-Asiatic #> 10844 Chinantec (Lealao) Oto-Manguean #> 10854 Nubian (Dongolese) Eastern Sudanic #> 10865 Miya Afro-Asiatic #> 10880 Bambara Mande #> 10886 Ika Chibchan #> 10892 Supyire Niger-Congo #> 10894 Krongo Kadu #> 10903 Miya Afro-Asiatic #> 10906 Kayah Li (Eastern) Sino-Tibetan #> 10907 Bagirmi Central Sudanic #> 10908 Hausa Afro-Asiatic #> 10909 Bole Afro-Asiatic #> 10919 Kunama Kunama #> 10923 Koromfe Niger-Congo #> 10925 Koyra Chiini Songhay #> 10929 Jakaltek Mayan #> 10937 Kannada Dravidian #> 10943 Fur Fur #> 10946 Chinantec (Lealao) Oto-Manguean #> 10957 Thai Tai-Kadai #> 10960 Mixtec (Chalcatongo) Oto-Manguean #> 10962 Khmer Austro-Asiatic #> 10967 Koyraboro Senni Songhay #> 10968 Chamorro Austronesian #> 10975 Tagalog Austronesian #> 10980 Bisu Sino-Tibetan #> 10995 Tagalog Austronesian #> 10997 Krongo Kadu #> 11012 Midob Eastern Sudanic #> 11019 Wolof Niger-Congo #> 11028 Kemant Afro-Asiatic #> 11029 Khmer Austro-Asiatic #> 11033 Kayah Li (Eastern) Sino-Tibetan #> 11039 Sapuan Austro-Asiatic #> 11041 Kodava Dravidian #> 11045 Purépecha Tarascan #> 11049 Chamorro Austronesian #> 11052 Kannada Dravidian #> 11060 Bozo (Tigemaxo) Mande #> 11072 Supyire Niger-Congo #> 11087 Thai Tai-Kadai #> 11089 Ika Chibchan #> 11090 Karao Austronesian #> 11096 Marathi Indo-European #> 11099 Sedang Austro-Asiatic #> 11101 Rama Chibchan #> 11115 Miskito Misumalpan #> 11116 Vietnamese Austro-Asiatic #> 11119 Pech Chibchan #> 11126 Koyraboro Senni Songhay #> 11131 Hausa Afro-Asiatic #> 11139 Nahuatl (Tetelcingo) Uto-Aztecan #> 11151 Tzutujil Mayan #> 11152 Mehri Afro-Asiatic #> 11155 Qafar Afro-Asiatic #> 11158 Jakaltek Mayan #> 11165 Mam Mayan #> 11170 Mixtec (Chalcatongo) Oto-Manguean #> 11171 Popoloca (Metzontla) Oto-Manguean #> 11173 Bagirmi Central Sudanic #> 11177 Zapotec (Quiegolani) Oto-Manguean #> 11178 Buduma Afro-Asiatic #> 11179 Chocho Oto-Manguean #> 11183 Soqotri Afro-Asiatic #> 11196 Koromfe Niger-Congo #> 11203 Miya Afro-Asiatic #> 11232 Olutec Mixe-Zoque #> 11236 Nahuatl (Mecayapan Isthmus) Uto-Aztecan #> 11246 Zoque (Chimalapa) Mixe-Zoque #> 11258 Itzaj Mayan #> 11264 Chinantec (Lealao) Oto-Manguean #> 11276 Vietnamese Austro-Asiatic #> 11296 Mixtec (Chalcatongo) Oto-Manguean #> 11300 Supyire Niger-Congo #> 11306 Koromfe Niger-Congo #> 11319 Nahuatl (Tetelcingo) Uto-Aztecan #> 11334 Tamil Dravidian #> 11335 Itzaj Mayan #> 11349 Noon Niger-Congo #> 11350 Hausa Afro-Asiatic #> 11360 Marathi Indo-European #> 11366 Malayalam Dravidian #> 11373 Tagalog Austronesian #> 11375 Rama Chibchan #> 11387 Tzutujil Mayan #> 11388 Krongo Kadu #> 11391 Nubian (Dongolese) Eastern Sudanic #> 11392 Miya Afro-Asiatic #> 11395 Ika Chibchan #> 11404 Kanuri Saharan #> 11417 Kannada Dravidian #> 11426 Koyra Chiini Songhay #> 11428 Purépecha Tarascan #> 11432 Nahuatl (Tetelcingo) Uto-Aztecan #> 11455 Tzutujil Mayan #> 11456 Chamorro Austronesian #> 11463 Vietnamese Austro-Asiatic #> 11474 Kanuri Saharan #> 11475 Mixtec (Chalcatongo) Oto-Manguean #> 11477 Miya Afro-Asiatic #> 11488 Chinantec (Lealao) Oto-Manguean #> 11504 Krongo Kadu #> 11514 Koromfe Niger-Congo #> 11516 Hausa Afro-Asiatic #> 11520 Supyire Niger-Congo #> 11540 Marathi Indo-European #> 11543 Itzaj Mayan #> 11554 Tagalog Austronesian #> 11559 Rama Chibchan #> 11563 Ika Chibchan #> 11569 Tamil Dravidian #> 11571 Nubian (Dongolese) Eastern Sudanic #> 11591 Kannada Dravidian #> 11604 Noon Niger-Congo #> 11606 Vietnamese Austro-Asiatic #> 11617 Nahuatl (Tetelcingo) Uto-Aztecan #> 11620 Chamorro Austronesian #> 11625 Tzutujil Mayan #> 11628 Chinantec (Lealao) Oto-Manguean #> 11636 Mixtec (Chalcatongo) Oto-Manguean #> 11638 Krongo Kadu #> 11640 Hausa Afro-Asiatic #> 11643 Ika Chibchan #> 11658 Koromfe Niger-Congo #> 11664 Noon Niger-Congo #> 11666 Supyire Niger-Congo #> 11677 Kanuri Saharan #> 11691 Miya Afro-Asiatic #> 11697 Tagalog Austronesian #> 11700 Marathi Indo-European #> 11713 Rama Chibchan #> 11725 Malayalam Dravidian #> 11734 Tamil Dravidian #> 11746 Kannada Dravidian #> 11748 Nubian (Dongolese) Eastern Sudanic #> 11784 Tzutujil Mayan #> 11786 Rama Chibchan #> 11803 Jakaltek Mayan #> 11807 Kanuri Saharan #> 11814 Vietnamese Austro-Asiatic #> 11825 Tagalog Austronesian #> 11826 Malayalam Dravidian #> 11828 Supyire Niger-Congo #> 11829 Miya Afro-Asiatic #> 11837 Mixtec (Chalcatongo) Oto-Manguean #> 11839 Koyra Chiini Songhay #> 11842 Noon Niger-Congo #> 11846 Marathi Indo-European #> 11856 Nahuatl (Tetelcingo) Uto-Aztecan #> 11859 Ika Chibchan #> 11871 Itzaj Mayan #> 11888 Nubian (Dongolese) Eastern Sudanic #> 11895 Krongo Kadu #> 11899 Koromfe Niger-Congo #> 11905 Kannada Dravidian #> 11911 Tamil Dravidian #> 11918 Bontok Austronesian #> 11921 Kanuri Saharan #> 11922 Rengao Austro-Asiatic #> 11926 Cakchiquel Mayan #> 11928 Kankanay Austronesian #> 11933 Amharic Afro-Asiatic #> 11935 Malayalam Dravidian #> 11937 Mixtec (San Miguel el Grande) Oto-Manguean #> 11938 Zapotec (Mixtepec) Oto-Manguean #> 11939 Zapotec (Juárez) Oto-Manguean #> 11945 Carolinian Austronesian #> 11952 Gurma Niger-Congo #> 11956 Chontal Maya Mayan #> 11961 Dumagat (Casiguran) Austronesian #> 11962 Mazahua Oto-Manguean #> 11971 Chontal (Highland) Tequistlatecan #> 11978 Mopan Mayan #> 11979 Midob Eastern Sudanic #> 11985 Kanjobal (Eastern) Mayan #> 11990 Chatino (Tataltepec) Oto-Manguean #> 11993 Zoque (Francisco León) Mixe-Zoque #> 11995 Diola-Kasa Niger-Congo #> 12003 Maba Maban #> 12005 Yucatec Mayan #> 12007 Ilocano Austronesian #> 12013 Oriya (Kotia) Indo-European #> 12014 Ika Chibchan #> 12018 Tzotzil (San Andrés) Mayan #> 12020 Ngizim Afro-Asiatic #> 12021 Olutec Mixe-Zoque #> 12022 Ifugao (Batad) Austronesian #> 12025 Koromfe Niger-Congo #> 12026 Zapotec (Isthmus) Oto-Manguean #> 12031 Itzaj Mayan #> 12034 Krongo Kadu #> 12037 Kanjobal (Western) Mayan #> 12039 Chol Mayan #> 12043 Purépecha Tarascan #> 12048 Chrau Austro-Asiatic #> 12050 Hausa Afro-Asiatic #> 12051 Bambara Mande #> 12054 Jakaltek Mayan #> 12059 Tojolabal Mayan #> 12060 Chamorro Austronesian #> 12063 Chocho Oto-Manguean #> 12065 Yukpa Cariban #> 12070 Hawaiian Austronesian #> 12073 Sayula Popoluca Mixe-Zoque #> 12074 Tamil Dravidian #> 12080 Cham (Western) Austronesian #> 12081 Nahuatl (Tetelcingo) Uto-Aztecan #> 12083 Rade Austronesian #> 12084 Nahuatl (Sierra de Zacapoaxtla) Uto-Aztecan #> 12090 Itawis Austronesian #> 12093 Marathi Indo-European #> 12095 Susu Mande #> 12096 Jeh Austro-Asiatic #> 12099 Ixil Mayan #> 12100 Mixe (Totontepec) Mixe-Zoque #> 12102 Mixtec (Chayuco) Oto-Manguean #> 12107 Tzeltal (Tenejapa) Mayan #> 12108 Nahuatl (Pajapan) Uto-Aztecan #> 12109 Zapotec (Zoogocho) Oto-Manguean #> 12112 Nubian (Dongolese) Eastern Sudanic #> 12113 Chuj Mayan #> 12117 Tlapanec Oto-Manguean #> 12118 Rama Chibchan #> 12123 Chinantec (San Felipe Usila) Oto-Manguean #> 12124 Sedang Austro-Asiatic #> 12130 Quiché Mayan #> 12131 Khmer Austro-Asiatic #> 12134 Roglai (Northern) Austronesian #> 12135 Tzeltal (Bachajón) Mayan #> 12136 Tigré (Beni Amer) Afro-Asiatic #> 12140 Pacoh Austro-Asiatic #> 12144 Damana Chibchan #> 12153 Mnong (Eastern) Austro-Asiatic #> 12156 Ixcatec Oto-Manguean #> 12162 Mayangna Misumalpan #> 12172 Pocomam Oriental Mayan #> 12174 Bahnar Austro-Asiatic #> 12175 Popoluca (Sierra) Mixe-Zoque #> 12188 Bikol Austronesian #> 12211 Cogui Chibchan #> 12214 Trique (Chicahuaxtla) Oto-Manguean #> 12221 Cuicatec Oto-Manguean #> 12230 Chimila Chibchan #> 12263 Lao Tai-Kadai #> 12268 Miskito Misumalpan #> 12281 Chicomuceltec Mayan #> 12290 Chinantec (Lealao) Oto-Manguean #> 12293 Hiligaynon Austronesian #> 12295 Mixe (Coatlán) Mixe-Zoque #> 12298 Nahuatl (Xalitla) Uto-Aztecan #> 12304 Thai Tai-Kadai #> 12333 Tol Tol #> 12342 Katu Austro-Asiatic #> 12347 Goajiro Arawakan #> 12352 Mazatec (Chiquihuitlán) Oto-Manguean #> 12356 Pipil Uto-Aztecan #> 12398 Boko Mande #> 12402 Zapotec (Mitla) Oto-Manguean #> 12427 Popoloca (San Juan Atzingo) Oto-Manguean #> 12444 Kannada Dravidian #> 12455 Tagalog Austronesian #> 12479 Huave (San Mateo del Mar) Huavean #> 12503 Cebuano Austronesian #> 12510 Totonac (Sierra) Totonacan #> 12511 Mixtec (San Juan Colorado) Oto-Manguean #> 12515 Ayomán Jirajaran #> 12517 Cuitlatec Cuitlatec #> 12525 K'ekchí Mayan #> 12526 Pangasinan Austronesian #> 12532 Popoloca (San Vicente Coyotepec) Oto-Manguean #> 12536 Soqotri Afro-Asiatic #> 12539 Tagalog Austronesian #> 12543 Ika Chibchan #> 12546 Nahuatl (North Puebla) Uto-Aztecan #> 12554 Daju (Dar Fur) Eastern Sudanic #> 12562 Zoque (Copainalá) Mixe-Zoque #> 12564 Chamorro Austronesian #> 12640 Tulu Dravidian #> 12641 Wolof Niger-Congo #> 12643 Tigré Afro-Asiatic #> 12649 Koyra Chiini Songhay #> 12651 Mixe (Totontepec) Mixe-Zoque #> 12653 Japreria Cariban #> 12659 Rama Chibchan #> 12671 Telugu Dravidian #> 12677 Jakaltek Mayan #> 12690 Purépecha Tarascan #> 12707 Jeh Austro-Asiatic #> 12713 Tzeltal (Aguacatenango) Mayan #> 12715 Nahuatl (Tetelcingo) Uto-Aztecan #> 12721 Koya Dravidian #> 12729 Sedang Austro-Asiatic #> 12731 Kota Dravidian #> 12750 Amharic Afro-Asiatic #> 12758 Pacoh Austro-Asiatic #> 12759 Sora Austro-Asiatic #> 12773 Kannada Dravidian #> 12776 Bisa Mande #> 12779 Koromfe Niger-Congo #> 12781 Tol Tol #> 12784 Diola-Fogny Niger-Congo #> 12796 Bru (Western) Austro-Asiatic #> 12801 Konkani Indo-European #> 12807 Great Andamanese Great Andamanese #> 12825 Khmer Austro-Asiatic #> 12837 Hawaiian Austronesian #> 12845 Nyah Kur (Tha Pong) Austro-Asiatic #> 12849 Mazahua Oto-Manguean #> 12851 Temein Eastern Sudanic #> 12860 Sre Austro-Asiatic #> 12864 Berta Berta #> 12867 Fur Fur #> 12868 Ingessana Eastern Sudanic #> 12871 Konyagi Niger-Congo #> 12872 Hausa Afro-Asiatic #> 12873 Bambara Mande #> 12880 Krongo Kadu #> 12882 Amo Niger-Congo #> 12885 Margi Afro-Asiatic #> 12892 Ngizim Afro-Asiatic #> 12901 Kunama Kunama #> 12904 Maba Maban #> 12911 Kanakuru Afro-Asiatic #> 12916 Moro Kordofanian #> 12917 Dangaléat (Western) Afro-Asiatic #> 12921 Jomang Kordofanian #> 12923 Toro So Dogon #> 12932 Tampulma Niger-Congo #> 12937 Awngi Afro-Asiatic #> 12940 Kanuri Saharan #> 12944 Huave (San Mateo del Mar) Huavean #> 12950 Yucatec Mayan #> 12955 Beja Afro-Asiatic #> 12958 Kotoko Afro-Asiatic #> 12967 Nara (in Ethiopia) Eastern Sudanic #> 12969 Cham (Western) Austronesian #> 12973 Pech Chibchan #> 12978 Kadugli Kadu #> 12987 Vietnamese Austro-Asiatic #> 12988 Kayah Li (Eastern) Sino-Tibetan #> 12989 Mixtec (Molinos) Oto-Manguean #> 12990 Tera Afro-Asiatic #> 12992 Karen (Sgaw) Sino-Tibetan #> 12993 Bobo Madaré (Northern) Mande #> 12996 Supyire Niger-Congo #> 13004 Chinantec (Lealao) Oto-Manguean #> 13005 Phlong Sino-Tibetan #> 13012 Bariba Niger-Congo #> 13013 Mixtec (Chalcatongo) Oto-Manguean #> 13018 Bagirmi Central Sudanic #> 13024 Tama Eastern Sudanic #> 13027 Chatino (Sierra Occidental) Oto-Manguean #> 13028 Chinantec (Quiotepec) Oto-Manguean #> 13030 Amuzgo Oto-Manguean #> 13031 Ndut Niger-Congo #> 13032 Lahu Sino-Tibetan #> 13036 Thai Tai-Kadai #> 13038 Nyimang Eastern Sudanic #> 13048 Tlapanec Oto-Manguean #> 13057 Mazatec (Chiquihuitlán) Oto-Manguean #> 13063 Yukpa Cariban #> 13083 Hawaiian Austronesian #> 13094 Pacoh Austro-Asiatic #> 13100 Ngizim Afro-Asiatic #> 13138 Ixcatec Oto-Manguean #> 13141 Damana Chibchan #> 13144 Chimila Chibchan #> 13146 Mnong (Eastern) Austro-Asiatic #> 13152 Popoluca (Sierra) Mixe-Zoque #> 13153 Mayangna Misumalpan #> 13154 Pocomam Oriental Mayan #> 13159 Zoque (Copainalá) Mixe-Zoque #> 13160 Trique (Chicahuaxtla) Oto-Manguean #> 13161 Pangasinan Austronesian #> 13162 Chinantec (San Felipe Usila) Oto-Manguean #> 13168 Pipil Uto-Aztecan #> 13169 Mixtec (Chayuco) Oto-Manguean #> 13172 Chuj Mayan #> 13180 Carolinian Austronesian #> 13182 Jakaltek Mayan #> 13186 Bambara Mande #> 13191 Rama Chibchan #> 13201 Mazahua Oto-Manguean #> 13202 Hausa Afro-Asiatic #> 13207 Zoque (Rayon) Mixe-Zoque #> 13220 Katu Austro-Asiatic #> 13225 Mixtec (San Miguel el Grande) Oto-Manguean #> 13228 Bontok Austronesian #> 13231 Tzeltal (Tenejapa) Mayan #> 13232 Nubian (Dongolese) Eastern Sudanic #> 13233 Tzotzil (San Andrés) Mayan #> 13240 Zapotec (Isthmus) Oto-Manguean #> 13248 Zapotec (Zoogocho) Oto-Manguean #> 13250 Itawis Austronesian #> 13257 Kannada Dravidian #> 13264 Bikol Austronesian #> 13267 Dumagat (Casiguran) Austronesian #> 13272 Hiligaynon Austronesian #> 13283 Cuicatec Oto-Manguean #> 13288 Nahuatl (Tetelcingo) Uto-Aztecan #> 13294 Bahnar Austro-Asiatic #> 13298 Thai Tai-Kadai #> 13305 Krongo Kadu #> 13313 Goajiro Arawakan #> 13319 Huave (San Mateo del Mar) Huavean #> 13327 Chinantec (Lealao) Oto-Manguean #> 13330 Zapotec (Mixtepec) Oto-Manguean #> 13333 Chontal (Highland) Tequistlatecan #> 13335 Cogui Chibchan #> 13337 Tzeltal (Bachajón) Mayan #> 13340 Tojolabal Mayan #> 13345 Chatino (Tataltepec) Oto-Manguean #> 13358 Zapotec (Juárez) Oto-Manguean #> 13362 Nahuatl (Xalitla) Uto-Aztecan #> 13365 Yucatec Mayan #> 13367 Chocho Oto-Manguean #> 13368 Oriya (Kotia) Indo-European #> 13372 Ixil Mayan #> 13378 Itzaj Mayan #> 13379 Amharic Afro-Asiatic #> 13386 Gurma Niger-Congo #> 13393 Koromfe Niger-Congo #> 13397 Kankanay Austronesian #> 13398 Diola-Kasa Niger-Congo #> 13408 Kanjobal (Western) Mayan #> 13409 Rengao Austro-Asiatic #> 13416 Kanuri Saharan #> 13426 K'ekchí Mayan #> 13429 Ika Chibchan #> 13430 Cham (Western) Austronesian #> 13431 Zapotec (Mitla) Oto-Manguean #> 13432 Tigré (Beni Amer) Afro-Asiatic #> 13441 Miskito Misumalpan #> 13450 Zoque (Francisco León) Mixe-Zoque #> 13454 Nahuatl (Pajapan) Uto-Aztecan #> 13455 Chontal Maya Mayan #> 13458 Mixe (Coatlán) Mixe-Zoque #> 13459 Roglai (Northern) Austronesian #> 13465 Popoloca (San Juan Atzingo) Oto-Manguean #> 13466 Tlapanec Oto-Manguean #> 13474 Nahuatl (Sierra de Zacapoaxtla) Uto-Aztecan #> 13477 Totonac (Sierra) Totonacan #> 13488 Chicomuceltec Mayan #> 13495 Mixtec (San Juan Colorado) Oto-Manguean #> 13500 Rade Austronesian #> 13506 Olutec Mixe-Zoque #> 13509 Jeh Austro-Asiatic #> 13523 Cakchiquel Mayan #> 13535 Tol Tol #> 13542 Marathi Indo-European #> 13544 Malayalam Dravidian #> 13547 Lao Tai-Kadai #> 13553 Maba Maban #> 13554 Quiché Mayan #> 13558 Ifugao (Batad) Austronesian #> 13559 Chrau Austro-Asiatic #> 13574 Ayomán Jirajaran #> 13575 Sedang Austro-Asiatic #> 13583 Cuitlatec Cuitlatec #> 13589 Cebuano Austronesian #> 13592 Boko Mande #> 13595 Kanjobal (Eastern) Mayan #> 13597 Midob Eastern Sudanic #> 13603 Chamorro Austronesian #> 13605 Tamil Dravidian #> 13606 Mazatec (Chiquihuitlán) Oto-Manguean #> 13609 Susu Mande #> 13610 Ilocano Austronesian #> 13620 Mixe (Totontepec) Mixe-Zoque #> 13621 Purépecha Tarascan #> 13626 Chol Mayan #> 13630 Popoloca (San Vicente Coyotepec) Oto-Manguean #> 13648 Mopan Mayan #> 13651 Sayula Popoluca Mixe-Zoque #> 13654 Tagalog Austronesian #> 13702 Yukpa Cariban #> 13721 Pacoh Austro-Asiatic #> 13724 Ngizim Afro-Asiatic #> 13726 Hawaiian Austronesian #> 13735 Hausa Afro-Asiatic #> 13741 Nubian (Dongolese) Eastern Sudanic #> 13743 Masalit Maban #> 13744 Fur Fur #> 13745 Damana Chibchan #> 13763 Kayah Li (Eastern) Sino-Tibetan #> 13764 Vietnamese Austro-Asiatic #> 13766 Amharic Afro-Asiatic #> 13773 Noon Niger-Congo #> 13776 Ika Chibchan #> 13785 Bagirmi Central Sudanic #> 13789 Bambara Mande #> 13795 Koromfe Niger-Congo #> 13801 Tagalog Austronesian #> 13804 Nahuatl (Tetelcingo) Uto-Aztecan #> 13805 Thai Tai-Kadai #> 13811 Koyraboro Senni Songhay #> 13820 Chamorro Austronesian #> 13828 Telugu Dravidian #> 13832 Goajiro Arawakan #> 13835 Khmer Austro-Asiatic #> 13836 Kanuri Saharan #> 13838 Kunama Kunama #> 13842 Sapuan Austro-Asiatic #> 13844 Kannada Dravidian #> 13852 Huave (San Mateo del Mar) Huavean #> 13859 Chinantec (Lealao) Oto-Manguean #> 13860 Fulfulde (Maasina) Niger-Congo #> 13865 Mixtec (Chalcatongo) Oto-Manguean #> 13867 Jakaltek Mayan #> 13870 Diola-Fogny Niger-Congo #> 13872 Mixtec (Atatlahuca) Oto-Manguean #> 13873 Nahuatl (Sierra de Zacapoaxtla) Uto-Aztecan #> 13876 Yucatec Mayan #> 13887 Zoque (Copainalá) Mixe-Zoque #> 13892 Krongo Kadu #> 13895 Tommo So Dogon #> 13896 Supyire Niger-Congo #> 13915 Rama Chibchan #> 13935 Konkomba Niger-Congo #> 13949 Agta (Central) Austronesian #> 13950 Tol Tol #> 13952 Zapotec (Texmelucan) Oto-Manguean #> 13969 Aguacatec Mayan #> 13970 Ifugao (Batad) Austronesian #> 13984 Tlapanec Oto-Manguean #> 13994 Chinantec (Lealao) Oto-Manguean #> 13995 Mixtec (Peñoles) Oto-Manguean #> 14001 Pech Chibchan #> 14009 Mampruli Niger-Congo #> 14010 Mazatec (Chiquihuitlán) Oto-Manguean #> 14014 Huave (San Mateo del Mar) Huavean #> 14015 Garífuna Arawakan #> 14020 Mazahua Oto-Manguean #> 14027 Amuzgo Oto-Manguean #> 14031 Cakchiquel Mayan #> 14034 Nahuatl (North Puebla) Uto-Aztecan #> 14059 Konkomba Niger-Congo #> 14064 Ifugao (Batad) Austronesian #> 14066 Tol Tol #> 14083 Pech Chibchan #> 14089 Zapotec (Texmelucan) Oto-Manguean #> 14090 Agta (Central) Austronesian #> 14101 Mampruli Niger-Congo #> 14124 Aguacatec Mayan #> 14129 Mixtec (Peñoles) Oto-Manguean #> 14132 Chinantec (Lealao) Oto-Manguean #> 14136 Amuzgo Oto-Manguean #> 14137 Tlapanec Oto-Manguean #> 14139 Nahuatl (North Puebla) Uto-Aztecan #> 14142 Mazahua Oto-Manguean #> 14146 Huave (San Mateo del Mar) Huavean #> 14147 Garífuna Arawakan #> 14149 Mazatec (Chiquihuitlán) Oto-Manguean #> 14152 Cakchiquel Mayan #> 14163 Cakchiquel Mayan #> 14169 Huave (San Mateo del Mar) Huavean #> 14170 Nahuatl (North Puebla) Uto-Aztecan #> 14171 Mazahua Oto-Manguean #> 14172 Amuzgo Oto-Manguean #> 14186 Garífuna Arawakan #> 14194 Zapotec (Texmelucan) Oto-Manguean #> 14197 Mazatec (Chiquihuitlán) Oto-Manguean #> 14202 Chinantec (Lealao) Oto-Manguean #> 14205 Agta (Central) Austronesian #> 14208 Tlapanec Oto-Manguean #> 14232 Mixtec (Peñoles) Oto-Manguean #> 14236 Tol Tol #> 14245 Aguacatec Mayan #> 14248 Pech Chibchan #> 14271 Mampruli Niger-Congo #> 14272 Konkomba Niger-Congo #> 14274 Ifugao (Batad) Austronesian #> 14283 Zapotec (Texmelucan) Oto-Manguean #> 14285 Agta (Central) Austronesian #> 14289 Mazahua Oto-Manguean #> 14293 Tol Tol #> 14304 Huave (San Mateo del Mar) Huavean #> 14308 Mampruli Niger-Congo #> 14311 Amuzgo Oto-Manguean #> 14312 Pech Chibchan #> 14313 Aguacatec Mayan #> 14323 Tlapanec Oto-Manguean #> 14324 Chinantec (Lealao) Oto-Manguean #> 14326 Garífuna Arawakan #> 14328 Ifugao (Batad) Austronesian #> 14329 Cakchiquel Mayan #> 14343 Nahuatl (North Puebla) Uto-Aztecan #> 14347 Mixtec (Peñoles) Oto-Manguean #> 14357 Mazatec (Chiquihuitlán) Oto-Manguean #> 14391 Konkomba Niger-Congo #> 14415 Koyraboro Senni Songhay #> 14424 Zoque (Copainalá) Mixe-Zoque #> 14426 Chamorro Austronesian #> 14436 Krongo Kadu #> 14456 Mandinka Mande #> 14457 Nara (in Ethiopia) Eastern Sudanic #> 14463 Tzutujil Mayan #> 14469 Jakaltek Mayan #> 14473 Bagirmi Central Sudanic #> 14489 Orig Kordofanian #> 14496 Pipil Uto-Aztecan #> 14501 Fur Fur #> 14503 Rama Chibchan #> 14505 Kannada Dravidian #> 14512 Chontal (Highland) Tequistlatecan #> 14520 Supyire Niger-Congo #> 14524 Beja Afro-Asiatic #> 14525 Nahali Nahali #> 14541 Mixtec (Chalcatongo) Oto-Manguean #> 14543 Miskito Misumalpan #> 14550 Kota Dravidian #> 14553 Tagalog Austronesian #> 14555 Vietnamese Austro-Asiatic #> 14558 Amharic Afro-Asiatic #> 14561 Mixe (Coatlán) Mixe-Zoque #> 14568 Hausa Afro-Asiatic #> 14572 Huave (San Mateo del Mar) Huavean #> 14587 Purépecha Tarascan #> 14589 Kanuri Saharan #> 14631 Chamorro Austronesian #> 14656 Kanuri Saharan #> 14663 Huave (San Mateo del Mar) Huavean #> 14665 Koyraboro Senni Songhay #> 14672 Rama Chibchan #> 14678 Hausa Afro-Asiatic #> 14696 Kannada Dravidian #> 14698 Kota Dravidian #> 14702 Krongo Kadu #> 14703 Amharic Afro-Asiatic #> 14709 Mandinka Mande #> 14713 Purépecha Tarascan #> 14716 Tagalog Austronesian #> 14718 Tzutujil Mayan #> 14732 Pipil Uto-Aztecan #> 14735 Miskito Misumalpan #> 14745 Mixtec (Chalcatongo) Oto-Manguean #> 14751 Beja Afro-Asiatic #> 14768 Fur Fur #> 14772 Vietnamese Austro-Asiatic #> 14777 Chontal (Highland) Tequistlatecan #> 14779 Zoque (Copainalá) Mixe-Zoque #> 14786 Nara (in Ethiopia) Eastern Sudanic #> 14792 Orig Kordofanian #> 14799 Nahali Nahali #> 14801 Mixe (Totontepec) Mixe-Zoque #> 14802 Jakaltek Mayan #> 14837 Bagirmi Central Sudanic #> 14860 Supyire Niger-Congo #> 14862 Nara (in Ethiopia) Eastern Sudanic #> 14872 Mandinka Mande #> 14875 Nahali Nahali #> 14887 Orig Kordofanian #> 14906 Chamorro Austronesian #> 14911 Bagirmi Central Sudanic #> 14914 Jakaltek Mayan #> 14918 Fur Fur #> 14920 Koyraboro Senni Songhay #> 14924 Krongo Kadu #> 14952 Zoque (Copainalá) Mixe-Zoque #> 14961 Amharic Afro-Asiatic #> 14971 Kota Dravidian #> 14974 Beja Afro-Asiatic #> 14993 Tzutujil Mayan #> 14998 Kannada Dravidian #> 15000 Mixtec (Chalcatongo) Oto-Manguean #> 15021 Tagalog Austronesian #> 15027 Huave (San Mateo del Mar) Huavean #> 15036 Purépecha Tarascan #> 15045 Hausa Afro-Asiatic #> 15054 Vietnamese Austro-Asiatic #> 15055 Mixe (Coatlán) Mixe-Zoque #> 15061 Supyire Niger-Congo #> 15062 Chontal (Highland) Tequistlatecan #> 15063 Rama Chibchan #> 15076 Pipil Uto-Aztecan #> 15078 Miskito Misumalpan #> 15085 Kanuri Saharan #> 15095 Jakaltek Mayan #> 15103 Purépecha Tarascan #> 15114 Nara (in Ethiopia) Eastern Sudanic #> 15126 Kota Dravidian #> 15132 Beja Afro-Asiatic #> 15136 Amharic Afro-Asiatic #> 15142 Fur Fur #> 15145 Mixtec (Chalcatongo) Oto-Manguean #> 15150 Koyraboro Senni Songhay #> 15161 Hausa Afro-Asiatic #> 15167 Nahali Nahali #> 15175 Tzutujil Mayan #> 15178 Orig Kordofanian #> 15214 Mandinka Mande #> 15220 Bagirmi Central Sudanic #> 15240 Krongo Kadu #> 15245 Vietnamese Austro-Asiatic #> 15248 Miskito Misumalpan #> 15259 Huave (San Mateo del Mar) Huavean #> 15260 Kannada Dravidian #> 15264 Chontal (Highland) Tequistlatecan #> 15278 Zoque (Copainalá) Mixe-Zoque #> 15282 Kanuri Saharan #> 15291 Chamorro Austronesian #> 15298 Mixe (Totontepec) Mixe-Zoque #> 15306 Supyire Niger-Congo #> 15307 Tagalog Austronesian #> 15310 Rama Chibchan #> 15313 Pipil Uto-Aztecan #> 15324 Amharic Afro-Asiatic #> 15338 Chrau Austro-Asiatic #> 15340 Vietnamese Austro-Asiatic #> 15354 Cebuano Austronesian #> 15377 Krongo Kadu #> 15381 Hiligaynon Austronesian #> 15392 Qafar Afro-Asiatic #> 15393 Malayalam Dravidian #> 15395 Nubian (Dongolese) Eastern Sudanic #> 15397 Thai Tai-Kadai #> 15401 Konkani Indo-European #> 15402 Marathi Indo-European #> 15403 Tagalog Austronesian #> 15404 Hausa Afro-Asiatic #> 15414 Lesser Antillean French Creole other #> 15417 Chamorro Austronesian #> 15418 Shinassha Afro-Asiatic #> 15427 Cham (Eastern) Austronesian #> 15431 Guadeloupe Creole other #> 15449 Bru (Eastern) Austro-Asiatic #> 15479 Hre Austro-Asiatic #> 15480 Kanuri Saharan #> 15482 Badaga Dravidian #> 15488 Dagaare Niger-Congo #> 15497 Chru Austronesian #> 15501 Telugu Dravidian #> 15507 Cua Austro-Asiatic #> 15510 Khmer Austro-Asiatic #> 15512 Diola-Fogny Niger-Congo #> 15519 Lao Tai-Kadai #> 15520 Ful (Liptako) Niger-Congo #> 15522 Hawaiian Austronesian #> 15526 Karen (Sgaw) Sino-Tibetan #> 15530 Koyraboro Senni Songhay #> 15536 Wolof Niger-Congo #> 15537 Soninke Mande #> 15539 Zoque (Copainalá) Mixe-Zoque #> 15548 Zarma Songhay #> 15549 Bambara Mande #> 15563 Thai Sign Language other #> 15589 Beja Afro-Asiatic #> 15596 Nubian (Dongolese) Eastern Sudanic #> 15597 Aklanon Austronesian #> 15640 Krongo Kadu #> 15652 Cebuano Austronesian #> 15680 Chinantec (Lealao) Oto-Manguean #> 15697 Saho Afro-Asiatic #> 15703 Malayalam Dravidian #> 15711 Rama Chibchan #> 15725 Arabic (Bani-Hassan) Afro-Asiatic #> 15742 Chamorro Austronesian #> 15743 Mam Mayan #> 15770 Tol Tol #> 15779 Kunama Kunama #> 15792 Bikol Austronesian #> 15798 Aguacatec Mayan #> 15809 Tzotzil (Zinacantán) Mayan #> 15817 Purépecha Tarascan #> 15837 Supyire Niger-Congo #> 15846 Jakaltek Mayan #> 15849 Diola-Fogny Niger-Congo #> 15851 Koya Dravidian #> 15856 Koromfe Niger-Congo #> 15886 Miskito Misumalpan #> 15958 Hanunóo Austronesian #> 15968 Zoque (Copainalá) Mixe-Zoque #> 15985 Tagalog Austronesian #> 16014 Hawaiian Austronesian #> 16029 Nahuatl (Tetelcingo) Uto-Aztecan #> 16039 Pokomchí Mayan #> 16042 Chatino (Yaitepec) Oto-Manguean #> 16047 Halang Austro-Asiatic #> 16056 Sedang Austro-Asiatic #> 16075 Bagirmi Central Sudanic #> 16076 Quiché Mayan #> 16086 Khmer Austro-Asiatic #> 16105 Thai Sign Language other #> 16137 Lyele Niger-Congo #> 16148 Koromfe Niger-Congo #> 16149 Bambara Mande #> 16153 Fula (Mauritanian) Niger-Congo #> 16160 Telugu Dravidian #> 16161 Fula (Burkina Faso) Niger-Congo #> 16164 Arabic (San'ani) Afro-Asiatic #> 16165 Malayalam Dravidian #> 16168 Mooré Niger-Congo #> 16171 Beja Afro-Asiatic #> 16172 Maninka Mande #> 16179 Oi Austro-Asiatic #> 16182 Zapotec (San Lucas Quiaviní) Oto-Manguean #> 16202 Thai Tai-Kadai #> 16204 Khmer Austro-Asiatic #> 16208 Brao Austro-Asiatic #> 16214 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 16216 Hausa Afro-Asiatic #> 16222 Loven Austro-Asiatic #> 16225 Lao Tai-Kadai #> 16230 Kannada Dravidian #> 16231 Ilocano Austronesian #> 16245 Tera Afro-Asiatic #> 16259 Lahu Sino-Tibetan #> 16266 Bontok Austronesian #> 16267 Tagalog Austronesian #> 16269 Mon Austro-Asiatic #> 16270 Mlabri (Minor) Austro-Asiatic #> 16279 Sedang Austro-Asiatic #> 16297 Jakaltek Mayan #> 16304 Lao Tai-Kadai #> 16308 Khmer Austro-Asiatic #> 16314 Zapotec (Zoogocho) Oto-Manguean #> 16320 Katcha Kadu #> 16332 Bontok Austronesian #> 16334 Pipil Uto-Aztecan #> 16352 Sisaala Niger-Congo #> 16355 Vietnamese Austro-Asiatic #> 16361 Moro Kordofanian #> 16366 Sila Eastern Sudanic #> 16368 Mandinka (Gambian) Mande #> 16386 Koromfe Niger-Congo #> 16387 Huave (San Mateo del Mar) Huavean #> 16395 Trique (Copala) Oto-Manguean #> 16402 Kasong Austro-Asiatic #> 16413 Stieng Austro-Asiatic #> 16429 Garífuna Arawakan #> 16437 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 16439 Dagaare Niger-Congo #> 16442 Goajiro Arawakan #> 16449 Tzotzil Mayan #> 16462 Chontal Maya Mayan #> 16473 Agta (Central) Austronesian #> 16474 Chatino (Yaitepec) Oto-Manguean #> 16482 Tzutujil Mayan #> 16494 Tagalog Austronesian #> 16496 Chatino (Sierra Occidental) Oto-Manguean #> 16509 Koyraboro Senni Songhay #> 16519 Nahuatl (Tetelcingo) Uto-Aztecan #> 16520 Kirma Niger-Congo #> 16523 Mixtec (Ocotepec) Oto-Manguean #> 16527 Tenyer Niger-Congo #> 16548 Mam Mayan #> 16551 Hawaiian Austronesian #> 16553 Nahuatl (Michoacán) Uto-Aztecan #> 16566 Mon Austro-Asiatic #> 16579 Purépecha Tarascan #> 16581 Bambara Mande #> 16582 Brao Austro-Asiatic #> 16585 Mixtec (Peñoles) Oto-Manguean #> 16606 Zoque (Ostuacan) Mixe-Zoque #> 16610 Thai Tai-Kadai #> 16622 Chinantec (Lealao) Oto-Manguean #> 16631 Lacandón Mayan #> 16645 Mixtec (Jicaltepec) Oto-Manguean #> 16649 Nyimang Eastern Sudanic #> 16650 Kadugli Kadu #> 16651 Agta (Dupaningan) Austronesian #> 16654 Gula Iro Niger-Congo #> 16655 Nahali Nahali #> 16666 Nara (in Ethiopia) Eastern Sudanic #> 16679 Chamorro Austronesian #> 16686 Konni Niger-Congo #> 16691 Popoluca (Sierra) Mixe-Zoque #> 16702 Tol Tol #> 16713 Sapuan Austro-Asiatic #> 16715 Zapotec (Isthmus) Oto-Manguean #> 16718 Sre Austro-Asiatic #> 16720 Chinantec (Quiotepec) Oto-Manguean #> 16721 Koyra Chiini Songhay #> 16724 Lahu Sino-Tibetan #> 16741 Mixtec (Chalcatongo) Oto-Manguean #> 16753 Maninka (Western) Mande #> 16755 Hiligaynon Austronesian #> 16759 Gude Afro-Asiatic #> 16762 Mixe (Coatlán) Mixe-Zoque #> 16767 Pangasinan Austronesian #> 16772 Sipakapense Mayan #> 16774 Zarma Songhay #> 16776 Toussian Niger-Congo #> 16791 Ifugao (Batad) Austronesian #> 16793 Hlai (Baoding) Tai-Kadai #> 16797 Soninke Mande #> 16804 Kolami Dravidian #> 16818 Amo Niger-Congo #> 16820 Tigrinya Afro-Asiatic #> 16821 Katla Kordofanian #> 16824 Otoro Kordofanian #> 16830 Fur Fur #> 16831 Bidiya Afro-Asiatic #> 16834 Hdi Afro-Asiatic #> 16837 Amharic Afro-Asiatic #> 16839 Miya Afro-Asiatic #> 16868 Mooré Niger-Congo #> 16872 Buli (in Ghana) Niger-Congo #> 16880 Cakchiquel Mayan #> 16887 Karen (Sgaw) Sino-Tibetan #> 16888 Karen (Bwe) Sino-Tibetan #> 16889 Krongo Kadu #> 16895 Masakin Kordofanian #> 16899 Bobo Madaré (Northern) Mande #> 16926 Kanakuru Afro-Asiatic #> 16935 Bimoba Niger-Congo #> 16938 Lamang Afro-Asiatic #> 16943 Hausa Afro-Asiatic #> 16946 Mixe (Ayutla) Mixe-Zoque #> 16947 Boko Mande #> 16953 Supyire Niger-Congo #> 16964 Maba Maban #> 16966 Pa'a Afro-Asiatic #> 16969 Chrau Austro-Asiatic #> 16975 Zoque (Chimalapa) Mixe-Zoque #> 16986 Temein Eastern Sudanic #> 16989 Tera Afro-Asiatic #> 16997 Tamashek Afro-Asiatic #> 17002 Chuj Mayan #> 17004 Runga Maban #> 17019 Laal Laal #> 17027 Seme Niger-Congo #> 17033 Mina Afro-Asiatic #> 17036 Bagirmi Central Sudanic #> 17038 Marathi Indo-European #> 17039 Mehri Afro-Asiatic #> 17045 Tupuri Niger-Congo #> 17061 Masa Afro-Asiatic #> 17069 Podoko Afro-Asiatic #> 17072 Lagwan Afro-Asiatic #> 17074 Buduma Afro-Asiatic #> 17075 Onge South Andamanese #> 17076 Kara (in Central African Republic) Central Sudanic #> 17088 Uldeme Afro-Asiatic #> 17091 Karen (Pwo) Sino-Tibetan #> 17097 Musgu Afro-Asiatic #> 17105 Cham (Western) Austronesian #> 17108 Kenga Central Sudanic #> 17114 Ingessana Eastern Sudanic #> 17115 Gumuz Gumuz #> 17118 Nanerge Niger-Congo #> 17124 Giziga Afro-Asiatic #> 17134 Lamani Indo-European #> 17140 Anufo Niger-Congo #> 17141 Mada (in Cameroon) Afro-Asiatic #> 17146 Duka Niger-Congo #> 17154 Migama Afro-Asiatic #> 17159 Shatt Eastern Sudanic #> 17160 Kayah Li (Eastern) Sino-Tibetan #> 17163 Mbara Afro-Asiatic #> 17167 Margi Afro-Asiatic #> 17179 Ngizim Afro-Asiatic #> 17191 Bisu Sino-Tibetan #> 17208 Berta Berta #> 17218 Remo Austro-Asiatic #> 17226 Chinantec (Comaltepec) Oto-Manguean #> 17234 Beja Afro-Asiatic #> 17242 Chinantec (Palantla) Oto-Manguean #> 17291 Zapotec (Mitla) Oto-Manguean #> 17295 Sora Austro-Asiatic #> 17306 Tlapanec Oto-Manguean #> 17311 Orig Kordofanian #> 17313 Tigré Afro-Asiatic #> 17320 Ocuilteco Oto-Manguean #> 17329 Balanta Niger-Congo #> 17332 Rashad Kordofanian #> 17351 Kannada Dravidian #> 17353 Nubian (Dongolese) Eastern Sudanic #> 17354 Diola-Fogny Niger-Congo #> 17363 Kunama Kunama #> 17366 Beria Saharan #> 17382 Popoloca (San Juan Atzingo) Oto-Manguean #> 17385 Tama Eastern Sudanic #> 17386 Masalit Maban #> 17390 Bilin Afro-Asiatic #> 17391 Telugu Dravidian #> 17392 Ika Chibchan #> 17404 Tulu Dravidian #> 17405 Tubu Saharan #> 17419 Sungor Eastern Sudanic #> 17429 Miisiirii Eastern Sudanic #> 17430 Gondi Dravidian #> 17458 Jamsay Dogon #> 17467 Malgwa Afro-Asiatic #> 17469 Mazatec (Chiquihuitlán) Oto-Manguean #> 17475 Miskito Misumalpan #> 17481 Koya Dravidian #> 17490 Donno So Dogon #> 17503 Kuvi Dravidian #> 17507 Malayalam Dravidian #> 17511 Pech Chibchan #> 17516 Kemant Afro-Asiatic #> 17532 Ndut Niger-Congo #> 17536 Kanuri Saharan #> 17538 Tamil Dravidian #> 17550 Noon Niger-Congo #> 17580 Zoque (Copainalá) Mixe-Zoque #> 17588 Rama Chibchan #> 17589 Wolof Niger-Congo #> 17601 Amo Niger-Congo #> 17602 Buli (in Ghana) Niger-Congo #> 17606 Bidiya Afro-Asiatic #> 17610 Karen (Sgaw) Sino-Tibetan #> 17613 Kanakuru Afro-Asiatic #> 17614 Katla Kordofanian #> 17619 Otoro Kordofanian #> 17621 Masakin Kordofanian #> 17625 Mooré Niger-Congo #> 17626 Krongo Kadu #> 17627 Cakchiquel Mayan #> 17629 Bobo Madaré (Northern) Mande #> 17638 Miya Afro-Asiatic #> 17679 Karen (Bwe) Sino-Tibetan #> 17688 Amharic Afro-Asiatic #> 17690 Tigrinya Afro-Asiatic #> 17701 Fur Fur #> 17716 Hdi Afro-Asiatic #> 17719 Hausa Afro-Asiatic #> 17720 Chrau Austro-Asiatic #> 17725 Chuj Mayan #> 17726 Bimoba Niger-Congo #> 17729 Maba Maban #> 17735 Tamashek Afro-Asiatic #> 17751 Boko Mande #> 17752 Pa'a Afro-Asiatic #> 17761 Supyire Niger-Congo #> 17764 Tera Afro-Asiatic #> 17769 Mixe (Ayutla) Mixe-Zoque #> 17772 Zoque (Chimalapa) Mixe-Zoque #> 17773 Temein Eastern Sudanic #> 17779 Runga Maban #> 17797 Lamang Afro-Asiatic #> 17808 Sapuan Austro-Asiatic #> 17810 Koyra Chiini Songhay #> 17823 Katcha Kadu #> 17824 Chatino (Yaitepec) Oto-Manguean #> 17853 Kasong Austro-Asiatic #> 17854 Pa'a Afro-Asiatic #> 17862 Pangasinan Austronesian #> 17864 Huave (San Mateo del Mar) Huavean #> 17874 Mixe (Coatlán) Mixe-Zoque #> 17884 Trique (Copala) Oto-Manguean #> 17897 Popoluca (Sierra) Mixe-Zoque #> 17899 Lacandón Mayan #> 17905 Pipil Uto-Aztecan #> 17906 Khmer Austro-Asiatic #> 17911 Zapotec (Isthmus) Oto-Manguean #> 17921 Konni Niger-Congo #> 17934 Hausa Afro-Asiatic #> 17938 Rama Chibchan #> 17939 Mon Austro-Asiatic #> 17943 Sisaala Niger-Congo #> 17945 Kanakuru Afro-Asiatic #> 17955 Zoque (Ostuacan) Mixe-Zoque #> 17956 Kirma Niger-Congo #> 17960 Bobo Madaré (Northern) Mande #> 17961 Zapotec (Zoogocho) Oto-Manguean #> 17962 Krongo Kadu #> 17963 Amo Niger-Congo #> 17968 Tzutujil Mayan #> 17974 Koyraboro Senni Songhay #> 17975 Garífuna Arawakan #> 17983 Chrau Austro-Asiatic #> 17990 Lahu Sino-Tibetan #> 17993 Sre Austro-Asiatic #> 18007 Bontok Austronesian #> 18015 Temein Eastern Sudanic #> 18018 Mooré Niger-Congo #> 18022 Supyire Niger-Congo #> 18029 Soninke Mande #> 18063 Zoque (Chimalapa) Mixe-Zoque #> 18072 Ifugao (Batad) Austronesian #> 18077 Sipakapense Mayan #> 18081 Tenyer Niger-Congo #> 18083 Nahali Nahali #> 18084 Chinantec (Lealao) Oto-Manguean #> 18089 Bidiya Afro-Asiatic #> 18094 Mam Mayan #> 18097 Tagalog Austronesian #> 18100 Goajiro Arawakan #> 18107 Kadugli Kadu #> 18113 Mixtec (Ocotepec) Oto-Manguean #> 18119 Toussian Niger-Congo #> 18121 Bambara Mande #> 18126 Jakaltek Mayan #> 18134 Cakchiquel Mayan #> 18136 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 18147 Nyimang Eastern Sudanic #> 18175 Tera Afro-Asiatic #> 18177 Tol Tol #> 18179 Chuj Mayan #> 18197 Bimoba Niger-Congo #> 18198 Otoro Kordofanian #> 18205 Runga Maban #> 18206 Karen (Sgaw) Sino-Tibetan #> 18210 Agta (Dupaningan) Austronesian #> 18211 Nahuatl (Tetelcingo) Uto-Aztecan #> 18242 Dagaare Niger-Congo #> 18248 Sedang Austro-Asiatic #> 18249 Chatino (Sierra Occidental) Oto-Manguean #> 18257 Stieng Austro-Asiatic #> 18260 Thai Tai-Kadai #> 18261 Moro Kordofanian #> 18278 Chamorro Austronesian #> 18281 Nahuatl (Michoacán) Uto-Aztecan #> 18288 Lao Tai-Kadai #> 18289 Hawaiian Austronesian #> 18293 Buli (in Ghana) Niger-Congo #> 18294 Hlai (Baoding) Tai-Kadai #> 18319 Chontal Maya Mayan #> 18327 Mixtec (Peñoles) Oto-Manguean #> 18328 Tamashek Afro-Asiatic #> 18332 Gude Afro-Asiatic #> 18347 Sila Eastern Sudanic #> 18351 Agta (Central) Austronesian #> 18357 Brao Austro-Asiatic #> 18358 Koromfe Niger-Congo #> 18360 Boko Mande #> 18361 Miya Afro-Asiatic #> 18365 Vietnamese Austro-Asiatic #> 18373 Mixtec (Jicaltepec) Oto-Manguean #> 18376 Nara (in Ethiopia) Eastern Sudanic #> 18386 Masakin Kordofanian #> 18391 Chinantec (Quiotepec) Oto-Manguean #> 18418 Hiligaynon Austronesian #> 18430 Mandinka (Gambian) Mande #> 18433 Mixtec (Chalcatongo) Oto-Manguean #> 18438 Gula Iro Niger-Congo #> 18449 Katla Kordofanian #> 18450 Wolof Niger-Congo #> 18462 Tzotzil Mayan #> 18463 Maninka (Western) Mande #> 18482 Zarma Songhay #> 18484 Purépecha Tarascan #> 18490 Remo Austro-Asiatic #> 18517 Tigrinya Afro-Asiatic #> 18523 Sora Austro-Asiatic #> 18529 Fur Fur #> 18537 Tlapanec Oto-Manguean #> 18538 Bisu Sino-Tibetan #> 18539 Karen (Bwe) Sino-Tibetan #> 18545 Balanta Niger-Congo #> 18582 Zapotec (Mitla) Oto-Manguean #> 18587 Chinantec (Palantla) Oto-Manguean #> 18594 Rashad Kordofanian #> 18629 Berta Berta #> 18644 Beja Afro-Asiatic #> 18651 Orig Kordofanian #> 18659 Ocuilteco Oto-Manguean #> 18669 Tigré Afro-Asiatic #> 18706 Amharic Afro-Asiatic #> 18708 Chinantec (Comaltepec) Oto-Manguean #> 18716 Mixe (Ayutla) Mixe-Zoque #> 18723 Zoque (Copainalá) Mixe-Zoque #> 18743 Masalit Maban #> 18750 Maba Maban #> 18760 Mbara Afro-Asiatic #> 18764 Mada (in Cameroon) Afro-Asiatic #> 18769 Tubu Saharan #> 18774 Beria Saharan #> 18777 Kuvi Dravidian #> 18785 Nanerge Niger-Congo #> 18789 Gondi Dravidian #> 18793 Bagirmi Central Sudanic #> 18795 Miisiirii Eastern Sudanic #> 18803 Lamani Indo-European #> 18808 Kenga Central Sudanic #> 18809 Tupuri Niger-Congo #> 18814 Onge South Andamanese #> 18816 Podoko Afro-Asiatic #> 18825 Migama Afro-Asiatic #> 18826 Popoloca (San Juan Atzingo) Oto-Manguean #> 18836 Uldeme Afro-Asiatic #> 18837 Donno So Dogon #> 18840 Hdi Afro-Asiatic #> 18843 Marathi Indo-European #> 18854 Telugu Dravidian #> 18855 Anufo Niger-Congo #> 18857 Diola-Fogny Niger-Congo #> 18858 Margi Afro-Asiatic #> 18861 Tama Eastern Sudanic #> 18874 Kolami Dravidian #> 18877 Noon Niger-Congo #> 18879 Tulu Dravidian #> 18883 Kayah Li (Eastern) Sino-Tibetan #> 18886 Ndut Niger-Congo #> 18888 Ika Chibchan #> 18896 Seme Niger-Congo #> 18899 Ngizim Afro-Asiatic #> 18901 Masa Afro-Asiatic #> 18904 Laal Laal #> 18905 Lagwan Afro-Asiatic #> 18909 Musgu Afro-Asiatic #> 18924 Gumuz Gumuz #> 18938 Kemant Afro-Asiatic #> 18951 Bilin Afro-Asiatic #> 18968 Malgwa Afro-Asiatic #> 18982 Koya Dravidian #> 18988 Mehri Afro-Asiatic #> 18990 Ingessana Eastern Sudanic #> 18992 Kara (in Central African Republic) Central Sudanic #> 18995 Buduma Afro-Asiatic #> 19004 Sungor Eastern Sudanic #> 19010 Malayalam Dravidian #> 19014 Kanuri Saharan #> 19018 Karen (Pwo) Sino-Tibetan #> 19022 Pech Chibchan #> 19029 Kunama Kunama #> 19049 Shatt Eastern Sudanic #> 19053 Nubian (Dongolese) Eastern Sudanic #> 19074 Miskito Misumalpan #> 19076 Mazatec (Chiquihuitlán) Oto-Manguean #> 19077 Cham (Western) Austronesian #> 19081 Mina Afro-Asiatic #> 19082 Kannada Dravidian #> 19092 Tamil Dravidian #> 19109 Lamang Afro-Asiatic #> 19112 Duka Niger-Congo #> 19116 Giziga Afro-Asiatic #> 19128 Jamsay Dogon #> 19132 Cakchiquel Mayan #> 19139 Uldeme Afro-Asiatic #> 19156 Nanerge Niger-Congo #> 19164 Lamang Afro-Asiatic #> 19170 Cham (Western) Austronesian #> 19171 Migama Afro-Asiatic #> 19173 Kenga Central Sudanic #> 19174 Buli (in Ghana) Niger-Congo #> 19177 Miya Afro-Asiatic #> 19178 Duka Niger-Congo #> 19180 Buduma Afro-Asiatic #> 19181 Kanakuru Afro-Asiatic #> 19198 Tera Afro-Asiatic #> 19204 Marathi Indo-European #> 19210 Chuj Mayan #> 19211 Masakin Kordofanian #> 19212 Anufo Niger-Congo #> 19213 Amo Niger-Congo #> 19221 Supyire Niger-Congo #> 19228 Mbara Afro-Asiatic #> 19229 Bobo Madaré (Northern) Mande #> 19231 Laal Laal #> 19233 Masa Afro-Asiatic #> 19236 Karen (Pwo) Sino-Tibetan #> 19240 Katla Kordofanian #> 19251 Podoko Afro-Asiatic #> 19252 Ingessana Eastern Sudanic #> 19253 Bagirmi Central Sudanic #> 19254 Kayah Li (Eastern) Sino-Tibetan #> 19261 Kara (in Central African Republic) Central Sudanic #> 19268 Margi Afro-Asiatic #> 19269 Lamani Indo-European #> 19270 Chrau Austro-Asiatic #> 19275 Krongo Kadu #> 19281 Hausa Afro-Asiatic #> 19285 Onge South Andamanese #> 19286 Mada (in Cameroon) Afro-Asiatic #> 19287 Otoro Kordofanian #> 19290 Hdi Afro-Asiatic #> 19297 Pa'a Afro-Asiatic #> 19300 Seme Niger-Congo #> 19310 Mina Afro-Asiatic #> 19315 Ngizim Afro-Asiatic #> 19319 Lagwan Afro-Asiatic #> 19327 Gumuz Gumuz #> 19330 Musgu Afro-Asiatic #> 19340 Bidiya Afro-Asiatic #> 19343 Tupuri Niger-Congo #> 19363 Bimoba Niger-Congo #> 19365 Karen (Sgaw) Sino-Tibetan #> 19366 Shatt Eastern Sudanic #> 19380 Giziga Afro-Asiatic #> 19383 Mooré Niger-Congo #> 19389 Karen (Bwe) Sino-Tibetan #> 19391 Mehri Afro-Asiatic #> 19392 Boko Mande #> 19417 Kannada Dravidian #> 19429 Malayalam Dravidian #> 19432 Bilin Afro-Asiatic #> 19437 Ika Chibchan #> 19445 Amharic Afro-Asiatic #> 19446 Zoque (Chimalapa) Mixe-Zoque #> 19456 Pech Chibchan #> 19459 Mazatec (Chiquihuitlán) Oto-Manguean #> 19462 Malgwa Afro-Asiatic #> 19466 Beria Saharan #> 19490 Popoloca (San Juan Atzingo) Oto-Manguean #> 19497 Tulu Dravidian #> 19505 Jamsay Dogon #> 19522 Donno So Dogon #> 19525 Telugu Dravidian #> 19530 Fur Fur #> 19538 Kanuri Saharan #> 19545 Nubian (Dongolese) Eastern Sudanic #> 19550 Wolof Niger-Congo #> 19552 Gondi Dravidian #> 19578 Ndut Niger-Congo #> 19580 Miskito Misumalpan #> 19588 Kunama Kunama #> 19597 Koya Dravidian #> 19600 Tubu Saharan #> 19644 Rama Chibchan #> 19658 Temein Eastern Sudanic #> 19664 Tigrinya Afro-Asiatic #> 19671 Kemant Afro-Asiatic #> 19679 Diola-Fogny Niger-Congo #> 19681 Noon Niger-Congo #> 19693 Tamil Dravidian #> 19697 Sungor Eastern Sudanic #> 19698 Kuvi Dravidian #> 19703 Miisiirii Eastern Sudanic #> 19711 Masalit Maban #> 19715 Tama Eastern Sudanic #> 19719 Runga Maban #> 19729 Maba Maban #> 19740 Kolami Dravidian #> 19755 Berta Berta #> 19772 Lahu Sino-Tibetan #> 19776 Koyraboro Senni Songhay #> 19787 Zapotec (Mitla) Oto-Manguean #> 19800 Tagalog Austronesian #> 19815 Jakaltek Mayan #> 19823 Bisu Sino-Tibetan #> 19856 Sisaala Niger-Congo #> 19867 Zapotec (Zoogocho) Oto-Manguean #> 19871 Mon Austro-Asiatic #> 19875 Purépecha Tarascan #> 19888 Goajiro Arawakan #> 19901 Mixtec (Chalcatongo) Oto-Manguean #> 19902 Stieng Austro-Asiatic #> 19911 Sila Eastern Sudanic #> 19917 Tigré Afro-Asiatic #> 19918 Agta (Central) Austronesian #> 19920 Maninka (Western) Mande #> 19929 Ocuilteco Oto-Manguean #> 19932 Sre Austro-Asiatic #> 19939 Tenyer Niger-Congo #> 19954 Kirma Niger-Congo #> 19955 Trique (Copala) Oto-Manguean #> 19968 Huave (San Mateo del Mar) Huavean #> 19976 Mandinka (Gambian) Mande #> 19977 Konni Niger-Congo #> 19989 Beja Afro-Asiatic #> 19998 Mixe (Coatlán) Mixe-Zoque #> 20000 Bontok Austronesian #> 20033 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 20035 Zoque (Copainalá) Mixe-Zoque #> 20036 Chinantec (Palantla) Oto-Manguean #> 20046 Lao Tai-Kadai #> 20053 Chinantec (Quiotepec) Oto-Manguean #> 20054 Balanta Niger-Congo #> 20066 Bambara Mande #> 20079 Chamorro Austronesian #> 20080 Mixe (Ayutla) Mixe-Zoque #> 20082 Kasong Austro-Asiatic #> 20086 Nahali Nahali #> 20094 Tamashek Afro-Asiatic #> 20107 Remo Austro-Asiatic #> 20110 Pipil Uto-Aztecan #> 20115 Popoluca (Sierra) Mixe-Zoque #> 20122 Brao Austro-Asiatic #> 20123 Mixtec (Peñoles) Oto-Manguean #> 20132 Gula Iro Niger-Congo #> 20140 Chinantec (Comaltepec) Oto-Manguean #> 20144 Mam Mayan #> 20150 Nara (in Ethiopia) Eastern Sudanic #> 20154 Sapuan Austro-Asiatic #> 20166 Garífuna Arawakan #> 20167 Gude Afro-Asiatic #> 20174 Chatino (Yaitepec) Oto-Manguean #> 20186 Dagaare Niger-Congo #> 20192 Orig Kordofanian #> 20195 Hiligaynon Austronesian #> 20207 Agta (Dupaningan) Austronesian #> 20209 Soninke Mande #> 20218 Rashad Kordofanian #> 20232 Tzotzil Mayan #> 20234 Sedang Austro-Asiatic #> 20250 Sora Austro-Asiatic #> 20260 Vietnamese Austro-Asiatic #> 20267 Mixtec (Ocotepec) Oto-Manguean #> 20268 Moro Kordofanian #> 20276 Nahuatl (Tetelcingo) Uto-Aztecan #> 20278 Katcha Kadu #> 20294 Thai Tai-Kadai #> 20296 Mixtec (Jicaltepec) Oto-Manguean #> 20315 Sipakapense Mayan #> 20326 Kadugli Kadu #> 20328 Koromfe Niger-Congo #> 20339 Khmer Austro-Asiatic #> 20368 Tlapanec Oto-Manguean #> 20369 Ifugao (Batad) Austronesian #> 20373 Toussian Niger-Congo #> 20376 Zarma Songhay #> 20382 Zoque (Ostuacan) Mixe-Zoque #> 20385 Chinantec (Lealao) Oto-Manguean #> 20386 Nahuatl (Michoacán) Uto-Aztecan #> 20390 Nyimang Eastern Sudanic #> 20400 Hawaiian Austronesian #> 20404 Chatino (Sierra Occidental) Oto-Manguean #> 20421 Koyra Chiini Songhay #> 20425 Tol Tol #> 20431 Chontal Maya Mayan #> 20433 Pangasinan Austronesian #> 20444 Zapotec (Isthmus) Oto-Manguean #> 20445 Tzutujil Mayan #> 20447 Lacandón Mayan #> 20448 Hlai (Baoding) Tai-Kadai #> 20462 Tamashek Afro-Asiatic #> 20472 Nahali Nahali #> 20485 Nanerge Niger-Congo #> 20489 Buduma Afro-Asiatic #> 20517 Fur Fur #> 20518 Tzotzil Mayan #> 20527 Pech Chibchan #> 20530 Nara (in Ethiopia) Eastern Sudanic #> 20532 Kara (in Central African Republic) Central Sudanic #> 20535 Marathi Indo-European #> 20542 Kanuri Saharan #> 20544 Amharic Afro-Asiatic #> 20547 Donno So Dogon #> 20553 Tigré Afro-Asiatic #> 20563 Kannada Dravidian #> 20571 Telugu Dravidian #> 20577 Lahu Sino-Tibetan #> 20578 Koromfe Niger-Congo #> 20605 Mixe (Coatlán) Mixe-Zoque #> 20638 Mixtec (Jicaltepec) Oto-Manguean #> 20640 Tera Afro-Asiatic #> 20642 Kunama Kunama #> 20646 Lao Tai-Kadai #> 20650 Karen (Bwe) Sino-Tibetan #> 20651 Masakin Kordofanian #> 20656 Maba Maban #> 20659 Chinantec (Palantla) Oto-Manguean #> 20663 Ndut Niger-Congo #> 20664 Sipakapense Mayan #> 20670 Zapotec (Mitla) Oto-Manguean #> 20676 Bisu Sino-Tibetan #> 20678 Mada (in Cameroon) Afro-Asiatic #> 20682 Chinantec (Lealao) Oto-Manguean #> 20684 Jakaltek Mayan #> 20703 Bidiya Afro-Asiatic #> 20711 Ingessana Eastern Sudanic #> 20723 Khmer Austro-Asiatic #> 20732 Hdi Afro-Asiatic #> 20748 Migama Afro-Asiatic #> 20755 Karen (Pwo) Sino-Tibetan #> 20759 Ika Chibchan #> 20764 Supyire Niger-Congo #> 20765 Nubian (Dongolese) Eastern Sudanic #> 20769 Gula Iro Niger-Congo #> 20781 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 20802 Bilin Afro-Asiatic #> 20806 Miskito Misumalpan #> 20809 Brao Austro-Asiatic #> 20816 Kirma Niger-Congo #> 20826 Mbara Afro-Asiatic #> 20828 Gumuz Gumuz #> 20837 Mehri Afro-Asiatic #> 20844 Purépecha Tarascan #> 20850 Moro Kordofanian #> 20863 Kemant Afro-Asiatic #> 20870 Ifugao (Batad) Austronesian #> 20893 Hawaiian Austronesian #> 20894 Ngizim Afro-Asiatic #> 20895 Sora Austro-Asiatic #> 20899 Sapuan Austro-Asiatic #> 20904 Mon Austro-Asiatic #> 20909 Kolami Dravidian #> 20913 Masalit Maban #> 20915 Anufo Niger-Congo #> 20919 Malayalam Dravidian #> 20921 Hlai (Baoding) Tai-Kadai #> 20935 Lamani Indo-European #> 20951 Sedang Austro-Asiatic #> 20982 Chinantec (Quiotepec) Oto-Manguean #> 20990 Lamang Afro-Asiatic #> 20998 Otoro Kordofanian #> 21000 Hiligaynon Austronesian #> 21002 Nahuatl (Michoacán) Uto-Aztecan #> 21004 Tulu Dravidian #> 21013 Beria Saharan #> 21020 Katcha Kadu #> 21034 Mandinka (Gambian) Mande #> 21054 Pa'a Afro-Asiatic #> 21066 Tagalog Austronesian #> 21076 Mixtec (Ocotepec) Oto-Manguean #> 21077 Lagwan Afro-Asiatic #> 21081 Bimoba Niger-Congo #> 21082 Vietnamese Austro-Asiatic #> 21087 Sisaala Niger-Congo #> 21088 Onge South Andamanese #> 21109 Miya Afro-Asiatic #> 21123 Ocuilteco Oto-Manguean #> 21142 Chuj Mayan #> 21144 Bobo Madaré (Northern) Mande #> 21147 Popoluca (Sierra) Mixe-Zoque #> 21151 Toussian Niger-Congo #> 21154 Rashad Kordofanian #> 21164 Bagirmi Central Sudanic #> 21170 Musgu Afro-Asiatic #> 21178 Mam Mayan #> 21186 Boko Mande #> 21193 Chatino (Sierra Occidental) Oto-Manguean #> 21205 Agta (Central) Austronesian #> 21213 Maninka (Western) Mande #> 21214 Podoko Afro-Asiatic #> 21222 Kayah Li (Eastern) Sino-Tibetan #> 21227 Duka Niger-Congo #> 21242 Agta (Dupaningan) Austronesian #> 21244 Beja Afro-Asiatic #> 21251 Orig Kordofanian #> 21265 Chontal Maya Mayan #> 21266 Dagaare Niger-Congo #> 21269 Pangasinan Austronesian #> 21270 Zarma Songhay #> 21291 Hausa Afro-Asiatic #> 21297 Amo Niger-Congo #> 21299 Stieng Austro-Asiatic #> 21321 Kadugli Kadu #> 21334 Sila Eastern Sudanic #> 21343 Mixtec (Peñoles) Oto-Manguean #> 21345 Kuvi Dravidian #> 21349 Nyimang Eastern Sudanic #> 21354 Tlapanec Oto-Manguean #> 21356 Pipil Uto-Aztecan #> 21358 Goajiro Arawakan #> 21363 Cakchiquel Mayan #> 21370 Berta Berta #> 21407 Tama Eastern Sudanic #> 21418 Thai Tai-Kadai #> 21419 Tamil Dravidian #> 21430 Kanakuru Afro-Asiatic #> 21435 Sre Austro-Asiatic #> 21441 Zoque (Copainalá) Mixe-Zoque #> 21448 Buli (in Ghana) Niger-Congo #> 21456 Lacandón Mayan #> 21464 Gondi Dravidian #> 21466 Kasong Austro-Asiatic #> 21476 Zapotec (Zoogocho) Oto-Manguean #> 21477 Bontok Austronesian #> 21479 Laal Laal #> 21482 Chrau Austro-Asiatic #> 21485 Sungor Eastern Sudanic #> 21493 Bambara Mande #> 21502 Mixe (Ayutla) Mixe-Zoque #> 21509 Balanta Niger-Congo #> 21510 Mazatec (Chiquihuitlán) Oto-Manguean #> 21533 Seme Niger-Congo #> 21537 Temein Eastern Sudanic #> 21539 Chamorro Austronesian #> 21546 Tupuri Niger-Congo #> 21549 Mooré Niger-Congo #> 21557 Tubu Saharan #> 21565 Malgwa Afro-Asiatic #> 21567 Rama Chibchan #> 21578 Tigrinya Afro-Asiatic #> 21590 Karen (Sgaw) Sino-Tibetan #> 21594 Chinantec (Comaltepec) Oto-Manguean #> 21599 Huave (San Mateo del Mar) Huavean #> 21611 Krongo Kadu #> 21612 Mina Afro-Asiatic #> 21614 Garífuna Arawakan #> 21615 Koya Dravidian #> 21617 Margi Afro-Asiatic #> 21620 Zoque (Chimalapa) Mixe-Zoque #> 21621 Kenga Central Sudanic #> 21626 Chatino (Yaitepec) Oto-Manguean #> 21631 Runga Maban #> 21632 Tzutujil Mayan #> 21635 Diola-Fogny Niger-Congo #> 21646 Uldeme Afro-Asiatic #> 21652 Cham (Western) Austronesian #> 21653 Tol Tol #> 21655 Tenyer Niger-Congo #> 21658 Konni Niger-Congo #> 21660 Koyraboro Senni Songhay #> 21665 Zoque (Ostuacan) Mixe-Zoque #> 21680 Jamsay Dogon #> 21683 Soninke Mande #> 21692 Trique (Copala) Oto-Manguean #> 21693 Nahuatl (Tetelcingo) Uto-Aztecan #> 21695 Noon Niger-Congo #> 21702 Wolof Niger-Congo #> 21720 Shatt Eastern Sudanic #> 21722 Masa Afro-Asiatic #> 21728 Koyra Chiini Songhay #> 21731 Katla Kordofanian #> 21740 Remo Austro-Asiatic #> 21746 Miisiirii Eastern Sudanic #> 21747 Popoloca (San Juan Atzingo) Oto-Manguean #> 21753 Mixtec (Chalcatongo) Oto-Manguean #> 21768 Zapotec (Isthmus) Oto-Manguean #> 21771 Gude Afro-Asiatic #> 21773 Giziga Afro-Asiatic #> 21778 Gude Afro-Asiatic #> 21788 Podoko Afro-Asiatic #> 21791 Tzotzil Mayan #> 21799 Chinantec (Lealao) Oto-Manguean #> 21817 Kolami Dravidian #> 21838 Mehri Afro-Asiatic #> 21859 Zoque (Copainalá) Mixe-Zoque #> 21861 Rama Chibchan #> 21870 Tzutujil Mayan #> 21900 Wolof Niger-Congo #> 21913 Krongo Kadu #> 21918 Bidiya Afro-Asiatic #> 21922 Karen (Sgaw) Sino-Tibetan #> 21926 Tigrinya Afro-Asiatic #> 21930 Hdi Afro-Asiatic #> 21936 Katla Kordofanian #> 21940 Cakchiquel Mayan #> 21944 Buli (in Ghana) Niger-Congo #> 21957 Amharic Afro-Asiatic #> 21960 Masakin Kordofanian #> 21961 Miya Afro-Asiatic #> 21962 Karen (Bwe) Sino-Tibetan #> 21966 Mooré Niger-Congo #> 21970 Otoro Kordofanian #> 21978 Fur Fur #> 21979 Kanakuru Afro-Asiatic #> 22009 Lamang Afro-Asiatic #> 22010 Tera Afro-Asiatic #> 22012 Bimoba Niger-Congo #> 22022 Supyire Niger-Congo #> 22024 Chrau Austro-Asiatic #> 22025 Boko Mande #> 22026 Tamashek Afro-Asiatic #> 22046 Pa'a Afro-Asiatic #> 22047 Hausa Afro-Asiatic #> 22049 Zoque (Chimalapa) Mixe-Zoque #> 22054 Maba Maban #> 22055 Runga Maban #> 22062 Chuj Mayan #> 22069 Temein Eastern Sudanic #> 22074 Thai Tai-Kadai #> 22089 Vietnamese Austro-Asiatic #> 22096 Konni Niger-Congo #> 22098 Khmer Austro-Asiatic #> 22102 Sre Austro-Asiatic #> 22103 Nahuatl (Michoacán) Uto-Aztecan #> 22111 Kasong Austro-Asiatic #> 22132 Lao Tai-Kadai #> 22134 Koyra Chiini Songhay #> 22143 Popoluca (Sierra) Mixe-Zoque #> 22146 Koromfe Niger-Congo #> 22151 Dagaare Niger-Congo #> 22153 Kirma Niger-Congo #> 22155 Moro Kordofanian #> 22165 Sedang Austro-Asiatic #> 22166 Sapuan Austro-Asiatic #> 22168 Mon Austro-Asiatic #> 22170 Brao Austro-Asiatic #> 22174 Stieng Austro-Asiatic #> 22177 Hlai (Baoding) Tai-Kadai #> 22179 Sisaala Niger-Congo #> 22180 Chontal Maya Mayan #> 22185 Diola-Fogny Niger-Congo #> 22191 Bisu Sino-Tibetan #> 22197 Chinantec (Comaltepec) Oto-Manguean #> 22199 Mazatec (Chiquihuitlán) Oto-Manguean #> 22202 Koya Dravidian #> 22228 Telugu Dravidian #> 22234 Rashad Kordofanian #> 22241 Kanuri Saharan #> 22261 Berta Berta #> 22280 Tama Eastern Sudanic #> 22281 Tlapanec Oto-Manguean #> 22286 Kemant Afro-Asiatic #> 22294 Tubu Saharan #> 22318 Masalit Maban #> 22319 Nubian (Dongolese) Eastern Sudanic #> 22320 Malayalam Dravidian #> 22327 Ika Chibchan #> 22331 Kunama Kunama #> 22350 Beria Saharan #> 22361 Ndut Niger-Congo #> 22377 Gondi Dravidian #> 22379 Tamil Dravidian #> 22408 Miskito Misumalpan #> 22409 Noon Niger-Congo #> 22411 Donno So Dogon #> 22425 Malgwa Afro-Asiatic #> 22434 Balanta Niger-Congo #> 22440 Kuvi Dravidian #> 22442 Zapotec (Mitla) Oto-Manguean #> 22443 Tigré Afro-Asiatic #> 22453 Jamsay Dogon #> 22485 Kannada Dravidian #> 22487 Beja Afro-Asiatic #> 22495 Chinantec (Palantla) Oto-Manguean #> 22497 Miisiirii Eastern Sudanic #> 22507 Remo Austro-Asiatic #> 22510 Ocuilteco Oto-Manguean #> 22513 Orig Kordofanian #> 22516 Tulu Dravidian #> 22522 Lacandón Mayan #> 22525 Bontok Austronesian #> 22528 Katcha Kadu #> 22540 Purépecha Tarascan #> 22556 Gumuz Gumuz #> 22592 Zoque (Ostuacan) Mixe-Zoque #> 22612 Kadugli Kadu #> 22615 Ifugao (Batad) Austronesian #> 22622 Huave (San Mateo del Mar) Huavean #> 22628 Pipil Uto-Aztecan #> 22636 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 22664 Tenyer Niger-Congo #> 22669 Toussian Niger-Congo #> 22680 Nahuatl (Tetelcingo) Uto-Aztecan #> 22686 Anufo Niger-Congo #> 22692 Kenga Central Sudanic #> 22695 Shatt Eastern Sudanic #> 22696 Lagwan Afro-Asiatic #> 22700 Kara (in Central African Republic) Central Sudanic #> 22710 Buduma Afro-Asiatic #> 22720 Bagirmi Central Sudanic #> 22722 Kayah Li (Eastern) Sino-Tibetan #> 22727 Mada (in Cameroon) Afro-Asiatic #> 22728 Margi Afro-Asiatic #> 22731 Musgu Afro-Asiatic #> 22736 Laal Laal #> 22744 Ngizim Afro-Asiatic #> 22746 Tupuri Niger-Congo #> 22749 Uldeme Afro-Asiatic #> 22752 Mbara Afro-Asiatic #> 22753 Duka Niger-Congo #> 22754 Cham (Western) Austronesian #> 22758 Ingessana Eastern Sudanic #> 22761 Karen (Pwo) Sino-Tibetan #> 22763 Mina Afro-Asiatic #> 22766 Masa Afro-Asiatic #> 22783 Soninke Mande #> 22785 Koyraboro Senni Songhay #> 22786 Maninka (Western) Mande #> 22787 Bambara Mande #> 22791 Mandinka (Gambian) Mande #> 22832 Lahu Sino-Tibetan #> 22837 Nyimang Eastern Sudanic #> 22844 Sila Eastern Sudanic #> 22857 Nara (in Ethiopia) Eastern Sudanic #> 22859 Marathi Indo-European #> 22871 Lamani Indo-European #> 22881 Onge South Andamanese #> 22884 Seme Niger-Congo #> 22912 Agta (Dupaningan) Austronesian #> 22913 Mixtec (Jicaltepec) Oto-Manguean #> 22914 Hiligaynon Austronesian #> 22917 Garífuna Arawakan #> 22918 Trique (Copala) Oto-Manguean #> 22920 Goajiro Arawakan #> 22922 Mixtec (Ocotepec) Oto-Manguean #> 22924 Agta (Central) Austronesian #> 22926 Hawaiian Austronesian #> 22929 Zapotec (Zoogocho) Oto-Manguean #> 22932 Jakaltek Mayan #> 22936 Chamorro Austronesian #> 22941 Mixtec (Peñoles) Oto-Manguean #> 22942 Chatino (Yaitepec) Oto-Manguean #> 22946 Zapotec (Isthmus) Oto-Manguean #> 22948 Pangasinan Austronesian #> 22949 Sipakapense Mayan #> 22950 Chatino (Sierra Occidental) Oto-Manguean #> 22951 Mam Mayan #> 22956 Mixtec (Chalcatongo) Oto-Manguean #> 22959 Chinantec (Quiotepec) Oto-Manguean #> 22961 Tagalog Austronesian #> 22986 Temein Eastern Sudanic #> 23009 Gude Afro-Asiatic #> 23014 Mandinka (Gambian) Mande #> 23020 Maninka (Western) Mande #> 23022 Soninke Mande #> 23024 Koyraboro Senni Songhay #> 23027 Bambara Mande #> 23032 Agta (Central) Austronesian #> 23043 Hiligaynon Austronesian #> 23044 Tzutujil Mayan #> 23055 Zapotec (Zoogocho) Oto-Manguean #> 23067 Nahuatl (Michoacán) Uto-Aztecan #> 23072 Dagaare Niger-Congo #> 23078 Pipil Uto-Aztecan #> 23083 Chinantec (Quiotepec) Oto-Manguean #> 23084 Stieng Austro-Asiatic #> 23098 Chatino (Yaitepec) Oto-Manguean #> 23100 Hlai (Baoding) Tai-Kadai #> 23101 Sila Eastern Sudanic #> 23107 Mixtec (Ocotepec) Oto-Manguean #> 23110 Mam Mayan #> 23124 Ifugao (Batad) Austronesian #> 23129 Nara (in Ethiopia) Eastern Sudanic #> 23130 Koyra Chiini Songhay #> 23132 Mixtec (Chalcatongo) Oto-Manguean #> 23140 Moro Kordofanian #> 23141 Popoluca (Sierra) Mixe-Zoque #> 23151 Tamashek Afro-Asiatic #> 23152 Zapotec (Isthmus) Oto-Manguean #> 23153 Chuj Mayan #> 23156 Bimoba Niger-Congo #> 23160 Goajiro Arawakan #> 23172 Mon Austro-Asiatic #> 23185 Trique (Copala) Oto-Manguean #> 23188 Thai Tai-Kadai #> 23189 Sipakapense Mayan #> 23201 Chinantec (Lealao) Oto-Manguean #> 23208 Mixtec (Peñoles) Oto-Manguean #> 23209 Chrau Austro-Asiatic #> 23213 Zoque (Ostuacan) Mixe-Zoque #> 23224 Chontal Maya Mayan #> 23239 Jakaltek Mayan #> 23243 Hausa Afro-Asiatic #> 23244 Brao Austro-Asiatic #> 23254 Pangasinan Austronesian #> 23255 Koromfe Niger-Congo #> 23256 Wolof Niger-Congo #> 23257 Zoque (Copainalá) Mixe-Zoque #> 23259 Konni Niger-Congo #> 23260 Tagalog Austronesian #> 23267 Khmer Austro-Asiatic #> 23269 Chatino (Sierra Occidental) Oto-Manguean #> 23270 Agta (Dupaningan) Austronesian #> 23272 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 23275 Chamorro Austronesian #> 23277 Sapuan Austro-Asiatic #> 23283 Tzotzil Mayan #> 23299 Sisaala Niger-Congo #> 23301 Garífuna Arawakan #> 23304 Kasong Austro-Asiatic #> 23314 Nyimang Eastern Sudanic #> 23317 Kirma Niger-Congo #> 23338 Vietnamese Austro-Asiatic #> 23339 Hawaiian Austronesian #> 23351 Lao Tai-Kadai #> 23355 Sedang Austro-Asiatic #> 23357 Mixtec (Jicaltepec) Oto-Manguean #> 23361 Sre Austro-Asiatic #> 23363 Lahu Sino-Tibetan #> 23381 Anufo Niger-Congo #> 23387 Boko Mande #> 23390 Seme Niger-Congo #> 23398 Marathi Indo-European #> 23407 Kolami Dravidian #> 23417 Onge South Andamanese #> 23422 Lamani Indo-European #> 23448 Supyire Niger-Congo #> 23461 Mina Afro-Asiatic #> 23468 Bagirmi Central Sudanic #> 23479 Masa Afro-Asiatic #> 23480 Margi Afro-Asiatic #> 23482 Karen (Pwo) Sino-Tibetan #> 23485 Kara (in Central African Republic) Central Sudanic #> 23500 Ingessana Eastern Sudanic #> 23501 Tera Afro-Asiatic #> 23504 Cham (Western) Austronesian #> 23506 Duka Niger-Congo #> 23507 Mada (in Cameroon) Afro-Asiatic #> 23510 Lamang Afro-Asiatic #> 23514 Kayah Li (Eastern) Sino-Tibetan #> 23520 Mbara Afro-Asiatic #> 23523 Shatt Eastern Sudanic #> 23527 Mehri Afro-Asiatic #> 23528 Lagwan Afro-Asiatic #> 23534 Karen (Bwe) Sino-Tibetan #> 23535 Ngizim Afro-Asiatic #> 23536 Pa'a Afro-Asiatic #> 23542 Musgu Afro-Asiatic #> 23545 Laal Laal #> 23551 Buduma Afro-Asiatic #> 23558 Podoko Afro-Asiatic #> 23559 Uldeme Afro-Asiatic #> 23560 Tupuri Niger-Congo #> 23574 Kenga Central Sudanic #> 23575 Gude Afro-Asiatic #> 23583 Masakin Kordofanian #> 23608 Purépecha Tarascan #> 23609 Huave (San Mateo del Mar) Huavean #> 23613 Kadugli Kadu #> 23621 Katcha Kadu #> 23627 Nahuatl (Tetelcingo) Uto-Aztecan #> 23640 Gumuz Gumuz #> 23643 Tzutujil Mayan #> 23651 Mehri Afro-Asiatic #> 23655 Bontok Austronesian #> 23666 Wolof Niger-Congo #> 23689 Lacandón Mayan #> 23693 Masakin Kordofanian #> 23696 Katla Kordofanian #> 23702 Bidiya Afro-Asiatic #> 23716 Buli (in Ghana) Niger-Congo #> 23717 Miya Afro-Asiatic #> 23720 Kanakuru Afro-Asiatic #> 23730 Mooré Niger-Congo #> 23733 Karen (Sgaw) Sino-Tibetan #> 23735 Otoro Kordofanian #> 23737 Karen (Bwe) Sino-Tibetan #> 23747 Chrau Austro-Asiatic #> 23748 Temein Eastern Sudanic #> 23757 Bimoba Niger-Congo #> 23764 Zoque (Chimalapa) Mixe-Zoque #> 23765 Tera Afro-Asiatic #> 23777 Hausa Afro-Asiatic #> 23780 Pa'a Afro-Asiatic #> 23789 Brao Austro-Asiatic #> 23800 Lao Tai-Kadai #> 23802 Moro Kordofanian #> 23806 Sapuan Austro-Asiatic #> 23807 Stieng Austro-Asiatic #> 23808 Sedang Austro-Asiatic #> 23815 Sre Austro-Asiatic #> 23823 Konni Niger-Congo #> 23829 Koromfe Niger-Congo #> 23830 Koyra Chiini Songhay #> 23834 Chontal Maya Mayan #> 23836 Khmer Austro-Asiatic #> 23845 Popoluca (Sierra) Mixe-Zoque #> 23850 Vietnamese Austro-Asiatic #> 23858 Nahuatl (Michoacán) Uto-Aztecan #> 23864 Sisaala Niger-Congo #> 23869 Kasong Austro-Asiatic #> 23876 Thai Tai-Kadai #> 23879 Kirma Niger-Congo #> 23880 Dagaare Niger-Congo #> 23881 Mon Austro-Asiatic #> 23891 Hlai (Baoding) Tai-Kadai #> 23892 Anufo Niger-Congo #> 23895 Mina Afro-Asiatic #> 23896 Musgu Afro-Asiatic #> 23902 Kenga Central Sudanic #> 23903 Tupuri Niger-Congo #> 23907 Ingessana Eastern Sudanic #> 23910 Masa Afro-Asiatic #> 23911 Karen (Pwo) Sino-Tibetan #> 23913 Kara (in Central African Republic) Central Sudanic #> 23926 Bagirmi Central Sudanic #> 23929 Margi Afro-Asiatic #> 23931 Cham (Western) Austronesian #> 23934 Buduma Afro-Asiatic #> 23951 Shatt Eastern Sudanic #> 23953 Duka Niger-Congo #> 23955 Uldeme Afro-Asiatic #> 23958 Lagwan Afro-Asiatic #> 23961 Kayah Li (Eastern) Sino-Tibetan #> 23962 Ngizim Afro-Asiatic #> 23965 Mbara Afro-Asiatic #> 23969 Laal Laal #> 23971 Mada (in Cameroon) Afro-Asiatic #> 23980 Ocuilteco Oto-Manguean #> 23995 Berta Berta #> 24030 Balanta Niger-Congo #> 24046 Malgwa Afro-Asiatic #> 24048 Diola-Fogny Niger-Congo #> 24049 Noon Niger-Congo #> 24053 Ndut Niger-Congo #> 24059 Gude Afro-Asiatic #> 24076 Mehri Afro-Asiatic #> 24079 Tzutujil Mayan #> 24100 Bontok Austronesian #> 24101 Lacandón Mayan #> 24110 Wolof Niger-Congo #> 24114 Buli (in Ghana) Niger-Congo #> 24119 Kanakuru Afro-Asiatic #> 24120 Karen (Sgaw) Sino-Tibetan #> 24121 Mooré Niger-Congo #> 24137 Katla Kordofanian #> 24142 Miya Afro-Asiatic #> 24146 Otoro Kordofanian #> 24147 Bidiya Afro-Asiatic #> 24150 Masakin Kordofanian #> 24157 Karen (Bwe) Sino-Tibetan #> 24173 Bimoba Niger-Congo #> 24174 Chrau Austro-Asiatic #> 24175 Hausa Afro-Asiatic #> 24183 Zoque (Chimalapa) Mixe-Zoque #> 24189 Tera Afro-Asiatic #> 24191 Pa'a Afro-Asiatic #> 24201 Temein Eastern Sudanic #> 24216 Gude Afro-Asiatic #> 24224 Temein Eastern Sudanic #> 24226 Masakin Kordofanian #> 24235 Mada (in Cameroon) Afro-Asiatic #> 24252 Kayah Li (Eastern) Sino-Tibetan #> 24263 Kirma Niger-Congo #> 24272 Hausa Afro-Asiatic #> 24274 Lao Tai-Kadai #> 24280 Anufo Niger-Congo #> 24284 Buli (in Ghana) Niger-Congo #> 24285 Chontal Maya Mayan #> 24293 Laal Laal #> 24295 Karen (Sgaw) Sino-Tibetan #> 24305 Cham (Western) Austronesian #> 24314 Moro Kordofanian #> 24340 Chrau Austro-Asiatic #> 24343 Gumuz Gumuz #> 24344 Sre Austro-Asiatic #> 24372 Kenga Central Sudanic #> 24374 Bagirmi Central Sudanic #> 24376 Dagaare Niger-Congo #> 24379 Tupuri Niger-Congo #> 24381 Wolof Niger-Congo #> 24382 Duka Niger-Congo #> 24384 Koromfe Niger-Congo #> 24386 Koyra Chiini Songhay #> 24394 Sedang Austro-Asiatic #> 24409 Pa'a Afro-Asiatic #> 24413 Malgwa Afro-Asiatic #> 24415 Kasong Austro-Asiatic #> 24416 Konni Niger-Congo #> 24417 Brao Austro-Asiatic #> 24424 Thai Tai-Kadai #> 24425 Margi Afro-Asiatic #> 24426 Noon Niger-Congo #> 24431 Uldeme Afro-Asiatic #> 24436 Stieng Austro-Asiatic #> 24440 Diola-Fogny Niger-Congo #> 24442 Balanta Niger-Congo #> 24446 Ndut Niger-Congo #> 24447 Karen (Bwe) Sino-Tibetan #> 24451 Ocuilteco Oto-Manguean #> 24457 Hlai (Baoding) Tai-Kadai #> 24459 Katla Kordofanian #> 24464 Karen (Pwo) Sino-Tibetan #> 24467 Berta Berta #> 24471 Miya Afro-Asiatic #> 24481 Sapuan Austro-Asiatic #> 24482 Masa Afro-Asiatic #> 24483 Shatt Eastern Sudanic #> 24510 Ingessana Eastern Sudanic #> 24523 Nahuatl (Michoacán) Uto-Aztecan #> 24526 Kara (in Central African Republic) Central Sudanic #> 24531 Mon Austro-Asiatic #> 24536 Mbara Afro-Asiatic #> 24542 Kanakuru Afro-Asiatic #> 24550 Popoluca (Sierra) Mixe-Zoque #> 24558 Ngizim Afro-Asiatic #> 24562 Tzutujil Mayan #> 24576 Tera Afro-Asiatic #> 24577 Musgu Afro-Asiatic #> 24582 Bimoba Niger-Congo #> 24586 Sisaala Niger-Congo #> 24591 Mooré Niger-Congo #> 24603 Mehri Afro-Asiatic #> 24606 Mina Afro-Asiatic #> 24617 Lagwan Afro-Asiatic #> 24620 Khmer Austro-Asiatic #> 24622 Vietnamese Austro-Asiatic #> 24624 Buduma Afro-Asiatic #> 24636 Nahuatl (Michoacán) Uto-Aztecan #> 24639 Tzutujil Mayan #> 24641 Sedang Austro-Asiatic #> 24651 Sisaala Niger-Congo #> 24652 Sapuan Austro-Asiatic #> 24663 Wolof Niger-Congo #> 24665 Koromfe Niger-Congo #> 24669 Lao Tai-Kadai #> 24677 Popoluca (Sierra) Mixe-Zoque #> 24685 Sre Austro-Asiatic #> 24689 Vietnamese Austro-Asiatic #> 24695 Kirma Niger-Congo #> 24699 Brao Austro-Asiatic #> 24704 Mon Austro-Asiatic #> 24709 Dagaare Niger-Congo #> 24713 Hlai (Baoding) Tai-Kadai #> 24720 Stieng Austro-Asiatic #> 24723 Moro Kordofanian #> 24724 Kasong Austro-Asiatic #> 24726 Konni Niger-Congo #> 24732 Thai Tai-Kadai #> 24740 Khmer Austro-Asiatic #> 24744 Koyra Chiini Songhay #> 24756 Chontal Maya Mayan #> 24782 Berta Berta #> 24806 Ocuilteco Oto-Manguean #> 24815 Balanta Niger-Congo #> 24831 Chrau Austro-Asiatic #> 24838 Hausa Afro-Asiatic #> 24839 Bimoba Niger-Congo #> 24847 Pa'a Afro-Asiatic #> 24859 Buli (in Ghana) Niger-Congo #> 24860 Kanakuru Afro-Asiatic #> 24861 Mooré Niger-Congo #> 24862 Miya Afro-Asiatic #> 24869 Katla Kordofanian #> 24871 Tera Afro-Asiatic #> 24882 Karen (Sgaw) Sino-Tibetan #> 24891 Karen (Bwe) Sino-Tibetan #> 24908 Duka Niger-Congo #> 24921 Ingessana Eastern Sudanic #> 24925 Karen (Pwo) Sino-Tibetan #> 24933 Anufo Niger-Congo #> 24936 Kenga Central Sudanic #> 24944 Musgu Afro-Asiatic #> 24947 Malgwa Afro-Asiatic #> 24948 Gumuz Gumuz #> 24949 Mbara Afro-Asiatic #> 24952 Mada (in Cameroon) Afro-Asiatic #> 24953 Masa Afro-Asiatic #> 24954 Kara (in Central African Republic) Central Sudanic #> 24964 Mina Afro-Asiatic #> 24966 Margi Afro-Asiatic #> 24973 Shatt Eastern Sudanic #> 24977 Laal Laal #> 24978 Bagirmi Central Sudanic #> 24979 Tupuri Niger-Congo #> 24986 Gude Afro-Asiatic #> 24990 Ndut Niger-Congo #> 25000 Noon Niger-Congo #> 25001 Ngizim Afro-Asiatic #> 25006 Uldeme Afro-Asiatic #> 25013 Masakin Kordofanian #> 25014 Kayah Li (Eastern) Sino-Tibetan #> 25025 Diola-Fogny Niger-Congo #> 25028 Buduma Afro-Asiatic #> 25033 Lagwan Afro-Asiatic #> 25034 Mehri Afro-Asiatic #> 25035 Cham (Western) Austronesian #> 25044 Temein Eastern Sudanic #> 25053 Anufo Niger-Congo #> 25064 Malgwa Afro-Asiatic #> 25066 Diola-Fogny Niger-Congo #> 25067 Wolof Niger-Congo #> 25069 Ndut Niger-Congo #> 25076 Noon Niger-Congo #> 25091 Katla Kordofanian #> 25095 Miya Afro-Asiatic #> 25118 Zoque (Chimalapa) Mixe-Zoque #> 25123 Thai Tai-Kadai #> 25132 Temein Eastern Sudanic #> 25134 Mbara Afro-Asiatic #> 25151 Masakin Kordofanian #> 25152 Kayah Li (Eastern) Sino-Tibetan #> 25159 Bagirmi Central Sudanic #> 25160 Stieng Austro-Asiatic #> 25162 Shatt Eastern Sudanic #> 25171 Kirma Niger-Congo #> 25181 Popoluca (Sierra) Mixe-Zoque #> 25184 Karen (Sgaw) Sino-Tibetan #> 25189 Duka Niger-Congo #> 25191 Karen (Pwo) Sino-Tibetan #> 25194 Berta Berta #> 25207 Uldeme Afro-Asiatic #> 25213 Hausa Afro-Asiatic #> 25220 Kadugli Kadu #> 25222 Sisaala Niger-Congo #> 25225 Sapuan Austro-Asiatic #> 25229 Chrau Austro-Asiatic #> 25231 Lacandón Mayan #> 25239 Konni Niger-Congo #> 25247 Nahuatl (Michoacán) Uto-Aztecan #> 25248 Margi Afro-Asiatic #> 25252 Pa'a Afro-Asiatic #> 25263 Purépecha Tarascan #> 25268 Sedang Austro-Asiatic #> 25276 Musgu Afro-Asiatic #> 25293 Mooré Niger-Congo #> 25295 Kenga Central Sudanic #> 25298 Buduma Afro-Asiatic #> 25301 Tera Afro-Asiatic #> 25310 Brao Austro-Asiatic #> 25313 Koromfe Niger-Congo #> 25320 Lagwan Afro-Asiatic #> 25323 Huave (San Mateo del Mar) Huavean #> 25330 Kara (in Central African Republic) Central Sudanic #> 25331 Mada (in Cameroon) Afro-Asiatic #> 25335 Mon Austro-Asiatic #> 25336 Buli (in Ghana) Niger-Congo #> 25342 Laal Laal #> 25346 Hlai (Baoding) Tai-Kadai #> 25350 Ngizim Afro-Asiatic #> 25351 Moro Kordofanian #> 25356 Mina Afro-Asiatic #> 25366 Mehri Afro-Asiatic #> 25369 Khmer Austro-Asiatic #> 25370 Lao Tai-Kadai #> 25373 Ingessana Eastern Sudanic #> 25385 Balanta Niger-Congo #> 25386 Cham (Western) Austronesian #> 25389 Nahuatl (Tetelcingo) Uto-Aztecan #> 25392 Katcha Kadu #> 25395 Ocuilteco Oto-Manguean #> 25397 Vietnamese Austro-Asiatic #> 25399 Bimoba Niger-Congo #> 25408 Tzutujil Mayan #> 25434 Karen (Bwe) Sino-Tibetan #> 25440 Bontok Austronesian #> 25451 Kasong Austro-Asiatic #> 25452 Sre Austro-Asiatic #> 25458 Chontal Maya Mayan #> 25459 Gude Afro-Asiatic #> 25465 Koyra Chiini Songhay #> 25468 Dagaare Niger-Congo #> 25487 Kanakuru Afro-Asiatic #> 25490 Masa Afro-Asiatic #> 25491 Tupuri Niger-Congo #> 25496 Cham (Western) Austronesian #> 25498 Buduma Afro-Asiatic #> 25509 Masa Afro-Asiatic #> 25510 Kara (in Central African Republic) Central Sudanic #> 25512 Duka Niger-Congo #> 25515 Kenga Central Sudanic #> 25523 Karen (Pwo) Sino-Tibetan #> 25528 Mada (in Cameroon) Afro-Asiatic #> 25531 Musgu Afro-Asiatic #> 25534 Uldeme Afro-Asiatic #> 25543 Shatt Eastern Sudanic #> 25549 Mbara Afro-Asiatic #> 25553 Lagwan Afro-Asiatic #> 25562 Margi Afro-Asiatic #> 25563 Ngizim Afro-Asiatic #> 25564 Laal Laal #> 25567 Mina Afro-Asiatic #> 25568 Bagirmi Central Sudanic #> 25571 Ingessana Eastern Sudanic #> 25576 Tupuri Niger-Congo #> 25581 Mehri Afro-Asiatic #> 25586 Kayah Li (Eastern) Sino-Tibetan #> 25589 Pa'a Afro-Asiatic #> 25597 Tera Afro-Asiatic #> 25600 Karen (Bwe) Sino-Tibetan #> 25603 Buli (in Ghana) Niger-Congo #> 25604 Mooré Niger-Congo #> 25605 Kanakuru Afro-Asiatic #> 25610 Karen (Sgaw) Sino-Tibetan #> 25611 Bimoba Niger-Congo #> 25618 Miya Afro-Asiatic #> 25619 Chrau Austro-Asiatic #> 25620 Hausa Afro-Asiatic #> 25630 Masakin Kordofanian #> 25645 Gude Afro-Asiatic #> 25647 Temein Eastern Sudanic #> 25651 Purépecha Tarascan #> 25655 Vietnamese Austro-Asiatic #> 25667 Diola-Fogny Niger-Congo #> 25676 Lacandón Mayan #> 25694 Stieng Austro-Asiatic #> 25696 Popoluca (Sierra) Mixe-Zoque #> 25697 Tzutujil Mayan #> 25698 Brao Austro-Asiatic #> 25699 Katcha Kadu #> 25707 Konni Niger-Congo #> 25710 Katla Kordofanian #> 25715 Moro Kordofanian #> 25716 Sre Austro-Asiatic #> 25723 Kirma Niger-Congo #> 25729 Zoque (Chimalapa) Mixe-Zoque #> 25732 Anufo Niger-Congo #> 25733 Khmer Austro-Asiatic #> 25736 Sapuan Austro-Asiatic #> 25746 Nahuatl (Tetelcingo) Uto-Aztecan #> 25755 Chontal Maya Mayan #> 25760 Sedang Austro-Asiatic #> 25762 Ndut Niger-Congo #> 25771 Malgwa Afro-Asiatic #> 25773 Sisaala Niger-Congo #> 25776 Lao Tai-Kadai #> 25785 Noon Niger-Congo #> 25821 Koromfe Niger-Congo #> 25830 Mon Austro-Asiatic #> 25833 Thai Tai-Kadai #> 25842 Berta Berta #> 25853 Bontok Austronesian #> 25855 Kasong Austro-Asiatic #> 25856 Wolof Niger-Congo #> 25866 Nahuatl (Michoacán) Uto-Aztecan #> 25885 Dagaare Niger-Congo #> 25886 Ocuilteco Oto-Manguean #> 25892 Koyra Chiini Songhay #> 25896 Hlai (Baoding) Tai-Kadai #> 25922 Kadugli Kadu #> 25925 Balanta Niger-Congo #> 25929 Huave (San Mateo del Mar) Huavean #> 26030 Rama Chibchan #> 26044 Kolami Dravidian #> 26063 Fur Fur #> 26066 Tigrinya Afro-Asiatic #> 26079 Amharic Afro-Asiatic #> 26111 Supyire Niger-Congo #> 26114 Maba Maban #> 26115 Runga Maban #> 26136 Boko Mande #> 26142 Toussian Niger-Congo #> 26144 Tenyer Niger-Congo #> 26161 Bambara Mande #> 26166 Maninka (Western) Mande #> 26167 Koyraboro Senni Songhay #> 26168 Mandinka (Gambian) Mande #> 26169 Soninke Mande #> 26180 Remo Austro-Asiatic #> 26190 Miisiirii Eastern Sudanic #> 26221 Sila Eastern Sudanic #> 26228 Nyimang Eastern Sudanic #> 26234 Lahu Sino-Tibetan #> 26261 Nara (in Ethiopia) Eastern Sudanic #> 26291 Onge South Andamanese #> 26292 Marathi Indo-European #> 26310 Seme Niger-Congo #> 26322 Lamani Indo-European #> 26333 Orig Kordofanian #> 26346 Bisu Sino-Tibetan #> 26349 Rashad Kordofanian #> 26354 Beja Afro-Asiatic #> 26372 Tigré Afro-Asiatic #> 26386 Miskito Misumalpan #> 26391 Beria Saharan #> 26404 Koya Dravidian #> 26415 Nubian (Dongolese) Eastern Sudanic #> 26417 Tamil Dravidian #> 26419 Kannada Dravidian #> 26420 Kuvi Dravidian #> 26422 Tubu Saharan #> 26423 Jamsay Dogon #> 26424 Malayalam Dravidian #> 26440 Tulu Dravidian #> 26459 Kanuri Saharan #> 26461 Gondi Dravidian #> 26474 Kunama Kunama #> 26486 Kemant Afro-Asiatic #> 26494 Tama Eastern Sudanic #> 26495 Masalit Maban #> 26496 Ika Chibchan #> 26499 Donno So Dogon #> 26504 Telugu Dravidian #> 26552 Kolami Dravidian #> 26561 Rama Chibchan #> 26601 Fur Fur #> 26603 Tigrinya Afro-Asiatic #> 26605 Amharic Afro-Asiatic #> 26617 Runga Maban #> 26623 Boko Mande #> 26624 Supyire Niger-Congo #> 26637 Maba Maban #> 26671 Kolami Dravidian #> 26690 Onge South Andamanese #> 26695 Kemant Afro-Asiatic #> 26696 Telugu Dravidian #> 26704 Bisu Sino-Tibetan #> 26719 Kuvi Dravidian #> 26724 Soninke Mande #> 26727 Nara (in Ethiopia) Eastern Sudanic #> 26729 Tigrinya Afro-Asiatic #> 26748 Orig Kordofanian #> 26753 Beria Saharan #> 26754 Tubu Saharan #> 26758 Miskito Misumalpan #> 26783 Jamsay Dogon #> 26785 Tamil Dravidian #> 26794 Lamani Indo-European #> 26803 Koyraboro Senni Songhay #> 26809 Amharic Afro-Asiatic #> 26814 Lahu Sino-Tibetan #> 26815 Malayalam Dravidian #> 26825 Koya Dravidian #> 26836 Nyimang Eastern Sudanic #> 26841 Kanuri Saharan #> 26846 Boko Mande #> 26865 Mandinka (Gambian) Mande #> 26889 Donno So Dogon #> 26895 Tama Eastern Sudanic #> 26897 Bambara Mande #> 26899 Marathi Indo-European #> 26906 Tigré Afro-Asiatic #> 26907 Maba Maban #> 26912 Rashad Kordofanian #> 26917 Kannada Dravidian #> 26918 Beja Afro-Asiatic #> 26925 Maninka (Western) Mande #> 26928 Masalit Maban #> 26961 Gondi Dravidian #> 26962 Rama Chibchan #> 26974 Ika Chibchan #> 26988 Sila Eastern Sudanic #> 26989 Tulu Dravidian #> 26991 Kunama Kunama #> 26997 Supyire Niger-Congo #> 27018 Nubian (Dongolese) Eastern Sudanic #> 27020 Fur Fur #> 27046 Seme Niger-Congo #> 27048 Maninka (Western) Mande #> 27051 Soninke Mande #> 27058 Mandinka (Gambian) Mande #> 27059 Rama Chibchan #> 27062 Bambara Mande #> 27066 Koyraboro Senni Songhay #> 27077 Boko Mande #> 27086 Supyire Niger-Congo #> 27088 Kuvi Dravidian #> 27089 Seme Niger-Congo #> 27091 Tigrinya Afro-Asiatic #> 27099 Fur Fur #> 27108 Kunama Kunama #> 27128 Nubian (Dongolese) Eastern Sudanic #> 27132 Donno So Dogon #> 27136 Kolami Dravidian #> 27139 Kemant Afro-Asiatic #> 27153 Miskito Misumalpan #> 27167 Masalit Maban #> 27182 Nara (in Ethiopia) Eastern Sudanic #> 27192 Maba Maban #> 27203 Malayalam Dravidian #> 27224 Orig Kordofanian #> 27251 Gondi Dravidian #> 27271 Marathi Indo-European #> 27277 Tamil Dravidian #> 27278 Beja Afro-Asiatic #> 27306 Telugu Dravidian #> 27312 Lamani Indo-European #> 27313 Nyimang Eastern Sudanic #> 27315 Amharic Afro-Asiatic #> 27318 Jamsay Dogon #> 27341 Tubu Saharan #> 27355 Beria Saharan #> 27356 Sila Eastern Sudanic #> 27358 Koya Dravidian #> 27365 Tigré Afro-Asiatic #> 27367 Ika Chibchan #> 27385 Tulu Dravidian #> 27392 Kanuri Saharan #> 27403 Bisu Sino-Tibetan #> 27406 Lahu Sino-Tibetan #> 27414 Kannada Dravidian #> 27436 Tama Eastern Sudanic #> 27439 Rashad Kordofanian #> 27452 Onge South Andamanese #> 27461 Rama Chibchan #> 27466 Nyimang Eastern Sudanic #> 27482 Lahu Sino-Tibetan #> 27505 Sila Eastern Sudanic #> 27514 Nara (in Ethiopia) Eastern Sudanic #> 27533 Rashad Kordofanian #> 27540 Beja Afro-Asiatic #> 27550 Tigré Afro-Asiatic #> 27554 Bisu Sino-Tibetan #> 27559 Orig Kordofanian #> 27608 Amharic Afro-Asiatic #> 27612 Tigrinya Afro-Asiatic #> 27621 Fur Fur #> 27649 Seme Niger-Congo #> 27653 Kemant Afro-Asiatic #> 27657 Marathi Indo-European #> 27666 Soninke Mande #> 27670 Malayalam Dravidian #> 27673 Kanuri Saharan #> 27682 Onge South Andamanese #> 27686 Mandinka (Gambian) Mande #> 27688 Kunama Kunama #> 27691 Donno So Dogon #> 27712 Jamsay Dogon #> 27722 Bambara Mande #> 27727 Kuvi Dravidian #> 27744 Tama Eastern Sudanic #> 27749 Tamil Dravidian #> 27757 Maba Maban #> 27760 Koya Dravidian #> 27764 Ika Chibchan #> 27771 Kolami Dravidian #> 27785 Lamani Indo-European #> 27788 Supyire Niger-Congo #> 27791 Kannada Dravidian #> 27799 Tubu Saharan #> 27804 Tulu Dravidian #> 27807 Telugu Dravidian #> 27808 Miskito Misumalpan #> 27809 Beria Saharan #> 27824 Koyraboro Senni Songhay #> 27827 Boko Mande #> 27830 Maninka (Western) Mande #> 27833 Masalit Maban #> 27848 Nubian (Dongolese) Eastern Sudanic #> 27863 Gondi Dravidian #> 27871 Lamani Indo-European #> 27879 Marathi Indo-European #> 27881 Onge South Andamanese #> 27883 Seme Niger-Congo #> 27938 Beja Afro-Asiatic #> 27945 Rashad Kordofanian #> 27967 Bisu Sino-Tibetan #> 27985 Tigré Afro-Asiatic #> 28001 Soninke Mande #> 28019 Bambara Mande #> 28030 Mandinka (Gambian) Mande #> 28064 Koyraboro Senni Songhay #> 28069 Nyimang Eastern Sudanic #> 28088 Maninka (Western) Mande #> 28092 Nara (in Ethiopia) Eastern Sudanic #> 28098 Lahu Sino-Tibetan #> 28108 Orig Kordofanian #> 28117 Sila Eastern Sudanic #> 28148 Rama Chibchan #> 28155 Donno So Dogon #> 28157 Koya Dravidian #> 28162 Ika Chibchan #> 28165 Miskito Misumalpan #> 28170 Malayalam Dravidian #> 28173 Tulu Dravidian #> 28176 Kunama Kunama #> 28184 Masalit Maban #> 28199 Nubian (Dongolese) Eastern Sudanic #> 28219 Tubu Saharan #> 28235 Kuvi Dravidian #> 28236 Jamsay Dogon #> 28239 Tamil Dravidian #> 28245 Kemant Afro-Asiatic #> 28258 Telugu Dravidian #> 28270 Tama Eastern Sudanic #> 28274 Gondi Dravidian #> 28281 Kanuri Saharan #> 28282 Beria Saharan #> 28284 Kannada Dravidian #> 28288 Boko Mande #> 28293 Supyire Niger-Congo #> 28299 Runga Maban #> 28315 Fur Fur #> 28330 Tigrinya Afro-Asiatic #> 28341 Amharic Afro-Asiatic #> 28348 Kolami Dravidian #> 28354 Maba Maban #> 28356 Hawaiian Austronesian #> 28360 Goajiro Arawakan #> 28361 Zapotec (Isthmus) Oto-Manguean #> 28365 Chatino (Sierra Occidental) Oto-Manguean #> 28371 Tagalog Austronesian #> 28373 Zapotec (Zoogocho) Oto-Manguean #> 28374 Chatino (Yaitepec) Oto-Manguean #> 28377 Chinantec (Quiotepec) Oto-Manguean #> 28378 Sipakapense Mayan #> 28380 Mixtec (Jicaltepec) Oto-Manguean #> 28381 Jakaltek Mayan #> 28384 Mixtec (Chalcatongo) Oto-Manguean #> 28388 Chamorro Austronesian #> 28389 Pangasinan Austronesian #> 28393 Mixtec (Peñoles) Oto-Manguean #> 28394 Garífuna Arawakan #> 28399 Agta (Dupaningan) Austronesian #> 28401 Mam Mayan #> 28402 Trique (Copala) Oto-Manguean #> 28407 Agta (Central) Austronesian #> 28410 Mixtec (Ocotepec) Oto-Manguean #> 28411 Hiligaynon Austronesian #> 28414 Mazatec (Chiquihuitlán) Oto-Manguean #> 28417 Zoque (Copainalá) Mixe-Zoque #> 28423 Mehri Afro-Asiatic #> 28425 Tzutujil Mayan #> 28430 Bontok Austronesian #> 28432 Lacandón Mayan #> 28436 Hdi Afro-Asiatic #> 28437 Miya Afro-Asiatic #> 28438 Cakchiquel Mayan #> 28441 Krongo Kadu #> 28445 Lamang Afro-Asiatic #> 28449 Tamashek Afro-Asiatic #> 28450 Chuj Mayan #> 28452 Podoko Afro-Asiatic #> 28467 Chinantec (Lealao) Oto-Manguean #> 28470 Tzotzil Mayan #> 28485 Zoque (Ostuacan) Mixe-Zoque #> 28490 Ifugao (Batad) Austronesian #> 28491 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 28496 Pipil Uto-Aztecan #> 28499 Zapotec (Mitla) Oto-Manguean #> 28501 Tlapanec Oto-Manguean #> 28502 Chinantec (Palantla) Oto-Manguean #> 28503 Chinantec (Comaltepec) Oto-Manguean #> 28510 Tamashek Afro-Asiatic #> 28515 Chuj Mayan #> 28517 Cakchiquel Mayan #> 28518 Krongo Kadu #> 28520 Hdi Afro-Asiatic #> 28522 Miya Afro-Asiatic #> 28523 Lamang Afro-Asiatic #> 28528 Sipakapense Mayan #> 28529 Bontok Austronesian #> 28530 Chinantec (Lealao) Oto-Manguean #> 28532 Trique (Copala) Oto-Manguean #> 28534 Tagalog Austronesian #> 28542 Jakaltek Mayan #> 28544 Mixtec (Peñoles) Oto-Manguean #> 28547 Garífuna Arawakan #> 28550 Chatino (Sierra Occidental) Oto-Manguean #> 28551 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 28553 Mixtec (Chalcatongo) Oto-Manguean #> 28554 Lacandón Mayan #> 28568 Zoque (Ostuacan) Mixe-Zoque #> 28579 Mixtec (Jicaltepec) Oto-Manguean #> 28580 Hiligaynon Austronesian #> 28583 Tzutujil Mayan #> 28588 Agta (Dupaningan) Austronesian #> 28589 Ifugao (Batad) Austronesian #> 28590 Mixtec (Ocotepec) Oto-Manguean #> 28594 Chatino (Yaitepec) Oto-Manguean #> 28597 Agta (Central) Austronesian #> 28600 Mam Mayan #> 28601 Tzotzil Mayan #> 28607 Zapotec (Zoogocho) Oto-Manguean #> 28608 Hawaiian Austronesian #> 28626 Pangasinan Austronesian #> 28627 Zapotec (Isthmus) Oto-Manguean #> 28628 Chamorro Austronesian #> 28630 Goajiro Arawakan #> 28639 Pipil Uto-Aztecan #> 28640 Chinantec (Quiotepec) Oto-Manguean #> 28643 Chinantec (Comaltepec) Oto-Manguean #> 28647 Tlapanec Oto-Manguean #> 28648 Zapotec (Mitla) Oto-Manguean #> 28650 Chinantec (Palantla) Oto-Manguean #> 28657 Chuj Mayan #> 28658 Tamashek Afro-Asiatic #> 28661 Miya Afro-Asiatic #> 28662 Krongo Kadu #> 28663 Cakchiquel Mayan #> 28668 Zoque (Copainalá) Mixe-Zoque #> 28671 Mehri Afro-Asiatic #> 28672 Lamang Afro-Asiatic #> 28673 Podoko Afro-Asiatic #> 28674 Mazatec (Chiquihuitlán) Oto-Manguean #> 28675 Hdi Afro-Asiatic #> 28677 Mazatec (Chiquihuitlán) Oto-Manguean #> 28680 Miya Afro-Asiatic #> 28681 Cakchiquel Mayan #> 28682 Lamang Afro-Asiatic #> 28683 Hdi Afro-Asiatic #> 28685 Chuj Mayan #> 28692 Jakaltek Mayan #> 28699 Mixtec (Peñoles) Oto-Manguean #> 28703 Chinantec (Lealao) Oto-Manguean #> 28707 Mehri Afro-Asiatic #> 28708 Goajiro Arawakan #> 28710 Bontok Austronesian #> 28714 Mixtec (Jicaltepec) Oto-Manguean #> 28719 Chatino (Yaitepec) Oto-Manguean #> 28722 Zapotec (Isthmus) Oto-Manguean #> 28725 Mam Mayan #> 28726 Tlapanec Oto-Manguean #> 28727 Sipakapense Mayan #> 28729 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 28730 Chinantec (Comaltepec) Oto-Manguean #> 28731 Pipil Uto-Aztecan #> 28737 Ifugao (Batad) Austronesian #> 28739 Hawaiian Austronesian #> 28740 Agta (Dupaningan) Austronesian #> 28743 Tzutujil Mayan #> 28744 Trique (Copala) Oto-Manguean #> 28745 Krongo Kadu #> 28750 Pangasinan Austronesian #> 28755 Hiligaynon Austronesian #> 28758 Tzotzil Mayan #> 28764 Chamorro Austronesian #> 28766 Tagalog Austronesian #> 28770 Garífuna Arawakan #> 28773 Zapotec (Zoogocho) Oto-Manguean #> 28787 Podoko Afro-Asiatic #> 28788 Tamashek Afro-Asiatic #> 28790 Mixtec (Ocotepec) Oto-Manguean #> 28795 Zapotec (Mitla) Oto-Manguean #> 28798 Zoque (Ostuacan) Mixe-Zoque #> 28810 Mixtec (Chalcatongo) Oto-Manguean #> 28811 Chatino (Sierra Occidental) Oto-Manguean #> 28816 Lacandón Mayan #> 28818 Chinantec (Palantla) Oto-Manguean #> 28819 Agta (Central) Austronesian #> 28822 Zoque (Copainalá) Mixe-Zoque #> 28824 Chinantec (Quiotepec) Oto-Manguean #> 28828 Mehri Afro-Asiatic #> 28829 Podoko Afro-Asiatic #> 28830 Lamang Afro-Asiatic #> 28831 Krongo Kadu #> 28832 Hdi Afro-Asiatic #> 28833 Miya Afro-Asiatic #> 28839 Zapotec (Zoogocho) Oto-Manguean #> 28843 Cakchiquel Mayan #> 28848 Zoque (Copainalá) Mixe-Zoque #> 28849 Mixtec (Peñoles) Oto-Manguean #> 28852 Mixtec (Jicaltepec) Oto-Manguean #> 28854 Chinantec (Comaltepec) Oto-Manguean #> 28859 Agta (Central) Austronesian #> 28861 Goajiro Arawakan #> 28864 Mazatec (Chiquihuitlán) Oto-Manguean #> 28869 Lacandón Mayan #> 28881 Pangasinan Austronesian #> 28885 Jakaltek Mayan #> 28898 Chinantec (Lealao) Oto-Manguean #> 28900 Tzutujil Mayan #> 28901 Zoque (Ostuacan) Mixe-Zoque #> 28902 Tamashek Afro-Asiatic #> 28909 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 28912 Mam Mayan #> 28913 Chatino (Yaitepec) Oto-Manguean #> 28914 Hiligaynon Austronesian #> 28915 Chuj Mayan #> 28918 Garífuna Arawakan #> 28921 Mixtec (Chalcatongo) Oto-Manguean #> 28923 Bontok Austronesian #> 28925 Chatino (Sierra Occidental) Oto-Manguean #> 28929 Chinantec (Quiotepec) Oto-Manguean #> 28931 Zapotec (Mitla) Oto-Manguean #> 28936 Tlapanec Oto-Manguean #> 28944 Ifugao (Batad) Austronesian #> 28952 Sipakapense Mayan #> 28954 Hawaiian Austronesian #> 28957 Pipil Uto-Aztecan #> 28959 Chinantec (Palantla) Oto-Manguean #> 28962 Chamorro Austronesian #> 28965 Agta (Dupaningan) Austronesian #> 28970 Zapotec (Isthmus) Oto-Manguean #> 28972 Mixtec (Ocotepec) Oto-Manguean #> 28973 Trique (Copala) Oto-Manguean #> 28977 Tzotzil Mayan #> 28978 Tagalog Austronesian #> 29023 Malayalam Dravidian #> 29060 Bikol Austronesian #> 29064 Cebuano Austronesian #> 29066 Aklanon Austronesian #> 29072 Tol Tol #> 29114 Chamorro Austronesian #> 29120 Kunama Kunama #> 29125 Beja Afro-Asiatic #> 29139 Nubian (Dongolese) Eastern Sudanic #> 29141 Aguacatec Mayan #> 29143 Arabic (Bani-Hassan) Afro-Asiatic #> 29169 Krongo Kadu #> 29182 Mam Mayan #> 29190 Chinantec (Lealao) Oto-Manguean #> 29207 Saho Afro-Asiatic #> 29210 Rama Chibchan #> 29225 Jakaltek Mayan #> 29232 Diola-Fogny Niger-Congo #> 29252 Sedang Austro-Asiatic #> 29264 Khmer Austro-Asiatic #> 29298 Tzotzil (Zinacantán) Mayan #> 29299 Quiché Mayan #> 29304 Pokomchí Mayan #> 29305 Miskito Misumalpan #> 29354 Bagirmi Central Sudanic #> 29355 Purépecha Tarascan #> 29360 Chatino (Yaitepec) Oto-Manguean #> 29376 Koromfe Niger-Congo #> 29383 Halang Austro-Asiatic #> 29402 Hanunóo Austronesian #> 29405 Supyire Niger-Congo #> 29437 Tagalog Austronesian #> 29448 Zoque (Copainalá) Mixe-Zoque #> 29450 Hawaiian Austronesian #> 29464 Nahuatl (Tetelcingo) Uto-Aztecan #> 29486 Koya Dravidian #> 29509 Halang Austro-Asiatic #> 29531 Quiché Mayan #> 29579 Pokomchí Mayan #> 29599 Nahuatl (Tetelcingo) Uto-Aztecan #> 29606 Miskito Misumalpan #> 29609 Tzotzil (Zinacantán) Mayan #> 29639 Chatino (Yaitepec) Oto-Manguean #> 29645 Diola-Fogny Niger-Congo #> 29649 Koromfe Niger-Congo #> 29655 Zoque (Copainalá) Mixe-Zoque #> 29665 Chinantec (Lealao) Oto-Manguean #> 29696 Bagirmi Central Sudanic #> 29700 Sedang Austro-Asiatic #> 29717 Beja Afro-Asiatic #> 29728 Jakaltek Mayan #> 29742 Supyire Niger-Congo #> 29764 Hawaiian Austronesian #> 29775 Aguacatec Mayan #> 29782 Malayalam Dravidian #> 29823 Tol Tol #> 29833 Aklanon Austronesian #> 29836 Chamorro Austronesian #> 29842 Koya Dravidian #> 29843 Rama Chibchan #> 29862 Nubian (Dongolese) Eastern Sudanic #> 29868 Cebuano Austronesian #> 29879 Khmer Austro-Asiatic #> 29898 Krongo Kadu #> 29917 Tagalog Austronesian #> 29920 Kunama Kunama #> 29924 Purépecha Tarascan #> 29925 Hanunóo Austronesian #> 29946 Saho Afro-Asiatic #> 29947 Bikol Austronesian #> 29964 Mam Mayan #> 29986 Arabic (Bani-Hassan) Afro-Asiatic #> 30019 Hawaiian Austronesian #> 30046 Tagalog Austronesian #> 30054 Zoque (Copainalá) Mixe-Zoque #> 30059 Rama Chibchan #> 30143 Bikol Austronesian #> 30149 Cebuano Austronesian #> 30162 Aklanon Austronesian #> 30192 Chamorro Austronesian #> 30197 Kunama Kunama #> 30198 Hanunóo Austronesian #> 30199 Malayalam Dravidian #> 30212 Khmer Austro-Asiatic #> 30213 Nubian (Dongolese) Eastern Sudanic #> 30216 Krongo Kadu #> 30217 Koya Dravidian #> 30227 Chatino (Yaitepec) Oto-Manguean #> 30240 Aguacatec Mayan #> 30241 Pokomchí Mayan #> 30309 Sedang Austro-Asiatic #> 30314 Koromfe Niger-Congo #> 30319 Tzeltal (Aguacatenango) Mayan #> 30346 Purépecha Tarascan #> 30353 Mixtec (Molinos) Oto-Manguean #> 30356 Pacoh Austro-Asiatic #> 30359 Toro So Dogon #> 30360 Kannada Dravidian #> 30363 Kadugli Kadu #> 30367 Jakaltek Mayan #> 30377 Nahuatl (North Puebla) Uto-Aztecan #> 30381 Tlapanec Oto-Manguean #> 30384 Awngi Afro-Asiatic #> 30396 Wolof Niger-Congo #> 30404 Brao Austro-Asiatic #> 30413 Nara (in Ethiopia) Eastern Sudanic #> 30414 Japreria Cariban #> 30415 Chinantec (Lealao) Oto-Manguean #> 30428 Soqotri Afro-Asiatic #> 30431 Bagirmi Central Sudanic #> 30456 Tagalog Austronesian #> 30457 Kota Dravidian #> 30460 Kanuri Saharan #> 30461 Tera Afro-Asiatic #> 30470 Phlong Sino-Tibetan #> 30472 Konyagi Niger-Congo #> 30481 Ngizim Afro-Asiatic #> 30482 Tampulma Niger-Congo #> 30486 Sora Austro-Asiatic #> 30488 Koya Dravidian #> 30490 Telugu Dravidian #> 30501 Khmer Austro-Asiatic #> 30502 Chamorro Austronesian #> 30512 Moro Kordofanian #> 30526 Sre Austro-Asiatic #> 30527 K'ekchí Mayan #> 30533 Lahu Sino-Tibetan #> 30538 Berta Berta #> 30541 Karen (Sgaw) Sino-Tibetan #> 30548 Koyraboro Senni Songhay #> 30564 Krongo Kadu #> 30577 Koromfe Niger-Congo #> 30580 Mazatec (Chiquihuitlán) Oto-Manguean #> 30584 Beja Afro-Asiatic #> 30605 Mixtec (Chalcatongo) Oto-Manguean #> 30606 Chinantec (Quiotepec) Oto-Manguean #> 30613 Nyah Kur (Tha Pong) Austro-Asiatic #> 30614 Dangaléat (Western) Afro-Asiatic #> 30626 Huave (San Mateo del Mar) Huavean #> 30632 Fur Fur #> 30635 Zoque (Copainalá) Mixe-Zoque #> 30639 Amo Niger-Congo #> 30643 Mazahua Oto-Manguean #> 30650 Goajiro Arawakan #> 30652 Bisa Mande #> 30655 Hausa Afro-Asiatic #> 30657 Bobo Madaré (Northern) Mande #> 30663 Daju (Dar Fur) Eastern Sudanic #> 30664 Kotoko Afro-Asiatic #> 30667 Chatino (Sierra Occidental) Oto-Manguean #> 30677 Maba Maban #> 30688 Jeh Austro-Asiatic #> 30689 Ndut Niger-Congo #> 30696 Kayah Li (Eastern) Sino-Tibetan #> 30699 Kanakuru Afro-Asiatic #> 30702 Sedang Austro-Asiatic #> 30709 Tama Eastern Sudanic #> 30710 Mixe (Totontepec) Mixe-Zoque #> 30712 Nahuatl (Tetelcingo) Uto-Aztecan #> 30714 Cham (Western) Austronesian #> 30718 Supyire Niger-Congo #> 30722 Ika Chibchan #> 30725 Amharic Afro-Asiatic #> 30730 Amuzgo Oto-Manguean #> 30733 Tulu Dravidian #> 30735 Thai Tai-Kadai #> 30738 Konkani Indo-European #> 30743 Bariba Niger-Congo #> 30746 Rama Chibchan #> 30752 Bambara Mande #> 30759 Margi Afro-Asiatic #> 30761 Jomang Kordofanian #> 30765 Bru (Western) Austro-Asiatic #> 30771 Pech Chibchan #> 30779 Kunama Kunama #> 30781 Tol Tol #> 30786 Vietnamese Austro-Asiatic #> 30795 Tigré Afro-Asiatic #> 30798 Diola-Fogny Niger-Congo #> 30799 Koyra Chiini Songhay #> 30806 Temein Eastern Sudanic #> 30818 Ingessana Eastern Sudanic #> 30819 Nyimang Eastern Sudanic #> 30820 Yucatec Mayan #> 30861 Hawaiian Austronesian #> 30866 Great Andamanese Great Andamanese #> 30885 Mazatec (Chiquihuitlán) Oto-Manguean #> 30889 Lahu Sino-Tibetan #> 30891 Phlong Sino-Tibetan #> 30893 Tera Afro-Asiatic #> 30905 Konyagi Niger-Congo #> 30913 Tlapanec Oto-Manguean #> 30920 Koyra Chiini Songhay #> 30931 Cham (Western) Austronesian #> 30941 Telugu Dravidian #> 30950 Bagirmi Central Sudanic #> 30953 Nahuatl (North Puebla) Uto-Aztecan #> 30958 Sre Austro-Asiatic #> 30959 Bisa Mande #> 30967 Tol Tol #> 30968 Hausa Afro-Asiatic #> 30972 Nyah Kur (Tha Pong) Austro-Asiatic #> 30977 Dangaléat (Western) Afro-Asiatic #> 30978 Kanuri Saharan #> 30982 Tagalog Austronesian #> 30983 Pacoh Austro-Asiatic #> 30986 Supyire Niger-Congo #> 30988 Zoque (Copainalá) Mixe-Zoque #> 30993 Ndut Niger-Congo #> 30995 Bru (Western) Austro-Asiatic #> 30996 Yucatec Mayan #> 31010 Kadugli Kadu #> 31013 Chatino (Sierra Occidental) Oto-Manguean #> 31021 Koyraboro Senni Songhay #> 31034 Kannada Dravidian #> 31036 Bambara Mande #> 31050 Maba Maban #> 31052 Thai Tai-Kadai #> 31055 Wolof Niger-Congo #> 31067 Great Andamanese Great Andamanese #> 31068 Mazahua Oto-Manguean #> 31080 K'ekchí Mayan #> 31084 Kayah Li (Eastern) Sino-Tibetan #> 31085 Chinantec (Lealao) Oto-Manguean #> 31092 Koromfe Niger-Congo #> 31099 Purépecha Tarascan #> 31106 Margi Afro-Asiatic #> 31108 Diola-Fogny Niger-Congo #> 31110 Beja Afro-Asiatic #> 31115 Konkani Indo-European #> 31128 Krongo Kadu #> 31140 Sora Austro-Asiatic #> 31152 Koya Dravidian #> 31159 Kota Dravidian #> 31162 Tzeltal (Aguacatenango) Mayan #> 31165 Nara (in Ethiopia) Eastern Sudanic #> 31172 Nahuatl (Tetelcingo) Uto-Aztecan #> 31186 Temein Eastern Sudanic #> 31188 Amuzgo Oto-Manguean #> 31197 Kanakuru Afro-Asiatic #> 31198 Hawaiian Austronesian #> 31217 Kunama Kunama #> 31219 Chamorro Austronesian #> 31229 Jakaltek Mayan #> 31230 Daju (Dar Fur) Eastern Sudanic #> 31231 Khmer Austro-Asiatic #> 31245 Rama Chibchan #> 31248 Jeh Austro-Asiatic #> 31253 Ngizim Afro-Asiatic #> 31258 Vietnamese Austro-Asiatic #> 31271 Jomang Kordofanian #> 31273 Japreria Cariban #> 31280 Pech Chibchan #> 31281 Fur Fur #> 31304 Tulu Dravidian #> 31307 Goajiro Arawakan #> 31313 Amharic Afro-Asiatic #> 31316 Sedang Austro-Asiatic #> 31321 Ika Chibchan #> 31327 Mixe (Totontepec) Mixe-Zoque #> 31330 Awngi Afro-Asiatic #> 31332 Nyimang Eastern Sudanic #> 31350 Amo Niger-Congo #> 31367 Bobo Madaré (Northern) Mande #> 31375 Kotoko Afro-Asiatic #> 31383 Bariba Niger-Congo #> 31384 Tampulma Niger-Congo #> 31391 Soqotri Afro-Asiatic #> 31395 Brao Austro-Asiatic #> 31397 Tigré Afro-Asiatic #> 31399 Tama Eastern Sudanic #> 31413 Ingessana Eastern Sudanic #> 31416 Mixtec (Chalcatongo) Oto-Manguean #> 31417 Huave (San Mateo del Mar) Huavean #> 31418 Mixtec (Molinos) Oto-Manguean #> 31424 Chinantec (Quiotepec) Oto-Manguean #> 31427 Berta Berta #> 31435 Karen (Sgaw) Sino-Tibetan #> 31440 Toro So Dogon #> 31445 Moro Kordofanian #> 31503 Nahuatl (North Puebla) Uto-Aztecan #> 31506 Mazahua Oto-Manguean #> 31529 Margi Afro-Asiatic #> 31544 Rama Chibchan #> 31549 Huave (San Mateo del Mar) Huavean #> 31556 Pech Chibchan #> 31559 Tigré Afro-Asiatic #> 31564 Koyraboro Senni Songhay #> 31565 Telugu Dravidian #> 31575 Daju (Dar Fur) Eastern Sudanic #> 31590 Tzeltal (Aguacatenango) Mayan #> 31591 Beja Afro-Asiatic #> 31601 Goajiro Arawakan #> 31606 Hawaiian Austronesian #> 31625 Tera Afro-Asiatic #> 31628 Soqotri Afro-Asiatic #> 31630 Tol Tol #> 31639 Mazatec (Chiquihuitlán) Oto-Manguean #> 31652 Ngizim Afro-Asiatic #> 31658 Koya Dravidian #> 31663 Chatino (Sierra Occidental) Oto-Manguean #> 31665 Hausa Afro-Asiatic #> 31666 Fur Fur #> 31667 K'ekchí Mayan #> 31673 Kota Dravidian #> 31675 Chamorro Austronesian #> 31681 Mixtec (Molinos) Oto-Manguean #> 31709 Tagalog Austronesian #> 31715 Koyra Chiini Songhay #> 31717 Bisa Mande #> 31740 Kanakuru Afro-Asiatic #> 31747 Jakaltek Mayan #> 31750 Berta Berta #> 31751 Chinantec (Lealao) Oto-Manguean #> 31759 Kadugli Kadu #> 31767 Yucatec Mayan #> 31774 Kunama Kunama #> 31780 Japreria Cariban #> 31789 Kannada Dravidian #> 31794 Nara (in Ethiopia) Eastern Sudanic #> 31796 Sora Austro-Asiatic #> 31813 Purépecha Tarascan #> 31815 Mixtec (Chalcatongo) Oto-Manguean #> 31819 Ingessana Eastern Sudanic #> 31822 Nahuatl (Tetelcingo) Uto-Aztecan #> 31829 Zoque (Copainalá) Mixe-Zoque #> 31835 Kayah Li (Eastern) Sino-Tibetan #> 31836 Khmer Austro-Asiatic #> 31843 Nyah Kur (Tha Pong) Austro-Asiatic #> 31845 Maba Maban #> 31849 Lahu Sino-Tibetan #> 31850 Krongo Kadu #> 31851 Nyimang Eastern Sudanic #> 31853 Brao Austro-Asiatic #> 31858 Phlong Sino-Tibetan #> 31863 Bobo Madaré (Northern) Mande #> 31872 Cham (Western) Austronesian #> 31875 Vietnamese Austro-Asiatic #> 31877 Supyire Niger-Congo #> 31892 Diola-Fogny Niger-Congo #> 31893 Thai Tai-Kadai #> 31901 Wolof Niger-Congo #> 31903 Bagirmi Central Sudanic #> 31904 Amo Niger-Congo #> 31908 Ika Chibchan #> 31909 Tama Eastern Sudanic #> 31914 Konkani Indo-European #> 31924 Jeh Austro-Asiatic #> 31928 Ndut Niger-Congo #> 31933 Sre Austro-Asiatic #> 31935 Tulu Dravidian #> 31936 Temein Eastern Sudanic #> 31938 Chinantec (Quiotepec) Oto-Manguean #> 31941 Amharic Afro-Asiatic #> 31943 Tampulma Niger-Congo #> 31946 Bru (Western) Austro-Asiatic #> 31948 Jomang Kordofanian #> 31949 Mixe (Totontepec) Mixe-Zoque #> 31950 Karen (Sgaw) Sino-Tibetan #> 31952 Great Andamanese Great Andamanese #> 31963 Kanuri Saharan #> 31968 Awngi Afro-Asiatic #> 31974 Moro Kordofanian #> 31978 Koromfe Niger-Congo #> 31980 Amuzgo Oto-Manguean #> 31989 Toro So Dogon #> 31992 Pacoh Austro-Asiatic #> 31993 Sedang Austro-Asiatic #> 31994 Bambara Mande #> 31996 Dangaléat (Western) Afro-Asiatic #> 32005 Kotoko Afro-Asiatic #> 32012 Bariba Niger-Congo #> 32018 Totonac (Misantla) Totonacan #> 32020 Rama Chibchan #> 32047 Zoque (Copainalá) Mixe-Zoque #> 32050 Jakaltek Mayan #> 32051 Krongo Kadu #> 32053 Chontal (Highland) Tequistlatecan #> 32056 Tagalog Austronesian #> 32058 Nubian (Dongolese) Eastern Sudanic #> 32089 Huave (San Mateo del Mar) Huavean #> 32102 Mixtec (Chalcatongo) Oto-Manguean #> 32117 Kannada Dravidian #> 32125 Nahali Nahali #> 32127 Purépecha Tarascan #> 32132 Bagirmi Central Sudanic #> 32142 Supyire Niger-Congo #> 32143 Tera Afro-Asiatic #> 32144 Vietnamese Austro-Asiatic #> 32148 Hausa Afro-Asiatic #> 32149 Lahu Sino-Tibetan #> 32156 Koyra Chiini Songhay #> 32163 Beja Afro-Asiatic #> 32169 Kunama Kunama #> 32175 Thai Tai-Kadai #> 32180 Chamorro Austronesian #> 32188 Rama Chibchan #> 32189 Purépecha Tarascan #> 32190 Kannada Dravidian #> 32200 Zoque (Copainalá) Mixe-Zoque #> 32207 Kunama Kunama #> 32235 Nahali Nahali #> 32236 Lahu Sino-Tibetan #> 32240 Nubian (Dongolese) Eastern Sudanic #> 32243 Beja Afro-Asiatic #> 32262 Tagalog Austronesian #> 32280 Koyra Chiini Songhay #> 32281 Tera Afro-Asiatic #> 32293 Chontal (Highland) Tequistlatecan #> 32302 Huave (San Mateo del Mar) Huavean #> 32303 Krongo Kadu #> 32309 Margi Afro-Asiatic #> 32312 Thai Tai-Kadai #> 32317 Bagirmi Central Sudanic #> 32318 Totonac (Misantla) Totonacan #> 32324 Supyire Niger-Congo #> 32325 Chamorro Austronesian #> 32326 Jakaltek Mayan #> 32329 Mixtec (Chalcatongo) Oto-Manguean #> 32333 Vietnamese Austro-Asiatic #> 32341 Hausa Afro-Asiatic #> 32344 Krongo Kadu #> 32349 Jakaltek Mayan #> 32351 Nahali Nahali #> 32355 Thai Tai-Kadai #> 32378 Tera Afro-Asiatic #> 32383 Mixtec (Chalcatongo) Oto-Manguean #> 32389 Kunama Kunama #> 32393 Rama Chibchan #> 32397 Zoque (Copainalá) Mixe-Zoque #> 32410 Lahu Sino-Tibetan #> 32419 Totonac (Misantla) Totonacan #> 32423 Purépecha Tarascan #> 32424 Beja Afro-Asiatic #> 32425 Margi Afro-Asiatic #> 32426 Nubian (Dongolese) Eastern Sudanic #> 32430 Supyire Niger-Congo #> 32446 Tagalog Austronesian #> 32448 Chontal (Highland) Tequistlatecan #> 32456 Hausa Afro-Asiatic #> 32459 Kannada Dravidian #> 32462 Vietnamese Austro-Asiatic #> 32473 Chamorro Austronesian #> 32478 Huave (San Mateo del Mar) Huavean #> 32488 Bagirmi Central Sudanic #> 32498 Koyra Chiini Songhay #> 32504 Nahali Nahali #> 32506 Vietnamese Austro-Asiatic #> 32509 Rama Chibchan #> 32511 Karen (Sgaw) Sino-Tibetan #> 32512 Kannada Dravidian #> 32520 Tagalog Austronesian #> 32527 Thai Tai-Kadai #> 32530 Koyra Chiini Songhay #> 32531 Supyire Niger-Congo #> 32534 Pipil Uto-Aztecan #> 32537 Mixtec (Chalcatongo) Oto-Manguean #> 32538 Jakaltek Mayan #> 32548 Krongo Kadu #> 32550 Huave (San Mateo del Mar) Huavean #> 32562 Beja Afro-Asiatic #> 32584 Bagirmi Central Sudanic #> 32585 Hausa Afro-Asiatic #> 32591 Chamorro Austronesian #> 32613 Zoque (Copainalá) Mixe-Zoque #> 32660 Jakaltek Mayan #> 32667 Bagirmi Central Sudanic #> 32690 Pipil Uto-Aztecan #> 32699 Chontal (Highland) Tequistlatecan #> 32714 Huave (San Mateo del Mar) Huavean #> 32719 Nahali Nahali #> 32722 Kannada Dravidian #> 32723 Purépecha Tarascan #> 32739 Beja Afro-Asiatic #> 32741 Kunama Kunama #> 32746 Koyra Chiini Songhay #> 32752 Gumuz Gumuz #> 32754 Fur Fur #> 32764 Chamorro Austronesian #> 32772 Nubian (Dongolese) Eastern Sudanic #> 32779 Nara (in Ethiopia) Eastern Sudanic #> 32788 Rama Chibchan #> 32791 Hausa Afro-Asiatic #> 32802 Kanuri Saharan #> 32817 Tagalog Austronesian #> 32819 Zoque (Copainalá) Mixe-Zoque #> 32844 Krongo Kadu #> 32849 Supyire Niger-Congo #> 32854 Thai Tai-Kadai #> 32855 Ika Chibchan #> 32868 Vietnamese Austro-Asiatic #> 32872 Miskito Misumalpan #> 32876 Orig Kordofanian #> 32880 Mixtec (Chalcatongo) Oto-Manguean #> 32901 Jakaltek Mayan #> 32906 Chontal (Highland) Tequistlatecan #> 32925 Miskito Misumalpan #> 32935 Chamorro Austronesian #> 32939 Huave (San Mateo del Mar) Huavean #> 32956 Pipil Uto-Aztecan #> 32961 Supyire Niger-Congo #> 32962 Ika Chibchan #> 32964 Nubian (Dongolese) Eastern Sudanic #> 32966 Kunama Kunama #> 32973 Nahali Nahali #> 32992 Fur Fur #> 32999 Kanuri Saharan #> 33003 Thai Tai-Kadai #> 33014 Koyra Chiini Songhay #> 33016 Orig Kordofanian #> 33025 Hausa Afro-Asiatic #> 33034 Kannada Dravidian #> 33041 Purépecha Tarascan #> 33044 Beja Afro-Asiatic #> 33056 Krongo Kadu #> 33062 Zoque (Copainalá) Mixe-Zoque #> 33091 Nara (in Ethiopia) Eastern Sudanic #> 33094 Vietnamese Austro-Asiatic #> 33103 Bagirmi Central Sudanic #> 33108 Mixtec (Chalcatongo) Oto-Manguean #> 33112 Gumuz Gumuz #> 33115 Rama Chibchan #> 33118 Tagalog Austronesian #> 33129 Pipil Uto-Aztecan #> 33135 Jakaltek Mayan #> 33142 Huave (San Mateo del Mar) Huavean #> 33163 Chontal (Highland) Tequistlatecan #> 33169 Nubian (Dongolese) Eastern Sudanic #> 33172 Fur Fur #> 33175 Koyra Chiini Songhay #> 33179 Kannada Dravidian #> 33182 Beja Afro-Asiatic #> 33184 Purépecha Tarascan #> 33192 Kunama Kunama #> 33210 Nahali Nahali #> 33214 Zoque (Copainalá) Mixe-Zoque #> 33230 Vietnamese Austro-Asiatic #> 33240 Rama Chibchan #> 33246 Kanuri Saharan #> 33247 Gumuz Gumuz #> 33262 Mixtec (Chalcatongo) Oto-Manguean #> 33270 Krongo Kadu #> 33273 Thai Tai-Kadai #> 33282 Nara (in Ethiopia) Eastern Sudanic #> 33285 Tagalog Austronesian #> 33291 Supyire Niger-Congo #> 33305 Ika Chibchan #> 33318 Hausa Afro-Asiatic #> 33328 Bagirmi Central Sudanic #> 33337 Chamorro Austronesian #> 33348 Miskito Misumalpan #> 33355 Orig Kordofanian #> 33356 Thai Tai-Kadai #> 33358 Supyire Niger-Congo #> 33363 Vietnamese Austro-Asiatic #> 33374 Chamorro Austronesian #> 33377 Beja Afro-Asiatic #> 33381 Purépecha Tarascan #> 33384 Tagalog Austronesian #> 33397 Fur Fur #> 33412 Gumuz Gumuz #> 33414 Ika Chibchan #> 33415 Kanuri Saharan #> 33432 Kannada Dravidian #> 33444 Zoque (Copainalá) Mixe-Zoque #> 33446 Mixtec (Chalcatongo) Oto-Manguean #> 33447 Nara (in Ethiopia) Eastern Sudanic #> 33453 Huave (San Mateo del Mar) Huavean #> 33455 Jakaltek Mayan #> 33482 Pipil Uto-Aztecan #> 33483 Nahali Nahali #> 33504 Bagirmi Central Sudanic #> 33505 Koyra Chiini Songhay #> 33508 Kunama Kunama #> 33525 Kui (in India) Dravidian #> 33527 Miskito Misumalpan #> 33529 Chontal (Highland) Tequistlatecan #> 33545 Krongo Kadu #> 33548 Nubian (Dongolese) Eastern Sudanic #> 33565 Orig Kordofanian #> 33584 Hausa Afro-Asiatic #> 33589 Rama Chibchan #> 33592 Koyraboro Senni Songhay #> 33599 Koyra Chiini Songhay #> 33605 Anufo Niger-Congo #> 33607 Vietnamese Austro-Asiatic #> 33608 Xasonga Mande #> 33610 Chrau Austro-Asiatic #> 33627 Duka Niger-Congo #> 33628 Hawaiian Austronesian #> 33629 Karen (Sgaw) Sino-Tibetan #> 33635 Tagalog Austronesian #> 33637 Lahu Sino-Tibetan #> 33639 Khmer Austro-Asiatic #> 33643 Kayah Li (Eastern) Sino-Tibetan #> 33658 Sedang Austro-Asiatic #> 33659 Wolof Niger-Congo #> 33671 Lao Tai-Kadai #> 33673 Thai Tai-Kadai #> 33674 Bikol Austronesian #> 33682 Hausa Afro-Asiatic #> 33687 Chinantec (Lealao) Oto-Manguean #> 33706 Mon Austro-Asiatic #> 33718 Chamorro Austronesian #> 33728 Kirma Niger-Congo #> 33729 Mixtec (Ocotepec) Oto-Manguean #> 33731 Stieng Austro-Asiatic #> 33734 Ngizim Afro-Asiatic #> 33739 Betta Kurumba Dravidian #> 33756 Kara (in Central African Republic) Central Sudanic #> 33766 Jamsay Dogon #> 33772 Marathi Indo-European #> 33794 Remo Austro-Asiatic #> 33796 Mooré Niger-Congo #> 33820 Laal Laal #> 33821 Kanuri Saharan #> 33825 Miskito Misumalpan #> 33828 Kenga Central Sudanic #> 33834 Tamil Dravidian #> 33837 Kannada Dravidian #> 33838 Ndut Niger-Congo #> 33868 Telugu Dravidian #> 33878 Pa'a Afro-Asiatic #> 33880 Konni Niger-Congo #> 33898 Nara (in Ethiopia) Eastern Sudanic #> 33910 Musgu Afro-Asiatic #> 33929 Gude Afro-Asiatic #> 33935 Nyimang Eastern Sudanic #> 33939 Bilin Afro-Asiatic #> 33948 Kuvi Dravidian #> 33955 Masalit Maban #> 33957 Noon Niger-Congo #> 33959 Tubu Saharan #> 33960 Donno So Dogon #> 33965 Agta (Central) Austronesian #> 33974 Kemant Afro-Asiatic #> 33993 Kanakuru Afro-Asiatic #> 33994 Purépecha Tarascan #> 34009 Bambara Mande #> 34016 Gondi Dravidian #> 34022 Chontal Maya Mayan #> 34034 Lamang Afro-Asiatic #> 34043 Malgwa Afro-Asiatic #> 34045 Miya Afro-Asiatic #> 34075 Kolami Dravidian #> 34086 Tenyer Niger-Congo #> 34088 Nubian (Dongolese) Eastern Sudanic #> 34095 Tera Afro-Asiatic #> 34103 Lacandón Mayan #> 34110 Mbara Afro-Asiatic #> 34111 Bimoba Niger-Congo #> 34118 Lamani Indo-European #> 34119 Kanembu Saharan #> 34133 Koya Dravidian #> 34139 Supyire Niger-Congo #> 34148 Goajiro Arawakan #> 34151 Koromfe Niger-Congo #> 34158 Margi Afro-Asiatic #> 34161 Berta Berta #> 34163 Onge South Andamanese #> 34166 Ika Chibchan #> 34181 Fur Fur #> 34188 Ingessana Eastern Sudanic #> 34193 Tama Eastern Sudanic #> 34197 Amharic Afro-Asiatic #> 34202 Maba Maban #> 34205 Gumuz Gumuz #> 34209 Beja Afro-Asiatic #> 34214 Chontal (Huamelultec Oaxaca) Tequistlatecan #> 34227 Beria Saharan #> 34228 Tigré Afro-Asiatic #> 34240 Bagirmi Central Sudanic #> 34251 Shatt Eastern Sudanic #> 34258 Kunama Kunama #> 34259 Mazatec (Huautla) Oto-Manguean #> 34267 Buduma Afro-Asiatic #> 34282 Totonac (Misantla) Totonacan #> 34284 Huave (San Mateo del Mar) Huavean #> 34285 Mehri Afro-Asiatic #> 34289 Nahuatl (Tetelcingo) Uto-Aztecan #> 34301 Tamashek Afro-Asiatic #> 34312 Rama Chibchan #> 34313 Popoluca (Sierra) Mixe-Zoque #> 34315 Katla Kordofanian #> 34316 Zapotec (Isthmus) Oto-Manguean #> 34329 Mixtec (Jicaltepec) Oto-Manguean #> 34348 Zapotec (Mitla) Oto-Manguean #> 34350 Tzotzil Mayan #> 34358 Masakin Kordofanian #> 34359 Zoque (Ostuacan) Mixe-Zoque #> 34362 Diola-Fogny Niger-Congo #> 34367 Runga Maban #> 34373 Lagwan Afro-Asiatic #> 34376 Chinantec (Quiotepec) Oto-Manguean #> 34378 Ifugao (Batad) Austronesian #> 34385 Zapotec (Zoogocho) Oto-Manguean #> 34391 Trique (Copala) Oto-Manguean #> genus macroarea countrycodes latitude #> 45 Caribbean Arawakan South America VR CO 12.00000 #> 52 Oceanic Papunesia US 19.58333 #> 71 Talodi Africa SD 10.58333 #> 74 Mixe-Zoque North America MX 17.25000 #> 83 Cariban South America VR 10.50000 #> 94 Aztecan North America MX 19.66667 #> 112 Temein Africa SD 11.91667 #> 122 Gur Africa ML BF 14.25000 #> 125 Gur Africa BJ NG 10.00000 #> 128 Aztecan North America MX 20.00000 #> 129 Mixe-Zoque North America MX 17.00000 #> 135 Rama North America NI 11.75000 #> 136 Eastern Mande Africa GH BF 11.50000 #> 137 Nyimang Africa SD 12.16667 #> 144 Fur Africa SD 13.50000 #> 146 Songhay Africa NE ML 16.00000 #> 148 Zapotecan North America MX 16.25000 #> 152 Greater Central Philippine Papunesia PH 15.00000 #> 154 Mixtecan North America MX 17.00000 #> 166 Songhay Africa ML 17.00000 #> 176 Munda Eurasia IN 20.00000 #> 184 Mixtecan North America MX 17.05000 #> 190 Arhuacic South America CO 10.66667 #> 206 Dogon Africa ML BF 14.41667 #> 207 Paya North America HN 15.00000 #> 212 Heiban Africa SD 11.00000 #> 213 Karen Eurasia TH 15.00000 #> 217 Mayan North America MX 16.41667 #> 220 Gur Africa ML 11.50000 #> 225 Kadugli Africa SD 10.50000 #> 227 Kainji Africa NG 10.33333 #> 230 Indic Eurasia IN 15.25000 #> 231 Mayan North America GT 16.00000 #> 233 Maban Africa TD 13.75000 #> 238 Berta Africa SD ET 10.33333 #> 239 Kadugli Africa SD 11.00000 #> 249 Western Mande Africa ML 12.50000 #> 256 Mayan North America MX 20.00000 #> 263 Malayo-Sumbawan Eurasia KH 12.00000 #> 271 Taman Africa SD TD 14.50000 #> 278 Western Mande Africa BF 12.41667 #> 280 Great Andamanese Eurasia IN 12.00000 #> 294 Southern Dravidian Eurasia IN 11.50000 #> 304 Subtiaba-Tlapanec North America MX 17.08333 #> 313 Daju Africa SD 12.25000 #> 314 Western Saharan Africa NE TD SD NG 12.00000 #> 318 Popolocan North America MX 17.75000 #> 319 Katuic Eurasia LA 16.75000 #> 322 Viet-Muong Eurasia VN 10.50000 #> 324 Amuzgoan North America MX 16.83333 #> 328 Huavean North America MX 16.21667 #> 334 Bahnaric Eurasia VN 14.16667 #> 343 Kunama Africa ER ET 14.50000 #> 345 Nara Africa ER 15.08333 #> 346 Khmer Eurasia KH 12.50000 #> 348 Kam-Tai Eurasia TH 16.00000 #> 350 Beja Africa ER SD 18.00000 #> 355 Katuic Eurasia VN 16.41667 #> 365 Chinantecan North America MX 17.33333 #> 370 Tol North America HN 14.66667 #> 372 Northern Atlantic Africa GM SN 13.00000 #> 373 Eastern Jebel Africa SD 11.50000 #> 377 Southern Dravidian Eurasia IN 12.75000 #> 379 Gur Africa GH 10.41667 #> 384 Chamorro Papunesia GU 13.45000 #> 387 Karen Eurasia MM TH 19.00000 #> 389 West Chadic Africa NG 10.00000 #> 390 South-Central Dravidian Eurasia IN 17.50000 #> 400 East Chadic Africa TD 12.16667 #> 414 Mayan North America GT 15.66667 #> 422 Karen Eurasia MM 18.00000 #> 423 Northern Atlantic Africa SN GM 15.25000 #> 439 South-Central Dravidian Eurasia IN 16.00000 #> 444 Monic Eurasia TH 15.66667 #> 447 Bongo-Bagirmi Africa TD 11.66667 #> 448 Biu-Mandara Africa NG 11.00000 #> 449 Northern Atlantic Africa SN 14.91667 #> 457 Central Cushitic Africa ET 10.83333 #> 461 Semitic Africa YE 12.50000 #> 462 West Chadic Africa NG NE 12.00000 #> 463 Tarascan North America MX 19.50000 #> 464 Semitic Africa ET 10.00000 #> 471 Biu-Mandara Africa CF 11.33333 #> 476 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 480 Southern Dravidian Eurasia IN 14.00000 #> 496 Chinantecan North America MX 17.58333 #> 497 Semitic Africa ER 16.50000 #> 505 Bahnaric Eurasia VN 11.50000 #> 511 West Chadic Africa NG 12.08333 #> 514 Northern Atlantic Africa GN ML 12.50000 #> 515 Bahnaric Eurasia VN LA 15.16667 #> 517 Biu-Mandara Africa NG 11.00000 #> 543 Otomian North America MX 19.41667 #> 559 Bahnaric Eurasia VN 14.83333 #> 568 Adamawa Africa TD 10.25000 #> 571 Chinantecan North America MX 17.58333 #> 574 Gur Africa BF 12.83333 #> 575 Gur Africa GH 10.50000 #> 577 Gur Africa ML 11.50000 #> 581 Bongo-Bagirmi Africa TD 11.66667 #> 588 Mixtecan North America MX 17.05000 #> 593 Dogon Africa ML BF 14.41667 #> 595 Cariban South America VR CO 10.16667 #> 613 Gur Africa BF 10.75000 #> 615 Gur Africa BF GH 10.50000 #> 617 Songhay Africa ML 17.00000 #> 624 Gur Africa ML BF 14.25000 #> 627 Maban Africa TD 13.75000 #> 638 Northern Atlantic Africa SN 15.00000 #> 641 South Andamanese Eurasia IN 10.75000 #> 646 Kam-Tai Eurasia TH 16.00000 #> 666 Viet-Muong Eurasia VN 10.50000 #> 672 Biu-Mandara Africa CF 11.33333 #> 673 Western Mande Africa ML SN GN 13.00000 #> 680 Chamorro Papunesia GU 13.45000 #> 683 Mayan North America GT 15.66667 #> 690 Biu-Mandara Africa CM 11.00000 #> 697 Nubian Africa SD 15.08333 #> 704 Western Saharan Africa NE TD SD NG 12.00000 #> 705 Semitic Eurasia OM 20.00000 #> 708 Northern Atlantic Africa SN GW 12.25000 #> 716 Khmer Eurasia KH 12.50000 #> 719 Fur Africa SD 13.50000 #> 720 Biu-Mandara Africa CM 10.41667 #> 721 Kadugli Africa SD 10.50000 #> 722 Laal Africa TD 10.00000 #> 731 Hmong-Mien Eurasia CN 19.00000 #> 741 Rama North America NI 11.75000 #> 747 Central Cushitic Africa ET 12.66667 #> 749 Northern Atlantic Africa SN GM 15.25000 #> 752 Greater Central Philippine Papunesia PH 15.00000 #> 757 Kunama Africa ER ET 14.50000 #> 765 Western Mande Africa ML SN 14.25000 #> 774 West Chadic Africa NG NE 12.00000 #> 778 Northern Atlantic Africa SN GN 12.66667 #> 779 Aztecan North America MX 20.00000 #> 780 Karen Eurasia MM TH 19.00000 #> 786 Southern Dravidian Eurasia IN 14.00000 #> 788 Northern Atlantic Africa GW 11.41667 #> 792 Mixe-Zoque North America MX 18.33333 #> 808 Laal Africa TD 10.00000 #> 809 Western Mande Africa ML SN GN 13.00000 #> 810 Northern Atlantic Africa MR 16.50000 #> 815 Northern Atlantic Africa GW 11.41667 #> 816 Northern Atlantic Africa SN GN 12.66667 #> 823 Biu-Mandara Africa CF 11.33333 #> 825 Biu-Mandara Africa CM 11.00000 #> 826 Biu-Mandara Africa CM 10.41667 #> 827 Northern Atlantic Africa SN GW 12.25000 #> 837 Gur Africa BF GH 10.50000 #> 839 Gur Africa BF 12.25000 #> 840 Gur Africa GH 10.50000 #> 841 Dogon Africa ML BF 14.41667 #> 842 Gur Africa BF 12.83333 #> 845 Adamawa Africa TD 10.25000 #> 849 Kam-Tai Eurasia TH 16.00000 #> 853 Western Mande Africa ML 12.50000 #> 860 Songhay Africa NE ML 16.00000 #> 862 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 867 Gur Africa ML 11.50000 #> 877 Kadugli Africa SD 10.50000 #> 879 Khmer Eurasia KH 12.50000 #> 884 Biu-Mandara Africa CM NG 10.41667 #> 896 Songhay Africa ML 17.00000 #> 903 Bahnaric Eurasia VN 10.75000 #> 907 Palaung-Khmuic Eurasia TH 18.50000 #> 910 Karen Eurasia MM TH 19.00000 #> 913 Viet-Muong Eurasia VN 10.50000 #> 919 Greater Central Philippine Papunesia PH 15.00000 #> 922 West Chadic Africa NG NE 12.00000 #> 930 Gur Africa BF GH 10.50000 #> 933 Totonacan North America MX 19.91667 #> 940 Munda Eurasia IN 18.00000 #> 942 Aztecan North America MX 19.66667 #> 951 Maban Africa SD TD 13.33333 #> 953 Berta Africa SD ET 10.33333 #> 957 Tarascan North America MX 19.50000 #> 964 Northern Atlantic Africa SN 14.83333 #> 974 Central Cushitic Africa ER 15.75000 #> 983 Mixtecan North America MX 17.05000 #> 989 Gur Africa ML BF 14.25000 #> 991 Chinantecan North America MX 17.33333 #> 996 Dogon ML 15.00000 #> 1001 Katla-Tima Africa SD 11.83333 #> 1002 Kunama Africa ER ET 14.50000 #> 1009 Semitic Africa ET 10.00000 #> 1023 Northern Atlantic Africa GM SN 13.00000 #> 1037 Paya North America HN 15.00000 #> 1039 Aztecan North America SV 13.83333 #> 1040 Mixe-Zoque North America MX 17.00000 #> 1045 Zapotecan North America MX 16.90000 #> 1051 Nubian Africa SD 18.25000 #> 1052 Mixtecan North America MX 17.16667 #> 1058 Southern Dravidian Eurasia IN 14.00000 #> 1063 Tol North America HN 14.66667 #> 1093 Bongo-Bagirmi Africa TD 11.66667 #> 1098 Rama North America NI 11.75000 #> 1108 Fur Africa SD 13.50000 #> 1114 Misumalpan North America NI 14.00000 #> 1119 Maban Africa TD 13.75000 #> 1134 Beja Africa ER SD 18.00000 #> 1143 Western Saharan Africa NE TD SD NG 12.00000 #> 1144 Mayan North America GT 15.66667 #> 1146 Central Luzon Papunesia PH 15.33333 #> 1150 Chamorro Papunesia GU 13.45000 #> 1152 Mayan North America GT 14.66667 #> 1184 Arhuacic South America CO 10.66667 #> 1212 Popolocan North America MX 18.16667 #> 1232 Gur Africa GH 10.50000 #> 1250 Western Mande Africa CI SN BF ML 15.00000 #> 1258 Songhay Africa ML 17.00000 #> 1264 Biu-Mandara Africa CM NG 10.41667 #> 1265 Gur Africa ML 11.50000 #> 1270 Gur Africa BF GH 10.50000 #> 1279 Gur Africa BF 12.83333 #> 1296 Songhay Africa NE ML 16.00000 #> 1304 Laal Africa TD 10.00000 #> 1305 Northern Atlantic Africa SN 14.91667 #> 1313 Northern Atlantic Africa SN GN 12.66667 #> 1317 Biu-Mandara Africa CM 10.95000 #> 1322 Zapotecan North America MX 16.80000 #> 1338 Popolocan North America MX 18.25000 #> 1346 Heiban Africa SD 11.00000 #> 1351 Munda Eurasia IN 18.00000 #> 1352 Maban Africa TD CF 10.33333 #> 1370 Mayan North America GT 15.25000 #> 1394 Tequistlatecan North America MX 16.00000 #> 1426 Aztecan North America MX 19.66667 #> 1436 Dogon Africa BF ML 14.33333 #> 1448 Fur Africa SD 13.50000 #> 1451 Beja Africa ER SD 18.00000 #> 1459 Mayan North America MX 18.16667 #> 1468 Northern Atlantic Africa SN GW 12.25000 #> 1488 Zapotecan North America MX 16.41667 #> 1496 Semitic Eurasia YE OM 17.00000 #> 1501 Aztecan North America MX 18.50000 #> 1506 Maban Africa SD TD 13.33333 #> 1517 Gumuz Africa SD ET 12.50000 #> 1528 Maban Africa TD 13.75000 #> 1531 Kunama Africa ER ET 14.50000 #> 1544 Rama North America NI 11.75000 #> 1551 Western Saharan Africa NE TD SD NG 12.00000 #> 1562 Northern Atlantic Africa GM SN 13.00000 #> 1565 Matlatzincan North America MX 18.91667 #> 1570 Nubian Africa SD 18.25000 #> 1576 Semitic Africa ET 10.00000 #> 1594 Berber Africa ML 20.00000 #> 1595 Central Cushitic Africa ER 15.75000 #> 1599 Mixe-Zoque North America MX 17.00000 #> 1649 Gur Africa ML BF 14.25000 #> 1667 Southern Dravidian Eurasia IN 14.00000 #> 1669 Northern Luzon Papunesia PH 16.83333 #> 1693 Arhuacic South America CO 10.66667 #> 1711 Chinantecan North America MX 17.33333 #> 1725 Aztecan North America MX 20.00000 #> 1726 Semitic Africa ER 16.50000 #> 1788 West Chadic Africa NG NE 12.00000 #> 1792 Biu-Mandara Africa CM 10.50000 #> 1803 West Chadic Africa NG 12.08333 #> 1807 West Chadic Africa NG 10.91667 #> 1812 Northern Atlantic Africa SN GM 15.25000 #> 1819 Biu-Mandara Africa TD 11.00000 #> 1832 Biu-Mandara Africa TD CM 10.83333 #> 1856 Palaung-Khmuic Eurasia TH 18.50000 #> 1857 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 1859 Monic Eurasia TH MM 14.83333 #> 1876 Southern Dravidian Eurasia IN 10.00000 #> 1881 Karen Eurasia MM TH 19.00000 #> 1890 Viet-Muong Eurasia VN 10.50000 #> 1893 Masa Africa TD CM 10.50000 #> 1898 Kam-Tai Eurasia TH 16.00000 #> 1900 Oceanic Papunesia US 19.58333 #> 1904 Bahnaric Eurasia LA 15.16667 #> 1912 Kadugli Africa SD 10.50000 #> 1915 East Chadic Africa TD 11.91667 #> 1919 Indic Eurasia IN 17.00000 #> 1920 Biu-Mandara Africa TD NG CM 13.50000 #> 1922 Bongo-Bagirmi Africa TD 12.00000 #> 1928 Mixtecan North America MX 17.05000 #> 1934 Mayan North America GT 15.66667 #> 1935 Biu-Mandara Africa NG 11.50000 #> 1941 Biu-Mandara Africa CM NG 10.41667 #> 1945 Viet-Muong Eurasia VN 10.50000 #> 1946 Greater Central Philippine Papunesia PH 15.00000 #> 1950 Palaung-Khmuic Eurasia TH 18.50000 #> 1954 Songhay Africa NE ML 16.00000 #> 1961 Kadugli Africa SD 10.50000 #> 1963 Gur Africa BF GH 10.50000 #> 1964 Kam-Tai Eurasia TH 16.00000 #> 1970 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 1972 Western Mande Africa ML 12.50000 #> 1978 Khmer Eurasia KH 12.50000 #> 1984 Gur Africa ML 11.50000 #> 1987 Songhay Africa ML 17.00000 #> 2002 West Chadic Africa NG NE 12.00000 #> 2004 Bahnaric Eurasia VN 10.75000 #> 2013 Karen Eurasia MM TH 19.00000 #> 2021 Misumalpan North America NI 14.00000 #> 2022 Mixtecan North America MX 17.05000 #> 2025 Fur Africa SD 13.50000 #> 2027 Southern Dravidian Eurasia IN 14.00000 #> 2034 Munda Eurasia IN 18.00000 #> 2040 Dogon ML 15.00000 #> 2056 Mixtecan North America MX 17.16667 #> 2077 Chamorro Papunesia GU 13.45000 #> 2080 Nubian Africa SD 18.25000 #> 2082 Chinantecan North America MX 17.33333 #> 2089 Rama North America NI 11.75000 #> 2106 Northern Atlantic Africa SN 14.83333 #> 2132 Western Saharan Africa NE TD SD NG 12.00000 #> 2139 Northern Atlantic Africa GM SN 13.00000 #> 2147 Central Cushitic Africa ER 15.75000 #> 2149 Kunama Africa ER ET 14.50000 #> 2167 Mixe-Zoque North America MX 17.00000 #> 2169 Berta Africa SD ET 10.33333 #> 2186 Tol North America HN 14.66667 #> 2188 Maban Africa TD 13.75000 #> 2192 Aztecan North America SV 13.83333 #> 2193 Arhuacic South America CO 10.66667 #> 2201 Central Luzon Papunesia PH 15.33333 #> 2207 Totonacan North America MX 19.91667 #> 2212 Zapotecan North America MX 16.90000 #> 2231 Paya North America HN 15.00000 #> 2242 Maban Africa SD TD 13.33333 #> 2243 Popolocan North America MX 18.16667 #> 2247 Beja Africa ER SD 18.00000 #> 2250 Tarascan North America MX 19.50000 #> 2251 Katla-Tima Africa SD 11.83333 #> 2268 Aztecan North America MX 19.66667 #> 2275 Bongo-Bagirmi Africa TD 11.66667 #> 2284 Gur Africa ML BF 14.25000 #> 2285 Mayan North America GT 14.66667 #> 2288 Mayan North America GT 15.66667 #> 2304 Semitic Africa ET 10.00000 #> 2320 Khmer Eurasia KH 12.50000 #> 2328 Gur Africa ML 11.50000 #> 2339 Palaung-Khmuic Eurasia TH 18.50000 #> 2346 Greater Central Philippine Papunesia PH 15.00000 #> 2349 Karen Eurasia MM TH 19.00000 #> 2354 Songhay Africa NE ML 16.00000 #> 2358 Viet-Muong Eurasia VN 10.50000 #> 2365 Kam-Tai Eurasia TH 16.00000 #> 2371 Songhay Africa ML 17.00000 #> 2373 Kadugli Africa SD 10.50000 #> 2374 Western Mande Africa ML 12.50000 #> 2378 Biu-Mandara Africa CM NG 10.41667 #> 2383 Bahnaric Eurasia VN 10.75000 #> 2384 Northern Atlantic Africa SN 14.83333 #> 2393 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 2397 West Chadic Africa NG NE 12.00000 #> 2409 Gur Africa BF GH 10.50000 #> 2421 Nubian Africa SD 18.25000 #> 2425 Mixe-Zoque North America MX 17.00000 #> 2435 Southern Dravidian Eurasia IN 14.00000 #> 2439 Fur Africa SD 13.50000 #> 2453 Beja Africa ER SD 18.00000 #> 2459 Semitic Africa ET 10.00000 #> 2465 Chinantecan North America MX 17.33333 #> 2466 Mixtecan North America MX 17.05000 #> 2467 Maban Africa TD 13.75000 #> 2472 Central Luzon Papunesia PH 15.33333 #> 2483 Rama North America NI 11.75000 #> 2510 Gur Africa ML BF 14.25000 #> 2515 Mixtecan North America MX 17.16667 #> 2522 Bongo-Bagirmi Africa TD 11.66667 #> 2523 Zapotecan North America MX 16.90000 #> 2556 Misumalpan North America NI 14.00000 #> 2558 Chamorro Papunesia GU 13.45000 #> 2565 Maban Africa SD TD 13.33333 #> 2571 Central Cushitic Africa ER 15.75000 #> 2576 Berta Africa SD ET 10.33333 #> 2577 Northern Atlantic Africa GM SN 13.00000 #> 2584 Western Saharan Africa NE TD SD NG 12.00000 #> 2598 Tol North America HN 14.66667 #> 2629 Mayan North America GT 15.66667 #> 2630 Kunama Africa ER ET 14.50000 #> 2632 Totonacan North America MX 19.91667 #> 2635 Paya North America HN 15.00000 #> 2642 Arhuacic South America CO 10.66667 #> 2651 Mayan North America GT 14.66667 #> 2653 Tarascan North America MX 19.50000 #> 2661 Popolocan North America MX 18.16667 #> 2671 Dogon ML 15.00000 #> 2679 Aztecan North America MX 19.66667 #> 2681 Munda Eurasia IN 18.00000 #> 2694 Aztecan North America SV 13.83333 #> 2695 Katla-Tima Africa SD 11.83333 #> 2707 Viet-Muong Eurasia VN 10.50000 #> 2712 Misumalpan North America NI 14.00000 #> 2714 Northern Atlantic Africa SN 14.83333 #> 2720 Biu-Mandara Africa CM NG 10.41667 #> 2724 Rama North America NI 11.75000 #> 2742 Mixtecan North America MX 17.16667 #> 2744 Kadugli Africa SD 10.50000 #> 2749 Khmer Eurasia KH 12.50000 #> 2753 Kam-Tai Eurasia TH 16.00000 #> 2756 Greater Central Philippine Papunesia PH 15.00000 #> 2757 Songhay Africa NE ML 16.00000 #> 2769 Gur Africa ML 11.50000 #> 2777 Chamorro Papunesia GU 13.45000 #> 2780 Nubian Africa SD 18.25000 #> 2784 Dogon ML 15.00000 #> 2798 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 2811 Karen Eurasia MM TH 19.00000 #> 2817 Songhay Africa ML 17.00000 #> 2825 Bahnaric Eurasia VN 10.75000 #> 2828 Mixtecan North America MX 17.05000 #> 2830 Palaung-Khmuic Eurasia TH 18.50000 #> 2841 Fur Africa SD 13.50000 #> 2846 Western Mande Africa ML 12.50000 #> 2853 Munda Eurasia IN 18.00000 #> 2860 Chinantecan North America MX 17.33333 #> 2868 Gur Africa BF GH 10.50000 #> 2870 Southern Dravidian Eurasia IN 14.00000 #> 2873 West Chadic Africa NG NE 12.00000 #> 2896 Aztecan North America SV 13.83333 #> 2899 Central Cushitic Africa ER 15.75000 #> 2900 Berta Africa SD ET 10.33333 #> 2909 Popolocan North America MX 18.16667 #> 2910 Aztecan North America MX 19.66667 #> 2919 Katla-Tima Africa SD 11.83333 #> 2923 Bongo-Bagirmi Africa TD 11.66667 #> 2929 Northern Atlantic Africa GM SN 13.00000 #> 2935 Beja Africa ER SD 18.00000 #> 2955 Zapotecan North America MX 16.90000 #> 2957 Arhuacic South America CO 10.66667 #> 2961 Central Luzon Papunesia PH 15.33333 #> 2976 Semitic Africa ET 10.00000 #> 2977 Gur Africa ML BF 14.25000 #> 2985 Mayan North America GT 15.66667 #> 3002 Tol North America HN 14.66667 #> 3004 Paya North America HN 15.00000 #> 3006 Mayan North America GT 14.66667 #> 3014 Maban Africa SD TD 13.33333 #> 3031 Tarascan North America MX 19.50000 #> 3037 Totonacan North America MX 19.91667 #> 3051 Western Saharan Africa NE TD SD NG 12.00000 #> 3064 Maban Africa TD 13.75000 #> 3068 Kunama Africa ER ET 14.50000 #> 3070 Mixe-Zoque North America MX 17.00000 #> 3078 Bahnaric Eurasia LA 15.16667 #> 3079 Nubian Africa SD 18.25000 #> 3086 Bongo-Bagirmi Africa TD 11.66667 #> 3090 Mixtecan North America MX 17.05000 #> 3094 Western Saharan Africa NE TD SD NG 12.00000 #> 3095 Berta Africa SD ET 10.33333 #> 3101 Mayan North America GT 14.66667 #> 3102 Gur Africa ML 11.50000 #> 3107 Kam-Tai Eurasia TH 16.00000 #> 3113 Biu-Mandara Africa TD CM 10.83333 #> 3116 Burmese-Lolo Eurasia TH 19.75000 #> 3141 Mayan North America GT 15.00000 #> 3143 Kadugli Africa SD 10.50000 #> 3147 Central Cushitic Africa ET 12.66667 #> 3154 Southern Dravidian Eurasia IN 10.00000 #> 3155 Kunama Africa ER ET 14.50000 #> 3157 Mayan North America GT 15.66667 #> 3166 Dogon ML 15.00000 #> 3167 Indic Eurasia IN 19.00000 #> 3168 Lowland East Cushitic Africa ER DJ ET 12.00000 #> 3183 Southern Dravidian Eurasia IN 12.16667 #> 3188 Zapotecan North America MX 16.16667 #> 3190 Biu-Mandara Africa CM NG 11.23333 #> 3212 Southern Dravidian Eurasia LK IN 11.00000 #> 3214 South-Central Dravidian Eurasia IN 19.50000 #> 3215 Western Mande Africa ML 15.00000 #> 3222 Tarascan North America MX 19.50000 #> 3224 Semitic Africa ER ET 14.50000 #> 3234 Malayo-Sumbawan Eurasia CN 18.25000 #> 3241 Southern Dravidian Eurasia IN 14.00000 #> 3244 Mayan North America GT 17.00000 #> 3263 Bahnaric Eurasia VN 10.75000 #> 3271 West Chadic Africa NG 10.91667 #> 3280 Palaung-Khmuic Eurasia TH 18.50000 #> 3281 Karen Eurasia MM TH 19.00000 #> 3283 Northern Atlantic Africa SN GM 15.25000 #> 3285 Semitic Africa ET 10.00000 #> 3286 Gur Africa BF GH 10.50000 #> 3290 Biu-Mandara Africa CM NG 11.86667 #> 3303 Aztecan North America MX 19.66667 #> 3310 Viet-Muong Eurasia VN 10.50000 #> 3369 Mixe-Zoque North America MX 16.75000 #> 3395 Chamorro Papunesia GU 13.45000 #> 3410 West Chadic Africa NG NE 12.00000 #> 3411 Gur Africa ML BF 14.25000 #> 3414 Mixe-Zoque North America MX 17.95000 #> 3425 Khmer Eurasia KH 12.50000 #> 3439 Arhuacic South America CO 10.66667 #> 3446 Bahnaric Eurasia VN 14.83333 #> 3448 Greater Central Philippine Papunesia PH 15.00000 #> 3450 Songhay Africa NE ML 16.00000 #> 3455 Rama North America NI 11.75000 #> 3459 Mayan North America GT 15.00000 #> 3473 Gur Africa BF 12.50000 #> 3476 Western Mande Africa ML 12.50000 #> 3497 Bongo-Bagirmi Africa TD 11.66667 #> 3498 Chamorro Papunesia GU 13.45000 #> 3499 Caribbean Arawakan South America VR CO 12.00000 #> 3502 Viet-Muong Eurasia VN 10.50000 #> 3504 Greater Central Philippine Papunesia PH 15.00000 #> 3505 West Chadic Africa NG NE 12.00000 #> 3513 Songhay Africa NE ML 16.00000 #> 3524 Southern Dravidian Eurasia IN 14.00000 #> 3527 Southern Dravidian Eurasia LK IN 11.00000 #> 3565 Kam-Tai Eurasia TH 16.00000 #> 3593 Arhuacic South America CO 10.66667 #> 3605 Mayan North America GT 15.66667 #> 3622 Gur Africa ML 11.50000 #> 3623 Kadugli Africa SD 10.50000 #> 3631 Aztecan North America SV 13.83333 #> 3635 Mayan North America GT 14.66667 #> 3636 Central Cushitic Africa ER 15.75000 #> 3651 Kadugli Africa SD 10.50000 #> 3663 Kam-Tai Eurasia TH 16.00000 #> 3667 Kunama Africa ER ET 14.50000 #> 3677 Maban Africa TD 13.75000 #> 3680 Western Saharan Africa NE TD SD NG 12.00000 #> 3682 Aztecan North America MX 19.66667 #> 3685 Nubian Africa SD 18.25000 #> 3686 Viet-Muong Eurasia VN 10.50000 #> 3687 Northern Atlantic Africa SN 14.83333 #> 3690 Berta Africa SD ET 10.33333 #> 3693 Semitic Africa ET 10.00000 #> 3707 Maban Africa SD TD 13.33333 #> 3711 Chinantecan North America MX 17.33333 #> 3714 West Chadic Africa NG NE 12.00000 #> 3725 Mayan North America GT 15.66667 #> 3731 Chamorro Papunesia GU 13.45000 #> 3732 Popolocan North America MX 18.16667 #> 3738 Northern Atlantic Africa GM SN 13.00000 #> 3747 Songhay Africa NE ML 16.00000 #> 3752 Beja Africa ER SD 18.00000 #> 3780 Songhay Africa ML 17.00000 #> 3783 Fur Africa SD 13.50000 #> 3789 Southern Dravidian Eurasia IN 14.00000 #> 3803 Greater Central Philippine Papunesia PH 15.00000 #> 3806 Mixtecan North America MX 17.16667 #> 3814 Bahnaric Eurasia VN 10.75000 #> 3819 Rama North America NI 11.75000 #> 3820 Khmer Eurasia KH 12.50000 #> 3821 Tarascan North America MX 19.50000 #> 3825 Totonacan North America MX 19.91667 #> 3837 Paya North America HN 15.00000 #> 3852 Mixtecan North America MX 17.05000 #> 3876 Dogon ML 15.00000 #> 3878 Munda Eurasia IN 18.00000 #> 3879 Tol North America HN 14.66667 #> 3887 Misumalpan North America NI 14.00000 #> 3893 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 3898 Gur Africa BF GH 10.50000 #> 3899 Gur Africa ML BF 14.25000 #> 3904 Karen Eurasia MM TH 19.00000 #> 3906 Western Mande Africa ML 12.50000 #> 3911 Mixe-Zoque North America MX 17.00000 #> 3933 Gur Africa ML 11.50000 #> 3947 Arhuacic South America CO 10.66667 #> 3957 Palaung-Khmuic Eurasia TH 18.50000 #> 3976 Bongo-Bagirmi Africa TD 11.66667 #> 3994 Biu-Mandara Africa CM NG 10.41667 #> 4000 Central Luzon Papunesia PH 15.33333 #> 4002 Songhay Africa NE ML 16.00000 #> 4003 Mixe-Zoque North America MX 17.00000 #> 4010 Central Luzon Papunesia PH 15.33333 #> 4016 Mayan North America GT 15.66667 #> 4017 Kadugli Africa SD 10.50000 #> 4018 Mayan North America GT 14.50000 #> 4039 Mayan North America GT 15.00000 #> 4040 Chamorro Papunesia GU 13.45000 #> 4049 Mayan North America GT 14.66667 #> 4060 Mixtecan North America MX 17.05000 #> 4068 Arhuacic South America CO 10.66667 #> 4105 Viet-Muong Eurasia VN 10.50000 #> 4106 Kam-Tai Eurasia TH 16.00000 #> 4107 West Chadic Africa NG NE 12.00000 #> 4108 Southern Dravidian Eurasia LK IN 11.00000 #> 4112 Bongo-Bagirmi Africa TD 11.66667 #> 4129 Lowland East Cushitic Africa ER DJ ET 12.00000 #> 4152 Gur Africa ML BF 14.25000 #> 4160 Gur Africa ML 11.50000 #> 4162 Beja Africa ER SD 18.00000 #> 4170 Southern Dravidian Eurasia IN 14.00000 #> 4183 Western Saharan Africa NE TD SD NG 12.00000 #> 4190 Greater Central Philippine Papunesia PH 15.00000 #> 4191 Rama North America NI 11.75000 #> 4202 Mayan North America GT 15.00000 #> 4204 Songhay Africa NE ML 16.00000 #> 4205 Kadugli Africa SD 10.50000 #> 4206 Mayan North America GT 14.66667 #> 4210 Mayan North America GT 15.66667 #> 4211 Central Luzon Papunesia PH 15.33333 #> 4224 Mixe-Zoque North America MX 17.00000 #> 4233 Chamorro Papunesia GU 13.45000 #> 4258 Viet-Muong Eurasia VN 10.50000 #> 4259 Western Saharan Africa NE TD SD NG 12.00000 #> 4262 Arhuacic South America CO 10.66667 #> 4285 Lowland East Cushitic Africa ER DJ ET 12.00000 #> 4290 Rama North America NI 11.75000 #> 4295 Bongo-Bagirmi Africa TD 11.66667 #> 4318 Southern Dravidian Eurasia IN 14.00000 #> 4328 Mixtecan North America MX 17.05000 #> 4340 Gur Africa ML 11.50000 #> 4348 Kam-Tai Eurasia TH 16.00000 #> 4350 Gur Africa ML BF 14.25000 #> 4363 Greater Central Philippine Papunesia PH 15.00000 #> 4369 West Chadic Africa NG NE 12.00000 #> 4375 Southern Dravidian Eurasia LK IN 11.00000 #> 4380 Beja Africa ER SD 18.00000 #> 4384 Mixe-Zoque North America MX 17.00000 #> 4388 Southern Dravidian Eurasia IN 14.00000 #> 4390 Lowland East Cushitic Africa ER DJ ET 12.00000 #> 4392 Chamorro Papunesia GU 13.45000 #> 4402 Arhuacic South America CO 10.66667 #> 4404 Northern Atlantic Africa SN GM 15.25000 #> 4417 Greater Central Philippine Papunesia PH 15.00000 #> 4425 Western Saharan Africa NE TD SD NG 12.00000 #> 4447 West Chadic Africa NG NE 12.00000 #> 4450 Kadugli Africa SD 10.50000 #> 4461 Songhay Africa NE ML 16.00000 #> 4462 Mayan North America GT 15.66667 #> 4473 Viet-Muong Eurasia VN 10.50000 #> 4489 Mixtecan North America MX 17.05000 #> 4500 Bongo-Bagirmi Africa TD 11.66667 #> 4516 Gur Africa ML BF 14.25000 #> 4526 Kam-Tai Eurasia TH 16.00000 #> 4533 Central Dravidian Eurasia IN 20.00000 #> 4541 Southern Dravidian Eurasia LK IN 11.00000 #> 4548 Rama North America NI 11.75000 #> 4557 Gur Africa ML 11.50000 #> 4571 Mayan North America GT 15.66667 #> 4579 Songhay Africa NE ML 16.00000 #> 4589 Kadugli Africa SD 10.50000 #> 4595 Western Saharan Africa NE TD SD NG 12.00000 #> 4598 West Chadic Africa NG NE 12.00000 #> 4601 Greater Central Philippine Papunesia PH 15.00000 #> 4610 Northern Atlantic Africa SN GM 15.25000 #> 4613 Lowland East Cushitic Africa ER DJ ET 12.00000 #> 4619 Arhuacic South America CO 10.66667 #> 4632 Chamorro Papunesia GU 13.45000 #> 4633 Southern Dravidian Eurasia IN 14.00000 #> 4638 Mixe-Zoque North America MX 17.00000 #> 4664 Gur Africa ML 11.50000 #> 4666 Rama North America NI 11.75000 #> 4694 Central Dravidian Eurasia IN 20.00000 #> 4700 Kam-Tai Eurasia TH 16.00000 #> 4709 Mixtecan North America MX 17.05000 #> 4724 Gur Africa ML BF 14.25000 #> 4732 Bongo-Bagirmi Africa TD 11.66667 #> 4740 Viet-Muong Eurasia VN 10.50000 #> 4744 Southern Dravidian Eurasia LK IN 11.00000 #> 4750 Northern Atlantic Africa SN GM 15.25000 #> 4753 Viet-Muong Eurasia VN 10.50000 #> 4762 Mixe-Zoque North America MX 17.00000 #> 4770 Popolocan North America MX 17.75000 #> 4771 Arhuacic South America CO 10.66667 #> 4773 Southern Dravidian Eurasia IN 14.00000 #> 4775 Karen Eurasia TH 15.00000 #> 4778 Chinantecan North America MX 17.33333 #> 4782 Khmer Eurasia KH 12.50000 #> 4783 Zapotecan North America MX 16.25000 #> 4784 Eastern Mande Africa GH BF 11.50000 #> 4785 Western Saharan Africa NE TD SD NG 12.00000 #> 4789 Semitic Africa ER 16.50000 #> 4799 West Chadic Africa NG NE 12.00000 #> 4803 Songhay Africa NE ML 16.00000 #> 4804 Mayan North America MX 16.41667 #> 4805 Mayan North America GT 15.66667 #> 4807 Oceanic Papunesia US 19.58333 #> 4808 Monic Eurasia TH 15.66667 #> 4811 West Chadic Africa NG 12.08333 #> 4814 Great Andamanese Eurasia IN 12.00000 #> 4818 Dogon Africa ML BF 14.41667 #> 4819 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 4827 Bahnaric Eurasia VN 14.16667 #> 4831 Tol North America HN 14.66667 #> 4833 Central Cushitic Africa ET 10.83333 #> 4839 Western Mande Africa BF 12.41667 #> 4860 Biu-Mandara Africa NG 11.00000 #> 4879 Mayan North America GT 16.00000 #> 4904 Mayan North America MX 20.00000 #> 4905 South-Central Dravidian Eurasia IN 16.00000 #> 4924 Kadugli Africa SD 11.00000 #> 4925 Mixtecan North America MX 17.05000 #> 4930 West Chadic Africa NG 10.00000 #> 4939 Kam-Tai Eurasia TH 16.00000 #> 4948 Semitic Africa YE 12.50000 #> 4966 East Chadic Africa TD 12.16667 #> 4974 Kainji Africa NG 10.33333 #> 4976 Amuzgoan North America MX 16.83333 #> 4977 Western Mande Africa ML 12.50000 #> 4986 Temein Africa SD 11.91667 #> 5000 Chamorro Papunesia GU 13.45000 #> 5014 Nyimang Africa SD 12.16667 #> 5020 Daju Africa SD 12.25000 #> 5038 Gur Africa ML BF 14.25000 #> 5039 Southern Dravidian Eurasia IN 11.50000 #> 5060 Aztecan North America MX 19.66667 #> 5062 Kunama Africa ER ET 14.50000 #> 5063 Gur Africa GH 10.41667 #> 5064 Huavean North America MX 16.21667 #> 5075 Beja Africa ER SD 18.00000 #> 5079 Katuic Eurasia LA 16.75000 #> 5083 Karen Eurasia MM 18.00000 #> 5085 Karen Eurasia MM TH 19.00000 #> 5092 Indic Eurasia IN 15.25000 #> 5098 Aztecan North America MX 20.00000 #> 5103 Biu-Mandara Africa NG 11.00000 #> 5106 Taman Africa SD TD 14.50000 #> 5115 Malayo-Sumbawan Eurasia KH 12.00000 #> 5119 Heiban Africa SD 11.00000 #> 5130 Northern Atlantic Africa GM SN 13.00000 #> 5131 Semitic Africa ET 10.00000 #> 5139 Biu-Mandara Africa CF 11.33333 #> 5144 Munda Eurasia IN 20.00000 #> 5145 Songhay Africa ML 17.00000 #> 5146 Kadugli Africa SD 10.50000 #> 5149 Katuic Eurasia VN 16.41667 #> 5154 Mixe-Zoque North America MX 17.25000 #> 5156 Caribbean Arawakan South America VR CO 12.00000 #> 5157 Eastern Jebel Africa SD 11.50000 #> 5158 Gur Africa BJ NG 10.00000 #> 5160 Bahnaric Eurasia VN 14.83333 #> 5161 Mixtecan North America MX 17.00000 #> 5163 Cariban South America VR 10.50000 #> 5167 Talodi Africa SD 10.58333 #> 5183 Southern Dravidian Eurasia IN 12.75000 #> 5195 Bongo-Bagirmi Africa TD 11.66667 #> 5200 Fur Africa SD 13.50000 #> 5208 Rama North America NI 11.75000 #> 5211 South-Central Dravidian Eurasia IN 17.50000 #> 5212 Nara Africa ER 15.08333 #> 5218 Tarascan North America MX 19.50000 #> 5223 Northern Atlantic Africa SN 14.91667 #> 5253 Greater Central Philippine Papunesia PH 15.00000 #> 5255 Berta Africa SD ET 10.33333 #> 5256 Otomian North America MX 19.41667 #> 5259 Paya North America HN 15.00000 #> 5260 Bahnaric Eurasia VN LA 15.16667 #> 5263 Bahnaric Eurasia VN 11.50000 #> 5268 Gur Africa ML 11.50000 #> 5269 Maban Africa TD 13.75000 #> 5278 Chinantecan North America MX 17.58333 #> 5311 West Chadic Africa NG NE 12.00000 #> 5313 Bongo-Bagirmi Africa TD 11.66667 #> 5316 Gur Africa ML BF 14.25000 #> 5318 Western Saharan Africa NE TD SD NG 12.00000 #> 5339 Mixtecan North America MX 17.05000 #> 5346 Greater Central Philippine Papunesia PH 15.00000 #> 5349 Mayan North America MX 16.50000 #> 5350 Arhuacic South America CO 10.66667 #> 5353 Kadugli Africa SD 10.50000 #> 5354 Chamorro Papunesia GU 13.45000 #> 5356 Central Dravidian Eurasia IN 20.00000 #> 5372 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 5377 Southern Dravidian Eurasia IN 14.00000 #> 5381 Southern Dravidian Eurasia LK IN 11.00000 #> 5385 Central Cushitic Africa ET 10.83333 #> 5399 Indic Eurasia IN 19.00000 #> 5401 Rama North America NI 11.75000 #> 5403 Aztecan North America MX 19.66667 #> 5414 Kam-Tai Eurasia TH 16.00000 #> 5416 Khmer Eurasia KH 12.50000 #> 5417 Mayan North America GT 15.66667 #> 5421 Songhay Africa NE ML 16.00000 #> 5422 Gur Africa ML 11.50000 #> 5425 Viet-Muong Eurasia VN 10.50000 #> 5427 Kunama Africa ER ET 14.50000 #> 5438 Kadugli Africa SD 10.50000 #> 5448 Kam-Tai Eurasia TH 16.00000 #> 5450 Bongo-Bagirmi Africa TD 11.66667 #> 5451 Northern Atlantic Africa GM SN 13.00000 #> 5459 Indic Eurasia IN 19.00000 #> 5462 Greater Central Philippine Papunesia PH 10.00000 #> 5469 Central Cushitic Africa ET 10.83333 #> 5479 Semitic Africa ET 10.00000 #> 5480 Chinantecan North America MX 17.33333 #> 5497 Gur Africa ML BF 14.25000 #> 5498 South-Central Dravidian Eurasia IN 16.00000 #> 5503 Central Cushitic Africa ET 12.66667 #> 5513 Oceanic Papunesia US 19.58333 #> 5515 Mayan North America MX 16.50000 #> 5525 Arhuacic South America CO 10.66667 #> 5530 Beja Africa ER SD 18.00000 #> 5534 Aztecan North America MX 19.66667 #> 5541 Southern Dravidian Eurasia LK IN 11.00000 #> 5552 Southern Dravidian Eurasia IN 14.00000 #> 5558 Khmer Eurasia KH 12.50000 #> 5564 Nubian Africa SD 18.25000 #> 5579 Chamorro Papunesia GU 13.45000 #> 5589 Mayan North America GT 15.66667 #> 5592 Gur Africa ML 11.50000 #> 5603 Western Saharan Africa NE TD SD NG 12.00000 #> 5614 Aztecan North America SV 13.83333 #> 5622 West Chadic Africa NG NE 12.00000 #> 5632 Central Dravidian Eurasia IN 20.00000 #> 5639 Southern Dravidian Eurasia IN 10.00000 #> 5657 Greater Central Philippine Papunesia PH 15.00000 #> 5662 Munda Eurasia IN 20.00000 #> 5673 Western Mande Africa ML 12.50000 #> 5674 Mixtecan North America MX 17.05000 #> 5676 Kunama Africa ER ET 14.50000 #> 5698 Maban Africa TD 13.75000 #> 5706 Karen Eurasia MM TH 19.00000 #> 5707 Viet-Muong Eurasia VN 10.50000 #> 5729 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 5732 Songhay Africa NE ML 16.00000 #> 5736 Rama North America NI 11.75000 #> 5739 Western Saharan Africa TD NE 16.00000 #> 5790 Misumalpan North America NI 14.00000 #> 5796 Rashad Africa SD 11.83333 #> 5801 Munda Eurasia IN 20.00000 #> 5807 Dogon Africa BF ML 14.33333 #> 5816 Popolocan North America MX 17.75000 #> 5817 Southern Dravidian Eurasia LK IN 11.00000 #> 5826 Maban Africa SD TD 13.33333 #> 5864 Munda Eurasia IN 18.00000 #> 5874 Northern Atlantic Africa GM SN 13.00000 #> 5875 Beja Africa ER SD 18.00000 #> 5884 Central Cushitic Africa ET 12.66667 #> 5889 Matlatzincan North America MX 18.91667 #> 5896 Arhuacic South America CO 10.66667 #> 5900 Popolocan North America MX 18.16667 #> 5901 Eastern Saharan Africa SD TD 16.00000 #> 5909 Taman Africa SD TD 14.50000 #> 5918 Semitic Africa ER 16.50000 #> 5921 Central Cushitic Africa ER 15.75000 #> 5923 South-Central Dravidian Eurasia IN 18.75000 #> 5935 Berta Africa SD ET 10.33333 #> 5939 Rashad Africa SD 12.16667 #> 5942 Taman Africa TD 13.75000 #> 5975 Biu-Mandara Africa NG 11.50000 #> 5980 Chinantecan North America MX 17.58333 #> 5981 Northern Atlantic Africa SN 14.83333 #> 5989 Kunama Africa ER ET 14.50000 #> 5996 Zapotecan North America MX 16.80000 #> 5999 Dogon Africa ML 14.41667 #> 6006 South-Central Dravidian Eurasia IN 17.50000 #> 6010 Taman Africa TD SD 13.50000 #> 6014 Northern Atlantic Africa SN 14.91667 #> 6018 Nubian Africa SD 18.25000 #> 6035 Chinantecan North America MX 18.83333 #> 6036 Southern Dravidian Eurasia IN 14.00000 #> 6047 Burmese-Lolo Eurasia TH 19.75000 #> 6050 Maban Africa TD CF 10.33333 #> 6060 South-Central Dravidian Eurasia IN 19.00000 #> 6074 South-Central Dravidian Eurasia IN 16.00000 #> 6091 Western Saharan Africa NE TD SD NG 12.00000 #> 6094 Subtiaba-Tlapanec North America MX 17.08333 #> 6100 Northern Atlantic Africa SN GW 12.25000 #> 6105 Southern Dravidian Eurasia IN 12.75000 #> 6110 Paya North America HN 15.00000 #> 6111 Maban Africa TD 13.75000 #> 6123 Southern Dravidian Eurasia IN 10.00000 #> 6133 Biu-Mandara Africa TD NG CM 13.50000 #> 6137 Berber Africa ML 20.00000 #> 6138 Biu-Mandara Africa CM 11.50000 #> 6148 Nyimang Africa SD 12.16667 #> 6158 Oceanic Papunesia US 19.58333 #> 6162 Eastern Jebel Africa SD 11.50000 #> 6164 Mayan North America MX 18.16667 #> 6180 Indic Eurasia IN 17.00000 #> 6182 Tarascan North America MX 19.50000 #> 6185 Bongo-Bagirmi Africa CF 10.00000 #> 6191 Bongo-Bagirmi Africa TD 11.66667 #> 6194 Gur Africa ML 11.50000 #> 6204 Biu-Mandara Africa CM 10.95000 #> 6206 Gur Africa BF 10.66667 #> 6209 Greater Central Philippine Papunesia PH 15.00000 #> 6216 Kwa Africa GH TG BJ 10.08333 #> 6217 Semitic Eurasia YE OM 17.00000 #> 6218 Masa Africa TD CM 10.50000 #> 6226 Mixe-Zoque North America MX 16.91667 #> 6234 Gur Africa ML BF 14.25000 #> 6236 Daju Africa SD 10.83333 #> 6237 Greater Central Philippine Papunesia PH 18.00000 #> 6245 Gur Africa GH 10.50000 #> 6248 Mayan North America MX 16.50000 #> 6249 Aztecan North America SV 13.83333 #> 6264 Kadugli Africa SD 11.00000 #> 6269 Zapotecan North America MX 16.41667 #> 6278 Mixtecan North America MX 17.08333 #> 6302 Biu-Mandara Africa CM NG 10.41667 #> 6303 Bongo-Bagirmi Africa TD 12.00000 #> 6304 Chamorro Papunesia GU 13.45000 #> 6309 Zapotecan North America MX 16.25000 #> 6325 Kru Africa BF 11.00000 #> 6328 Mayan North America MX 17.00000 #> 6333 Temein Africa SD 11.91667 #> 6338 Mayan North America GT 14.66667 #> 6342 West Chadic Africa NG 11.00000 #> 6359 Gur Africa BF 11.00000 #> 6367 Laal Africa TD 10.00000 #> 6385 Biu-Mandara Africa NG 11.00000 #> 6394 Tequistlatecan North America MX 16.00000 #> 6414 Zapotecan North America MX 16.25000 #> 6416 Mayan North America GT 15.25000 #> 6424 Chinantecan North America MX 17.33333 #> 6443 Western Mande Africa CI SN BF ML 15.00000 #> 6445 Biu-Mandara Africa TD CM 10.83333 #> 6446 Mixtecan North America MX 16.33333 #> 6448 Biu-Mandara Africa CM 11.00000 #> 6450 Huavean North America MX 16.21667 #> 6465 West Chadic Africa NG NE 12.00000 #> 6474 Mixtecan North America MX 17.16667 #> 6475 Aztecan North America MX 18.50000 #> 6484 Mixtecan North America MX 17.05000 #> 6485 Kainji Africa NG 11.16667 #> 6498 Aztecan North America MX 19.66667 #> 6502 Greater Central Philippine Papunesia PH 10.25000 #> 6510 Biu-Mandara Africa CM 10.83333 #> 6514 West Chadic Africa NG 12.08333 #> 6524 Gur Africa BF GH 10.50000 #> 6525 Songhay Africa NE ML 16.00000 #> 6527 Zapotecan North America MX 17.25000 #> 6535 Nara Africa ER 15.08333 #> 6539 Biu-Mandara Africa NG 11.00000 #> 6558 Caribbean Arawakan North America BZ HN GT 15.66667 #> 6582 Biu-Mandara Africa NG 11.25000 #> 6603 Mayan North America GT 15.00000 #> 6604 Gur Africa GH 10.25000 #> 6624 Mayan North America GT 15.66667 #> 6627 Mixe-Zoque North America MX 16.75000 #> 6628 Biu-Mandara Africa CM 10.33333 #> 6632 Rama North America NI 11.75000 #> 6639 Mixe-Zoque North America MX 17.00000 #> 6647 Kam-Tai Eurasia TH 16.00000 #> 6651 Kadugli Africa SD 10.83333 #> 6662 Greater Central Philippine Papunesia PH 17.96667 #> 6668 Nahali Eurasia IN 19.75000 #> 6670 Heiban Africa SD 11.00000 #> 6671 Central Dravidian Eurasia IN 20.00000 #> 6675 Northern Luzon Papunesia PH 17.08333 #> 6683 Songhay Africa ML 17.00000 #> 6692 Kam-Tai Eurasia TH LA 18.00000 #> 6706 Karen Eurasia MM TH 19.00000 #> 6713 Gur Africa BF 10.25000 #> 6719 Bahnaric Eurasia KH VN 11.83333 #> 6724 Bahnaric Eurasia VN 10.75000 #> 6732 Viet-Muong Eurasia VN 10.50000 #> 6746 Northern Atlantic Africa SN GM 15.25000 #> 6747 Monic Eurasia TH MM 14.83333 #> 6748 Bahnaric Eurasia VN 14.83333 #> 6774 Mixe-Zoque North America MX 17.08333 #> 6777 Gur Africa GH 10.50000 #> 6786 Talodi Africa SD 10.66667 #> 6790 East Chadic Africa TD 11.91667 #> 6792 Mayan North America GT 14.50000 #> 6793 Kadugli Africa SD 10.50000 #> 6795 Semitic Africa ER ET 14.50000 #> 6796 Katla-Tima Africa SD 11.83333 #> 6799 Semitic Africa ET 10.00000 #> 6818 Karen Eurasia MM 19.50000 #> 6837 Karen Eurasia MM 18.00000 #> 6839 Gur Africa BF 12.83333 #> 6849 West Chadic Africa NG 10.00000 #> 6850 Western Mande Africa BF 12.41667 #> 6856 Heiban Africa SD 11.16667 #> 6860 Fur Africa SD 13.50000 #> 6867 Biu-Mandara Africa CM NG 11.86667 #> 6868 West Chadic Africa NG 10.91667 #> 6894 Kainji Africa NG 10.33333 #> 6897 Kam-Tai Eurasia TH 16.00000 #> 6900 Chamorro Papunesia GU 13.45000 #> 6901 Viet-Muong Eurasia VN 10.50000 #> 6908 Greater Central Philippine Papunesia PH 15.00000 #> 6911 Mixtecan North America MX 17.05000 #> 6912 Aztecan North America MX 19.66667 #> 6932 Masa Africa TD CM 10.50000 #> 6939 Tarascan North America MX 19.50000 #> 6948 Fur Africa SD 13.50000 #> 6954 Tol North America HN 14.66667 #> 6956 Gur Africa ML BF 14.25000 #> 6986 Bahnaric Eurasia LA 15.16667 #> 6990 Chinantecan North America MX 17.33333 #> 6997 Popolocan North America MX 18.16667 #> 7008 Khmer Eurasia KH 12.50000 #> 7014 Dogon ML 15.00000 #> 7016 Southern Dravidian Eurasia IN 14.00000 #> 7024 Kainji Africa NG 11.16667 #> 7027 Mixe-Zoque North America MX 17.00000 #> 7028 Central Cushitic Africa ET 12.66667 #> 7035 Nubian Africa SD 18.25000 #> 7038 Arhuacic South America CO 10.66667 #> 7049 Zapotecan North America MX 16.80000 #> 7059 Nahali Eurasia IN 19.75000 #> 7065 Kunama Africa ER ET 14.50000 #> 7066 Beja Africa ER SD 18.00000 #> 7067 Karen Eurasia MM TH 19.00000 #> 7069 West Chadic Africa NG NE 12.00000 #> 7070 Songhay Africa NE ML 16.00000 #> 7075 Eastern Mande Africa BJ NG 10.50000 #> 7077 Southern Dravidian Eurasia IN 10.00000 #> 7080 Paya North America HN 15.00000 #> 7085 Rama North America NI 11.75000 #> 7100 Kadugli Africa SD 10.50000 #> 7101 Western Saharan Africa NE TD SD NG 12.00000 #> 7109 West Chadic Africa NG 10.91667 #> 7112 Maban Africa TD 13.75000 #> 7116 Western Mande Africa ML 12.50000 #> 7130 Mayan North America GT 15.66667 #> 7141 Creoles and Pidgins North America HT 19.00000 #> 7144 Bongo-Bagirmi Africa TD 11.66667 #> 7147 Biu-Mandara Africa NG 11.00000 #> 7150 Huavean North America MX 16.21667 #> 7169 Mayan North America GT 15.00000 #> 7176 Northern Atlantic Africa GM SN 13.00000 #> 7178 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 7183 Gur Africa ML 11.50000 #> 7195 Huavean North America MX 16.21667 #> 7200 Nahali Eurasia IN 19.75000 #> 7208 Kadugli Africa SD 10.50000 #> 7211 Arhuacic South America CO 10.66667 #> 7212 Nubian Africa SD 18.25000 #> 7236 Mayan North America GT 15.66667 #> 7253 Kunama Africa ER ET 14.50000 #> 7254 West Chadic Africa NG NE 12.00000 #> 7257 Dogon ML 15.00000 #> 7261 Western Mande Africa ML 12.50000 #> 7263 Creoles and Pidgins North America HT 19.00000 #> 7270 Bongo-Bagirmi Africa TD 11.66667 #> 7272 Maban Africa TD 13.75000 #> 7286 Paya North America HN 15.00000 #> 7288 Karen Eurasia MM TH 19.00000 #> 7289 Western Saharan Africa NE TD SD NG 12.00000 #> 7292 West Chadic Africa NG 10.91667 #> 7293 Biu-Mandara Africa NG 11.00000 #> 7294 Northern Atlantic Africa GM SN 13.00000 #> 7298 Songhay Africa NE ML 16.00000 #> 7317 Central Cushitic Africa ET 12.66667 #> 7322 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 7328 Eastern Mande Africa BJ NG 10.50000 #> 7340 Mixe-Zoque North America MX 17.00000 #> 7344 Rama North America NI 11.75000 #> 7352 Gur Africa ML 11.50000 #> 7357 Southern Dravidian Eurasia IN 14.00000 #> 7358 Beja Africa ER SD 18.00000 #> 7359 Mayan North America GT 15.00000 #> 7362 Southern Dravidian Eurasia IN 10.00000 #> 7365 Kainji Africa NG 11.16667 #> 7370 Zapotecan North America MX 16.80000 #> 7375 Popolocan North America MX 18.16667 #> 7377 Bahnaric Eurasia LA 15.16667 #> 7395 Gur Africa ML BF 14.25000 #> 7400 Khmer Eurasia KH 12.50000 #> 7410 Tarascan North America MX 19.50000 #> 7416 Fur Africa SD 13.50000 #> 7434 Mixtecan North America MX 17.05000 #> 7440 Aztecan North America MX 19.66667 #> 7444 Kam-Tai Eurasia TH 16.00000 #> 7449 Tol North America HN 14.66667 #> 7460 Greater Central Philippine Papunesia PH 15.00000 #> 7463 Chamorro Papunesia GU 13.45000 #> 7476 Masa Africa TD CM 10.50000 #> 7480 Chinantecan North America MX 17.33333 #> 7484 Viet-Muong Eurasia VN 10.50000 #> 7500 Khmer Eurasia KH 12.50000 #> 7501 Indic Eurasia IN 19.00000 #> 7504 Southern Dravidian Eurasia LK IN 11.00000 #> 7505 West Chadic Africa NG NE 12.00000 #> 7522 Songhay Africa NE ML 16.00000 #> 7530 Greater Central Philippine Papunesia PH 15.00000 #> 7533 Southern Dravidian Eurasia IN 14.00000 #> 7534 Burmese-Lolo Eurasia TH 19.75000 #> 7543 Dogon ML 15.00000 #> 7547 West Chadic Africa NG 10.91667 #> 7558 Gur Africa ML BF 14.25000 #> 7564 Southern Dravidian Eurasia IN 12.16667 #> 7565 Kam-Tai Eurasia TH 16.00000 #> 7568 Gur Africa ML 11.50000 #> 7572 Southern Dravidian Eurasia IN 10.00000 #> 7579 Biu-Mandara Africa TD CM 10.83333 #> 7580 Popolocan North America MX 18.16667 #> 7596 Northern Atlantic Africa SN GM 15.25000 #> 7601 Bongo-Bagirmi Africa TD 11.66667 #> 7623 Viet-Muong Eurasia VN 10.50000 #> 7624 Western Mande Africa ML 15.00000 #> 7648 Biu-Mandara Africa TD NG CM 13.50000 #> 7650 Zapotecan North America MX 16.16667 #> 7656 Western Saharan Africa NE TD SD NG 12.00000 #> 7660 Mayan North America GT 14.66667 #> 7662 Mixtecan North America MX 17.05000 #> 7665 Tarascan North America MX 19.50000 #> 7666 Aztecan North America MX 19.66667 #> 7667 Chamorro Papunesia GU 13.45000 #> 7668 Popolocan North America MX 17.66667 #> 7671 Biu-Mandara Africa NG 11.50000 #> 7675 Mayan North America GT 17.00000 #> 7696 Gur Africa GH BF 11.00000 #> 7703 Bongo-Bagirmi Africa TD 11.66667 #> 7708 Zapotecan North America MX 16.80000 #> 7710 Bahnaric Eurasia VN 10.75000 #> 7711 Gur Africa ML 11.50000 #> 7715 Gur Africa BF 10.66667 #> 7717 Chinantecan North America MX 17.58333 #> 7718 Greater Central Philippine Papunesia PH 15.00000 #> 7721 Mixtecan North America MX 17.08333 #> 7722 Gur Africa BF 12.83333 #> 7730 West Chadic Africa NG 10.91667 #> 7744 Mayan North America GT 14.66667 #> 7754 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 7755 Mixe-Zoque North America MX 16.91667 #> 7760 Mayan North America GT 15.00000 #> 7767 South-Central Dravidian Eurasia IN 19.00000 #> 7768 Bongo-Bagirmi Africa CF 10.00000 #> 7770 Songhay Africa NE ML 16.00000 #> 7773 Mayan North America MX 16.50000 #> 7789 Kwa Africa GH TG BJ 10.08333 #> 7794 Zapotecan North America MX 16.41667 #> 7804 Western Mande Africa ML SN 14.25000 #> 7806 West Chadic Africa NG 10.00000 #> 7826 Matlatzincan North America MX 18.91667 #> 7832 Tequistlatecan North America MX 16.00000 #> 7845 Nara Africa ER 15.08333 #> 7854 Mixtecan North America MX 16.33333 #> 7856 Berber Africa ML 20.00000 #> 7873 Dogon Africa BF ML 14.33333 #> 7875 Southern Dravidian Eurasia IN 14.00000 #> 7877 Subtiaba-Tlapanec North America MX 17.08333 #> 7878 Bahnaric Eurasia LA 15.16667 #> 7895 Biu-Mandara Africa TD NG CM 13.50000 #> 7896 Mixtecan North America MX 17.16667 #> 7897 Bongo-Bagirmi Africa TD 12.00000 #> 7898 Dogon Africa ML 14.41667 #> 7908 Greater Central Philippine Papunesia PH 17.96667 #> 7916 Western Mande Africa ML 13.00000 #> 7917 Kainji Africa NG 10.33333 #> 7919 Biu-Mandara Africa CM 11.50000 #> 7925 Northern Atlantic Africa SN 14.83333 #> 7936 Bahnaric Eurasia KH VN 11.83333 #> 7937 Malayo-Sumbawan Eurasia KH 12.00000 #> 7942 Greater Central Philippine Papunesia PH 10.25000 #> 7959 Chinantecan North America MX 17.58333 #> 7961 South-Central Dravidian Eurasia IN 18.75000 #> 7966 Berta Africa SD ET 10.33333 #> 7968 Biu-Mandara Africa CM 10.95000 #> 7969 Zapotecan North America MX 17.20000 #> 7986 Bahnaric Eurasia VN 14.83333 #> 7989 Northern Atlantic Africa SN GM 15.25000 #> 7992 Laal Africa TD 10.00000 #> 7995 Karen Eurasia MM TH 19.00000 #> 7997 Biu-Mandara Africa NG 11.00000 #> 8008 Bahnaric Eurasia VN 14.16667 #> 8016 Chinantecan North America MX 17.33333 #> 8022 Biu-Mandara Africa CM NG 11.86667 #> 8026 Greater Central Philippine Papunesia PH 18.00000 #> 8028 Northern Luzon Papunesia PH 16.83333 #> 8031 Biu-Mandara Africa NG 11.00000 #> 8033 Caribbean Arawakan South America VR CO 12.00000 #> 8034 Karen Eurasia MM 19.50000 #> 8063 Western Mande Africa BF 12.41667 #> 8072 Popolocan North America MX 18.25000 #> 8075 Mayan North America GT 15.25000 #> 8077 Kainji Africa NG 11.16667 #> 8080 Biu-Mandara Africa TD CM 10.83333 #> 8082 Western Mande Africa ML 12.50000 #> 8092 Kam-Tai Eurasia TH LA 18.00000 #> 8093 Biu-Mandara Africa CM 11.00000 #> 8096 Mayan North America MX 17.00000 #> 8102 Mixtecan North America MX 17.16667 #> 8103 Western Mande Africa CI SN BF ML 15.00000 #> 8105 Bahnaric Eurasia VN 11.50000 #> 8106 Mixe-Zoque North America MX 17.08333 #> 8118 Karen Eurasia MM 18.00000 #> 8142 Viet-Muong Eurasia VN 10.50000 #> 8156 Chamorro Papunesia GU 13.45000 #> 8158 Indic Eurasia IN 19.00000 #> 8165 Zapotecan North America MX 16.25000 #> 8167 Indic Eurasia IN 17.00000 #> 8171 Gur Africa ML BF 14.25000 #> 8173 Pearic Eurasia TH 12.75000 #> 8176 Masa Africa TD CM 10.50000 #> 8177 Biu-Mandara Africa TD 11.00000 #> 8191 Monic Eurasia TH MM 14.83333 #> 8196 Biu-Mandara Africa CM 10.33333 #> 8197 Biu-Mandara Africa CM NG 10.41667 #> 8198 Gur Africa BJ 10.58333 #> 8210 Kam-Tai Eurasia TH 16.00000 #> 8216 Western Saharan Africa TD NE 16.00000 #> 8217 Biu-Mandara Africa NG 11.25000 #> 8229 Mixtecan North America MX 16.91667 #> 8230 Karen Eurasia CN MM 13.00000 #> 8232 Huavean North America MX 16.21667 #> 8246 West Chadic Africa NG NE 12.00000 #> 8252 Southern Dravidian Eurasia IN 10.00000 #> 8256 Northern Luzon Papunesia PH 17.08333 #> 8272 Khmer Eurasia KH 12.50000 #> 8283 Burmese-Lolo Eurasia TH 19.75000 #> 8286 Nubian Africa SD 18.25000 #> 8292 Central Cushitic Africa ER 15.75000 #> 8296 Maban Africa TD 13.75000 #> 8297 Maban Africa SD TD 13.33333 #> 8325 Central Dravidian Eurasia IN 20.00000 #> 8334 Mixe-Zoque North America MX 17.00000 #> 8346 Gumuz Africa SD ET 12.50000 #> 8349 Western Saharan Africa NE TD SD NG 12.00000 #> 8353 Gur Africa GH 10.50000 #> 8355 Kunama Africa ER ET 14.50000 #> 8370 Maban Africa TD CF 10.33333 #> 8375 Central Cushitic Africa ET 12.66667 #> 8378 South-Central Dravidian Eurasia IN 16.00000 #> 8389 Kadugli Africa SD 10.50000 #> 8392 Munda Eurasia IN 18.00000 #> 8395 Southern Dravidian Eurasia LK IN 11.00000 #> 8414 Eastern Saharan Africa SD TD 16.00000 #> 8440 Beja Africa ER SD 18.00000 #> 8442 Munda Eurasia IN 19.00000 #> 8447 Heiban Africa SD 11.00000 #> 8450 Arhuacic South America CO 10.66667 #> 8452 South Andamanese Eurasia IN 10.75000 #> 8453 Misumalpan North America NI 14.00000 #> 8455 Semitic Africa ET 10.00000 #> 8499 Chinantecan North America MX 18.83333 #> 8502 Mixe-Zoque North America MX 16.75000 #> 8510 Mayan North America GT 15.66667 #> 8517 Aztecan North America SV 13.83333 #> 8520 Northern Atlantic Africa GM SN 13.00000 #> 8526 Berber Africa NE 19.00000 #> 8562 Gur Africa GH 10.25000 #> 8585 Mayan North America MX 18.16667 #> 8590 West Chadic Africa NG 12.08333 #> 8600 West Chadic Africa NG 11.00000 #> 8609 Songhay Africa ML 17.00000 #> 8633 Aztecan North America MX 19.66667 #> 8640 Zapotecan North America MX 17.25000 #> 8643 Biu-Mandara Africa NG 11.50000 #> 8646 Semitic Eurasia YE OM 17.00000 #> 8649 Mixtecan North America MX 17.05000 #> 8652 Western Mande Africa ML 12.50000 #> 8654 Nubian Africa SD 12.00000 #> 8657 Southern Dravidian Eurasia LK IN 11.00000 #> 8663 Southern Dravidian Eurasia IN 14.00000 #> 8666 Central Cushitic Africa ER 15.75000 #> 8682 Semitic Africa ET 10.00000 #> 8684 Central Dravidian Eurasia IN 19.50000 #> 8706 Beja Africa ER SD 18.00000 #> 8723 Khmer Eurasia KH 12.50000 #> 8728 Greater Central Philippine Papunesia PH 10.00000 #> 8731 Mayan North America GT 14.66667 #> 8732 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 8736 Kam-Tai Eurasia TH 16.00000 #> 8740 Bahnaric Eurasia VN 14.83333 #> 8745 Greater Central Philippine Papunesia PH 15.00000 #> 8765 Viet-Muong Eurasia VN 10.50000 #> 8769 Biu-Mandara Africa NG 11.00000 #> 8777 West Chadic Africa NG NE 12.00000 #> 8779 Gur Africa ML 11.50000 #> 8780 Mixe-Zoque North America MX 17.00000 #> 8783 Caribbean Arawakan South America VR CO 12.00000 #> 8803 Biu-Mandara Africa NG 11.00000 #> 8808 Western Saharan Africa NE TD SD NG 12.00000 #> 8810 Zapotecan North America MX 17.25000 #> 8818 Mixtecan North America MX 17.08333 #> 8830 Songhay Africa ML 17.00000 #> 8833 Misumalpan North America NI 14.00000 #> 8844 Gur Africa GH 10.83333 #> 8855 Creoles and Pidgins North America AN 12.25000 #> 8857 Aztecan North America MX 15.75000 #> 8870 Kunama Africa ER ET 14.50000 #> 8873 Northern Atlantic Africa SN 14.83333 #> 8874 Gur Africa BF 12.83333 #> 8881 Western Saharan Africa TD NE 16.00000 #> 8882 Creoles and Pidgins North America HT 19.00000 #> 8885 Northern Atlantic Africa GM SN 13.00000 #> 8887 Kadugli Africa SD 10.50000 #> 8906 Heiban Africa SD 11.16667 #> 8914 Kadugli Africa SD 10.50000 #> 8918 Greater Central Philippine Papunesia PH 15.00000 #> 8921 Mixe-Zoque North America MX 17.00000 #> 8922 Creoles and Pidgins North America HT 19.00000 #> 8936 Chamorro Papunesia GU 13.45000 #> 8937 Northern Atlantic Africa SN 14.83333 #> 8938 Kam-Tai Eurasia TH 16.00000 #> 8956 Caribbean Arawakan South America VR CO 12.00000 #> 8960 Mayan North America GT 15.66667 #> 8963 Mayan North America MX 16.50000 #> 8964 Greater Central Philippine Papunesia PH 10.00000 #> 8965 Mayan North America GT 14.66667 #> 8976 Creoles and Pidgins North America AN 12.25000 #> 8979 Central Luzon Papunesia PH 15.33333 #> 8983 Bahnaric Eurasia VN 14.83333 #> 8986 Bongo-Bagirmi Africa TD 11.66667 #> 8991 Khmer Eurasia KH 12.50000 #> 8993 Northern Atlantic Africa SN GM 15.25000 #> 8999 Bahnaric Eurasia VN 10.75000 #> 9003 Kam-Tai Eurasia TH LA 18.00000 #> 9005 Chinantecan North America MX 17.58333 #> 9012 Viet-Muong Eurasia VN 10.50000 #> 9020 Mayan North America GT 15.00000 #> 9022 Katla-Tima Africa SD 11.83333 #> 9023 Bahnaric Eurasia VN 11.50000 #> 9026 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 9040 Northern Luzon Papunesia PH 16.00000 #> 9043 Southern Dravidian Eurasia IN 10.00000 #> 9051 South-Central Dravidian Eurasia IN 16.00000 #> 9052 Totonacan North America MX 19.91667 #> 9066 Central Dravidian Eurasia IN 19.50000 #> 9085 Misumalpan North America NI 14.00000 #> 9089 Semitic Africa ER 16.50000 #> 9092 West Chadic Africa NG 10.00000 #> 9098 Rashad Africa SD 11.83333 #> 9099 West Chadic Africa NG NE 12.00000 #> 9106 Semitic Africa ET 10.00000 #> 9109 Southern Dravidian Eurasia IN 14.00000 #> 9119 West Chadic Africa NG 12.08333 #> 9132 Southern Dravidian Eurasia LK IN 11.00000 #> 9151 Rama North America NI 11.75000 #> 9165 Munda Eurasia IN 18.00000 #> 9173 Kunama Africa ER ET 14.50000 #> 9174 Western Mande Africa ML 12.50000 #> 9176 Gur Africa ML 11.50000 #> 9177 Western Mande Africa ML 13.00000 #> 9180 Gur Africa BF 12.83333 #> 9183 Gur Africa BF 11.25000 #> 9190 Beja Africa ER SD 18.00000 #> 9194 Nubian Africa SD 12.00000 #> 9196 Biu-Mandara Africa CM NG 10.41667 #> 9200 Aztecan North America MX 19.66667 #> 9205 Zapotecan North America MX 16.41667 #> 9206 Zapotecan North America MX 16.25000 #> 9212 Western Saharan Africa TD NE 16.00000 #> 9218 Munda Eurasia IN 20.00000 #> 9225 Songhay Africa NE 13.83333 #> 9230 Mixtecan North America MX 17.08333 #> 9232 Nara Africa ER 15.08333 #> 9235 Western Saharan Africa NE TD SD NG 12.00000 #> 9236 Biu-Mandara Africa CM 10.16667 #> 9243 Biu-Mandara Africa NG 11.00000 #> 9256 Central Cushitic Africa ER 15.75000 #> 9262 Popolocan North America MX 18.16667 #> 9273 Gur Africa GH 10.83333 #> 9278 Nubian Africa SD 12.00000 #> 9279 Kam-Tai Eurasia TH 16.00000 #> 9287 Northern Luzon Papunesia PH 16.00000 #> 9296 Greater Central Philippine Papunesia PH 10.00000 #> 9313 Gur Africa BF 12.83333 #> 9314 Western Mande Africa ML 12.50000 #> 9328 Mayan North America MX 16.50000 #> 9333 Khmer Eurasia KH 12.50000 #> 9334 Zapotecan North America MX 16.41667 #> 9341 Kam-Tai Eurasia TH LA 18.00000 #> 9346 Mayan North America GT 15.66667 #> 9351 Creoles and Pidgins North America AN 12.25000 #> 9354 Gur Africa BF 11.25000 #> 9355 Creoles and Pidgins North America HT 19.00000 #> 9357 Gur Africa ML 11.50000 #> 9358 Songhay Africa NE 13.83333 #> 9361 Greater Central Philippine Papunesia PH 15.00000 #> 9365 Katla-Tima Africa SD 11.83333 #> 9371 West Chadic Africa NG NE 12.00000 #> 9373 Caribbean Arawakan South America VR CO 12.00000 #> 9376 Bongo-Bagirmi Africa TD 11.66667 #> 9377 West Chadic Africa NG 10.00000 #> 9383 Viet-Muong Eurasia VN 10.50000 #> 9387 Munda Eurasia IN 20.00000 #> 9389 Kadugli Africa SD 10.50000 #> 9393 Totonacan North America MX 19.91667 #> 9397 Heiban Africa SD 11.16667 #> 9398 Rashad Africa SD 11.83333 #> 9399 Biu-Mandara Africa CM 10.16667 #> 9409 Chinantecan North America MX 17.58333 #> 9419 Munda Eurasia IN 18.00000 #> 9420 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 9428 Biu-Mandara Africa CM NG 10.41667 #> 9432 Mayan North America GT 14.66667 #> 9433 Central Dravidian Eurasia IN 19.50000 #> 9443 Northern Atlantic Africa SN 14.83333 #> 9448 Southern Dravidian Eurasia IN 10.00000 #> 9451 Bahnaric Eurasia VN 11.50000 #> 9453 West Chadic Africa NG 12.08333 #> 9454 Gur Africa GH 10.83333 #> 9456 Western Saharan Africa NE TD SD NG 12.00000 #> 9458 Central Luzon Papunesia PH 15.33333 #> 9460 Nara Africa ER 15.08333 #> 9467 Bahnaric Eurasia VN 14.83333 #> 9473 Zapotecan North America MX 16.25000 #> 9477 Western Mande Africa ML 13.00000 #> 9489 Mixtecan North America MX 17.08333 #> 9491 Mixe-Zoque North America MX 17.00000 #> 9495 Kunama Africa ER ET 14.50000 #> 9504 Popolocan North America MX 18.16667 #> 9511 Biu-Mandara Africa NG 11.00000 #> 9512 Chamorro Papunesia GU 13.45000 #> 9520 Northern Atlantic Africa SN GM 15.25000 #> 9521 Mayan North America GT 15.00000 #> 9522 Western Saharan Africa TD NE 16.00000 #> 9534 Bahnaric Eurasia VN 10.75000 #> 9570 Beja Africa ER SD 18.00000 #> 9576 Semitic Africa ET 10.00000 #> 9579 Rama North America NI 11.75000 #> 9583 Misumalpan North America NI 14.00000 #> 9592 Southern Dravidian Eurasia IN 14.00000 #> 9608 Semitic Africa ER 16.50000 #> 9611 Southern Dravidian Eurasia LK IN 11.00000 #> 9620 Central Cushitic Africa ER 15.75000 #> 9633 Aztecan North America MX 19.66667 #> 9636 South-Central Dravidian Eurasia IN 16.00000 #> 9675 Western Mande Africa ML 12.50000 #> 9682 Oceanic Papunesia US 19.58333 #> 9694 Western Mande Africa BF 12.41667 #> 9703 Chinantecan North America MX 17.58333 #> 9708 Mixtecan North America MX 17.05000 #> 9711 Dogon Africa ML BF 14.41667 #> 9731 Semitic Africa ER 16.50000 #> 9732 Temein Africa SD 11.91667 #> 9757 Central Cushitic Africa ET 10.83333 #> 9761 Kunama Africa ER ET 14.50000 #> 9766 Biu-Mandara Africa NG 11.00000 #> 9770 West Chadic Africa NG 12.08333 #> 9772 Eastern Mande Africa GH BF 11.50000 #> 9782 Gur Africa ML BF 14.25000 #> 9784 Northern Atlantic Africa SN 14.91667 #> 9786 Tarascan North America MX 19.50000 #> 9793 Western Saharan Africa NE TD SD NG 12.00000 #> 9796 Viet-Muong Eurasia VN 10.50000 #> 9798 Huavean North America MX 16.21667 #> 9805 Cariban South America VR 10.50000 #> 9808 Greater Central Philippine Papunesia PH 15.00000 #> 9811 Karen Eurasia TH 15.00000 #> 9812 Heiban Africa SD 11.00000 #> 9826 Eastern Jebel Africa SD 11.50000 #> 9832 Songhay Africa ML 17.00000 #> 9833 Aztecan North America MX 20.00000 #> 9843 Mayan North America GT 15.66667 #> 9845 Kadugli Africa SD 10.50000 #> 9846 Kainji Africa NG 10.33333 #> 9853 Bongo-Bagirmi Africa TD 11.66667 #> 9878 Chamorro Papunesia GU 13.45000 #> 9879 Arhuacic South America CO 10.66667 #> 9885 Taman Africa SD TD 14.50000 #> 9889 Nyimang Africa SD 12.16667 #> 9891 Berta Africa SD ET 10.33333 #> 9894 Munda Eurasia IN 20.00000 #> 9896 Chinantecan North America MX 17.33333 #> 9899 Kam-Tai Eurasia TH 16.00000 #> 9903 Fur Africa SD 13.50000 #> 9907 Aztecan North America MX 19.66667 #> 9910 Talodi Africa SD 10.58333 #> 9912 Paya North America HN 15.00000 #> 9917 Daju Africa SD 12.25000 #> 9918 Karen Eurasia MM TH 19.00000 #> 9921 Kadugli Africa SD 11.00000 #> 9926 Bahnaric Eurasia VN 14.83333 #> 9928 Nara Africa ER 15.08333 #> 9930 Gur Africa ML 11.50000 #> 9932 Karen Eurasia MM 18.00000 #> 9937 Semitic Africa ET 10.00000 #> 9939 Tol North America HN 14.66667 #> 9948 West Chadic Africa NG 10.00000 #> 9959 East Chadic Africa TD 12.16667 #> 9961 Popolocan North America MX 17.75000 #> 9963 Katuic Eurasia VN 16.41667 #> 9967 Rama North America NI 11.75000 #> 9980 West Chadic Africa NG NE 12.00000 #> 9981 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 9987 South-Central Dravidian Eurasia IN 16.00000 #> 9990 Great Andamanese Eurasia IN 12.00000 #> 10004 Bahnaric Eurasia VN 11.50000 #> 10007 Northern Atlantic Africa SN GM 15.25000 #> 10009 Southern Dravidian Eurasia IN 14.00000 #> 10014 Biu-Mandara Africa CF 11.33333 #> 10020 Southern Dravidian Eurasia IN 11.50000 #> 10026 Beja Africa ER SD 18.00000 #> 10046 Katuic Eurasia LA 16.75000 #> 10050 Mayan North America MX 16.41667 #> 10053 Maban Africa TD 13.75000 #> 10054 Semitic Africa YE 12.50000 #> 10061 Bahnaric Eurasia VN 14.16667 #> 10066 Monic Eurasia TH 15.66667 #> 10067 Mixe-Zoque North America MX 17.00000 #> 10069 Gur Africa GH 10.41667 #> 10087 Mixe-Zoque North America MX 17.25000 #> 10092 Malayo-Sumbawan Eurasia KH 12.00000 #> 10095 Amuzgoan North America MX 16.83333 #> 10107 Southern Dravidian Eurasia IN 12.75000 #> 10124 Northern Atlantic Africa GM SN 13.00000 #> 10127 South-Central Dravidian Eurasia IN 17.50000 #> 10134 Bahnaric Eurasia VN LA 15.16667 #> 10147 Khmer Eurasia KH 12.50000 #> 10154 West Chadic Africa NG NE 12.00000 #> 10155 Northern Atlantic Africa SN GM 15.25000 #> 10156 Zapotecan North America MX 16.41667 #> 10161 Rashad Africa SD 11.83333 #> 10168 Chamorro Papunesia GU 13.45000 #> 10182 Beja Africa ER SD 18.00000 #> 10183 Gur Africa BF 12.83333 #> 10189 Mayan North America MX 16.50000 #> 10191 Aztecan North America MX 19.66667 #> 10199 Semitic Africa ER 16.50000 #> 10200 Greater Central Philippine Papunesia PH 15.00000 #> 10201 Gur Africa ML 11.50000 #> 10205 Central Dravidian Eurasia IN 19.50000 #> 10213 Creoles and Pidgins North America HT 19.00000 #> 10227 Gur Africa BF 11.25000 #> 10228 Kadugli Africa SD 10.50000 #> 10233 Mayan North America GT 15.66667 #> 10235 Southern Dravidian Eurasia IN 10.00000 #> 10241 Northern Luzon Papunesia PH 16.00000 #> 10246 Songhay Africa NE 13.83333 #> 10247 Kam-Tai Eurasia TH LA 18.00000 #> 10249 Creoles and Pidgins North America AN 12.25000 #> 10250 Central Cushitic Africa ER 15.75000 #> 10254 West Chadic Africa NG 10.00000 #> 10259 Mixe-Zoque North America MX 17.00000 #> 10266 Greater Central Philippine Papunesia PH 10.00000 #> 10274 Western Mande Africa ML 12.50000 #> 10290 Central Luzon Papunesia PH 15.33333 #> 10304 Semitic Africa ET 10.00000 #> 10306 Mayan North America GT 14.66667 #> 10307 Misumalpan North America NI 14.00000 #> 10308 Heiban Africa SD 11.16667 #> 10313 Gur Africa GH 10.83333 #> 10319 Mayan North America GT 15.00000 #> 10322 Mixtecan North America MX 17.08333 #> 10331 West Chadic Africa NG 12.08333 #> 10334 Chinantecan North America MX 17.58333 #> 10336 Nubian Africa SD 12.00000 #> 10342 Zapotecan North America MX 16.25000 #> 10347 Western Mande Africa ML 13.00000 #> 10360 Kunama Africa ER ET 14.50000 #> 10366 Totonacan North America MX 19.91667 #> 10368 Bahnaric Eurasia VN 11.50000 #> 10395 Western Saharan Africa TD NE 16.00000 #> 10405 Viet-Muong Eurasia VN 10.50000 #> 10413 Southern Dravidian Eurasia IN 14.00000 #> 10416 Biu-Mandara Africa NG 11.00000 #> 10417 Katla-Tima Africa SD 11.83333 #> 10419 Kam-Tai Eurasia TH 16.00000 #> 10427 Munda Eurasia IN 18.00000 #> 10429 Bongo-Bagirmi Africa TD 11.66667 #> 10431 Western Saharan Africa NE TD SD NG 12.00000 #> 10439 Biu-Mandara Africa CM NG 10.41667 #> 10441 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 10449 Khmer Eurasia KH 12.50000 #> 10455 Rama North America NI 11.75000 #> 10456 Caribbean Arawakan South America VR CO 12.00000 #> 10466 Biu-Mandara Africa CM 10.16667 #> 10475 Nara Africa ER 15.08333 #> 10479 Munda Eurasia IN 20.00000 #> 10489 Bahnaric Eurasia VN 14.83333 #> 10493 Northern Atlantic Africa SN 14.83333 #> 10509 South-Central Dravidian Eurasia IN 16.00000 #> 10511 Southern Dravidian Eurasia LK IN 11.00000 #> 10516 Popolocan North America MX 18.16667 #> 10519 Bahnaric Eurasia VN 10.75000 #> 10545 Central Cushitic Africa ER 15.75000 #> 10552 Western Saharan Africa TD NE 16.00000 #> 10553 Mayan North America GT 15.66667 #> 10561 Kadugli Africa SD 10.50000 #> 10569 South-Central Dravidian Eurasia IN 16.00000 #> 10572 Semitic Africa ET 10.00000 #> 10574 Western Mande Africa ML 13.00000 #> 10579 Indic Eurasia IN 19.00000 #> 10580 Greater Central Philippine Papunesia PH 10.00000 #> 10582 Munda Eurasia IN 18.00000 #> 10587 Southern Dravidian Eurasia LK IN 11.00000 #> 10596 Central Cushitic Africa ET 12.66667 #> 10598 Western Saharan Africa NE TD SD NG 12.00000 #> 10604 Tarascan North America MX 19.50000 #> 10616 Viet-Muong Eurasia VN 10.50000 #> 10623 Gur Africa ML BF 14.25000 #> 10630 Kam-Tai Eurasia TH 16.00000 #> 10634 Biu-Mandara Africa NG 11.00000 #> 10635 Bahnaric Eurasia LA 15.16667 #> 10637 West Chadic Africa NG NE 12.00000 #> 10638 Gur Africa BF GH 10.50000 #> 10639 Khmer Eurasia KH 12.50000 #> 10640 Northern Atlantic Africa SN GM 15.25000 #> 10642 Northern Atlantic Africa SN 15.00000 #> 10647 Misumalpan North America NI 14.00000 #> 10656 Burmese-Lolo Eurasia TH 19.75000 #> 10670 Mixtecan North America MX 17.00000 #> 10691 Caribbean Arawakan South America VR CO 12.00000 #> 10695 Northern Luzon Papunesia PH 16.00000 #> 10721 Rama North America NI 11.75000 #> 10726 Gur Africa ML 11.50000 #> 10729 Western Mande Africa ML 12.50000 #> 10731 Arhuacic South America CO 10.66667 #> 10741 Karen Eurasia MM TH 19.00000 #> 10751 Mixtecan North America MX 17.05000 #> 10758 Songhay Africa NE ML 16.00000 #> 10761 Mayan North America GT 15.66667 #> 10764 Kunama Africa ER ET 14.50000 #> 10776 Greater Central Philippine Papunesia PH 15.00000 #> 10777 Chamorro Papunesia GU 13.45000 #> 10779 Bongo-Bagirmi Africa TD 11.66667 #> 10788 Kadugli Africa SD 10.50000 #> 10793 West Chadic Africa NG 11.33333 #> 10799 Gur Africa ML BF 14.25000 #> 10800 Khmer Eurasia KH 12.50000 #> 10810 Southern Dravidian Eurasia IN 14.00000 #> 10817 Songhay Africa ML 17.00000 #> 10820 Biu-Mandara Africa CM 10.00000 #> 10822 West Chadic Africa NG NE 12.00000 #> 10823 Kam-Tai Eurasia TH 16.00000 #> 10824 Viet-Muong Eurasia VN 10.50000 #> 10837 Fur Africa SD 13.50000 #> 10838 Biu-Mandara Africa CM 10.33333 #> 10844 Chinantecan North America MX 17.33333 #> 10854 Nubian Africa SD 18.25000 #> 10865 West Chadic Africa NG 10.91667 #> 10880 Western Mande Africa ML 12.50000 #> 10886 Arhuacic South America CO 10.66667 #> 10892 Gur Africa ML 11.50000 #> 10894 Kadugli Africa SD 10.50000 #> 10903 West Chadic Africa NG 10.91667 #> 10906 Karen Eurasia MM TH 19.00000 #> 10907 Bongo-Bagirmi Africa TD 11.66667 #> 10908 West Chadic Africa NG NE 12.00000 #> 10909 West Chadic Africa NG 11.33333 #> 10919 Kunama Africa ER ET 14.50000 #> 10923 Gur Africa ML BF 14.25000 #> 10925 Songhay Africa ML 17.00000 #> 10929 Mayan North America GT 15.66667 #> 10937 Southern Dravidian Eurasia IN 14.00000 #> 10943 Fur Africa SD 13.50000 #> 10946 Chinantecan North America MX 17.33333 #> 10957 Kam-Tai Eurasia TH 16.00000 #> 10960 Mixtecan North America MX 17.05000 #> 10962 Khmer Eurasia KH 12.50000 #> 10967 Songhay Africa NE ML 16.00000 #> 10968 Chamorro Papunesia GU 13.45000 #> 10975 Greater Central Philippine Papunesia PH 15.00000 #> 10980 Burmese-Lolo Eurasia TH 19.75000 #> 10995 Greater Central Philippine Papunesia PH 15.00000 #> 10997 Kadugli Africa SD 10.50000 #> 11012 Nubian Africa SD 15.08333 #> 11019 Northern Atlantic Africa SN GM 15.25000 #> 11028 Central Cushitic Africa ET 12.66667 #> 11029 Khmer Eurasia KH 12.50000 #> 11033 Karen Eurasia MM TH 19.00000 #> 11039 Bahnaric Eurasia LA 15.16667 #> 11041 Southern Dravidian Eurasia IN 12.16667 #> 11045 Tarascan North America MX 19.50000 #> 11049 Chamorro Papunesia GU 13.45000 #> 11052 Southern Dravidian Eurasia IN 14.00000 #> 11060 Western Mande Africa ML 15.00000 #> 11072 Gur Africa ML 11.50000 #> 11087 Kam-Tai Eurasia TH 16.00000 #> 11089 Arhuacic South America CO 10.66667 #> 11090 Northern Luzon Papunesia PH 16.50000 #> 11096 Indic Eurasia IN 19.00000 #> 11099 Bahnaric Eurasia VN 14.83333 #> 11101 Rama North America NI 11.75000 #> 11115 Misumalpan North America NI 14.00000 #> 11116 Viet-Muong Eurasia VN 10.50000 #> 11119 Paya North America HN 15.00000 #> 11126 Songhay Africa NE ML 16.00000 #> 11131 West Chadic Africa NG NE 12.00000 #> 11139 Aztecan North America MX 19.66667 #> 11151 Mayan North America GT 14.66667 #> 11152 Semitic Eurasia YE OM 17.00000 #> 11155 Lowland East Cushitic Africa ER DJ ET 12.00000 #> 11158 Mayan North America GT 15.66667 #> 11165 Mayan North America GT 15.00000 #> 11170 Mixtecan North America MX 17.05000 #> 11171 Popolocan North America MX 18.16667 #> 11173 Bongo-Bagirmi Africa TD 11.66667 #> 11177 Zapotecan North America MX 16.16667 #> 11178 Biu-Mandara Africa TD NG CM 13.50000 #> 11179 Popolocan North America MX 17.66667 #> 11183 Semitic Africa YE 12.50000 #> 11196 Gur Africa ML BF 14.25000 #> 11203 West Chadic Africa NG 10.91667 #> 11232 Mixe-Zoque North America MX 17.95000 #> 11236 Aztecan North America MX 18.25000 #> 11246 Mixe-Zoque North America MX 16.75000 #> 11258 Mayan North America GT 17.00000 #> 11264 Chinantecan North America MX 17.33333 #> 11276 Viet-Muong Eurasia VN 10.50000 #> 11296 Mixtecan North America MX 17.05000 #> 11300 Gur Africa ML 11.50000 #> 11306 Gur Africa ML BF 14.25000 #> 11319 Aztecan North America MX 19.66667 #> 11334 Southern Dravidian Eurasia LK IN 11.00000 #> 11335 Mayan North America GT 17.00000 #> 11349 Northern Atlantic Africa SN 14.83333 #> 11350 West Chadic Africa NG NE 12.00000 #> 11360 Indic Eurasia IN 19.00000 #> 11366 Southern Dravidian Eurasia IN 10.00000 #> 11373 Greater Central Philippine Papunesia PH 15.00000 #> 11375 Rama North America NI 11.75000 #> 11387 Mayan North America GT 14.66667 #> 11388 Kadugli Africa SD 10.50000 #> 11391 Nubian Africa SD 18.25000 #> 11392 West Chadic Africa NG 10.91667 #> 11395 Arhuacic South America CO 10.66667 #> 11404 Western Saharan Africa NE TD SD NG 12.00000 #> 11417 Southern Dravidian Eurasia IN 14.00000 #> 11426 Songhay Africa ML 17.00000 #> 11428 Tarascan North America MX 19.50000 #> 11432 Aztecan North America MX 19.66667 #> 11455 Mayan North America GT 14.66667 #> 11456 Chamorro Papunesia GU 13.45000 #> 11463 Viet-Muong Eurasia VN 10.50000 #> 11474 Western Saharan Africa NE TD SD NG 12.00000 #> 11475 Mixtecan North America MX 17.05000 #> 11477 West Chadic Africa NG 10.91667 #> 11488 Chinantecan North America MX 17.33333 #> 11504 Kadugli Africa SD 10.50000 #> 11514 Gur Africa ML BF 14.25000 #> 11516 West Chadic Africa NG NE 12.00000 #> 11520 Gur Africa ML 11.50000 #> 11540 Indic Eurasia IN 19.00000 #> 11543 Mayan North America GT 17.00000 #> 11554 Greater Central Philippine Papunesia PH 15.00000 #> 11559 Rama North America NI 11.75000 #> 11563 Arhuacic South America CO 10.66667 #> 11569 Southern Dravidian Eurasia LK IN 11.00000 #> 11571 Nubian Africa SD 18.25000 #> 11591 Southern Dravidian Eurasia IN 14.00000 #> 11604 Northern Atlantic Africa SN 14.83333 #> 11606 Viet-Muong Eurasia VN 10.50000 #> 11617 Aztecan North America MX 19.66667 #> 11620 Chamorro Papunesia GU 13.45000 #> 11625 Mayan North America GT 14.66667 #> 11628 Chinantecan North America MX 17.33333 #> 11636 Mixtecan North America MX 17.05000 #> 11638 Kadugli Africa SD 10.50000 #> 11640 West Chadic Africa NG NE 12.00000 #> 11643 Arhuacic South America CO 10.66667 #> 11658 Gur Africa ML BF 14.25000 #> 11664 Northern Atlantic Africa SN 14.83333 #> 11666 Gur Africa ML 11.50000 #> 11677 Western Saharan Africa NE TD SD NG 12.00000 #> 11691 West Chadic Africa NG 10.91667 #> 11697 Greater Central Philippine Papunesia PH 15.00000 #> 11700 Indic Eurasia IN 19.00000 #> 11713 Rama North America NI 11.75000 #> 11725 Southern Dravidian Eurasia IN 10.00000 #> 11734 Southern Dravidian Eurasia LK IN 11.00000 #> 11746 Southern Dravidian Eurasia IN 14.00000 #> 11748 Nubian Africa SD 18.25000 #> 11784 Mayan North America GT 14.66667 #> 11786 Rama North America NI 11.75000 #> 11803 Mayan North America GT 15.66667 #> 11807 Western Saharan Africa NE TD SD NG 12.00000 #> 11814 Viet-Muong Eurasia VN 10.50000 #> 11825 Greater Central Philippine Papunesia PH 15.00000 #> 11826 Southern Dravidian Eurasia IN 10.00000 #> 11828 Gur Africa ML 11.50000 #> 11829 West Chadic Africa NG 10.91667 #> 11837 Mixtecan North America MX 17.05000 #> 11839 Songhay Africa ML 17.00000 #> 11842 Northern Atlantic Africa SN 14.83333 #> 11846 Indic Eurasia IN 19.00000 #> 11856 Aztecan North America MX 19.66667 #> 11859 Arhuacic South America CO 10.66667 #> 11871 Mayan North America GT 17.00000 #> 11888 Nubian Africa SD 18.25000 #> 11895 Kadugli Africa SD 10.50000 #> 11899 Gur Africa ML BF 14.25000 #> 11905 Southern Dravidian Eurasia IN 14.00000 #> 11911 Southern Dravidian Eurasia LK IN 11.00000 #> 11918 Northern Luzon Papunesia PH 17.08333 #> 11921 Western Saharan Africa NE TD SD NG 12.00000 #> 11922 Bahnaric Eurasia VN 14.58333 #> 11926 Mayan North America GT 14.50000 #> 11928 Northern Luzon Papunesia PH 16.75000 #> 11933 Semitic Africa ET 10.00000 #> 11935 Southern Dravidian Eurasia IN 10.00000 #> 11937 Mixtecan North America MX 17.05000 #> 11938 Zapotecan North America MX 16.33333 #> 11939 Zapotecan North America MX 17.50000 #> 11945 Oceanic Papunesia MP 15.20000 #> 11952 Gur Africa BF 12.25000 #> 11956 Mayan North America MX 18.16667 #> 11961 Northern Luzon Papunesia PH 16.33333 #> 11962 Otomian North America MX 19.41667 #> 11971 Tequistlatecan North America MX 16.25000 #> 11978 Mayan North America BZ 16.58333 #> 11979 Nubian Africa SD 15.08333 #> 11985 Mayan North America GT 15.33333 #> 11990 Zapotecan North America MX 16.16667 #> 11993 Mixe-Zoque North America MX 17.33333 #> 11995 Northern Atlantic Africa 12.50000 #> 12003 Maban Africa TD 13.75000 #> 12005 Mayan North America MX 20.00000 #> 12007 Northern Luzon Papunesia PH 16.00000 #> 12013 Indic Eurasia IN 18.33333 #> 12014 Arhuacic South America CO 10.66667 #> 12018 Mayan North America MX 17.00000 #> 12020 West Chadic Africa NG 12.08333 #> 12021 Mixe-Zoque North America MX 17.95000 #> 12022 Northern Luzon Papunesia PH 16.83333 #> 12025 Gur Africa ML BF 14.25000 #> 12026 Zapotecan North America MX 16.41667 #> 12031 Mayan North America GT 17.00000 #> 12034 Kadugli Africa SD 10.50000 #> 12037 Mayan North America GT 15.83333 #> 12039 Mayan North America MX 17.75000 #> 12043 Tarascan North America MX 19.50000 #> 12048 Bahnaric Eurasia VN 10.75000 #> 12050 West Chadic Africa NG NE 12.00000 #> 12051 Western Mande Africa ML 12.50000 #> 12054 Mayan North America GT 15.66667 #> 12059 Mayan North America MX 16.33333 #> 12060 Chamorro Papunesia GU 13.45000 #> 12063 Popolocan North America MX 17.66667 #> 12065 Cariban South America VR CO 10.16667 #> 12070 Oceanic Papunesia US 19.58333 #> 12073 Mixe-Zoque North America MX 17.83333 #> 12074 Southern Dravidian Eurasia LK IN 11.00000 #> 12080 Malayo-Sumbawan Eurasia KH 12.00000 #> 12081 Aztecan North America MX 19.66667 #> 12083 Malayo-Sumbawan Eurasia VN 13.00000 #> 12084 Aztecan North America MX 19.58333 #> 12090 Northern Luzon Papunesia PH 17.75000 #> 12093 Indic Eurasia IN 19.00000 #> 12095 Western Mande Africa GN 10.00000 #> 12096 Bahnaric Eurasia VN LA 15.16667 #> 12099 Mayan North America GT 15.50000 #> 12100 Mixe-Zoque North America MX 17.25000 #> 12102 Mixtecan North America MX 16.41667 #> 12107 Mayan North America MX 16.66667 #> 12108 Aztecan North America MX 18.25000 #> 12109 Zapotecan North America MX 17.25000 #> 12112 Nubian Africa SD 18.25000 #> 12113 Mayan North America GT 15.91667 #> 12117 Subtiaba-Tlapanec North America MX 17.08333 #> 12118 Rama North America NI 11.75000 #> 12123 Chinantecan North America MX 17.91667 #> 12124 Bahnaric Eurasia VN 14.83333 #> 12130 Mayan North America GT 15.00000 #> 12131 Khmer Eurasia KH 12.50000 #> 12134 Malayo-Sumbawan Eurasia VN 12.16667 #> 12135 Mayan North America MX 16.91667 #> 12136 Semitic Africa ER 15.50000 #> 12140 Katuic Eurasia VN 16.41667 #> 12144 Arhuacic South America CO 11.00000 #> 12153 Bahnaric Eurasia VN 12.66667 #> 12156 Popolocan North America MX 17.83333 #> 12162 Misumalpan North America NI 13.00000 #> 12172 Mayan North America GT 14.75000 #> 12174 Bahnaric Eurasia VN 13.83333 #> 12175 Mixe-Zoque North America MX 18.33333 #> 12188 Greater Central Philippine Papunesia PH 13.33333 #> 12211 Arhuacic South America CO 11.00000 #> 12214 Mixtecan North America MX 17.16667 #> 12221 Mixtecan North America MX 17.83333 #> 12230 Chimila South America CO 10.00000 #> 12263 Kam-Tai Eurasia TH LA 18.00000 #> 12268 Misumalpan North America NI 14.00000 #> 12281 Mayan North America MX 15.50000 #> 12290 Chinantecan North America MX 17.33333 #> 12293 Greater Central Philippine Papunesia PH 10.25000 #> 12295 Mixe-Zoque North America MX 16.91667 #> 12298 Aztecan North America MX 18.00000 #> 12304 Kam-Tai Eurasia TH 16.00000 #> 12333 Tol North America HN 14.66667 #> 12342 Katuic Eurasia VN LA 15.83333 #> 12347 Caribbean Arawakan South America VR CO 12.00000 #> 12352 Popolocan North America MX 17.75000 #> 12356 Aztecan North America SV 13.83333 #> 12398 Eastern Mande Africa BJ NG 10.50000 #> 12402 Zapotecan North America MX 16.80000 #> 12427 Popolocan North America MX 18.16667 #> 12444 Southern Dravidian Eurasia IN 14.00000 #> 12455 Greater Central Philippine Papunesia PH 15.00000 #> 12479 Huavean North America MX 16.21667 #> 12503 Greater Central Philippine Papunesia PH 10.00000 #> 12510 Totonacan North America MX 19.91667 #> 12511 Mixtecan North America MX 16.50000 #> 12515 Jirajaran VR 11.00000 #> 12517 Cuitlatec North America MX 17.50000 #> 12525 Mayan North America GT 16.00000 #> 12526 Northern Luzon Papunesia PH 15.91667 #> 12532 Popolocan North America MX 18.25000 #> 12536 Semitic Africa YE 12.50000 #> 12539 Greater Central Philippine Papunesia PH 15.00000 #> 12543 Arhuacic South America CO 10.66667 #> 12546 Aztecan North America MX 20.00000 #> 12554 Daju Africa SD 12.25000 #> 12562 Mixe-Zoque North America MX 17.00000 #> 12564 Chamorro Papunesia GU 13.45000 #> 12640 Southern Dravidian Eurasia IN 12.75000 #> 12641 Northern Atlantic Africa SN GM 15.25000 #> 12643 Semitic Africa ER 16.50000 #> 12649 Songhay Africa ML 17.00000 #> 12651 Mixe-Zoque North America MX 17.25000 #> 12653 Cariban South America VR 10.50000 #> 12659 Rama North America NI 11.75000 #> 12671 South-Central Dravidian Eurasia IN 16.00000 #> 12677 Mayan North America GT 15.66667 #> 12690 Tarascan North America MX 19.50000 #> 12707 Bahnaric Eurasia VN LA 15.16667 #> 12713 Mayan North America MX 16.41667 #> 12715 Aztecan North America MX 19.66667 #> 12721 South-Central Dravidian Eurasia IN 17.50000 #> 12729 Bahnaric Eurasia VN 14.83333 #> 12731 Southern Dravidian Eurasia IN 11.50000 #> 12750 Semitic Africa ET 10.00000 #> 12758 Katuic Eurasia VN 16.41667 #> 12759 Munda Eurasia IN 20.00000 #> 12773 Southern Dravidian Eurasia IN 14.00000 #> 12776 Eastern Mande Africa GH BF 11.50000 #> 12779 Gur Africa ML BF 14.25000 #> 12781 Tol North America HN 14.66667 #> 12784 Northern Atlantic Africa GM SN 13.00000 #> 12796 Katuic Eurasia LA 16.75000 #> 12801 Indic Eurasia IN 15.25000 #> 12807 Great Andamanese Eurasia IN 12.00000 #> 12825 Khmer Eurasia KH 12.50000 #> 12837 Oceanic Papunesia US 19.58333 #> 12845 Monic Eurasia TH 15.66667 #> 12849 Otomian North America MX 19.41667 #> 12851 Temein Africa SD 11.91667 #> 12860 Bahnaric Eurasia VN 11.50000 #> 12864 Berta Africa SD ET 10.33333 #> 12867 Fur Africa SD 13.50000 #> 12868 Eastern Jebel Africa SD 11.50000 #> 12871 Northern Atlantic Africa GN ML 12.50000 #> 12872 West Chadic Africa NG NE 12.00000 #> 12873 Western Mande Africa ML 12.50000 #> 12880 Kadugli Africa SD 10.50000 #> 12882 Kainji Africa NG 10.33333 #> 12885 Biu-Mandara Africa NG 11.00000 #> 12892 West Chadic Africa NG 12.08333 #> 12901 Kunama Africa ER ET 14.50000 #> 12904 Maban Africa TD 13.75000 #> 12911 West Chadic Africa NG 10.00000 #> 12916 Heiban Africa SD 11.00000 #> 12917 East Chadic Africa TD 12.16667 #> 12921 Talodi Africa SD 10.58333 #> 12923 Dogon Africa ML BF 14.41667 #> 12932 Gur Africa GH 10.41667 #> 12937 Central Cushitic Africa ET 10.83333 #> 12940 Western Saharan Africa NE TD SD NG 12.00000 #> 12944 Huavean North America MX 16.21667 #> 12950 Mayan North America MX 20.00000 #> 12955 Beja Africa ER SD 18.00000 #> 12958 Biu-Mandara Africa CF 11.33333 #> 12967 Nara Africa ER 15.08333 #> 12969 Malayo-Sumbawan Eurasia KH 12.00000 #> 12973 Paya North America HN 15.00000 #> 12978 Kadugli Africa SD 11.00000 #> 12987 Viet-Muong Eurasia VN 10.50000 #> 12988 Karen Eurasia MM TH 19.00000 #> 12989 Mixtecan North America MX 17.00000 #> 12990 Biu-Mandara Africa NG 11.00000 #> 12992 Karen Eurasia MM 18.00000 #> 12993 Western Mande Africa BF 12.41667 #> 12996 Gur Africa ML 11.50000 #> 13004 Chinantecan North America MX 17.33333 #> 13005 Karen Eurasia TH 15.00000 #> 13012 Gur Africa BJ NG 10.00000 #> 13013 Mixtecan North America MX 17.05000 #> 13018 Bongo-Bagirmi Africa TD 11.66667 #> 13024 Taman Africa SD TD 14.50000 #> 13027 Zapotecan North America MX 16.25000 #> 13028 Chinantecan North America MX 17.58333 #> 13030 Amuzgoan North America MX 16.83333 #> 13031 Northern Atlantic Africa SN 14.91667 #> 13032 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 13036 Kam-Tai Eurasia TH 16.00000 #> 13038 Nyimang Africa SD 12.16667 #> 13048 Subtiaba-Tlapanec North America MX 17.08333 #> 13057 Popolocan North America MX 17.75000 #> 13063 Cariban South America VR CO 10.16667 #> 13083 Oceanic Papunesia US 19.58333 #> 13094 Katuic Eurasia VN 16.41667 #> 13100 West Chadic Africa NG 12.08333 #> 13138 Popolocan North America MX 17.83333 #> 13141 Arhuacic South America CO 11.00000 #> 13144 Chimila South America CO 10.00000 #> 13146 Bahnaric Eurasia VN 12.66667 #> 13152 Mixe-Zoque North America MX 18.33333 #> 13153 Misumalpan North America NI 13.00000 #> 13154 Mayan North America GT 14.75000 #> 13159 Mixe-Zoque North America MX 17.00000 #> 13160 Mixtecan North America MX 17.16667 #> 13161 Northern Luzon Papunesia PH 15.91667 #> 13162 Chinantecan North America MX 17.91667 #> 13168 Aztecan North America SV 13.83333 #> 13169 Mixtecan North America MX 16.41667 #> 13172 Mayan North America GT 15.91667 #> 13180 Oceanic Papunesia MP 15.20000 #> 13182 Mayan North America GT 15.66667 #> 13186 Western Mande Africa ML 12.50000 #> 13191 Rama North America NI 11.75000 #> 13201 Otomian North America MX 19.41667 #> 13202 West Chadic Africa NG NE 12.00000 #> 13207 Mixe-Zoque North America MX 17.08333 #> 13220 Katuic Eurasia VN LA 15.83333 #> 13225 Mixtecan North America MX 17.05000 #> 13228 Northern Luzon Papunesia PH 17.08333 #> 13231 Mayan North America MX 16.66667 #> 13232 Nubian Africa SD 18.25000 #> 13233 Mayan North America MX 17.00000 #> 13240 Zapotecan North America MX 16.41667 #> 13248 Zapotecan North America MX 17.25000 #> 13250 Northern Luzon Papunesia PH 17.75000 #> 13257 Southern Dravidian Eurasia IN 14.00000 #> 13264 Greater Central Philippine Papunesia PH 13.33333 #> 13267 Northern Luzon Papunesia PH 16.33333 #> 13272 Greater Central Philippine Papunesia PH 10.25000 #> 13283 Mixtecan North America MX 17.83333 #> 13288 Aztecan North America MX 19.66667 #> 13294 Bahnaric Eurasia VN 13.83333 #> 13298 Kam-Tai Eurasia TH 16.00000 #> 13305 Kadugli Africa SD 10.50000 #> 13313 Caribbean Arawakan South America VR CO 12.00000 #> 13319 Huavean North America MX 16.21667 #> 13327 Chinantecan North America MX 17.33333 #> 13330 Zapotecan North America MX 16.33333 #> 13333 Tequistlatecan North America MX 16.25000 #> 13335 Arhuacic South America CO 11.00000 #> 13337 Mayan North America MX 16.91667 #> 13340 Mayan North America MX 16.33333 #> 13345 Zapotecan North America MX 16.16667 #> 13358 Zapotecan North America MX 17.50000 #> 13362 Aztecan North America MX 18.00000 #> 13365 Mayan North America MX 20.00000 #> 13367 Popolocan North America MX 17.66667 #> 13368 Indic Eurasia IN 18.33333 #> 13372 Mayan North America GT 15.50000 #> 13378 Mayan North America GT 17.00000 #> 13379 Semitic Africa ET 10.00000 #> 13386 Gur Africa BF 12.25000 #> 13393 Gur Africa ML BF 14.25000 #> 13397 Northern Luzon Papunesia PH 16.75000 #> 13398 Northern Atlantic Africa 12.50000 #> 13408 Mayan North America GT 15.83333 #> 13409 Bahnaric Eurasia VN 14.58333 #> 13416 Western Saharan Africa NE TD SD NG 12.00000 #> 13426 Mayan North America GT 16.00000 #> 13429 Arhuacic South America CO 10.66667 #> 13430 Malayo-Sumbawan Eurasia KH 12.00000 #> 13431 Zapotecan North America MX 16.80000 #> 13432 Semitic Africa ER 15.50000 #> 13441 Misumalpan North America NI 14.00000 #> 13450 Mixe-Zoque North America MX 17.33333 #> 13454 Aztecan North America MX 18.25000 #> 13455 Mayan North America MX 18.16667 #> 13458 Mixe-Zoque North America MX 16.91667 #> 13459 Malayo-Sumbawan Eurasia VN 12.16667 #> 13465 Popolocan North America MX 18.16667 #> 13466 Subtiaba-Tlapanec North America MX 17.08333 #> 13474 Aztecan North America MX 19.58333 #> 13477 Totonacan North America MX 19.91667 #> 13488 Mayan North America MX 15.50000 #> 13495 Mixtecan North America MX 16.50000 #> 13500 Malayo-Sumbawan Eurasia VN 13.00000 #> 13506 Mixe-Zoque North America MX 17.95000 #> 13509 Bahnaric Eurasia VN LA 15.16667 #> 13523 Mayan North America GT 14.50000 #> 13535 Tol North America HN 14.66667 #> 13542 Indic Eurasia IN 19.00000 #> 13544 Southern Dravidian Eurasia IN 10.00000 #> 13547 Kam-Tai Eurasia TH LA 18.00000 #> 13553 Maban Africa TD 13.75000 #> 13554 Mayan North America GT 15.00000 #> 13558 Northern Luzon Papunesia PH 16.83333 #> 13559 Bahnaric Eurasia VN 10.75000 #> 13574 Jirajaran VR 11.00000 #> 13575 Bahnaric Eurasia VN 14.83333 #> 13583 Cuitlatec North America MX 17.50000 #> 13589 Greater Central Philippine Papunesia PH 10.00000 #> 13592 Eastern Mande Africa BJ NG 10.50000 #> 13595 Mayan North America GT 15.33333 #> 13597 Nubian Africa SD 15.08333 #> 13603 Chamorro Papunesia GU 13.45000 #> 13605 Southern Dravidian Eurasia LK IN 11.00000 #> 13606 Popolocan North America MX 17.75000 #> 13609 Western Mande Africa GN 10.00000 #> 13610 Northern Luzon Papunesia PH 16.00000 #> 13620 Mixe-Zoque North America MX 17.25000 #> 13621 Tarascan North America MX 19.50000 #> 13626 Mayan North America MX 17.75000 #> 13630 Popolocan North America MX 18.25000 #> 13648 Mayan North America BZ 16.58333 #> 13651 Mixe-Zoque North America MX 17.83333 #> 13654 Greater Central Philippine Papunesia PH 15.00000 #> 13702 Cariban South America VR CO 10.16667 #> 13721 Katuic Eurasia VN 16.41667 #> 13724 West Chadic Africa NG 12.08333 #> 13726 Oceanic Papunesia US 19.58333 #> 13735 West Chadic Africa NG NE 12.00000 #> 13741 Nubian Africa SD 18.25000 #> 13743 Maban Africa SD TD 13.33333 #> 13744 Fur Africa SD 13.50000 #> 13745 Arhuacic South America CO 11.00000 #> 13763 Karen Eurasia MM TH 19.00000 #> 13764 Viet-Muong Eurasia VN 10.50000 #> 13766 Semitic Africa ET 10.00000 #> 13773 Northern Atlantic Africa SN 14.83333 #> 13776 Arhuacic South America CO 10.66667 #> 13785 Bongo-Bagirmi Africa TD 11.66667 #> 13789 Western Mande Africa ML 12.50000 #> 13795 Gur Africa ML BF 14.25000 #> 13801 Greater Central Philippine Papunesia PH 15.00000 #> 13804 Aztecan North America MX 19.66667 #> 13805 Kam-Tai Eurasia TH 16.00000 #> 13811 Songhay Africa NE ML 16.00000 #> 13820 Chamorro Papunesia GU 13.45000 #> 13828 South-Central Dravidian Eurasia IN 16.00000 #> 13832 Caribbean Arawakan South America VR CO 12.00000 #> 13835 Khmer Eurasia KH 12.50000 #> 13836 Western Saharan Africa NE TD SD NG 12.00000 #> 13838 Kunama Africa ER ET 14.50000 #> 13842 Bahnaric Eurasia LA 15.16667 #> 13844 Southern Dravidian Eurasia IN 14.00000 #> 13852 Huavean North America MX 16.21667 #> 13859 Chinantecan North America MX 17.33333 #> 13860 Northern Atlantic Africa ML 15.00000 #> 13865 Mixtecan North America MX 17.05000 #> 13867 Mayan North America GT 15.66667 #> 13870 Northern Atlantic Africa GM SN 13.00000 #> 13872 Mixtecan North America MX 17.00000 #> 13873 Aztecan North America MX 19.58333 #> 13876 Mayan North America MX 20.00000 #> 13887 Mixe-Zoque North America MX 17.00000 #> 13892 Kadugli Africa SD 10.50000 #> 13895 Dogon ML 15.00000 #> 13896 Gur Africa ML 11.50000 #> 13915 Rama North America NI 11.75000 #> 13935 Gur Africa GH TG 10.00000 #> 13949 Greater Central Philippine Papunesia PH 17.96667 #> 13950 Tol North America HN 14.66667 #> 13952 Zapotecan North America MX 16.50000 #> 13969 Mayan North America GT 15.41667 #> 13970 Northern Luzon Papunesia PH 16.83333 #> 13984 Subtiaba-Tlapanec North America MX 17.08333 #> 13994 Chinantecan North America MX 17.33333 #> 13995 Mixtecan North America MX 17.08333 #> 14001 Paya North America HN 15.00000 #> 14009 Gur Africa GH TG 10.33333 #> 14010 Popolocan North America MX 17.75000 #> 14014 Huavean North America MX 16.21667 #> 14015 Caribbean Arawakan North America BZ HN GT 15.66667 #> 14020 Otomian North America MX 19.41667 #> 14027 Amuzgoan North America MX 16.83333 #> 14031 Mayan North America GT 14.50000 #> 14034 Aztecan North America MX 20.00000 #> 14059 Gur Africa GH TG 10.00000 #> 14064 Northern Luzon Papunesia PH 16.83333 #> 14066 Tol North America HN 14.66667 #> 14083 Paya North America HN 15.00000 #> 14089 Zapotecan North America MX 16.50000 #> 14090 Greater Central Philippine Papunesia PH 17.96667 #> 14101 Gur Africa GH TG 10.33333 #> 14124 Mayan North America GT 15.41667 #> 14129 Mixtecan North America MX 17.08333 #> 14132 Chinantecan North America MX 17.33333 #> 14136 Amuzgoan North America MX 16.83333 #> 14137 Subtiaba-Tlapanec North America MX 17.08333 #> 14139 Aztecan North America MX 20.00000 #> 14142 Otomian North America MX 19.41667 #> 14146 Huavean North America MX 16.21667 #> 14147 Caribbean Arawakan North America BZ HN GT 15.66667 #> 14149 Popolocan North America MX 17.75000 #> 14152 Mayan North America GT 14.50000 #> 14163 Mayan North America GT 14.50000 #> 14169 Huavean North America MX 16.21667 #> 14170 Aztecan North America MX 20.00000 #> 14171 Otomian North America MX 19.41667 #> 14172 Amuzgoan North America MX 16.83333 #> 14186 Caribbean Arawakan North America BZ HN GT 15.66667 #> 14194 Zapotecan North America MX 16.50000 #> 14197 Popolocan North America MX 17.75000 #> 14202 Chinantecan North America MX 17.33333 #> 14205 Greater Central Philippine Papunesia PH 17.96667 #> 14208 Subtiaba-Tlapanec North America MX 17.08333 #> 14232 Mixtecan North America MX 17.08333 #> 14236 Tol North America HN 14.66667 #> 14245 Mayan North America GT 15.41667 #> 14248 Paya North America HN 15.00000 #> 14271 Gur Africa GH TG 10.33333 #> 14272 Gur Africa GH TG 10.00000 #> 14274 Northern Luzon Papunesia PH 16.83333 #> 14283 Zapotecan North America MX 16.50000 #> 14285 Greater Central Philippine Papunesia PH 17.96667 #> 14289 Otomian North America MX 19.41667 #> 14293 Tol North America HN 14.66667 #> 14304 Huavean North America MX 16.21667 #> 14308 Gur Africa GH TG 10.33333 #> 14311 Amuzgoan North America MX 16.83333 #> 14312 Paya North America HN 15.00000 #> 14313 Mayan North America GT 15.41667 #> 14323 Subtiaba-Tlapanec North America MX 17.08333 #> 14324 Chinantecan North America MX 17.33333 #> 14326 Caribbean Arawakan North America BZ HN GT 15.66667 #> 14328 Northern Luzon Papunesia PH 16.83333 #> 14329 Mayan North America GT 14.50000 #> 14343 Aztecan North America MX 20.00000 #> 14347 Mixtecan North America MX 17.08333 #> 14357 Popolocan North America MX 17.75000 #> 14391 Gur Africa GH TG 10.00000 #> 14415 Songhay Africa NE ML 16.00000 #> 14424 Mixe-Zoque North America MX 17.00000 #> 14426 Chamorro Papunesia GU 13.45000 #> 14436 Kadugli Africa SD 10.50000 #> 14456 Western Mande Africa ML SN GN 13.00000 #> 14457 Nara Africa ER 15.08333 #> 14463 Mayan North America GT 14.66667 #> 14469 Mayan North America GT 15.66667 #> 14473 Bongo-Bagirmi Africa TD 11.66667 #> 14489 Rashad Africa SD 12.16667 #> 14496 Aztecan North America SV 13.83333 #> 14501 Fur Africa SD 13.50000 #> 14503 Rama North America NI 11.75000 #> 14505 Southern Dravidian Eurasia IN 14.00000 #> 14512 Tequistlatecan North America MX 16.25000 #> 14520 Gur Africa ML 11.50000 #> 14524 Beja Africa ER SD 18.00000 #> 14525 Nahali Eurasia IN 19.75000 #> 14541 Mixtecan North America MX 17.05000 #> 14543 Misumalpan North America NI 14.00000 #> 14550 Southern Dravidian Eurasia IN 11.50000 #> 14553 Greater Central Philippine Papunesia PH 15.00000 #> 14555 Viet-Muong Eurasia VN 10.50000 #> 14558 Semitic Africa ET 10.00000 #> 14561 Mixe-Zoque North America MX 16.91667 #> 14568 West Chadic Africa NG NE 12.00000 #> 14572 Huavean North America MX 16.21667 #> 14587 Tarascan North America MX 19.50000 #> 14589 Western Saharan Africa NE TD SD NG 12.00000 #> 14631 Chamorro Papunesia GU 13.45000 #> 14656 Western Saharan Africa NE TD SD NG 12.00000 #> 14663 Huavean North America MX 16.21667 #> 14665 Songhay Africa NE ML 16.00000 #> 14672 Rama North America NI 11.75000 #> 14678 West Chadic Africa NG NE 12.00000 #> 14696 Southern Dravidian Eurasia IN 14.00000 #> 14698 Southern Dravidian Eurasia IN 11.50000 #> 14702 Kadugli Africa SD 10.50000 #> 14703 Semitic Africa ET 10.00000 #> 14709 Western Mande Africa ML SN GN 13.00000 #> 14713 Tarascan North America MX 19.50000 #> 14716 Greater Central Philippine Papunesia PH 15.00000 #> 14718 Mayan North America GT 14.66667 #> 14732 Aztecan North America SV 13.83333 #> 14735 Misumalpan North America NI 14.00000 #> 14745 Mixtecan North America MX 17.05000 #> 14751 Beja Africa ER SD 18.00000 #> 14768 Fur Africa SD 13.50000 #> 14772 Viet-Muong Eurasia VN 10.50000 #> 14777 Tequistlatecan North America MX 16.25000 #> 14779 Mixe-Zoque North America MX 17.00000 #> 14786 Nara Africa ER 15.08333 #> 14792 Rashad Africa SD 12.16667 #> 14799 Nahali Eurasia IN 19.75000 #> 14801 Mixe-Zoque North America MX 17.25000 #> 14802 Mayan North America GT 15.66667 #> 14837 Bongo-Bagirmi Africa TD 11.66667 #> 14860 Gur Africa ML 11.50000 #> 14862 Nara Africa ER 15.08333 #> 14872 Western Mande Africa ML SN GN 13.00000 #> 14875 Nahali Eurasia IN 19.75000 #> 14887 Rashad Africa SD 12.16667 #> 14906 Chamorro Papunesia GU 13.45000 #> 14911 Bongo-Bagirmi Africa TD 11.66667 #> 14914 Mayan North America GT 15.66667 #> 14918 Fur Africa SD 13.50000 #> 14920 Songhay Africa NE ML 16.00000 #> 14924 Kadugli Africa SD 10.50000 #> 14952 Mixe-Zoque North America MX 17.00000 #> 14961 Semitic Africa ET 10.00000 #> 14971 Southern Dravidian Eurasia IN 11.50000 #> 14974 Beja Africa ER SD 18.00000 #> 14993 Mayan North America GT 14.66667 #> 14998 Southern Dravidian Eurasia IN 14.00000 #> 15000 Mixtecan North America MX 17.05000 #> 15021 Greater Central Philippine Papunesia PH 15.00000 #> 15027 Huavean North America MX 16.21667 #> 15036 Tarascan North America MX 19.50000 #> 15045 West Chadic Africa NG NE 12.00000 #> 15054 Viet-Muong Eurasia VN 10.50000 #> 15055 Mixe-Zoque North America MX 16.91667 #> 15061 Gur Africa ML 11.50000 #> 15062 Tequistlatecan North America MX 16.25000 #> 15063 Rama North America NI 11.75000 #> 15076 Aztecan North America SV 13.83333 #> 15078 Misumalpan North America NI 14.00000 #> 15085 Western Saharan Africa NE TD SD NG 12.00000 #> 15095 Mayan North America GT 15.66667 #> 15103 Tarascan North America MX 19.50000 #> 15114 Nara Africa ER 15.08333 #> 15126 Southern Dravidian Eurasia IN 11.50000 #> 15132 Beja Africa ER SD 18.00000 #> 15136 Semitic Africa ET 10.00000 #> 15142 Fur Africa SD 13.50000 #> 15145 Mixtecan North America MX 17.05000 #> 15150 Songhay Africa NE ML 16.00000 #> 15161 West Chadic Africa NG NE 12.00000 #> 15167 Nahali Eurasia IN 19.75000 #> 15175 Mayan North America GT 14.66667 #> 15178 Rashad Africa SD 12.16667 #> 15214 Western Mande Africa ML SN GN 13.00000 #> 15220 Bongo-Bagirmi Africa TD 11.66667 #> 15240 Kadugli Africa SD 10.50000 #> 15245 Viet-Muong Eurasia VN 10.50000 #> 15248 Misumalpan North America NI 14.00000 #> 15259 Huavean North America MX 16.21667 #> 15260 Southern Dravidian Eurasia IN 14.00000 #> 15264 Tequistlatecan North America MX 16.25000 #> 15278 Mixe-Zoque North America MX 17.00000 #> 15282 Western Saharan Africa NE TD SD NG 12.00000 #> 15291 Chamorro Papunesia GU 13.45000 #> 15298 Mixe-Zoque North America MX 17.25000 #> 15306 Gur Africa ML 11.50000 #> 15307 Greater Central Philippine Papunesia PH 15.00000 #> 15310 Rama North America NI 11.75000 #> 15313 Aztecan North America SV 13.83333 #> 15324 Semitic Africa ET 10.00000 #> 15338 Bahnaric Eurasia VN 10.75000 #> 15340 Viet-Muong Eurasia VN 10.50000 #> 15354 Greater Central Philippine Papunesia PH 10.00000 #> 15377 Kadugli Africa SD 10.50000 #> 15381 Greater Central Philippine Papunesia PH 10.25000 #> 15392 Lowland East Cushitic Africa ER DJ ET 12.00000 #> 15393 Southern Dravidian Eurasia IN 10.00000 #> 15395 Nubian Africa SD 18.25000 #> 15397 Kam-Tai Eurasia TH 16.00000 #> 15401 Indic Eurasia IN 15.25000 #> 15402 Indic Eurasia IN 19.00000 #> 15403 Greater Central Philippine Papunesia PH 15.00000 #> 15404 West Chadic Africa NG NE 12.00000 #> 15414 Creoles and Pidgins North America GY MQ GP GD TT LC DM 15.00000 #> 15417 Chamorro Papunesia GU 13.45000 #> 15418 North Omotic Africa ET 10.41667 #> 15427 Malayo-Sumbawan Eurasia VN 11.33333 #> 15431 Creoles and Pidgins North America GP 16.25000 #> 15449 Katuic Eurasia LA 17.33333 #> 15479 Bahnaric Eurasia VN 14.66667 #> 15480 Western Saharan Africa NE TD SD NG 12.00000 #> 15482 Southern Dravidian Eurasia IN 11.66667 #> 15488 Gur Africa BF GH 10.50000 #> 15497 Malayo-Sumbawan Eurasia VN 11.50000 #> 15501 South-Central Dravidian Eurasia IN 16.00000 #> 15507 Bahnaric Eurasia VN 15.25000 #> 15510 Khmer Eurasia KH 12.50000 #> 15512 Northern Atlantic Africa GM SN 13.00000 #> 15519 Kam-Tai Eurasia TH LA 18.00000 #> 15520 Northern Atlantic Africa BF 13.50000 #> 15522 Oceanic Papunesia US 19.58333 #> 15526 Karen Eurasia MM 18.00000 #> 15530 Songhay Africa NE ML 16.00000 #> 15536 Northern Atlantic Africa SN GM 15.25000 #> 15537 Western Mande Africa CI SN BF ML 15.00000 #> 15539 Mixe-Zoque North America MX 17.00000 #> 15548 Songhay Africa NE 13.83333 #> 15549 Western Mande Africa ML 12.50000 #> 15563 Sign Languages Eurasia TH 15.00000 #> 15589 Beja Africa ER SD 18.00000 #> 15596 Nubian Africa SD 18.25000 #> 15597 Greater Central Philippine Papunesia PH 11.58333 #> 15640 Kadugli Africa SD 10.50000 #> 15652 Greater Central Philippine Papunesia PH 10.00000 #> 15680 Chinantecan North America MX 17.33333 #> 15697 Lowland East Cushitic Africa ER ET 14.75000 #> 15703 Southern Dravidian Eurasia IN 10.00000 #> 15711 Rama North America NI 11.75000 #> 15725 Semitic Africa MR 20.00000 #> 15742 Chamorro Papunesia GU 13.45000 #> 15743 Mayan North America GT 15.00000 #> 15770 Tol North America HN 14.66667 #> 15779 Kunama Africa ER ET 14.50000 #> 15792 Greater Central Philippine Papunesia PH 13.33333 #> 15798 Mayan North America GT 15.41667 #> 15809 Mayan North America MX 16.83333 #> 15817 Tarascan North America MX 19.50000 #> 15837 Gur Africa ML 11.50000 #> 15846 Mayan North America GT 15.66667 #> 15849 Northern Atlantic Africa GM SN 13.00000 #> 15851 South-Central Dravidian Eurasia IN 17.50000 #> 15856 Gur Africa ML BF 14.25000 #> 15886 Misumalpan North America NI 14.00000 #> 15958 Greater Central Philippine Papunesia PH 12.33333 #> 15968 Mixe-Zoque North America MX 17.00000 #> 15985 Greater Central Philippine Papunesia PH 15.00000 #> 16014 Oceanic Papunesia US 19.58333 #> 16029 Aztecan North America MX 19.66667 #> 16039 Mayan North America GT 15.41667 #> 16042 Zapotecan North America MX 16.25000 #> 16047 Bahnaric Eurasia VN 14.50000 #> 16056 Bahnaric Eurasia VN 14.83333 #> 16075 Bongo-Bagirmi Africa TD 11.66667 #> 16076 Mayan North America GT 15.00000 #> 16086 Khmer Eurasia KH 12.50000 #> 16105 Sign Languages Eurasia TH 15.00000 #> 16137 Gur Africa BF 12.50000 #> 16148 Gur Africa ML BF 14.25000 #> 16149 Western Mande Africa ML 12.50000 #> 16153 Northern Atlantic Africa MR 16.50000 #> 16160 South-Central Dravidian Eurasia IN 16.00000 #> 16161 Northern Atlantic Africa BF 14.00000 #> 16164 Semitic Eurasia YE 16.00000 #> 16165 Southern Dravidian Eurasia IN 10.00000 #> 16168 Gur Africa BF 12.83333 #> 16171 Beja Africa ER SD 18.00000 #> 16172 Western Mande Africa GN SL 10.50000 #> 16179 Bahnaric Eurasia LA 14.83333 #> 16182 Zapotecan North America MX 16.90000 #> 16202 Kam-Tai Eurasia TH 16.00000 #> 16204 Khmer Eurasia KH 12.50000 #> 16208 Bahnaric Eurasia VN 14.16667 #> 16214 Tequistlatecan North America MX 16.00000 #> 16216 West Chadic Africa NG NE 12.00000 #> 16222 Bahnaric Eurasia LA 15.00000 #> 16225 Kam-Tai Eurasia TH LA 18.00000 #> 16230 Southern Dravidian Eurasia IN 14.00000 #> 16231 Northern Luzon Papunesia PH 16.00000 #> 16245 Biu-Mandara Africa NG 11.00000 #> 16259 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 16266 Northern Luzon Papunesia PH 17.08333 #> 16267 Greater Central Philippine Papunesia PH 15.00000 #> 16269 Monic Eurasia TH MM 14.83333 #> 16270 Palaung-Khmuic Eurasia TH 18.50000 #> 16279 Bahnaric Eurasia VN 14.83333 #> 16297 Mayan North America GT 15.66667 #> 16304 Kam-Tai Eurasia TH LA 18.00000 #> 16308 Khmer Eurasia KH 12.50000 #> 16314 Zapotecan North America MX 17.25000 #> 16320 Kadugli Africa SD 10.83333 #> 16332 Northern Luzon Papunesia PH 17.08333 #> 16334 Aztecan North America SV 13.83333 #> 16352 Gur Africa GH 10.83333 #> 16355 Viet-Muong Eurasia VN 10.50000 #> 16361 Heiban Africa SD 11.00000 #> 16366 Daju Africa TD 12.33333 #> 16368 Western Mande Africa GM 13.41667 #> 16386 Gur Africa ML BF 14.25000 #> 16387 Huavean North America MX 16.21667 #> 16395 Mixtecan North America MX 17.16667 #> 16402 Pearic Eurasia TH 12.75000 #> 16413 Bahnaric Eurasia KH VN 11.83333 #> 16429 Caribbean Arawakan North America BZ HN GT 15.66667 #> 16437 Tequistlatecan North America MX 16.00000 #> 16439 Gur Africa BF GH 10.50000 #> 16442 Caribbean Arawakan South America VR CO 12.00000 #> 16449 Mayan North America MX 16.50000 #> 16462 Mayan North America MX 18.16667 #> 16473 Greater Central Philippine Papunesia PH 17.96667 #> 16474 Zapotecan North America MX 16.25000 #> 16482 Mayan North America GT 14.66667 #> 16494 Greater Central Philippine Papunesia PH 15.00000 #> 16496 Zapotecan North America MX 16.25000 #> 16509 Songhay Africa NE ML 16.00000 #> 16519 Aztecan North America MX 19.66667 #> 16520 Gur Africa BF 10.25000 #> 16523 Mixtecan North America MX 17.16667 #> 16527 Gur Africa BF 10.66667 #> 16548 Mayan North America GT 15.00000 #> 16551 Oceanic Papunesia US 19.58333 #> 16553 Aztecan North America MX 18.50000 #> 16566 Monic Eurasia TH MM 14.83333 #> 16579 Tarascan North America MX 19.50000 #> 16581 Western Mande Africa ML 12.50000 #> 16582 Bahnaric Eurasia VN 14.16667 #> 16585 Mixtecan North America MX 17.08333 #> 16606 Mixe-Zoque North America MX 17.41667 #> 16610 Kam-Tai Eurasia TH 16.00000 #> 16622 Chinantecan North America MX 17.33333 #> 16631 Mayan North America MX 17.00000 #> 16645 Mixtecan North America MX 16.33333 #> 16649 Nyimang Africa SD 12.16667 #> 16650 Kadugli Africa SD 11.00000 #> 16651 Greater Central Philippine Papunesia PH 18.00000 #> 16654 Adamawa Africa TD 10.25000 #> 16655 Nahali Eurasia IN 19.75000 #> 16666 Nara Africa ER 15.08333 #> 16679 Chamorro Papunesia GU 13.45000 #> 16686 Gur Africa GH 10.25000 #> 16691 Mixe-Zoque North America MX 18.33333 #> 16702 Tol North America HN 14.66667 #> 16713 Bahnaric Eurasia LA 15.16667 #> 16715 Zapotecan North America MX 16.41667 #> 16718 Bahnaric Eurasia VN 11.50000 #> 16720 Chinantecan North America MX 17.58333 #> 16721 Songhay Africa ML 17.00000 #> 16724 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 16741 Mixtecan North America MX 17.05000 #> 16753 Western Mande Africa ML 13.00000 #> 16755 Greater Central Philippine Papunesia PH 10.25000 #> 16759 Biu-Mandara Africa CM NG 10.41667 #> 16762 Mixe-Zoque North America MX 16.91667 #> 16767 Northern Luzon Papunesia PH 15.91667 #> 16772 Mayan North America GT 15.25000 #> 16774 Songhay Africa NE 13.83333 #> 16776 Gur Africa BF 11.00000 #> 16791 Northern Luzon Papunesia PH 16.83333 #> 16793 Hlai Eurasia CN 19.00000 #> 16797 Western Mande Africa CI SN BF ML 15.00000 #> 16804 Central Dravidian Eurasia IN 20.00000 #> 16818 Kainji Africa NG 10.33333 #> 16820 Semitic Africa ER ET 14.50000 #> 16821 Katla-Tima Africa SD 11.83333 #> 16824 Heiban Africa SD 11.16667 #> 16830 Fur Africa SD 13.50000 #> 16831 East Chadic Africa TD 11.91667 #> 16834 Biu-Mandara Africa CM NG 11.86667 #> 16837 Semitic Africa ET 10.00000 #> 16839 West Chadic Africa NG 10.91667 #> 16868 Gur Africa BF 12.83333 #> 16872 Gur Africa GH 10.50000 #> 16880 Mayan North America GT 14.50000 #> 16887 Karen Eurasia MM 18.00000 #> 16888 Karen Eurasia MM 19.50000 #> 16889 Kadugli Africa SD 10.50000 #> 16895 Talodi Africa SD 10.66667 #> 16899 Western Mande Africa BF 12.41667 #> 16926 West Chadic Africa NG 10.00000 #> 16935 Gur Africa GH 10.50000 #> 16938 Biu-Mandara Africa NG 11.25000 #> 16943 West Chadic Africa NG NE 12.00000 #> 16946 Mixe-Zoque North America MX 17.08333 #> 16947 Eastern Mande Africa BJ NG 10.50000 #> 16953 Gur Africa ML 11.50000 #> 16964 Maban Africa TD 13.75000 #> 16966 West Chadic Africa NG 11.00000 #> 16969 Bahnaric Eurasia VN 10.75000 #> 16975 Mixe-Zoque North America MX 16.75000 #> 16986 Temein Africa SD 11.91667 #> 16989 Biu-Mandara Africa NG 11.00000 #> 16997 Berber Africa ML 20.00000 #> 17002 Mayan North America GT 15.91667 #> 17004 Maban Africa TD CF 10.33333 #> 17019 Laal Africa TD 10.00000 #> 17027 Kru Africa BF 11.00000 #> 17033 Biu-Mandara Africa CM 10.33333 #> 17036 Bongo-Bagirmi Africa TD 11.66667 #> 17038 Indic Eurasia IN 19.00000 #> 17039 Semitic Eurasia YE OM 17.00000 #> 17045 Adamawa Africa CM TD 10.16667 #> 17061 Masa Africa TD CM 10.50000 #> 17069 Biu-Mandara Africa CM 11.00000 #> 17072 Biu-Mandara Africa CM 11.50000 #> 17074 Biu-Mandara Africa TD NG CM 13.50000 #> 17075 South Andamanese Eurasia IN 10.75000 #> 17076 Bongo-Bagirmi Africa CF 10.00000 #> 17088 Biu-Mandara Africa CM 10.95000 #> 17091 Karen Eurasia CN MM 13.00000 #> 17097 Biu-Mandara Africa TD CM 10.83333 #> 17105 Malayo-Sumbawan Eurasia KH 12.00000 #> 17108 Bongo-Bagirmi Africa TD 12.00000 #> 17114 Eastern Jebel Africa SD 11.50000 #> 17115 Gumuz Africa SD ET 12.50000 #> 17118 Gur Africa BF 11.75000 #> 17124 Biu-Mandara Africa CM 10.33333 #> 17134 Indic Eurasia IN 17.00000 #> 17140 Kwa Africa GH TG BJ 10.08333 #> 17141 Biu-Mandara Africa CM 10.83333 #> 17146 Kainji Africa NG 11.16667 #> 17154 East Chadic Africa TD 12.16667 #> 17159 Daju Africa SD 10.83333 #> 17160 Karen Eurasia MM TH 19.00000 #> 17163 Biu-Mandara Africa TD 11.00000 #> 17167 Biu-Mandara Africa NG 11.00000 #> 17179 West Chadic Africa NG 12.08333 #> 17191 Burmese-Lolo Eurasia TH 19.75000 #> 17208 Berta Africa SD ET 10.33333 #> 17218 Munda Eurasia IN 18.00000 #> 17226 Chinantecan North America MX 17.58333 #> 17234 Beja Africa ER SD 18.00000 #> 17242 Chinantecan North America MX 18.83333 #> 17291 Zapotecan North America MX 16.80000 #> 17295 Munda Eurasia IN 20.00000 #> 17306 Subtiaba-Tlapanec North America MX 17.08333 #> 17311 Rashad Africa SD 12.16667 #> 17313 Semitic Africa ER 16.50000 #> 17320 Matlatzincan North America MX 18.91667 #> 17329 Northern Atlantic Africa SN GW 12.25000 #> 17332 Rashad Africa SD 11.83333 #> 17351 Southern Dravidian Eurasia IN 14.00000 #> 17353 Nubian Africa SD 18.25000 #> 17354 Northern Atlantic Africa GM SN 13.00000 #> 17363 Kunama Africa ER ET 14.50000 #> 17366 Eastern Saharan Africa SD TD 16.00000 #> 17382 Popolocan North America MX 18.16667 #> 17385 Taman Africa SD TD 14.50000 #> 17386 Maban Africa SD TD 13.33333 #> 17390 Central Cushitic Africa ER 15.75000 #> 17391 South-Central Dravidian Eurasia IN 16.00000 #> 17392 Arhuacic South America CO 10.66667 #> 17404 Southern Dravidian Eurasia IN 12.75000 #> 17405 Western Saharan Africa TD NE 16.00000 #> 17419 Taman Africa TD 13.75000 #> 17429 Taman Africa TD SD 13.50000 #> 17430 South-Central Dravidian Eurasia IN 19.00000 #> 17458 Dogon Africa ML 14.41667 #> 17467 Biu-Mandara Africa NG 11.50000 #> 17469 Popolocan North America MX 17.75000 #> 17475 Misumalpan North America NI 14.00000 #> 17481 South-Central Dravidian Eurasia IN 17.50000 #> 17490 Dogon Africa BF ML 14.33333 #> 17503 South-Central Dravidian Eurasia IN 18.75000 #> 17507 Southern Dravidian Eurasia IN 10.00000 #> 17511 Paya North America HN 15.00000 #> 17516 Central Cushitic Africa ET 12.66667 #> 17532 Northern Atlantic Africa SN 14.91667 #> 17536 Western Saharan Africa NE TD SD NG 12.00000 #> 17538 Southern Dravidian Eurasia LK IN 11.00000 #> 17550 Northern Atlantic Africa SN 14.83333 #> 17580 Mixe-Zoque North America MX 17.00000 #> 17588 Rama North America NI 11.75000 #> 17589 Northern Atlantic Africa SN GM 15.25000 #> 17601 Kainji Africa NG 10.33333 #> 17602 Gur Africa GH 10.50000 #> 17606 East Chadic Africa TD 11.91667 #> 17610 Karen Eurasia MM 18.00000 #> 17613 West Chadic Africa NG 10.00000 #> 17614 Katla-Tima Africa SD 11.83333 #> 17619 Heiban Africa SD 11.16667 #> 17621 Talodi Africa SD 10.66667 #> 17625 Gur Africa BF 12.83333 #> 17626 Kadugli Africa SD 10.50000 #> 17627 Mayan North America GT 14.50000 #> 17629 Western Mande Africa BF 12.41667 #> 17638 West Chadic Africa NG 10.91667 #> 17679 Karen Eurasia MM 19.50000 #> 17688 Semitic Africa ET 10.00000 #> 17690 Semitic Africa ER ET 14.50000 #> 17701 Fur Africa SD 13.50000 #> 17716 Biu-Mandara Africa CM NG 11.86667 #> 17719 West Chadic Africa NG NE 12.00000 #> 17720 Bahnaric Eurasia VN 10.75000 #> 17725 Mayan North America GT 15.91667 #> 17726 Gur Africa GH 10.50000 #> 17729 Maban Africa TD 13.75000 #> 17735 Berber Africa ML 20.00000 #> 17751 Eastern Mande Africa BJ NG 10.50000 #> 17752 West Chadic Africa NG 11.00000 #> 17761 Gur Africa ML 11.50000 #> 17764 Biu-Mandara Africa NG 11.00000 #> 17769 Mixe-Zoque North America MX 17.08333 #> 17772 Mixe-Zoque North America MX 16.75000 #> 17773 Temein Africa SD 11.91667 #> 17779 Maban Africa TD CF 10.33333 #> 17797 Biu-Mandara Africa NG 11.25000 #> 17808 Bahnaric Eurasia LA 15.16667 #> 17810 Songhay Africa ML 17.00000 #> 17823 Kadugli Africa SD 10.83333 #> 17824 Zapotecan North America MX 16.25000 #> 17853 Pearic Eurasia TH 12.75000 #> 17854 West Chadic Africa NG 11.00000 #> 17862 Northern Luzon Papunesia PH 15.91667 #> 17864 Huavean North America MX 16.21667 #> 17874 Mixe-Zoque North America MX 16.91667 #> 17884 Mixtecan North America MX 17.16667 #> 17897 Mixe-Zoque North America MX 18.33333 #> 17899 Mayan North America MX 17.00000 #> 17905 Aztecan North America SV 13.83333 #> 17906 Khmer Eurasia KH 12.50000 #> 17911 Zapotecan North America MX 16.41667 #> 17921 Gur Africa GH 10.25000 #> 17934 West Chadic Africa NG NE 12.00000 #> 17938 Rama North America NI 11.75000 #> 17939 Monic Eurasia TH MM 14.83333 #> 17943 Gur Africa GH 10.83333 #> 17945 West Chadic Africa NG 10.00000 #> 17955 Mixe-Zoque North America MX 17.41667 #> 17956 Gur Africa BF 10.25000 #> 17960 Western Mande Africa BF 12.41667 #> 17961 Zapotecan North America MX 17.25000 #> 17962 Kadugli Africa SD 10.50000 #> 17963 Kainji Africa NG 10.33333 #> 17968 Mayan North America GT 14.66667 #> 17974 Songhay Africa NE ML 16.00000 #> 17975 Caribbean Arawakan North America BZ HN GT 15.66667 #> 17983 Bahnaric Eurasia VN 10.75000 #> 17990 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 17993 Bahnaric Eurasia VN 11.50000 #> 18007 Northern Luzon Papunesia PH 17.08333 #> 18015 Temein Africa SD 11.91667 #> 18018 Gur Africa BF 12.83333 #> 18022 Gur Africa ML 11.50000 #> 18029 Western Mande Africa CI SN BF ML 15.00000 #> 18063 Mixe-Zoque North America MX 16.75000 #> 18072 Northern Luzon Papunesia PH 16.83333 #> 18077 Mayan North America GT 15.25000 #> 18081 Gur Africa BF 10.66667 #> 18083 Nahali Eurasia IN 19.75000 #> 18084 Chinantecan North America MX 17.33333 #> 18089 East Chadic Africa TD 11.91667 #> 18094 Mayan North America GT 15.00000 #> 18097 Greater Central Philippine Papunesia PH 15.00000 #> 18100 Caribbean Arawakan South America VR CO 12.00000 #> 18107 Kadugli Africa SD 11.00000 #> 18113 Mixtecan North America MX 17.16667 #> 18119 Gur Africa BF 11.00000 #> 18121 Western Mande Africa ML 12.50000 #> 18126 Mayan North America GT 15.66667 #> 18134 Mayan North America GT 14.50000 #> 18136 Tequistlatecan North America MX 16.00000 #> 18147 Nyimang Africa SD 12.16667 #> 18175 Biu-Mandara Africa NG 11.00000 #> 18177 Tol North America HN 14.66667 #> 18179 Mayan North America GT 15.91667 #> 18197 Gur Africa GH 10.50000 #> 18198 Heiban Africa SD 11.16667 #> 18205 Maban Africa TD CF 10.33333 #> 18206 Karen Eurasia MM 18.00000 #> 18210 Greater Central Philippine Papunesia PH 18.00000 #> 18211 Aztecan North America MX 19.66667 #> 18242 Gur Africa BF GH 10.50000 #> 18248 Bahnaric Eurasia VN 14.83333 #> 18249 Zapotecan North America MX 16.25000 #> 18257 Bahnaric Eurasia KH VN 11.83333 #> 18260 Kam-Tai Eurasia TH 16.00000 #> 18261 Heiban Africa SD 11.00000 #> 18278 Chamorro Papunesia GU 13.45000 #> 18281 Aztecan North America MX 18.50000 #> 18288 Kam-Tai Eurasia TH LA 18.00000 #> 18289 Oceanic Papunesia US 19.58333 #> 18293 Gur Africa GH 10.50000 #> 18294 Hlai Eurasia CN 19.00000 #> 18319 Mayan North America MX 18.16667 #> 18327 Mixtecan North America MX 17.08333 #> 18328 Berber Africa ML 20.00000 #> 18332 Biu-Mandara Africa CM NG 10.41667 #> 18347 Daju Africa TD 12.33333 #> 18351 Greater Central Philippine Papunesia PH 17.96667 #> 18357 Bahnaric Eurasia VN 14.16667 #> 18358 Gur Africa ML BF 14.25000 #> 18360 Eastern Mande Africa BJ NG 10.50000 #> 18361 West Chadic Africa NG 10.91667 #> 18365 Viet-Muong Eurasia VN 10.50000 #> 18373 Mixtecan North America MX 16.33333 #> 18376 Nara Africa ER 15.08333 #> 18386 Talodi Africa SD 10.66667 #> 18391 Chinantecan North America MX 17.58333 #> 18418 Greater Central Philippine Papunesia PH 10.25000 #> 18430 Western Mande Africa GM 13.41667 #> 18433 Mixtecan North America MX 17.05000 #> 18438 Adamawa Africa TD 10.25000 #> 18449 Katla-Tima Africa SD 11.83333 #> 18450 Northern Atlantic Africa SN GM 15.25000 #> 18462 Mayan North America MX 16.50000 #> 18463 Western Mande Africa ML 13.00000 #> 18482 Songhay Africa NE 13.83333 #> 18484 Tarascan North America MX 19.50000 #> 18490 Munda Eurasia IN 18.00000 #> 18517 Semitic Africa ER ET 14.50000 #> 18523 Munda Eurasia IN 20.00000 #> 18529 Fur Africa SD 13.50000 #> 18537 Subtiaba-Tlapanec North America MX 17.08333 #> 18538 Burmese-Lolo Eurasia TH 19.75000 #> 18539 Karen Eurasia MM 19.50000 #> 18545 Northern Atlantic Africa SN GW 12.25000 #> 18582 Zapotecan North America MX 16.80000 #> 18587 Chinantecan North America MX 18.83333 #> 18594 Rashad Africa SD 11.83333 #> 18629 Berta Africa SD ET 10.33333 #> 18644 Beja Africa ER SD 18.00000 #> 18651 Rashad Africa SD 12.16667 #> 18659 Matlatzincan North America MX 18.91667 #> 18669 Semitic Africa ER 16.50000 #> 18706 Semitic Africa ET 10.00000 #> 18708 Chinantecan North America MX 17.58333 #> 18716 Mixe-Zoque North America MX 17.08333 #> 18723 Mixe-Zoque North America MX 17.00000 #> 18743 Maban Africa SD TD 13.33333 #> 18750 Maban Africa TD 13.75000 #> 18760 Biu-Mandara Africa TD 11.00000 #> 18764 Biu-Mandara Africa CM 10.83333 #> 18769 Western Saharan Africa TD NE 16.00000 #> 18774 Eastern Saharan Africa SD TD 16.00000 #> 18777 South-Central Dravidian Eurasia IN 18.75000 #> 18785 Gur Africa BF 11.75000 #> 18789 South-Central Dravidian Eurasia IN 19.00000 #> 18793 Bongo-Bagirmi Africa TD 11.66667 #> 18795 Taman Africa TD SD 13.50000 #> 18803 Indic Eurasia IN 17.00000 #> 18808 Bongo-Bagirmi Africa TD 12.00000 #> 18809 Adamawa Africa CM TD 10.16667 #> 18814 South Andamanese Eurasia IN 10.75000 #> 18816 Biu-Mandara Africa CM 11.00000 #> 18825 East Chadic Africa TD 12.16667 #> 18826 Popolocan North America MX 18.16667 #> 18836 Biu-Mandara Africa CM 10.95000 #> 18837 Dogon Africa BF ML 14.33333 #> 18840 Biu-Mandara Africa CM NG 11.86667 #> 18843 Indic Eurasia IN 19.00000 #> 18854 South-Central Dravidian Eurasia IN 16.00000 #> 18855 Kwa Africa GH TG BJ 10.08333 #> 18857 Northern Atlantic Africa GM SN 13.00000 #> 18858 Biu-Mandara Africa NG 11.00000 #> 18861 Taman Africa SD TD 14.50000 #> 18874 Central Dravidian Eurasia IN 20.00000 #> 18877 Northern Atlantic Africa SN 14.83333 #> 18879 Southern Dravidian Eurasia IN 12.75000 #> 18883 Karen Eurasia MM TH 19.00000 #> 18886 Northern Atlantic Africa SN 14.91667 #> 18888 Arhuacic South America CO 10.66667 #> 18896 Kru Africa BF 11.00000 #> 18899 West Chadic Africa NG 12.08333 #> 18901 Masa Africa TD CM 10.50000 #> 18904 Laal Africa TD 10.00000 #> 18905 Biu-Mandara Africa CM 11.50000 #> 18909 Biu-Mandara Africa TD CM 10.83333 #> 18924 Gumuz Africa SD ET 12.50000 #> 18938 Central Cushitic Africa ET 12.66667 #> 18951 Central Cushitic Africa ER 15.75000 #> 18968 Biu-Mandara Africa NG 11.50000 #> 18982 South-Central Dravidian Eurasia IN 17.50000 #> 18988 Semitic Eurasia YE OM 17.00000 #> 18990 Eastern Jebel Africa SD 11.50000 #> 18992 Bongo-Bagirmi Africa CF 10.00000 #> 18995 Biu-Mandara Africa TD NG CM 13.50000 #> 19004 Taman Africa TD 13.75000 #> 19010 Southern Dravidian Eurasia IN 10.00000 #> 19014 Western Saharan Africa NE TD SD NG 12.00000 #> 19018 Karen Eurasia CN MM 13.00000 #> 19022 Paya North America HN 15.00000 #> 19029 Kunama Africa ER ET 14.50000 #> 19049 Daju Africa SD 10.83333 #> 19053 Nubian Africa SD 18.25000 #> 19074 Misumalpan North America NI 14.00000 #> 19076 Popolocan North America MX 17.75000 #> 19077 Malayo-Sumbawan Eurasia KH 12.00000 #> 19081 Biu-Mandara Africa CM 10.33333 #> 19082 Southern Dravidian Eurasia IN 14.00000 #> 19092 Southern Dravidian Eurasia LK IN 11.00000 #> 19109 Biu-Mandara Africa NG 11.25000 #> 19112 Kainji Africa NG 11.16667 #> 19116 Biu-Mandara Africa CM 10.33333 #> 19128 Dogon Africa ML 14.41667 #> 19132 Mayan North America GT 14.50000 #> 19139 Biu-Mandara Africa CM 10.95000 #> 19156 Gur Africa BF 11.75000 #> 19164 Biu-Mandara Africa NG 11.25000 #> 19170 Malayo-Sumbawan Eurasia KH 12.00000 #> 19171 East Chadic Africa TD 12.16667 #> 19173 Bongo-Bagirmi Africa TD 12.00000 #> 19174 Gur Africa GH 10.50000 #> 19177 West Chadic Africa NG 10.91667 #> 19178 Kainji Africa NG 11.16667 #> 19180 Biu-Mandara Africa TD NG CM 13.50000 #> 19181 West Chadic Africa NG 10.00000 #> 19198 Biu-Mandara Africa NG 11.00000 #> 19204 Indic Eurasia IN 19.00000 #> 19210 Mayan North America GT 15.91667 #> 19211 Talodi Africa SD 10.66667 #> 19212 Kwa Africa GH TG BJ 10.08333 #> 19213 Kainji Africa NG 10.33333 #> 19221 Gur Africa ML 11.50000 #> 19228 Biu-Mandara Africa TD 11.00000 #> 19229 Western Mande Africa BF 12.41667 #> 19231 Laal Africa TD 10.00000 #> 19233 Masa Africa TD CM 10.50000 #> 19236 Karen Eurasia CN MM 13.00000 #> 19240 Katla-Tima Africa SD 11.83333 #> 19251 Biu-Mandara Africa CM 11.00000 #> 19252 Eastern Jebel Africa SD 11.50000 #> 19253 Bongo-Bagirmi Africa TD 11.66667 #> 19254 Karen Eurasia MM TH 19.00000 #> 19261 Bongo-Bagirmi Africa CF 10.00000 #> 19268 Biu-Mandara Africa NG 11.00000 #> 19269 Indic Eurasia IN 17.00000 #> 19270 Bahnaric Eurasia VN 10.75000 #> 19275 Kadugli Africa SD 10.50000 #> 19281 West Chadic Africa NG NE 12.00000 #> 19285 South Andamanese Eurasia IN 10.75000 #> 19286 Biu-Mandara Africa CM 10.83333 #> 19287 Heiban Africa SD 11.16667 #> 19290 Biu-Mandara Africa CM NG 11.86667 #> 19297 West Chadic Africa NG 11.00000 #> 19300 Kru Africa BF 11.00000 #> 19310 Biu-Mandara Africa CM 10.33333 #> 19315 West Chadic Africa NG 12.08333 #> 19319 Biu-Mandara Africa CM 11.50000 #> 19327 Gumuz Africa SD ET 12.50000 #> 19330 Biu-Mandara Africa TD CM 10.83333 #> 19340 East Chadic Africa TD 11.91667 #> 19343 Adamawa Africa CM TD 10.16667 #> 19363 Gur Africa GH 10.50000 #> 19365 Karen Eurasia MM 18.00000 #> 19366 Daju Africa SD 10.83333 #> 19380 Biu-Mandara Africa CM 10.33333 #> 19383 Gur Africa BF 12.83333 #> 19389 Karen Eurasia MM 19.50000 #> 19391 Semitic Eurasia YE OM 17.00000 #> 19392 Eastern Mande Africa BJ NG 10.50000 #> 19417 Southern Dravidian Eurasia IN 14.00000 #> 19429 Southern Dravidian Eurasia IN 10.00000 #> 19432 Central Cushitic Africa ER 15.75000 #> 19437 Arhuacic South America CO 10.66667 #> 19445 Semitic Africa ET 10.00000 #> 19446 Mixe-Zoque North America MX 16.75000 #> 19456 Paya North America HN 15.00000 #> 19459 Popolocan North America MX 17.75000 #> 19462 Biu-Mandara Africa NG 11.50000 #> 19466 Eastern Saharan Africa SD TD 16.00000 #> 19490 Popolocan North America MX 18.16667 #> 19497 Southern Dravidian Eurasia IN 12.75000 #> 19505 Dogon Africa ML 14.41667 #> 19522 Dogon Africa BF ML 14.33333 #> 19525 South-Central Dravidian Eurasia IN 16.00000 #> 19530 Fur Africa SD 13.50000 #> 19538 Western Saharan Africa NE TD SD NG 12.00000 #> 19545 Nubian Africa SD 18.25000 #> 19550 Northern Atlantic Africa SN GM 15.25000 #> 19552 South-Central Dravidian Eurasia IN 19.00000 #> 19578 Northern Atlantic Africa SN 14.91667 #> 19580 Misumalpan North America NI 14.00000 #> 19588 Kunama Africa ER ET 14.50000 #> 19597 South-Central Dravidian Eurasia IN 17.50000 #> 19600 Western Saharan Africa TD NE 16.00000 #> 19644 Rama North America NI 11.75000 #> 19658 Temein Africa SD 11.91667 #> 19664 Semitic Africa ER ET 14.50000 #> 19671 Central Cushitic Africa ET 12.66667 #> 19679 Northern Atlantic Africa GM SN 13.00000 #> 19681 Northern Atlantic Africa SN 14.83333 #> 19693 Southern Dravidian Eurasia LK IN 11.00000 #> 19697 Taman Africa TD 13.75000 #> 19698 South-Central Dravidian Eurasia IN 18.75000 #> 19703 Taman Africa TD SD 13.50000 #> 19711 Maban Africa SD TD 13.33333 #> 19715 Taman Africa SD TD 14.50000 #> 19719 Maban Africa TD CF 10.33333 #> 19729 Maban Africa TD 13.75000 #> 19740 Central Dravidian Eurasia IN 20.00000 #> 19755 Berta Africa SD ET 10.33333 #> 19772 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 19776 Songhay Africa NE ML 16.00000 #> 19787 Zapotecan North America MX 16.80000 #> 19800 Greater Central Philippine Papunesia PH 15.00000 #> 19815 Mayan North America GT 15.66667 #> 19823 Burmese-Lolo Eurasia TH 19.75000 #> 19856 Gur Africa GH 10.83333 #> 19867 Zapotecan North America MX 17.25000 #> 19871 Monic Eurasia TH MM 14.83333 #> 19875 Tarascan North America MX 19.50000 #> 19888 Caribbean Arawakan South America VR CO 12.00000 #> 19901 Mixtecan North America MX 17.05000 #> 19902 Bahnaric Eurasia KH VN 11.83333 #> 19911 Daju Africa TD 12.33333 #> 19917 Semitic Africa ER 16.50000 #> 19918 Greater Central Philippine Papunesia PH 17.96667 #> 19920 Western Mande Africa ML 13.00000 #> 19929 Matlatzincan North America MX 18.91667 #> 19932 Bahnaric Eurasia VN 11.50000 #> 19939 Gur Africa BF 10.66667 #> 19954 Gur Africa BF 10.25000 #> 19955 Mixtecan North America MX 17.16667 #> 19968 Huavean North America MX 16.21667 #> 19976 Western Mande Africa GM 13.41667 #> 19977 Gur Africa GH 10.25000 #> 19989 Beja Africa ER SD 18.00000 #> 19998 Mixe-Zoque North America MX 16.91667 #> 20000 Northern Luzon Papunesia PH 17.08333 #> 20033 Tequistlatecan North America MX 16.00000 #> 20035 Mixe-Zoque North America MX 17.00000 #> 20036 Chinantecan North America MX 18.83333 #> 20046 Kam-Tai Eurasia TH LA 18.00000 #> 20053 Chinantecan North America MX 17.58333 #> 20054 Northern Atlantic Africa SN GW 12.25000 #> 20066 Western Mande Africa ML 12.50000 #> 20079 Chamorro Papunesia GU 13.45000 #> 20080 Mixe-Zoque North America MX 17.08333 #> 20082 Pearic Eurasia TH 12.75000 #> 20086 Nahali Eurasia IN 19.75000 #> 20094 Berber Africa ML 20.00000 #> 20107 Munda Eurasia IN 18.00000 #> 20110 Aztecan North America SV 13.83333 #> 20115 Mixe-Zoque North America MX 18.33333 #> 20122 Bahnaric Eurasia VN 14.16667 #> 20123 Mixtecan North America MX 17.08333 #> 20132 Adamawa Africa TD 10.25000 #> 20140 Chinantecan North America MX 17.58333 #> 20144 Mayan North America GT 15.00000 #> 20150 Nara Africa ER 15.08333 #> 20154 Bahnaric Eurasia LA 15.16667 #> 20166 Caribbean Arawakan North America BZ HN GT 15.66667 #> 20167 Biu-Mandara Africa CM NG 10.41667 #> 20174 Zapotecan North America MX 16.25000 #> 20186 Gur Africa BF GH 10.50000 #> 20192 Rashad Africa SD 12.16667 #> 20195 Greater Central Philippine Papunesia PH 10.25000 #> 20207 Greater Central Philippine Papunesia PH 18.00000 #> 20209 Western Mande Africa CI SN BF ML 15.00000 #> 20218 Rashad Africa SD 11.83333 #> 20232 Mayan North America MX 16.50000 #> 20234 Bahnaric Eurasia VN 14.83333 #> 20250 Munda Eurasia IN 20.00000 #> 20260 Viet-Muong Eurasia VN 10.50000 #> 20267 Mixtecan North America MX 17.16667 #> 20268 Heiban Africa SD 11.00000 #> 20276 Aztecan North America MX 19.66667 #> 20278 Kadugli Africa SD 10.83333 #> 20294 Kam-Tai Eurasia TH 16.00000 #> 20296 Mixtecan North America MX 16.33333 #> 20315 Mayan North America GT 15.25000 #> 20326 Kadugli Africa SD 11.00000 #> 20328 Gur Africa ML BF 14.25000 #> 20339 Khmer Eurasia KH 12.50000 #> 20368 Subtiaba-Tlapanec North America MX 17.08333 #> 20369 Northern Luzon Papunesia PH 16.83333 #> 20373 Gur Africa BF 11.00000 #> 20376 Songhay Africa NE 13.83333 #> 20382 Mixe-Zoque North America MX 17.41667 #> 20385 Chinantecan North America MX 17.33333 #> 20386 Aztecan North America MX 18.50000 #> 20390 Nyimang Africa SD 12.16667 #> 20400 Oceanic Papunesia US 19.58333 #> 20404 Zapotecan North America MX 16.25000 #> 20421 Songhay Africa ML 17.00000 #> 20425 Tol North America HN 14.66667 #> 20431 Mayan North America MX 18.16667 #> 20433 Northern Luzon Papunesia PH 15.91667 #> 20444 Zapotecan North America MX 16.41667 #> 20445 Mayan North America GT 14.66667 #> 20447 Mayan North America MX 17.00000 #> 20448 Hlai Eurasia CN 19.00000 #> 20462 Berber Africa ML 20.00000 #> 20472 Nahali Eurasia IN 19.75000 #> 20485 Gur Africa BF 11.75000 #> 20489 Biu-Mandara Africa TD NG CM 13.50000 #> 20517 Fur Africa SD 13.50000 #> 20518 Mayan North America MX 16.50000 #> 20527 Paya North America HN 15.00000 #> 20530 Nara Africa ER 15.08333 #> 20532 Bongo-Bagirmi Africa CF 10.00000 #> 20535 Indic Eurasia IN 19.00000 #> 20542 Western Saharan Africa NE TD SD NG 12.00000 #> 20544 Semitic Africa ET 10.00000 #> 20547 Dogon Africa BF ML 14.33333 #> 20553 Semitic Africa ER 16.50000 #> 20563 Southern Dravidian Eurasia IN 14.00000 #> 20571 South-Central Dravidian Eurasia IN 16.00000 #> 20577 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 20578 Gur Africa ML BF 14.25000 #> 20605 Mixe-Zoque North America MX 16.91667 #> 20638 Mixtecan North America MX 16.33333 #> 20640 Biu-Mandara Africa NG 11.00000 #> 20642 Kunama Africa ER ET 14.50000 #> 20646 Kam-Tai Eurasia TH LA 18.00000 #> 20650 Karen Eurasia MM 19.50000 #> 20651 Talodi Africa SD 10.66667 #> 20656 Maban Africa TD 13.75000 #> 20659 Chinantecan North America MX 18.83333 #> 20663 Northern Atlantic Africa SN 14.91667 #> 20664 Mayan North America GT 15.25000 #> 20670 Zapotecan North America MX 16.80000 #> 20676 Burmese-Lolo Eurasia TH 19.75000 #> 20678 Biu-Mandara Africa CM 10.83333 #> 20682 Chinantecan North America MX 17.33333 #> 20684 Mayan North America GT 15.66667 #> 20703 East Chadic Africa TD 11.91667 #> 20711 Eastern Jebel Africa SD 11.50000 #> 20723 Khmer Eurasia KH 12.50000 #> 20732 Biu-Mandara Africa CM NG 11.86667 #> 20748 East Chadic Africa TD 12.16667 #> 20755 Karen Eurasia CN MM 13.00000 #> 20759 Arhuacic South America CO 10.66667 #> 20764 Gur Africa ML 11.50000 #> 20765 Nubian Africa SD 18.25000 #> 20769 Adamawa Africa TD 10.25000 #> 20781 Tequistlatecan North America MX 16.00000 #> 20802 Central Cushitic Africa ER 15.75000 #> 20806 Misumalpan North America NI 14.00000 #> 20809 Bahnaric Eurasia VN 14.16667 #> 20816 Gur Africa BF 10.25000 #> 20826 Biu-Mandara Africa TD 11.00000 #> 20828 Gumuz Africa SD ET 12.50000 #> 20837 Semitic Eurasia YE OM 17.00000 #> 20844 Tarascan North America MX 19.50000 #> 20850 Heiban Africa SD 11.00000 #> 20863 Central Cushitic Africa ET 12.66667 #> 20870 Northern Luzon Papunesia PH 16.83333 #> 20893 Oceanic Papunesia US 19.58333 #> 20894 West Chadic Africa NG 12.08333 #> 20895 Munda Eurasia IN 20.00000 #> 20899 Bahnaric Eurasia LA 15.16667 #> 20904 Monic Eurasia TH MM 14.83333 #> 20909 Central Dravidian Eurasia IN 20.00000 #> 20913 Maban Africa SD TD 13.33333 #> 20915 Kwa Africa GH TG BJ 10.08333 #> 20919 Southern Dravidian Eurasia IN 10.00000 #> 20921 Hlai Eurasia CN 19.00000 #> 20935 Indic Eurasia IN 17.00000 #> 20951 Bahnaric Eurasia VN 14.83333 #> 20982 Chinantecan North America MX 17.58333 #> 20990 Biu-Mandara Africa NG 11.25000 #> 20998 Heiban Africa SD 11.16667 #> 21000 Greater Central Philippine Papunesia PH 10.25000 #> 21002 Aztecan North America MX 18.50000 #> 21004 Southern Dravidian Eurasia IN 12.75000 #> 21013 Eastern Saharan Africa SD TD 16.00000 #> 21020 Kadugli Africa SD 10.83333 #> 21034 Western Mande Africa GM 13.41667 #> 21054 West Chadic Africa NG 11.00000 #> 21066 Greater Central Philippine Papunesia PH 15.00000 #> 21076 Mixtecan North America MX 17.16667 #> 21077 Biu-Mandara Africa CM 11.50000 #> 21081 Gur Africa GH 10.50000 #> 21082 Viet-Muong Eurasia VN 10.50000 #> 21087 Gur Africa GH 10.83333 #> 21088 South Andamanese Eurasia IN 10.75000 #> 21109 West Chadic Africa NG 10.91667 #> 21123 Matlatzincan North America MX 18.91667 #> 21142 Mayan North America GT 15.91667 #> 21144 Western Mande Africa BF 12.41667 #> 21147 Mixe-Zoque North America MX 18.33333 #> 21151 Gur Africa BF 11.00000 #> 21154 Rashad Africa SD 11.83333 #> 21164 Bongo-Bagirmi Africa TD 11.66667 #> 21170 Biu-Mandara Africa TD CM 10.83333 #> 21178 Mayan North America GT 15.00000 #> 21186 Eastern Mande Africa BJ NG 10.50000 #> 21193 Zapotecan North America MX 16.25000 #> 21205 Greater Central Philippine Papunesia PH 17.96667 #> 21213 Western Mande Africa ML 13.00000 #> 21214 Biu-Mandara Africa CM 11.00000 #> 21222 Karen Eurasia MM TH 19.00000 #> 21227 Kainji Africa NG 11.16667 #> 21242 Greater Central Philippine Papunesia PH 18.00000 #> 21244 Beja Africa ER SD 18.00000 #> 21251 Rashad Africa SD 12.16667 #> 21265 Mayan North America MX 18.16667 #> 21266 Gur Africa BF GH 10.50000 #> 21269 Northern Luzon Papunesia PH 15.91667 #> 21270 Songhay Africa NE 13.83333 #> 21291 West Chadic Africa NG NE 12.00000 #> 21297 Kainji Africa NG 10.33333 #> 21299 Bahnaric Eurasia KH VN 11.83333 #> 21321 Kadugli Africa SD 11.00000 #> 21334 Daju Africa TD 12.33333 #> 21343 Mixtecan North America MX 17.08333 #> 21345 South-Central Dravidian Eurasia IN 18.75000 #> 21349 Nyimang Africa SD 12.16667 #> 21354 Subtiaba-Tlapanec North America MX 17.08333 #> 21356 Aztecan North America SV 13.83333 #> 21358 Caribbean Arawakan South America VR CO 12.00000 #> 21363 Mayan North America GT 14.50000 #> 21370 Berta Africa SD ET 10.33333 #> 21407 Taman Africa SD TD 14.50000 #> 21418 Kam-Tai Eurasia TH 16.00000 #> 21419 Southern Dravidian Eurasia LK IN 11.00000 #> 21430 West Chadic Africa NG 10.00000 #> 21435 Bahnaric Eurasia VN 11.50000 #> 21441 Mixe-Zoque North America MX 17.00000 #> 21448 Gur Africa GH 10.50000 #> 21456 Mayan North America MX 17.00000 #> 21464 South-Central Dravidian Eurasia IN 19.00000 #> 21466 Pearic Eurasia TH 12.75000 #> 21476 Zapotecan North America MX 17.25000 #> 21477 Northern Luzon Papunesia PH 17.08333 #> 21479 Laal Africa TD 10.00000 #> 21482 Bahnaric Eurasia VN 10.75000 #> 21485 Taman Africa TD 13.75000 #> 21493 Western Mande Africa ML 12.50000 #> 21502 Mixe-Zoque North America MX 17.08333 #> 21509 Northern Atlantic Africa SN GW 12.25000 #> 21510 Popolocan North America MX 17.75000 #> 21533 Kru Africa BF 11.00000 #> 21537 Temein Africa SD 11.91667 #> 21539 Chamorro Papunesia GU 13.45000 #> 21546 Adamawa Africa CM TD 10.16667 #> 21549 Gur Africa BF 12.83333 #> 21557 Western Saharan Africa TD NE 16.00000 #> 21565 Biu-Mandara Africa NG 11.50000 #> 21567 Rama North America NI 11.75000 #> 21578 Semitic Africa ER ET 14.50000 #> 21590 Karen Eurasia MM 18.00000 #> 21594 Chinantecan North America MX 17.58333 #> 21599 Huavean North America MX 16.21667 #> 21611 Kadugli Africa SD 10.50000 #> 21612 Biu-Mandara Africa CM 10.33333 #> 21614 Caribbean Arawakan North America BZ HN GT 15.66667 #> 21615 South-Central Dravidian Eurasia IN 17.50000 #> 21617 Biu-Mandara Africa NG 11.00000 #> 21620 Mixe-Zoque North America MX 16.75000 #> 21621 Bongo-Bagirmi Africa TD 12.00000 #> 21626 Zapotecan North America MX 16.25000 #> 21631 Maban Africa TD CF 10.33333 #> 21632 Mayan North America GT 14.66667 #> 21635 Northern Atlantic Africa GM SN 13.00000 #> 21646 Biu-Mandara Africa CM 10.95000 #> 21652 Malayo-Sumbawan Eurasia KH 12.00000 #> 21653 Tol North America HN 14.66667 #> 21655 Gur Africa BF 10.66667 #> 21658 Gur Africa GH 10.25000 #> 21660 Songhay Africa NE ML 16.00000 #> 21665 Mixe-Zoque North America MX 17.41667 #> 21680 Dogon Africa ML 14.41667 #> 21683 Western Mande Africa CI SN BF ML 15.00000 #> 21692 Mixtecan North America MX 17.16667 #> 21693 Aztecan North America MX 19.66667 #> 21695 Northern Atlantic Africa SN 14.83333 #> 21702 Northern Atlantic Africa SN GM 15.25000 #> 21720 Daju Africa SD 10.83333 #> 21722 Masa Africa TD CM 10.50000 #> 21728 Songhay Africa ML 17.00000 #> 21731 Katla-Tima Africa SD 11.83333 #> 21740 Munda Eurasia IN 18.00000 #> 21746 Taman Africa TD SD 13.50000 #> 21747 Popolocan North America MX 18.16667 #> 21753 Mixtecan North America MX 17.05000 #> 21768 Zapotecan North America MX 16.41667 #> 21771 Biu-Mandara Africa CM NG 10.41667 #> 21773 Biu-Mandara Africa CM 10.33333 #> 21778 Biu-Mandara Africa CM NG 10.41667 #> 21788 Biu-Mandara Africa CM 11.00000 #> 21791 Mayan North America MX 16.50000 #> 21799 Chinantecan North America MX 17.33333 #> 21817 Central Dravidian Eurasia IN 20.00000 #> 21838 Semitic Eurasia YE OM 17.00000 #> 21859 Mixe-Zoque North America MX 17.00000 #> 21861 Rama North America NI 11.75000 #> 21870 Mayan North America GT 14.66667 #> 21900 Northern Atlantic Africa SN GM 15.25000 #> 21913 Kadugli Africa SD 10.50000 #> 21918 East Chadic Africa TD 11.91667 #> 21922 Karen Eurasia MM 18.00000 #> 21926 Semitic Africa ER ET 14.50000 #> 21930 Biu-Mandara Africa CM NG 11.86667 #> 21936 Katla-Tima Africa SD 11.83333 #> 21940 Mayan North America GT 14.50000 #> 21944 Gur Africa GH 10.50000 #> 21957 Semitic Africa ET 10.00000 #> 21960 Talodi Africa SD 10.66667 #> 21961 West Chadic Africa NG 10.91667 #> 21962 Karen Eurasia MM 19.50000 #> 21966 Gur Africa BF 12.83333 #> 21970 Heiban Africa SD 11.16667 #> 21978 Fur Africa SD 13.50000 #> 21979 West Chadic Africa NG 10.00000 #> 22009 Biu-Mandara Africa NG 11.25000 #> 22010 Biu-Mandara Africa NG 11.00000 #> 22012 Gur Africa GH 10.50000 #> 22022 Gur Africa ML 11.50000 #> 22024 Bahnaric Eurasia VN 10.75000 #> 22025 Eastern Mande Africa BJ NG 10.50000 #> 22026 Berber Africa ML 20.00000 #> 22046 West Chadic Africa NG 11.00000 #> 22047 West Chadic Africa NG NE 12.00000 #> 22049 Mixe-Zoque North America MX 16.75000 #> 22054 Maban Africa TD 13.75000 #> 22055 Maban Africa TD CF 10.33333 #> 22062 Mayan North America GT 15.91667 #> 22069 Temein Africa SD 11.91667 #> 22074 Kam-Tai Eurasia TH 16.00000 #> 22089 Viet-Muong Eurasia VN 10.50000 #> 22096 Gur Africa GH 10.25000 #> 22098 Khmer Eurasia KH 12.50000 #> 22102 Bahnaric Eurasia VN 11.50000 #> 22103 Aztecan North America MX 18.50000 #> 22111 Pearic Eurasia TH 12.75000 #> 22132 Kam-Tai Eurasia TH LA 18.00000 #> 22134 Songhay Africa ML 17.00000 #> 22143 Mixe-Zoque North America MX 18.33333 #> 22146 Gur Africa ML BF 14.25000 #> 22151 Gur Africa BF GH 10.50000 #> 22153 Gur Africa BF 10.25000 #> 22155 Heiban Africa SD 11.00000 #> 22165 Bahnaric Eurasia VN 14.83333 #> 22166 Bahnaric Eurasia LA 15.16667 #> 22168 Monic Eurasia TH MM 14.83333 #> 22170 Bahnaric Eurasia VN 14.16667 #> 22174 Bahnaric Eurasia KH VN 11.83333 #> 22177 Hlai Eurasia CN 19.00000 #> 22179 Gur Africa GH 10.83333 #> 22180 Mayan North America MX 18.16667 #> 22185 Northern Atlantic Africa GM SN 13.00000 #> 22191 Burmese-Lolo Eurasia TH 19.75000 #> 22197 Chinantecan North America MX 17.58333 #> 22199 Popolocan North America MX 17.75000 #> 22202 South-Central Dravidian Eurasia IN 17.50000 #> 22228 South-Central Dravidian Eurasia IN 16.00000 #> 22234 Rashad Africa SD 11.83333 #> 22241 Western Saharan Africa NE TD SD NG 12.00000 #> 22261 Berta Africa SD ET 10.33333 #> 22280 Taman Africa SD TD 14.50000 #> 22281 Subtiaba-Tlapanec North America MX 17.08333 #> 22286 Central Cushitic Africa ET 12.66667 #> 22294 Western Saharan Africa TD NE 16.00000 #> 22318 Maban Africa SD TD 13.33333 #> 22319 Nubian Africa SD 18.25000 #> 22320 Southern Dravidian Eurasia IN 10.00000 #> 22327 Arhuacic South America CO 10.66667 #> 22331 Kunama Africa ER ET 14.50000 #> 22350 Eastern Saharan Africa SD TD 16.00000 #> 22361 Northern Atlantic Africa SN 14.91667 #> 22377 South-Central Dravidian Eurasia IN 19.00000 #> 22379 Southern Dravidian Eurasia LK IN 11.00000 #> 22408 Misumalpan North America NI 14.00000 #> 22409 Northern Atlantic Africa SN 14.83333 #> 22411 Dogon Africa BF ML 14.33333 #> 22425 Biu-Mandara Africa NG 11.50000 #> 22434 Northern Atlantic Africa SN GW 12.25000 #> 22440 South-Central Dravidian Eurasia IN 18.75000 #> 22442 Zapotecan North America MX 16.80000 #> 22443 Semitic Africa ER 16.50000 #> 22453 Dogon Africa ML 14.41667 #> 22485 Southern Dravidian Eurasia IN 14.00000 #> 22487 Beja Africa ER SD 18.00000 #> 22495 Chinantecan North America MX 18.83333 #> 22497 Taman Africa TD SD 13.50000 #> 22507 Munda Eurasia IN 18.00000 #> 22510 Matlatzincan North America MX 18.91667 #> 22513 Rashad Africa SD 12.16667 #> 22516 Southern Dravidian Eurasia IN 12.75000 #> 22522 Mayan North America MX 17.00000 #> 22525 Northern Luzon Papunesia PH 17.08333 #> 22528 Kadugli Africa SD 10.83333 #> 22540 Tarascan North America MX 19.50000 #> 22556 Gumuz Africa SD ET 12.50000 #> 22592 Mixe-Zoque North America MX 17.41667 #> 22612 Kadugli Africa SD 11.00000 #> 22615 Northern Luzon Papunesia PH 16.83333 #> 22622 Huavean North America MX 16.21667 #> 22628 Aztecan North America SV 13.83333 #> 22636 Tequistlatecan North America MX 16.00000 #> 22664 Gur Africa BF 10.66667 #> 22669 Gur Africa BF 11.00000 #> 22680 Aztecan North America MX 19.66667 #> 22686 Kwa Africa GH TG BJ 10.08333 #> 22692 Bongo-Bagirmi Africa TD 12.00000 #> 22695 Daju Africa SD 10.83333 #> 22696 Biu-Mandara Africa CM 11.50000 #> 22700 Bongo-Bagirmi Africa CF 10.00000 #> 22710 Biu-Mandara Africa TD NG CM 13.50000 #> 22720 Bongo-Bagirmi Africa TD 11.66667 #> 22722 Karen Eurasia MM TH 19.00000 #> 22727 Biu-Mandara Africa CM 10.83333 #> 22728 Biu-Mandara Africa NG 11.00000 #> 22731 Biu-Mandara Africa TD CM 10.83333 #> 22736 Laal Africa TD 10.00000 #> 22744 West Chadic Africa NG 12.08333 #> 22746 Adamawa Africa CM TD 10.16667 #> 22749 Biu-Mandara Africa CM 10.95000 #> 22752 Biu-Mandara Africa TD 11.00000 #> 22753 Kainji Africa NG 11.16667 #> 22754 Malayo-Sumbawan Eurasia KH 12.00000 #> 22758 Eastern Jebel Africa SD 11.50000 #> 22761 Karen Eurasia CN MM 13.00000 #> 22763 Biu-Mandara Africa CM 10.33333 #> 22766 Masa Africa TD CM 10.50000 #> 22783 Western Mande Africa CI SN BF ML 15.00000 #> 22785 Songhay Africa NE ML 16.00000 #> 22786 Western Mande Africa ML 13.00000 #> 22787 Western Mande Africa ML 12.50000 #> 22791 Western Mande Africa GM 13.41667 #> 22832 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 22837 Nyimang Africa SD 12.16667 #> 22844 Daju Africa TD 12.33333 #> 22857 Nara Africa ER 15.08333 #> 22859 Indic Eurasia IN 19.00000 #> 22871 Indic Eurasia IN 17.00000 #> 22881 South Andamanese Eurasia IN 10.75000 #> 22884 Kru Africa BF 11.00000 #> 22912 Greater Central Philippine Papunesia PH 18.00000 #> 22913 Mixtecan North America MX 16.33333 #> 22914 Greater Central Philippine Papunesia PH 10.25000 #> 22917 Caribbean Arawakan North America BZ HN GT 15.66667 #> 22918 Mixtecan North America MX 17.16667 #> 22920 Caribbean Arawakan South America VR CO 12.00000 #> 22922 Mixtecan North America MX 17.16667 #> 22924 Greater Central Philippine Papunesia PH 17.96667 #> 22926 Oceanic Papunesia US 19.58333 #> 22929 Zapotecan North America MX 17.25000 #> 22932 Mayan North America GT 15.66667 #> 22936 Chamorro Papunesia GU 13.45000 #> 22941 Mixtecan North America MX 17.08333 #> 22942 Zapotecan North America MX 16.25000 #> 22946 Zapotecan North America MX 16.41667 #> 22948 Northern Luzon Papunesia PH 15.91667 #> 22949 Mayan North America GT 15.25000 #> 22950 Zapotecan North America MX 16.25000 #> 22951 Mayan North America GT 15.00000 #> 22956 Mixtecan North America MX 17.05000 #> 22959 Chinantecan North America MX 17.58333 #> 22961 Greater Central Philippine Papunesia PH 15.00000 #> 22986 Temein Africa SD 11.91667 #> 23009 Biu-Mandara Africa CM NG 10.41667 #> 23014 Western Mande Africa GM 13.41667 #> 23020 Western Mande Africa ML 13.00000 #> 23022 Western Mande Africa CI SN BF ML 15.00000 #> 23024 Songhay Africa NE ML 16.00000 #> 23027 Western Mande Africa ML 12.50000 #> 23032 Greater Central Philippine Papunesia PH 17.96667 #> 23043 Greater Central Philippine Papunesia PH 10.25000 #> 23044 Mayan North America GT 14.66667 #> 23055 Zapotecan North America MX 17.25000 #> 23067 Aztecan North America MX 18.50000 #> 23072 Gur Africa BF GH 10.50000 #> 23078 Aztecan North America SV 13.83333 #> 23083 Chinantecan North America MX 17.58333 #> 23084 Bahnaric Eurasia KH VN 11.83333 #> 23098 Zapotecan North America MX 16.25000 #> 23100 Hlai Eurasia CN 19.00000 #> 23101 Daju Africa TD 12.33333 #> 23107 Mixtecan North America MX 17.16667 #> 23110 Mayan North America GT 15.00000 #> 23124 Northern Luzon Papunesia PH 16.83333 #> 23129 Nara Africa ER 15.08333 #> 23130 Songhay Africa ML 17.00000 #> 23132 Mixtecan North America MX 17.05000 #> 23140 Heiban Africa SD 11.00000 #> 23141 Mixe-Zoque North America MX 18.33333 #> 23151 Berber Africa ML 20.00000 #> 23152 Zapotecan North America MX 16.41667 #> 23153 Mayan North America GT 15.91667 #> 23156 Gur Africa GH 10.50000 #> 23160 Caribbean Arawakan South America VR CO 12.00000 #> 23172 Monic Eurasia TH MM 14.83333 #> 23185 Mixtecan North America MX 17.16667 #> 23188 Kam-Tai Eurasia TH 16.00000 #> 23189 Mayan North America GT 15.25000 #> 23201 Chinantecan North America MX 17.33333 #> 23208 Mixtecan North America MX 17.08333 #> 23209 Bahnaric Eurasia VN 10.75000 #> 23213 Mixe-Zoque North America MX 17.41667 #> 23224 Mayan North America MX 18.16667 #> 23239 Mayan North America GT 15.66667 #> 23243 West Chadic Africa NG NE 12.00000 #> 23244 Bahnaric Eurasia VN 14.16667 #> 23254 Northern Luzon Papunesia PH 15.91667 #> 23255 Gur Africa ML BF 14.25000 #> 23256 Northern Atlantic Africa SN GM 15.25000 #> 23257 Mixe-Zoque North America MX 17.00000 #> 23259 Gur Africa GH 10.25000 #> 23260 Greater Central Philippine Papunesia PH 15.00000 #> 23267 Khmer Eurasia KH 12.50000 #> 23269 Zapotecan North America MX 16.25000 #> 23270 Greater Central Philippine Papunesia PH 18.00000 #> 23272 Tequistlatecan North America MX 16.00000 #> 23275 Chamorro Papunesia GU 13.45000 #> 23277 Bahnaric Eurasia LA 15.16667 #> 23283 Mayan North America MX 16.50000 #> 23299 Gur Africa GH 10.83333 #> 23301 Caribbean Arawakan North America BZ HN GT 15.66667 #> 23304 Pearic Eurasia TH 12.75000 #> 23314 Nyimang Africa SD 12.16667 #> 23317 Gur Africa BF 10.25000 #> 23338 Viet-Muong Eurasia VN 10.50000 #> 23339 Oceanic Papunesia US 19.58333 #> 23351 Kam-Tai Eurasia TH LA 18.00000 #> 23355 Bahnaric Eurasia VN 14.83333 #> 23357 Mixtecan North America MX 16.33333 #> 23361 Bahnaric Eurasia VN 11.50000 #> 23363 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 23381 Kwa Africa GH TG BJ 10.08333 #> 23387 Eastern Mande Africa BJ NG 10.50000 #> 23390 Kru Africa BF 11.00000 #> 23398 Indic Eurasia IN 19.00000 #> 23407 Central Dravidian Eurasia IN 20.00000 #> 23417 South Andamanese Eurasia IN 10.75000 #> 23422 Indic Eurasia IN 17.00000 #> 23448 Gur Africa ML 11.50000 #> 23461 Biu-Mandara Africa CM 10.33333 #> 23468 Bongo-Bagirmi Africa TD 11.66667 #> 23479 Masa Africa TD CM 10.50000 #> 23480 Biu-Mandara Africa NG 11.00000 #> 23482 Karen Eurasia CN MM 13.00000 #> 23485 Bongo-Bagirmi Africa CF 10.00000 #> 23500 Eastern Jebel Africa SD 11.50000 #> 23501 Biu-Mandara Africa NG 11.00000 #> 23504 Malayo-Sumbawan Eurasia KH 12.00000 #> 23506 Kainji Africa NG 11.16667 #> 23507 Biu-Mandara Africa CM 10.83333 #> 23510 Biu-Mandara Africa NG 11.25000 #> 23514 Karen Eurasia MM TH 19.00000 #> 23520 Biu-Mandara Africa TD 11.00000 #> 23523 Daju Africa SD 10.83333 #> 23527 Semitic Eurasia YE OM 17.00000 #> 23528 Biu-Mandara Africa CM 11.50000 #> 23534 Karen Eurasia MM 19.50000 #> 23535 West Chadic Africa NG 12.08333 #> 23536 West Chadic Africa NG 11.00000 #> 23542 Biu-Mandara Africa TD CM 10.83333 #> 23545 Laal Africa TD 10.00000 #> 23551 Biu-Mandara Africa TD NG CM 13.50000 #> 23558 Biu-Mandara Africa CM 11.00000 #> 23559 Biu-Mandara Africa CM 10.95000 #> 23560 Adamawa Africa CM TD 10.16667 #> 23574 Bongo-Bagirmi Africa TD 12.00000 #> 23575 Biu-Mandara Africa CM NG 10.41667 #> 23583 Talodi Africa SD 10.66667 #> 23608 Tarascan North America MX 19.50000 #> 23609 Huavean North America MX 16.21667 #> 23613 Kadugli Africa SD 11.00000 #> 23621 Kadugli Africa SD 10.83333 #> 23627 Aztecan North America MX 19.66667 #> 23640 Gumuz Africa SD ET 12.50000 #> 23643 Mayan North America GT 14.66667 #> 23651 Semitic Eurasia YE OM 17.00000 #> 23655 Northern Luzon Papunesia PH 17.08333 #> 23666 Northern Atlantic Africa SN GM 15.25000 #> 23689 Mayan North America MX 17.00000 #> 23693 Talodi Africa SD 10.66667 #> 23696 Katla-Tima Africa SD 11.83333 #> 23702 East Chadic Africa TD 11.91667 #> 23716 Gur Africa GH 10.50000 #> 23717 West Chadic Africa NG 10.91667 #> 23720 West Chadic Africa NG 10.00000 #> 23730 Gur Africa BF 12.83333 #> 23733 Karen Eurasia MM 18.00000 #> 23735 Heiban Africa SD 11.16667 #> 23737 Karen Eurasia MM 19.50000 #> 23747 Bahnaric Eurasia VN 10.75000 #> 23748 Temein Africa SD 11.91667 #> 23757 Gur Africa GH 10.50000 #> 23764 Mixe-Zoque North America MX 16.75000 #> 23765 Biu-Mandara Africa NG 11.00000 #> 23777 West Chadic Africa NG NE 12.00000 #> 23780 West Chadic Africa NG 11.00000 #> 23789 Bahnaric Eurasia VN 14.16667 #> 23800 Kam-Tai Eurasia TH LA 18.00000 #> 23802 Heiban Africa SD 11.00000 #> 23806 Bahnaric Eurasia LA 15.16667 #> 23807 Bahnaric Eurasia KH VN 11.83333 #> 23808 Bahnaric Eurasia VN 14.83333 #> 23815 Bahnaric Eurasia VN 11.50000 #> 23823 Gur Africa GH 10.25000 #> 23829 Gur Africa ML BF 14.25000 #> 23830 Songhay Africa ML 17.00000 #> 23834 Mayan North America MX 18.16667 #> 23836 Khmer Eurasia KH 12.50000 #> 23845 Mixe-Zoque North America MX 18.33333 #> 23850 Viet-Muong Eurasia VN 10.50000 #> 23858 Aztecan North America MX 18.50000 #> 23864 Gur Africa GH 10.83333 #> 23869 Pearic Eurasia TH 12.75000 #> 23876 Kam-Tai Eurasia TH 16.00000 #> 23879 Gur Africa BF 10.25000 #> 23880 Gur Africa BF GH 10.50000 #> 23881 Monic Eurasia TH MM 14.83333 #> 23891 Hlai Eurasia CN 19.00000 #> 23892 Kwa Africa GH TG BJ 10.08333 #> 23895 Biu-Mandara Africa CM 10.33333 #> 23896 Biu-Mandara Africa TD CM 10.83333 #> 23902 Bongo-Bagirmi Africa TD 12.00000 #> 23903 Adamawa Africa CM TD 10.16667 #> 23907 Eastern Jebel Africa SD 11.50000 #> 23910 Masa Africa TD CM 10.50000 #> 23911 Karen Eurasia CN MM 13.00000 #> 23913 Bongo-Bagirmi Africa CF 10.00000 #> 23926 Bongo-Bagirmi Africa TD 11.66667 #> 23929 Biu-Mandara Africa NG 11.00000 #> 23931 Malayo-Sumbawan Eurasia KH 12.00000 #> 23934 Biu-Mandara Africa TD NG CM 13.50000 #> 23951 Daju Africa SD 10.83333 #> 23953 Kainji Africa NG 11.16667 #> 23955 Biu-Mandara Africa CM 10.95000 #> 23958 Biu-Mandara Africa CM 11.50000 #> 23961 Karen Eurasia MM TH 19.00000 #> 23962 West Chadic Africa NG 12.08333 #> 23965 Biu-Mandara Africa TD 11.00000 #> 23969 Laal Africa TD 10.00000 #> 23971 Biu-Mandara Africa CM 10.83333 #> 23980 Matlatzincan North America MX 18.91667 #> 23995 Berta Africa SD ET 10.33333 #> 24030 Northern Atlantic Africa SN GW 12.25000 #> 24046 Biu-Mandara Africa NG 11.50000 #> 24048 Northern Atlantic Africa GM SN 13.00000 #> 24049 Northern Atlantic Africa SN 14.83333 #> 24053 Northern Atlantic Africa SN 14.91667 #> 24059 Biu-Mandara Africa CM NG 10.41667 #> 24076 Semitic Eurasia YE OM 17.00000 #> 24079 Mayan North America GT 14.66667 #> 24100 Northern Luzon Papunesia PH 17.08333 #> 24101 Mayan North America MX 17.00000 #> 24110 Northern Atlantic Africa SN GM 15.25000 #> 24114 Gur Africa GH 10.50000 #> 24119 West Chadic Africa NG 10.00000 #> 24120 Karen Eurasia MM 18.00000 #> 24121 Gur Africa BF 12.83333 #> 24137 Katla-Tima Africa SD 11.83333 #> 24142 West Chadic Africa NG 10.91667 #> 24146 Heiban Africa SD 11.16667 #> 24147 East Chadic Africa TD 11.91667 #> 24150 Talodi Africa SD 10.66667 #> 24157 Karen Eurasia MM 19.50000 #> 24173 Gur Africa GH 10.50000 #> 24174 Bahnaric Eurasia VN 10.75000 #> 24175 West Chadic Africa NG NE 12.00000 #> 24183 Mixe-Zoque North America MX 16.75000 #> 24189 Biu-Mandara Africa NG 11.00000 #> 24191 West Chadic Africa NG 11.00000 #> 24201 Temein Africa SD 11.91667 #> 24216 Biu-Mandara Africa CM NG 10.41667 #> 24224 Temein Africa SD 11.91667 #> 24226 Talodi Africa SD 10.66667 #> 24235 Biu-Mandara Africa CM 10.83333 #> 24252 Karen Eurasia MM TH 19.00000 #> 24263 Gur Africa BF 10.25000 #> 24272 West Chadic Africa NG NE 12.00000 #> 24274 Kam-Tai Eurasia TH LA 18.00000 #> 24280 Kwa Africa GH TG BJ 10.08333 #> 24284 Gur Africa GH 10.50000 #> 24285 Mayan North America MX 18.16667 #> 24293 Laal Africa TD 10.00000 #> 24295 Karen Eurasia MM 18.00000 #> 24305 Malayo-Sumbawan Eurasia KH 12.00000 #> 24314 Heiban Africa SD 11.00000 #> 24340 Bahnaric Eurasia VN 10.75000 #> 24343 Gumuz Africa SD ET 12.50000 #> 24344 Bahnaric Eurasia VN 11.50000 #> 24372 Bongo-Bagirmi Africa TD 12.00000 #> 24374 Bongo-Bagirmi Africa TD 11.66667 #> 24376 Gur Africa BF GH 10.50000 #> 24379 Adamawa Africa CM TD 10.16667 #> 24381 Northern Atlantic Africa SN GM 15.25000 #> 24382 Kainji Africa NG 11.16667 #> 24384 Gur Africa ML BF 14.25000 #> 24386 Songhay Africa ML 17.00000 #> 24394 Bahnaric Eurasia VN 14.83333 #> 24409 West Chadic Africa NG 11.00000 #> 24413 Biu-Mandara Africa NG 11.50000 #> 24415 Pearic Eurasia TH 12.75000 #> 24416 Gur Africa GH 10.25000 #> 24417 Bahnaric Eurasia VN 14.16667 #> 24424 Kam-Tai Eurasia TH 16.00000 #> 24425 Biu-Mandara Africa NG 11.00000 #> 24426 Northern Atlantic Africa SN 14.83333 #> 24431 Biu-Mandara Africa CM 10.95000 #> 24436 Bahnaric Eurasia KH VN 11.83333 #> 24440 Northern Atlantic Africa GM SN 13.00000 #> 24442 Northern Atlantic Africa SN GW 12.25000 #> 24446 Northern Atlantic Africa SN 14.91667 #> 24447 Karen Eurasia MM 19.50000 #> 24451 Matlatzincan North America MX 18.91667 #> 24457 Hlai Eurasia CN 19.00000 #> 24459 Katla-Tima Africa SD 11.83333 #> 24464 Karen Eurasia CN MM 13.00000 #> 24467 Berta Africa SD ET 10.33333 #> 24471 West Chadic Africa NG 10.91667 #> 24481 Bahnaric Eurasia LA 15.16667 #> 24482 Masa Africa TD CM 10.50000 #> 24483 Daju Africa SD 10.83333 #> 24510 Eastern Jebel Africa SD 11.50000 #> 24523 Aztecan North America MX 18.50000 #> 24526 Bongo-Bagirmi Africa CF 10.00000 #> 24531 Monic Eurasia TH MM 14.83333 #> 24536 Biu-Mandara Africa TD 11.00000 #> 24542 West Chadic Africa NG 10.00000 #> 24550 Mixe-Zoque North America MX 18.33333 #> 24558 West Chadic Africa NG 12.08333 #> 24562 Mayan North America GT 14.66667 #> 24576 Biu-Mandara Africa NG 11.00000 #> 24577 Biu-Mandara Africa TD CM 10.83333 #> 24582 Gur Africa GH 10.50000 #> 24586 Gur Africa GH 10.83333 #> 24591 Gur Africa BF 12.83333 #> 24603 Semitic Eurasia YE OM 17.00000 #> 24606 Biu-Mandara Africa CM 10.33333 #> 24617 Biu-Mandara Africa CM 11.50000 #> 24620 Khmer Eurasia KH 12.50000 #> 24622 Viet-Muong Eurasia VN 10.50000 #> 24624 Biu-Mandara Africa TD NG CM 13.50000 #> 24636 Aztecan North America MX 18.50000 #> 24639 Mayan North America GT 14.66667 #> 24641 Bahnaric Eurasia VN 14.83333 #> 24651 Gur Africa GH 10.83333 #> 24652 Bahnaric Eurasia LA 15.16667 #> 24663 Northern Atlantic Africa SN GM 15.25000 #> 24665 Gur Africa ML BF 14.25000 #> 24669 Kam-Tai Eurasia TH LA 18.00000 #> 24677 Mixe-Zoque North America MX 18.33333 #> 24685 Bahnaric Eurasia VN 11.50000 #> 24689 Viet-Muong Eurasia VN 10.50000 #> 24695 Gur Africa BF 10.25000 #> 24699 Bahnaric Eurasia VN 14.16667 #> 24704 Monic Eurasia TH MM 14.83333 #> 24709 Gur Africa BF GH 10.50000 #> 24713 Hlai Eurasia CN 19.00000 #> 24720 Bahnaric Eurasia KH VN 11.83333 #> 24723 Heiban Africa SD 11.00000 #> 24724 Pearic Eurasia TH 12.75000 #> 24726 Gur Africa GH 10.25000 #> 24732 Kam-Tai Eurasia TH 16.00000 #> 24740 Khmer Eurasia KH 12.50000 #> 24744 Songhay Africa ML 17.00000 #> 24756 Mayan North America MX 18.16667 #> 24782 Berta Africa SD ET 10.33333 #> 24806 Matlatzincan North America MX 18.91667 #> 24815 Northern Atlantic Africa SN GW 12.25000 #> 24831 Bahnaric Eurasia VN 10.75000 #> 24838 West Chadic Africa NG NE 12.00000 #> 24839 Gur Africa GH 10.50000 #> 24847 West Chadic Africa NG 11.00000 #> 24859 Gur Africa GH 10.50000 #> 24860 West Chadic Africa NG 10.00000 #> 24861 Gur Africa BF 12.83333 #> 24862 West Chadic Africa NG 10.91667 #> 24869 Katla-Tima Africa SD 11.83333 #> 24871 Biu-Mandara Africa NG 11.00000 #> 24882 Karen Eurasia MM 18.00000 #> 24891 Karen Eurasia MM 19.50000 #> 24908 Kainji Africa NG 11.16667 #> 24921 Eastern Jebel Africa SD 11.50000 #> 24925 Karen Eurasia CN MM 13.00000 #> 24933 Kwa Africa GH TG BJ 10.08333 #> 24936 Bongo-Bagirmi Africa TD 12.00000 #> 24944 Biu-Mandara Africa TD CM 10.83333 #> 24947 Biu-Mandara Africa NG 11.50000 #> 24948 Gumuz Africa SD ET 12.50000 #> 24949 Biu-Mandara Africa TD 11.00000 #> 24952 Biu-Mandara Africa CM 10.83333 #> 24953 Masa Africa TD CM 10.50000 #> 24954 Bongo-Bagirmi Africa CF 10.00000 #> 24964 Biu-Mandara Africa CM 10.33333 #> 24966 Biu-Mandara Africa NG 11.00000 #> 24973 Daju Africa SD 10.83333 #> 24977 Laal Africa TD 10.00000 #> 24978 Bongo-Bagirmi Africa TD 11.66667 #> 24979 Adamawa Africa CM TD 10.16667 #> 24986 Biu-Mandara Africa CM NG 10.41667 #> 24990 Northern Atlantic Africa SN 14.91667 #> 25000 Northern Atlantic Africa SN 14.83333 #> 25001 West Chadic Africa NG 12.08333 #> 25006 Biu-Mandara Africa CM 10.95000 #> 25013 Talodi Africa SD 10.66667 #> 25014 Karen Eurasia MM TH 19.00000 #> 25025 Northern Atlantic Africa GM SN 13.00000 #> 25028 Biu-Mandara Africa TD NG CM 13.50000 #> 25033 Biu-Mandara Africa CM 11.50000 #> 25034 Semitic Eurasia YE OM 17.00000 #> 25035 Malayo-Sumbawan Eurasia KH 12.00000 #> 25044 Temein Africa SD 11.91667 #> 25053 Kwa Africa GH TG BJ 10.08333 #> 25064 Biu-Mandara Africa NG 11.50000 #> 25066 Northern Atlantic Africa GM SN 13.00000 #> 25067 Northern Atlantic Africa SN GM 15.25000 #> 25069 Northern Atlantic Africa SN 14.91667 #> 25076 Northern Atlantic Africa SN 14.83333 #> 25091 Katla-Tima Africa SD 11.83333 #> 25095 West Chadic Africa NG 10.91667 #> 25118 Mixe-Zoque North America MX 16.75000 #> 25123 Kam-Tai Eurasia TH 16.00000 #> 25132 Temein Africa SD 11.91667 #> 25134 Biu-Mandara Africa TD 11.00000 #> 25151 Talodi Africa SD 10.66667 #> 25152 Karen Eurasia MM TH 19.00000 #> 25159 Bongo-Bagirmi Africa TD 11.66667 #> 25160 Bahnaric Eurasia KH VN 11.83333 #> 25162 Daju Africa SD 10.83333 #> 25171 Gur Africa BF 10.25000 #> 25181 Mixe-Zoque North America MX 18.33333 #> 25184 Karen Eurasia MM 18.00000 #> 25189 Kainji Africa NG 11.16667 #> 25191 Karen Eurasia CN MM 13.00000 #> 25194 Berta Africa SD ET 10.33333 #> 25207 Biu-Mandara Africa CM 10.95000 #> 25213 West Chadic Africa NG NE 12.00000 #> 25220 Kadugli Africa SD 11.00000 #> 25222 Gur Africa GH 10.83333 #> 25225 Bahnaric Eurasia LA 15.16667 #> 25229 Bahnaric Eurasia VN 10.75000 #> 25231 Mayan North America MX 17.00000 #> 25239 Gur Africa GH 10.25000 #> 25247 Aztecan North America MX 18.50000 #> 25248 Biu-Mandara Africa NG 11.00000 #> 25252 West Chadic Africa NG 11.00000 #> 25263 Tarascan North America MX 19.50000 #> 25268 Bahnaric Eurasia VN 14.83333 #> 25276 Biu-Mandara Africa TD CM 10.83333 #> 25293 Gur Africa BF 12.83333 #> 25295 Bongo-Bagirmi Africa TD 12.00000 #> 25298 Biu-Mandara Africa TD NG CM 13.50000 #> 25301 Biu-Mandara Africa NG 11.00000 #> 25310 Bahnaric Eurasia VN 14.16667 #> 25313 Gur Africa ML BF 14.25000 #> 25320 Biu-Mandara Africa CM 11.50000 #> 25323 Huavean North America MX 16.21667 #> 25330 Bongo-Bagirmi Africa CF 10.00000 #> 25331 Biu-Mandara Africa CM 10.83333 #> 25335 Monic Eurasia TH MM 14.83333 #> 25336 Gur Africa GH 10.50000 #> 25342 Laal Africa TD 10.00000 #> 25346 Hlai Eurasia CN 19.00000 #> 25350 West Chadic Africa NG 12.08333 #> 25351 Heiban Africa SD 11.00000 #> 25356 Biu-Mandara Africa CM 10.33333 #> 25366 Semitic Eurasia YE OM 17.00000 #> 25369 Khmer Eurasia KH 12.50000 #> 25370 Kam-Tai Eurasia TH LA 18.00000 #> 25373 Eastern Jebel Africa SD 11.50000 #> 25385 Northern Atlantic Africa SN GW 12.25000 #> 25386 Malayo-Sumbawan Eurasia KH 12.00000 #> 25389 Aztecan North America MX 19.66667 #> 25392 Kadugli Africa SD 10.83333 #> 25395 Matlatzincan North America MX 18.91667 #> 25397 Viet-Muong Eurasia VN 10.50000 #> 25399 Gur Africa GH 10.50000 #> 25408 Mayan North America GT 14.66667 #> 25434 Karen Eurasia MM 19.50000 #> 25440 Northern Luzon Papunesia PH 17.08333 #> 25451 Pearic Eurasia TH 12.75000 #> 25452 Bahnaric Eurasia VN 11.50000 #> 25458 Mayan North America MX 18.16667 #> 25459 Biu-Mandara Africa CM NG 10.41667 #> 25465 Songhay Africa ML 17.00000 #> 25468 Gur Africa BF GH 10.50000 #> 25487 West Chadic Africa NG 10.00000 #> 25490 Masa Africa TD CM 10.50000 #> 25491 Adamawa Africa CM TD 10.16667 #> 25496 Malayo-Sumbawan Eurasia KH 12.00000 #> 25498 Biu-Mandara Africa TD NG CM 13.50000 #> 25509 Masa Africa TD CM 10.50000 #> 25510 Bongo-Bagirmi Africa CF 10.00000 #> 25512 Kainji Africa NG 11.16667 #> 25515 Bongo-Bagirmi Africa TD 12.00000 #> 25523 Karen Eurasia CN MM 13.00000 #> 25528 Biu-Mandara Africa CM 10.83333 #> 25531 Biu-Mandara Africa TD CM 10.83333 #> 25534 Biu-Mandara Africa CM 10.95000 #> 25543 Daju Africa SD 10.83333 #> 25549 Biu-Mandara Africa TD 11.00000 #> 25553 Biu-Mandara Africa CM 11.50000 #> 25562 Biu-Mandara Africa NG 11.00000 #> 25563 West Chadic Africa NG 12.08333 #> 25564 Laal Africa TD 10.00000 #> 25567 Biu-Mandara Africa CM 10.33333 #> 25568 Bongo-Bagirmi Africa TD 11.66667 #> 25571 Eastern Jebel Africa SD 11.50000 #> 25576 Adamawa Africa CM TD 10.16667 #> 25581 Semitic Eurasia YE OM 17.00000 #> 25586 Karen Eurasia MM TH 19.00000 #> 25589 West Chadic Africa NG 11.00000 #> 25597 Biu-Mandara Africa NG 11.00000 #> 25600 Karen Eurasia MM 19.50000 #> 25603 Gur Africa GH 10.50000 #> 25604 Gur Africa BF 12.83333 #> 25605 West Chadic Africa NG 10.00000 #> 25610 Karen Eurasia MM 18.00000 #> 25611 Gur Africa GH 10.50000 #> 25618 West Chadic Africa NG 10.91667 #> 25619 Bahnaric Eurasia VN 10.75000 #> 25620 West Chadic Africa NG NE 12.00000 #> 25630 Talodi Africa SD 10.66667 #> 25645 Biu-Mandara Africa CM NG 10.41667 #> 25647 Temein Africa SD 11.91667 #> 25651 Tarascan North America MX 19.50000 #> 25655 Viet-Muong Eurasia VN 10.50000 #> 25667 Northern Atlantic Africa GM SN 13.00000 #> 25676 Mayan North America MX 17.00000 #> 25694 Bahnaric Eurasia KH VN 11.83333 #> 25696 Mixe-Zoque North America MX 18.33333 #> 25697 Mayan North America GT 14.66667 #> 25698 Bahnaric Eurasia VN 14.16667 #> 25699 Kadugli Africa SD 10.83333 #> 25707 Gur Africa GH 10.25000 #> 25710 Katla-Tima Africa SD 11.83333 #> 25715 Heiban Africa SD 11.00000 #> 25716 Bahnaric Eurasia VN 11.50000 #> 25723 Gur Africa BF 10.25000 #> 25729 Mixe-Zoque North America MX 16.75000 #> 25732 Kwa Africa GH TG BJ 10.08333 #> 25733 Khmer Eurasia KH 12.50000 #> 25736 Bahnaric Eurasia LA 15.16667 #> 25746 Aztecan North America MX 19.66667 #> 25755 Mayan North America MX 18.16667 #> 25760 Bahnaric Eurasia VN 14.83333 #> 25762 Northern Atlantic Africa SN 14.91667 #> 25771 Biu-Mandara Africa NG 11.50000 #> 25773 Gur Africa GH 10.83333 #> 25776 Kam-Tai Eurasia TH LA 18.00000 #> 25785 Northern Atlantic Africa SN 14.83333 #> 25821 Gur Africa ML BF 14.25000 #> 25830 Monic Eurasia TH MM 14.83333 #> 25833 Kam-Tai Eurasia TH 16.00000 #> 25842 Berta Africa SD ET 10.33333 #> 25853 Northern Luzon Papunesia PH 17.08333 #> 25855 Pearic Eurasia TH 12.75000 #> 25856 Northern Atlantic Africa SN GM 15.25000 #> 25866 Aztecan North America MX 18.50000 #> 25885 Gur Africa BF GH 10.50000 #> 25886 Matlatzincan North America MX 18.91667 #> 25892 Songhay Africa ML 17.00000 #> 25896 Hlai Eurasia CN 19.00000 #> 25922 Kadugli Africa SD 11.00000 #> 25925 Northern Atlantic Africa SN GW 12.25000 #> 25929 Huavean North America MX 16.21667 #> 26030 Rama North America NI 11.75000 #> 26044 Central Dravidian Eurasia IN 20.00000 #> 26063 Fur Africa SD 13.50000 #> 26066 Semitic Africa ER ET 14.50000 #> 26079 Semitic Africa ET 10.00000 #> 26111 Gur Africa ML 11.50000 #> 26114 Maban Africa TD 13.75000 #> 26115 Maban Africa TD CF 10.33333 #> 26136 Eastern Mande Africa BJ NG 10.50000 #> 26142 Gur Africa BF 11.00000 #> 26144 Gur Africa BF 10.66667 #> 26161 Western Mande Africa ML 12.50000 #> 26166 Western Mande Africa ML 13.00000 #> 26167 Songhay Africa NE ML 16.00000 #> 26168 Western Mande Africa GM 13.41667 #> 26169 Western Mande Africa CI SN BF ML 15.00000 #> 26180 Munda Eurasia IN 18.00000 #> 26190 Taman Africa TD SD 13.50000 #> 26221 Daju Africa TD 12.33333 #> 26228 Nyimang Africa SD 12.16667 #> 26234 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 26261 Nara Africa ER 15.08333 #> 26291 South Andamanese Eurasia IN 10.75000 #> 26292 Indic Eurasia IN 19.00000 #> 26310 Kru Africa BF 11.00000 #> 26322 Indic Eurasia IN 17.00000 #> 26333 Rashad Africa SD 12.16667 #> 26346 Burmese-Lolo Eurasia TH 19.75000 #> 26349 Rashad Africa SD 11.83333 #> 26354 Beja Africa ER SD 18.00000 #> 26372 Semitic Africa ER 16.50000 #> 26386 Misumalpan North America NI 14.00000 #> 26391 Eastern Saharan Africa SD TD 16.00000 #> 26404 South-Central Dravidian Eurasia IN 17.50000 #> 26415 Nubian Africa SD 18.25000 #> 26417 Southern Dravidian Eurasia LK IN 11.00000 #> 26419 Southern Dravidian Eurasia IN 14.00000 #> 26420 South-Central Dravidian Eurasia IN 18.75000 #> 26422 Western Saharan Africa TD NE 16.00000 #> 26423 Dogon Africa ML 14.41667 #> 26424 Southern Dravidian Eurasia IN 10.00000 #> 26440 Southern Dravidian Eurasia IN 12.75000 #> 26459 Western Saharan Africa NE TD SD NG 12.00000 #> 26461 South-Central Dravidian Eurasia IN 19.00000 #> 26474 Kunama Africa ER ET 14.50000 #> 26486 Central Cushitic Africa ET 12.66667 #> 26494 Taman Africa SD TD 14.50000 #> 26495 Maban Africa SD TD 13.33333 #> 26496 Arhuacic South America CO 10.66667 #> 26499 Dogon Africa BF ML 14.33333 #> 26504 South-Central Dravidian Eurasia IN 16.00000 #> 26552 Central Dravidian Eurasia IN 20.00000 #> 26561 Rama North America NI 11.75000 #> 26601 Fur Africa SD 13.50000 #> 26603 Semitic Africa ER ET 14.50000 #> 26605 Semitic Africa ET 10.00000 #> 26617 Maban Africa TD CF 10.33333 #> 26623 Eastern Mande Africa BJ NG 10.50000 #> 26624 Gur Africa ML 11.50000 #> 26637 Maban Africa TD 13.75000 #> 26671 Central Dravidian Eurasia IN 20.00000 #> 26690 South Andamanese Eurasia IN 10.75000 #> 26695 Central Cushitic Africa ET 12.66667 #> 26696 South-Central Dravidian Eurasia IN 16.00000 #> 26704 Burmese-Lolo Eurasia TH 19.75000 #> 26719 South-Central Dravidian Eurasia IN 18.75000 #> 26724 Western Mande Africa CI SN BF ML 15.00000 #> 26727 Nara Africa ER 15.08333 #> 26729 Semitic Africa ER ET 14.50000 #> 26748 Rashad Africa SD 12.16667 #> 26753 Eastern Saharan Africa SD TD 16.00000 #> 26754 Western Saharan Africa TD NE 16.00000 #> 26758 Misumalpan North America NI 14.00000 #> 26783 Dogon Africa ML 14.41667 #> 26785 Southern Dravidian Eurasia LK IN 11.00000 #> 26794 Indic Eurasia IN 17.00000 #> 26803 Songhay Africa NE ML 16.00000 #> 26809 Semitic Africa ET 10.00000 #> 26814 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 26815 Southern Dravidian Eurasia IN 10.00000 #> 26825 South-Central Dravidian Eurasia IN 17.50000 #> 26836 Nyimang Africa SD 12.16667 #> 26841 Western Saharan Africa NE TD SD NG 12.00000 #> 26846 Eastern Mande Africa BJ NG 10.50000 #> 26865 Western Mande Africa GM 13.41667 #> 26889 Dogon Africa BF ML 14.33333 #> 26895 Taman Africa SD TD 14.50000 #> 26897 Western Mande Africa ML 12.50000 #> 26899 Indic Eurasia IN 19.00000 #> 26906 Semitic Africa ER 16.50000 #> 26907 Maban Africa TD 13.75000 #> 26912 Rashad Africa SD 11.83333 #> 26917 Southern Dravidian Eurasia IN 14.00000 #> 26918 Beja Africa ER SD 18.00000 #> 26925 Western Mande Africa ML 13.00000 #> 26928 Maban Africa SD TD 13.33333 #> 26961 South-Central Dravidian Eurasia IN 19.00000 #> 26962 Rama North America NI 11.75000 #> 26974 Arhuacic South America CO 10.66667 #> 26988 Daju Africa TD 12.33333 #> 26989 Southern Dravidian Eurasia IN 12.75000 #> 26991 Kunama Africa ER ET 14.50000 #> 26997 Gur Africa ML 11.50000 #> 27018 Nubian Africa SD 18.25000 #> 27020 Fur Africa SD 13.50000 #> 27046 Kru Africa BF 11.00000 #> 27048 Western Mande Africa ML 13.00000 #> 27051 Western Mande Africa CI SN BF ML 15.00000 #> 27058 Western Mande Africa GM 13.41667 #> 27059 Rama North America NI 11.75000 #> 27062 Western Mande Africa ML 12.50000 #> 27066 Songhay Africa NE ML 16.00000 #> 27077 Eastern Mande Africa BJ NG 10.50000 #> 27086 Gur Africa ML 11.50000 #> 27088 South-Central Dravidian Eurasia IN 18.75000 #> 27089 Kru Africa BF 11.00000 #> 27091 Semitic Africa ER ET 14.50000 #> 27099 Fur Africa SD 13.50000 #> 27108 Kunama Africa ER ET 14.50000 #> 27128 Nubian Africa SD 18.25000 #> 27132 Dogon Africa BF ML 14.33333 #> 27136 Central Dravidian Eurasia IN 20.00000 #> 27139 Central Cushitic Africa ET 12.66667 #> 27153 Misumalpan North America NI 14.00000 #> 27167 Maban Africa SD TD 13.33333 #> 27182 Nara Africa ER 15.08333 #> 27192 Maban Africa TD 13.75000 #> 27203 Southern Dravidian Eurasia IN 10.00000 #> 27224 Rashad Africa SD 12.16667 #> 27251 South-Central Dravidian Eurasia IN 19.00000 #> 27271 Indic Eurasia IN 19.00000 #> 27277 Southern Dravidian Eurasia LK IN 11.00000 #> 27278 Beja Africa ER SD 18.00000 #> 27306 South-Central Dravidian Eurasia IN 16.00000 #> 27312 Indic Eurasia IN 17.00000 #> 27313 Nyimang Africa SD 12.16667 #> 27315 Semitic Africa ET 10.00000 #> 27318 Dogon Africa ML 14.41667 #> 27341 Western Saharan Africa TD NE 16.00000 #> 27355 Eastern Saharan Africa SD TD 16.00000 #> 27356 Daju Africa TD 12.33333 #> 27358 South-Central Dravidian Eurasia IN 17.50000 #> 27365 Semitic Africa ER 16.50000 #> 27367 Arhuacic South America CO 10.66667 #> 27385 Southern Dravidian Eurasia IN 12.75000 #> 27392 Western Saharan Africa NE TD SD NG 12.00000 #> 27403 Burmese-Lolo Eurasia TH 19.75000 #> 27406 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 27414 Southern Dravidian Eurasia IN 14.00000 #> 27436 Taman Africa SD TD 14.50000 #> 27439 Rashad Africa SD 11.83333 #> 27452 South Andamanese Eurasia IN 10.75000 #> 27461 Rama North America NI 11.75000 #> 27466 Nyimang Africa SD 12.16667 #> 27482 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 27505 Daju Africa TD 12.33333 #> 27514 Nara Africa ER 15.08333 #> 27533 Rashad Africa SD 11.83333 #> 27540 Beja Africa ER SD 18.00000 #> 27550 Semitic Africa ER 16.50000 #> 27554 Burmese-Lolo Eurasia TH 19.75000 #> 27559 Rashad Africa SD 12.16667 #> 27608 Semitic Africa ET 10.00000 #> 27612 Semitic Africa ER ET 14.50000 #> 27621 Fur Africa SD 13.50000 #> 27649 Kru Africa BF 11.00000 #> 27653 Central Cushitic Africa ET 12.66667 #> 27657 Indic Eurasia IN 19.00000 #> 27666 Western Mande Africa CI SN BF ML 15.00000 #> 27670 Southern Dravidian Eurasia IN 10.00000 #> 27673 Western Saharan Africa NE TD SD NG 12.00000 #> 27682 South Andamanese Eurasia IN 10.75000 #> 27686 Western Mande Africa GM 13.41667 #> 27688 Kunama Africa ER ET 14.50000 #> 27691 Dogon Africa BF ML 14.33333 #> 27712 Dogon Africa ML 14.41667 #> 27722 Western Mande Africa ML 12.50000 #> 27727 South-Central Dravidian Eurasia IN 18.75000 #> 27744 Taman Africa SD TD 14.50000 #> 27749 Southern Dravidian Eurasia LK IN 11.00000 #> 27757 Maban Africa TD 13.75000 #> 27760 South-Central Dravidian Eurasia IN 17.50000 #> 27764 Arhuacic South America CO 10.66667 #> 27771 Central Dravidian Eurasia IN 20.00000 #> 27785 Indic Eurasia IN 17.00000 #> 27788 Gur Africa ML 11.50000 #> 27791 Southern Dravidian Eurasia IN 14.00000 #> 27799 Western Saharan Africa TD NE 16.00000 #> 27804 Southern Dravidian Eurasia IN 12.75000 #> 27807 South-Central Dravidian Eurasia IN 16.00000 #> 27808 Misumalpan North America NI 14.00000 #> 27809 Eastern Saharan Africa SD TD 16.00000 #> 27824 Songhay Africa NE ML 16.00000 #> 27827 Eastern Mande Africa BJ NG 10.50000 #> 27830 Western Mande Africa ML 13.00000 #> 27833 Maban Africa SD TD 13.33333 #> 27848 Nubian Africa SD 18.25000 #> 27863 South-Central Dravidian Eurasia IN 19.00000 #> 27871 Indic Eurasia IN 17.00000 #> 27879 Indic Eurasia IN 19.00000 #> 27881 South Andamanese Eurasia IN 10.75000 #> 27883 Kru Africa BF 11.00000 #> 27938 Beja Africa ER SD 18.00000 #> 27945 Rashad Africa SD 11.83333 #> 27967 Burmese-Lolo Eurasia TH 19.75000 #> 27985 Semitic Africa ER 16.50000 #> 28001 Western Mande Africa CI SN BF ML 15.00000 #> 28019 Western Mande Africa ML 12.50000 #> 28030 Western Mande Africa GM 13.41667 #> 28064 Songhay Africa NE ML 16.00000 #> 28069 Nyimang Africa SD 12.16667 #> 28088 Western Mande Africa ML 13.00000 #> 28092 Nara Africa ER 15.08333 #> 28098 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 28108 Rashad Africa SD 12.16667 #> 28117 Daju Africa TD 12.33333 #> 28148 Rama North America NI 11.75000 #> 28155 Dogon Africa BF ML 14.33333 #> 28157 South-Central Dravidian Eurasia IN 17.50000 #> 28162 Arhuacic South America CO 10.66667 #> 28165 Misumalpan North America NI 14.00000 #> 28170 Southern Dravidian Eurasia IN 10.00000 #> 28173 Southern Dravidian Eurasia IN 12.75000 #> 28176 Kunama Africa ER ET 14.50000 #> 28184 Maban Africa SD TD 13.33333 #> 28199 Nubian Africa SD 18.25000 #> 28219 Western Saharan Africa TD NE 16.00000 #> 28235 South-Central Dravidian Eurasia IN 18.75000 #> 28236 Dogon Africa ML 14.41667 #> 28239 Southern Dravidian Eurasia LK IN 11.00000 #> 28245 Central Cushitic Africa ET 12.66667 #> 28258 South-Central Dravidian Eurasia IN 16.00000 #> 28270 Taman Africa SD TD 14.50000 #> 28274 South-Central Dravidian Eurasia IN 19.00000 #> 28281 Western Saharan Africa NE TD SD NG 12.00000 #> 28282 Eastern Saharan Africa SD TD 16.00000 #> 28284 Southern Dravidian Eurasia IN 14.00000 #> 28288 Eastern Mande Africa BJ NG 10.50000 #> 28293 Gur Africa ML 11.50000 #> 28299 Maban Africa TD CF 10.33333 #> 28315 Fur Africa SD 13.50000 #> 28330 Semitic Africa ER ET 14.50000 #> 28341 Semitic Africa ET 10.00000 #> 28348 Central Dravidian Eurasia IN 20.00000 #> 28354 Maban Africa TD 13.75000 #> 28356 Oceanic Papunesia US 19.58333 #> 28360 Caribbean Arawakan South America VR CO 12.00000 #> 28361 Zapotecan North America MX 16.41667 #> 28365 Zapotecan North America MX 16.25000 #> 28371 Greater Central Philippine Papunesia PH 15.00000 #> 28373 Zapotecan North America MX 17.25000 #> 28374 Zapotecan North America MX 16.25000 #> 28377 Chinantecan North America MX 17.58333 #> 28378 Mayan North America GT 15.25000 #> 28380 Mixtecan North America MX 16.33333 #> 28381 Mayan North America GT 15.66667 #> 28384 Mixtecan North America MX 17.05000 #> 28388 Chamorro Papunesia GU 13.45000 #> 28389 Northern Luzon Papunesia PH 15.91667 #> 28393 Mixtecan North America MX 17.08333 #> 28394 Caribbean Arawakan North America BZ HN GT 15.66667 #> 28399 Greater Central Philippine Papunesia PH 18.00000 #> 28401 Mayan North America GT 15.00000 #> 28402 Mixtecan North America MX 17.16667 #> 28407 Greater Central Philippine Papunesia PH 17.96667 #> 28410 Mixtecan North America MX 17.16667 #> 28411 Greater Central Philippine Papunesia PH 10.25000 #> 28414 Popolocan North America MX 17.75000 #> 28417 Mixe-Zoque North America MX 17.00000 #> 28423 Semitic Eurasia YE OM 17.00000 #> 28425 Mayan North America GT 14.66667 #> 28430 Northern Luzon Papunesia PH 17.08333 #> 28432 Mayan North America MX 17.00000 #> 28436 Biu-Mandara Africa CM NG 11.86667 #> 28437 West Chadic Africa NG 10.91667 #> 28438 Mayan North America GT 14.50000 #> 28441 Kadugli Africa SD 10.50000 #> 28445 Biu-Mandara Africa NG 11.25000 #> 28449 Berber Africa ML 20.00000 #> 28450 Mayan North America GT 15.91667 #> 28452 Biu-Mandara Africa CM 11.00000 #> 28467 Chinantecan North America MX 17.33333 #> 28470 Mayan North America MX 16.50000 #> 28485 Mixe-Zoque North America MX 17.41667 #> 28490 Northern Luzon Papunesia PH 16.83333 #> 28491 Tequistlatecan North America MX 16.00000 #> 28496 Aztecan North America SV 13.83333 #> 28499 Zapotecan North America MX 16.80000 #> 28501 Subtiaba-Tlapanec North America MX 17.08333 #> 28502 Chinantecan North America MX 18.83333 #> 28503 Chinantecan North America MX 17.58333 #> 28510 Berber Africa ML 20.00000 #> 28515 Mayan North America GT 15.91667 #> 28517 Mayan North America GT 14.50000 #> 28518 Kadugli Africa SD 10.50000 #> 28520 Biu-Mandara Africa CM NG 11.86667 #> 28522 West Chadic Africa NG 10.91667 #> 28523 Biu-Mandara Africa NG 11.25000 #> 28528 Mayan North America GT 15.25000 #> 28529 Northern Luzon Papunesia PH 17.08333 #> 28530 Chinantecan North America MX 17.33333 #> 28532 Mixtecan North America MX 17.16667 #> 28534 Greater Central Philippine Papunesia PH 15.00000 #> 28542 Mayan North America GT 15.66667 #> 28544 Mixtecan North America MX 17.08333 #> 28547 Caribbean Arawakan North America BZ HN GT 15.66667 #> 28550 Zapotecan North America MX 16.25000 #> 28551 Tequistlatecan North America MX 16.00000 #> 28553 Mixtecan North America MX 17.05000 #> 28554 Mayan North America MX 17.00000 #> 28568 Mixe-Zoque North America MX 17.41667 #> 28579 Mixtecan North America MX 16.33333 #> 28580 Greater Central Philippine Papunesia PH 10.25000 #> 28583 Mayan North America GT 14.66667 #> 28588 Greater Central Philippine Papunesia PH 18.00000 #> 28589 Northern Luzon Papunesia PH 16.83333 #> 28590 Mixtecan North America MX 17.16667 #> 28594 Zapotecan North America MX 16.25000 #> 28597 Greater Central Philippine Papunesia PH 17.96667 #> 28600 Mayan North America GT 15.00000 #> 28601 Mayan North America MX 16.50000 #> 28607 Zapotecan North America MX 17.25000 #> 28608 Oceanic Papunesia US 19.58333 #> 28626 Northern Luzon Papunesia PH 15.91667 #> 28627 Zapotecan North America MX 16.41667 #> 28628 Chamorro Papunesia GU 13.45000 #> 28630 Caribbean Arawakan South America VR CO 12.00000 #> 28639 Aztecan North America SV 13.83333 #> 28640 Chinantecan North America MX 17.58333 #> 28643 Chinantecan North America MX 17.58333 #> 28647 Subtiaba-Tlapanec North America MX 17.08333 #> 28648 Zapotecan North America MX 16.80000 #> 28650 Chinantecan North America MX 18.83333 #> 28657 Mayan North America GT 15.91667 #> 28658 Berber Africa ML 20.00000 #> 28661 West Chadic Africa NG 10.91667 #> 28662 Kadugli Africa SD 10.50000 #> 28663 Mayan North America GT 14.50000 #> 28668 Mixe-Zoque North America MX 17.00000 #> 28671 Semitic Eurasia YE OM 17.00000 #> 28672 Biu-Mandara Africa NG 11.25000 #> 28673 Biu-Mandara Africa CM 11.00000 #> 28674 Popolocan North America MX 17.75000 #> 28675 Biu-Mandara Africa CM NG 11.86667 #> 28677 Popolocan North America MX 17.75000 #> 28680 West Chadic Africa NG 10.91667 #> 28681 Mayan North America GT 14.50000 #> 28682 Biu-Mandara Africa NG 11.25000 #> 28683 Biu-Mandara Africa CM NG 11.86667 #> 28685 Mayan North America GT 15.91667 #> 28692 Mayan North America GT 15.66667 #> 28699 Mixtecan North America MX 17.08333 #> 28703 Chinantecan North America MX 17.33333 #> 28707 Semitic Eurasia YE OM 17.00000 #> 28708 Caribbean Arawakan South America VR CO 12.00000 #> 28710 Northern Luzon Papunesia PH 17.08333 #> 28714 Mixtecan North America MX 16.33333 #> 28719 Zapotecan North America MX 16.25000 #> 28722 Zapotecan North America MX 16.41667 #> 28725 Mayan North America GT 15.00000 #> 28726 Subtiaba-Tlapanec North America MX 17.08333 #> 28727 Mayan North America GT 15.25000 #> 28729 Tequistlatecan North America MX 16.00000 #> 28730 Chinantecan North America MX 17.58333 #> 28731 Aztecan North America SV 13.83333 #> 28737 Northern Luzon Papunesia PH 16.83333 #> 28739 Oceanic Papunesia US 19.58333 #> 28740 Greater Central Philippine Papunesia PH 18.00000 #> 28743 Mayan North America GT 14.66667 #> 28744 Mixtecan North America MX 17.16667 #> 28745 Kadugli Africa SD 10.50000 #> 28750 Northern Luzon Papunesia PH 15.91667 #> 28755 Greater Central Philippine Papunesia PH 10.25000 #> 28758 Mayan North America MX 16.50000 #> 28764 Chamorro Papunesia GU 13.45000 #> 28766 Greater Central Philippine Papunesia PH 15.00000 #> 28770 Caribbean Arawakan North America BZ HN GT 15.66667 #> 28773 Zapotecan North America MX 17.25000 #> 28787 Biu-Mandara Africa CM 11.00000 #> 28788 Berber Africa ML 20.00000 #> 28790 Mixtecan North America MX 17.16667 #> 28795 Zapotecan North America MX 16.80000 #> 28798 Mixe-Zoque North America MX 17.41667 #> 28810 Mixtecan North America MX 17.05000 #> 28811 Zapotecan North America MX 16.25000 #> 28816 Mayan North America MX 17.00000 #> 28818 Chinantecan North America MX 18.83333 #> 28819 Greater Central Philippine Papunesia PH 17.96667 #> 28822 Mixe-Zoque North America MX 17.00000 #> 28824 Chinantecan North America MX 17.58333 #> 28828 Semitic Eurasia YE OM 17.00000 #> 28829 Biu-Mandara Africa CM 11.00000 #> 28830 Biu-Mandara Africa NG 11.25000 #> 28831 Kadugli Africa SD 10.50000 #> 28832 Biu-Mandara Africa CM NG 11.86667 #> 28833 West Chadic Africa NG 10.91667 #> 28839 Zapotecan North America MX 17.25000 #> 28843 Mayan North America GT 14.50000 #> 28848 Mixe-Zoque North America MX 17.00000 #> 28849 Mixtecan North America MX 17.08333 #> 28852 Mixtecan North America MX 16.33333 #> 28854 Chinantecan North America MX 17.58333 #> 28859 Greater Central Philippine Papunesia PH 17.96667 #> 28861 Caribbean Arawakan South America VR CO 12.00000 #> 28864 Popolocan North America MX 17.75000 #> 28869 Mayan North America MX 17.00000 #> 28881 Northern Luzon Papunesia PH 15.91667 #> 28885 Mayan North America GT 15.66667 #> 28898 Chinantecan North America MX 17.33333 #> 28900 Mayan North America GT 14.66667 #> 28901 Mixe-Zoque North America MX 17.41667 #> 28902 Berber Africa ML 20.00000 #> 28909 Tequistlatecan North America MX 16.00000 #> 28912 Mayan North America GT 15.00000 #> 28913 Zapotecan North America MX 16.25000 #> 28914 Greater Central Philippine Papunesia PH 10.25000 #> 28915 Mayan North America GT 15.91667 #> 28918 Caribbean Arawakan North America BZ HN GT 15.66667 #> 28921 Mixtecan North America MX 17.05000 #> 28923 Northern Luzon Papunesia PH 17.08333 #> 28925 Zapotecan North America MX 16.25000 #> 28929 Chinantecan North America MX 17.58333 #> 28931 Zapotecan North America MX 16.80000 #> 28936 Subtiaba-Tlapanec North America MX 17.08333 #> 28944 Northern Luzon Papunesia PH 16.83333 #> 28952 Mayan North America GT 15.25000 #> 28954 Oceanic Papunesia US 19.58333 #> 28957 Aztecan North America SV 13.83333 #> 28959 Chinantecan North America MX 18.83333 #> 28962 Chamorro Papunesia GU 13.45000 #> 28965 Greater Central Philippine Papunesia PH 18.00000 #> 28970 Zapotecan North America MX 16.41667 #> 28972 Mixtecan North America MX 17.16667 #> 28973 Mixtecan North America MX 17.16667 #> 28977 Mayan North America MX 16.50000 #> 28978 Greater Central Philippine Papunesia PH 15.00000 #> 29023 Southern Dravidian Eurasia IN 10.00000 #> 29060 Greater Central Philippine Papunesia PH 13.33333 #> 29064 Greater Central Philippine Papunesia PH 10.00000 #> 29066 Greater Central Philippine Papunesia PH 11.58333 #> 29072 Tol North America HN 14.66667 #> 29114 Chamorro Papunesia GU 13.45000 #> 29120 Kunama Africa ER ET 14.50000 #> 29125 Beja Africa ER SD 18.00000 #> 29139 Nubian Africa SD 18.25000 #> 29141 Mayan North America GT 15.41667 #> 29143 Semitic Africa MR 20.00000 #> 29169 Kadugli Africa SD 10.50000 #> 29182 Mayan North America GT 15.00000 #> 29190 Chinantecan North America MX 17.33333 #> 29207 Lowland East Cushitic Africa ER ET 14.75000 #> 29210 Rama North America NI 11.75000 #> 29225 Mayan North America GT 15.66667 #> 29232 Northern Atlantic Africa GM SN 13.00000 #> 29252 Bahnaric Eurasia VN 14.83333 #> 29264 Khmer Eurasia KH 12.50000 #> 29298 Mayan North America MX 16.83333 #> 29299 Mayan North America GT 15.00000 #> 29304 Mayan North America GT 15.41667 #> 29305 Misumalpan North America NI 14.00000 #> 29354 Bongo-Bagirmi Africa TD 11.66667 #> 29355 Tarascan North America MX 19.50000 #> 29360 Zapotecan North America MX 16.25000 #> 29376 Gur Africa ML BF 14.25000 #> 29383 Bahnaric Eurasia VN 14.50000 #> 29402 Greater Central Philippine Papunesia PH 12.33333 #> 29405 Gur Africa ML 11.50000 #> 29437 Greater Central Philippine Papunesia PH 15.00000 #> 29448 Mixe-Zoque North America MX 17.00000 #> 29450 Oceanic Papunesia US 19.58333 #> 29464 Aztecan North America MX 19.66667 #> 29486 South-Central Dravidian Eurasia IN 17.50000 #> 29509 Bahnaric Eurasia VN 14.50000 #> 29531 Mayan North America GT 15.00000 #> 29579 Mayan North America GT 15.41667 #> 29599 Aztecan North America MX 19.66667 #> 29606 Misumalpan North America NI 14.00000 #> 29609 Mayan North America MX 16.83333 #> 29639 Zapotecan North America MX 16.25000 #> 29645 Northern Atlantic Africa GM SN 13.00000 #> 29649 Gur Africa ML BF 14.25000 #> 29655 Mixe-Zoque North America MX 17.00000 #> 29665 Chinantecan North America MX 17.33333 #> 29696 Bongo-Bagirmi Africa TD 11.66667 #> 29700 Bahnaric Eurasia VN 14.83333 #> 29717 Beja Africa ER SD 18.00000 #> 29728 Mayan North America GT 15.66667 #> 29742 Gur Africa ML 11.50000 #> 29764 Oceanic Papunesia US 19.58333 #> 29775 Mayan North America GT 15.41667 #> 29782 Southern Dravidian Eurasia IN 10.00000 #> 29823 Tol North America HN 14.66667 #> 29833 Greater Central Philippine Papunesia PH 11.58333 #> 29836 Chamorro Papunesia GU 13.45000 #> 29842 South-Central Dravidian Eurasia IN 17.50000 #> 29843 Rama North America NI 11.75000 #> 29862 Nubian Africa SD 18.25000 #> 29868 Greater Central Philippine Papunesia PH 10.00000 #> 29879 Khmer Eurasia KH 12.50000 #> 29898 Kadugli Africa SD 10.50000 #> 29917 Greater Central Philippine Papunesia PH 15.00000 #> 29920 Kunama Africa ER ET 14.50000 #> 29924 Tarascan North America MX 19.50000 #> 29925 Greater Central Philippine Papunesia PH 12.33333 #> 29946 Lowland East Cushitic Africa ER ET 14.75000 #> 29947 Greater Central Philippine Papunesia PH 13.33333 #> 29964 Mayan North America GT 15.00000 #> 29986 Semitic Africa MR 20.00000 #> 30019 Oceanic Papunesia US 19.58333 #> 30046 Greater Central Philippine Papunesia PH 15.00000 #> 30054 Mixe-Zoque North America MX 17.00000 #> 30059 Rama North America NI 11.75000 #> 30143 Greater Central Philippine Papunesia PH 13.33333 #> 30149 Greater Central Philippine Papunesia PH 10.00000 #> 30162 Greater Central Philippine Papunesia PH 11.58333 #> 30192 Chamorro Papunesia GU 13.45000 #> 30197 Kunama Africa ER ET 14.50000 #> 30198 Greater Central Philippine Papunesia PH 12.33333 #> 30199 Southern Dravidian Eurasia IN 10.00000 #> 30212 Khmer Eurasia KH 12.50000 #> 30213 Nubian Africa SD 18.25000 #> 30216 Kadugli Africa SD 10.50000 #> 30217 South-Central Dravidian Eurasia IN 17.50000 #> 30227 Zapotecan North America MX 16.25000 #> 30240 Mayan North America GT 15.41667 #> 30241 Mayan North America GT 15.41667 #> 30309 Bahnaric Eurasia VN 14.83333 #> 30314 Gur Africa ML BF 14.25000 #> 30319 Mayan North America MX 16.41667 #> 30346 Tarascan North America MX 19.50000 #> 30353 Mixtecan North America MX 17.00000 #> 30356 Katuic Eurasia VN 16.41667 #> 30359 Dogon Africa ML BF 14.41667 #> 30360 Southern Dravidian Eurasia IN 14.00000 #> 30363 Kadugli Africa SD 11.00000 #> 30367 Mayan North America GT 15.66667 #> 30377 Aztecan North America MX 20.00000 #> 30381 Subtiaba-Tlapanec North America MX 17.08333 #> 30384 Central Cushitic Africa ET 10.83333 #> 30396 Northern Atlantic Africa SN GM 15.25000 #> 30404 Bahnaric Eurasia VN 14.16667 #> 30413 Nara Africa ER 15.08333 #> 30414 Cariban South America VR 10.50000 #> 30415 Chinantecan North America MX 17.33333 #> 30428 Semitic Africa YE 12.50000 #> 30431 Bongo-Bagirmi Africa TD 11.66667 #> 30456 Greater Central Philippine Papunesia PH 15.00000 #> 30457 Southern Dravidian Eurasia IN 11.50000 #> 30460 Western Saharan Africa NE TD SD NG 12.00000 #> 30461 Biu-Mandara Africa NG 11.00000 #> 30470 Karen Eurasia TH 15.00000 #> 30472 Northern Atlantic Africa GN ML 12.50000 #> 30481 West Chadic Africa NG 12.08333 #> 30482 Gur Africa GH 10.41667 #> 30486 Munda Eurasia IN 20.00000 #> 30488 South-Central Dravidian Eurasia IN 17.50000 #> 30490 South-Central Dravidian Eurasia IN 16.00000 #> 30501 Khmer Eurasia KH 12.50000 #> 30502 Chamorro Papunesia GU 13.45000 #> 30512 Heiban Africa SD 11.00000 #> 30526 Bahnaric Eurasia VN 11.50000 #> 30527 Mayan North America GT 16.00000 #> 30533 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 30538 Berta Africa SD ET 10.33333 #> 30541 Karen Eurasia MM 18.00000 #> 30548 Songhay Africa NE ML 16.00000 #> 30564 Kadugli Africa SD 10.50000 #> 30577 Gur Africa ML BF 14.25000 #> 30580 Popolocan North America MX 17.75000 #> 30584 Beja Africa ER SD 18.00000 #> 30605 Mixtecan North America MX 17.05000 #> 30606 Chinantecan North America MX 17.58333 #> 30613 Monic Eurasia TH 15.66667 #> 30614 East Chadic Africa TD 12.16667 #> 30626 Huavean North America MX 16.21667 #> 30632 Fur Africa SD 13.50000 #> 30635 Mixe-Zoque North America MX 17.00000 #> 30639 Kainji Africa NG 10.33333 #> 30643 Otomian North America MX 19.41667 #> 30650 Caribbean Arawakan South America VR CO 12.00000 #> 30652 Eastern Mande Africa GH BF 11.50000 #> 30655 West Chadic Africa NG NE 12.00000 #> 30657 Western Mande Africa BF 12.41667 #> 30663 Daju Africa SD 12.25000 #> 30664 Biu-Mandara Africa CF 11.33333 #> 30667 Zapotecan North America MX 16.25000 #> 30677 Maban Africa TD 13.75000 #> 30688 Bahnaric Eurasia VN LA 15.16667 #> 30689 Northern Atlantic Africa SN 14.91667 #> 30696 Karen Eurasia MM TH 19.00000 #> 30699 West Chadic Africa NG 10.00000 #> 30702 Bahnaric Eurasia VN 14.83333 #> 30709 Taman Africa SD TD 14.50000 #> 30710 Mixe-Zoque North America MX 17.25000 #> 30712 Aztecan North America MX 19.66667 #> 30714 Malayo-Sumbawan Eurasia KH 12.00000 #> 30718 Gur Africa ML 11.50000 #> 30722 Arhuacic South America CO 10.66667 #> 30725 Semitic Africa ET 10.00000 #> 30730 Amuzgoan North America MX 16.83333 #> 30733 Southern Dravidian Eurasia IN 12.75000 #> 30735 Kam-Tai Eurasia TH 16.00000 #> 30738 Indic Eurasia IN 15.25000 #> 30743 Gur Africa BJ NG 10.00000 #> 30746 Rama North America NI 11.75000 #> 30752 Western Mande Africa ML 12.50000 #> 30759 Biu-Mandara Africa NG 11.00000 #> 30761 Talodi Africa SD 10.58333 #> 30765 Katuic Eurasia LA 16.75000 #> 30771 Paya North America HN 15.00000 #> 30779 Kunama Africa ER ET 14.50000 #> 30781 Tol North America HN 14.66667 #> 30786 Viet-Muong Eurasia VN 10.50000 #> 30795 Semitic Africa ER 16.50000 #> 30798 Northern Atlantic Africa GM SN 13.00000 #> 30799 Songhay Africa ML 17.00000 #> 30806 Temein Africa SD 11.91667 #> 30818 Eastern Jebel Africa SD 11.50000 #> 30819 Nyimang Africa SD 12.16667 #> 30820 Mayan North America MX 20.00000 #> 30861 Oceanic Papunesia US 19.58333 #> 30866 Great Andamanese Eurasia IN 12.00000 #> 30885 Popolocan North America MX 17.75000 #> 30889 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 30891 Karen Eurasia TH 15.00000 #> 30893 Biu-Mandara Africa NG 11.00000 #> 30905 Northern Atlantic Africa GN ML 12.50000 #> 30913 Subtiaba-Tlapanec North America MX 17.08333 #> 30920 Songhay Africa ML 17.00000 #> 30931 Malayo-Sumbawan Eurasia KH 12.00000 #> 30941 South-Central Dravidian Eurasia IN 16.00000 #> 30950 Bongo-Bagirmi Africa TD 11.66667 #> 30953 Aztecan North America MX 20.00000 #> 30958 Bahnaric Eurasia VN 11.50000 #> 30959 Eastern Mande Africa GH BF 11.50000 #> 30967 Tol North America HN 14.66667 #> 30968 West Chadic Africa NG NE 12.00000 #> 30972 Monic Eurasia TH 15.66667 #> 30977 East Chadic Africa TD 12.16667 #> 30978 Western Saharan Africa NE TD SD NG 12.00000 #> 30982 Greater Central Philippine Papunesia PH 15.00000 #> 30983 Katuic Eurasia VN 16.41667 #> 30986 Gur Africa ML 11.50000 #> 30988 Mixe-Zoque North America MX 17.00000 #> 30993 Northern Atlantic Africa SN 14.91667 #> 30995 Katuic Eurasia LA 16.75000 #> 30996 Mayan North America MX 20.00000 #> 31010 Kadugli Africa SD 11.00000 #> 31013 Zapotecan North America MX 16.25000 #> 31021 Songhay Africa NE ML 16.00000 #> 31034 Southern Dravidian Eurasia IN 14.00000 #> 31036 Western Mande Africa ML 12.50000 #> 31050 Maban Africa TD 13.75000 #> 31052 Kam-Tai Eurasia TH 16.00000 #> 31055 Northern Atlantic Africa SN GM 15.25000 #> 31067 Great Andamanese Eurasia IN 12.00000 #> 31068 Otomian North America MX 19.41667 #> 31080 Mayan North America GT 16.00000 #> 31084 Karen Eurasia MM TH 19.00000 #> 31085 Chinantecan North America MX 17.33333 #> 31092 Gur Africa ML BF 14.25000 #> 31099 Tarascan North America MX 19.50000 #> 31106 Biu-Mandara Africa NG 11.00000 #> 31108 Northern Atlantic Africa GM SN 13.00000 #> 31110 Beja Africa ER SD 18.00000 #> 31115 Indic Eurasia IN 15.25000 #> 31128 Kadugli Africa SD 10.50000 #> 31140 Munda Eurasia IN 20.00000 #> 31152 South-Central Dravidian Eurasia IN 17.50000 #> 31159 Southern Dravidian Eurasia IN 11.50000 #> 31162 Mayan North America MX 16.41667 #> 31165 Nara Africa ER 15.08333 #> 31172 Aztecan North America MX 19.66667 #> 31186 Temein Africa SD 11.91667 #> 31188 Amuzgoan North America MX 16.83333 #> 31197 West Chadic Africa NG 10.00000 #> 31198 Oceanic Papunesia US 19.58333 #> 31217 Kunama Africa ER ET 14.50000 #> 31219 Chamorro Papunesia GU 13.45000 #> 31229 Mayan North America GT 15.66667 #> 31230 Daju Africa SD 12.25000 #> 31231 Khmer Eurasia KH 12.50000 #> 31245 Rama North America NI 11.75000 #> 31248 Bahnaric Eurasia VN LA 15.16667 #> 31253 West Chadic Africa NG 12.08333 #> 31258 Viet-Muong Eurasia VN 10.50000 #> 31271 Talodi Africa SD 10.58333 #> 31273 Cariban South America VR 10.50000 #> 31280 Paya North America HN 15.00000 #> 31281 Fur Africa SD 13.50000 #> 31304 Southern Dravidian Eurasia IN 12.75000 #> 31307 Caribbean Arawakan South America VR CO 12.00000 #> 31313 Semitic Africa ET 10.00000 #> 31316 Bahnaric Eurasia VN 14.83333 #> 31321 Arhuacic South America CO 10.66667 #> 31327 Mixe-Zoque North America MX 17.25000 #> 31330 Central Cushitic Africa ET 10.83333 #> 31332 Nyimang Africa SD 12.16667 #> 31350 Kainji Africa NG 10.33333 #> 31367 Western Mande Africa BF 12.41667 #> 31375 Biu-Mandara Africa CF 11.33333 #> 31383 Gur Africa BJ NG 10.00000 #> 31384 Gur Africa GH 10.41667 #> 31391 Semitic Africa YE 12.50000 #> 31395 Bahnaric Eurasia VN 14.16667 #> 31397 Semitic Africa ER 16.50000 #> 31399 Taman Africa SD TD 14.50000 #> 31413 Eastern Jebel Africa SD 11.50000 #> 31416 Mixtecan North America MX 17.05000 #> 31417 Huavean North America MX 16.21667 #> 31418 Mixtecan North America MX 17.00000 #> 31424 Chinantecan North America MX 17.58333 #> 31427 Berta Africa SD ET 10.33333 #> 31435 Karen Eurasia MM 18.00000 #> 31440 Dogon Africa ML BF 14.41667 #> 31445 Heiban Africa SD 11.00000 #> 31503 Aztecan North America MX 20.00000 #> 31506 Otomian North America MX 19.41667 #> 31529 Biu-Mandara Africa NG 11.00000 #> 31544 Rama North America NI 11.75000 #> 31549 Huavean North America MX 16.21667 #> 31556 Paya North America HN 15.00000 #> 31559 Semitic Africa ER 16.50000 #> 31564 Songhay Africa NE ML 16.00000 #> 31565 South-Central Dravidian Eurasia IN 16.00000 #> 31575 Daju Africa SD 12.25000 #> 31590 Mayan North America MX 16.41667 #> 31591 Beja Africa ER SD 18.00000 #> 31601 Caribbean Arawakan South America VR CO 12.00000 #> 31606 Oceanic Papunesia US 19.58333 #> 31625 Biu-Mandara Africa NG 11.00000 #> 31628 Semitic Africa YE 12.50000 #> 31630 Tol North America HN 14.66667 #> 31639 Popolocan North America MX 17.75000 #> 31652 West Chadic Africa NG 12.08333 #> 31658 South-Central Dravidian Eurasia IN 17.50000 #> 31663 Zapotecan North America MX 16.25000 #> 31665 West Chadic Africa NG NE 12.00000 #> 31666 Fur Africa SD 13.50000 #> 31667 Mayan North America GT 16.00000 #> 31673 Southern Dravidian Eurasia IN 11.50000 #> 31675 Chamorro Papunesia GU 13.45000 #> 31681 Mixtecan North America MX 17.00000 #> 31709 Greater Central Philippine Papunesia PH 15.00000 #> 31715 Songhay Africa ML 17.00000 #> 31717 Eastern Mande Africa GH BF 11.50000 #> 31740 West Chadic Africa NG 10.00000 #> 31747 Mayan North America GT 15.66667 #> 31750 Berta Africa SD ET 10.33333 #> 31751 Chinantecan North America MX 17.33333 #> 31759 Kadugli Africa SD 11.00000 #> 31767 Mayan North America MX 20.00000 #> 31774 Kunama Africa ER ET 14.50000 #> 31780 Cariban South America VR 10.50000 #> 31789 Southern Dravidian Eurasia IN 14.00000 #> 31794 Nara Africa ER 15.08333 #> 31796 Munda Eurasia IN 20.00000 #> 31813 Tarascan North America MX 19.50000 #> 31815 Mixtecan North America MX 17.05000 #> 31819 Eastern Jebel Africa SD 11.50000 #> 31822 Aztecan North America MX 19.66667 #> 31829 Mixe-Zoque North America MX 17.00000 #> 31835 Karen Eurasia MM TH 19.00000 #> 31836 Khmer Eurasia KH 12.50000 #> 31843 Monic Eurasia TH 15.66667 #> 31845 Maban Africa TD 13.75000 #> 31849 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 31850 Kadugli Africa SD 10.50000 #> 31851 Nyimang Africa SD 12.16667 #> 31853 Bahnaric Eurasia VN 14.16667 #> 31858 Karen Eurasia TH 15.00000 #> 31863 Western Mande Africa BF 12.41667 #> 31872 Malayo-Sumbawan Eurasia KH 12.00000 #> 31875 Viet-Muong Eurasia VN 10.50000 #> 31877 Gur Africa ML 11.50000 #> 31892 Northern Atlantic Africa GM SN 13.00000 #> 31893 Kam-Tai Eurasia TH 16.00000 #> 31901 Northern Atlantic Africa SN GM 15.25000 #> 31903 Bongo-Bagirmi Africa TD 11.66667 #> 31904 Kainji Africa NG 10.33333 #> 31908 Arhuacic South America CO 10.66667 #> 31909 Taman Africa SD TD 14.50000 #> 31914 Indic Eurasia IN 15.25000 #> 31924 Bahnaric Eurasia VN LA 15.16667 #> 31928 Northern Atlantic Africa SN 14.91667 #> 31933 Bahnaric Eurasia VN 11.50000 #> 31935 Southern Dravidian Eurasia IN 12.75000 #> 31936 Temein Africa SD 11.91667 #> 31938 Chinantecan North America MX 17.58333 #> 31941 Semitic Africa ET 10.00000 #> 31943 Gur Africa GH 10.41667 #> 31946 Katuic Eurasia LA 16.75000 #> 31948 Talodi Africa SD 10.58333 #> 31949 Mixe-Zoque North America MX 17.25000 #> 31950 Karen Eurasia MM 18.00000 #> 31952 Great Andamanese Eurasia IN 12.00000 #> 31963 Western Saharan Africa NE TD SD NG 12.00000 #> 31968 Central Cushitic Africa ET 10.83333 #> 31974 Heiban Africa SD 11.00000 #> 31978 Gur Africa ML BF 14.25000 #> 31980 Amuzgoan North America MX 16.83333 #> 31989 Dogon Africa ML BF 14.41667 #> 31992 Katuic Eurasia VN 16.41667 #> 31993 Bahnaric Eurasia VN 14.83333 #> 31994 Western Mande Africa ML 12.50000 #> 31996 East Chadic Africa TD 12.16667 #> 32005 Biu-Mandara Africa CF 11.33333 #> 32012 Gur Africa BJ NG 10.00000 #> 32018 Totonacan North America MX 19.91667 #> 32020 Rama North America NI 11.75000 #> 32047 Mixe-Zoque North America MX 17.00000 #> 32050 Mayan North America GT 15.66667 #> 32051 Kadugli Africa SD 10.50000 #> 32053 Tequistlatecan North America MX 16.25000 #> 32056 Greater Central Philippine Papunesia PH 15.00000 #> 32058 Nubian Africa SD 18.25000 #> 32089 Huavean North America MX 16.21667 #> 32102 Mixtecan North America MX 17.05000 #> 32117 Southern Dravidian Eurasia IN 14.00000 #> 32125 Nahali Eurasia IN 19.75000 #> 32127 Tarascan North America MX 19.50000 #> 32132 Bongo-Bagirmi Africa TD 11.66667 #> 32142 Gur Africa ML 11.50000 #> 32143 Biu-Mandara Africa NG 11.00000 #> 32144 Viet-Muong Eurasia VN 10.50000 #> 32148 West Chadic Africa NG NE 12.00000 #> 32149 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 32156 Songhay Africa ML 17.00000 #> 32163 Beja Africa ER SD 18.00000 #> 32169 Kunama Africa ER ET 14.50000 #> 32175 Kam-Tai Eurasia TH 16.00000 #> 32180 Chamorro Papunesia GU 13.45000 #> 32188 Rama North America NI 11.75000 #> 32189 Tarascan North America MX 19.50000 #> 32190 Southern Dravidian Eurasia IN 14.00000 #> 32200 Mixe-Zoque North America MX 17.00000 #> 32207 Kunama Africa ER ET 14.50000 #> 32235 Nahali Eurasia IN 19.75000 #> 32236 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 32240 Nubian Africa SD 18.25000 #> 32243 Beja Africa ER SD 18.00000 #> 32262 Greater Central Philippine Papunesia PH 15.00000 #> 32280 Songhay Africa ML 17.00000 #> 32281 Biu-Mandara Africa NG 11.00000 #> 32293 Tequistlatecan North America MX 16.25000 #> 32302 Huavean North America MX 16.21667 #> 32303 Kadugli Africa SD 10.50000 #> 32309 Biu-Mandara Africa NG 11.00000 #> 32312 Kam-Tai Eurasia TH 16.00000 #> 32317 Bongo-Bagirmi Africa TD 11.66667 #> 32318 Totonacan North America MX 19.91667 #> 32324 Gur Africa ML 11.50000 #> 32325 Chamorro Papunesia GU 13.45000 #> 32326 Mayan North America GT 15.66667 #> 32329 Mixtecan North America MX 17.05000 #> 32333 Viet-Muong Eurasia VN 10.50000 #> 32341 West Chadic Africa NG NE 12.00000 #> 32344 Kadugli Africa SD 10.50000 #> 32349 Mayan North America GT 15.66667 #> 32351 Nahali Eurasia IN 19.75000 #> 32355 Kam-Tai Eurasia TH 16.00000 #> 32378 Biu-Mandara Africa NG 11.00000 #> 32383 Mixtecan North America MX 17.05000 #> 32389 Kunama Africa ER ET 14.50000 #> 32393 Rama North America NI 11.75000 #> 32397 Mixe-Zoque North America MX 17.00000 #> 32410 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 32419 Totonacan North America MX 19.91667 #> 32423 Tarascan North America MX 19.50000 #> 32424 Beja Africa ER SD 18.00000 #> 32425 Biu-Mandara Africa NG 11.00000 #> 32426 Nubian Africa SD 18.25000 #> 32430 Gur Africa ML 11.50000 #> 32446 Greater Central Philippine Papunesia PH 15.00000 #> 32448 Tequistlatecan North America MX 16.25000 #> 32456 West Chadic Africa NG NE 12.00000 #> 32459 Southern Dravidian Eurasia IN 14.00000 #> 32462 Viet-Muong Eurasia VN 10.50000 #> 32473 Chamorro Papunesia GU 13.45000 #> 32478 Huavean North America MX 16.21667 #> 32488 Bongo-Bagirmi Africa TD 11.66667 #> 32498 Songhay Africa ML 17.00000 #> 32504 Nahali Eurasia IN 19.75000 #> 32506 Viet-Muong Eurasia VN 10.50000 #> 32509 Rama North America NI 11.75000 #> 32511 Karen Eurasia MM 18.00000 #> 32512 Southern Dravidian Eurasia IN 14.00000 #> 32520 Greater Central Philippine Papunesia PH 15.00000 #> 32527 Kam-Tai Eurasia TH 16.00000 #> 32530 Songhay Africa ML 17.00000 #> 32531 Gur Africa ML 11.50000 #> 32534 Aztecan North America SV 13.83333 #> 32537 Mixtecan North America MX 17.05000 #> 32538 Mayan North America GT 15.66667 #> 32548 Kadugli Africa SD 10.50000 #> 32550 Huavean North America MX 16.21667 #> 32562 Beja Africa ER SD 18.00000 #> 32584 Bongo-Bagirmi Africa TD 11.66667 #> 32585 West Chadic Africa NG NE 12.00000 #> 32591 Chamorro Papunesia GU 13.45000 #> 32613 Mixe-Zoque North America MX 17.00000 #> 32660 Mayan North America GT 15.66667 #> 32667 Bongo-Bagirmi Africa TD 11.66667 #> 32690 Aztecan North America SV 13.83333 #> 32699 Tequistlatecan North America MX 16.25000 #> 32714 Huavean North America MX 16.21667 #> 32719 Nahali Eurasia IN 19.75000 #> 32722 Southern Dravidian Eurasia IN 14.00000 #> 32723 Tarascan North America MX 19.50000 #> 32739 Beja Africa ER SD 18.00000 #> 32741 Kunama Africa ER ET 14.50000 #> 32746 Songhay Africa ML 17.00000 #> 32752 Gumuz Africa SD ET 12.50000 #> 32754 Fur Africa SD 13.50000 #> 32764 Chamorro Papunesia GU 13.45000 #> 32772 Nubian Africa SD 18.25000 #> 32779 Nara Africa ER 15.08333 #> 32788 Rama North America NI 11.75000 #> 32791 West Chadic Africa NG NE 12.00000 #> 32802 Western Saharan Africa NE TD SD NG 12.00000 #> 32817 Greater Central Philippine Papunesia PH 15.00000 #> 32819 Mixe-Zoque North America MX 17.00000 #> 32844 Kadugli Africa SD 10.50000 #> 32849 Gur Africa ML 11.50000 #> 32854 Kam-Tai Eurasia TH 16.00000 #> 32855 Arhuacic South America CO 10.66667 #> 32868 Viet-Muong Eurasia VN 10.50000 #> 32872 Misumalpan North America NI 14.00000 #> 32876 Rashad Africa SD 12.16667 #> 32880 Mixtecan North America MX 17.05000 #> 32901 Mayan North America GT 15.66667 #> 32906 Tequistlatecan North America MX 16.25000 #> 32925 Misumalpan North America NI 14.00000 #> 32935 Chamorro Papunesia GU 13.45000 #> 32939 Huavean North America MX 16.21667 #> 32956 Aztecan North America SV 13.83333 #> 32961 Gur Africa ML 11.50000 #> 32962 Arhuacic South America CO 10.66667 #> 32964 Nubian Africa SD 18.25000 #> 32966 Kunama Africa ER ET 14.50000 #> 32973 Nahali Eurasia IN 19.75000 #> 32992 Fur Africa SD 13.50000 #> 32999 Western Saharan Africa NE TD SD NG 12.00000 #> 33003 Kam-Tai Eurasia TH 16.00000 #> 33014 Songhay Africa ML 17.00000 #> 33016 Rashad Africa SD 12.16667 #> 33025 West Chadic Africa NG NE 12.00000 #> 33034 Southern Dravidian Eurasia IN 14.00000 #> 33041 Tarascan North America MX 19.50000 #> 33044 Beja Africa ER SD 18.00000 #> 33056 Kadugli Africa SD 10.50000 #> 33062 Mixe-Zoque North America MX 17.00000 #> 33091 Nara Africa ER 15.08333 #> 33094 Viet-Muong Eurasia VN 10.50000 #> 33103 Bongo-Bagirmi Africa TD 11.66667 #> 33108 Mixtecan North America MX 17.05000 #> 33112 Gumuz Africa SD ET 12.50000 #> 33115 Rama North America NI 11.75000 #> 33118 Greater Central Philippine Papunesia PH 15.00000 #> 33129 Aztecan North America SV 13.83333 #> 33135 Mayan North America GT 15.66667 #> 33142 Huavean North America MX 16.21667 #> 33163 Tequistlatecan North America MX 16.25000 #> 33169 Nubian Africa SD 18.25000 #> 33172 Fur Africa SD 13.50000 #> 33175 Songhay Africa ML 17.00000 #> 33179 Southern Dravidian Eurasia IN 14.00000 #> 33182 Beja Africa ER SD 18.00000 #> 33184 Tarascan North America MX 19.50000 #> 33192 Kunama Africa ER ET 14.50000 #> 33210 Nahali Eurasia IN 19.75000 #> 33214 Mixe-Zoque North America MX 17.00000 #> 33230 Viet-Muong Eurasia VN 10.50000 #> 33240 Rama North America NI 11.75000 #> 33246 Western Saharan Africa NE TD SD NG 12.00000 #> 33247 Gumuz Africa SD ET 12.50000 #> 33262 Mixtecan North America MX 17.05000 #> 33270 Kadugli Africa SD 10.50000 #> 33273 Kam-Tai Eurasia TH 16.00000 #> 33282 Nara Africa ER 15.08333 #> 33285 Greater Central Philippine Papunesia PH 15.00000 #> 33291 Gur Africa ML 11.50000 #> 33305 Arhuacic South America CO 10.66667 #> 33318 West Chadic Africa NG NE 12.00000 #> 33328 Bongo-Bagirmi Africa TD 11.66667 #> 33337 Chamorro Papunesia GU 13.45000 #> 33348 Misumalpan North America NI 14.00000 #> 33355 Rashad Africa SD 12.16667 #> 33356 Kam-Tai Eurasia TH 16.00000 #> 33358 Gur Africa ML 11.50000 #> 33363 Viet-Muong Eurasia VN 10.50000 #> 33374 Chamorro Papunesia GU 13.45000 #> 33377 Beja Africa ER SD 18.00000 #> 33381 Tarascan North America MX 19.50000 #> 33384 Greater Central Philippine Papunesia PH 15.00000 #> 33397 Fur Africa SD 13.50000 #> 33412 Gumuz Africa SD ET 12.50000 #> 33414 Arhuacic South America CO 10.66667 #> 33415 Western Saharan Africa NE TD SD NG 12.00000 #> 33432 Southern Dravidian Eurasia IN 14.00000 #> 33444 Mixe-Zoque North America MX 17.00000 #> 33446 Mixtecan North America MX 17.05000 #> 33447 Nara Africa ER 15.08333 #> 33453 Huavean North America MX 16.21667 #> 33455 Mayan North America GT 15.66667 #> 33482 Aztecan North America SV 13.83333 #> 33483 Nahali Eurasia IN 19.75000 #> 33504 Bongo-Bagirmi Africa TD 11.66667 #> 33505 Songhay Africa ML 17.00000 #> 33508 Kunama Africa ER ET 14.50000 #> 33525 South-Central Dravidian Eurasia IN 20.00000 #> 33527 Misumalpan North America NI 14.00000 #> 33529 Tequistlatecan North America MX 16.25000 #> 33545 Kadugli Africa SD 10.50000 #> 33548 Nubian Africa SD 18.25000 #> 33565 Rashad Africa SD 12.16667 #> 33584 West Chadic Africa NG NE 12.00000 #> 33589 Rama North America NI 11.75000 #> 33592 Songhay Africa NE ML 16.00000 #> 33599 Songhay Africa ML 17.00000 #> 33605 Kwa Africa GH TG BJ 10.08333 #> 33607 Viet-Muong Eurasia VN 10.50000 #> 33608 Western Mande Africa ML SN 14.25000 #> 33610 Bahnaric Eurasia VN 10.75000 #> 33627 Kainji Africa NG 11.16667 #> 33628 Oceanic Papunesia US 19.58333 #> 33629 Karen Eurasia MM 18.00000 #> 33635 Greater Central Philippine Papunesia PH 15.00000 #> 33637 Burmese-Lolo Eurasia CN TH MM 20.00000 #> 33639 Khmer Eurasia KH 12.50000 #> 33643 Karen Eurasia MM TH 19.00000 #> 33658 Bahnaric Eurasia VN 14.83333 #> 33659 Northern Atlantic Africa SN GM 15.25000 #> 33671 Kam-Tai Eurasia TH LA 18.00000 #> 33673 Kam-Tai Eurasia TH 16.00000 #> 33674 Greater Central Philippine Papunesia PH 13.33333 #> 33682 West Chadic Africa NG NE 12.00000 #> 33687 Chinantecan North America MX 17.33333 #> 33706 Monic Eurasia TH MM 14.83333 #> 33718 Chamorro Papunesia GU 13.45000 #> 33728 Gur Africa BF 10.25000 #> 33729 Mixtecan North America MX 17.16667 #> 33731 Bahnaric Eurasia KH VN 11.83333 #> 33734 West Chadic Africa NG 12.08333 #> 33739 Southern Dravidian Eurasia IN 11.50000 #> 33756 Bongo-Bagirmi Africa CF 10.00000 #> 33766 Dogon Africa ML 14.41667 #> 33772 Indic Eurasia IN 19.00000 #> 33794 Munda Eurasia IN 18.00000 #> 33796 Gur Africa BF 12.83333 #> 33820 Laal Africa TD 10.00000 #> 33821 Western Saharan Africa NE TD SD NG 12.00000 #> 33825 Misumalpan North America NI 14.00000 #> 33828 Bongo-Bagirmi Africa TD 12.00000 #> 33834 Southern Dravidian Eurasia LK IN 11.00000 #> 33837 Southern Dravidian Eurasia IN 14.00000 #> 33838 Northern Atlantic Africa SN 14.91667 #> 33868 South-Central Dravidian Eurasia IN 16.00000 #> 33878 West Chadic Africa NG 11.00000 #> 33880 Gur Africa GH 10.25000 #> 33898 Nara Africa ER 15.08333 #> 33910 Biu-Mandara Africa TD CM 10.83333 #> 33929 Biu-Mandara Africa CM NG 10.41667 #> 33935 Nyimang Africa SD 12.16667 #> 33939 Central Cushitic Africa ER 15.75000 #> 33948 South-Central Dravidian Eurasia IN 18.75000 #> 33955 Maban Africa SD TD 13.33333 #> 33957 Northern Atlantic Africa SN 14.83333 #> 33959 Western Saharan Africa TD NE 16.00000 #> 33960 Dogon Africa BF ML 14.33333 #> 33965 Greater Central Philippine Papunesia PH 17.96667 #> 33974 Central Cushitic Africa ET 12.66667 #> 33993 West Chadic Africa NG 10.00000 #> 33994 Tarascan North America MX 19.50000 #> 34009 Western Mande Africa ML 12.50000 #> 34016 South-Central Dravidian Eurasia IN 19.00000 #> 34022 Mayan North America MX 18.16667 #> 34034 Biu-Mandara Africa NG 11.25000 #> 34043 Biu-Mandara Africa NG 11.50000 #> 34045 West Chadic Africa NG 10.91667 #> 34075 Central Dravidian Eurasia IN 20.00000 #> 34086 Gur Africa BF 10.66667 #> 34088 Nubian Africa SD 18.25000 #> 34095 Biu-Mandara Africa NG 11.00000 #> 34103 Mayan North America MX 17.00000 #> 34110 Biu-Mandara Africa TD 11.00000 #> 34111 Gur Africa GH 10.50000 #> 34118 Indic Eurasia IN 17.00000 #> 34119 Western Saharan Africa NG NE TD 14.00000 #> 34133 South-Central Dravidian Eurasia IN 17.50000 #> 34139 Gur Africa ML 11.50000 #> 34148 Caribbean Arawakan South America VR CO 12.00000 #> 34151 Gur Africa ML BF 14.25000 #> 34158 Biu-Mandara Africa NG 11.00000 #> 34161 Berta Africa SD ET 10.33333 #> 34163 South Andamanese Eurasia IN 10.75000 #> 34166 Arhuacic South America CO 10.66667 #> 34181 Fur Africa SD 13.50000 #> 34188 Eastern Jebel Africa SD 11.50000 #> 34193 Taman Africa SD TD 14.50000 #> 34197 Semitic Africa ET 10.00000 #> 34202 Maban Africa TD 13.75000 #> 34205 Gumuz Africa SD ET 12.50000 #> 34209 Beja Africa ER SD 18.00000 #> 34214 Tequistlatecan North America MX 16.00000 #> 34227 Eastern Saharan Africa SD TD 16.00000 #> 34228 Semitic Africa ER 16.50000 #> 34240 Bongo-Bagirmi Africa TD 11.66667 #> 34251 Daju Africa SD 10.83333 #> 34258 Kunama Africa ER ET 14.50000 #> 34259 Popolocan North America MX 18.25000 #> 34267 Biu-Mandara Africa TD NG CM 13.50000 #> 34282 Totonacan North America MX 19.91667 #> 34284 Huavean North America MX 16.21667 #> 34285 Semitic Eurasia YE OM 17.00000 #> 34289 Aztecan North America MX 19.66667 #> 34301 Berber Africa ML 20.00000 #> 34312 Rama North America NI 11.75000 #> 34313 Mixe-Zoque North America MX 18.33333 #> 34315 Katla-Tima Africa SD 11.83333 #> 34316 Zapotecan North America MX 16.41667 #> 34329 Mixtecan North America MX 16.33333 #> 34348 Zapotecan North America MX 16.80000 #> 34350 Mayan North America MX 16.50000 #> 34358 Talodi Africa SD 10.66667 #> 34359 Mixe-Zoque North America MX 17.41667 #> 34362 Northern Atlantic Africa GM SN 13.00000 #> 34367 Maban Africa TD CF 10.33333 #> 34373 Biu-Mandara Africa CM 11.50000 #> 34376 Chinantecan North America MX 17.58333 #> 34378 Northern Luzon Papunesia PH 16.83333 #> 34385 Zapotecan North America MX 17.25000 #> 34391 Mixtecan North America MX 17.16667 #> longitude in_WALS_100 in_WALS_200 #> 45 -72.00000000 FALSE FALSE #> 52 -155.50000000 FALSE FALSE #> 71 30.50000000 FALSE FALSE #> 74 -96.00000000 FALSE FALSE #> 83 -73.00000000 FALSE FALSE #> 94 -99.00000000 FALSE TRUE #> 112 29.41666667 FALSE FALSE #> 122 -0.91666667 FALSE TRUE #> 125 2.50000000 FALSE FALSE #> 128 -98.25000000 FALSE FALSE #> 129 -93.25000000 TRUE TRUE #> 135 -83.75000000 TRUE TRUE #> 136 -0.50000000 FALSE FALSE #> 137 29.33333333 FALSE FALSE #> 144 25.00000000 FALSE TRUE #> 146 0.00000000 TRUE TRUE #> 148 -97.33333333 FALSE FALSE #> 152 121.00000000 TRUE TRUE #> 154 -97.58333333 FALSE FALSE #> 166 -3.00000000 FALSE FALSE #> 176 84.33333333 FALSE FALSE #> 184 -97.58333333 TRUE TRUE #> 190 -73.75000000 FALSE TRUE #> 206 -3.25000000 FALSE FALSE #> 207 -85.50000000 FALSE FALSE #> 212 30.16666667 FALSE FALSE #> 213 99.00000000 FALSE FALSE #> 217 -92.50000000 FALSE FALSE #> 220 -5.58333333 TRUE TRUE #> 225 30.00000000 TRUE TRUE #> 227 8.66666667 FALSE FALSE #> 230 74.00000000 FALSE FALSE #> 231 -89.83333333 FALSE FALSE #> 233 20.83333333 FALSE TRUE #> 238 34.66666667 FALSE FALSE #> 239 29.66666667 FALSE FALSE #> 249 -7.50000000 FALSE TRUE #> 256 -89.00000000 FALSE FALSE #> 263 105.50000000 FALSE FALSE #> 271 22.00000000 FALSE FALSE #> 278 -4.33333333 FALSE FALSE #> 280 92.66666667 FALSE FALSE #> 294 77.16666667 FALSE FALSE #> 304 -99.00000000 FALSE FALSE #> 313 25.25000000 FALSE FALSE #> 314 13.00000000 FALSE TRUE #> 318 -96.91666667 FALSE FALSE #> 319 104.75000000 FALSE FALSE #> 322 106.50000000 TRUE TRUE #> 324 -98.00000000 FALSE FALSE #> 328 -95.00000000 FALSE FALSE #> 334 107.50000000 FALSE FALSE #> 343 37.00000000 FALSE TRUE #> 345 37.58333333 FALSE FALSE #> 346 105.00000000 FALSE TRUE #> 348 101.00000000 TRUE TRUE #> 350 36.00000000 FALSE TRUE #> 355 107.08333333 FALSE FALSE #> 365 -95.91666667 FALSE TRUE #> 370 -87.00000000 FALSE FALSE #> 372 -16.25000000 FALSE TRUE #> 373 34.00000000 FALSE FALSE #> 377 75.33333333 FALSE FALSE #> 379 -0.58333333 FALSE FALSE #> 384 144.75000000 TRUE TRUE #> 387 97.50000000 FALSE TRUE #> 389 12.00000000 FALSE FALSE #> 390 81.33333333 FALSE FALSE #> 400 18.33333333 FALSE FALSE #> 414 -91.66666667 TRUE TRUE #> 422 97.00000000 FALSE FALSE #> 423 -16.00000000 FALSE FALSE #> 439 79.00000000 FALSE FALSE #> 444 101.66666667 FALSE FALSE #> 447 16.00000000 TRUE TRUE #> 448 13.00000000 FALSE FALSE #> 449 -16.91666667 FALSE FALSE #> 457 36.66666667 FALSE FALSE #> 461 54.00000000 FALSE FALSE #> 462 7.00000000 TRUE TRUE #> 463 -101.66666667 FALSE FALSE #> 464 38.00000000 FALSE FALSE #> 471 15.33333333 FALSE FALSE #> 476 98.16666667 FALSE FALSE #> 480 76.00000000 TRUE TRUE #> 496 -96.66666667 FALSE FALSE #> 497 38.50000000 FALSE FALSE #> 505 108.00000000 FALSE FALSE #> 511 10.91666667 FALSE FALSE #> 514 -13.25000000 FALSE FALSE #> 515 107.83333333 FALSE FALSE #> 517 11.83333333 FALSE FALSE #> 543 -99.91666667 FALSE FALSE #> 559 108.00000000 FALSE FALSE #> 568 19.41666667 FALSE FALSE #> 571 -96.66666667 FALSE FALSE #> 574 -1.25000000 FALSE FALSE #> 575 -1.25000000 FALSE FALSE #> 577 -5.58333333 TRUE TRUE #> 581 16.00000000 TRUE TRUE #> 588 -97.58333333 TRUE TRUE #> 593 -3.25000000 FALSE FALSE #> 595 -72.75000000 FALSE FALSE #> 613 0.66666667 FALSE FALSE #> 615 -2.66666667 FALSE FALSE #> 617 -3.00000000 FALSE FALSE #> 624 -0.91666667 FALSE TRUE #> 627 20.83333333 FALSE TRUE #> 638 -14.00000000 FALSE FALSE #> 641 92.41666667 FALSE FALSE #> 646 101.00000000 TRUE TRUE #> 666 106.50000000 TRUE TRUE #> 672 15.33333333 FALSE FALSE #> 673 -15.66666667 FALSE FALSE #> 680 144.75000000 TRUE TRUE #> 683 -91.66666667 TRUE TRUE #> 690 14.08333333 FALSE FALSE #> 697 26.25000000 FALSE FALSE #> 704 13.00000000 FALSE TRUE #> 705 56.50000000 FALSE FALSE #> 708 -15.33333333 FALSE FALSE #> 716 105.00000000 FALSE TRUE #> 719 25.00000000 FALSE TRUE #> 720 13.58333333 FALSE FALSE #> 721 30.00000000 TRUE TRUE #> 722 17.66666667 FALSE FALSE #> 731 110.00000000 FALSE FALSE #> 741 -83.75000000 TRUE TRUE #> 747 37.41666667 FALSE FALSE #> 749 -16.00000000 FALSE FALSE #> 752 121.00000000 TRUE TRUE #> 757 37.00000000 FALSE TRUE #> 765 -10.50000000 FALSE FALSE #> 774 7.00000000 TRUE TRUE #> 778 -13.00000000 FALSE FALSE #> 779 -98.25000000 FALSE FALSE #> 780 97.50000000 FALSE TRUE #> 786 76.00000000 TRUE TRUE #> 788 -15.16666667 FALSE FALSE #> 792 -95.16666667 FALSE FALSE #> 808 17.66666667 FALSE FALSE #> 809 -15.66666667 FALSE FALSE #> 810 -13.75000000 FALSE FALSE #> 815 -15.16666667 FALSE FALSE #> 816 -13.00000000 FALSE FALSE #> 823 15.33333333 FALSE FALSE #> 825 14.08333333 FALSE FALSE #> 826 13.58333333 FALSE FALSE #> 827 -15.33333333 FALSE FALSE #> 837 -2.66666667 FALSE FALSE #> 839 1.00000000 FALSE FALSE #> 840 -1.25000000 FALSE FALSE #> 841 -3.25000000 FALSE FALSE #> 842 -1.25000000 FALSE FALSE #> 845 19.41666667 FALSE FALSE #> 849 101.00000000 TRUE TRUE #> 853 -7.50000000 FALSE TRUE #> 860 0.00000000 TRUE TRUE #> 862 98.16666667 FALSE FALSE #> 867 -5.58333333 TRUE TRUE #> 877 30.00000000 TRUE TRUE #> 879 105.00000000 FALSE TRUE #> 884 13.41666667 FALSE FALSE #> 896 -3.00000000 FALSE FALSE #> 903 107.50000000 FALSE FALSE #> 907 101.00000000 FALSE FALSE #> 910 97.50000000 FALSE TRUE #> 913 106.50000000 TRUE TRUE #> 919 121.00000000 TRUE TRUE #> 922 7.00000000 TRUE TRUE #> 930 -2.66666667 FALSE FALSE #> 933 -96.91666667 FALSE FALSE #> 940 82.00000000 FALSE FALSE #> 942 -99.00000000 FALSE TRUE #> 951 22.00000000 FALSE FALSE #> 953 34.66666667 FALSE FALSE #> 957 -101.66666667 FALSE FALSE #> 964 -16.83333333 FALSE FALSE #> 974 38.50000000 FALSE FALSE #> 983 -97.58333333 TRUE TRUE #> 989 -0.91666667 FALSE TRUE #> 991 -95.91666667 FALSE TRUE #> 996 -3.00000000 FALSE FALSE #> 1001 29.33333333 FALSE FALSE #> 1002 37.00000000 FALSE TRUE #> 1009 38.00000000 FALSE FALSE #> 1023 -16.25000000 FALSE TRUE #> 1037 -85.50000000 FALSE FALSE #> 1039 -89.58333333 FALSE FALSE #> 1040 -93.25000000 TRUE TRUE #> 1045 -96.46666667 FALSE FALSE #> 1051 30.75000000 FALSE TRUE #> 1052 -97.91666667 FALSE FALSE #> 1058 76.00000000 TRUE TRUE #> 1063 -87.00000000 FALSE FALSE #> 1093 16.00000000 TRUE TRUE #> 1098 -83.75000000 TRUE TRUE #> 1108 25.00000000 FALSE TRUE #> 1114 -83.66666667 FALSE FALSE #> 1119 20.83333333 FALSE TRUE #> 1134 36.00000000 FALSE TRUE #> 1143 13.00000000 FALSE TRUE #> 1144 -91.66666667 TRUE TRUE #> 1146 120.50000000 FALSE FALSE #> 1150 144.75000000 TRUE TRUE #> 1152 -91.33333333 FALSE FALSE #> 1184 -73.75000000 FALSE TRUE #> 1212 -96.41666667 FALSE FALSE #> 1232 0.00000000 FALSE FALSE #> 1250 -10.50000000 FALSE FALSE #> 1258 -3.00000000 FALSE FALSE #> 1264 13.41666667 FALSE FALSE #> 1265 -5.58333333 TRUE TRUE #> 1270 -2.66666667 FALSE FALSE #> 1279 -1.25000000 FALSE FALSE #> 1296 0.00000000 TRUE TRUE #> 1304 17.66666667 FALSE FALSE #> 1305 -16.91666667 FALSE FALSE #> 1313 -13.00000000 FALSE FALSE #> 1317 14.11666667 FALSE FALSE #> 1322 -96.25000000 FALSE FALSE #> 1338 -96.83333333 FALSE FALSE #> 1346 30.16666667 FALSE FALSE #> 1351 82.00000000 FALSE FALSE #> 1352 21.00000000 FALSE FALSE #> 1370 -91.75000000 FALSE FALSE #> 1394 -95.75000000 FALSE FALSE #> 1426 -99.00000000 FALSE TRUE #> 1436 -3.58333333 FALSE FALSE #> 1448 25.00000000 FALSE TRUE #> 1451 36.00000000 FALSE TRUE #> 1459 -92.58333333 FALSE FALSE #> 1468 -15.33333333 FALSE FALSE #> 1488 -95.00000000 FALSE FALSE #> 1496 51.50000000 FALSE FALSE #> 1501 -103.00000000 FALSE FALSE #> 1506 22.00000000 FALSE FALSE #> 1517 35.83333333 FALSE FALSE #> 1528 20.83333333 FALSE TRUE #> 1531 37.00000000 FALSE TRUE #> 1544 -83.75000000 TRUE TRUE #> 1551 13.00000000 FALSE TRUE #> 1562 -16.25000000 FALSE TRUE #> 1565 -99.66666667 FALSE FALSE #> 1570 30.75000000 FALSE TRUE #> 1576 38.00000000 FALSE FALSE #> 1594 -2.00000000 FALSE FALSE #> 1595 38.50000000 FALSE FALSE #> 1599 -93.25000000 TRUE TRUE #> 1649 -0.91666667 FALSE TRUE #> 1667 76.00000000 TRUE TRUE #> 1669 121.08333333 FALSE FALSE #> 1693 -73.75000000 FALSE TRUE #> 1711 -95.91666667 FALSE TRUE #> 1725 -98.25000000 FALSE FALSE #> 1726 38.50000000 FALSE FALSE #> 1788 7.00000000 TRUE TRUE #> 1792 14.00000000 FALSE FALSE #> 1803 10.91666667 FALSE FALSE #> 1807 9.66666667 FALSE FALSE #> 1812 -16.00000000 FALSE FALSE #> 1819 15.41666667 FALSE FALSE #> 1832 14.91666667 FALSE FALSE #> 1856 101.00000000 FALSE FALSE #> 1857 98.16666667 FALSE FALSE #> 1859 100.50000000 FALSE FALSE #> 1876 76.50000000 FALSE FALSE #> 1881 97.50000000 FALSE TRUE #> 1890 106.50000000 TRUE TRUE #> 1893 15.50000000 FALSE FALSE #> 1898 101.00000000 TRUE TRUE #> 1900 -155.50000000 FALSE FALSE #> 1904 106.83333333 FALSE FALSE #> 1912 30.00000000 TRUE TRUE #> 1915 18.75000000 FALSE FALSE #> 1919 77.00000000 FALSE FALSE #> 1920 14.50000000 FALSE FALSE #> 1922 18.00000000 FALSE FALSE #> 1928 -97.58333333 TRUE TRUE #> 1934 -91.66666667 TRUE TRUE #> 1935 13.75000000 FALSE FALSE #> 1941 13.41666667 FALSE FALSE #> 1945 106.50000000 TRUE TRUE #> 1946 121.00000000 TRUE TRUE #> 1950 101.00000000 FALSE FALSE #> 1954 0.00000000 TRUE TRUE #> 1961 30.00000000 TRUE TRUE #> 1963 -2.66666667 FALSE FALSE #> 1964 101.00000000 TRUE TRUE #> 1970 98.16666667 FALSE FALSE #> 1972 -7.50000000 FALSE TRUE #> 1978 105.00000000 FALSE TRUE #> 1984 -5.58333333 TRUE TRUE #> 1987 -3.00000000 FALSE FALSE #> 2002 7.00000000 TRUE TRUE #> 2004 107.50000000 FALSE FALSE #> 2013 97.50000000 FALSE TRUE #> 2021 -83.66666667 FALSE FALSE #> 2022 -97.58333333 TRUE TRUE #> 2025 25.00000000 FALSE TRUE #> 2027 76.00000000 TRUE TRUE #> 2034 82.00000000 FALSE FALSE #> 2040 -3.00000000 FALSE FALSE #> 2056 -97.91666667 FALSE FALSE #> 2077 144.75000000 TRUE TRUE #> 2080 30.75000000 FALSE TRUE #> 2082 -95.91666667 FALSE TRUE #> 2089 -83.75000000 TRUE TRUE #> 2106 -16.83333333 FALSE FALSE #> 2132 13.00000000 FALSE TRUE #> 2139 -16.25000000 FALSE TRUE #> 2147 38.50000000 FALSE FALSE #> 2149 37.00000000 FALSE TRUE #> 2167 -93.25000000 TRUE TRUE #> 2169 34.66666667 FALSE FALSE #> 2186 -87.00000000 FALSE FALSE #> 2188 20.83333333 FALSE TRUE #> 2192 -89.58333333 FALSE FALSE #> 2193 -73.75000000 FALSE TRUE #> 2201 120.50000000 FALSE FALSE #> 2207 -96.91666667 FALSE FALSE #> 2212 -96.46666667 FALSE FALSE #> 2231 -85.50000000 FALSE FALSE #> 2242 22.00000000 FALSE FALSE #> 2243 -96.41666667 FALSE FALSE #> 2247 36.00000000 FALSE TRUE #> 2250 -101.66666667 FALSE FALSE #> 2251 29.33333333 FALSE FALSE #> 2268 -99.00000000 FALSE TRUE #> 2275 16.00000000 TRUE TRUE #> 2284 -0.91666667 FALSE TRUE #> 2285 -91.33333333 FALSE FALSE #> 2288 -91.66666667 TRUE TRUE #> 2304 38.00000000 FALSE FALSE #> 2320 105.00000000 FALSE TRUE #> 2328 -5.58333333 TRUE TRUE #> 2339 101.00000000 FALSE FALSE #> 2346 121.00000000 TRUE TRUE #> 2349 97.50000000 FALSE TRUE #> 2354 0.00000000 TRUE TRUE #> 2358 106.50000000 TRUE TRUE #> 2365 101.00000000 TRUE TRUE #> 2371 -3.00000000 FALSE FALSE #> 2373 30.00000000 TRUE TRUE #> 2374 -7.50000000 FALSE TRUE #> 2378 13.41666667 FALSE FALSE #> 2383 107.50000000 FALSE FALSE #> 2384 -16.83333333 FALSE FALSE #> 2393 98.16666667 FALSE FALSE #> 2397 7.00000000 TRUE TRUE #> 2409 -2.66666667 FALSE FALSE #> 2421 30.75000000 FALSE TRUE #> 2425 -93.25000000 TRUE TRUE #> 2435 76.00000000 TRUE TRUE #> 2439 25.00000000 FALSE TRUE #> 2453 36.00000000 FALSE TRUE #> 2459 38.00000000 FALSE FALSE #> 2465 -95.91666667 FALSE TRUE #> 2466 -97.58333333 TRUE TRUE #> 2467 20.83333333 FALSE TRUE #> 2472 120.50000000 FALSE FALSE #> 2483 -83.75000000 TRUE TRUE #> 2510 -0.91666667 FALSE TRUE #> 2515 -97.91666667 FALSE FALSE #> 2522 16.00000000 TRUE TRUE #> 2523 -96.46666667 FALSE FALSE #> 2556 -83.66666667 FALSE FALSE #> 2558 144.75000000 TRUE TRUE #> 2565 22.00000000 FALSE FALSE #> 2571 38.50000000 FALSE FALSE #> 2576 34.66666667 FALSE FALSE #> 2577 -16.25000000 FALSE TRUE #> 2584 13.00000000 FALSE TRUE #> 2598 -87.00000000 FALSE FALSE #> 2629 -91.66666667 TRUE TRUE #> 2630 37.00000000 FALSE TRUE #> 2632 -96.91666667 FALSE FALSE #> 2635 -85.50000000 FALSE FALSE #> 2642 -73.75000000 FALSE TRUE #> 2651 -91.33333333 FALSE FALSE #> 2653 -101.66666667 FALSE FALSE #> 2661 -96.41666667 FALSE FALSE #> 2671 -3.00000000 FALSE FALSE #> 2679 -99.00000000 FALSE TRUE #> 2681 82.00000000 FALSE FALSE #> 2694 -89.58333333 FALSE FALSE #> 2695 29.33333333 FALSE FALSE #> 2707 106.50000000 TRUE TRUE #> 2712 -83.66666667 FALSE FALSE #> 2714 -16.83333333 FALSE FALSE #> 2720 13.41666667 FALSE FALSE #> 2724 -83.75000000 TRUE TRUE #> 2742 -97.91666667 FALSE FALSE #> 2744 30.00000000 TRUE TRUE #> 2749 105.00000000 FALSE TRUE #> 2753 101.00000000 TRUE TRUE #> 2756 121.00000000 TRUE TRUE #> 2757 0.00000000 TRUE TRUE #> 2769 -5.58333333 TRUE TRUE #> 2777 144.75000000 TRUE TRUE #> 2780 30.75000000 FALSE TRUE #> 2784 -3.00000000 FALSE FALSE #> 2798 98.16666667 FALSE FALSE #> 2811 97.50000000 FALSE TRUE #> 2817 -3.00000000 FALSE FALSE #> 2825 107.50000000 FALSE FALSE #> 2828 -97.58333333 TRUE TRUE #> 2830 101.00000000 FALSE FALSE #> 2841 25.00000000 FALSE TRUE #> 2846 -7.50000000 FALSE TRUE #> 2853 82.00000000 FALSE FALSE #> 2860 -95.91666667 FALSE TRUE #> 2868 -2.66666667 FALSE FALSE #> 2870 76.00000000 TRUE TRUE #> 2873 7.00000000 TRUE TRUE #> 2896 -89.58333333 FALSE FALSE #> 2899 38.50000000 FALSE FALSE #> 2900 34.66666667 FALSE FALSE #> 2909 -96.41666667 FALSE FALSE #> 2910 -99.00000000 FALSE TRUE #> 2919 29.33333333 FALSE FALSE #> 2923 16.00000000 TRUE TRUE #> 2929 -16.25000000 FALSE TRUE #> 2935 36.00000000 FALSE TRUE #> 2955 -96.46666667 FALSE FALSE #> 2957 -73.75000000 FALSE TRUE #> 2961 120.50000000 FALSE FALSE #> 2976 38.00000000 FALSE FALSE #> 2977 -0.91666667 FALSE TRUE #> 2985 -91.66666667 TRUE TRUE #> 3002 -87.00000000 FALSE FALSE #> 3004 -85.50000000 FALSE FALSE #> 3006 -91.33333333 FALSE FALSE #> 3014 22.00000000 FALSE FALSE #> 3031 -101.66666667 FALSE FALSE #> 3037 -96.91666667 FALSE FALSE #> 3051 13.00000000 FALSE TRUE #> 3064 20.83333333 FALSE TRUE #> 3068 37.00000000 FALSE TRUE #> 3070 -93.25000000 TRUE TRUE #> 3078 106.83333333 FALSE FALSE #> 3079 30.75000000 FALSE TRUE #> 3086 16.00000000 TRUE TRUE #> 3090 -97.58333333 TRUE TRUE #> 3094 13.00000000 FALSE TRUE #> 3095 34.66666667 FALSE FALSE #> 3101 -91.33333333 FALSE FALSE #> 3102 -5.58333333 TRUE TRUE #> 3107 101.00000000 TRUE TRUE #> 3113 14.91666667 FALSE FALSE #> 3116 100.00000000 FALSE FALSE #> 3141 -91.83333333 FALSE FALSE #> 3143 30.00000000 TRUE TRUE #> 3147 37.41666667 FALSE FALSE #> 3154 76.50000000 FALSE FALSE #> 3155 37.00000000 FALSE TRUE #> 3157 -91.66666667 TRUE TRUE #> 3166 -3.00000000 FALSE FALSE #> 3167 76.00000000 FALSE FALSE #> 3168 42.00000000 FALSE FALSE #> 3183 76.83333333 FALSE FALSE #> 3188 -96.08333333 FALSE FALSE #> 3190 13.80000000 FALSE FALSE #> 3212 78.50000000 FALSE FALSE #> 3214 83.00000000 FALSE FALSE #> 3215 -4.00000000 FALSE FALSE #> 3222 -101.66666667 FALSE FALSE #> 3224 38.50000000 FALSE FALSE #> 3234 109.50000000 FALSE FALSE #> 3241 76.00000000 TRUE TRUE #> 3244 -89.83333333 FALSE FALSE #> 3263 107.50000000 FALSE FALSE #> 3271 9.66666667 FALSE FALSE #> 3280 101.00000000 FALSE FALSE #> 3281 97.50000000 FALSE TRUE #> 3283 -16.00000000 FALSE FALSE #> 3285 38.00000000 FALSE FALSE #> 3286 -2.66666667 FALSE FALSE #> 3290 13.71666667 FALSE FALSE #> 3303 -99.00000000 FALSE TRUE #> 3310 106.50000000 TRUE TRUE #> 3369 -94.75000000 FALSE FALSE #> 3395 144.75000000 TRUE TRUE #> 3410 7.00000000 TRUE TRUE #> 3411 -0.91666667 FALSE TRUE #> 3414 -95.00000000 FALSE FALSE #> 3425 105.00000000 FALSE TRUE #> 3439 -73.75000000 FALSE TRUE #> 3446 108.00000000 FALSE FALSE #> 3448 121.00000000 TRUE TRUE #> 3450 0.00000000 TRUE TRUE #> 3455 -83.75000000 TRUE TRUE #> 3459 -91.83333333 FALSE FALSE #> 3473 -2.66666667 FALSE FALSE #> 3476 -7.50000000 FALSE TRUE #> 3497 16.00000000 TRUE TRUE #> 3498 144.75000000 TRUE TRUE #> 3499 -72.00000000 FALSE FALSE #> 3502 106.50000000 TRUE TRUE #> 3504 121.00000000 TRUE TRUE #> 3505 7.00000000 TRUE TRUE #> 3513 0.00000000 TRUE TRUE #> 3524 76.00000000 TRUE TRUE #> 3527 78.50000000 FALSE FALSE #> 3565 101.00000000 TRUE TRUE #> 3593 -73.75000000 FALSE TRUE #> 3605 -91.66666667 TRUE TRUE #> 3622 -5.58333333 TRUE TRUE #> 3623 30.00000000 TRUE TRUE #> 3631 -89.58333333 FALSE FALSE #> 3635 -91.33333333 FALSE FALSE #> 3636 38.50000000 FALSE FALSE #> 3651 30.00000000 TRUE TRUE #> 3663 101.00000000 TRUE TRUE #> 3667 37.00000000 FALSE TRUE #> 3677 20.83333333 FALSE TRUE #> 3680 13.00000000 FALSE TRUE #> 3682 -99.00000000 FALSE TRUE #> 3685 30.75000000 FALSE TRUE #> 3686 106.50000000 TRUE TRUE #> 3687 -16.83333333 FALSE FALSE #> 3690 34.66666667 FALSE FALSE #> 3693 38.00000000 FALSE FALSE #> 3707 22.00000000 FALSE FALSE #> 3711 -95.91666667 FALSE TRUE #> 3714 7.00000000 TRUE TRUE #> 3725 -91.66666667 TRUE TRUE #> 3731 144.75000000 TRUE TRUE #> 3732 -96.41666667 FALSE FALSE #> 3738 -16.25000000 FALSE TRUE #> 3747 0.00000000 TRUE TRUE #> 3752 36.00000000 FALSE TRUE #> 3780 -3.00000000 FALSE FALSE #> 3783 25.00000000 FALSE TRUE #> 3789 76.00000000 TRUE TRUE #> 3803 121.00000000 TRUE TRUE #> 3806 -97.91666667 FALSE FALSE #> 3814 107.50000000 FALSE FALSE #> 3819 -83.75000000 TRUE TRUE #> 3820 105.00000000 FALSE TRUE #> 3821 -101.66666667 FALSE FALSE #> 3825 -96.91666667 FALSE FALSE #> 3837 -85.50000000 FALSE FALSE #> 3852 -97.58333333 TRUE TRUE #> 3876 -3.00000000 FALSE FALSE #> 3878 82.00000000 FALSE FALSE #> 3879 -87.00000000 FALSE FALSE #> 3887 -83.66666667 FALSE FALSE #> 3893 98.16666667 FALSE FALSE #> 3898 -2.66666667 FALSE FALSE #> 3899 -0.91666667 FALSE TRUE #> 3904 97.50000000 FALSE TRUE #> 3906 -7.50000000 FALSE TRUE #> 3911 -93.25000000 TRUE TRUE #> 3933 -5.58333333 TRUE TRUE #> 3947 -73.75000000 FALSE TRUE #> 3957 101.00000000 FALSE FALSE #> 3976 16.00000000 TRUE TRUE #> 3994 13.41666667 FALSE FALSE #> 4000 120.50000000 FALSE FALSE #> 4002 0.00000000 TRUE TRUE #> 4003 -93.25000000 TRUE TRUE #> 4010 120.50000000 FALSE FALSE #> 4016 -91.66666667 TRUE TRUE #> 4017 30.00000000 TRUE TRUE #> 4018 -91.00000000 FALSE FALSE #> 4039 -91.83333333 FALSE FALSE #> 4040 144.75000000 TRUE TRUE #> 4049 -91.33333333 FALSE FALSE #> 4060 -97.58333333 TRUE TRUE #> 4068 -73.75000000 FALSE TRUE #> 4105 106.50000000 TRUE TRUE #> 4106 101.00000000 TRUE TRUE #> 4107 7.00000000 TRUE TRUE #> 4108 78.50000000 FALSE FALSE #> 4112 16.00000000 TRUE TRUE #> 4129 42.00000000 FALSE FALSE #> 4152 -0.91666667 FALSE TRUE #> 4160 -5.58333333 TRUE TRUE #> 4162 36.00000000 FALSE TRUE #> 4170 76.00000000 TRUE TRUE #> 4183 13.00000000 FALSE TRUE #> 4190 121.00000000 TRUE TRUE #> 4191 -83.75000000 TRUE TRUE #> 4202 -91.83333333 FALSE FALSE #> 4204 0.00000000 TRUE TRUE #> 4205 30.00000000 TRUE TRUE #> 4206 -91.33333333 FALSE FALSE #> 4210 -91.66666667 TRUE TRUE #> 4211 120.50000000 FALSE FALSE #> 4224 -93.25000000 TRUE TRUE #> 4233 144.75000000 TRUE TRUE #> 4258 106.50000000 TRUE TRUE #> 4259 13.00000000 FALSE TRUE #> 4262 -73.75000000 FALSE TRUE #> 4285 42.00000000 FALSE FALSE #> 4290 -83.75000000 TRUE TRUE #> 4295 16.00000000 TRUE TRUE #> 4318 76.00000000 TRUE TRUE #> 4328 -97.58333333 TRUE TRUE #> 4340 -5.58333333 TRUE TRUE #> 4348 101.00000000 TRUE TRUE #> 4350 -0.91666667 FALSE TRUE #> 4363 121.00000000 TRUE TRUE #> 4369 7.00000000 TRUE TRUE #> 4375 78.50000000 FALSE FALSE #> 4380 36.00000000 FALSE TRUE #> 4384 -93.25000000 TRUE TRUE #> 4388 76.00000000 TRUE TRUE #> 4390 42.00000000 FALSE FALSE #> 4392 144.75000000 TRUE TRUE #> 4402 -73.75000000 FALSE TRUE #> 4404 -16.00000000 FALSE FALSE #> 4417 121.00000000 TRUE TRUE #> 4425 13.00000000 FALSE TRUE #> 4447 7.00000000 TRUE TRUE #> 4450 30.00000000 TRUE TRUE #> 4461 0.00000000 TRUE TRUE #> 4462 -91.66666667 TRUE TRUE #> 4473 106.50000000 TRUE TRUE #> 4489 -97.58333333 TRUE TRUE #> 4500 16.00000000 TRUE TRUE #> 4516 -0.91666667 FALSE TRUE #> 4526 101.00000000 TRUE TRUE #> 4533 78.50000000 FALSE FALSE #> 4541 78.50000000 FALSE FALSE #> 4548 -83.75000000 TRUE TRUE #> 4557 -5.58333333 TRUE TRUE #> 4571 -91.66666667 TRUE TRUE #> 4579 0.00000000 TRUE TRUE #> 4589 30.00000000 TRUE TRUE #> 4595 13.00000000 FALSE TRUE #> 4598 7.00000000 TRUE TRUE #> 4601 121.00000000 TRUE TRUE #> 4610 -16.00000000 FALSE FALSE #> 4613 42.00000000 FALSE FALSE #> 4619 -73.75000000 FALSE TRUE #> 4632 144.75000000 TRUE TRUE #> 4633 76.00000000 TRUE TRUE #> 4638 -93.25000000 TRUE TRUE #> 4664 -5.58333333 TRUE TRUE #> 4666 -83.75000000 TRUE TRUE #> 4694 78.50000000 FALSE FALSE #> 4700 101.00000000 TRUE TRUE #> 4709 -97.58333333 TRUE TRUE #> 4724 -0.91666667 FALSE TRUE #> 4732 16.00000000 TRUE TRUE #> 4740 106.50000000 TRUE TRUE #> 4744 78.50000000 FALSE FALSE #> 4750 -16.00000000 FALSE FALSE #> 4753 106.50000000 TRUE TRUE #> 4762 -93.25000000 TRUE TRUE #> 4770 -96.91666667 FALSE FALSE #> 4771 -73.75000000 FALSE TRUE #> 4773 76.00000000 TRUE TRUE #> 4775 99.00000000 FALSE FALSE #> 4778 -95.91666667 FALSE TRUE #> 4782 105.00000000 FALSE TRUE #> 4783 -97.33333333 FALSE FALSE #> 4784 -0.50000000 FALSE FALSE #> 4785 13.00000000 FALSE TRUE #> 4789 38.50000000 FALSE FALSE #> 4799 7.00000000 TRUE TRUE #> 4803 0.00000000 TRUE TRUE #> 4804 -92.50000000 FALSE FALSE #> 4805 -91.66666667 TRUE TRUE #> 4807 -155.50000000 FALSE FALSE #> 4808 101.66666667 FALSE FALSE #> 4811 10.91666667 FALSE FALSE #> 4814 92.66666667 FALSE FALSE #> 4818 -3.25000000 FALSE FALSE #> 4819 98.16666667 FALSE FALSE #> 4827 107.50000000 FALSE FALSE #> 4831 -87.00000000 FALSE FALSE #> 4833 36.66666667 FALSE FALSE #> 4839 -4.33333333 FALSE FALSE #> 4860 11.83333333 FALSE FALSE #> 4879 -89.83333333 FALSE FALSE #> 4904 -89.00000000 FALSE FALSE #> 4905 79.00000000 FALSE FALSE #> 4924 29.66666667 FALSE FALSE #> 4925 -97.58333333 TRUE TRUE #> 4930 12.00000000 FALSE FALSE #> 4939 101.00000000 TRUE TRUE #> 4948 54.00000000 FALSE FALSE #> 4966 18.33333333 FALSE FALSE #> 4974 8.66666667 FALSE FALSE #> 4976 -98.00000000 FALSE FALSE #> 4977 -7.50000000 FALSE TRUE #> 4986 29.41666667 FALSE FALSE #> 5000 144.75000000 TRUE TRUE #> 5014 29.33333333 FALSE FALSE #> 5020 25.25000000 FALSE FALSE #> 5038 -0.91666667 FALSE TRUE #> 5039 77.16666667 FALSE FALSE #> 5060 -99.00000000 FALSE TRUE #> 5062 37.00000000 FALSE TRUE #> 5063 -0.58333333 FALSE FALSE #> 5064 -95.00000000 FALSE FALSE #> 5075 36.00000000 FALSE TRUE #> 5079 104.75000000 FALSE FALSE #> 5083 97.00000000 FALSE FALSE #> 5085 97.50000000 FALSE TRUE #> 5092 74.00000000 FALSE FALSE #> 5098 -98.25000000 FALSE FALSE #> 5103 13.00000000 FALSE FALSE #> 5106 22.00000000 FALSE FALSE #> 5115 105.50000000 FALSE FALSE #> 5119 30.16666667 FALSE FALSE #> 5130 -16.25000000 FALSE TRUE #> 5131 38.00000000 FALSE FALSE #> 5139 15.33333333 FALSE FALSE #> 5144 84.33333333 FALSE FALSE #> 5145 -3.00000000 FALSE FALSE #> 5146 30.00000000 TRUE TRUE #> 5149 107.08333333 FALSE FALSE #> 5154 -96.00000000 FALSE FALSE #> 5156 -72.00000000 FALSE FALSE #> 5157 34.00000000 FALSE FALSE #> 5158 2.50000000 FALSE FALSE #> 5160 108.00000000 FALSE FALSE #> 5161 -97.58333333 FALSE FALSE #> 5163 -73.00000000 FALSE FALSE #> 5167 30.50000000 FALSE FALSE #> 5183 75.33333333 FALSE FALSE #> 5195 16.00000000 TRUE TRUE #> 5200 25.00000000 FALSE TRUE #> 5208 -83.75000000 TRUE TRUE #> 5211 81.33333333 FALSE FALSE #> 5212 37.58333333 FALSE FALSE #> 5218 -101.66666667 FALSE FALSE #> 5223 -16.91666667 FALSE FALSE #> 5253 121.00000000 TRUE TRUE #> 5255 34.66666667 FALSE FALSE #> 5256 -99.91666667 FALSE FALSE #> 5259 -85.50000000 FALSE FALSE #> 5260 107.83333333 FALSE FALSE #> 5263 108.00000000 FALSE FALSE #> 5268 -5.58333333 TRUE TRUE #> 5269 20.83333333 FALSE TRUE #> 5278 -96.66666667 FALSE FALSE #> 5311 7.00000000 TRUE TRUE #> 5313 16.00000000 TRUE TRUE #> 5316 -0.91666667 FALSE TRUE #> 5318 13.00000000 FALSE TRUE #> 5339 -97.58333333 TRUE TRUE #> 5346 121.00000000 TRUE TRUE #> 5349 -92.66666667 FALSE FALSE #> 5350 -73.75000000 FALSE TRUE #> 5353 30.00000000 TRUE TRUE #> 5354 144.75000000 TRUE TRUE #> 5356 78.50000000 FALSE FALSE #> 5372 98.16666667 FALSE FALSE #> 5377 76.00000000 TRUE TRUE #> 5381 78.50000000 FALSE FALSE #> 5385 36.66666667 FALSE FALSE #> 5399 76.00000000 FALSE FALSE #> 5401 -83.75000000 TRUE TRUE #> 5403 -99.00000000 FALSE TRUE #> 5414 101.00000000 TRUE TRUE #> 5416 105.00000000 FALSE TRUE #> 5417 -91.66666667 TRUE TRUE #> 5421 0.00000000 TRUE TRUE #> 5422 -5.58333333 TRUE TRUE #> 5425 106.50000000 TRUE TRUE #> 5427 37.00000000 FALSE TRUE #> 5438 30.00000000 TRUE TRUE #> 5448 101.00000000 TRUE TRUE #> 5450 16.00000000 TRUE TRUE #> 5451 -16.25000000 FALSE TRUE #> 5459 76.00000000 FALSE FALSE #> 5462 124.00000000 FALSE FALSE #> 5469 36.66666667 FALSE FALSE #> 5479 38.00000000 FALSE FALSE #> 5480 -95.91666667 FALSE TRUE #> 5497 -0.91666667 FALSE TRUE #> 5498 79.00000000 FALSE FALSE #> 5503 37.41666667 FALSE FALSE #> 5513 -155.50000000 FALSE FALSE #> 5515 -92.66666667 FALSE FALSE #> 5525 -73.75000000 FALSE TRUE #> 5530 36.00000000 FALSE TRUE #> 5534 -99.00000000 FALSE TRUE #> 5541 78.50000000 FALSE FALSE #> 5552 76.00000000 TRUE TRUE #> 5558 105.00000000 FALSE TRUE #> 5564 30.75000000 FALSE TRUE #> 5579 144.75000000 TRUE TRUE #> 5589 -91.66666667 TRUE TRUE #> 5592 -5.58333333 TRUE TRUE #> 5603 13.00000000 FALSE TRUE #> 5614 -89.58333333 FALSE FALSE #> 5622 7.00000000 TRUE TRUE #> 5632 78.50000000 FALSE FALSE #> 5639 76.50000000 FALSE FALSE #> 5657 121.00000000 TRUE TRUE #> 5662 84.33333333 FALSE FALSE #> 5673 -7.50000000 FALSE TRUE #> 5674 -97.58333333 TRUE TRUE #> 5676 37.00000000 FALSE TRUE #> 5698 20.83333333 FALSE TRUE #> 5706 97.50000000 FALSE TRUE #> 5707 106.50000000 TRUE TRUE #> 5729 98.16666667 FALSE FALSE #> 5732 0.00000000 TRUE TRUE #> 5736 -83.75000000 TRUE TRUE #> 5739 15.00000000 FALSE FALSE #> 5790 -83.66666667 FALSE FALSE #> 5796 31.05000000 FALSE FALSE #> 5801 84.33333333 FALSE FALSE #> 5807 -3.58333333 FALSE FALSE #> 5816 -96.91666667 FALSE FALSE #> 5817 78.50000000 FALSE FALSE #> 5826 22.00000000 FALSE FALSE #> 5864 82.00000000 FALSE FALSE #> 5874 -16.25000000 FALSE TRUE #> 5875 36.00000000 FALSE TRUE #> 5884 37.41666667 FALSE FALSE #> 5889 -99.66666667 FALSE FALSE #> 5896 -73.75000000 FALSE TRUE #> 5900 -96.41666667 FALSE FALSE #> 5901 23.00000000 FALSE FALSE #> 5909 22.00000000 FALSE FALSE #> 5918 38.50000000 FALSE FALSE #> 5921 38.50000000 FALSE FALSE #> 5923 82.66666667 FALSE FALSE #> 5935 34.66666667 FALSE FALSE #> 5939 30.83333333 FALSE FALSE #> 5942 21.50000000 FALSE FALSE #> 5975 13.75000000 FALSE FALSE #> 5980 -96.41666667 FALSE FALSE #> 5981 -16.83333333 FALSE FALSE #> 5989 37.00000000 FALSE TRUE #> 5996 -96.25000000 FALSE FALSE #> 5999 -2.50000000 FALSE FALSE #> 6006 81.33333333 FALSE FALSE #> 6010 22.00000000 FALSE FALSE #> 6014 -16.91666667 FALSE FALSE #> 6018 30.75000000 FALSE TRUE #> 6035 -96.75000000 FALSE FALSE #> 6036 76.00000000 TRUE TRUE #> 6047 100.00000000 FALSE FALSE #> 6050 21.00000000 FALSE FALSE #> 6060 81.00000000 FALSE FALSE #> 6074 79.00000000 FALSE FALSE #> 6091 13.00000000 FALSE TRUE #> 6094 -99.00000000 FALSE FALSE #> 6100 -15.33333333 FALSE FALSE #> 6105 75.33333333 FALSE FALSE #> 6110 -85.50000000 FALSE FALSE #> 6111 20.83333333 FALSE TRUE #> 6123 76.50000000 FALSE FALSE #> 6133 14.50000000 FALSE FALSE #> 6137 -2.00000000 FALSE FALSE #> 6138 14.83333333 FALSE FALSE #> 6148 29.33333333 FALSE FALSE #> 6158 -155.50000000 FALSE FALSE #> 6162 34.00000000 FALSE FALSE #> 6164 -92.58333333 FALSE FALSE #> 6180 77.00000000 FALSE FALSE #> 6182 -101.66666667 FALSE FALSE #> 6185 23.00000000 FALSE FALSE #> 6191 16.00000000 TRUE TRUE #> 6194 -5.58333333 TRUE TRUE #> 6204 14.11666667 FALSE FALSE #> 6206 -4.50000000 FALSE FALSE #> 6209 121.00000000 TRUE TRUE #> 6216 0.25000000 FALSE FALSE #> 6217 51.50000000 FALSE FALSE #> 6218 15.50000000 FALSE FALSE #> 6226 -95.66666667 FALSE FALSE #> 6234 -0.91666667 FALSE TRUE #> 6236 30.00000000 FALSE FALSE #> 6237 122.08333333 FALSE FALSE #> 6245 0.00000000 FALSE FALSE #> 6248 -92.66666667 FALSE FALSE #> 6249 -89.58333333 FALSE FALSE #> 6264 29.66666667 FALSE FALSE #> 6269 -95.00000000 FALSE FALSE #> 6278 -96.91666667 FALSE FALSE #> 6302 13.41666667 FALSE FALSE #> 6303 18.00000000 FALSE FALSE #> 6304 144.75000000 TRUE TRUE #> 6309 -97.25000000 FALSE FALSE #> 6325 -4.91666667 FALSE FALSE #> 6328 -91.50000000 FALSE FALSE #> 6333 29.41666667 FALSE FALSE #> 6338 -91.33333333 FALSE FALSE #> 6342 9.25000000 FALSE FALSE #> 6359 -4.66666667 FALSE FALSE #> 6367 17.66666667 FALSE FALSE #> 6385 13.00000000 FALSE FALSE #> 6394 -95.75000000 FALSE FALSE #> 6414 -97.33333333 FALSE FALSE #> 6416 -91.75000000 FALSE FALSE #> 6424 -95.91666667 FALSE TRUE #> 6443 -10.50000000 FALSE FALSE #> 6445 14.91666667 FALSE FALSE #> 6446 -98.00000000 FALSE FALSE #> 6448 14.08333333 FALSE FALSE #> 6450 -95.00000000 FALSE FALSE #> 6465 7.00000000 TRUE TRUE #> 6474 -97.75000000 FALSE FALSE #> 6475 -103.00000000 FALSE FALSE #> 6484 -97.58333333 TRUE TRUE #> 6485 5.08333333 FALSE FALSE #> 6498 -99.00000000 FALSE TRUE #> 6502 123.00000000 FALSE FALSE #> 6510 14.16666667 FALSE FALSE #> 6514 10.91666667 FALSE FALSE #> 6524 -2.66666667 FALSE FALSE #> 6525 0.00000000 TRUE TRUE #> 6527 -96.25000000 FALSE FALSE #> 6535 37.58333333 FALSE FALSE #> 6539 11.83333333 FALSE FALSE #> 6558 -88.00000000 FALSE FALSE #> 6582 13.58333333 FALSE FALSE #> 6603 -91.83333333 FALSE FALSE #> 6604 -1.58333333 FALSE FALSE #> 6624 -91.66666667 TRUE TRUE #> 6627 -94.75000000 FALSE FALSE #> 6628 13.83333333 FALSE FALSE #> 6632 -83.75000000 TRUE TRUE #> 6639 -93.25000000 TRUE TRUE #> 6647 101.00000000 TRUE TRUE #> 6651 29.66666667 FALSE FALSE #> 6662 121.83333333 FALSE FALSE #> 6668 77.83333333 FALSE FALSE #> 6670 30.16666667 FALSE FALSE #> 6671 78.50000000 FALSE FALSE #> 6675 120.91666667 FALSE FALSE #> 6683 -3.00000000 FALSE FALSE #> 6692 103.00000000 FALSE FALSE #> 6706 97.50000000 FALSE TRUE #> 6713 -4.83333333 FALSE FALSE #> 6719 106.75000000 FALSE FALSE #> 6724 107.50000000 FALSE FALSE #> 6732 106.50000000 TRUE TRUE #> 6746 -16.00000000 FALSE FALSE #> 6747 100.50000000 FALSE FALSE #> 6748 108.00000000 FALSE FALSE #> 6774 -96.08333333 FALSE FALSE #> 6777 -1.25000000 FALSE FALSE #> 6786 30.00000000 FALSE FALSE #> 6790 18.75000000 FALSE FALSE #> 6792 -91.00000000 FALSE FALSE #> 6793 30.00000000 TRUE TRUE #> 6795 38.50000000 FALSE FALSE #> 6796 29.33333333 FALSE FALSE #> 6799 38.00000000 FALSE FALSE #> 6818 97.00000000 FALSE FALSE #> 6837 97.00000000 FALSE FALSE #> 6839 -1.25000000 FALSE FALSE #> 6849 12.00000000 FALSE FALSE #> 6850 -4.33333333 FALSE FALSE #> 6856 30.50000000 FALSE FALSE #> 6860 25.00000000 FALSE TRUE #> 6867 13.71666667 FALSE FALSE #> 6868 9.66666667 FALSE FALSE #> 6894 8.66666667 FALSE FALSE #> 6897 101.00000000 TRUE TRUE #> 6900 144.75000000 TRUE TRUE #> 6901 106.50000000 TRUE TRUE #> 6908 121.00000000 TRUE TRUE #> 6911 -97.58333333 TRUE TRUE #> 6912 -99.00000000 FALSE TRUE #> 6932 15.50000000 FALSE FALSE #> 6939 -101.66666667 FALSE FALSE #> 6948 25.00000000 FALSE TRUE #> 6954 -87.00000000 FALSE FALSE #> 6956 -0.91666667 FALSE TRUE #> 6986 106.83333333 FALSE FALSE #> 6990 -95.91666667 FALSE TRUE #> 6997 -96.41666667 FALSE FALSE #> 7008 105.00000000 FALSE TRUE #> 7014 -3.00000000 FALSE FALSE #> 7016 76.00000000 TRUE TRUE #> 7024 5.08333333 FALSE FALSE #> 7027 -93.25000000 TRUE TRUE #> 7028 37.41666667 FALSE FALSE #> 7035 30.75000000 FALSE TRUE #> 7038 -73.75000000 FALSE TRUE #> 7049 -96.25000000 FALSE FALSE #> 7059 77.83333333 FALSE FALSE #> 7065 37.00000000 FALSE TRUE #> 7066 36.00000000 FALSE TRUE #> 7067 97.50000000 FALSE TRUE #> 7069 7.00000000 TRUE TRUE #> 7070 0.00000000 TRUE TRUE #> 7075 3.50000000 FALSE FALSE #> 7077 76.50000000 FALSE FALSE #> 7080 -85.50000000 FALSE FALSE #> 7085 -83.75000000 TRUE TRUE #> 7100 30.00000000 TRUE TRUE #> 7101 13.00000000 FALSE TRUE #> 7109 9.66666667 FALSE FALSE #> 7112 20.83333333 FALSE TRUE #> 7116 -7.50000000 FALSE TRUE #> 7130 -91.66666667 TRUE TRUE #> 7141 -72.50000000 FALSE FALSE #> 7144 16.00000000 TRUE TRUE #> 7147 11.83333333 FALSE FALSE #> 7150 -95.00000000 FALSE FALSE #> 7169 -91.83333333 FALSE FALSE #> 7176 -16.25000000 FALSE TRUE #> 7178 98.16666667 FALSE FALSE #> 7183 -5.58333333 TRUE TRUE #> 7195 -95.00000000 FALSE FALSE #> 7200 77.83333333 FALSE FALSE #> 7208 30.00000000 TRUE TRUE #> 7211 -73.75000000 FALSE TRUE #> 7212 30.75000000 FALSE TRUE #> 7236 -91.66666667 TRUE TRUE #> 7253 37.00000000 FALSE TRUE #> 7254 7.00000000 TRUE TRUE #> 7257 -3.00000000 FALSE FALSE #> 7261 -7.50000000 FALSE TRUE #> 7263 -72.50000000 FALSE FALSE #> 7270 16.00000000 TRUE TRUE #> 7272 20.83333333 FALSE TRUE #> 7286 -85.50000000 FALSE FALSE #> 7288 97.50000000 FALSE TRUE #> 7289 13.00000000 FALSE TRUE #> 7292 9.66666667 FALSE FALSE #> 7293 11.83333333 FALSE FALSE #> 7294 -16.25000000 FALSE TRUE #> 7298 0.00000000 TRUE TRUE #> 7317 37.41666667 FALSE FALSE #> 7322 98.16666667 FALSE FALSE #> 7328 3.50000000 FALSE FALSE #> 7340 -93.25000000 TRUE TRUE #> 7344 -83.75000000 TRUE TRUE #> 7352 -5.58333333 TRUE TRUE #> 7357 76.00000000 TRUE TRUE #> 7358 36.00000000 FALSE TRUE #> 7359 -91.83333333 FALSE FALSE #> 7362 76.50000000 FALSE FALSE #> 7365 5.08333333 FALSE FALSE #> 7370 -96.25000000 FALSE FALSE #> 7375 -96.41666667 FALSE FALSE #> 7377 106.83333333 FALSE FALSE #> 7395 -0.91666667 FALSE TRUE #> 7400 105.00000000 FALSE TRUE #> 7410 -101.66666667 FALSE FALSE #> 7416 25.00000000 FALSE TRUE #> 7434 -97.58333333 TRUE TRUE #> 7440 -99.00000000 FALSE TRUE #> 7444 101.00000000 TRUE TRUE #> 7449 -87.00000000 FALSE FALSE #> 7460 121.00000000 TRUE TRUE #> 7463 144.75000000 TRUE TRUE #> 7476 15.50000000 FALSE FALSE #> 7480 -95.91666667 FALSE TRUE #> 7484 106.50000000 TRUE TRUE #> 7500 105.00000000 FALSE TRUE #> 7501 76.00000000 FALSE FALSE #> 7504 78.50000000 FALSE FALSE #> 7505 7.00000000 TRUE TRUE #> 7522 0.00000000 TRUE TRUE #> 7530 121.00000000 TRUE TRUE #> 7533 76.00000000 TRUE TRUE #> 7534 100.00000000 FALSE FALSE #> 7543 -3.00000000 FALSE FALSE #> 7547 9.66666667 FALSE FALSE #> 7558 -0.91666667 FALSE TRUE #> 7564 76.83333333 FALSE FALSE #> 7565 101.00000000 TRUE TRUE #> 7568 -5.58333333 TRUE TRUE #> 7572 76.50000000 FALSE FALSE #> 7579 14.91666667 FALSE FALSE #> 7580 -97.50000000 FALSE FALSE #> 7596 -16.00000000 FALSE FALSE #> 7601 16.00000000 TRUE TRUE #> 7623 106.50000000 TRUE TRUE #> 7624 -4.00000000 FALSE FALSE #> 7648 14.50000000 FALSE FALSE #> 7650 -96.08333333 FALSE FALSE #> 7656 13.00000000 FALSE TRUE #> 7660 -91.33333333 FALSE FALSE #> 7662 -97.58333333 TRUE TRUE #> 7665 -101.66666667 FALSE FALSE #> 7666 -99.00000000 FALSE TRUE #> 7667 144.75000000 TRUE TRUE #> 7668 -97.41666667 FALSE FALSE #> 7671 13.75000000 FALSE FALSE #> 7675 -89.83333333 FALSE FALSE #> 7696 -1.33333333 FALSE FALSE #> 7703 16.00000000 TRUE TRUE #> 7708 -96.25000000 FALSE FALSE #> 7710 107.50000000 FALSE FALSE #> 7711 -5.58333333 TRUE TRUE #> 7715 -4.50000000 FALSE FALSE #> 7717 -96.66666667 FALSE FALSE #> 7718 121.00000000 TRUE TRUE #> 7721 -96.91666667 FALSE FALSE #> 7722 -1.25000000 FALSE FALSE #> 7730 9.66666667 FALSE FALSE #> 7744 -91.33333333 FALSE FALSE #> 7754 98.16666667 FALSE FALSE #> 7755 -95.66666667 FALSE FALSE #> 7760 -91.83333333 FALSE FALSE #> 7767 81.00000000 FALSE FALSE #> 7768 23.00000000 FALSE FALSE #> 7770 0.00000000 TRUE TRUE #> 7773 -92.66666667 FALSE FALSE #> 7789 0.25000000 FALSE FALSE #> 7794 -95.00000000 FALSE FALSE #> 7804 -10.50000000 FALSE FALSE #> 7806 12.00000000 FALSE FALSE #> 7826 -99.66666667 FALSE FALSE #> 7832 -95.75000000 FALSE FALSE #> 7845 37.58333333 FALSE FALSE #> 7854 -98.00000000 FALSE FALSE #> 7856 -2.00000000 FALSE FALSE #> 7873 -3.58333333 FALSE FALSE #> 7875 76.00000000 TRUE TRUE #> 7877 -99.00000000 FALSE FALSE #> 7878 106.83333333 FALSE FALSE #> 7895 14.50000000 FALSE FALSE #> 7896 -97.75000000 FALSE FALSE #> 7897 18.00000000 FALSE FALSE #> 7898 -2.50000000 FALSE FALSE #> 7908 121.83333333 FALSE FALSE #> 7916 -11.00000000 FALSE FALSE #> 7917 8.66666667 FALSE FALSE #> 7919 14.83333333 FALSE FALSE #> 7925 -16.83333333 FALSE FALSE #> 7936 106.75000000 FALSE FALSE #> 7937 105.50000000 FALSE FALSE #> 7942 123.00000000 FALSE FALSE #> 7959 -96.41666667 FALSE FALSE #> 7961 82.66666667 FALSE FALSE #> 7966 34.66666667 FALSE FALSE #> 7968 14.11666667 FALSE FALSE #> 7969 -96.20000000 FALSE FALSE #> 7986 108.00000000 FALSE FALSE #> 7989 -16.00000000 FALSE FALSE #> 7992 17.66666667 FALSE FALSE #> 7995 97.50000000 FALSE TRUE #> 7997 11.83333333 FALSE FALSE #> 8008 107.50000000 FALSE FALSE #> 8016 -95.91666667 FALSE TRUE #> 8022 13.71666667 FALSE FALSE #> 8026 122.08333333 FALSE FALSE #> 8028 121.08333333 FALSE FALSE #> 8031 13.00000000 FALSE FALSE #> 8033 -72.00000000 FALSE FALSE #> 8034 97.00000000 FALSE FALSE #> 8063 -4.33333333 FALSE FALSE #> 8072 -96.83333333 FALSE FALSE #> 8075 -91.75000000 FALSE FALSE #> 8077 5.08333333 FALSE FALSE #> 8080 14.91666667 FALSE FALSE #> 8082 -7.50000000 FALSE TRUE #> 8092 103.00000000 FALSE FALSE #> 8093 14.08333333 FALSE FALSE #> 8096 -91.50000000 FALSE FALSE #> 8102 -97.91666667 FALSE FALSE #> 8103 -10.50000000 FALSE FALSE #> 8105 108.00000000 FALSE FALSE #> 8106 -96.08333333 FALSE FALSE #> 8118 97.00000000 FALSE FALSE #> 8142 106.50000000 TRUE TRUE #> 8156 144.75000000 TRUE TRUE #> 8158 76.00000000 FALSE FALSE #> 8165 -97.33333333 FALSE FALSE #> 8167 77.00000000 FALSE FALSE #> 8171 -0.91666667 FALSE TRUE #> 8173 102.11666667 FALSE FALSE #> 8176 15.50000000 FALSE FALSE #> 8177 15.41666667 FALSE FALSE #> 8191 100.50000000 FALSE FALSE #> 8196 13.83333333 FALSE FALSE #> 8197 13.41666667 FALSE FALSE #> 8198 1.66666667 FALSE FALSE #> 8210 101.00000000 TRUE TRUE #> 8216 15.00000000 FALSE FALSE #> 8217 13.58333333 FALSE FALSE #> 8229 -97.58333333 FALSE FALSE #> 8230 99.16666667 FALSE FALSE #> 8232 -95.00000000 FALSE FALSE #> 8246 7.00000000 TRUE TRUE #> 8252 76.50000000 FALSE FALSE #> 8256 120.91666667 FALSE FALSE #> 8272 105.00000000 FALSE TRUE #> 8283 100.00000000 FALSE FALSE #> 8286 30.75000000 FALSE TRUE #> 8292 38.50000000 FALSE FALSE #> 8296 20.83333333 FALSE TRUE #> 8297 22.00000000 FALSE FALSE #> 8325 78.50000000 FALSE FALSE #> 8334 -93.25000000 TRUE TRUE #> 8346 35.83333333 FALSE FALSE #> 8349 13.00000000 FALSE TRUE #> 8353 0.00000000 FALSE FALSE #> 8355 37.00000000 FALSE TRUE #> 8370 21.00000000 FALSE FALSE #> 8375 37.41666667 FALSE FALSE #> 8378 79.00000000 FALSE FALSE #> 8389 30.00000000 TRUE TRUE #> 8392 82.00000000 FALSE FALSE #> 8395 78.50000000 FALSE FALSE #> 8414 23.00000000 FALSE FALSE #> 8440 36.00000000 FALSE TRUE #> 8442 83.66666667 FALSE FALSE #> 8447 30.16666667 FALSE FALSE #> 8450 -73.75000000 FALSE TRUE #> 8452 92.41666667 FALSE FALSE #> 8453 -83.66666667 FALSE FALSE #> 8455 38.00000000 FALSE FALSE #> 8499 -96.75000000 FALSE FALSE #> 8502 -94.75000000 FALSE FALSE #> 8510 -91.66666667 TRUE TRUE #> 8517 -89.58333333 FALSE FALSE #> 8520 -16.25000000 FALSE TRUE #> 8526 9.00000000 FALSE FALSE #> 8562 -1.58333333 FALSE FALSE #> 8585 -92.58333333 FALSE FALSE #> 8590 10.91666667 FALSE FALSE #> 8600 9.25000000 FALSE FALSE #> 8609 -3.00000000 FALSE FALSE #> 8633 -99.00000000 FALSE TRUE #> 8640 -96.25000000 FALSE FALSE #> 8643 13.75000000 FALSE FALSE #> 8646 51.50000000 FALSE FALSE #> 8649 -97.58333333 TRUE TRUE #> 8652 -7.50000000 FALSE TRUE #> 8654 31.00000000 FALSE FALSE #> 8657 78.50000000 FALSE FALSE #> 8663 76.00000000 TRUE TRUE #> 8666 38.50000000 FALSE FALSE #> 8682 38.00000000 FALSE FALSE #> 8684 82.50000000 FALSE FALSE #> 8706 36.00000000 FALSE TRUE #> 8723 105.00000000 FALSE TRUE #> 8728 124.00000000 FALSE FALSE #> 8731 -91.33333333 FALSE FALSE #> 8732 98.16666667 FALSE FALSE #> 8736 101.00000000 TRUE TRUE #> 8740 108.00000000 FALSE FALSE #> 8745 121.00000000 TRUE TRUE #> 8765 106.50000000 TRUE TRUE #> 8769 11.83333333 FALSE FALSE #> 8777 7.00000000 TRUE TRUE #> 8779 -5.58333333 TRUE TRUE #> 8780 -93.25000000 TRUE TRUE #> 8783 -72.00000000 FALSE FALSE #> 8803 13.00000000 FALSE FALSE #> 8808 13.00000000 FALSE TRUE #> 8810 -96.50000000 FALSE FALSE #> 8818 -96.91666667 FALSE FALSE #> 8830 -3.00000000 FALSE FALSE #> 8833 -83.66666667 FALSE FALSE #> 8844 -0.91666667 FALSE FALSE #> 8855 -69.00000000 FALSE FALSE #> 8857 -96.50000000 FALSE FALSE #> 8870 37.00000000 FALSE TRUE #> 8873 -16.75000000 FALSE FALSE #> 8874 -1.25000000 FALSE FALSE #> 8881 15.00000000 FALSE FALSE #> 8882 -72.50000000 FALSE FALSE #> 8885 -16.25000000 FALSE TRUE #> 8887 30.00000000 TRUE TRUE #> 8906 30.50000000 FALSE FALSE #> 8914 30.00000000 TRUE TRUE #> 8918 121.00000000 TRUE TRUE #> 8921 -93.25000000 TRUE TRUE #> 8922 -72.50000000 FALSE FALSE #> 8936 144.75000000 TRUE TRUE #> 8937 -16.75000000 FALSE FALSE #> 8938 101.00000000 TRUE TRUE #> 8956 -72.00000000 FALSE FALSE #> 8960 -91.66666667 TRUE TRUE #> 8963 -92.66666667 FALSE FALSE #> 8964 124.00000000 FALSE FALSE #> 8965 -91.33333333 FALSE FALSE #> 8976 -69.00000000 FALSE FALSE #> 8979 120.50000000 FALSE FALSE #> 8983 108.00000000 FALSE FALSE #> 8986 16.00000000 TRUE TRUE #> 8991 105.00000000 FALSE TRUE #> 8993 -16.00000000 FALSE FALSE #> 8999 107.50000000 FALSE FALSE #> 9003 103.00000000 FALSE FALSE #> 9005 -96.41666667 FALSE FALSE #> 9012 106.50000000 TRUE TRUE #> 9020 -91.83333333 FALSE FALSE #> 9022 29.33333333 FALSE FALSE #> 9023 108.00000000 FALSE FALSE #> 9026 98.16666667 FALSE FALSE #> 9040 121.00000000 FALSE FALSE #> 9043 76.50000000 FALSE FALSE #> 9051 79.00000000 FALSE FALSE #> 9052 -96.91666667 FALSE FALSE #> 9066 82.50000000 FALSE FALSE #> 9085 -83.66666667 FALSE FALSE #> 9089 38.50000000 FALSE FALSE #> 9092 12.00000000 FALSE FALSE #> 9098 31.05000000 FALSE FALSE #> 9099 7.00000000 TRUE TRUE #> 9106 38.00000000 FALSE FALSE #> 9109 76.00000000 TRUE TRUE #> 9119 10.91666667 FALSE FALSE #> 9132 78.50000000 FALSE FALSE #> 9151 -83.75000000 TRUE TRUE #> 9165 82.00000000 FALSE FALSE #> 9173 37.00000000 FALSE TRUE #> 9174 -7.50000000 FALSE TRUE #> 9176 -5.58333333 TRUE TRUE #> 9177 -11.00000000 FALSE FALSE #> 9180 -1.25000000 FALSE FALSE #> 9183 -1.25000000 FALSE FALSE #> 9190 36.00000000 FALSE TRUE #> 9194 31.00000000 FALSE FALSE #> 9196 13.41666667 FALSE FALSE #> 9200 -99.00000000 FALSE TRUE #> 9205 -95.00000000 FALSE FALSE #> 9206 -97.33333333 FALSE FALSE #> 9212 15.00000000 FALSE FALSE #> 9218 84.33333333 FALSE FALSE #> 9225 2.16666667 FALSE FALSE #> 9230 -96.91666667 FALSE FALSE #> 9232 37.58333333 FALSE FALSE #> 9235 13.00000000 FALSE TRUE #> 9236 13.75000000 FALSE FALSE #> 9243 13.00000000 FALSE FALSE #> 9256 38.50000000 FALSE FALSE #> 9262 -97.50000000 FALSE FALSE #> 9273 -0.91666667 FALSE FALSE #> 9278 31.00000000 FALSE FALSE #> 9279 101.00000000 TRUE TRUE #> 9287 121.00000000 FALSE FALSE #> 9296 124.00000000 FALSE FALSE #> 9313 -1.25000000 FALSE FALSE #> 9314 -7.50000000 FALSE TRUE #> 9328 -92.66666667 FALSE FALSE #> 9333 105.00000000 FALSE TRUE #> 9334 -95.00000000 FALSE FALSE #> 9341 103.00000000 FALSE FALSE #> 9346 -91.66666667 TRUE TRUE #> 9351 -69.00000000 FALSE FALSE #> 9354 -1.25000000 FALSE FALSE #> 9355 -72.50000000 FALSE FALSE #> 9357 -5.58333333 TRUE TRUE #> 9358 2.16666667 FALSE FALSE #> 9361 121.00000000 TRUE TRUE #> 9365 29.33333333 FALSE FALSE #> 9371 7.00000000 TRUE TRUE #> 9373 -72.00000000 FALSE FALSE #> 9376 16.00000000 TRUE TRUE #> 9377 12.00000000 FALSE FALSE #> 9383 106.50000000 TRUE TRUE #> 9387 84.33333333 FALSE FALSE #> 9389 30.00000000 TRUE TRUE #> 9393 -96.91666667 FALSE FALSE #> 9397 30.50000000 FALSE FALSE #> 9398 31.05000000 FALSE FALSE #> 9399 13.75000000 FALSE FALSE #> 9409 -96.41666667 FALSE FALSE #> 9419 82.00000000 FALSE FALSE #> 9420 98.16666667 FALSE FALSE #> 9428 13.41666667 FALSE FALSE #> 9432 -91.33333333 FALSE FALSE #> 9433 82.50000000 FALSE FALSE #> 9443 -16.75000000 FALSE FALSE #> 9448 76.50000000 FALSE FALSE #> 9451 108.00000000 FALSE FALSE #> 9453 10.91666667 FALSE FALSE #> 9454 -0.91666667 FALSE FALSE #> 9456 13.00000000 FALSE TRUE #> 9458 120.50000000 FALSE FALSE #> 9460 37.58333333 FALSE FALSE #> 9467 108.00000000 FALSE FALSE #> 9473 -97.33333333 FALSE FALSE #> 9477 -11.00000000 FALSE FALSE #> 9489 -96.91666667 FALSE FALSE #> 9491 -93.25000000 TRUE TRUE #> 9495 37.00000000 FALSE TRUE #> 9504 -97.50000000 FALSE FALSE #> 9511 13.00000000 FALSE FALSE #> 9512 144.75000000 TRUE TRUE #> 9520 -16.00000000 FALSE FALSE #> 9521 -91.83333333 FALSE FALSE #> 9522 15.00000000 FALSE FALSE #> 9534 107.50000000 FALSE FALSE #> 9570 36.00000000 FALSE TRUE #> 9576 38.00000000 FALSE FALSE #> 9579 -83.75000000 TRUE TRUE #> 9583 -83.66666667 FALSE FALSE #> 9592 76.00000000 TRUE TRUE #> 9608 38.50000000 FALSE FALSE #> 9611 78.50000000 FALSE FALSE #> 9620 38.50000000 FALSE FALSE #> 9633 -99.00000000 FALSE TRUE #> 9636 79.00000000 FALSE FALSE #> 9675 -7.50000000 FALSE TRUE #> 9682 -155.50000000 FALSE FALSE #> 9694 -4.33333333 FALSE FALSE #> 9703 -96.66666667 FALSE FALSE #> 9708 -97.58333333 TRUE TRUE #> 9711 -3.25000000 FALSE FALSE #> 9731 38.50000000 FALSE FALSE #> 9732 29.41666667 FALSE FALSE #> 9757 36.66666667 FALSE FALSE #> 9761 37.00000000 FALSE TRUE #> 9766 11.83333333 FALSE FALSE #> 9770 10.91666667 FALSE FALSE #> 9772 -0.50000000 FALSE FALSE #> 9782 -0.91666667 FALSE TRUE #> 9784 -16.91666667 FALSE FALSE #> 9786 -101.66666667 FALSE FALSE #> 9793 13.00000000 FALSE TRUE #> 9796 106.50000000 TRUE TRUE #> 9798 -95.00000000 FALSE FALSE #> 9805 -73.00000000 FALSE FALSE #> 9808 121.00000000 TRUE TRUE #> 9811 99.00000000 FALSE FALSE #> 9812 30.16666667 FALSE FALSE #> 9826 34.00000000 FALSE FALSE #> 9832 -3.00000000 FALSE FALSE #> 9833 -98.25000000 FALSE FALSE #> 9843 -91.66666667 TRUE TRUE #> 9845 30.00000000 TRUE TRUE #> 9846 8.66666667 FALSE FALSE #> 9853 16.00000000 TRUE TRUE #> 9878 144.75000000 TRUE TRUE #> 9879 -73.75000000 FALSE TRUE #> 9885 22.00000000 FALSE FALSE #> 9889 29.33333333 FALSE FALSE #> 9891 34.66666667 FALSE FALSE #> 9894 84.33333333 FALSE FALSE #> 9896 -95.91666667 FALSE TRUE #> 9899 101.00000000 TRUE TRUE #> 9903 25.00000000 FALSE TRUE #> 9907 -99.00000000 FALSE TRUE #> 9910 30.50000000 FALSE FALSE #> 9912 -85.50000000 FALSE FALSE #> 9917 25.25000000 FALSE FALSE #> 9918 97.50000000 FALSE TRUE #> 9921 29.66666667 FALSE FALSE #> 9926 108.00000000 FALSE FALSE #> 9928 37.58333333 FALSE FALSE #> 9930 -5.58333333 TRUE TRUE #> 9932 97.00000000 FALSE FALSE #> 9937 38.00000000 FALSE FALSE #> 9939 -87.00000000 FALSE FALSE #> 9948 12.00000000 FALSE FALSE #> 9959 18.33333333 FALSE FALSE #> 9961 -96.91666667 FALSE FALSE #> 9963 107.08333333 FALSE FALSE #> 9967 -83.75000000 TRUE TRUE #> 9980 7.00000000 TRUE TRUE #> 9981 98.16666667 FALSE FALSE #> 9987 79.00000000 FALSE FALSE #> 9990 92.66666667 FALSE FALSE #> 10004 108.00000000 FALSE FALSE #> 10007 -16.00000000 FALSE FALSE #> 10009 76.00000000 TRUE TRUE #> 10014 15.33333333 FALSE FALSE #> 10020 77.16666667 FALSE FALSE #> 10026 36.00000000 FALSE TRUE #> 10046 104.75000000 FALSE FALSE #> 10050 -92.50000000 FALSE FALSE #> 10053 20.83333333 FALSE TRUE #> 10054 54.00000000 FALSE FALSE #> 10061 107.50000000 FALSE FALSE #> 10066 101.66666667 FALSE FALSE #> 10067 -93.25000000 TRUE TRUE #> 10069 -0.58333333 FALSE FALSE #> 10087 -96.00000000 FALSE FALSE #> 10092 105.50000000 FALSE FALSE #> 10095 -98.00000000 FALSE FALSE #> 10107 75.33333333 FALSE FALSE #> 10124 -16.25000000 FALSE TRUE #> 10127 81.33333333 FALSE FALSE #> 10134 107.83333333 FALSE FALSE #> 10147 105.00000000 FALSE TRUE #> 10154 7.00000000 TRUE TRUE #> 10155 -16.00000000 FALSE FALSE #> 10156 -95.00000000 FALSE FALSE #> 10161 31.05000000 FALSE FALSE #> 10168 144.75000000 TRUE TRUE #> 10182 36.00000000 FALSE TRUE #> 10183 -1.25000000 FALSE FALSE #> 10189 -92.66666667 FALSE FALSE #> 10191 -99.00000000 FALSE TRUE #> 10199 38.50000000 FALSE FALSE #> 10200 121.00000000 TRUE TRUE #> 10201 -5.58333333 TRUE TRUE #> 10205 82.50000000 FALSE FALSE #> 10213 -72.50000000 FALSE FALSE #> 10227 -1.25000000 FALSE FALSE #> 10228 30.00000000 TRUE TRUE #> 10233 -91.66666667 TRUE TRUE #> 10235 76.50000000 FALSE FALSE #> 10241 121.00000000 FALSE FALSE #> 10246 2.16666667 FALSE FALSE #> 10247 103.00000000 FALSE FALSE #> 10249 -69.00000000 FALSE FALSE #> 10250 38.50000000 FALSE FALSE #> 10254 12.00000000 FALSE FALSE #> 10259 -93.25000000 TRUE TRUE #> 10266 124.00000000 FALSE FALSE #> 10274 -7.50000000 FALSE TRUE #> 10290 120.50000000 FALSE FALSE #> 10304 38.00000000 FALSE FALSE #> 10306 -91.33333333 FALSE FALSE #> 10307 -83.66666667 FALSE FALSE #> 10308 30.50000000 FALSE FALSE #> 10313 -0.91666667 FALSE FALSE #> 10319 -91.83333333 FALSE FALSE #> 10322 -96.91666667 FALSE FALSE #> 10331 10.91666667 FALSE FALSE #> 10334 -96.41666667 FALSE FALSE #> 10336 31.00000000 FALSE FALSE #> 10342 -97.33333333 FALSE FALSE #> 10347 -11.00000000 FALSE FALSE #> 10360 37.00000000 FALSE TRUE #> 10366 -96.91666667 FALSE FALSE #> 10368 108.00000000 FALSE FALSE #> 10395 15.00000000 FALSE FALSE #> 10405 106.50000000 TRUE TRUE #> 10413 76.00000000 TRUE TRUE #> 10416 13.00000000 FALSE FALSE #> 10417 29.33333333 FALSE FALSE #> 10419 101.00000000 TRUE TRUE #> 10427 82.00000000 FALSE FALSE #> 10429 16.00000000 TRUE TRUE #> 10431 13.00000000 FALSE TRUE #> 10439 13.41666667 FALSE FALSE #> 10441 98.16666667 FALSE FALSE #> 10449 105.00000000 FALSE TRUE #> 10455 -83.75000000 TRUE TRUE #> 10456 -72.00000000 FALSE FALSE #> 10466 13.75000000 FALSE FALSE #> 10475 37.58333333 FALSE FALSE #> 10479 84.33333333 FALSE FALSE #> 10489 108.00000000 FALSE FALSE #> 10493 -16.75000000 FALSE FALSE #> 10509 79.00000000 FALSE FALSE #> 10511 78.50000000 FALSE FALSE #> 10516 -97.50000000 FALSE FALSE #> 10519 107.50000000 FALSE FALSE #> 10545 38.50000000 FALSE FALSE #> 10552 15.00000000 FALSE FALSE #> 10553 -91.66666667 TRUE TRUE #> 10561 30.00000000 TRUE TRUE #> 10569 79.00000000 FALSE FALSE #> 10572 38.00000000 FALSE FALSE #> 10574 -11.00000000 FALSE FALSE #> 10579 76.00000000 FALSE FALSE #> 10580 124.00000000 FALSE FALSE #> 10582 82.00000000 FALSE FALSE #> 10587 78.50000000 FALSE FALSE #> 10596 37.41666667 FALSE FALSE #> 10598 13.00000000 FALSE TRUE #> 10604 -101.66666667 FALSE FALSE #> 10616 106.50000000 TRUE TRUE #> 10623 -0.91666667 FALSE TRUE #> 10630 101.00000000 TRUE TRUE #> 10634 13.00000000 FALSE FALSE #> 10635 106.83333333 FALSE FALSE #> 10637 7.00000000 TRUE TRUE #> 10638 -2.66666667 FALSE FALSE #> 10639 105.00000000 FALSE TRUE #> 10640 -16.00000000 FALSE FALSE #> 10642 -14.00000000 FALSE FALSE #> 10647 -83.66666667 FALSE FALSE #> 10656 100.00000000 FALSE FALSE #> 10670 -97.75000000 FALSE FALSE #> 10691 -72.00000000 FALSE FALSE #> 10695 121.00000000 FALSE FALSE #> 10721 -83.75000000 TRUE TRUE #> 10726 -5.58333333 TRUE TRUE #> 10729 -7.50000000 FALSE TRUE #> 10731 -73.75000000 FALSE TRUE #> 10741 97.50000000 FALSE TRUE #> 10751 -97.58333333 TRUE TRUE #> 10758 0.00000000 TRUE TRUE #> 10761 -91.66666667 TRUE TRUE #> 10764 37.00000000 FALSE TRUE #> 10776 121.00000000 TRUE TRUE #> 10777 144.75000000 TRUE TRUE #> 10779 16.00000000 TRUE TRUE #> 10788 30.00000000 TRUE TRUE #> 10793 11.25000000 FALSE FALSE #> 10799 -0.91666667 FALSE TRUE #> 10800 105.00000000 FALSE TRUE #> 10810 76.00000000 TRUE TRUE #> 10817 -3.00000000 FALSE FALSE #> 10820 14.00000000 FALSE FALSE #> 10822 7.00000000 TRUE TRUE #> 10823 101.00000000 TRUE TRUE #> 10824 106.50000000 TRUE TRUE #> 10837 25.00000000 FALSE TRUE #> 10838 14.16666667 FALSE FALSE #> 10844 -95.91666667 FALSE TRUE #> 10854 30.75000000 FALSE TRUE #> 10865 9.66666667 FALSE FALSE #> 10880 -7.50000000 FALSE TRUE #> 10886 -73.75000000 FALSE TRUE #> 10892 -5.58333333 TRUE TRUE #> 10894 30.00000000 TRUE TRUE #> 10903 9.66666667 FALSE FALSE #> 10906 97.50000000 FALSE TRUE #> 10907 16.00000000 TRUE TRUE #> 10908 7.00000000 TRUE TRUE #> 10909 11.25000000 FALSE FALSE #> 10919 37.00000000 FALSE TRUE #> 10923 -0.91666667 FALSE TRUE #> 10925 -3.00000000 FALSE FALSE #> 10929 -91.66666667 TRUE TRUE #> 10937 76.00000000 TRUE TRUE #> 10943 25.00000000 FALSE TRUE #> 10946 -95.91666667 FALSE TRUE #> 10957 101.00000000 TRUE TRUE #> 10960 -97.58333333 TRUE TRUE #> 10962 105.00000000 FALSE TRUE #> 10967 0.00000000 TRUE TRUE #> 10968 144.75000000 TRUE TRUE #> 10975 121.00000000 TRUE TRUE #> 10980 100.00000000 FALSE FALSE #> 10995 121.00000000 TRUE TRUE #> 10997 30.00000000 TRUE TRUE #> 11012 26.25000000 FALSE FALSE #> 11019 -16.00000000 FALSE FALSE #> 11028 37.41666667 FALSE FALSE #> 11029 105.00000000 FALSE TRUE #> 11033 97.50000000 FALSE TRUE #> 11039 106.83333333 FALSE FALSE #> 11041 76.83333333 FALSE FALSE #> 11045 -101.66666667 FALSE FALSE #> 11049 144.75000000 TRUE TRUE #> 11052 76.00000000 TRUE TRUE #> 11060 -4.00000000 FALSE FALSE #> 11072 -5.58333333 TRUE TRUE #> 11087 101.00000000 TRUE TRUE #> 11089 -73.75000000 FALSE TRUE #> 11090 120.83333333 FALSE FALSE #> 11096 76.00000000 FALSE FALSE #> 11099 108.00000000 FALSE FALSE #> 11101 -83.75000000 TRUE TRUE #> 11115 -83.66666667 FALSE FALSE #> 11116 106.50000000 TRUE TRUE #> 11119 -85.50000000 FALSE FALSE #> 11126 0.00000000 TRUE TRUE #> 11131 7.00000000 TRUE TRUE #> 11139 -99.00000000 FALSE TRUE #> 11151 -91.33333333 FALSE FALSE #> 11152 51.50000000 FALSE FALSE #> 11155 42.00000000 FALSE FALSE #> 11158 -91.66666667 TRUE TRUE #> 11165 -91.83333333 FALSE FALSE #> 11170 -97.58333333 TRUE TRUE #> 11171 -97.50000000 FALSE FALSE #> 11173 16.00000000 TRUE TRUE #> 11177 -96.08333333 FALSE FALSE #> 11178 14.50000000 FALSE FALSE #> 11179 -97.41666667 FALSE FALSE #> 11183 54.00000000 FALSE FALSE #> 11196 -0.91666667 FALSE TRUE #> 11203 9.66666667 FALSE FALSE #> 11232 -95.00000000 FALSE FALSE #> 11236 -94.83333333 FALSE FALSE #> 11246 -94.75000000 FALSE FALSE #> 11258 -89.83333333 FALSE FALSE #> 11264 -95.91666667 FALSE TRUE #> 11276 106.50000000 TRUE TRUE #> 11296 -97.58333333 TRUE TRUE #> 11300 -5.58333333 TRUE TRUE #> 11306 -0.91666667 FALSE TRUE #> 11319 -99.00000000 FALSE TRUE #> 11334 78.50000000 FALSE FALSE #> 11335 -89.83333333 FALSE FALSE #> 11349 -16.83333333 FALSE FALSE #> 11350 7.00000000 TRUE TRUE #> 11360 76.00000000 FALSE FALSE #> 11366 76.50000000 FALSE FALSE #> 11373 121.00000000 TRUE TRUE #> 11375 -83.75000000 TRUE TRUE #> 11387 -91.33333333 FALSE FALSE #> 11388 30.00000000 TRUE TRUE #> 11391 30.75000000 FALSE TRUE #> 11392 9.66666667 FALSE FALSE #> 11395 -73.75000000 FALSE TRUE #> 11404 13.00000000 FALSE TRUE #> 11417 76.00000000 TRUE TRUE #> 11426 -3.00000000 FALSE FALSE #> 11428 -101.66666667 FALSE FALSE #> 11432 -99.00000000 FALSE TRUE #> 11455 -91.33333333 FALSE FALSE #> 11456 144.75000000 TRUE TRUE #> 11463 106.50000000 TRUE TRUE #> 11474 13.00000000 FALSE TRUE #> 11475 -97.58333333 TRUE TRUE #> 11477 9.66666667 FALSE FALSE #> 11488 -95.91666667 FALSE TRUE #> 11504 30.00000000 TRUE TRUE #> 11514 -0.91666667 FALSE TRUE #> 11516 7.00000000 TRUE TRUE #> 11520 -5.58333333 TRUE TRUE #> 11540 76.00000000 FALSE FALSE #> 11543 -89.83333333 FALSE FALSE #> 11554 121.00000000 TRUE TRUE #> 11559 -83.75000000 TRUE TRUE #> 11563 -73.75000000 FALSE TRUE #> 11569 78.50000000 FALSE FALSE #> 11571 30.75000000 FALSE TRUE #> 11591 76.00000000 TRUE TRUE #> 11604 -16.83333333 FALSE FALSE #> 11606 106.50000000 TRUE TRUE #> 11617 -99.00000000 FALSE TRUE #> 11620 144.75000000 TRUE TRUE #> 11625 -91.33333333 FALSE FALSE #> 11628 -95.91666667 FALSE TRUE #> 11636 -97.58333333 TRUE TRUE #> 11638 30.00000000 TRUE TRUE #> 11640 7.00000000 TRUE TRUE #> 11643 -73.75000000 FALSE TRUE #> 11658 -0.91666667 FALSE TRUE #> 11664 -16.83333333 FALSE FALSE #> 11666 -5.58333333 TRUE TRUE #> 11677 13.00000000 FALSE TRUE #> 11691 9.66666667 FALSE FALSE #> 11697 121.00000000 TRUE TRUE #> 11700 76.00000000 FALSE FALSE #> 11713 -83.75000000 TRUE TRUE #> 11725 76.50000000 FALSE FALSE #> 11734 78.50000000 FALSE FALSE #> 11746 76.00000000 TRUE TRUE #> 11748 30.75000000 FALSE TRUE #> 11784 -91.33333333 FALSE FALSE #> 11786 -83.75000000 TRUE TRUE #> 11803 -91.66666667 TRUE TRUE #> 11807 13.00000000 FALSE TRUE #> 11814 106.50000000 TRUE TRUE #> 11825 121.00000000 TRUE TRUE #> 11826 76.50000000 FALSE FALSE #> 11828 -5.58333333 TRUE TRUE #> 11829 9.66666667 FALSE FALSE #> 11837 -97.58333333 TRUE TRUE #> 11839 -3.00000000 FALSE FALSE #> 11842 -16.83333333 FALSE FALSE #> 11846 76.00000000 FALSE FALSE #> 11856 -99.00000000 FALSE TRUE #> 11859 -73.75000000 FALSE TRUE #> 11871 -89.83333333 FALSE FALSE #> 11888 30.75000000 FALSE TRUE #> 11895 30.00000000 TRUE TRUE #> 11899 -0.91666667 FALSE TRUE #> 11905 76.00000000 TRUE TRUE #> 11911 78.50000000 FALSE FALSE #> 11918 120.91666667 FALSE FALSE #> 11921 13.00000000 FALSE TRUE #> 11922 107.83333333 FALSE FALSE #> 11926 -91.00000000 FALSE FALSE #> 11928 120.58333333 FALSE FALSE #> 11933 38.00000000 FALSE FALSE #> 11935 76.50000000 FALSE FALSE #> 11937 -97.56666667 FALSE FALSE #> 11938 -96.33333333 FALSE FALSE #> 11939 -96.58333333 FALSE FALSE #> 11945 145.75000000 FALSE FALSE #> 11952 1.00000000 FALSE FALSE #> 11956 -92.58333333 FALSE FALSE #> 11961 122.00000000 FALSE FALSE #> 11962 -99.91666667 FALSE FALSE #> 11971 -95.75000000 FALSE FALSE #> 11978 -88.66666667 FALSE FALSE #> 11979 26.25000000 FALSE FALSE #> 11985 -91.66666667 FALSE FALSE #> 11990 -97.58333333 FALSE FALSE #> 11993 -93.25000000 FALSE FALSE #> 11995 -16.75000000 FALSE FALSE #> 12003 20.83333333 FALSE TRUE #> 12005 -89.00000000 FALSE FALSE #> 12007 121.00000000 FALSE FALSE #> 12013 83.00000000 FALSE FALSE #> 12014 -73.75000000 FALSE TRUE #> 12018 -92.83333333 FALSE FALSE #> 12020 10.91666667 FALSE FALSE #> 12021 -95.00000000 FALSE FALSE #> 12022 121.08333333 FALSE FALSE #> 12025 -0.91666667 FALSE TRUE #> 12026 -95.00000000 FALSE FALSE #> 12031 -89.83333333 FALSE FALSE #> 12034 30.00000000 TRUE TRUE #> 12037 -91.83333333 FALSE FALSE #> 12039 -92.50000000 FALSE FALSE #> 12043 -101.66666667 FALSE FALSE #> 12048 107.50000000 FALSE FALSE #> 12050 7.00000000 TRUE TRUE #> 12051 -7.50000000 FALSE TRUE #> 12054 -91.66666667 TRUE TRUE #> 12059 -91.50000000 FALSE FALSE #> 12060 144.75000000 TRUE TRUE #> 12063 -97.41666667 FALSE FALSE #> 12065 -72.75000000 FALSE FALSE #> 12070 -155.50000000 FALSE FALSE #> 12073 -95.00000000 FALSE FALSE #> 12074 78.50000000 FALSE FALSE #> 12080 105.50000000 FALSE FALSE #> 12081 -99.00000000 FALSE TRUE #> 12083 108.50000000 FALSE FALSE #> 12084 -97.33333333 FALSE FALSE #> 12090 121.50000000 FALSE FALSE #> 12093 76.00000000 FALSE FALSE #> 12095 -13.00000000 FALSE FALSE #> 12096 107.83333333 FALSE FALSE #> 12099 -91.00000000 FALSE FALSE #> 12100 -96.00000000 FALSE FALSE #> 12102 -97.83333333 FALSE FALSE #> 12107 -92.33333333 FALSE FALSE #> 12108 -94.75000000 FALSE FALSE #> 12109 -96.25000000 FALSE FALSE #> 12112 30.75000000 FALSE TRUE #> 12113 -91.58333333 FALSE FALSE #> 12117 -99.00000000 FALSE FALSE #> 12118 -83.75000000 TRUE TRUE #> 12123 -96.50000000 FALSE FALSE #> 12124 108.00000000 FALSE FALSE #> 12130 -91.41666667 FALSE FALSE #> 12131 105.00000000 FALSE TRUE #> 12134 108.83333333 FALSE FALSE #> 12135 -92.00000000 FALSE FALSE #> 12136 38.00000000 FALSE FALSE #> 12140 107.08333333 FALSE FALSE #> 12144 -73.50000000 FALSE FALSE #> 12153 108.50000000 FALSE FALSE #> 12156 -97.16666667 FALSE FALSE #> 12162 -84.50000000 FALSE FALSE #> 12172 -89.75000000 FALSE FALSE #> 12174 108.33333333 FALSE FALSE #> 12175 -95.16666667 FALSE FALSE #> 12188 123.50000000 FALSE FALSE #> 12211 -73.83333333 FALSE FALSE #> 12214 -97.83333333 FALSE FALSE #> 12221 -96.83333333 FALSE FALSE #> 12230 -74.00000000 FALSE FALSE #> 12263 103.00000000 FALSE FALSE #> 12268 -83.66666667 FALSE FALSE #> 12281 -92.25000000 FALSE FALSE #> 12290 -95.91666667 FALSE TRUE #> 12293 123.00000000 FALSE FALSE #> 12295 -95.66666667 FALSE FALSE #> 12298 -99.50000000 FALSE FALSE #> 12304 101.00000000 TRUE TRUE #> 12333 -87.00000000 FALSE FALSE #> 12342 107.58333333 FALSE FALSE #> 12347 -72.00000000 FALSE FALSE #> 12352 -96.91666667 FALSE FALSE #> 12356 -89.58333333 FALSE FALSE #> 12398 3.50000000 FALSE FALSE #> 12402 -96.25000000 FALSE FALSE #> 12427 -96.41666667 FALSE FALSE #> 12444 76.00000000 TRUE TRUE #> 12455 121.00000000 TRUE TRUE #> 12479 -95.00000000 FALSE FALSE #> 12503 124.00000000 FALSE FALSE #> 12510 -97.41666667 FALSE FALSE #> 12511 -98.00000000 FALSE FALSE #> 12515 -69.00000000 FALSE FALSE #> 12517 -101.00000000 FALSE FALSE #> 12525 -89.83333333 FALSE FALSE #> 12526 120.33333333 FALSE FALSE #> 12532 -97.83333333 FALSE FALSE #> 12536 54.00000000 FALSE FALSE #> 12539 121.00000000 TRUE TRUE #> 12543 -73.75000000 FALSE TRUE #> 12546 -98.25000000 FALSE FALSE #> 12554 25.25000000 FALSE FALSE #> 12562 -93.25000000 TRUE TRUE #> 12564 144.75000000 TRUE TRUE #> 12640 75.33333333 FALSE FALSE #> 12641 -16.00000000 FALSE FALSE #> 12643 38.50000000 FALSE FALSE #> 12649 -3.00000000 FALSE FALSE #> 12651 -96.00000000 FALSE FALSE #> 12653 -73.00000000 FALSE FALSE #> 12659 -83.75000000 TRUE TRUE #> 12671 79.00000000 FALSE FALSE #> 12677 -91.66666667 TRUE TRUE #> 12690 -101.66666667 FALSE FALSE #> 12707 107.83333333 FALSE FALSE #> 12713 -92.50000000 FALSE FALSE #> 12715 -99.00000000 FALSE TRUE #> 12721 81.33333333 FALSE FALSE #> 12729 108.00000000 FALSE FALSE #> 12731 77.16666667 FALSE FALSE #> 12750 38.00000000 FALSE FALSE #> 12758 107.08333333 FALSE FALSE #> 12759 84.33333333 FALSE FALSE #> 12773 76.00000000 TRUE TRUE #> 12776 -0.50000000 FALSE FALSE #> 12779 -0.91666667 FALSE TRUE #> 12781 -87.00000000 FALSE FALSE #> 12784 -16.25000000 FALSE TRUE #> 12796 104.75000000 FALSE FALSE #> 12801 74.00000000 FALSE FALSE #> 12807 92.66666667 FALSE FALSE #> 12825 105.00000000 FALSE TRUE #> 12837 -155.50000000 FALSE FALSE #> 12845 101.66666667 FALSE FALSE #> 12849 -99.91666667 FALSE FALSE #> 12851 29.41666667 FALSE FALSE #> 12860 108.00000000 FALSE FALSE #> 12864 34.66666667 FALSE FALSE #> 12867 25.00000000 FALSE TRUE #> 12868 34.00000000 FALSE FALSE #> 12871 -13.25000000 FALSE FALSE #> 12872 7.00000000 TRUE TRUE #> 12873 -7.50000000 FALSE TRUE #> 12880 30.00000000 TRUE TRUE #> 12882 8.66666667 FALSE FALSE #> 12885 13.00000000 FALSE FALSE #> 12892 10.91666667 FALSE FALSE #> 12901 37.00000000 FALSE TRUE #> 12904 20.83333333 FALSE TRUE #> 12911 12.00000000 FALSE FALSE #> 12916 30.16666667 FALSE FALSE #> 12917 18.33333333 FALSE FALSE #> 12921 30.50000000 FALSE FALSE #> 12923 -3.25000000 FALSE FALSE #> 12932 -0.58333333 FALSE FALSE #> 12937 36.66666667 FALSE FALSE #> 12940 13.00000000 FALSE TRUE #> 12944 -95.00000000 FALSE FALSE #> 12950 -89.00000000 FALSE FALSE #> 12955 36.00000000 FALSE TRUE #> 12958 15.33333333 FALSE FALSE #> 12967 37.58333333 FALSE FALSE #> 12969 105.50000000 FALSE FALSE #> 12973 -85.50000000 FALSE FALSE #> 12978 29.66666667 FALSE FALSE #> 12987 106.50000000 TRUE TRUE #> 12988 97.50000000 FALSE TRUE #> 12989 -97.58333333 FALSE FALSE #> 12990 11.83333333 FALSE FALSE #> 12992 97.00000000 FALSE FALSE #> 12993 -4.33333333 FALSE FALSE #> 12996 -5.58333333 TRUE TRUE #> 13004 -95.91666667 FALSE TRUE #> 13005 99.00000000 FALSE FALSE #> 13012 2.50000000 FALSE FALSE #> 13013 -97.58333333 TRUE TRUE #> 13018 16.00000000 TRUE TRUE #> 13024 22.00000000 FALSE FALSE #> 13027 -97.33333333 FALSE FALSE #> 13028 -96.66666667 FALSE FALSE #> 13030 -98.00000000 FALSE FALSE #> 13031 -16.91666667 FALSE FALSE #> 13032 98.16666667 FALSE FALSE #> 13036 101.00000000 TRUE TRUE #> 13038 29.33333333 FALSE FALSE #> 13048 -99.00000000 FALSE FALSE #> 13057 -96.91666667 FALSE FALSE #> 13063 -72.75000000 FALSE FALSE #> 13083 -155.50000000 FALSE FALSE #> 13094 107.08333333 FALSE FALSE #> 13100 10.91666667 FALSE FALSE #> 13138 -97.16666667 FALSE FALSE #> 13141 -73.50000000 FALSE FALSE #> 13144 -74.00000000 FALSE FALSE #> 13146 108.50000000 FALSE FALSE #> 13152 -95.16666667 FALSE FALSE #> 13153 -84.50000000 FALSE FALSE #> 13154 -89.75000000 FALSE FALSE #> 13159 -93.25000000 TRUE TRUE #> 13160 -97.83333333 FALSE FALSE #> 13161 120.33333333 FALSE FALSE #> 13162 -96.50000000 FALSE FALSE #> 13168 -89.58333333 FALSE FALSE #> 13169 -97.83333333 FALSE FALSE #> 13172 -91.58333333 FALSE FALSE #> 13180 145.75000000 FALSE FALSE #> 13182 -91.66666667 TRUE TRUE #> 13186 -7.50000000 FALSE TRUE #> 13191 -83.75000000 TRUE TRUE #> 13201 -99.91666667 FALSE FALSE #> 13202 7.00000000 TRUE TRUE #> 13207 -93.00000000 FALSE FALSE #> 13220 107.58333333 FALSE FALSE #> 13225 -97.56666667 FALSE FALSE #> 13228 120.91666667 FALSE FALSE #> 13231 -92.33333333 FALSE FALSE #> 13232 30.75000000 FALSE TRUE #> 13233 -92.83333333 FALSE FALSE #> 13240 -95.00000000 FALSE FALSE #> 13248 -96.25000000 FALSE FALSE #> 13250 121.50000000 FALSE FALSE #> 13257 76.00000000 TRUE TRUE #> 13264 123.50000000 FALSE FALSE #> 13267 122.00000000 FALSE FALSE #> 13272 123.00000000 FALSE FALSE #> 13283 -96.83333333 FALSE FALSE #> 13288 -99.00000000 FALSE TRUE #> 13294 108.33333333 FALSE FALSE #> 13298 101.00000000 TRUE TRUE #> 13305 30.00000000 TRUE TRUE #> 13313 -72.00000000 FALSE FALSE #> 13319 -95.00000000 FALSE FALSE #> 13327 -95.91666667 FALSE TRUE #> 13330 -96.33333333 FALSE FALSE #> 13333 -95.75000000 FALSE FALSE #> 13335 -73.83333333 FALSE FALSE #> 13337 -92.00000000 FALSE FALSE #> 13340 -91.50000000 FALSE FALSE #> 13345 -97.58333333 FALSE FALSE #> 13358 -96.58333333 FALSE FALSE #> 13362 -99.50000000 FALSE FALSE #> 13365 -89.00000000 FALSE FALSE #> 13367 -97.41666667 FALSE FALSE #> 13368 83.00000000 FALSE FALSE #> 13372 -91.00000000 FALSE FALSE #> 13378 -89.83333333 FALSE FALSE #> 13379 38.00000000 FALSE FALSE #> 13386 1.00000000 FALSE FALSE #> 13393 -0.91666667 FALSE TRUE #> 13397 120.58333333 FALSE FALSE #> 13398 -16.75000000 FALSE FALSE #> 13408 -91.83333333 FALSE FALSE #> 13409 107.83333333 FALSE FALSE #> 13416 13.00000000 FALSE TRUE #> 13426 -89.83333333 FALSE FALSE #> 13429 -73.75000000 FALSE TRUE #> 13430 105.50000000 FALSE FALSE #> 13431 -96.25000000 FALSE FALSE #> 13432 38.00000000 FALSE FALSE #> 13441 -83.66666667 FALSE FALSE #> 13450 -93.25000000 FALSE FALSE #> 13454 -94.75000000 FALSE FALSE #> 13455 -92.58333333 FALSE FALSE #> 13458 -95.66666667 FALSE FALSE #> 13459 108.83333333 FALSE FALSE #> 13465 -96.41666667 FALSE FALSE #> 13466 -99.00000000 FALSE FALSE #> 13474 -97.33333333 FALSE FALSE #> 13477 -97.41666667 FALSE FALSE #> 13488 -92.25000000 FALSE FALSE #> 13495 -98.00000000 FALSE FALSE #> 13500 108.50000000 FALSE FALSE #> 13506 -95.00000000 FALSE FALSE #> 13509 107.83333333 FALSE FALSE #> 13523 -91.00000000 FALSE FALSE #> 13535 -87.00000000 FALSE FALSE #> 13542 76.00000000 FALSE FALSE #> 13544 76.50000000 FALSE FALSE #> 13547 103.00000000 FALSE FALSE #> 13553 20.83333333 FALSE TRUE #> 13554 -91.41666667 FALSE FALSE #> 13558 121.08333333 FALSE FALSE #> 13559 107.50000000 FALSE FALSE #> 13574 -69.00000000 FALSE FALSE #> 13575 108.00000000 FALSE FALSE #> 13583 -101.00000000 FALSE FALSE #> 13589 124.00000000 FALSE FALSE #> 13592 3.50000000 FALSE FALSE #> 13595 -91.66666667 FALSE FALSE #> 13597 26.25000000 FALSE FALSE #> 13603 144.75000000 TRUE TRUE #> 13605 78.50000000 FALSE FALSE #> 13606 -96.91666667 FALSE FALSE #> 13609 -13.00000000 FALSE FALSE #> 13610 121.00000000 FALSE FALSE #> 13620 -96.00000000 FALSE FALSE #> 13621 -101.66666667 FALSE FALSE #> 13626 -92.50000000 FALSE FALSE #> 13630 -97.83333333 FALSE FALSE #> 13648 -88.66666667 FALSE FALSE #> 13651 -95.00000000 FALSE FALSE #> 13654 121.00000000 TRUE TRUE #> 13702 -72.75000000 FALSE FALSE #> 13721 107.08333333 FALSE FALSE #> 13724 10.91666667 FALSE FALSE #> 13726 -155.50000000 FALSE FALSE #> 13735 7.00000000 TRUE TRUE #> 13741 30.75000000 FALSE TRUE #> 13743 22.00000000 FALSE FALSE #> 13744 25.00000000 FALSE TRUE #> 13745 -73.50000000 FALSE FALSE #> 13763 97.50000000 FALSE TRUE #> 13764 106.50000000 TRUE TRUE #> 13766 38.00000000 FALSE FALSE #> 13773 -16.83333333 FALSE FALSE #> 13776 -73.75000000 FALSE TRUE #> 13785 16.00000000 TRUE TRUE #> 13789 -7.50000000 FALSE TRUE #> 13795 -0.91666667 FALSE TRUE #> 13801 121.00000000 TRUE TRUE #> 13804 -99.00000000 FALSE TRUE #> 13805 101.00000000 TRUE TRUE #> 13811 0.00000000 TRUE TRUE #> 13820 144.75000000 TRUE TRUE #> 13828 79.00000000 FALSE FALSE #> 13832 -72.00000000 FALSE FALSE #> 13835 105.00000000 FALSE TRUE #> 13836 13.00000000 FALSE TRUE #> 13838 37.00000000 FALSE TRUE #> 13842 106.83333333 FALSE FALSE #> 13844 76.00000000 TRUE TRUE #> 13852 -95.00000000 FALSE FALSE #> 13859 -95.91666667 FALSE TRUE #> 13860 -5.00000000 FALSE FALSE #> 13865 -97.58333333 TRUE TRUE #> 13867 -91.66666667 TRUE TRUE #> 13870 -16.25000000 FALSE TRUE #> 13872 -97.75000000 FALSE FALSE #> 13873 -97.33333333 FALSE FALSE #> 13876 -89.00000000 FALSE FALSE #> 13887 -93.25000000 TRUE TRUE #> 13892 30.00000000 TRUE TRUE #> 13895 -3.00000000 FALSE FALSE #> 13896 -5.58333333 TRUE TRUE #> 13915 -83.75000000 TRUE TRUE #> 13935 0.08333333 FALSE FALSE #> 13949 121.83333333 FALSE FALSE #> 13950 -87.00000000 FALSE FALSE #> 13952 -97.16666667 FALSE FALSE #> 13969 -91.33333333 FALSE FALSE #> 13970 121.08333333 FALSE FALSE #> 13984 -99.00000000 FALSE FALSE #> 13994 -95.91666667 FALSE TRUE #> 13995 -96.91666667 FALSE FALSE #> 14001 -85.50000000 FALSE FALSE #> 14009 -0.66666667 FALSE FALSE #> 14010 -96.91666667 FALSE FALSE #> 14014 -95.00000000 FALSE FALSE #> 14015 -88.00000000 FALSE FALSE #> 14020 -99.91666667 FALSE FALSE #> 14027 -98.00000000 FALSE FALSE #> 14031 -91.00000000 FALSE FALSE #> 14034 -98.25000000 FALSE FALSE #> 14059 0.08333333 FALSE FALSE #> 14064 121.08333333 FALSE FALSE #> 14066 -87.00000000 FALSE FALSE #> 14083 -85.50000000 FALSE FALSE #> 14089 -97.16666667 FALSE FALSE #> 14090 121.83333333 FALSE FALSE #> 14101 -0.66666667 FALSE FALSE #> 14124 -91.33333333 FALSE FALSE #> 14129 -96.91666667 FALSE FALSE #> 14132 -95.91666667 FALSE TRUE #> 14136 -98.00000000 FALSE FALSE #> 14137 -99.00000000 FALSE FALSE #> 14139 -98.25000000 FALSE FALSE #> 14142 -99.91666667 FALSE FALSE #> 14146 -95.00000000 FALSE FALSE #> 14147 -88.00000000 FALSE FALSE #> 14149 -96.91666667 FALSE FALSE #> 14152 -91.00000000 FALSE FALSE #> 14163 -91.00000000 FALSE FALSE #> 14169 -95.00000000 FALSE FALSE #> 14170 -98.25000000 FALSE FALSE #> 14171 -99.91666667 FALSE FALSE #> 14172 -98.00000000 FALSE FALSE #> 14186 -88.00000000 FALSE FALSE #> 14194 -97.16666667 FALSE FALSE #> 14197 -96.91666667 FALSE FALSE #> 14202 -95.91666667 FALSE TRUE #> 14205 121.83333333 FALSE FALSE #> 14208 -99.00000000 FALSE FALSE #> 14232 -96.91666667 FALSE FALSE #> 14236 -87.00000000 FALSE FALSE #> 14245 -91.33333333 FALSE FALSE #> 14248 -85.50000000 FALSE FALSE #> 14271 -0.66666667 FALSE FALSE #> 14272 0.08333333 FALSE FALSE #> 14274 121.08333333 FALSE FALSE #> 14283 -97.16666667 FALSE FALSE #> 14285 121.83333333 FALSE FALSE #> 14289 -99.91666667 FALSE FALSE #> 14293 -87.00000000 FALSE FALSE #> 14304 -95.00000000 FALSE FALSE #> 14308 -0.66666667 FALSE FALSE #> 14311 -98.00000000 FALSE FALSE #> 14312 -85.50000000 FALSE FALSE #> 14313 -91.33333333 FALSE FALSE #> 14323 -99.00000000 FALSE FALSE #> 14324 -95.91666667 FALSE TRUE #> 14326 -88.00000000 FALSE FALSE #> 14328 121.08333333 FALSE FALSE #> 14329 -91.00000000 FALSE FALSE #> 14343 -98.25000000 FALSE FALSE #> 14347 -96.91666667 FALSE FALSE #> 14357 -96.91666667 FALSE FALSE #> 14391 0.08333333 FALSE FALSE #> 14415 0.00000000 TRUE TRUE #> 14424 -93.25000000 TRUE TRUE #> 14426 144.75000000 TRUE TRUE #> 14436 30.00000000 TRUE TRUE #> 14456 -15.66666667 FALSE FALSE #> 14457 37.58333333 FALSE FALSE #> 14463 -91.33333333 FALSE FALSE #> 14469 -91.66666667 TRUE TRUE #> 14473 16.00000000 TRUE TRUE #> 14489 30.83333333 FALSE FALSE #> 14496 -89.58333333 FALSE FALSE #> 14501 25.00000000 FALSE TRUE #> 14503 -83.75000000 TRUE TRUE #> 14505 76.00000000 TRUE TRUE #> 14512 -95.75000000 FALSE FALSE #> 14520 -5.58333333 TRUE TRUE #> 14524 36.00000000 FALSE TRUE #> 14525 77.83333333 FALSE FALSE #> 14541 -97.58333333 TRUE TRUE #> 14543 -83.66666667 FALSE FALSE #> 14550 77.16666667 FALSE FALSE #> 14553 121.00000000 TRUE TRUE #> 14555 106.50000000 TRUE TRUE #> 14558 38.00000000 FALSE FALSE #> 14561 -95.66666667 FALSE FALSE #> 14568 7.00000000 TRUE TRUE #> 14572 -95.00000000 FALSE FALSE #> 14587 -101.66666667 FALSE FALSE #> 14589 13.00000000 FALSE TRUE #> 14631 144.75000000 TRUE TRUE #> 14656 13.00000000 FALSE TRUE #> 14663 -95.00000000 FALSE FALSE #> 14665 0.00000000 TRUE TRUE #> 14672 -83.75000000 TRUE TRUE #> 14678 7.00000000 TRUE TRUE #> 14696 76.00000000 TRUE TRUE #> 14698 77.16666667 FALSE FALSE #> 14702 30.00000000 TRUE TRUE #> 14703 38.00000000 FALSE FALSE #> 14709 -15.66666667 FALSE FALSE #> 14713 -101.66666667 FALSE FALSE #> 14716 121.00000000 TRUE TRUE #> 14718 -91.33333333 FALSE FALSE #> 14732 -89.58333333 FALSE FALSE #> 14735 -83.66666667 FALSE FALSE #> 14745 -97.58333333 TRUE TRUE #> 14751 36.00000000 FALSE TRUE #> 14768 25.00000000 FALSE TRUE #> 14772 106.50000000 TRUE TRUE #> 14777 -95.75000000 FALSE FALSE #> 14779 -93.25000000 TRUE TRUE #> 14786 37.58333333 FALSE FALSE #> 14792 30.83333333 FALSE FALSE #> 14799 77.83333333 FALSE FALSE #> 14801 -96.00000000 FALSE FALSE #> 14802 -91.66666667 TRUE TRUE #> 14837 16.00000000 TRUE TRUE #> 14860 -5.58333333 TRUE TRUE #> 14862 37.58333333 FALSE FALSE #> 14872 -15.66666667 FALSE FALSE #> 14875 77.83333333 FALSE FALSE #> 14887 30.83333333 FALSE FALSE #> 14906 144.75000000 TRUE TRUE #> 14911 16.00000000 TRUE TRUE #> 14914 -91.66666667 TRUE TRUE #> 14918 25.00000000 FALSE TRUE #> 14920 0.00000000 TRUE TRUE #> 14924 30.00000000 TRUE TRUE #> 14952 -93.25000000 TRUE TRUE #> 14961 38.00000000 FALSE FALSE #> 14971 77.16666667 FALSE FALSE #> 14974 36.00000000 FALSE TRUE #> 14993 -91.33333333 FALSE FALSE #> 14998 76.00000000 TRUE TRUE #> 15000 -97.58333333 TRUE TRUE #> 15021 121.00000000 TRUE TRUE #> 15027 -95.00000000 FALSE FALSE #> 15036 -101.66666667 FALSE FALSE #> 15045 7.00000000 TRUE TRUE #> 15054 106.50000000 TRUE TRUE #> 15055 -95.66666667 FALSE FALSE #> 15061 -5.58333333 TRUE TRUE #> 15062 -95.75000000 FALSE FALSE #> 15063 -83.75000000 TRUE TRUE #> 15076 -89.58333333 FALSE FALSE #> 15078 -83.66666667 FALSE FALSE #> 15085 13.00000000 FALSE TRUE #> 15095 -91.66666667 TRUE TRUE #> 15103 -101.66666667 FALSE FALSE #> 15114 37.58333333 FALSE FALSE #> 15126 77.16666667 FALSE FALSE #> 15132 36.00000000 FALSE TRUE #> 15136 38.00000000 FALSE FALSE #> 15142 25.00000000 FALSE TRUE #> 15145 -97.58333333 TRUE TRUE #> 15150 0.00000000 TRUE TRUE #> 15161 7.00000000 TRUE TRUE #> 15167 77.83333333 FALSE FALSE #> 15175 -91.33333333 FALSE FALSE #> 15178 30.83333333 FALSE FALSE #> 15214 -15.66666667 FALSE FALSE #> 15220 16.00000000 TRUE TRUE #> 15240 30.00000000 TRUE TRUE #> 15245 106.50000000 TRUE TRUE #> 15248 -83.66666667 FALSE FALSE #> 15259 -95.00000000 FALSE FALSE #> 15260 76.00000000 TRUE TRUE #> 15264 -95.75000000 FALSE FALSE #> 15278 -93.25000000 TRUE TRUE #> 15282 13.00000000 FALSE TRUE #> 15291 144.75000000 TRUE TRUE #> 15298 -96.00000000 FALSE FALSE #> 15306 -5.58333333 TRUE TRUE #> 15307 121.00000000 TRUE TRUE #> 15310 -83.75000000 TRUE TRUE #> 15313 -89.58333333 FALSE FALSE #> 15324 38.00000000 FALSE FALSE #> 15338 107.50000000 FALSE FALSE #> 15340 106.50000000 TRUE TRUE #> 15354 124.00000000 FALSE FALSE #> 15377 30.00000000 TRUE TRUE #> 15381 123.00000000 FALSE FALSE #> 15392 42.00000000 FALSE FALSE #> 15393 76.50000000 FALSE FALSE #> 15395 30.75000000 FALSE TRUE #> 15397 101.00000000 TRUE TRUE #> 15401 74.00000000 FALSE FALSE #> 15402 76.00000000 FALSE FALSE #> 15403 121.00000000 TRUE TRUE #> 15404 7.00000000 TRUE TRUE #> 15414 -61.16666667 FALSE FALSE #> 15417 144.75000000 TRUE TRUE #> 15418 36.16666667 FALSE FALSE #> 15427 108.50000000 FALSE FALSE #> 15431 -61.50000000 FALSE FALSE #> 15449 106.00000000 FALSE FALSE #> 15479 108.66666667 FALSE FALSE #> 15480 13.00000000 FALSE TRUE #> 15482 76.75000000 FALSE FALSE #> 15488 -2.66666667 FALSE FALSE #> 15497 108.50000000 FALSE FALSE #> 15501 79.00000000 FALSE FALSE #> 15507 108.50000000 FALSE FALSE #> 15510 105.00000000 FALSE TRUE #> 15512 -16.25000000 FALSE TRUE #> 15519 103.00000000 FALSE FALSE #> 15520 0.50000000 FALSE FALSE #> 15522 -155.50000000 FALSE FALSE #> 15526 97.00000000 FALSE FALSE #> 15530 0.00000000 TRUE TRUE #> 15536 -16.00000000 FALSE FALSE #> 15537 -10.50000000 FALSE FALSE #> 15539 -93.25000000 TRUE TRUE #> 15548 2.16666667 FALSE FALSE #> 15549 -7.50000000 FALSE TRUE #> 15563 101.00000000 FALSE FALSE #> 15589 36.00000000 FALSE TRUE #> 15596 30.75000000 FALSE TRUE #> 15597 122.33333333 FALSE FALSE #> 15640 30.00000000 TRUE TRUE #> 15652 124.00000000 FALSE FALSE #> 15680 -95.91666667 FALSE TRUE #> 15697 39.75000000 FALSE FALSE #> 15703 76.50000000 FALSE FALSE #> 15711 -83.75000000 TRUE TRUE #> 15725 -10.00000000 FALSE FALSE #> 15742 144.75000000 TRUE TRUE #> 15743 -91.83333333 FALSE FALSE #> 15770 -87.00000000 FALSE FALSE #> 15779 37.00000000 FALSE TRUE #> 15792 123.50000000 FALSE FALSE #> 15798 -91.33333333 FALSE FALSE #> 15809 -92.83333333 FALSE FALSE #> 15817 -101.66666667 FALSE FALSE #> 15837 -5.58333333 TRUE TRUE #> 15846 -91.66666667 TRUE TRUE #> 15849 -16.25000000 FALSE TRUE #> 15851 81.33333333 FALSE FALSE #> 15856 -0.91666667 FALSE TRUE #> 15886 -83.66666667 FALSE FALSE #> 15958 121.25000000 FALSE FALSE #> 15968 -93.25000000 TRUE TRUE #> 15985 121.00000000 TRUE TRUE #> 16014 -155.50000000 FALSE FALSE #> 16029 -99.00000000 FALSE TRUE #> 16039 -90.50000000 FALSE FALSE #> 16042 -97.25000000 FALSE FALSE #> 16047 107.50000000 FALSE FALSE #> 16056 108.00000000 FALSE FALSE #> 16075 16.00000000 TRUE TRUE #> 16076 -91.41666667 FALSE FALSE #> 16086 105.00000000 FALSE TRUE #> 16105 101.00000000 FALSE FALSE #> 16137 -2.66666667 FALSE FALSE #> 16148 -0.91666667 FALSE TRUE #> 16149 -7.50000000 FALSE TRUE #> 16153 -13.75000000 FALSE FALSE #> 16160 79.00000000 FALSE FALSE #> 16161 0.00000000 FALSE FALSE #> 16164 44.00000000 FALSE FALSE #> 16165 76.50000000 FALSE FALSE #> 16168 -1.25000000 FALSE FALSE #> 16171 36.00000000 FALSE TRUE #> 16172 -9.50000000 FALSE FALSE #> 16179 107.16666667 FALSE FALSE #> 16182 -96.46666667 FALSE FALSE #> 16202 101.00000000 TRUE TRUE #> 16204 105.00000000 FALSE TRUE #> 16208 107.50000000 FALSE FALSE #> 16214 -95.75000000 FALSE FALSE #> 16216 7.00000000 TRUE TRUE #> 16222 106.33333333 FALSE FALSE #> 16225 103.00000000 FALSE FALSE #> 16230 76.00000000 TRUE TRUE #> 16231 121.00000000 FALSE FALSE #> 16245 11.83333333 FALSE FALSE #> 16259 98.16666667 FALSE FALSE #> 16266 120.91666667 FALSE FALSE #> 16267 121.00000000 TRUE TRUE #> 16269 100.50000000 FALSE FALSE #> 16270 101.00000000 FALSE FALSE #> 16279 108.00000000 FALSE FALSE #> 16297 -91.66666667 TRUE TRUE #> 16304 103.00000000 FALSE FALSE #> 16308 105.00000000 FALSE TRUE #> 16314 -96.25000000 FALSE FALSE #> 16320 29.66666667 FALSE FALSE #> 16332 120.91666667 FALSE FALSE #> 16334 -89.58333333 FALSE FALSE #> 16352 -2.66666667 FALSE FALSE #> 16355 106.50000000 TRUE TRUE #> 16361 30.16666667 FALSE FALSE #> 16366 21.75000000 FALSE FALSE #> 16368 -16.00000000 FALSE FALSE #> 16386 -0.91666667 FALSE TRUE #> 16387 -95.00000000 FALSE FALSE #> 16395 -97.91666667 FALSE FALSE #> 16402 102.11666667 FALSE FALSE #> 16413 106.75000000 FALSE FALSE #> 16429 -88.00000000 FALSE FALSE #> 16437 -95.75000000 FALSE FALSE #> 16439 -2.66666667 FALSE FALSE #> 16442 -72.00000000 FALSE FALSE #> 16449 -92.66666667 FALSE FALSE #> 16462 -92.58333333 FALSE FALSE #> 16473 121.83333333 FALSE FALSE #> 16474 -97.25000000 FALSE FALSE #> 16482 -91.33333333 FALSE FALSE #> 16494 121.00000000 TRUE TRUE #> 16496 -97.33333333 FALSE FALSE #> 16509 0.00000000 TRUE TRUE #> 16519 -99.00000000 FALSE TRUE #> 16520 -4.83333333 FALSE FALSE #> 16523 -97.75000000 FALSE FALSE #> 16527 -4.50000000 FALSE FALSE #> 16548 -91.83333333 FALSE FALSE #> 16551 -155.50000000 FALSE FALSE #> 16553 -103.00000000 FALSE FALSE #> 16566 100.50000000 FALSE FALSE #> 16579 -101.66666667 FALSE FALSE #> 16581 -7.50000000 FALSE TRUE #> 16582 107.50000000 FALSE FALSE #> 16585 -96.91666667 FALSE FALSE #> 16606 -93.30000000 FALSE FALSE #> 16610 101.00000000 TRUE TRUE #> 16622 -95.91666667 FALSE TRUE #> 16631 -91.50000000 FALSE FALSE #> 16645 -98.00000000 FALSE FALSE #> 16649 29.33333333 FALSE FALSE #> 16650 29.66666667 FALSE FALSE #> 16651 122.08333333 FALSE FALSE #> 16654 19.41666667 FALSE FALSE #> 16655 77.83333333 FALSE FALSE #> 16666 37.58333333 FALSE FALSE #> 16679 144.75000000 TRUE TRUE #> 16686 -1.58333333 FALSE FALSE #> 16691 -95.16666667 FALSE FALSE #> 16702 -87.00000000 FALSE FALSE #> 16713 106.83333333 FALSE FALSE #> 16715 -95.00000000 FALSE FALSE #> 16718 108.00000000 FALSE FALSE #> 16720 -96.66666667 FALSE FALSE #> 16721 -3.00000000 FALSE FALSE #> 16724 98.16666667 FALSE FALSE #> 16741 -97.58333333 TRUE TRUE #> 16753 -11.00000000 FALSE FALSE #> 16755 123.00000000 FALSE FALSE #> 16759 13.41666667 FALSE FALSE #> 16762 -95.66666667 FALSE FALSE #> 16767 120.33333333 FALSE FALSE #> 16772 -91.75000000 FALSE FALSE #> 16774 2.16666667 FALSE FALSE #> 16776 -4.66666667 FALSE FALSE #> 16791 121.08333333 FALSE FALSE #> 16793 109.50000000 FALSE FALSE #> 16797 -10.50000000 FALSE FALSE #> 16804 78.50000000 FALSE FALSE #> 16818 8.66666667 FALSE FALSE #> 16820 38.50000000 FALSE FALSE #> 16821 29.33333333 FALSE FALSE #> 16824 30.50000000 FALSE FALSE #> 16830 25.00000000 FALSE TRUE #> 16831 18.75000000 FALSE FALSE #> 16834 13.71666667 FALSE FALSE #> 16837 38.00000000 FALSE FALSE #> 16839 9.66666667 FALSE FALSE #> 16868 -1.25000000 FALSE FALSE #> 16872 -1.25000000 FALSE FALSE #> 16880 -91.00000000 FALSE FALSE #> 16887 97.00000000 FALSE FALSE #> 16888 97.00000000 FALSE FALSE #> 16889 30.00000000 TRUE TRUE #> 16895 30.00000000 FALSE FALSE #> 16899 -4.33333333 FALSE FALSE #> 16926 12.00000000 FALSE FALSE #> 16935 0.00000000 FALSE FALSE #> 16938 13.58333333 FALSE FALSE #> 16943 7.00000000 TRUE TRUE #> 16946 -96.08333333 FALSE FALSE #> 16947 3.50000000 FALSE FALSE #> 16953 -5.58333333 TRUE TRUE #> 16964 20.83333333 FALSE TRUE #> 16966 9.25000000 FALSE FALSE #> 16969 107.50000000 FALSE FALSE #> 16975 -94.75000000 FALSE FALSE #> 16986 29.41666667 FALSE FALSE #> 16989 11.83333333 FALSE FALSE #> 16997 -2.00000000 FALSE FALSE #> 17002 -91.58333333 FALSE FALSE #> 17004 21.00000000 FALSE FALSE #> 17019 17.66666667 FALSE FALSE #> 17027 -4.91666667 FALSE FALSE #> 17033 13.83333333 FALSE FALSE #> 17036 16.00000000 TRUE TRUE #> 17038 76.00000000 FALSE FALSE #> 17039 51.50000000 FALSE FALSE #> 17045 14.75000000 FALSE FALSE #> 17061 15.50000000 FALSE FALSE #> 17069 14.08333333 FALSE FALSE #> 17072 14.83333333 FALSE FALSE #> 17074 14.50000000 FALSE FALSE #> 17075 92.41666667 FALSE FALSE #> 17076 23.00000000 FALSE FALSE #> 17088 14.11666667 FALSE FALSE #> 17091 99.16666667 FALSE FALSE #> 17097 14.91666667 FALSE FALSE #> 17105 105.50000000 FALSE FALSE #> 17108 18.00000000 FALSE FALSE #> 17114 34.00000000 FALSE FALSE #> 17115 35.83333333 FALSE FALSE #> 17118 -5.00000000 FALSE FALSE #> 17124 14.16666667 FALSE FALSE #> 17134 77.00000000 FALSE FALSE #> 17140 0.25000000 FALSE FALSE #> 17141 14.16666667 FALSE FALSE #> 17146 5.08333333 FALSE FALSE #> 17154 19.83333333 FALSE FALSE #> 17159 30.00000000 FALSE FALSE #> 17160 97.50000000 FALSE TRUE #> 17163 15.41666667 FALSE FALSE #> 17167 13.00000000 FALSE FALSE #> 17179 10.91666667 FALSE FALSE #> 17191 100.00000000 FALSE FALSE #> 17208 34.66666667 FALSE FALSE #> 17218 82.00000000 FALSE FALSE #> 17226 -96.41666667 FALSE FALSE #> 17234 36.00000000 FALSE TRUE #> 17242 -96.75000000 FALSE FALSE #> 17291 -96.25000000 FALSE FALSE #> 17295 84.33333333 FALSE FALSE #> 17306 -99.00000000 FALSE FALSE #> 17311 30.83333333 FALSE FALSE #> 17313 38.50000000 FALSE FALSE #> 17320 -99.66666667 FALSE FALSE #> 17329 -15.33333333 FALSE FALSE #> 17332 31.05000000 FALSE FALSE #> 17351 76.00000000 TRUE TRUE #> 17353 30.75000000 FALSE TRUE #> 17354 -16.25000000 FALSE TRUE #> 17363 37.00000000 FALSE TRUE #> 17366 23.00000000 FALSE FALSE #> 17382 -96.41666667 FALSE FALSE #> 17385 22.00000000 FALSE FALSE #> 17386 22.00000000 FALSE FALSE #> 17390 38.50000000 FALSE FALSE #> 17391 79.00000000 FALSE FALSE #> 17392 -73.75000000 FALSE TRUE #> 17404 75.33333333 FALSE FALSE #> 17405 15.00000000 FALSE FALSE #> 17419 21.50000000 FALSE FALSE #> 17429 22.00000000 FALSE FALSE #> 17430 81.00000000 FALSE FALSE #> 17458 -2.50000000 FALSE FALSE #> 17467 13.75000000 FALSE FALSE #> 17469 -96.91666667 FALSE FALSE #> 17475 -83.66666667 FALSE FALSE #> 17481 81.33333333 FALSE FALSE #> 17490 -3.58333333 FALSE FALSE #> 17503 82.66666667 FALSE FALSE #> 17507 76.50000000 FALSE FALSE #> 17511 -85.50000000 FALSE FALSE #> 17516 37.41666667 FALSE FALSE #> 17532 -16.91666667 FALSE FALSE #> 17536 13.00000000 FALSE TRUE #> 17538 78.50000000 FALSE FALSE #> 17550 -16.83333333 FALSE FALSE #> 17580 -93.25000000 TRUE TRUE #> 17588 -83.75000000 TRUE TRUE #> 17589 -16.00000000 FALSE FALSE #> 17601 8.66666667 FALSE FALSE #> 17602 -1.25000000 FALSE FALSE #> 17606 18.75000000 FALSE FALSE #> 17610 97.00000000 FALSE FALSE #> 17613 12.00000000 FALSE FALSE #> 17614 29.33333333 FALSE FALSE #> 17619 30.50000000 FALSE FALSE #> 17621 30.00000000 FALSE FALSE #> 17625 -1.25000000 FALSE FALSE #> 17626 30.00000000 TRUE TRUE #> 17627 -91.00000000 FALSE FALSE #> 17629 -4.33333333 FALSE FALSE #> 17638 9.66666667 FALSE FALSE #> 17679 97.00000000 FALSE FALSE #> 17688 38.00000000 FALSE FALSE #> 17690 38.50000000 FALSE FALSE #> 17701 25.00000000 FALSE TRUE #> 17716 13.71666667 FALSE FALSE #> 17719 7.00000000 TRUE TRUE #> 17720 107.50000000 FALSE FALSE #> 17725 -91.58333333 FALSE FALSE #> 17726 0.00000000 FALSE FALSE #> 17729 20.83333333 FALSE TRUE #> 17735 -2.00000000 FALSE FALSE #> 17751 3.50000000 FALSE FALSE #> 17752 9.25000000 FALSE FALSE #> 17761 -5.58333333 TRUE TRUE #> 17764 11.83333333 FALSE FALSE #> 17769 -96.08333333 FALSE FALSE #> 17772 -94.75000000 FALSE FALSE #> 17773 29.41666667 FALSE FALSE #> 17779 21.00000000 FALSE FALSE #> 17797 13.58333333 FALSE FALSE #> 17808 106.83333333 FALSE FALSE #> 17810 -3.00000000 FALSE FALSE #> 17823 29.66666667 FALSE FALSE #> 17824 -97.25000000 FALSE FALSE #> 17853 102.11666667 FALSE FALSE #> 17854 9.25000000 FALSE FALSE #> 17862 120.33333333 FALSE FALSE #> 17864 -95.00000000 FALSE FALSE #> 17874 -95.66666667 FALSE FALSE #> 17884 -97.91666667 FALSE FALSE #> 17897 -95.16666667 FALSE FALSE #> 17899 -91.50000000 FALSE FALSE #> 17905 -89.58333333 FALSE FALSE #> 17906 105.00000000 FALSE TRUE #> 17911 -95.00000000 FALSE FALSE #> 17921 -1.58333333 FALSE FALSE #> 17934 7.00000000 TRUE TRUE #> 17938 -83.75000000 TRUE TRUE #> 17939 100.50000000 FALSE FALSE #> 17943 -2.66666667 FALSE FALSE #> 17945 12.00000000 FALSE FALSE #> 17955 -93.30000000 FALSE FALSE #> 17956 -4.83333333 FALSE FALSE #> 17960 -4.33333333 FALSE FALSE #> 17961 -96.25000000 FALSE FALSE #> 17962 30.00000000 TRUE TRUE #> 17963 8.66666667 FALSE FALSE #> 17968 -91.33333333 FALSE FALSE #> 17974 0.00000000 TRUE TRUE #> 17975 -88.00000000 FALSE FALSE #> 17983 107.50000000 FALSE FALSE #> 17990 98.16666667 FALSE FALSE #> 17993 108.00000000 FALSE FALSE #> 18007 120.91666667 FALSE FALSE #> 18015 29.41666667 FALSE FALSE #> 18018 -1.25000000 FALSE FALSE #> 18022 -5.58333333 TRUE TRUE #> 18029 -10.50000000 FALSE FALSE #> 18063 -94.75000000 FALSE FALSE #> 18072 121.08333333 FALSE FALSE #> 18077 -91.75000000 FALSE FALSE #> 18081 -4.50000000 FALSE FALSE #> 18083 77.83333333 FALSE FALSE #> 18084 -95.91666667 FALSE TRUE #> 18089 18.75000000 FALSE FALSE #> 18094 -91.83333333 FALSE FALSE #> 18097 121.00000000 TRUE TRUE #> 18100 -72.00000000 FALSE FALSE #> 18107 29.66666667 FALSE FALSE #> 18113 -97.75000000 FALSE FALSE #> 18119 -4.66666667 FALSE FALSE #> 18121 -7.50000000 FALSE TRUE #> 18126 -91.66666667 TRUE TRUE #> 18134 -91.00000000 FALSE FALSE #> 18136 -95.75000000 FALSE FALSE #> 18147 29.33333333 FALSE FALSE #> 18175 11.83333333 FALSE FALSE #> 18177 -87.00000000 FALSE FALSE #> 18179 -91.58333333 FALSE FALSE #> 18197 0.00000000 FALSE FALSE #> 18198 30.50000000 FALSE FALSE #> 18205 21.00000000 FALSE FALSE #> 18206 97.00000000 FALSE FALSE #> 18210 122.08333333 FALSE FALSE #> 18211 -99.00000000 FALSE TRUE #> 18242 -2.66666667 FALSE FALSE #> 18248 108.00000000 FALSE FALSE #> 18249 -97.33333333 FALSE FALSE #> 18257 106.75000000 FALSE FALSE #> 18260 101.00000000 TRUE TRUE #> 18261 30.16666667 FALSE FALSE #> 18278 144.75000000 TRUE TRUE #> 18281 -103.00000000 FALSE FALSE #> 18288 103.00000000 FALSE FALSE #> 18289 -155.50000000 FALSE FALSE #> 18293 -1.25000000 FALSE FALSE #> 18294 109.50000000 FALSE FALSE #> 18319 -92.58333333 FALSE FALSE #> 18327 -96.91666667 FALSE FALSE #> 18328 -2.00000000 FALSE FALSE #> 18332 13.41666667 FALSE FALSE #> 18347 21.75000000 FALSE FALSE #> 18351 121.83333333 FALSE FALSE #> 18357 107.50000000 FALSE FALSE #> 18358 -0.91666667 FALSE TRUE #> 18360 3.50000000 FALSE FALSE #> 18361 9.66666667 FALSE FALSE #> 18365 106.50000000 TRUE TRUE #> 18373 -98.00000000 FALSE FALSE #> 18376 37.58333333 FALSE FALSE #> 18386 30.00000000 FALSE FALSE #> 18391 -96.66666667 FALSE FALSE #> 18418 123.00000000 FALSE FALSE #> 18430 -16.00000000 FALSE FALSE #> 18433 -97.58333333 TRUE TRUE #> 18438 19.41666667 FALSE FALSE #> 18449 29.33333333 FALSE FALSE #> 18450 -16.00000000 FALSE FALSE #> 18462 -92.66666667 FALSE FALSE #> 18463 -11.00000000 FALSE FALSE #> 18482 2.16666667 FALSE FALSE #> 18484 -101.66666667 FALSE FALSE #> 18490 82.00000000 FALSE FALSE #> 18517 38.50000000 FALSE FALSE #> 18523 84.33333333 FALSE FALSE #> 18529 25.00000000 FALSE TRUE #> 18537 -99.00000000 FALSE FALSE #> 18538 100.00000000 FALSE FALSE #> 18539 97.00000000 FALSE FALSE #> 18545 -15.33333333 FALSE FALSE #> 18582 -96.25000000 FALSE FALSE #> 18587 -96.75000000 FALSE FALSE #> 18594 31.05000000 FALSE FALSE #> 18629 34.66666667 FALSE FALSE #> 18644 36.00000000 FALSE TRUE #> 18651 30.83333333 FALSE FALSE #> 18659 -99.66666667 FALSE FALSE #> 18669 38.50000000 FALSE FALSE #> 18706 38.00000000 FALSE FALSE #> 18708 -96.41666667 FALSE FALSE #> 18716 -96.08333333 FALSE FALSE #> 18723 -93.25000000 TRUE TRUE #> 18743 22.00000000 FALSE FALSE #> 18750 20.83333333 FALSE TRUE #> 18760 15.41666667 FALSE FALSE #> 18764 14.16666667 FALSE FALSE #> 18769 15.00000000 FALSE FALSE #> 18774 23.00000000 FALSE FALSE #> 18777 82.66666667 FALSE FALSE #> 18785 -5.00000000 FALSE FALSE #> 18789 81.00000000 FALSE FALSE #> 18793 16.00000000 TRUE TRUE #> 18795 22.00000000 FALSE FALSE #> 18803 77.00000000 FALSE FALSE #> 18808 18.00000000 FALSE FALSE #> 18809 14.75000000 FALSE FALSE #> 18814 92.41666667 FALSE FALSE #> 18816 14.08333333 FALSE FALSE #> 18825 19.83333333 FALSE FALSE #> 18826 -96.41666667 FALSE FALSE #> 18836 14.11666667 FALSE FALSE #> 18837 -3.58333333 FALSE FALSE #> 18840 13.71666667 FALSE FALSE #> 18843 76.00000000 FALSE FALSE #> 18854 79.00000000 FALSE FALSE #> 18855 0.25000000 FALSE FALSE #> 18857 -16.25000000 FALSE TRUE #> 18858 13.00000000 FALSE FALSE #> 18861 22.00000000 FALSE FALSE #> 18874 78.50000000 FALSE FALSE #> 18877 -16.83333333 FALSE FALSE #> 18879 75.33333333 FALSE FALSE #> 18883 97.50000000 FALSE TRUE #> 18886 -16.91666667 FALSE FALSE #> 18888 -73.75000000 FALSE TRUE #> 18896 -4.91666667 FALSE FALSE #> 18899 10.91666667 FALSE FALSE #> 18901 15.50000000 FALSE FALSE #> 18904 17.66666667 FALSE FALSE #> 18905 14.83333333 FALSE FALSE #> 18909 14.91666667 FALSE FALSE #> 18924 35.83333333 FALSE FALSE #> 18938 37.41666667 FALSE FALSE #> 18951 38.50000000 FALSE FALSE #> 18968 13.75000000 FALSE FALSE #> 18982 81.33333333 FALSE FALSE #> 18988 51.50000000 FALSE FALSE #> 18990 34.00000000 FALSE FALSE #> 18992 23.00000000 FALSE FALSE #> 18995 14.50000000 FALSE FALSE #> 19004 21.50000000 FALSE FALSE #> 19010 76.50000000 FALSE FALSE #> 19014 13.00000000 FALSE TRUE #> 19018 99.16666667 FALSE FALSE #> 19022 -85.50000000 FALSE FALSE #> 19029 37.00000000 FALSE TRUE #> 19049 30.00000000 FALSE FALSE #> 19053 30.75000000 FALSE TRUE #> 19074 -83.66666667 FALSE FALSE #> 19076 -96.91666667 FALSE FALSE #> 19077 105.50000000 FALSE FALSE #> 19081 13.83333333 FALSE FALSE #> 19082 76.00000000 TRUE TRUE #> 19092 78.50000000 FALSE FALSE #> 19109 13.58333333 FALSE FALSE #> 19112 5.08333333 FALSE FALSE #> 19116 14.16666667 FALSE FALSE #> 19128 -2.50000000 FALSE FALSE #> 19132 -91.00000000 FALSE FALSE #> 19139 14.11666667 FALSE FALSE #> 19156 -5.00000000 FALSE FALSE #> 19164 13.58333333 FALSE FALSE #> 19170 105.50000000 FALSE FALSE #> 19171 19.83333333 FALSE FALSE #> 19173 18.00000000 FALSE FALSE #> 19174 -1.25000000 FALSE FALSE #> 19177 9.66666667 FALSE FALSE #> 19178 5.08333333 FALSE FALSE #> 19180 14.50000000 FALSE FALSE #> 19181 12.00000000 FALSE FALSE #> 19198 11.83333333 FALSE FALSE #> 19204 76.00000000 FALSE FALSE #> 19210 -91.58333333 FALSE FALSE #> 19211 30.00000000 FALSE FALSE #> 19212 0.25000000 FALSE FALSE #> 19213 8.66666667 FALSE FALSE #> 19221 -5.58333333 TRUE TRUE #> 19228 15.41666667 FALSE FALSE #> 19229 -4.33333333 FALSE FALSE #> 19231 17.66666667 FALSE FALSE #> 19233 15.50000000 FALSE FALSE #> 19236 99.16666667 FALSE FALSE #> 19240 29.33333333 FALSE FALSE #> 19251 14.08333333 FALSE FALSE #> 19252 34.00000000 FALSE FALSE #> 19253 16.00000000 TRUE TRUE #> 19254 97.50000000 FALSE TRUE #> 19261 23.00000000 FALSE FALSE #> 19268 13.00000000 FALSE FALSE #> 19269 77.00000000 FALSE FALSE #> 19270 107.50000000 FALSE FALSE #> 19275 30.00000000 TRUE TRUE #> 19281 7.00000000 TRUE TRUE #> 19285 92.41666667 FALSE FALSE #> 19286 14.16666667 FALSE FALSE #> 19287 30.50000000 FALSE FALSE #> 19290 13.71666667 FALSE FALSE #> 19297 9.25000000 FALSE FALSE #> 19300 -4.91666667 FALSE FALSE #> 19310 13.83333333 FALSE FALSE #> 19315 10.91666667 FALSE FALSE #> 19319 14.83333333 FALSE FALSE #> 19327 35.83333333 FALSE FALSE #> 19330 14.91666667 FALSE FALSE #> 19340 18.75000000 FALSE FALSE #> 19343 14.75000000 FALSE FALSE #> 19363 0.00000000 FALSE FALSE #> 19365 97.00000000 FALSE FALSE #> 19366 30.00000000 FALSE FALSE #> 19380 14.16666667 FALSE FALSE #> 19383 -1.25000000 FALSE FALSE #> 19389 97.00000000 FALSE FALSE #> 19391 51.50000000 FALSE FALSE #> 19392 3.50000000 FALSE FALSE #> 19417 76.00000000 TRUE TRUE #> 19429 76.50000000 FALSE FALSE #> 19432 38.50000000 FALSE FALSE #> 19437 -73.75000000 FALSE TRUE #> 19445 38.00000000 FALSE FALSE #> 19446 -94.75000000 FALSE FALSE #> 19456 -85.50000000 FALSE FALSE #> 19459 -96.91666667 FALSE FALSE #> 19462 13.75000000 FALSE FALSE #> 19466 23.00000000 FALSE FALSE #> 19490 -96.41666667 FALSE FALSE #> 19497 75.33333333 FALSE FALSE #> 19505 -2.50000000 FALSE FALSE #> 19522 -3.58333333 FALSE FALSE #> 19525 79.00000000 FALSE FALSE #> 19530 25.00000000 FALSE TRUE #> 19538 13.00000000 FALSE TRUE #> 19545 30.75000000 FALSE TRUE #> 19550 -16.00000000 FALSE FALSE #> 19552 81.00000000 FALSE FALSE #> 19578 -16.91666667 FALSE FALSE #> 19580 -83.66666667 FALSE FALSE #> 19588 37.00000000 FALSE TRUE #> 19597 81.33333333 FALSE FALSE #> 19600 15.00000000 FALSE FALSE #> 19644 -83.75000000 TRUE TRUE #> 19658 29.41666667 FALSE FALSE #> 19664 38.50000000 FALSE FALSE #> 19671 37.41666667 FALSE FALSE #> 19679 -16.25000000 FALSE TRUE #> 19681 -16.83333333 FALSE FALSE #> 19693 78.50000000 FALSE FALSE #> 19697 21.50000000 FALSE FALSE #> 19698 82.66666667 FALSE FALSE #> 19703 22.00000000 FALSE FALSE #> 19711 22.00000000 FALSE FALSE #> 19715 22.00000000 FALSE FALSE #> 19719 21.00000000 FALSE FALSE #> 19729 20.83333333 FALSE TRUE #> 19740 78.50000000 FALSE FALSE #> 19755 34.66666667 FALSE FALSE #> 19772 98.16666667 FALSE FALSE #> 19776 0.00000000 TRUE TRUE #> 19787 -96.25000000 FALSE FALSE #> 19800 121.00000000 TRUE TRUE #> 19815 -91.66666667 TRUE TRUE #> 19823 100.00000000 FALSE FALSE #> 19856 -2.66666667 FALSE FALSE #> 19867 -96.25000000 FALSE FALSE #> 19871 100.50000000 FALSE FALSE #> 19875 -101.66666667 FALSE FALSE #> 19888 -72.00000000 FALSE FALSE #> 19901 -97.58333333 TRUE TRUE #> 19902 106.75000000 FALSE FALSE #> 19911 21.75000000 FALSE FALSE #> 19917 38.50000000 FALSE FALSE #> 19918 121.83333333 FALSE FALSE #> 19920 -11.00000000 FALSE FALSE #> 19929 -99.66666667 FALSE FALSE #> 19932 108.00000000 FALSE FALSE #> 19939 -4.50000000 FALSE FALSE #> 19954 -4.83333333 FALSE FALSE #> 19955 -97.91666667 FALSE FALSE #> 19968 -95.00000000 FALSE FALSE #> 19976 -16.00000000 FALSE FALSE #> 19977 -1.58333333 FALSE FALSE #> 19989 36.00000000 FALSE TRUE #> 19998 -95.66666667 FALSE FALSE #> 20000 120.91666667 FALSE FALSE #> 20033 -95.75000000 FALSE FALSE #> 20035 -93.25000000 TRUE TRUE #> 20036 -96.75000000 FALSE FALSE #> 20046 103.00000000 FALSE FALSE #> 20053 -96.66666667 FALSE FALSE #> 20054 -15.33333333 FALSE FALSE #> 20066 -7.50000000 FALSE TRUE #> 20079 144.75000000 TRUE TRUE #> 20080 -96.08333333 FALSE FALSE #> 20082 102.11666667 FALSE FALSE #> 20086 77.83333333 FALSE FALSE #> 20094 -2.00000000 FALSE FALSE #> 20107 82.00000000 FALSE FALSE #> 20110 -89.58333333 FALSE FALSE #> 20115 -95.16666667 FALSE FALSE #> 20122 107.50000000 FALSE FALSE #> 20123 -96.91666667 FALSE FALSE #> 20132 19.41666667 FALSE FALSE #> 20140 -96.41666667 FALSE FALSE #> 20144 -91.83333333 FALSE FALSE #> 20150 37.58333333 FALSE FALSE #> 20154 106.83333333 FALSE FALSE #> 20166 -88.00000000 FALSE FALSE #> 20167 13.41666667 FALSE FALSE #> 20174 -97.25000000 FALSE FALSE #> 20186 -2.66666667 FALSE FALSE #> 20192 30.83333333 FALSE FALSE #> 20195 123.00000000 FALSE FALSE #> 20207 122.08333333 FALSE FALSE #> 20209 -10.50000000 FALSE FALSE #> 20218 31.05000000 FALSE FALSE #> 20232 -92.66666667 FALSE FALSE #> 20234 108.00000000 FALSE FALSE #> 20250 84.33333333 FALSE FALSE #> 20260 106.50000000 TRUE TRUE #> 20267 -97.75000000 FALSE FALSE #> 20268 30.16666667 FALSE FALSE #> 20276 -99.00000000 FALSE TRUE #> 20278 29.66666667 FALSE FALSE #> 20294 101.00000000 TRUE TRUE #> 20296 -98.00000000 FALSE FALSE #> 20315 -91.75000000 FALSE FALSE #> 20326 29.66666667 FALSE FALSE #> 20328 -0.91666667 FALSE TRUE #> 20339 105.00000000 FALSE TRUE #> 20368 -99.00000000 FALSE FALSE #> 20369 121.08333333 FALSE FALSE #> 20373 -4.66666667 FALSE FALSE #> 20376 2.16666667 FALSE FALSE #> 20382 -93.30000000 FALSE FALSE #> 20385 -95.91666667 FALSE TRUE #> 20386 -103.00000000 FALSE FALSE #> 20390 29.33333333 FALSE FALSE #> 20400 -155.50000000 FALSE FALSE #> 20404 -97.33333333 FALSE FALSE #> 20421 -3.00000000 FALSE FALSE #> 20425 -87.00000000 FALSE FALSE #> 20431 -92.58333333 FALSE FALSE #> 20433 120.33333333 FALSE FALSE #> 20444 -95.00000000 FALSE FALSE #> 20445 -91.33333333 FALSE FALSE #> 20447 -91.50000000 FALSE FALSE #> 20448 109.50000000 FALSE FALSE #> 20462 -2.00000000 FALSE FALSE #> 20472 77.83333333 FALSE FALSE #> 20485 -5.00000000 FALSE FALSE #> 20489 14.50000000 FALSE FALSE #> 20517 25.00000000 FALSE TRUE #> 20518 -92.66666667 FALSE FALSE #> 20527 -85.50000000 FALSE FALSE #> 20530 37.58333333 FALSE FALSE #> 20532 23.00000000 FALSE FALSE #> 20535 76.00000000 FALSE FALSE #> 20542 13.00000000 FALSE TRUE #> 20544 38.00000000 FALSE FALSE #> 20547 -3.58333333 FALSE FALSE #> 20553 38.50000000 FALSE FALSE #> 20563 76.00000000 TRUE TRUE #> 20571 79.00000000 FALSE FALSE #> 20577 98.16666667 FALSE FALSE #> 20578 -0.91666667 FALSE TRUE #> 20605 -95.66666667 FALSE FALSE #> 20638 -98.00000000 FALSE FALSE #> 20640 11.83333333 FALSE FALSE #> 20642 37.00000000 FALSE TRUE #> 20646 103.00000000 FALSE FALSE #> 20650 97.00000000 FALSE FALSE #> 20651 30.00000000 FALSE FALSE #> 20656 20.83333333 FALSE TRUE #> 20659 -96.75000000 FALSE FALSE #> 20663 -16.91666667 FALSE FALSE #> 20664 -91.75000000 FALSE FALSE #> 20670 -96.25000000 FALSE FALSE #> 20676 100.00000000 FALSE FALSE #> 20678 14.16666667 FALSE FALSE #> 20682 -95.91666667 FALSE TRUE #> 20684 -91.66666667 TRUE TRUE #> 20703 18.75000000 FALSE FALSE #> 20711 34.00000000 FALSE FALSE #> 20723 105.00000000 FALSE TRUE #> 20732 13.71666667 FALSE FALSE #> 20748 19.83333333 FALSE FALSE #> 20755 99.16666667 FALSE FALSE #> 20759 -73.75000000 FALSE TRUE #> 20764 -5.58333333 TRUE TRUE #> 20765 30.75000000 FALSE TRUE #> 20769 19.41666667 FALSE FALSE #> 20781 -95.75000000 FALSE FALSE #> 20802 38.50000000 FALSE FALSE #> 20806 -83.66666667 FALSE FALSE #> 20809 107.50000000 FALSE FALSE #> 20816 -4.83333333 FALSE FALSE #> 20826 15.41666667 FALSE FALSE #> 20828 35.83333333 FALSE FALSE #> 20837 51.50000000 FALSE FALSE #> 20844 -101.66666667 FALSE FALSE #> 20850 30.16666667 FALSE FALSE #> 20863 37.41666667 FALSE FALSE #> 20870 121.08333333 FALSE FALSE #> 20893 -155.50000000 FALSE FALSE #> 20894 10.91666667 FALSE FALSE #> 20895 84.33333333 FALSE FALSE #> 20899 106.83333333 FALSE FALSE #> 20904 100.50000000 FALSE FALSE #> 20909 78.50000000 FALSE FALSE #> 20913 22.00000000 FALSE FALSE #> 20915 0.25000000 FALSE FALSE #> 20919 76.50000000 FALSE FALSE #> 20921 109.50000000 FALSE FALSE #> 20935 77.00000000 FALSE FALSE #> 20951 108.00000000 FALSE FALSE #> 20982 -96.66666667 FALSE FALSE #> 20990 13.58333333 FALSE FALSE #> 20998 30.50000000 FALSE FALSE #> 21000 123.00000000 FALSE FALSE #> 21002 -103.00000000 FALSE FALSE #> 21004 75.33333333 FALSE FALSE #> 21013 23.00000000 FALSE FALSE #> 21020 29.66666667 FALSE FALSE #> 21034 -16.00000000 FALSE FALSE #> 21054 9.25000000 FALSE FALSE #> 21066 121.00000000 TRUE TRUE #> 21076 -97.75000000 FALSE FALSE #> 21077 14.83333333 FALSE FALSE #> 21081 0.00000000 FALSE FALSE #> 21082 106.50000000 TRUE TRUE #> 21087 -2.66666667 FALSE FALSE #> 21088 92.41666667 FALSE FALSE #> 21109 9.66666667 FALSE FALSE #> 21123 -99.66666667 FALSE FALSE #> 21142 -91.58333333 FALSE FALSE #> 21144 -4.33333333 FALSE FALSE #> 21147 -95.16666667 FALSE FALSE #> 21151 -4.66666667 FALSE FALSE #> 21154 31.05000000 FALSE FALSE #> 21164 16.00000000 TRUE TRUE #> 21170 14.91666667 FALSE FALSE #> 21178 -91.83333333 FALSE FALSE #> 21186 3.50000000 FALSE FALSE #> 21193 -97.33333333 FALSE FALSE #> 21205 121.83333333 FALSE FALSE #> 21213 -11.00000000 FALSE FALSE #> 21214 14.08333333 FALSE FALSE #> 21222 97.50000000 FALSE TRUE #> 21227 5.08333333 FALSE FALSE #> 21242 122.08333333 FALSE FALSE #> 21244 36.00000000 FALSE TRUE #> 21251 30.83333333 FALSE FALSE #> 21265 -92.58333333 FALSE FALSE #> 21266 -2.66666667 FALSE FALSE #> 21269 120.33333333 FALSE FALSE #> 21270 2.16666667 FALSE FALSE #> 21291 7.00000000 TRUE TRUE #> 21297 8.66666667 FALSE FALSE #> 21299 106.75000000 FALSE FALSE #> 21321 29.66666667 FALSE FALSE #> 21334 21.75000000 FALSE FALSE #> 21343 -96.91666667 FALSE FALSE #> 21345 82.66666667 FALSE FALSE #> 21349 29.33333333 FALSE FALSE #> 21354 -99.00000000 FALSE FALSE #> 21356 -89.58333333 FALSE FALSE #> 21358 -72.00000000 FALSE FALSE #> 21363 -91.00000000 FALSE FALSE #> 21370 34.66666667 FALSE FALSE #> 21407 22.00000000 FALSE FALSE #> 21418 101.00000000 TRUE TRUE #> 21419 78.50000000 FALSE FALSE #> 21430 12.00000000 FALSE FALSE #> 21435 108.00000000 FALSE FALSE #> 21441 -93.25000000 TRUE TRUE #> 21448 -1.25000000 FALSE FALSE #> 21456 -91.50000000 FALSE FALSE #> 21464 81.00000000 FALSE FALSE #> 21466 102.11666667 FALSE FALSE #> 21476 -96.25000000 FALSE FALSE #> 21477 120.91666667 FALSE FALSE #> 21479 17.66666667 FALSE FALSE #> 21482 107.50000000 FALSE FALSE #> 21485 21.50000000 FALSE FALSE #> 21493 -7.50000000 FALSE TRUE #> 21502 -96.08333333 FALSE FALSE #> 21509 -15.33333333 FALSE FALSE #> 21510 -96.91666667 FALSE FALSE #> 21533 -4.91666667 FALSE FALSE #> 21537 29.41666667 FALSE FALSE #> 21539 144.75000000 TRUE TRUE #> 21546 14.75000000 FALSE FALSE #> 21549 -1.25000000 FALSE FALSE #> 21557 15.00000000 FALSE FALSE #> 21565 13.75000000 FALSE FALSE #> 21567 -83.75000000 TRUE TRUE #> 21578 38.50000000 FALSE FALSE #> 21590 97.00000000 FALSE FALSE #> 21594 -96.41666667 FALSE FALSE #> 21599 -95.00000000 FALSE FALSE #> 21611 30.00000000 TRUE TRUE #> 21612 13.83333333 FALSE FALSE #> 21614 -88.00000000 FALSE FALSE #> 21615 81.33333333 FALSE FALSE #> 21617 13.00000000 FALSE FALSE #> 21620 -94.75000000 FALSE FALSE #> 21621 18.00000000 FALSE FALSE #> 21626 -97.25000000 FALSE FALSE #> 21631 21.00000000 FALSE FALSE #> 21632 -91.33333333 FALSE FALSE #> 21635 -16.25000000 FALSE TRUE #> 21646 14.11666667 FALSE FALSE #> 21652 105.50000000 FALSE FALSE #> 21653 -87.00000000 FALSE FALSE #> 21655 -4.50000000 FALSE FALSE #> 21658 -1.58333333 FALSE FALSE #> 21660 0.00000000 TRUE TRUE #> 21665 -93.30000000 FALSE FALSE #> 21680 -2.50000000 FALSE FALSE #> 21683 -10.50000000 FALSE FALSE #> 21692 -97.91666667 FALSE FALSE #> 21693 -99.00000000 FALSE TRUE #> 21695 -16.83333333 FALSE FALSE #> 21702 -16.00000000 FALSE FALSE #> 21720 30.00000000 FALSE FALSE #> 21722 15.50000000 FALSE FALSE #> 21728 -3.00000000 FALSE FALSE #> 21731 29.33333333 FALSE FALSE #> 21740 82.00000000 FALSE FALSE #> 21746 22.00000000 FALSE FALSE #> 21747 -96.41666667 FALSE FALSE #> 21753 -97.58333333 TRUE TRUE #> 21768 -95.00000000 FALSE FALSE #> 21771 13.41666667 FALSE FALSE #> 21773 14.16666667 FALSE FALSE #> 21778 13.41666667 FALSE FALSE #> 21788 14.08333333 FALSE FALSE #> 21791 -92.66666667 FALSE FALSE #> 21799 -95.91666667 FALSE TRUE #> 21817 78.50000000 FALSE FALSE #> 21838 51.50000000 FALSE FALSE #> 21859 -93.25000000 TRUE TRUE #> 21861 -83.75000000 TRUE TRUE #> 21870 -91.33333333 FALSE FALSE #> 21900 -16.00000000 FALSE FALSE #> 21913 30.00000000 TRUE TRUE #> 21918 18.75000000 FALSE FALSE #> 21922 97.00000000 FALSE FALSE #> 21926 38.50000000 FALSE FALSE #> 21930 13.71666667 FALSE FALSE #> 21936 29.33333333 FALSE FALSE #> 21940 -91.00000000 FALSE FALSE #> 21944 -1.25000000 FALSE FALSE #> 21957 38.00000000 FALSE FALSE #> 21960 30.00000000 FALSE FALSE #> 21961 9.66666667 FALSE FALSE #> 21962 97.00000000 FALSE FALSE #> 21966 -1.25000000 FALSE FALSE #> 21970 30.50000000 FALSE FALSE #> 21978 25.00000000 FALSE TRUE #> 21979 12.00000000 FALSE FALSE #> 22009 13.58333333 FALSE FALSE #> 22010 11.83333333 FALSE FALSE #> 22012 0.00000000 FALSE FALSE #> 22022 -5.58333333 TRUE TRUE #> 22024 107.50000000 FALSE FALSE #> 22025 3.50000000 FALSE FALSE #> 22026 -2.00000000 FALSE FALSE #> 22046 9.25000000 FALSE FALSE #> 22047 7.00000000 TRUE TRUE #> 22049 -94.75000000 FALSE FALSE #> 22054 20.83333333 FALSE TRUE #> 22055 21.00000000 FALSE FALSE #> 22062 -91.58333333 FALSE FALSE #> 22069 29.41666667 FALSE FALSE #> 22074 101.00000000 TRUE TRUE #> 22089 106.50000000 TRUE TRUE #> 22096 -1.58333333 FALSE FALSE #> 22098 105.00000000 FALSE TRUE #> 22102 108.00000000 FALSE FALSE #> 22103 -103.00000000 FALSE FALSE #> 22111 102.11666667 FALSE FALSE #> 22132 103.00000000 FALSE FALSE #> 22134 -3.00000000 FALSE FALSE #> 22143 -95.16666667 FALSE FALSE #> 22146 -0.91666667 FALSE TRUE #> 22151 -2.66666667 FALSE FALSE #> 22153 -4.83333333 FALSE FALSE #> 22155 30.16666667 FALSE FALSE #> 22165 108.00000000 FALSE FALSE #> 22166 106.83333333 FALSE FALSE #> 22168 100.50000000 FALSE FALSE #> 22170 107.50000000 FALSE FALSE #> 22174 106.75000000 FALSE FALSE #> 22177 109.50000000 FALSE FALSE #> 22179 -2.66666667 FALSE FALSE #> 22180 -92.58333333 FALSE FALSE #> 22185 -16.25000000 FALSE TRUE #> 22191 100.00000000 FALSE FALSE #> 22197 -96.41666667 FALSE FALSE #> 22199 -96.91666667 FALSE FALSE #> 22202 81.33333333 FALSE FALSE #> 22228 79.00000000 FALSE FALSE #> 22234 31.05000000 FALSE FALSE #> 22241 13.00000000 FALSE TRUE #> 22261 34.66666667 FALSE FALSE #> 22280 22.00000000 FALSE FALSE #> 22281 -99.00000000 FALSE FALSE #> 22286 37.41666667 FALSE FALSE #> 22294 15.00000000 FALSE FALSE #> 22318 22.00000000 FALSE FALSE #> 22319 30.75000000 FALSE TRUE #> 22320 76.50000000 FALSE FALSE #> 22327 -73.75000000 FALSE TRUE #> 22331 37.00000000 FALSE TRUE #> 22350 23.00000000 FALSE FALSE #> 22361 -16.91666667 FALSE FALSE #> 22377 81.00000000 FALSE FALSE #> 22379 78.50000000 FALSE FALSE #> 22408 -83.66666667 FALSE FALSE #> 22409 -16.83333333 FALSE FALSE #> 22411 -3.58333333 FALSE FALSE #> 22425 13.75000000 FALSE FALSE #> 22434 -15.33333333 FALSE FALSE #> 22440 82.66666667 FALSE FALSE #> 22442 -96.25000000 FALSE FALSE #> 22443 38.50000000 FALSE FALSE #> 22453 -2.50000000 FALSE FALSE #> 22485 76.00000000 TRUE TRUE #> 22487 36.00000000 FALSE TRUE #> 22495 -96.75000000 FALSE FALSE #> 22497 22.00000000 FALSE FALSE #> 22507 82.00000000 FALSE FALSE #> 22510 -99.66666667 FALSE FALSE #> 22513 30.83333333 FALSE FALSE #> 22516 75.33333333 FALSE FALSE #> 22522 -91.50000000 FALSE FALSE #> 22525 120.91666667 FALSE FALSE #> 22528 29.66666667 FALSE FALSE #> 22540 -101.66666667 FALSE FALSE #> 22556 35.83333333 FALSE FALSE #> 22592 -93.30000000 FALSE FALSE #> 22612 29.66666667 FALSE FALSE #> 22615 121.08333333 FALSE FALSE #> 22622 -95.00000000 FALSE FALSE #> 22628 -89.58333333 FALSE FALSE #> 22636 -95.75000000 FALSE FALSE #> 22664 -4.50000000 FALSE FALSE #> 22669 -4.66666667 FALSE FALSE #> 22680 -99.00000000 FALSE TRUE #> 22686 0.25000000 FALSE FALSE #> 22692 18.00000000 FALSE FALSE #> 22695 30.00000000 FALSE FALSE #> 22696 14.83333333 FALSE FALSE #> 22700 23.00000000 FALSE FALSE #> 22710 14.50000000 FALSE FALSE #> 22720 16.00000000 TRUE TRUE #> 22722 97.50000000 FALSE TRUE #> 22727 14.16666667 FALSE FALSE #> 22728 13.00000000 FALSE FALSE #> 22731 14.91666667 FALSE FALSE #> 22736 17.66666667 FALSE FALSE #> 22744 10.91666667 FALSE FALSE #> 22746 14.75000000 FALSE FALSE #> 22749 14.11666667 FALSE FALSE #> 22752 15.41666667 FALSE FALSE #> 22753 5.08333333 FALSE FALSE #> 22754 105.50000000 FALSE FALSE #> 22758 34.00000000 FALSE FALSE #> 22761 99.16666667 FALSE FALSE #> 22763 13.83333333 FALSE FALSE #> 22766 15.50000000 FALSE FALSE #> 22783 -10.50000000 FALSE FALSE #> 22785 0.00000000 TRUE TRUE #> 22786 -11.00000000 FALSE FALSE #> 22787 -7.50000000 FALSE TRUE #> 22791 -16.00000000 FALSE FALSE #> 22832 98.16666667 FALSE FALSE #> 22837 29.33333333 FALSE FALSE #> 22844 21.75000000 FALSE FALSE #> 22857 37.58333333 FALSE FALSE #> 22859 76.00000000 FALSE FALSE #> 22871 77.00000000 FALSE FALSE #> 22881 92.41666667 FALSE FALSE #> 22884 -4.91666667 FALSE FALSE #> 22912 122.08333333 FALSE FALSE #> 22913 -98.00000000 FALSE FALSE #> 22914 123.00000000 FALSE FALSE #> 22917 -88.00000000 FALSE FALSE #> 22918 -97.91666667 FALSE FALSE #> 22920 -72.00000000 FALSE FALSE #> 22922 -97.75000000 FALSE FALSE #> 22924 121.83333333 FALSE FALSE #> 22926 -155.50000000 FALSE FALSE #> 22929 -96.25000000 FALSE FALSE #> 22932 -91.66666667 TRUE TRUE #> 22936 144.75000000 TRUE TRUE #> 22941 -96.91666667 FALSE FALSE #> 22942 -97.25000000 FALSE FALSE #> 22946 -95.00000000 FALSE FALSE #> 22948 120.33333333 FALSE FALSE #> 22949 -91.75000000 FALSE FALSE #> 22950 -97.33333333 FALSE FALSE #> 22951 -91.83333333 FALSE FALSE #> 22956 -97.58333333 TRUE TRUE #> 22959 -96.66666667 FALSE FALSE #> 22961 121.00000000 TRUE TRUE #> 22986 29.41666667 FALSE FALSE #> 23009 13.41666667 FALSE FALSE #> 23014 -16.00000000 FALSE FALSE #> 23020 -11.00000000 FALSE FALSE #> 23022 -10.50000000 FALSE FALSE #> 23024 0.00000000 TRUE TRUE #> 23027 -7.50000000 FALSE TRUE #> 23032 121.83333333 FALSE FALSE #> 23043 123.00000000 FALSE FALSE #> 23044 -91.33333333 FALSE FALSE #> 23055 -96.25000000 FALSE FALSE #> 23067 -103.00000000 FALSE FALSE #> 23072 -2.66666667 FALSE FALSE #> 23078 -89.58333333 FALSE FALSE #> 23083 -96.66666667 FALSE FALSE #> 23084 106.75000000 FALSE FALSE #> 23098 -97.25000000 FALSE FALSE #> 23100 109.50000000 FALSE FALSE #> 23101 21.75000000 FALSE FALSE #> 23107 -97.75000000 FALSE FALSE #> 23110 -91.83333333 FALSE FALSE #> 23124 121.08333333 FALSE FALSE #> 23129 37.58333333 FALSE FALSE #> 23130 -3.00000000 FALSE FALSE #> 23132 -97.58333333 TRUE TRUE #> 23140 30.16666667 FALSE FALSE #> 23141 -95.16666667 FALSE FALSE #> 23151 -2.00000000 FALSE FALSE #> 23152 -95.00000000 FALSE FALSE #> 23153 -91.58333333 FALSE FALSE #> 23156 0.00000000 FALSE FALSE #> 23160 -72.00000000 FALSE FALSE #> 23172 100.50000000 FALSE FALSE #> 23185 -97.91666667 FALSE FALSE #> 23188 101.00000000 TRUE TRUE #> 23189 -91.75000000 FALSE FALSE #> 23201 -95.91666667 FALSE TRUE #> 23208 -96.91666667 FALSE FALSE #> 23209 107.50000000 FALSE FALSE #> 23213 -93.30000000 FALSE FALSE #> 23224 -92.58333333 FALSE FALSE #> 23239 -91.66666667 TRUE TRUE #> 23243 7.00000000 TRUE TRUE #> 23244 107.50000000 FALSE FALSE #> 23254 120.33333333 FALSE FALSE #> 23255 -0.91666667 FALSE TRUE #> 23256 -16.00000000 FALSE FALSE #> 23257 -93.25000000 TRUE TRUE #> 23259 -1.58333333 FALSE FALSE #> 23260 121.00000000 TRUE TRUE #> 23267 105.00000000 FALSE TRUE #> 23269 -97.33333333 FALSE FALSE #> 23270 122.08333333 FALSE FALSE #> 23272 -95.75000000 FALSE FALSE #> 23275 144.75000000 TRUE TRUE #> 23277 106.83333333 FALSE FALSE #> 23283 -92.66666667 FALSE FALSE #> 23299 -2.66666667 FALSE FALSE #> 23301 -88.00000000 FALSE FALSE #> 23304 102.11666667 FALSE FALSE #> 23314 29.33333333 FALSE FALSE #> 23317 -4.83333333 FALSE FALSE #> 23338 106.50000000 TRUE TRUE #> 23339 -155.50000000 FALSE FALSE #> 23351 103.00000000 FALSE FALSE #> 23355 108.00000000 FALSE FALSE #> 23357 -98.00000000 FALSE FALSE #> 23361 108.00000000 FALSE FALSE #> 23363 98.16666667 FALSE FALSE #> 23381 0.25000000 FALSE FALSE #> 23387 3.50000000 FALSE FALSE #> 23390 -4.91666667 FALSE FALSE #> 23398 76.00000000 FALSE FALSE #> 23407 78.50000000 FALSE FALSE #> 23417 92.41666667 FALSE FALSE #> 23422 77.00000000 FALSE FALSE #> 23448 -5.58333333 TRUE TRUE #> 23461 13.83333333 FALSE FALSE #> 23468 16.00000000 TRUE TRUE #> 23479 15.50000000 FALSE FALSE #> 23480 13.00000000 FALSE FALSE #> 23482 99.16666667 FALSE FALSE #> 23485 23.00000000 FALSE FALSE #> 23500 34.00000000 FALSE FALSE #> 23501 11.83333333 FALSE FALSE #> 23504 105.50000000 FALSE FALSE #> 23506 5.08333333 FALSE FALSE #> 23507 14.16666667 FALSE FALSE #> 23510 13.58333333 FALSE FALSE #> 23514 97.50000000 FALSE TRUE #> 23520 15.41666667 FALSE FALSE #> 23523 30.00000000 FALSE FALSE #> 23527 51.50000000 FALSE FALSE #> 23528 14.83333333 FALSE FALSE #> 23534 97.00000000 FALSE FALSE #> 23535 10.91666667 FALSE FALSE #> 23536 9.25000000 FALSE FALSE #> 23542 14.91666667 FALSE FALSE #> 23545 17.66666667 FALSE FALSE #> 23551 14.50000000 FALSE FALSE #> 23558 14.08333333 FALSE FALSE #> 23559 14.11666667 FALSE FALSE #> 23560 14.75000000 FALSE FALSE #> 23574 18.00000000 FALSE FALSE #> 23575 13.41666667 FALSE FALSE #> 23583 30.00000000 FALSE FALSE #> 23608 -101.66666667 FALSE FALSE #> 23609 -95.00000000 FALSE FALSE #> 23613 29.66666667 FALSE FALSE #> 23621 29.66666667 FALSE FALSE #> 23627 -99.00000000 FALSE TRUE #> 23640 35.83333333 FALSE FALSE #> 23643 -91.33333333 FALSE FALSE #> 23651 51.50000000 FALSE FALSE #> 23655 120.91666667 FALSE FALSE #> 23666 -16.00000000 FALSE FALSE #> 23689 -91.50000000 FALSE FALSE #> 23693 30.00000000 FALSE FALSE #> 23696 29.33333333 FALSE FALSE #> 23702 18.75000000 FALSE FALSE #> 23716 -1.25000000 FALSE FALSE #> 23717 9.66666667 FALSE FALSE #> 23720 12.00000000 FALSE FALSE #> 23730 -1.25000000 FALSE FALSE #> 23733 97.00000000 FALSE FALSE #> 23735 30.50000000 FALSE FALSE #> 23737 97.00000000 FALSE FALSE #> 23747 107.50000000 FALSE FALSE #> 23748 29.41666667 FALSE FALSE #> 23757 0.00000000 FALSE FALSE #> 23764 -94.75000000 FALSE FALSE #> 23765 11.83333333 FALSE FALSE #> 23777 7.00000000 TRUE TRUE #> 23780 9.25000000 FALSE FALSE #> 23789 107.50000000 FALSE FALSE #> 23800 103.00000000 FALSE FALSE #> 23802 30.16666667 FALSE FALSE #> 23806 106.83333333 FALSE FALSE #> 23807 106.75000000 FALSE FALSE #> 23808 108.00000000 FALSE FALSE #> 23815 108.00000000 FALSE FALSE #> 23823 -1.58333333 FALSE FALSE #> 23829 -0.91666667 FALSE TRUE #> 23830 -3.00000000 FALSE FALSE #> 23834 -92.58333333 FALSE FALSE #> 23836 105.00000000 FALSE TRUE #> 23845 -95.16666667 FALSE FALSE #> 23850 106.50000000 TRUE TRUE #> 23858 -103.00000000 FALSE FALSE #> 23864 -2.66666667 FALSE FALSE #> 23869 102.11666667 FALSE FALSE #> 23876 101.00000000 TRUE TRUE #> 23879 -4.83333333 FALSE FALSE #> 23880 -2.66666667 FALSE FALSE #> 23881 100.50000000 FALSE FALSE #> 23891 109.50000000 FALSE FALSE #> 23892 0.25000000 FALSE FALSE #> 23895 13.83333333 FALSE FALSE #> 23896 14.91666667 FALSE FALSE #> 23902 18.00000000 FALSE FALSE #> 23903 14.75000000 FALSE FALSE #> 23907 34.00000000 FALSE FALSE #> 23910 15.50000000 FALSE FALSE #> 23911 99.16666667 FALSE FALSE #> 23913 23.00000000 FALSE FALSE #> 23926 16.00000000 TRUE TRUE #> 23929 13.00000000 FALSE FALSE #> 23931 105.50000000 FALSE FALSE #> 23934 14.50000000 FALSE FALSE #> 23951 30.00000000 FALSE FALSE #> 23953 5.08333333 FALSE FALSE #> 23955 14.11666667 FALSE FALSE #> 23958 14.83333333 FALSE FALSE #> 23961 97.50000000 FALSE TRUE #> 23962 10.91666667 FALSE FALSE #> 23965 15.41666667 FALSE FALSE #> 23969 17.66666667 FALSE FALSE #> 23971 14.16666667 FALSE FALSE #> 23980 -99.66666667 FALSE FALSE #> 23995 34.66666667 FALSE FALSE #> 24030 -15.33333333 FALSE FALSE #> 24046 13.75000000 FALSE FALSE #> 24048 -16.25000000 FALSE TRUE #> 24049 -16.83333333 FALSE FALSE #> 24053 -16.91666667 FALSE FALSE #> 24059 13.41666667 FALSE FALSE #> 24076 51.50000000 FALSE FALSE #> 24079 -91.33333333 FALSE FALSE #> 24100 120.91666667 FALSE FALSE #> 24101 -91.50000000 FALSE FALSE #> 24110 -16.00000000 FALSE FALSE #> 24114 -1.25000000 FALSE FALSE #> 24119 12.00000000 FALSE FALSE #> 24120 97.00000000 FALSE FALSE #> 24121 -1.25000000 FALSE FALSE #> 24137 29.33333333 FALSE FALSE #> 24142 9.66666667 FALSE FALSE #> 24146 30.50000000 FALSE FALSE #> 24147 18.75000000 FALSE FALSE #> 24150 30.00000000 FALSE FALSE #> 24157 97.00000000 FALSE FALSE #> 24173 0.00000000 FALSE FALSE #> 24174 107.50000000 FALSE FALSE #> 24175 7.00000000 TRUE TRUE #> 24183 -94.75000000 FALSE FALSE #> 24189 11.83333333 FALSE FALSE #> 24191 9.25000000 FALSE FALSE #> 24201 29.41666667 FALSE FALSE #> 24216 13.41666667 FALSE FALSE #> 24224 29.41666667 FALSE FALSE #> 24226 30.00000000 FALSE FALSE #> 24235 14.16666667 FALSE FALSE #> 24252 97.50000000 FALSE TRUE #> 24263 -4.83333333 FALSE FALSE #> 24272 7.00000000 TRUE TRUE #> 24274 103.00000000 FALSE FALSE #> 24280 0.25000000 FALSE FALSE #> 24284 -1.25000000 FALSE FALSE #> 24285 -92.58333333 FALSE FALSE #> 24293 17.66666667 FALSE FALSE #> 24295 97.00000000 FALSE FALSE #> 24305 105.50000000 FALSE FALSE #> 24314 30.16666667 FALSE FALSE #> 24340 107.50000000 FALSE FALSE #> 24343 35.83333333 FALSE FALSE #> 24344 108.00000000 FALSE FALSE #> 24372 18.00000000 FALSE FALSE #> 24374 16.00000000 TRUE TRUE #> 24376 -2.66666667 FALSE FALSE #> 24379 14.75000000 FALSE FALSE #> 24381 -16.00000000 FALSE FALSE #> 24382 5.08333333 FALSE FALSE #> 24384 -0.91666667 FALSE TRUE #> 24386 -3.00000000 FALSE FALSE #> 24394 108.00000000 FALSE FALSE #> 24409 9.25000000 FALSE FALSE #> 24413 13.75000000 FALSE FALSE #> 24415 102.11666667 FALSE FALSE #> 24416 -1.58333333 FALSE FALSE #> 24417 107.50000000 FALSE FALSE #> 24424 101.00000000 TRUE TRUE #> 24425 13.00000000 FALSE FALSE #> 24426 -16.83333333 FALSE FALSE #> 24431 14.11666667 FALSE FALSE #> 24436 106.75000000 FALSE FALSE #> 24440 -16.25000000 FALSE TRUE #> 24442 -15.33333333 FALSE FALSE #> 24446 -16.91666667 FALSE FALSE #> 24447 97.00000000 FALSE FALSE #> 24451 -99.66666667 FALSE FALSE #> 24457 109.50000000 FALSE FALSE #> 24459 29.33333333 FALSE FALSE #> 24464 99.16666667 FALSE FALSE #> 24467 34.66666667 FALSE FALSE #> 24471 9.66666667 FALSE FALSE #> 24481 106.83333333 FALSE FALSE #> 24482 15.50000000 FALSE FALSE #> 24483 30.00000000 FALSE FALSE #> 24510 34.00000000 FALSE FALSE #> 24523 -103.00000000 FALSE FALSE #> 24526 23.00000000 FALSE FALSE #> 24531 100.50000000 FALSE FALSE #> 24536 15.41666667 FALSE FALSE #> 24542 12.00000000 FALSE FALSE #> 24550 -95.16666667 FALSE FALSE #> 24558 10.91666667 FALSE FALSE #> 24562 -91.33333333 FALSE FALSE #> 24576 11.83333333 FALSE FALSE #> 24577 14.91666667 FALSE FALSE #> 24582 0.00000000 FALSE FALSE #> 24586 -2.66666667 FALSE FALSE #> 24591 -1.25000000 FALSE FALSE #> 24603 51.50000000 FALSE FALSE #> 24606 13.83333333 FALSE FALSE #> 24617 14.83333333 FALSE FALSE #> 24620 105.00000000 FALSE TRUE #> 24622 106.50000000 TRUE TRUE #> 24624 14.50000000 FALSE FALSE #> 24636 -103.00000000 FALSE FALSE #> 24639 -91.33333333 FALSE FALSE #> 24641 108.00000000 FALSE FALSE #> 24651 -2.66666667 FALSE FALSE #> 24652 106.83333333 FALSE FALSE #> 24663 -16.00000000 FALSE FALSE #> 24665 -0.91666667 FALSE TRUE #> 24669 103.00000000 FALSE FALSE #> 24677 -95.16666667 FALSE FALSE #> 24685 108.00000000 FALSE FALSE #> 24689 106.50000000 TRUE TRUE #> 24695 -4.83333333 FALSE FALSE #> 24699 107.50000000 FALSE FALSE #> 24704 100.50000000 FALSE FALSE #> 24709 -2.66666667 FALSE FALSE #> 24713 109.50000000 FALSE FALSE #> 24720 106.75000000 FALSE FALSE #> 24723 30.16666667 FALSE FALSE #> 24724 102.11666667 FALSE FALSE #> 24726 -1.58333333 FALSE FALSE #> 24732 101.00000000 TRUE TRUE #> 24740 105.00000000 FALSE TRUE #> 24744 -3.00000000 FALSE FALSE #> 24756 -92.58333333 FALSE FALSE #> 24782 34.66666667 FALSE FALSE #> 24806 -99.66666667 FALSE FALSE #> 24815 -15.33333333 FALSE FALSE #> 24831 107.50000000 FALSE FALSE #> 24838 7.00000000 TRUE TRUE #> 24839 0.00000000 FALSE FALSE #> 24847 9.25000000 FALSE FALSE #> 24859 -1.25000000 FALSE FALSE #> 24860 12.00000000 FALSE FALSE #> 24861 -1.25000000 FALSE FALSE #> 24862 9.66666667 FALSE FALSE #> 24869 29.33333333 FALSE FALSE #> 24871 11.83333333 FALSE FALSE #> 24882 97.00000000 FALSE FALSE #> 24891 97.00000000 FALSE FALSE #> 24908 5.08333333 FALSE FALSE #> 24921 34.00000000 FALSE FALSE #> 24925 99.16666667 FALSE FALSE #> 24933 0.25000000 FALSE FALSE #> 24936 18.00000000 FALSE FALSE #> 24944 14.91666667 FALSE FALSE #> 24947 13.75000000 FALSE FALSE #> 24948 35.83333333 FALSE FALSE #> 24949 15.41666667 FALSE FALSE #> 24952 14.16666667 FALSE FALSE #> 24953 15.50000000 FALSE FALSE #> 24954 23.00000000 FALSE FALSE #> 24964 13.83333333 FALSE FALSE #> 24966 13.00000000 FALSE FALSE #> 24973 30.00000000 FALSE FALSE #> 24977 17.66666667 FALSE FALSE #> 24978 16.00000000 TRUE TRUE #> 24979 14.75000000 FALSE FALSE #> 24986 13.41666667 FALSE FALSE #> 24990 -16.91666667 FALSE FALSE #> 25000 -16.83333333 FALSE FALSE #> 25001 10.91666667 FALSE FALSE #> 25006 14.11666667 FALSE FALSE #> 25013 30.00000000 FALSE FALSE #> 25014 97.50000000 FALSE TRUE #> 25025 -16.25000000 FALSE TRUE #> 25028 14.50000000 FALSE FALSE #> 25033 14.83333333 FALSE FALSE #> 25034 51.50000000 FALSE FALSE #> 25035 105.50000000 FALSE FALSE #> 25044 29.41666667 FALSE FALSE #> 25053 0.25000000 FALSE FALSE #> 25064 13.75000000 FALSE FALSE #> 25066 -16.25000000 FALSE TRUE #> 25067 -16.00000000 FALSE FALSE #> 25069 -16.91666667 FALSE FALSE #> 25076 -16.83333333 FALSE FALSE #> 25091 29.33333333 FALSE FALSE #> 25095 9.66666667 FALSE FALSE #> 25118 -94.75000000 FALSE FALSE #> 25123 101.00000000 TRUE TRUE #> 25132 29.41666667 FALSE FALSE #> 25134 15.41666667 FALSE FALSE #> 25151 30.00000000 FALSE FALSE #> 25152 97.50000000 FALSE TRUE #> 25159 16.00000000 TRUE TRUE #> 25160 106.75000000 FALSE FALSE #> 25162 30.00000000 FALSE FALSE #> 25171 -4.83333333 FALSE FALSE #> 25181 -95.16666667 FALSE FALSE #> 25184 97.00000000 FALSE FALSE #> 25189 5.08333333 FALSE FALSE #> 25191 99.16666667 FALSE FALSE #> 25194 34.66666667 FALSE FALSE #> 25207 14.11666667 FALSE FALSE #> 25213 7.00000000 TRUE TRUE #> 25220 29.66666667 FALSE FALSE #> 25222 -2.66666667 FALSE FALSE #> 25225 106.83333333 FALSE FALSE #> 25229 107.50000000 FALSE FALSE #> 25231 -91.50000000 FALSE FALSE #> 25239 -1.58333333 FALSE FALSE #> 25247 -103.00000000 FALSE FALSE #> 25248 13.00000000 FALSE FALSE #> 25252 9.25000000 FALSE FALSE #> 25263 -101.66666667 FALSE FALSE #> 25268 108.00000000 FALSE FALSE #> 25276 14.91666667 FALSE FALSE #> 25293 -1.25000000 FALSE FALSE #> 25295 18.00000000 FALSE FALSE #> 25298 14.50000000 FALSE FALSE #> 25301 11.83333333 FALSE FALSE #> 25310 107.50000000 FALSE FALSE #> 25313 -0.91666667 FALSE TRUE #> 25320 14.83333333 FALSE FALSE #> 25323 -95.00000000 FALSE FALSE #> 25330 23.00000000 FALSE FALSE #> 25331 14.16666667 FALSE FALSE #> 25335 100.50000000 FALSE FALSE #> 25336 -1.25000000 FALSE FALSE #> 25342 17.66666667 FALSE FALSE #> 25346 109.50000000 FALSE FALSE #> 25350 10.91666667 FALSE FALSE #> 25351 30.16666667 FALSE FALSE #> 25356 13.83333333 FALSE FALSE #> 25366 51.50000000 FALSE FALSE #> 25369 105.00000000 FALSE TRUE #> 25370 103.00000000 FALSE FALSE #> 25373 34.00000000 FALSE FALSE #> 25385 -15.33333333 FALSE FALSE #> 25386 105.50000000 FALSE FALSE #> 25389 -99.00000000 FALSE TRUE #> 25392 29.66666667 FALSE FALSE #> 25395 -99.66666667 FALSE FALSE #> 25397 106.50000000 TRUE TRUE #> 25399 0.00000000 FALSE FALSE #> 25408 -91.33333333 FALSE FALSE #> 25434 97.00000000 FALSE FALSE #> 25440 120.91666667 FALSE FALSE #> 25451 102.11666667 FALSE FALSE #> 25452 108.00000000 FALSE FALSE #> 25458 -92.58333333 FALSE FALSE #> 25459 13.41666667 FALSE FALSE #> 25465 -3.00000000 FALSE FALSE #> 25468 -2.66666667 FALSE FALSE #> 25487 12.00000000 FALSE FALSE #> 25490 15.50000000 FALSE FALSE #> 25491 14.75000000 FALSE FALSE #> 25496 105.50000000 FALSE FALSE #> 25498 14.50000000 FALSE FALSE #> 25509 15.50000000 FALSE FALSE #> 25510 23.00000000 FALSE FALSE #> 25512 5.08333333 FALSE FALSE #> 25515 18.00000000 FALSE FALSE #> 25523 99.16666667 FALSE FALSE #> 25528 14.16666667 FALSE FALSE #> 25531 14.91666667 FALSE FALSE #> 25534 14.11666667 FALSE FALSE #> 25543 30.00000000 FALSE FALSE #> 25549 15.41666667 FALSE FALSE #> 25553 14.83333333 FALSE FALSE #> 25562 13.00000000 FALSE FALSE #> 25563 10.91666667 FALSE FALSE #> 25564 17.66666667 FALSE FALSE #> 25567 13.83333333 FALSE FALSE #> 25568 16.00000000 TRUE TRUE #> 25571 34.00000000 FALSE FALSE #> 25576 14.75000000 FALSE FALSE #> 25581 51.50000000 FALSE FALSE #> 25586 97.50000000 FALSE TRUE #> 25589 9.25000000 FALSE FALSE #> 25597 11.83333333 FALSE FALSE #> 25600 97.00000000 FALSE FALSE #> 25603 -1.25000000 FALSE FALSE #> 25604 -1.25000000 FALSE FALSE #> 25605 12.00000000 FALSE FALSE #> 25610 97.00000000 FALSE FALSE #> 25611 0.00000000 FALSE FALSE #> 25618 9.66666667 FALSE FALSE #> 25619 107.50000000 FALSE FALSE #> 25620 7.00000000 TRUE TRUE #> 25630 30.00000000 FALSE FALSE #> 25645 13.41666667 FALSE FALSE #> 25647 29.41666667 FALSE FALSE #> 25651 -101.66666667 FALSE FALSE #> 25655 106.50000000 TRUE TRUE #> 25667 -16.25000000 FALSE TRUE #> 25676 -91.50000000 FALSE FALSE #> 25694 106.75000000 FALSE FALSE #> 25696 -95.16666667 FALSE FALSE #> 25697 -91.33333333 FALSE FALSE #> 25698 107.50000000 FALSE FALSE #> 25699 29.66666667 FALSE FALSE #> 25707 -1.58333333 FALSE FALSE #> 25710 29.33333333 FALSE FALSE #> 25715 30.16666667 FALSE FALSE #> 25716 108.00000000 FALSE FALSE #> 25723 -4.83333333 FALSE FALSE #> 25729 -94.75000000 FALSE FALSE #> 25732 0.25000000 FALSE FALSE #> 25733 105.00000000 FALSE TRUE #> 25736 106.83333333 FALSE FALSE #> 25746 -99.00000000 FALSE TRUE #> 25755 -92.58333333 FALSE FALSE #> 25760 108.00000000 FALSE FALSE #> 25762 -16.91666667 FALSE FALSE #> 25771 13.75000000 FALSE FALSE #> 25773 -2.66666667 FALSE FALSE #> 25776 103.00000000 FALSE FALSE #> 25785 -16.83333333 FALSE FALSE #> 25821 -0.91666667 FALSE TRUE #> 25830 100.50000000 FALSE FALSE #> 25833 101.00000000 TRUE TRUE #> 25842 34.66666667 FALSE FALSE #> 25853 120.91666667 FALSE FALSE #> 25855 102.11666667 FALSE FALSE #> 25856 -16.00000000 FALSE FALSE #> 25866 -103.00000000 FALSE FALSE #> 25885 -2.66666667 FALSE FALSE #> 25886 -99.66666667 FALSE FALSE #> 25892 -3.00000000 FALSE FALSE #> 25896 109.50000000 FALSE FALSE #> 25922 29.66666667 FALSE FALSE #> 25925 -15.33333333 FALSE FALSE #> 25929 -95.00000000 FALSE FALSE #> 26030 -83.75000000 TRUE TRUE #> 26044 78.50000000 FALSE FALSE #> 26063 25.00000000 FALSE TRUE #> 26066 38.50000000 FALSE FALSE #> 26079 38.00000000 FALSE FALSE #> 26111 -5.58333333 TRUE TRUE #> 26114 20.83333333 FALSE TRUE #> 26115 21.00000000 FALSE FALSE #> 26136 3.50000000 FALSE FALSE #> 26142 -4.66666667 FALSE FALSE #> 26144 -4.50000000 FALSE FALSE #> 26161 -7.50000000 FALSE TRUE #> 26166 -11.00000000 FALSE FALSE #> 26167 0.00000000 TRUE TRUE #> 26168 -16.00000000 FALSE FALSE #> 26169 -10.50000000 FALSE FALSE #> 26180 82.00000000 FALSE FALSE #> 26190 22.00000000 FALSE FALSE #> 26221 21.75000000 FALSE FALSE #> 26228 29.33333333 FALSE FALSE #> 26234 98.16666667 FALSE FALSE #> 26261 37.58333333 FALSE FALSE #> 26291 92.41666667 FALSE FALSE #> 26292 76.00000000 FALSE FALSE #> 26310 -4.91666667 FALSE FALSE #> 26322 77.00000000 FALSE FALSE #> 26333 30.83333333 FALSE FALSE #> 26346 100.00000000 FALSE FALSE #> 26349 31.05000000 FALSE FALSE #> 26354 36.00000000 FALSE TRUE #> 26372 38.50000000 FALSE FALSE #> 26386 -83.66666667 FALSE FALSE #> 26391 23.00000000 FALSE FALSE #> 26404 81.33333333 FALSE FALSE #> 26415 30.75000000 FALSE TRUE #> 26417 78.50000000 FALSE FALSE #> 26419 76.00000000 TRUE TRUE #> 26420 82.66666667 FALSE FALSE #> 26422 15.00000000 FALSE FALSE #> 26423 -2.50000000 FALSE FALSE #> 26424 76.50000000 FALSE FALSE #> 26440 75.33333333 FALSE FALSE #> 26459 13.00000000 FALSE TRUE #> 26461 81.00000000 FALSE FALSE #> 26474 37.00000000 FALSE TRUE #> 26486 37.41666667 FALSE FALSE #> 26494 22.00000000 FALSE FALSE #> 26495 22.00000000 FALSE FALSE #> 26496 -73.75000000 FALSE TRUE #> 26499 -3.58333333 FALSE FALSE #> 26504 79.00000000 FALSE FALSE #> 26552 78.50000000 FALSE FALSE #> 26561 -83.75000000 TRUE TRUE #> 26601 25.00000000 FALSE TRUE #> 26603 38.50000000 FALSE FALSE #> 26605 38.00000000 FALSE FALSE #> 26617 21.00000000 FALSE FALSE #> 26623 3.50000000 FALSE FALSE #> 26624 -5.58333333 TRUE TRUE #> 26637 20.83333333 FALSE TRUE #> 26671 78.50000000 FALSE FALSE #> 26690 92.41666667 FALSE FALSE #> 26695 37.41666667 FALSE FALSE #> 26696 79.00000000 FALSE FALSE #> 26704 100.00000000 FALSE FALSE #> 26719 82.66666667 FALSE FALSE #> 26724 -10.50000000 FALSE FALSE #> 26727 37.58333333 FALSE FALSE #> 26729 38.50000000 FALSE FALSE #> 26748 30.83333333 FALSE FALSE #> 26753 23.00000000 FALSE FALSE #> 26754 15.00000000 FALSE FALSE #> 26758 -83.66666667 FALSE FALSE #> 26783 -2.50000000 FALSE FALSE #> 26785 78.50000000 FALSE FALSE #> 26794 77.00000000 FALSE FALSE #> 26803 0.00000000 TRUE TRUE #> 26809 38.00000000 FALSE FALSE #> 26814 98.16666667 FALSE FALSE #> 26815 76.50000000 FALSE FALSE #> 26825 81.33333333 FALSE FALSE #> 26836 29.33333333 FALSE FALSE #> 26841 13.00000000 FALSE TRUE #> 26846 3.50000000 FALSE FALSE #> 26865 -16.00000000 FALSE FALSE #> 26889 -3.58333333 FALSE FALSE #> 26895 22.00000000 FALSE FALSE #> 26897 -7.50000000 FALSE TRUE #> 26899 76.00000000 FALSE FALSE #> 26906 38.50000000 FALSE FALSE #> 26907 20.83333333 FALSE TRUE #> 26912 31.05000000 FALSE FALSE #> 26917 76.00000000 TRUE TRUE #> 26918 36.00000000 FALSE TRUE #> 26925 -11.00000000 FALSE FALSE #> 26928 22.00000000 FALSE FALSE #> 26961 81.00000000 FALSE FALSE #> 26962 -83.75000000 TRUE TRUE #> 26974 -73.75000000 FALSE TRUE #> 26988 21.75000000 FALSE FALSE #> 26989 75.33333333 FALSE FALSE #> 26991 37.00000000 FALSE TRUE #> 26997 -5.58333333 TRUE TRUE #> 27018 30.75000000 FALSE TRUE #> 27020 25.00000000 FALSE TRUE #> 27046 -4.91666667 FALSE FALSE #> 27048 -11.00000000 FALSE FALSE #> 27051 -10.50000000 FALSE FALSE #> 27058 -16.00000000 FALSE FALSE #> 27059 -83.75000000 TRUE TRUE #> 27062 -7.50000000 FALSE TRUE #> 27066 0.00000000 TRUE TRUE #> 27077 3.50000000 FALSE FALSE #> 27086 -5.58333333 TRUE TRUE #> 27088 82.66666667 FALSE FALSE #> 27089 -4.91666667 FALSE FALSE #> 27091 38.50000000 FALSE FALSE #> 27099 25.00000000 FALSE TRUE #> 27108 37.00000000 FALSE TRUE #> 27128 30.75000000 FALSE TRUE #> 27132 -3.58333333 FALSE FALSE #> 27136 78.50000000 FALSE FALSE #> 27139 37.41666667 FALSE FALSE #> 27153 -83.66666667 FALSE FALSE #> 27167 22.00000000 FALSE FALSE #> 27182 37.58333333 FALSE FALSE #> 27192 20.83333333 FALSE TRUE #> 27203 76.50000000 FALSE FALSE #> 27224 30.83333333 FALSE FALSE #> 27251 81.00000000 FALSE FALSE #> 27271 76.00000000 FALSE FALSE #> 27277 78.50000000 FALSE FALSE #> 27278 36.00000000 FALSE TRUE #> 27306 79.00000000 FALSE FALSE #> 27312 77.00000000 FALSE FALSE #> 27313 29.33333333 FALSE FALSE #> 27315 38.00000000 FALSE FALSE #> 27318 -2.50000000 FALSE FALSE #> 27341 15.00000000 FALSE FALSE #> 27355 23.00000000 FALSE FALSE #> 27356 21.75000000 FALSE FALSE #> 27358 81.33333333 FALSE FALSE #> 27365 38.50000000 FALSE FALSE #> 27367 -73.75000000 FALSE TRUE #> 27385 75.33333333 FALSE FALSE #> 27392 13.00000000 FALSE TRUE #> 27403 100.00000000 FALSE FALSE #> 27406 98.16666667 FALSE FALSE #> 27414 76.00000000 TRUE TRUE #> 27436 22.00000000 FALSE FALSE #> 27439 31.05000000 FALSE FALSE #> 27452 92.41666667 FALSE FALSE #> 27461 -83.75000000 TRUE TRUE #> 27466 29.33333333 FALSE FALSE #> 27482 98.16666667 FALSE FALSE #> 27505 21.75000000 FALSE FALSE #> 27514 37.58333333 FALSE FALSE #> 27533 31.05000000 FALSE FALSE #> 27540 36.00000000 FALSE TRUE #> 27550 38.50000000 FALSE FALSE #> 27554 100.00000000 FALSE FALSE #> 27559 30.83333333 FALSE FALSE #> 27608 38.00000000 FALSE FALSE #> 27612 38.50000000 FALSE FALSE #> 27621 25.00000000 FALSE TRUE #> 27649 -4.91666667 FALSE FALSE #> 27653 37.41666667 FALSE FALSE #> 27657 76.00000000 FALSE FALSE #> 27666 -10.50000000 FALSE FALSE #> 27670 76.50000000 FALSE FALSE #> 27673 13.00000000 FALSE TRUE #> 27682 92.41666667 FALSE FALSE #> 27686 -16.00000000 FALSE FALSE #> 27688 37.00000000 FALSE TRUE #> 27691 -3.58333333 FALSE FALSE #> 27712 -2.50000000 FALSE FALSE #> 27722 -7.50000000 FALSE TRUE #> 27727 82.66666667 FALSE FALSE #> 27744 22.00000000 FALSE FALSE #> 27749 78.50000000 FALSE FALSE #> 27757 20.83333333 FALSE TRUE #> 27760 81.33333333 FALSE FALSE #> 27764 -73.75000000 FALSE TRUE #> 27771 78.50000000 FALSE FALSE #> 27785 77.00000000 FALSE FALSE #> 27788 -5.58333333 TRUE TRUE #> 27791 76.00000000 TRUE TRUE #> 27799 15.00000000 FALSE FALSE #> 27804 75.33333333 FALSE FALSE #> 27807 79.00000000 FALSE FALSE #> 27808 -83.66666667 FALSE FALSE #> 27809 23.00000000 FALSE FALSE #> 27824 0.00000000 TRUE TRUE #> 27827 3.50000000 FALSE FALSE #> 27830 -11.00000000 FALSE FALSE #> 27833 22.00000000 FALSE FALSE #> 27848 30.75000000 FALSE TRUE #> 27863 81.00000000 FALSE FALSE #> 27871 77.00000000 FALSE FALSE #> 27879 76.00000000 FALSE FALSE #> 27881 92.41666667 FALSE FALSE #> 27883 -4.91666667 FALSE FALSE #> 27938 36.00000000 FALSE TRUE #> 27945 31.05000000 FALSE FALSE #> 27967 100.00000000 FALSE FALSE #> 27985 38.50000000 FALSE FALSE #> 28001 -10.50000000 FALSE FALSE #> 28019 -7.50000000 FALSE TRUE #> 28030 -16.00000000 FALSE FALSE #> 28064 0.00000000 TRUE TRUE #> 28069 29.33333333 FALSE FALSE #> 28088 -11.00000000 FALSE FALSE #> 28092 37.58333333 FALSE FALSE #> 28098 98.16666667 FALSE FALSE #> 28108 30.83333333 FALSE FALSE #> 28117 21.75000000 FALSE FALSE #> 28148 -83.75000000 TRUE TRUE #> 28155 -3.58333333 FALSE FALSE #> 28157 81.33333333 FALSE FALSE #> 28162 -73.75000000 FALSE TRUE #> 28165 -83.66666667 FALSE FALSE #> 28170 76.50000000 FALSE FALSE #> 28173 75.33333333 FALSE FALSE #> 28176 37.00000000 FALSE TRUE #> 28184 22.00000000 FALSE FALSE #> 28199 30.75000000 FALSE TRUE #> 28219 15.00000000 FALSE FALSE #> 28235 82.66666667 FALSE FALSE #> 28236 -2.50000000 FALSE FALSE #> 28239 78.50000000 FALSE FALSE #> 28245 37.41666667 FALSE FALSE #> 28258 79.00000000 FALSE FALSE #> 28270 22.00000000 FALSE FALSE #> 28274 81.00000000 FALSE FALSE #> 28281 13.00000000 FALSE TRUE #> 28282 23.00000000 FALSE FALSE #> 28284 76.00000000 TRUE TRUE #> 28288 3.50000000 FALSE FALSE #> 28293 -5.58333333 TRUE TRUE #> 28299 21.00000000 FALSE FALSE #> 28315 25.00000000 FALSE TRUE #> 28330 38.50000000 FALSE FALSE #> 28341 38.00000000 FALSE FALSE #> 28348 78.50000000 FALSE FALSE #> 28354 20.83333333 FALSE TRUE #> 28356 -155.50000000 FALSE FALSE #> 28360 -72.00000000 FALSE FALSE #> 28361 -95.00000000 FALSE FALSE #> 28365 -97.33333333 FALSE FALSE #> 28371 121.00000000 TRUE TRUE #> 28373 -96.25000000 FALSE FALSE #> 28374 -97.25000000 FALSE FALSE #> 28377 -96.66666667 FALSE FALSE #> 28378 -91.75000000 FALSE FALSE #> 28380 -98.00000000 FALSE FALSE #> 28381 -91.66666667 TRUE TRUE #> 28384 -97.58333333 TRUE TRUE #> 28388 144.75000000 TRUE TRUE #> 28389 120.33333333 FALSE FALSE #> 28393 -96.91666667 FALSE FALSE #> 28394 -88.00000000 FALSE FALSE #> 28399 122.08333333 FALSE FALSE #> 28401 -91.83333333 FALSE FALSE #> 28402 -97.91666667 FALSE FALSE #> 28407 121.83333333 FALSE FALSE #> 28410 -97.75000000 FALSE FALSE #> 28411 123.00000000 FALSE FALSE #> 28414 -96.91666667 FALSE FALSE #> 28417 -93.25000000 TRUE TRUE #> 28423 51.50000000 FALSE FALSE #> 28425 -91.33333333 FALSE FALSE #> 28430 120.91666667 FALSE FALSE #> 28432 -91.50000000 FALSE FALSE #> 28436 13.71666667 FALSE FALSE #> 28437 9.66666667 FALSE FALSE #> 28438 -91.00000000 FALSE FALSE #> 28441 30.00000000 TRUE TRUE #> 28445 13.58333333 FALSE FALSE #> 28449 -2.00000000 FALSE FALSE #> 28450 -91.58333333 FALSE FALSE #> 28452 14.08333333 FALSE FALSE #> 28467 -95.91666667 FALSE TRUE #> 28470 -92.66666667 FALSE FALSE #> 28485 -93.30000000 FALSE FALSE #> 28490 121.08333333 FALSE FALSE #> 28491 -95.75000000 FALSE FALSE #> 28496 -89.58333333 FALSE FALSE #> 28499 -96.25000000 FALSE FALSE #> 28501 -99.00000000 FALSE FALSE #> 28502 -96.75000000 FALSE FALSE #> 28503 -96.41666667 FALSE FALSE #> 28510 -2.00000000 FALSE FALSE #> 28515 -91.58333333 FALSE FALSE #> 28517 -91.00000000 FALSE FALSE #> 28518 30.00000000 TRUE TRUE #> 28520 13.71666667 FALSE FALSE #> 28522 9.66666667 FALSE FALSE #> 28523 13.58333333 FALSE FALSE #> 28528 -91.75000000 FALSE FALSE #> 28529 120.91666667 FALSE FALSE #> 28530 -95.91666667 FALSE TRUE #> 28532 -97.91666667 FALSE FALSE #> 28534 121.00000000 TRUE TRUE #> 28542 -91.66666667 TRUE TRUE #> 28544 -96.91666667 FALSE FALSE #> 28547 -88.00000000 FALSE FALSE #> 28550 -97.33333333 FALSE FALSE #> 28551 -95.75000000 FALSE FALSE #> 28553 -97.58333333 TRUE TRUE #> 28554 -91.50000000 FALSE FALSE #> 28568 -93.30000000 FALSE FALSE #> 28579 -98.00000000 FALSE FALSE #> 28580 123.00000000 FALSE FALSE #> 28583 -91.33333333 FALSE FALSE #> 28588 122.08333333 FALSE FALSE #> 28589 121.08333333 FALSE FALSE #> 28590 -97.75000000 FALSE FALSE #> 28594 -97.25000000 FALSE FALSE #> 28597 121.83333333 FALSE FALSE #> 28600 -91.83333333 FALSE FALSE #> 28601 -92.66666667 FALSE FALSE #> 28607 -96.25000000 FALSE FALSE #> 28608 -155.50000000 FALSE FALSE #> 28626 120.33333333 FALSE FALSE #> 28627 -95.00000000 FALSE FALSE #> 28628 144.75000000 TRUE TRUE #> 28630 -72.00000000 FALSE FALSE #> 28639 -89.58333333 FALSE FALSE #> 28640 -96.66666667 FALSE FALSE #> 28643 -96.41666667 FALSE FALSE #> 28647 -99.00000000 FALSE FALSE #> 28648 -96.25000000 FALSE FALSE #> 28650 -96.75000000 FALSE FALSE #> 28657 -91.58333333 FALSE FALSE #> 28658 -2.00000000 FALSE FALSE #> 28661 9.66666667 FALSE FALSE #> 28662 30.00000000 TRUE TRUE #> 28663 -91.00000000 FALSE FALSE #> 28668 -93.25000000 TRUE TRUE #> 28671 51.50000000 FALSE FALSE #> 28672 13.58333333 FALSE FALSE #> 28673 14.08333333 FALSE FALSE #> 28674 -96.91666667 FALSE FALSE #> 28675 13.71666667 FALSE FALSE #> 28677 -96.91666667 FALSE FALSE #> 28680 9.66666667 FALSE FALSE #> 28681 -91.00000000 FALSE FALSE #> 28682 13.58333333 FALSE FALSE #> 28683 13.71666667 FALSE FALSE #> 28685 -91.58333333 FALSE FALSE #> 28692 -91.66666667 TRUE TRUE #> 28699 -96.91666667 FALSE FALSE #> 28703 -95.91666667 FALSE TRUE #> 28707 51.50000000 FALSE FALSE #> 28708 -72.00000000 FALSE FALSE #> 28710 120.91666667 FALSE FALSE #> 28714 -98.00000000 FALSE FALSE #> 28719 -97.25000000 FALSE FALSE #> 28722 -95.00000000 FALSE FALSE #> 28725 -91.83333333 FALSE FALSE #> 28726 -99.00000000 FALSE FALSE #> 28727 -91.75000000 FALSE FALSE #> 28729 -95.75000000 FALSE FALSE #> 28730 -96.41666667 FALSE FALSE #> 28731 -89.58333333 FALSE FALSE #> 28737 121.08333333 FALSE FALSE #> 28739 -155.50000000 FALSE FALSE #> 28740 122.08333333 FALSE FALSE #> 28743 -91.33333333 FALSE FALSE #> 28744 -97.91666667 FALSE FALSE #> 28745 30.00000000 TRUE TRUE #> 28750 120.33333333 FALSE FALSE #> 28755 123.00000000 FALSE FALSE #> 28758 -92.66666667 FALSE FALSE #> 28764 144.75000000 TRUE TRUE #> 28766 121.00000000 TRUE TRUE #> 28770 -88.00000000 FALSE FALSE #> 28773 -96.25000000 FALSE FALSE #> 28787 14.08333333 FALSE FALSE #> 28788 -2.00000000 FALSE FALSE #> 28790 -97.75000000 FALSE FALSE #> 28795 -96.25000000 FALSE FALSE #> 28798 -93.30000000 FALSE FALSE #> 28810 -97.58333333 TRUE TRUE #> 28811 -97.33333333 FALSE FALSE #> 28816 -91.50000000 FALSE FALSE #> 28818 -96.75000000 FALSE FALSE #> 28819 121.83333333 FALSE FALSE #> 28822 -93.25000000 TRUE TRUE #> 28824 -96.66666667 FALSE FALSE #> 28828 51.50000000 FALSE FALSE #> 28829 14.08333333 FALSE FALSE #> 28830 13.58333333 FALSE FALSE #> 28831 30.00000000 TRUE TRUE #> 28832 13.71666667 FALSE FALSE #> 28833 9.66666667 FALSE FALSE #> 28839 -96.25000000 FALSE FALSE #> 28843 -91.00000000 FALSE FALSE #> 28848 -93.25000000 TRUE TRUE #> 28849 -96.91666667 FALSE FALSE #> 28852 -98.00000000 FALSE FALSE #> 28854 -96.41666667 FALSE FALSE #> 28859 121.83333333 FALSE FALSE #> 28861 -72.00000000 FALSE FALSE #> 28864 -96.91666667 FALSE FALSE #> 28869 -91.50000000 FALSE FALSE #> 28881 120.33333333 FALSE FALSE #> 28885 -91.66666667 TRUE TRUE #> 28898 -95.91666667 FALSE TRUE #> 28900 -91.33333333 FALSE FALSE #> 28901 -93.30000000 FALSE FALSE #> 28902 -2.00000000 FALSE FALSE #> 28909 -95.75000000 FALSE FALSE #> 28912 -91.83333333 FALSE FALSE #> 28913 -97.25000000 FALSE FALSE #> 28914 123.00000000 FALSE FALSE #> 28915 -91.58333333 FALSE FALSE #> 28918 -88.00000000 FALSE FALSE #> 28921 -97.58333333 TRUE TRUE #> 28923 120.91666667 FALSE FALSE #> 28925 -97.33333333 FALSE FALSE #> 28929 -96.66666667 FALSE FALSE #> 28931 -96.25000000 FALSE FALSE #> 28936 -99.00000000 FALSE FALSE #> 28944 121.08333333 FALSE FALSE #> 28952 -91.75000000 FALSE FALSE #> 28954 -155.50000000 FALSE FALSE #> 28957 -89.58333333 FALSE FALSE #> 28959 -96.75000000 FALSE FALSE #> 28962 144.75000000 TRUE TRUE #> 28965 122.08333333 FALSE FALSE #> 28970 -95.00000000 FALSE FALSE #> 28972 -97.75000000 FALSE FALSE #> 28973 -97.91666667 FALSE FALSE #> 28977 -92.66666667 FALSE FALSE #> 28978 121.00000000 TRUE TRUE #> 29023 76.50000000 FALSE FALSE #> 29060 123.50000000 FALSE FALSE #> 29064 124.00000000 FALSE FALSE #> 29066 122.33333333 FALSE FALSE #> 29072 -87.00000000 FALSE FALSE #> 29114 144.75000000 TRUE TRUE #> 29120 37.00000000 FALSE TRUE #> 29125 36.00000000 FALSE TRUE #> 29139 30.75000000 FALSE TRUE #> 29141 -91.33333333 FALSE FALSE #> 29143 -10.00000000 FALSE FALSE #> 29169 30.00000000 TRUE TRUE #> 29182 -91.83333333 FALSE FALSE #> 29190 -95.91666667 FALSE TRUE #> 29207 39.75000000 FALSE FALSE #> 29210 -83.75000000 TRUE TRUE #> 29225 -91.66666667 TRUE TRUE #> 29232 -16.25000000 FALSE TRUE #> 29252 108.00000000 FALSE FALSE #> 29264 105.00000000 FALSE TRUE #> 29298 -92.83333333 FALSE FALSE #> 29299 -91.41666667 FALSE FALSE #> 29304 -90.50000000 FALSE FALSE #> 29305 -83.66666667 FALSE FALSE #> 29354 16.00000000 TRUE TRUE #> 29355 -101.66666667 FALSE FALSE #> 29360 -97.25000000 FALSE FALSE #> 29376 -0.91666667 FALSE TRUE #> 29383 107.50000000 FALSE FALSE #> 29402 121.25000000 FALSE FALSE #> 29405 -5.58333333 TRUE TRUE #> 29437 121.00000000 TRUE TRUE #> 29448 -93.25000000 TRUE TRUE #> 29450 -155.50000000 FALSE FALSE #> 29464 -99.00000000 FALSE TRUE #> 29486 81.33333333 FALSE FALSE #> 29509 107.50000000 FALSE FALSE #> 29531 -91.41666667 FALSE FALSE #> 29579 -90.50000000 FALSE FALSE #> 29599 -99.00000000 FALSE TRUE #> 29606 -83.66666667 FALSE FALSE #> 29609 -92.83333333 FALSE FALSE #> 29639 -97.25000000 FALSE FALSE #> 29645 -16.25000000 FALSE TRUE #> 29649 -0.91666667 FALSE TRUE #> 29655 -93.25000000 TRUE TRUE #> 29665 -95.91666667 FALSE TRUE #> 29696 16.00000000 TRUE TRUE #> 29700 108.00000000 FALSE FALSE #> 29717 36.00000000 FALSE TRUE #> 29728 -91.66666667 TRUE TRUE #> 29742 -5.58333333 TRUE TRUE #> 29764 -155.50000000 FALSE FALSE #> 29775 -91.33333333 FALSE FALSE #> 29782 76.50000000 FALSE FALSE #> 29823 -87.00000000 FALSE FALSE #> 29833 122.33333333 FALSE FALSE #> 29836 144.75000000 TRUE TRUE #> 29842 81.33333333 FALSE FALSE #> 29843 -83.75000000 TRUE TRUE #> 29862 30.75000000 FALSE TRUE #> 29868 124.00000000 FALSE FALSE #> 29879 105.00000000 FALSE TRUE #> 29898 30.00000000 TRUE TRUE #> 29917 121.00000000 TRUE TRUE #> 29920 37.00000000 FALSE TRUE #> 29924 -101.66666667 FALSE FALSE #> 29925 121.25000000 FALSE FALSE #> 29946 39.75000000 FALSE FALSE #> 29947 123.50000000 FALSE FALSE #> 29964 -91.83333333 FALSE FALSE #> 29986 -10.00000000 FALSE FALSE #> 30019 -155.50000000 FALSE FALSE #> 30046 121.00000000 TRUE TRUE #> 30054 -93.25000000 TRUE TRUE #> 30059 -83.75000000 TRUE TRUE #> 30143 123.50000000 FALSE FALSE #> 30149 124.00000000 FALSE FALSE #> 30162 122.33333333 FALSE FALSE #> 30192 144.75000000 TRUE TRUE #> 30197 37.00000000 FALSE TRUE #> 30198 121.25000000 FALSE FALSE #> 30199 76.50000000 FALSE FALSE #> 30212 105.00000000 FALSE TRUE #> 30213 30.75000000 FALSE TRUE #> 30216 30.00000000 TRUE TRUE #> 30217 81.33333333 FALSE FALSE #> 30227 -97.25000000 FALSE FALSE #> 30240 -91.33333333 FALSE FALSE #> 30241 -90.50000000 FALSE FALSE #> 30309 108.00000000 FALSE FALSE #> 30314 -0.91666667 FALSE TRUE #> 30319 -92.50000000 FALSE FALSE #> 30346 -101.66666667 FALSE FALSE #> 30353 -97.58333333 FALSE FALSE #> 30356 107.08333333 FALSE FALSE #> 30359 -3.25000000 FALSE FALSE #> 30360 76.00000000 TRUE TRUE #> 30363 29.66666667 FALSE FALSE #> 30367 -91.66666667 TRUE TRUE #> 30377 -98.25000000 FALSE FALSE #> 30381 -99.00000000 FALSE FALSE #> 30384 36.66666667 FALSE FALSE #> 30396 -16.00000000 FALSE FALSE #> 30404 107.50000000 FALSE FALSE #> 30413 37.58333333 FALSE FALSE #> 30414 -73.00000000 FALSE FALSE #> 30415 -95.91666667 FALSE TRUE #> 30428 54.00000000 FALSE FALSE #> 30431 16.00000000 TRUE TRUE #> 30456 121.00000000 TRUE TRUE #> 30457 77.16666667 FALSE FALSE #> 30460 13.00000000 FALSE TRUE #> 30461 11.83333333 FALSE FALSE #> 30470 99.00000000 FALSE FALSE #> 30472 -13.25000000 FALSE FALSE #> 30481 10.91666667 FALSE FALSE #> 30482 -0.58333333 FALSE FALSE #> 30486 84.33333333 FALSE FALSE #> 30488 81.33333333 FALSE FALSE #> 30490 79.00000000 FALSE FALSE #> 30501 105.00000000 FALSE TRUE #> 30502 144.75000000 TRUE TRUE #> 30512 30.16666667 FALSE FALSE #> 30526 108.00000000 FALSE FALSE #> 30527 -89.83333333 FALSE FALSE #> 30533 98.16666667 FALSE FALSE #> 30538 34.66666667 FALSE FALSE #> 30541 97.00000000 FALSE FALSE #> 30548 0.00000000 TRUE TRUE #> 30564 30.00000000 TRUE TRUE #> 30577 -0.91666667 FALSE TRUE #> 30580 -96.91666667 FALSE FALSE #> 30584 36.00000000 FALSE TRUE #> 30605 -97.58333333 TRUE TRUE #> 30606 -96.66666667 FALSE FALSE #> 30613 101.66666667 FALSE FALSE #> 30614 18.33333333 FALSE FALSE #> 30626 -95.00000000 FALSE FALSE #> 30632 25.00000000 FALSE TRUE #> 30635 -93.25000000 TRUE TRUE #> 30639 8.66666667 FALSE FALSE #> 30643 -99.91666667 FALSE FALSE #> 30650 -72.00000000 FALSE FALSE #> 30652 -0.50000000 FALSE FALSE #> 30655 7.00000000 TRUE TRUE #> 30657 -4.33333333 FALSE FALSE #> 30663 25.25000000 FALSE FALSE #> 30664 15.33333333 FALSE FALSE #> 30667 -97.33333333 FALSE FALSE #> 30677 20.83333333 FALSE TRUE #> 30688 107.83333333 FALSE FALSE #> 30689 -16.91666667 FALSE FALSE #> 30696 97.50000000 FALSE TRUE #> 30699 12.00000000 FALSE FALSE #> 30702 108.00000000 FALSE FALSE #> 30709 22.00000000 FALSE FALSE #> 30710 -96.00000000 FALSE FALSE #> 30712 -99.00000000 FALSE TRUE #> 30714 105.50000000 FALSE FALSE #> 30718 -5.58333333 TRUE TRUE #> 30722 -73.75000000 FALSE TRUE #> 30725 38.00000000 FALSE FALSE #> 30730 -98.00000000 FALSE FALSE #> 30733 75.33333333 FALSE FALSE #> 30735 101.00000000 TRUE TRUE #> 30738 74.00000000 FALSE FALSE #> 30743 2.50000000 FALSE FALSE #> 30746 -83.75000000 TRUE TRUE #> 30752 -7.50000000 FALSE TRUE #> 30759 13.00000000 FALSE FALSE #> 30761 30.50000000 FALSE FALSE #> 30765 104.75000000 FALSE FALSE #> 30771 -85.50000000 FALSE FALSE #> 30779 37.00000000 FALSE TRUE #> 30781 -87.00000000 FALSE FALSE #> 30786 106.50000000 TRUE TRUE #> 30795 38.50000000 FALSE FALSE #> 30798 -16.25000000 FALSE TRUE #> 30799 -3.00000000 FALSE FALSE #> 30806 29.41666667 FALSE FALSE #> 30818 34.00000000 FALSE FALSE #> 30819 29.33333333 FALSE FALSE #> 30820 -89.00000000 FALSE FALSE #> 30861 -155.50000000 FALSE FALSE #> 30866 92.66666667 FALSE FALSE #> 30885 -96.91666667 FALSE FALSE #> 30889 98.16666667 FALSE FALSE #> 30891 99.00000000 FALSE FALSE #> 30893 11.83333333 FALSE FALSE #> 30905 -13.25000000 FALSE FALSE #> 30913 -99.00000000 FALSE FALSE #> 30920 -3.00000000 FALSE FALSE #> 30931 105.50000000 FALSE FALSE #> 30941 79.00000000 FALSE FALSE #> 30950 16.00000000 TRUE TRUE #> 30953 -98.25000000 FALSE FALSE #> 30958 108.00000000 FALSE FALSE #> 30959 -0.50000000 FALSE FALSE #> 30967 -87.00000000 FALSE FALSE #> 30968 7.00000000 TRUE TRUE #> 30972 101.66666667 FALSE FALSE #> 30977 18.33333333 FALSE FALSE #> 30978 13.00000000 FALSE TRUE #> 30982 121.00000000 TRUE TRUE #> 30983 107.08333333 FALSE FALSE #> 30986 -5.58333333 TRUE TRUE #> 30988 -93.25000000 TRUE TRUE #> 30993 -16.91666667 FALSE FALSE #> 30995 104.75000000 FALSE FALSE #> 30996 -89.00000000 FALSE FALSE #> 31010 29.66666667 FALSE FALSE #> 31013 -97.33333333 FALSE FALSE #> 31021 0.00000000 TRUE TRUE #> 31034 76.00000000 TRUE TRUE #> 31036 -7.50000000 FALSE TRUE #> 31050 20.83333333 FALSE TRUE #> 31052 101.00000000 TRUE TRUE #> 31055 -16.00000000 FALSE FALSE #> 31067 92.66666667 FALSE FALSE #> 31068 -99.91666667 FALSE FALSE #> 31080 -89.83333333 FALSE FALSE #> 31084 97.50000000 FALSE TRUE #> 31085 -95.91666667 FALSE TRUE #> 31092 -0.91666667 FALSE TRUE #> 31099 -101.66666667 FALSE FALSE #> 31106 13.00000000 FALSE FALSE #> 31108 -16.25000000 FALSE TRUE #> 31110 36.00000000 FALSE TRUE #> 31115 74.00000000 FALSE FALSE #> 31128 30.00000000 TRUE TRUE #> 31140 84.33333333 FALSE FALSE #> 31152 81.33333333 FALSE FALSE #> 31159 77.16666667 FALSE FALSE #> 31162 -92.50000000 FALSE FALSE #> 31165 37.58333333 FALSE FALSE #> 31172 -99.00000000 FALSE TRUE #> 31186 29.41666667 FALSE FALSE #> 31188 -98.00000000 FALSE FALSE #> 31197 12.00000000 FALSE FALSE #> 31198 -155.50000000 FALSE FALSE #> 31217 37.00000000 FALSE TRUE #> 31219 144.75000000 TRUE TRUE #> 31229 -91.66666667 TRUE TRUE #> 31230 25.25000000 FALSE FALSE #> 31231 105.00000000 FALSE TRUE #> 31245 -83.75000000 TRUE TRUE #> 31248 107.83333333 FALSE FALSE #> 31253 10.91666667 FALSE FALSE #> 31258 106.50000000 TRUE TRUE #> 31271 30.50000000 FALSE FALSE #> 31273 -73.00000000 FALSE FALSE #> 31280 -85.50000000 FALSE FALSE #> 31281 25.00000000 FALSE TRUE #> 31304 75.33333333 FALSE FALSE #> 31307 -72.00000000 FALSE FALSE #> 31313 38.00000000 FALSE FALSE #> 31316 108.00000000 FALSE FALSE #> 31321 -73.75000000 FALSE TRUE #> 31327 -96.00000000 FALSE FALSE #> 31330 36.66666667 FALSE FALSE #> 31332 29.33333333 FALSE FALSE #> 31350 8.66666667 FALSE FALSE #> 31367 -4.33333333 FALSE FALSE #> 31375 15.33333333 FALSE FALSE #> 31383 2.50000000 FALSE FALSE #> 31384 -0.58333333 FALSE FALSE #> 31391 54.00000000 FALSE FALSE #> 31395 107.50000000 FALSE FALSE #> 31397 38.50000000 FALSE FALSE #> 31399 22.00000000 FALSE FALSE #> 31413 34.00000000 FALSE FALSE #> 31416 -97.58333333 TRUE TRUE #> 31417 -95.00000000 FALSE FALSE #> 31418 -97.58333333 FALSE FALSE #> 31424 -96.66666667 FALSE FALSE #> 31427 34.66666667 FALSE FALSE #> 31435 97.00000000 FALSE FALSE #> 31440 -3.25000000 FALSE FALSE #> 31445 30.16666667 FALSE FALSE #> 31503 -98.25000000 FALSE FALSE #> 31506 -99.91666667 FALSE FALSE #> 31529 13.00000000 FALSE FALSE #> 31544 -83.75000000 TRUE TRUE #> 31549 -95.00000000 FALSE FALSE #> 31556 -85.50000000 FALSE FALSE #> 31559 38.50000000 FALSE FALSE #> 31564 0.00000000 TRUE TRUE #> 31565 79.00000000 FALSE FALSE #> 31575 25.25000000 FALSE FALSE #> 31590 -92.50000000 FALSE FALSE #> 31591 36.00000000 FALSE TRUE #> 31601 -72.00000000 FALSE FALSE #> 31606 -155.50000000 FALSE FALSE #> 31625 11.83333333 FALSE FALSE #> 31628 54.00000000 FALSE FALSE #> 31630 -87.00000000 FALSE FALSE #> 31639 -96.91666667 FALSE FALSE #> 31652 10.91666667 FALSE FALSE #> 31658 81.33333333 FALSE FALSE #> 31663 -97.33333333 FALSE FALSE #> 31665 7.00000000 TRUE TRUE #> 31666 25.00000000 FALSE TRUE #> 31667 -89.83333333 FALSE FALSE #> 31673 77.16666667 FALSE FALSE #> 31675 144.75000000 TRUE TRUE #> 31681 -97.58333333 FALSE FALSE #> 31709 121.00000000 TRUE TRUE #> 31715 -3.00000000 FALSE FALSE #> 31717 -0.50000000 FALSE FALSE #> 31740 12.00000000 FALSE FALSE #> 31747 -91.66666667 TRUE TRUE #> 31750 34.66666667 FALSE FALSE #> 31751 -95.91666667 FALSE TRUE #> 31759 29.66666667 FALSE FALSE #> 31767 -89.00000000 FALSE FALSE #> 31774 37.00000000 FALSE TRUE #> 31780 -73.00000000 FALSE FALSE #> 31789 76.00000000 TRUE TRUE #> 31794 37.58333333 FALSE FALSE #> 31796 84.33333333 FALSE FALSE #> 31813 -101.66666667 FALSE FALSE #> 31815 -97.58333333 TRUE TRUE #> 31819 34.00000000 FALSE FALSE #> 31822 -99.00000000 FALSE TRUE #> 31829 -93.25000000 TRUE TRUE #> 31835 97.50000000 FALSE TRUE #> 31836 105.00000000 FALSE TRUE #> 31843 101.66666667 FALSE FALSE #> 31845 20.83333333 FALSE TRUE #> 31849 98.16666667 FALSE FALSE #> 31850 30.00000000 TRUE TRUE #> 31851 29.33333333 FALSE FALSE #> 31853 107.50000000 FALSE FALSE #> 31858 99.00000000 FALSE FALSE #> 31863 -4.33333333 FALSE FALSE #> 31872 105.50000000 FALSE FALSE #> 31875 106.50000000 TRUE TRUE #> 31877 -5.58333333 TRUE TRUE #> 31892 -16.25000000 FALSE TRUE #> 31893 101.00000000 TRUE TRUE #> 31901 -16.00000000 FALSE FALSE #> 31903 16.00000000 TRUE TRUE #> 31904 8.66666667 FALSE FALSE #> 31908 -73.75000000 FALSE TRUE #> 31909 22.00000000 FALSE FALSE #> 31914 74.00000000 FALSE FALSE #> 31924 107.83333333 FALSE FALSE #> 31928 -16.91666667 FALSE FALSE #> 31933 108.00000000 FALSE FALSE #> 31935 75.33333333 FALSE FALSE #> 31936 29.41666667 FALSE FALSE #> 31938 -96.66666667 FALSE FALSE #> 31941 38.00000000 FALSE FALSE #> 31943 -0.58333333 FALSE FALSE #> 31946 104.75000000 FALSE FALSE #> 31948 30.50000000 FALSE FALSE #> 31949 -96.00000000 FALSE FALSE #> 31950 97.00000000 FALSE FALSE #> 31952 92.66666667 FALSE FALSE #> 31963 13.00000000 FALSE TRUE #> 31968 36.66666667 FALSE FALSE #> 31974 30.16666667 FALSE FALSE #> 31978 -0.91666667 FALSE TRUE #> 31980 -98.00000000 FALSE FALSE #> 31989 -3.25000000 FALSE FALSE #> 31992 107.08333333 FALSE FALSE #> 31993 108.00000000 FALSE FALSE #> 31994 -7.50000000 FALSE TRUE #> 31996 18.33333333 FALSE FALSE #> 32005 15.33333333 FALSE FALSE #> 32012 2.50000000 FALSE FALSE #> 32018 -96.91666667 FALSE FALSE #> 32020 -83.75000000 TRUE TRUE #> 32047 -93.25000000 TRUE TRUE #> 32050 -91.66666667 TRUE TRUE #> 32051 30.00000000 TRUE TRUE #> 32053 -95.75000000 FALSE FALSE #> 32056 121.00000000 TRUE TRUE #> 32058 30.75000000 FALSE TRUE #> 32089 -95.00000000 FALSE FALSE #> 32102 -97.58333333 TRUE TRUE #> 32117 76.00000000 TRUE TRUE #> 32125 77.83333333 FALSE FALSE #> 32127 -101.66666667 FALSE FALSE #> 32132 16.00000000 TRUE TRUE #> 32142 -5.58333333 TRUE TRUE #> 32143 11.83333333 FALSE FALSE #> 32144 106.50000000 TRUE TRUE #> 32148 7.00000000 TRUE TRUE #> 32149 98.16666667 FALSE FALSE #> 32156 -3.00000000 FALSE FALSE #> 32163 36.00000000 FALSE TRUE #> 32169 37.00000000 FALSE TRUE #> 32175 101.00000000 TRUE TRUE #> 32180 144.75000000 TRUE TRUE #> 32188 -83.75000000 TRUE TRUE #> 32189 -101.66666667 FALSE FALSE #> 32190 76.00000000 TRUE TRUE #> 32200 -93.25000000 TRUE TRUE #> 32207 37.00000000 FALSE TRUE #> 32235 77.83333333 FALSE FALSE #> 32236 98.16666667 FALSE FALSE #> 32240 30.75000000 FALSE TRUE #> 32243 36.00000000 FALSE TRUE #> 32262 121.00000000 TRUE TRUE #> 32280 -3.00000000 FALSE FALSE #> 32281 11.83333333 FALSE FALSE #> 32293 -95.75000000 FALSE FALSE #> 32302 -95.00000000 FALSE FALSE #> 32303 30.00000000 TRUE TRUE #> 32309 13.00000000 FALSE FALSE #> 32312 101.00000000 TRUE TRUE #> 32317 16.00000000 TRUE TRUE #> 32318 -96.91666667 FALSE FALSE #> 32324 -5.58333333 TRUE TRUE #> 32325 144.75000000 TRUE TRUE #> 32326 -91.66666667 TRUE TRUE #> 32329 -97.58333333 TRUE TRUE #> 32333 106.50000000 TRUE TRUE #> 32341 7.00000000 TRUE TRUE #> 32344 30.00000000 TRUE TRUE #> 32349 -91.66666667 TRUE TRUE #> 32351 77.83333333 FALSE FALSE #> 32355 101.00000000 TRUE TRUE #> 32378 11.83333333 FALSE FALSE #> 32383 -97.58333333 TRUE TRUE #> 32389 37.00000000 FALSE TRUE #> 32393 -83.75000000 TRUE TRUE #> 32397 -93.25000000 TRUE TRUE #> 32410 98.16666667 FALSE FALSE #> 32419 -96.91666667 FALSE FALSE #> 32423 -101.66666667 FALSE FALSE #> 32424 36.00000000 FALSE TRUE #> 32425 13.00000000 FALSE FALSE #> 32426 30.75000000 FALSE TRUE #> 32430 -5.58333333 TRUE TRUE #> 32446 121.00000000 TRUE TRUE #> 32448 -95.75000000 FALSE FALSE #> 32456 7.00000000 TRUE TRUE #> 32459 76.00000000 TRUE TRUE #> 32462 106.50000000 TRUE TRUE #> 32473 144.75000000 TRUE TRUE #> 32478 -95.00000000 FALSE FALSE #> 32488 16.00000000 TRUE TRUE #> 32498 -3.00000000 FALSE FALSE #> 32504 77.83333333 FALSE FALSE #> 32506 106.50000000 TRUE TRUE #> 32509 -83.75000000 TRUE TRUE #> 32511 97.00000000 FALSE FALSE #> 32512 76.00000000 TRUE TRUE #> 32520 121.00000000 TRUE TRUE #> 32527 101.00000000 TRUE TRUE #> 32530 -3.00000000 FALSE FALSE #> 32531 -5.58333333 TRUE TRUE #> 32534 -89.58333333 FALSE FALSE #> 32537 -97.58333333 TRUE TRUE #> 32538 -91.66666667 TRUE TRUE #> 32548 30.00000000 TRUE TRUE #> 32550 -95.00000000 FALSE FALSE #> 32562 36.00000000 FALSE TRUE #> 32584 16.00000000 TRUE TRUE #> 32585 7.00000000 TRUE TRUE #> 32591 144.75000000 TRUE TRUE #> 32613 -93.25000000 TRUE TRUE #> 32660 -91.66666667 TRUE TRUE #> 32667 16.00000000 TRUE TRUE #> 32690 -89.58333333 FALSE FALSE #> 32699 -95.75000000 FALSE FALSE #> 32714 -95.00000000 FALSE FALSE #> 32719 77.83333333 FALSE FALSE #> 32722 76.00000000 TRUE TRUE #> 32723 -101.66666667 FALSE FALSE #> 32739 36.00000000 FALSE TRUE #> 32741 37.00000000 FALSE TRUE #> 32746 -3.00000000 FALSE FALSE #> 32752 35.83333333 FALSE FALSE #> 32754 25.00000000 FALSE TRUE #> 32764 144.75000000 TRUE TRUE #> 32772 30.75000000 FALSE TRUE #> 32779 37.58333333 FALSE FALSE #> 32788 -83.75000000 TRUE TRUE #> 32791 7.00000000 TRUE TRUE #> 32802 13.00000000 FALSE TRUE #> 32817 121.00000000 TRUE TRUE #> 32819 -93.25000000 TRUE TRUE #> 32844 30.00000000 TRUE TRUE #> 32849 -5.58333333 TRUE TRUE #> 32854 101.00000000 TRUE TRUE #> 32855 -73.75000000 FALSE TRUE #> 32868 106.50000000 TRUE TRUE #> 32872 -83.66666667 FALSE FALSE #> 32876 30.83333333 FALSE FALSE #> 32880 -97.58333333 TRUE TRUE #> 32901 -91.66666667 TRUE TRUE #> 32906 -95.75000000 FALSE FALSE #> 32925 -83.66666667 FALSE FALSE #> 32935 144.75000000 TRUE TRUE #> 32939 -95.00000000 FALSE FALSE #> 32956 -89.58333333 FALSE FALSE #> 32961 -5.58333333 TRUE TRUE #> 32962 -73.75000000 FALSE TRUE #> 32964 30.75000000 FALSE TRUE #> 32966 37.00000000 FALSE TRUE #> 32973 77.83333333 FALSE FALSE #> 32992 25.00000000 FALSE TRUE #> 32999 13.00000000 FALSE TRUE #> 33003 101.00000000 TRUE TRUE #> 33014 -3.00000000 FALSE FALSE #> 33016 30.83333333 FALSE FALSE #> 33025 7.00000000 TRUE TRUE #> 33034 76.00000000 TRUE TRUE #> 33041 -101.66666667 FALSE FALSE #> 33044 36.00000000 FALSE TRUE #> 33056 30.00000000 TRUE TRUE #> 33062 -93.25000000 TRUE TRUE #> 33091 37.58333333 FALSE FALSE #> 33094 106.50000000 TRUE TRUE #> 33103 16.00000000 TRUE TRUE #> 33108 -97.58333333 TRUE TRUE #> 33112 35.83333333 FALSE FALSE #> 33115 -83.75000000 TRUE TRUE #> 33118 121.00000000 TRUE TRUE #> 33129 -89.58333333 FALSE FALSE #> 33135 -91.66666667 TRUE TRUE #> 33142 -95.00000000 FALSE FALSE #> 33163 -95.75000000 FALSE FALSE #> 33169 30.75000000 FALSE TRUE #> 33172 25.00000000 FALSE TRUE #> 33175 -3.00000000 FALSE FALSE #> 33179 76.00000000 TRUE TRUE #> 33182 36.00000000 FALSE TRUE #> 33184 -101.66666667 FALSE FALSE #> 33192 37.00000000 FALSE TRUE #> 33210 77.83333333 FALSE FALSE #> 33214 -93.25000000 TRUE TRUE #> 33230 106.50000000 TRUE TRUE #> 33240 -83.75000000 TRUE TRUE #> 33246 13.00000000 FALSE TRUE #> 33247 35.83333333 FALSE FALSE #> 33262 -97.58333333 TRUE TRUE #> 33270 30.00000000 TRUE TRUE #> 33273 101.00000000 TRUE TRUE #> 33282 37.58333333 FALSE FALSE #> 33285 121.00000000 TRUE TRUE #> 33291 -5.58333333 TRUE TRUE #> 33305 -73.75000000 FALSE TRUE #> 33318 7.00000000 TRUE TRUE #> 33328 16.00000000 TRUE TRUE #> 33337 144.75000000 TRUE TRUE #> 33348 -83.66666667 FALSE FALSE #> 33355 30.83333333 FALSE FALSE #> 33356 101.00000000 TRUE TRUE #> 33358 -5.58333333 TRUE TRUE #> 33363 106.50000000 TRUE TRUE #> 33374 144.75000000 TRUE TRUE #> 33377 36.00000000 FALSE TRUE #> 33381 -101.66666667 FALSE FALSE #> 33384 121.00000000 TRUE TRUE #> 33397 25.00000000 FALSE TRUE #> 33412 35.83333333 FALSE FALSE #> 33414 -73.75000000 FALSE TRUE #> 33415 13.00000000 FALSE TRUE #> 33432 76.00000000 TRUE TRUE #> 33444 -93.25000000 TRUE TRUE #> 33446 -97.58333333 TRUE TRUE #> 33447 37.58333333 FALSE FALSE #> 33453 -95.00000000 FALSE FALSE #> 33455 -91.66666667 TRUE TRUE #> 33482 -89.58333333 FALSE FALSE #> 33483 77.83333333 FALSE FALSE #> 33504 16.00000000 TRUE TRUE #> 33505 -3.00000000 FALSE FALSE #> 33508 37.00000000 FALSE TRUE #> 33525 83.50000000 FALSE FALSE #> 33527 -83.66666667 FALSE FALSE #> 33529 -95.75000000 FALSE FALSE #> 33545 30.00000000 TRUE TRUE #> 33548 30.75000000 FALSE TRUE #> 33565 30.83333333 FALSE FALSE #> 33584 7.00000000 TRUE TRUE #> 33589 -83.75000000 TRUE TRUE #> 33592 0.00000000 TRUE TRUE #> 33599 -3.00000000 FALSE FALSE #> 33605 0.25000000 FALSE FALSE #> 33607 106.50000000 TRUE TRUE #> 33608 -10.50000000 FALSE FALSE #> 33610 107.50000000 FALSE FALSE #> 33627 5.08333333 FALSE FALSE #> 33628 -155.50000000 FALSE FALSE #> 33629 97.00000000 FALSE FALSE #> 33635 121.00000000 TRUE TRUE #> 33637 98.16666667 FALSE FALSE #> 33639 105.00000000 FALSE TRUE #> 33643 97.50000000 FALSE TRUE #> 33658 108.00000000 FALSE FALSE #> 33659 -16.00000000 FALSE FALSE #> 33671 103.00000000 FALSE FALSE #> 33673 101.00000000 TRUE TRUE #> 33674 123.50000000 FALSE FALSE #> 33682 7.00000000 TRUE TRUE #> 33687 -95.91666667 FALSE TRUE #> 33706 100.50000000 FALSE FALSE #> 33718 144.75000000 TRUE TRUE #> 33728 -4.83333333 FALSE FALSE #> 33729 -97.75000000 FALSE FALSE #> 33731 106.75000000 FALSE FALSE #> 33734 10.91666667 FALSE FALSE #> 33739 76.75000000 FALSE FALSE #> 33756 23.00000000 FALSE FALSE #> 33766 -2.50000000 FALSE FALSE #> 33772 76.00000000 FALSE FALSE #> 33794 82.00000000 FALSE FALSE #> 33796 -1.25000000 FALSE FALSE #> 33820 17.66666667 FALSE FALSE #> 33821 13.00000000 FALSE TRUE #> 33825 -83.66666667 FALSE FALSE #> 33828 18.00000000 FALSE FALSE #> 33834 78.50000000 FALSE FALSE #> 33837 76.00000000 TRUE TRUE #> 33838 -16.91666667 FALSE FALSE #> 33868 79.00000000 FALSE FALSE #> 33878 9.25000000 FALSE FALSE #> 33880 -1.58333333 FALSE FALSE #> 33898 37.58333333 FALSE FALSE #> 33910 14.91666667 FALSE FALSE #> 33929 13.41666667 FALSE FALSE #> 33935 29.33333333 FALSE FALSE #> 33939 38.50000000 FALSE FALSE #> 33948 82.66666667 FALSE FALSE #> 33955 22.00000000 FALSE FALSE #> 33957 -16.83333333 FALSE FALSE #> 33959 15.00000000 FALSE FALSE #> 33960 -3.58333333 FALSE FALSE #> 33965 121.83333333 FALSE FALSE #> 33974 37.41666667 FALSE FALSE #> 33993 12.00000000 FALSE FALSE #> 33994 -101.66666667 FALSE FALSE #> 34009 -7.50000000 FALSE TRUE #> 34016 81.00000000 FALSE FALSE #> 34022 -92.58333333 FALSE FALSE #> 34034 13.58333333 FALSE FALSE #> 34043 13.75000000 FALSE FALSE #> 34045 9.66666667 FALSE FALSE #> 34075 78.50000000 FALSE FALSE #> 34086 -4.50000000 FALSE FALSE #> 34088 30.75000000 FALSE TRUE #> 34095 11.83333333 FALSE FALSE #> 34103 -91.50000000 FALSE FALSE #> 34110 15.41666667 FALSE FALSE #> 34111 0.00000000 FALSE FALSE #> 34118 77.00000000 FALSE FALSE #> 34119 15.00000000 FALSE FALSE #> 34133 81.33333333 FALSE FALSE #> 34139 -5.58333333 TRUE TRUE #> 34148 -72.00000000 FALSE FALSE #> 34151 -0.91666667 FALSE TRUE #> 34158 13.00000000 FALSE FALSE #> 34161 34.66666667 FALSE FALSE #> 34163 92.41666667 FALSE FALSE #> 34166 -73.75000000 FALSE TRUE #> 34181 25.00000000 FALSE TRUE #> 34188 34.00000000 FALSE FALSE #> 34193 22.00000000 FALSE FALSE #> 34197 38.00000000 FALSE FALSE #> 34202 20.83333333 FALSE TRUE #> 34205 35.83333333 FALSE FALSE #> 34209 36.00000000 FALSE TRUE #> 34214 -95.75000000 FALSE FALSE #> 34227 23.00000000 FALSE FALSE #> 34228 38.50000000 FALSE FALSE #> 34240 16.00000000 TRUE TRUE #> 34251 30.00000000 FALSE FALSE #> 34258 37.00000000 FALSE TRUE #> 34259 -96.83333333 FALSE FALSE #> 34267 14.50000000 FALSE FALSE #> 34282 -96.91666667 FALSE FALSE #> 34284 -95.00000000 FALSE FALSE #> 34285 51.50000000 FALSE FALSE #> 34289 -99.00000000 FALSE TRUE #> 34301 -2.00000000 FALSE FALSE #> 34312 -83.75000000 TRUE TRUE #> 34313 -95.16666667 FALSE FALSE #> 34315 29.33333333 FALSE FALSE #> 34316 -95.00000000 FALSE FALSE #> 34329 -98.00000000 FALSE FALSE #> 34348 -96.25000000 FALSE FALSE #> 34350 -92.66666667 FALSE FALSE #> 34358 30.00000000 FALSE FALSE #> 34359 -93.30000000 FALSE FALSE #> 34362 -16.25000000 FALSE TRUE #> 34367 21.00000000 FALSE FALSE #> 34373 14.83333333 FALSE FALSE #> 34376 -96.66666667 FALSE FALSE #> 34378 121.08333333 FALSE FALSE #> 34385 -96.25000000 FALSE FALSE #> 34391 -97.91666667 FALSE FALSE #> source #> 45 Mansen-1967;Holmer-1949d #> 52 Schutz-1981;Pukui-and-Elbert-1965;Elbert-and-Pukui-1979 #> 71 Schadeberg-1981a #> 74 Schoenhals-and-Schoenhals-1965;Crawford-1963 #> 83 Durbin-and-Seijas-1972 #> 94 Tuggy-1979 #> 112 Tucker-and-Bryan-1966 #> 122 Rennison-1997 #> 125 Welmers-1952a #> 128 Brockway-1963 #> 129 Wonderly-1951a #> 135 Grinevald-1988 #> 136 Naden-1973 #> 137 Stevenson-1957;Tucker-and-Bryan-1966 #> 144 Tucker-and-Bryan-1966;Jakobi-1990;Beaton-1968 #> 146 Williamson-1967;Prost-1956 #> 148 Pride-1965 #> 152 Bloomfield-1917;Schachter-and-Otanes-1972 #> 154 Hunter-and-Pike-1969 #> 166 Heath-1999b #> 176 Ramamurti-1986 #> 184 Macaulay-1996 #> 190 Tracy-and-Tracy-1973;Frank-1990 #> 206 Bendor-Samuel-et-al-1989;Plungian-1995 #> 207 Holt-1999b;Holt-1986 #> 212 Schadeberg-1981b;Black-and-Black-1971 #> 213 Cooke-et-al-1976 #> 217 Kaufman-1971 #> 220 Carlson-1994 #> 225 Reh-1985 #> 227 Anderson-1980;Di-Luzio-1972 #> 230 Major-1979;Gajendragadkar-1970;Madtha-1984 #> 231 Haeseriju-1966;Freeze-1975 #> 233 Tucker-and-Bryan-1966 #> 238 Triulzi-et-al-1976a #> 239 Matsushita-1984;Abdalla-1973 #> 249 Bird-et-al-1977 #> 256 Straight-1976 #> 263 Edmondson-and-Gregerson-1993;Blood-1967 #> 271 Tucker-and-Bryan-1966 #> 278 Morse-1976;Bris-and-Prost-1981 #> 280 Yadav-nd #> 294 Emeneau-1944 #> 304 Suarez-1983a #> 313 Thelwall-1981;Tucker-and-Bryan-1966 #> 314 Awobuluyi-1971;Hutchison-1981;Lukas-1937 #> 318 Jamieson-1976b;Jamieson-1976a #> 319 Thongkum-1979 #> 322 Nguyen-1974a;Emeneau-1951;Nguyen-1990;Thompson-1965 #> 324 Longacre-1966;Bauernschmidt-1965 #> 328 Stairs-Kreger-and-Scharfe-de-Stairs-1981;Suarez-1975 #> 334 Keller-1976 #> 343 Bender-1996 #> 345 Bender-1968;Thompson-1976a #> 346 Jacob-1968;Huffman-1970a;Huffman-1970b;Ehrman-1972b #> 348 Noss-1964;Kruatrachue-1960;Abramson-1962;Noss-1954;Kalaya-and-Abramson-1999;Haas-1964 #> 350 Hudson-1974;Hudson-1976b #> 355 Watson-1964 #> 365 Rupp-1990;Rupp-1989 #> 370 Fleming-and-Dennis-1977;Holt-1999a #> 372 Sapir-1965 #> 373 Tucker-and-Bryan-1966;Crewe-1975 #> 377 Bhat-1967 #> 379 Bergman-et-al-1969 #> 384 Seiden-1960;Topping-1973 #> 387 Solnit-1997 #> 389 Newman-1974 #> 390 Tyler-1969 #> 400 Fedry-1977 #> 414 Day-1973;Craig-1977 #> 422 Jones-1961 #> 423 Sauvageot-1965;Ka-1994;Ward-1963;Manessy-and-Sauvageot-1963 #> 439 Lisker-1963;Kostic-et-al-1977;Krishnamurti-1961;Sastry-1972;Kelley-1963 #> 444 Diffloth-1984;Thongkum-1984;Thongkum-1982 #> 447 Stevenson-1969 #> 448 Maddieson-1987;Hoffmann-1963 #> 449 Gueye-1986 #> 457 Hetzron-1976;Hetzron-1969 #> 461 Johnstone-1975;Leslau-1938 #> 462 Newman-2000;Schuh-and-Bagari-1999 #> 463 Foster-1969;Chamereau-2000;de-Paul-1989 #> 464 Hayward-and-Hayward-1999 #> 471 Bouny-1977 #> 476 Matisoff-1988;Matisoff-1973 #> 480 Steever-1998b;Sridhar-1990;Upadhyaya-1972 #> 496 Robbins-1968;Robbins-1961 #> 497 Palmer-1962;Klingenheben-1966 #> 505 Manley-1972 #> 511 Schuh-1981 #> 514 Santos-1977 #> 515 Gradin-and-Gradin-1979;Cohen-1966;Gradin-1966 #> 517 Newman-1970 #> 543 Spotts-1953 #> 559 Smith-1968;Smith-1979 #> 568 Pairault-1969 #> 571 Robbins-1961 #> 574 Canu-1974 #> 575 Kroger-1992 #> 577 Carlson-1994 #> 581 Stevenson-1969 #> 588 Macaulay-1996 #> 593 Calame-Griaule-1968 #> 595 Hanes-1952 #> 613 Tersis-1967 #> 615 Nakuma-1998;Bodomo-1997 #> 617 Heath-1999b #> 624 Rennison-1997 #> 627 Lukas-1933 #> 638 Niang-1997 #> 641 Dasgupta-and-Sharma-1982 #> 646 Noss-1964 #> 666 Thompson-1965 #> 672 Bouny-1977 #> 673 Hamlyn-1935 #> 680 Witucki-1974 #> 683 Day-1973 #> 690 Jarvis-1989 #> 697 Thelwall-1983 #> 704 Lukas-1937 #> 705 Johnstone-1977 #> 708 Wilson-1961b #> 716 Gorgoniyev-1966;Henderson-1952;Jacob-1968 #> 719 Jakobi-1990 #> 720 Hofmann-1990 #> 721 Reh-1985 #> 722 Boyeldieu-1977 #> 731 Shintari-and-Yang-1990 #> 741 #> 747 Appleyard-1975 #> 749 Sauvageot-1965 #> 752 Llamzon-1976 #> 757 Thompson-1983 #> 765 Koite-Herschel-1981-1982 #> 774 Kraft-and-Kirk-Greene-1973;Schuh-and-Yalwa-1999 #> 778 Ferry-1968 #> 779 Key-and-Key-1953b #> 780 Solnit-1997 #> 786 Sridhar-1990 #> 788 Wilson-1993 #> 792 Elson-1947 #> 808 Boyeldieu-1977 #> 809 Hamlyn-1935 #> 810 Niang-1997 #> 815 Wilson-1993 #> 816 Ferry-1968 #> 823 Bouny-1977 #> 825 Jarvis-1989 #> 826 Hofmann-1990 #> 827 Wilson-1961b #> 837 Nakuma-1998;Bodomo-1997 #> 839 Tersis-1967 #> 840 Kroger-1992 #> 841 Calame-Griaule-1968 #> 842 Canu-1974 #> 845 Pairault-1969 #> 849 Noss-1964[123] #> 853 Bird-and-Kante-1976[141-150] #> 860 Heath-1999a[157-63] #> 862 Matisoff-1973[passim] #> 867 Carlson-1994[127] #> 877 Reh-1985[167] #> 879 Jacob-1968[66-8, 74] #> 884 Hoskison-1983[83-93] #> 896 Heath-1999b[11] #> 903 Thomas-1971[67-73] #> 907 Rischel-1995[99] #> 910 Solnit-1997[8] #> 913 Thompson-1965[217-220] #> 919 Schachter-and-Otanes-1972[283] #> 922 Robinson-1942[485] #> 930 Bodomo-1997[92] #> 933 MacKay-1991[188] #> 940 Fernandez-1967[123] #> 942 Tuggy-1979[93, 116] #> 951 Edgar-1989[62] #> 953 Triulzi-et-al-1976a[522, 525] #> 957 Foster-1969[43-48] #> 964 Soukka-2000[116] #> 974 Hetzron-1976[23] #> 983 Macaulay-1996[139] #> 989 Rennison-1997[284, 312] #> 991 Rupp-1989[21] #> 996 Plungian-1995[30] #> 1001 Tucker-and-Bryan-1956[267] #> 1002 Bender-1996[19, 21] #> 1009 Hudson-1997[470-3] #> 1023 Sapir-1965[90-1] #> 1037 Holt-1999b[41-50] #> 1039 Campbell-1985[54-55] #> 1040 Harrison-et-al-1981[425-30] #> 1045 Munro-and-Lopez-1999[15, 19] #> 1051 Armbruster-1960[195-7] #> 1052 Hollenbach-1992[349] #> 1058 Sridhar-1990[221] #> 1063 Holt-1999a[18-29] #> 1093 Stevenson-1969[36-39] #> 1098 Grinevald-nd[34<ch.3>] #> 1108 Jakobi-1990[92] #> 1114 Adam-1891[28-32] #> 1119 Tucker-and-Bryan-1966[201] #> 1134 Hudson-1976b[115-120] #> 1143 Hutchison-1976[97, 92] #> 1144 Craig-1977[106-110] #> 1146 Forman-1971[60-62] #> 1150 Topping-1973[106-111] #> 1152 Dayley-1985[61] #> 1184 Frank-1990[8] #> 1212 Kalstrom-Dolson-et-al-1995[367, 371] #> 1232 Jacobs-1970[198] #> 1250 Diagana-1995[passim] #> 1258 Heath-1999b[passim] #> 1264 Hoskison-1983[passim] #> 1265 Carlson-1994[passim] #> 1270 Bodomo-1997[passim] #> 1279 Lehr-et-al-1966[passim] #> 1296 Heath-1999a[10] #> 1304 Boyeldieu-1982[passim] #> 1305 Morgan-1996[passim] #> 1313 Ferry-1981[58] #> 1317 de-Colombel-1997[51] #> 1322 Briggs-1961[63-65] #> 1338 Pike-1967[324] #> 1346 Black-and-Black-1971[8] #> 1351 Fernandez-1967[112] #> 1352 Nougayrol-1989[53-55] #> 1370 Barrett-1999[ 76] #> 1394 Waterhouse-1967[359] #> 1426 Tuggy-1979[81] #> 1436 Kervran-and-Prost-1969[43, 106] #> 1448 Tucker-and-Bryan-1966[passim] #> 1451 Reinisch-1893[141, 146, 183];Almkvist-1881[85, 130] #> 1459 Knowles-1984[76-82] #> 1468 Fudemann-1999[55] #> 1488 Pickett-et-al-1998[29] #> 1496 Simeone-Senelle-1997[402] #> 1501 Sischo-1979[351] #> 1506 Edgar-1989[74] #> 1517 Bender-1979[49];Uzar-1989[371-373, 376] #> 1528 Trenga-1947[130] #> 1531 Tucker-and-Bryan-1966[341] #> 1544 Grinevald-1988[ 104];Grinevald-nd[104] #> 1551 Hutchison-1976[ passim];Lukas-1937[passim];Hutchison-1981[ 96-97] #> 1562 Sapir-1965[90-91] #> 1565 Muntzel-1986[138] #> 1570 Armbruster-1960[346] #> 1576 Cotterell-1964[11] #> 1594 Heath-2005[ 429-430] #> 1595 Reinisch-1882[105] #> 1599 Harrison-et-al-1981[415] #> 1649 Rennison-1997[312] #> 1667 Bright-1958[passim];Sridhar-1990[ 221-222];Schiffman-1983[ 56, passim] #> 1669 Newell-1993[passim] #> 1693 Frank-1990[51] #> 1711 Rupp-1989[passim] #> 1725 Brockway-1979[170] #> 1726 Raz-1983[38-39] #> 1788 Migeod-1914[passim];Newman-2000[ passim] #> 1792 Barreteau-1988[50] #> 1803 Schuh-1972[passim] #> 1807 Schuh-1998[188] #> 1812 Njie-1982[passim] #> 1819 Tourneux-et-al-1986[passim] #> 1832 Meyer-Bahlburg-1972[113-115] #> 1856 Rischel-1995[171] #> 1857 Matisoff-1973[passim] #> 1859 Bauer-1982a[passim] #> 1876 Asher-and-Kumari-1997[156] #> 1881 Solnit-1986[44] #> 1890 Thompson-1965[ 248];Binh-1971[passim] #> 1893 Caitucoli-1986[passim] #> 1898 #> 1900 Elbert-and-Pukui-1979[108] #> 1904 Jacq-and-Sidwell-1999[16] #> 1912 Reh-1985[164] #> 1915 Alio-1986[195] #> 1919 Trail-1970[102, 145] #> 1920 Lukas-and-Nachtigal-1939[50-55] #> 1922 Vandame-1968[35] #> 1928 Macaulay-1996[73] #> 1934 Craig-1977[119] #> 1935 Lohr-2002[121] #> 1941 Hoskison-1983[83-93] #> 1945 Thompson-1965[217-20] #> 1946 Schachter-and-Otanes-1972[283] #> 1950 Rischel-1995[99] #> 1954 Heath-1999a[157-63] #> 1961 Reh-1985[167] #> 1963 Bodomo-1997[92] #> 1964 Noss-1964[123] #> 1970 Matisoff-1973[passim] #> 1972 Bird-and-Kante-1976[141-150] #> 1978 Jacob-1968[66-74] #> 1984 Carlson-1994[127] #> 1987 Heath-1999b[11] #> 2002 Robinson-1942[485] #> 2004 Thomas-1971[67-73] #> 2013 Solnit-1997[8] #> 2021 Adam-1891[28-32] #> 2022 Macaulay-1996[139] #> 2025 Jakobi-1990[92] #> 2027 Sridhar-1990[221] #> 2034 Fernandez-1967[123] #> 2040 Plungian-1995[30] #> 2056 Hollenbach-1992[349] #> 2077 Topping-1973[106, 107] #> 2080 Armbruster-1960[195-7] #> 2082 Rupp-1989[6-7, 21, 21] #> 2089 Grinevald-nd[34<ch.3>] #> 2106 Soukka-2000[117] #> 2132 Hutchison-1976[92-7] #> 2139 Sapir-1965[90, 91] #> 2147 Hetzron-1976[23] #> 2149 Bender-1996[19-21] #> 2167 Harrison-et-al-1981[425-30] #> 2169 Triulzi-et-al-1976a[522, 525] #> 2186 Holt-1999a[24, 28] #> 2188 Tucker-and-Bryan-1966[201] #> 2192 Campbell-1985[65] #> 2193 Frank-1990[50-52] #> 2201 Mithun-1994[63] #> 2207 MacKay-1991[192] #> 2212 Munro-and-Lopez-1999[15, 19] #> 2231 Holt-1999b[49, 41] #> 2242 Edgar-1989[62, 73] #> 2243 Kalstrom-Dolson-et-al-1995[370] #> 2247 Hudson-1976b[115, 120] #> 2250 Foster-1969[43-48] #> 2251 Tucker-and-Bryan-1956[266-267] #> 2268 Tuggy-1979[93] #> 2275 Stevenson-1969[36-38, 33] #> 2284 Rennison-1997[284, 312] #> 2285 Dayley-1985[68] #> 2288 Craig-1977[109, 106] #> 2304 Hudson-1997[470-3, 461-2] #> 2320 Jacob-1968[66-74] #> 2328 Carlson-1994[127] #> 2339 Rischel-1995[99] #> 2346 Schachter-and-Otanes-1972[283] #> 2349 Solnit-1997[8] #> 2354 Heath-1999a[157-63] #> 2358 Thompson-1965[217-220] #> 2365 Noss-1964[123] #> 2371 Heath-1999b[11] #> 2373 Reh-1985[167] #> 2374 Bird-and-Kante-1976[141-50] #> 2378 Hoskison-1983[89-93] #> 2383 Thomas-1971[67-73] #> 2384 Soukka-2000[116-117] #> 2393 Matisoff-1973[passim] #> 2397 Robinson-1942[485] #> 2409 Bodomo-1997[92] #> 2421 Armbruster-1960[195-7] #> 2425 Harrison-et-al-1981[425-430] #> 2435 Sridhar-1990[221] #> 2439 Jakobi-1990[92] #> 2453 Hudson-1976b[120] #> 2459 Hudson-1997[470-3] #> 2465 Rupp-1989[21] #> 2466 Macaulay-1996[139] #> 2467 Tucker-and-Bryan-1966[200] #> 2472 Forman-1971[60] #> 2483 Grinevald-nd[34<ch.3>, 20<ch.6>] #> 2510 Rennison-1997[244, 284, 312] #> 2515 Hollenbach-1992[349] #> 2522 Stevenson-1969[36-38] #> 2523 Munro-and-Lopez-1999[15] #> 2556 Adam-1891[28-32] #> 2558 Topping-1973[107] #> 2565 Edgar-1989[62] #> 2571 Hetzron-1976[23] #> 2576 Triulzi-et-al-1976a[522, 525] #> 2577 Sapir-1965[90] #> 2584 Hutchison-1976[97] #> 2598 Holt-1999a[24, 28] #> 2629 Craig-1977[106] #> 2630 Bender-1996[19] #> 2632 MacKay-1991[192] #> 2635 Holt-1999b[49] #> 2642 Frank-1990[50-52] #> 2651 Dayley-1985[61] #> 2653 Foster-1969[45] #> 2661 Kalstrom-Dolson-et-al-1995[367] #> 2671 Plungian-1995[30] #> 2679 Tuggy-1979[116] #> 2681 Fernandez-1967[32] #> 2694 Campbell-1985[54] #> 2695 Tucker-and-Bryan-1956[267] #> 2707 Thompson-1965[217-220] #> 2712 Adam-1891[28-32] #> 2714 Soukka-2000[117] #> 2720 Hoskison-1983[83-93] #> 2724 Grinevald-nd[34<ch.3>] #> 2742 Hollenbach-1992[349] #> 2744 Reh-1985[167] #> 2749 Jacob-1968[66-8, 74] #> 2753 Noss-1964[123] #> 2756 Schachter-and-Otanes-1972[283] #> 2757 Heath-1999a[157-63] #> 2769 Carlson-1994[127] #> 2777 Topping-1973[106, 107] #> 2780 Armbruster-1960[195-7] #> 2784 Plungian-1995[30] #> 2798 Matisoff-1973[passim] #> 2811 Solnit-1997[8] #> 2817 Heath-1999b[11] #> 2825 Thomas-1971[67-73] #> 2828 Macaulay-1996[139] #> 2830 Rischel-1995[99] #> 2841 Jakobi-1990[92] #> 2846 Bird-and-Kante-1976[141-150] #> 2853 Fernandez-1967[123] #> 2860 Rupp-1989[6-7, 21, 21] #> 2868 Bodomo-1997[92] #> 2870 Sridhar-1990[221] #> 2873 Robinson-1942[485] #> 2896 Campbell-1985[65] #> 2899 Hetzron-1976[23] #> 2900 Triulzi-et-al-1976a[522, 525] #> 2909 Kalstrom-Dolson-et-al-1995[367] #> 2910 Tuggy-1979[93] #> 2919 Tucker-and-Bryan-1956[266-67] #> 2923 Stevenson-1969[36-38, 33] #> 2929 Sapir-1965[90, 91] #> 2935 Hudson-1976b[115, 120] #> 2955 Munro-and-Lopez-1999[15, 19] #> 2957 Frank-1990[50-52] #> 2961 Mithun-1994[63] #> 2976 Hudson-1997[470-3, 461-2] #> 2977 Rennison-1997[284, 312] #> 2985 Craig-1977[109, 106] #> 3002 Holt-1999a[24, 28] #> 3004 Holt-1999b[49, 41] #> 3006 Dayley-1985[68] #> 3014 Edgar-1989[62, 73] #> 3031 Foster-1969[43-48] #> 3037 MacKay-1991[192] #> 3051 Hutchison-1976[92-7] #> 3064 Tucker-and-Bryan-1966[201] #> 3068 Bender-1996[19-21] #> 3070 Harrison-et-al-1981[425-30] #> 3078 Jacq-and-Sidwell-1999[33] #> 3079 Armbruster-1960[366] #> 3086 Stevenson-1969[42, 62, 64, 86] #> 3090 Macaulay-1996[111] #> 3094 Cyffer-1991[57-8, 70] #> 3095 Andersen-1995[45] #> 3101 Dayley-1985[156, 229, 282, 311-2, 314] #> 3102 Carlson-1994[270] #> 3107 #> 3113 Meyer-Bahlburg-1972[95, 174-5] #> 3116 Shixuan-2001[87] #> 3141 England-1983[72, 74, 183, 279] #> 3143 Reh-1985[145, 268, 373] #> 3147 Appleyard-1975[327, 345] #> 3154 Asher-and-Kumari-1997[204] #> 3155 Bender-1996[14, 47] #> 3157 Craig-1977[20, 235, 385] #> 3166 Plungian-1995[13, 21] #> 3167 Pandharipande-1997[136, 292] #> 3168 Bliese-1981[11] #> 3183 Ebert-1996[41] #> 3188 Black-2000[46, 63] #> 3190 #> 3212 Asher-1985[107-8] #> 3214 Krishnamurti-and-Benham-1998[251] #> 3215 Blecke-1996[155, 157, 220] #> 3222 Chamereau-2000[70, 93, 175, 181-2, 197] #> 3224 Kogan-1997[432-3] #> 3234 #> 3241 Sridhar-1990[163] #> 3244 Hofling-2000[191, 258, 316] #> 3263 Thomas-1971 #> 3271 Schuh-1998[294-5] #> 3280 Rischel-1995 #> 3281 Solnit-1997[86, 155, 168] #> 3283 Njie-1982[119, 150, 191, 199] #> 3285 #> 3286 Bodomo-1997[103] #> 3290 Frajzyngier-and-Shay-2002[182] #> 3303 Tuggy-1979[23, 92, 108, 112] #> 3310 Nguyen-1997[115, 169] #> 3369 Johnson-2000[113, 118-9, 126, 128, 275] #> 3395 Topping-1973[251] #> 3410 Kraft-and-Kirk-Greene-1973[74-5] #> 3411 Rennison-1997[68-9] #> 3414 Zavala-2002[187-8] #> 3425 Jacob-1968[77-8, 141] #> 3439 Frank-1990[21] #> 3446 Smith-1979[140, 154] #> 3448 Schachter-and-Otanes-1972[303] #> 3450 Heath-1999a[285] #> 3455 Grinevald-1988 #> 3459 England-1983 #> 3473 Showalter-1986[211] #> 3476 Vydrine-2007 #> 3497 Stevenson-1969[45-46] #> 3498 Costenoble-1940[336] #> 3499 Wise-1990[100-101] #> 3502 Bystrov-and-Stankevich-2007 #> 3504 Shkarban-and-Rachkov-2007 #> 3505 Newman-2000[485, 530] #> 3513 Heath-1999a[357] #> 3524 Sridhar-1990[124-126] #> 3527 Asher-1982[87] #> 3565 Warotamasikkhadit-1972[87];Campbell-1964[29] #> 3593 Frank-1990 #> 3605 Day-1973[74-75] #> 3622 Carlson-1994[416-417] #> 3623 Reh-1985[172-173] #> 3631 Campbell-1985[89] #> 3635 Dayley-1985[340] #> 3636 Palmer-1958[156] #> 3651 Reh-1985[228] #> 3663 Noss-1964[124-127] #> 3667 Bender-1996[30] #> 3677 Tucker-and-Bryan-1966[197] #> 3680 Hutchison-1976[145] #> 3682 Tuggy-1979[23] #> 3685 Armbruster-1960[396] #> 3686 Thompson-1965[228-9] #> 3687 Soukka-2000[176-77] #> 3690 Triulzi-et-al-1976a[527] #> 3693 Hudson-1997[478] #> 3707 Edgar-1989[25] #> 3711 Rupp-1989[25] #> 3714 Robinson-1942[665-67] #> 3725 Craig-1977[77-83] #> 3731 Topping-1973[256-258] #> 3732 Kalstrom-Dolson-et-al-1995[347] #> 3738 Sapir-1965[94, 97] #> 3747 Heath-1999a[166] #> 3752 Hudson-1976b[106, 119] #> 3780 Heath-1999b[135] #> 3783 Jakobi-1990[115] #> 3789 Sridhar-1990[214-217] #> 3803 Schachter-and-Otanes-1972[310-321] #> 3806 Hollenbach-1992[328-326] #> 3814 Thomas-1971[153] #> 3819 Grinevald-nd[36<ch.3>] #> 3820 Jacob-1968[149] #> 3821 Foster-1969[54] #> 3825 MacKay-1991[13, 272] #> 3837 Holt-1999b[77] #> 3852 Macaulay-1996[102] #> 3876 Plungian-1995[24, 26] #> 3878 Fernandez-1967[15-63] #> 3879 Holt-1999a[54] #> 3887 Adam-1891[29] #> 3893 Matisoff-1973[195] #> 3898 Bodomo-1997[140] #> 3899 Rennison-1997[267] #> 3904 Solnit-1997[8] #> 3906 Bird-and-Kante-1976[167] #> 3911 Harrison-et-al-1981[451-455] #> 3933 Carlson-1994[401] #> 3947 Frank-1990[66] #> 3957 Rischel-1995[173] #> 3976 Stevenson-1969[145] #> 3994 Hoskison-1983[107] #> 4000 Forman-1971[100-126] #> 4002 Heath-1999a[166-167] #> 4003 #> 4010 Mithun-1994 #> 4016 Van-Valin-1981;Craig-1977[212-230] #> 4017 Reh-1985[214-220] #> 4018 #> 4039 England-1983 #> 4040 Chung-1998[37-39];Cooreman-1988;Cooreman-1982 #> 4049 Dayley-1985 #> 4060 Macaulay-1996 #> 4068 Frank-1990 #> 4105 Thompson-1965 #> 4106 Needleman-1973;Noss-1964;Campbell-1968 #> 4107 Newman-2000 #> 4108 Asher-1985 #> 4112 Stevenson-1969 #> 4129 Hayward-1998;Parker-and-Hayward-1985 #> 4152 Rennison-1997[268-9] #> 4160 Carlson-1994 #> 4162 Hudson-1974 #> 4170 Steever-1998b;Sridhar-1990 #> 4183 Cyffer-1974;Cyffer-1998 #> 4190 Schachter-and-Otanes-1972 #> 4191 #> 4202 England-1983 #> 4204 Heath-1999a #> 4205 Reh-1985 #> 4206 Dayley-1985 #> 4210 Van-Valin-1981;Craig-1977 #> 4211 Mithun-1994 #> 4224 #> 4233 Chung-1998;Cooreman-1982;Cooreman-1988 #> 4258 Thompson-1965 #> 4259 Cyffer-1974;Cyffer-1998 #> 4262 Frank-1990 #> 4285 Parker-and-Hayward-1985;Hayward-1998 #> 4290 #> 4295 Stevenson-1969 #> 4318 Steever-1998b;Sridhar-1990 #> 4328 Macaulay-1996 #> 4340 Carlson-1994 #> 4348 Campbell-1968;Noss-1964;Needleman-1973 #> 4350 Rennison-1997 #> 4363 Schachter-and-Otanes-1972 #> 4369 Newman-2000 #> 4375 Asher-1985 #> 4380 Hudson-1974 #> 4384 Wonderly-1951a;Wonderly-1951b #> 4388 Steever-1998b[144];Sridhar-1990 #> 4390 Hayward-1998[636];Parker-and-Hayward-1985 #> 4392 Topping-1973 #> 4402 Frank-1990 #> 4404 Sauvageot-1965 #> 4417 Schachter-and-Otanes-1972[310-313, 314-321, 329] #> 4425 Hutchison-1981[139-142] #> 4447 Newman-2000[287, 634-636] #> 4450 Reh-1985[221-227] #> 4461 Heath-1999a[168-169] #> 4462 Craig-1977 #> 4473 Thompson-1965 #> 4489 Macaulay-1996 #> 4500 Stevenson-1969 #> 4516 Rennison-1997[266-269] #> 4526 Campbell-1968;Needleman-1973 #> 4533 Emeneau-1955;Subrahmanyam-1998 #> 4541 Asher-1985 #> 4548 Craig-and-Hale-1988 #> 4557 Carlson-1994 #> 4571 #> 4579 #> 4589 #> 4595 #> 4598 #> 4601 #> 4610 #> 4613 #> 4619 #> 4632 #> 4633 #> 4638 #> 4664 #> 4666 #> 4694 #> 4700 #> 4709 #> 4724 #> 4732 #> 4740 #> 4744 #> 4750 Sauvageot-1965;Ward-1963;Ka-1994;Manessy-and-Sauvageot-1963 #> 4753 Nguyen-1974a;Thompson-1965;Emeneau-1951;Nguyen-1990 #> 4762 Wonderly-1951a #> 4770 Jamieson-1976b;Jamieson-1976a #> 4771 Frank-1990;Tracy-and-Tracy-1973 #> 4773 Sridhar-1990;Upadhyaya-1972;Steever-1998b #> 4775 Cooke-et-al-1976 #> 4778 Rupp-1989;Rupp-1990 #> 4782 Huffman-1970b;Ehrman-1972b;Huffman-1970a;Jacob-1968 #> 4783 Pride-1965 #> 4784 Naden-1973 #> 4785 Awobuluyi-1971;Lukas-1937;Hutchison-1981 #> 4789 Palmer-1962;Klingenheben-1966 #> 4799 Schuh-and-Bagari-1999;Newman-2000 #> 4803 Williamson-1967;Prost-1956 #> 4804 Kaufman-1971 #> 4805 Craig-1977;Day-1973 #> 4807 Schutz-1981;Pukui-and-Elbert-1965;Elbert-and-Pukui-1979 #> 4808 Diffloth-1984;Thongkum-1982;Thongkum-1984 #> 4811 Schuh-1981 #> 4814 Yadav-nd #> 4818 Bendor-Samuel-et-al-1989;Plungian-1995 #> 4819 Matisoff-1973;Matisoff-1988 #> 4827 Keller-1976 #> 4831 Fleming-and-Dennis-1977;Holt-1999a #> 4833 Hetzron-1976;Hetzron-1969 #> 4839 Morse-1976;Bris-and-Prost-1981 #> 4860 Newman-1970 #> 4879 Freeze-1975;Haeseriju-1966 #> 4904 Straight-1976 #> 4905 Krishnamurti-1961;Kelley-1963;Sastry-1972;Kostic-et-al-1977;Lisker-1963 #> 4924 Matsushita-1984;Abdalla-1973 #> 4925 Macaulay-1996 #> 4930 Newman-1974 #> 4939 Kruatrachue-1960;Abramson-1962;Noss-1954;Kalaya-and-Abramson-1999;Noss-1964;Haas-1964 #> 4948 Johnstone-1975;Leslau-1938 #> 4966 Fedry-1977 #> 4974 Anderson-1980;Di-Luzio-1972 #> 4976 Longacre-1966;Bauernschmidt-1965 #> 4977 Bird-et-al-1977 #> 4986 Tucker-and-Bryan-1966 #> 5000 Topping-1973;Seiden-1960 #> 5014 Stevenson-1957;Tucker-and-Bryan-1966 #> 5020 Thelwall-1981;Tucker-and-Bryan-1966 #> 5038 Rennison-1997 #> 5039 Emeneau-1944 #> 5060 Tuggy-1979 #> 5062 Bender-1996 #> 5063 Bergman-et-al-1969 #> 5064 Suarez-1975;Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 5075 Hudson-1974;Hudson-1976b #> 5079 Thongkum-1979 #> 5083 Jones-1961 #> 5085 Solnit-1997 #> 5092 Major-1979;Gajendragadkar-1970;Madtha-1984 #> 5098 Brockway-1963 #> 5103 Hoffmann-1963;Maddieson-1987 #> 5106 Tucker-and-Bryan-1966 #> 5115 Blood-1967;Edmondson-and-Gregerson-1993 #> 5119 Black-and-Black-1971;Schadeberg-1981b #> 5130 Sapir-1965 #> 5131 Hayward-and-Hayward-1999 #> 5139 Bouny-1977 #> 5144 Ramamurti-1986 #> 5145 Heath-1999b #> 5146 Reh-1985 #> 5149 Watson-1964 #> 5154 Schoenhals-and-Schoenhals-1965;Crawford-1963 #> 5156 Mansen-1967;Holmer-1949d #> 5157 Crewe-1975;Tucker-and-Bryan-1966 #> 5158 Welmers-1952a #> 5160 Smith-1979;Smith-1968 #> 5161 Hunter-and-Pike-1969 #> 5163 Durbin-and-Seijas-1972 #> 5167 Schadeberg-1981a #> 5183 Bhat-1967 #> 5195 Stevenson-1969 #> 5200 Beaton-1968;Tucker-and-Bryan-1966;Jakobi-1990 #> 5208 Grinevald-1988 #> 5211 Tyler-1969 #> 5212 Thompson-1976a;Bender-1968 #> 5218 Chamereau-2000;de-Paul-1989;Foster-1969 #> 5223 Gueye-1986 #> 5253 Schachter-and-Otanes-1972;Bloomfield-1917 #> 5255 Triulzi-et-al-1976a #> 5256 Spotts-1953 #> 5259 Holt-1999b;Holt-1986 #> 5260 Gradin-and-Gradin-1979;Gradin-1966;Cohen-1966 #> 5263 Manley-1972 #> 5268 Carlson-1994 #> 5269 Tucker-and-Bryan-1966 #> 5278 Robbins-1961;Robbins-1968 #> 5311 Smirnova-1982[48] #> 5313 Stevenson-1969[125] #> 5316 Rennison-1997[269-270] #> 5318 Hutchison-1981[148-151];Hutchison-1976[43] #> 5339 Macaulay-1996[58-60, 153-156] #> 5346 De-Guzman-1978[336] #> 5349 Cowan-1969[100-102];Aissen-1987[214] #> 5350 Frank-1990[66-67] #> 5353 Reh-1985[311] #> 5354 Topping-1973[95-96] #> 5356 McNair-and-McNair-1973[169, 171-172] #> 5372 Matisoff-1973[32-34, 461-465] #> 5377 Sridhar-1990[43, 73-74, 217-219] #> 5381 Asher-1985[153-156, 202] #> 5385 Hetzron-1969[16, 61-62] #> 5399 Pandharipande-1997[401-405] #> 5401 Grinevald-nd[74, 82-85, 88-91, 232-234] #> 5403 Tuggy-1979[105] #> 5414 Vichit-Vadakan-1976[passim] #> 5416 Huffman-1967[200];Jacob-1968[178-179] #> 5417 Craig-1977[239, 271];Day-1973[44] #> 5421 Heath-1999a[164-166, 286-289, 321-322] #> 5422 Carlson-1994[142-144, 413-416, 429-438] #> 5425 Nguyen-1974b[221];Thompson-1965[225, 232] #> 5427 Bender-1996[29-30] #> 5438 Reh-1985[311] #> 5448 Vichit-Vadakan-1976[passim] #> 5450 Stevenson-1969[125] #> 5451 Sapir-1965[51] #> 5459 Pandharipande-1997[401-405] #> 5462 Wolff-1967[261];Wolff-1966[479] #> 5469 Hetzron-1969[16, 61-62] #> 5479 Leslau-1968a[377, 379, 431] #> 5480 Rupp-1989[28] #> 5497 Rennison-1997[269-270] #> 5498 Krishnamurti-and-Sarma-1968[187] #> 5503 Appleyard-1975[331] #> 5513 Elbert-and-Pukui-1979[68-74] #> 5515 Aissen-1987[214];Cowan-1969[100-102] #> 5525 Frank-1990[66-67] #> 5530 Hudson-1974[127, 132] #> 5534 Tuggy-1979[105] #> 5541 Asher-1985[153-156, 202] #> 5552 Sridhar-1990[217-219] #> 5558 Jacob-1968[178-179];Huffman-1967[200] #> 5564 Armbruster-1960[191, 193, 250] #> 5579 Topping-1973[95-96] #> 5589 Craig-1977[239, 271];Day-1973[44] #> 5592 Carlson-1994[142-144, 413-416, 429-438] #> 5603 Hutchison-1976[43];Hutchison-1981[148-151] #> 5614 Campbell-1985[85] #> 5622 Smirnova-1982[48] #> 5632 McNair-and-McNair-1973[169, 171-172] #> 5639 Asher-and-Kumari-1997[272] #> 5657 De-Guzman-1978[336] #> 5662 Starosta-1967[134] #> 5673 Bird-et-al-1977[150, 239-240] #> 5674 Macaulay-1996[58-60, 153-156] #> 5676 Bender-1996[29-30] #> 5698 Tucker-and-Bryan-1966[196] #> 5706 Solnit-1997[64-69] #> 5707 Nguyen-1974b[221];Thompson-1965[225, 232] #> 5729 Matisoff-1973[32-34, 243-248, 461-465] #> 5732 Heath-1999a[164-166, 286-289, 321-322] #> 5736 Grinevald-nd[74, 82-85, 88-91, 232-234] #> 5739 Tucker-and-Bryan-1966[191] #> 5790 Adam-1891[passim];Anonymous-1985[ 147] #> 5796 Tucker-and-Bryan-1966[297] #> 5801 Ramamurti-1931[27] #> 5807 Kervran-and-Prost-1969[65-67] #> 5816 Jamieson-1988[16] #> 5817 Asher-1982[77, 175] #> 5826 Edgar-1989[29] #> 5864 Fernandez-1967[43, 49-51, 56-58] #> 5874 Sapir-1965[92-94] #> 5875 Hudson-1974[passim];Reinisch-1893[147, 184] #> 5884 Appleyard-1975[ 333-334] #> 5889 Muntzel-1986[125] #> 5896 Frank-1990[6, 89] #> 5900 #> 5901 Crass-and-Jakobi-2004[ 93-94] #> 5909 Tucker-and-Bryan-1966[217] #> 5918 Raz-1983[76] #> 5921 Reinisch-1882[34, 36] #> 5923 Israel-1979[162] #> 5935 Tucker-and-Bryan-1966[351] #> 5939 Schadeberg-and-Elias-1979[52] #> 5942 Lukas-1938[217] #> 5975 Lohr-2002[178-179, 183, 189, 192-196, 199] #> 5980 Anderson-1989[passim] #> 5981 Soukka-2000[185-187] #> 5989 Tucker-and-Bryan-1966[345] #> 5996 Briggs-1961[32-33, 58] #> 5999 Heath-2008[ 366ff] #> 6006 Tyler-1969[85-86, 96-97] #> 6010 Edgar-1989[102] #> 6014 Morgan-1996[89-90] #> 6018 Armbruster-1960[205] #> 6035 Merrifield-1968[26] #> 6036 Sridhar-1990[227-228];Bright-1958[24];Schiffman-1983[113-116] #> 6047 Nishida-1973[67] #> 6050 Nougayrol-1989[passim] #> 6060 Subrahmanyam-1968[53-54] #> 6074 Lisker-1963[204-207, 259] #> 6091 Hutchison-1976[50, 52, passim];Lukas-1937[36, 68] #> 6094 Suarez-1983a[192-193, 266] #> 6100 Fudemann-1999[80] #> 6105 Brigel-1982[46-103] #> 6110 #> 6111 Trenga-1947[ 139];Tucker-and-Bryan-1966[passim] #> 6123 Asher-and-Kumari-1997[ passim] #> 6133 Lukas-and-Nachtigal-1939[passim] #> 6137 Heath-2005[ 309, 335, 587] #> 6138 Lukas-1936[passim] #> 6148 Tucker-and-Bryan-1966[passim] #> 6158 Elbert-and-Pukui-1979[passim] #> 6162 Bender-1989[ 168] #> 6164 Knowles-1984[passim] #> 6180 Trail-1970[passim] #> 6182 Chamoreau-2000[ 242] #> 6185 Boyeldieu-1987[ 90];Santandrea-1970[passim] #> 6191 Stevenson-1969[passim] #> 6194 Carlson-1994[passim] #> 6204 de-Colombel-1997[passim] #> 6206 Prost-1964h[235] #> 6209 Schachter-and-Otanes-1972[passim] #> 6216 Smye-2004[ 85] #> 6217 Simeone-Senelle-1997[passim] #> 6218 Caitucoli-1986[passim] #> 6226 Van-Haitsma-and-Van-Haitsma-1976[passim] #> 6234 Rennison-1997[passim] #> 6236 Tucker-and-Bryan-1966[passim] #> 6237 Robinson-2008[ 221] #> 6245 Jacobs-1970[passim] #> 6248 Cowan-1969[passim] #> 6249 Campbell-1985[passim] #> 6264 Matsushita-1986[ ??] #> 6269 Pickett-et-al-1998[passim] #> 6278 Daly-1973[passim] #> 6302 Hoskison-1983[passim] #> 6303 Vandame-1968[passim] #> 6304 Topping-1973[265] #> 6309 Rasch-2002[passim] #> 6325 Prost-1964d[passim] #> 6328 Bruce-1968[passim] #> 6333 Tucker-and-Bryan-1966[passim] #> 6338 Dayley-1985[passim] #> 6342 Skinner-1979[passim] #> 6359 Prost-1964g[passim] #> 6367 Boyeldieu-1982[passim] #> 6385 Hoffmann-1963[passim] #> 6394 Waterhouse-1949[301] #> 6414 Pride-1965[39] #> 6416 Barrett-1999[ 252-255] #> 6424 Rupp-1989[ 11, 32] #> 6443 Diagana-1995[passim] #> 6445 Meyer-Bahlburg-1972[passim] #> 6446 Bradley-1970[passim] #> 6448 Jarvis-1989[passim] #> 6450 Stairs-and-Hollenbach-1981[passim] #> 6465 Migeod-1914[179];Newman-2000[357ff] #> 6474 Alexander-1988[passim] #> 6475 Sischo-1979[passim] #> 6484 Macaulay-1996[passim] #> 6485 Bendor-Samuel-et-al-1973[passim] #> 6498 Tuggy-1979[14] #> 6502 Wolfenden-1975[passim] #> 6510 Barreteau-and-Brunet-2000[passim] #> 6514 Schuh-1972[passim] #> 6524 Bodomo-1997[passim] #> 6525 Prost-1956[passim] #> 6527 Sonnenschein-2005[ 114] #> 6535 Tucker-and-Bryan-1966[passim];Thompson-1976a[ 493] #> 6539 Newman-1970[passim] #> 6558 Taylor-1956a[passim];Taylor-1958[ passim] #> 6582 Wolff-1983[passim] #> 6603 England-1983[passim] #> 6604 Cahill-1999[passim] #> 6624 Day-1973[ 80];Craig-1977[passim] #> 6627 Johnson-2000[passim] #> 6628 Frajzyngier-and-Johnston-2005[ 261] #> 6632 Grinevald-nd[passim];Grinevald-1988[ 181-190] #> 6639 Harrison-et-al-1981[passim] #> 6647 Anthony-et-al-1968[14] #> 6651 Tucker-and-Bryan-1966[passim] #> 6662 Healey-1960[90] #> 6668 #> 6670 Black-and-Black-1971[passim] #> 6671 Emeneau-1955[249] #> 6675 Waterman-1932[ 85];Seidenadel-1909[passim] #> 6683 Heath-1999b[passim] #> 6692 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[passim] #> 6706 Solnit-1986[passim] #> 6713 Prost-1964b[passim] #> 6719 Miller-1976[passim] #> 6724 Thomas-1971[passim] #> 6732 Vuong-Gia-Thuy-1975[ 110?];Binh-1971[passim] #> 6746 Njie-1982[passim] #> 6747 Bauer-1982a[passim] #> 6748 Smith-1979[passim] #> 6774 #> 6777 #> 6786 Tucker-and-Bryan-1966[passim] #> 6790 Alio-1986[138, 142] #> 6792 Garcia-Matzar-and-Rodriguez-Guajan-1997[226] #> 6793 Reh-1983[passim];Reh-1985[ 370-374] #> 6795 Kogan-1997[ 442] #> 6796 Tucker-and-Bryan-1966[passim] #> 6799 Leslau-1995[ 292, 302];Leslau-1966[609-610] #> 6818 Henderson-1997[passim] #> 6837 Jones-1961[passim] #> 6839 Lehr-et-al-1966[passim] #> 6849 Newman-1974[61] #> 6850 Bris-and-Prost-1981[ 48];Prost-1983[ 44] #> 6856 Stevenson-1957[ 31] #> 6860 Jakobi-1990[ 117];Tucker-and-Bryan-1966[passim];Beaton-1968[ 95] #> 6867 Frajzyngier-and-Shay-2002[ 380] #> 6868 Schuh-1998[passim] #> 6894 Di-Luzio-1972[42] #> 6897 Yates-and-Tryon-1970[21-22];Hudak-1987[43] #> 6900 Topping-1973[265] #> 6901 Thompson-1965[210, 314-315] #> 6908 Schachter-and-Otanes-1972[517-518] #> 6911 Macaulay-1996[119-125] #> 6912 Tuggy-1979[14, passim] #> 6932 Caitucoli-1986[48] #> 6939 Chamereau-2000[242-244];Foster-1969[175] #> 6948 Jakobi-1990[117] #> 6954 Holt-1999a[49-51] #> 6956 Rennison-1997[98-99] #> 6986 Jacq-and-Sidwell-1999[22] #> 6990 Rupp-1989[11, 31-33] #> 6997 Krumholz-et-al-1995[286, 354] #> 7008 Jacob-1968[60-61];Ehrman-1972b[63-64, passim] #> 7014 Plungian-1995[24-31] #> 7016 Sridhar-1990[110-113] #> 7024 Bendor-Samuel-et-al-1973[72-73, 89-106] #> 7027 Harrison-et-al-1981[428-443] #> 7028 Appleyard-1975[333-340];Appleyard-1984 #> 7035 Armbruster-1960[205-209, 297] #> 7038 Frank-1990[45-50, 89-90] #> 7049 Stubblefield-and-Hollenbach-1991[236, passim] #> 7059 Kuiper-1962[34-35] #> 7065 Bender-1996[35-36];Tucker-and-Bryan-1966[345] #> 7066 Hudson-1974[129, 138] #> 7067 Solnit-1997[226-231, 237] #> 7069 Newman-2000[357-361, 564-596] #> 7070 Heath-1999a[192-193, passim] #> 7075 Jones-1998b[299-300, passim] #> 7077 Asher-and-Kumari-1997[152-153, 320-321] #> 7080 Holt-1999b[50-53, passim] #> 7085 Grinevald-nd[181-193] #> 7100 Reh-1985[370-374] #> 7101 Cyffer-1974;Cyffer-1978[303-304];Cyffer-1998[37-40] #> 7109 Schuh-1998[143-149, passim] #> 7112 Lukas-1933[42];Tucker-and-Bryan-1966[204] #> 7116 Brauner-1974[passim] #> 7130 Craig-1977[26-27, passim] #> 7141 Hall-1953[passim];DAns-1968[86, 123-132] #> 7144 Stevenson-1969[passim] #> 7147 Newman-1970[127-129] #> 7150 Stairs-Kreger-and-Scharfe-de-Stairs-1981[321, 323, 339] #> 7169 Collins-1994[371-374] #> 7176 Sapir-1965[33, 92-94] #> 7178 Matisoff-1973[265-272, 362-363] #> 7183 Carlson-1994[376-385] #> 7195 Stairs-Kreger-and-Scharfe-de-Stairs-1981[321, 323, 339] #> 7200 Kuiper-1962[34-35] #> 7208 Reh-1985[370-374] #> 7211 Frank-1990[45-50, 89-90] #> 7212 Armbruster-1960[205-209, 297] #> 7236 Craig-1977[26-27, passim] #> 7253 Tucker-and-Bryan-1966[345];Bender-1996[35-36] #> 7254 Newman-2000[357-361, 564-596] #> 7257 Plungian-1995[24-31] #> 7261 Brauner-1974[passim] #> 7263 DAns-1968[86, 123-132];Hall-1953[passim] #> 7270 Stevenson-1969[passim] #> 7272 Lukas-1933[42];Tucker-and-Bryan-1966[204] #> 7286 Holt-1999b[50-53, passim] #> 7288 Solnit-1997[226-231, 237] #> 7289 Cyffer-1974;Cyffer-1978[303-304];Cyffer-1998[37-40] #> 7292 Schuh-1998[143-149, passim] #> 7293 Newman-1970[127-129] #> 7294 Sapir-1965[33, 92-94] #> 7298 Heath-1999a[192-193, passim] #> 7317 Appleyard-1984;Appleyard-1975[333-340] #> 7322 Matisoff-1973[265-272, 362-363] #> 7328 Jones-1998b[299-300, passim] #> 7340 Harrison-et-al-1981[428-443] #> 7344 Grinevald-nd[181-193] #> 7352 Carlson-1994[376-385] #> 7357 Sridhar-1990[110-113] #> 7358 Hudson-1974[129, 138] #> 7359 Collins-1994[371-374] #> 7362 Asher-and-Kumari-1997[152-153, 320-321] #> 7365 Bendor-Samuel-et-al-1973[72-73, 89-106] #> 7370 Stubblefield-and-Hollenbach-1991[236, passim] #> 7375 Krumholz-et-al-1995[286, 354] #> 7377 Jacq-and-Sidwell-1999[22] #> 7395 Rennison-1997[98-99] #> 7400 Ehrman-1972b[63-64, passim];Jacob-1968[60-61] #> 7410 Foster-1969[175];Chamereau-2000[242-244] #> 7416 Jakobi-1990[117] #> 7434 Macaulay-1996[119-125] #> 7440 Tuggy-1979[14, passim] #> 7444 Yates-and-Tryon-1970[21-22];Hudak-1987[43] #> 7449 Holt-1999a[49-51] #> 7460 Schachter-and-Otanes-1972[517-518] #> 7463 Topping-1973[265] #> 7476 Caitucoli-1986[48] #> 7480 Rupp-1989[11, 31-33] #> 7484 Thompson-1965[210, 314-315] #> 7500 Jacob-1968[125-6] #> 7501 Pandharipande-1997[193, 385] #> 7504 Asher-1985[79, 192-3] #> 7505 Haspelmath-1997[301];Kraft-and-Kirk-Greene-1973 #> 7522 Heath-1999a[299-300] #> 7530 Schachter-and-Otanes-1972[532-3, 536] #> 7533 Sridhar-1990[116] #> 7534 Shixuan-2001[103] #> 7543 Plungian-1995[21] #> 7547 Schuh-1998[219-20] #> 7558 Rennison-1997[83, 100] #> 7564 Ebert-1996[34] #> 7565 #> 7568 Carlson-1994[379, 385, 388] #> 7572 Asher-and-Kumari-1997[156] #> 7579 Meyer-Bahlburg-1972[75] #> 7580 Veerman-Leichsenring-1991[201, 383-4] #> 7596 Njie-1982[149-50] #> 7601 Stevenson-1969[91] #> 7623 Nguyen-1997[135, 149, 151, 234] #> 7624 Blecke-1996[115] #> 7648 Awagana-2001[77] #> 7650 Black-2000[66-7] #> 7656 Cyffer-1991[152] #> 7660 Dayley-1985[70, 243, 245] #> 7662 Macaulay-1996[124] #> 7665 Chamereau-2000[87-8, 105, 125, 162] #> 7666 Tuggy-1979[15, 78-9] #> 7667 Topping-1973[268-9] #> 7668 Veerman-Leichsenring-2000[73, 87] #> 7671 Lohr-2002[323-3] #> 7675 Hofling-2000[186, 203-4, 296] #> 7696 Bonvini-1988[ 43] #> 7703 Stevenson-1969[92] #> 7708 Briggs-1961[passim] #> 7710 Thomas-1971[63, 180] #> 7711 Carlson-1994[527] #> 7715 Prost-1964h[239] #> 7717 Robbins-1968[138] #> 7718 Schachter-and-Otanes-1972[429, 501] #> 7721 Daly-1973[6, passim] #> 7722 Lehr-et-al-1966[16, 26] #> 7730 Schuh-1998[326] #> 7744 Dayley-1985[242, 329-331] #> 7754 Matisoff-1973[371] #> 7755 Van-Haitsma-and-Van-Haitsma-1976[102-102] #> 7760 England-1983[196, 248] #> 7767 Subrahmanyam-1968[78, 90] #> 7768 Santandrea-1970[126] #> 7770 Heath-1999a[225];Prost-1956[150-151] #> 7773 Cowan-1969[passim] #> 7789 Smye-2004[ 101] #> 7794 Pickett-et-al-1998[98] #> 7804 Koite-Herschel-1981-1982[ 213] #> 7806 Newman-1974[70-71] #> 7826 Muntzel-1986[145] #> 7832 Waterhouse-1967[364] #> 7845 Thompson-1976a[489, 493] #> 7854 Bradley-1970[39] #> 7856 Heath-2005[ 649] #> 7873 Kervran-and-Prost-1969[48] #> 7875 Schiffman-1983[107];Sridhar-1990[256] #> 7877 Suarez-1983a[passim] #> 7878 Jacq-and-Sidwell-1999[23] #> 7895 Lukas-and-Nachtigal-1939[78] #> 7896 Alexander-1988[181] #> 7897 Vandame-1968[60] #> 7898 Heath-2008[ 460] #> 7908 Healey-1960[93] #> 7916 Delafosse-1929[258] #> 7917 Di-Luzio-1972[43] #> 7919 Lukas-1936[62] #> 7925 Soukka-2000[259] #> 7936 Miller-1976[18] #> 7937 Baumgartner-1998[16] #> 7942 Wolfenden-1975[passim] #> 7959 Anderson-1989[93] #> 7961 Israel-1979[225] #> 7966 Triulzi-et-al-1976a[527] #> 7968 de-Colombel-1997[82] #> 7969 Butler-1980[113] #> 7986 Smith-1979[107] #> 7989 Njie-1982[260, 264] #> 7992 Boyeldieu-1982[189-190] #> 7995 Solnit-1986[329, 344] #> 7997 Newman-1970[15, passim] #> 8008 Keller-1976[56] #> 8016 Rupp-1989[97-98] #> 8022 Frajzyngier-and-Shay-2002[ 355] #> 8026 Robinson-2008[ 223] #> 8028 Newell-1993[34, 528] #> 8031 Hoffmann-1963[98] #> 8033 Holmer-1949b[152] #> 8034 Henderson-1997[passim] #> 8063 Prost-1983[ 47] #> 8072 Pike-1967[321] #> 8075 Barrett-1999[ 190, 260] #> 8077 Bendor-Samuel-et-al-1973[45-48, passim] #> 8080 Meyer-Bahlburg-1972[164] #> 8082 Bird-et-al-1977[28] #> 8092 Yates-and-Sayisthsena-1970[passim];Hospitalier-1937[221] #> 8093 Jarvis-1989[109] #> 8096 Bruce-1968[84] #> 8102 Hollenbach-1992[225] #> 8103 Diagana-1995[417] #> 8105 Manley-1972[226] #> 8106 #> 8118 Jones-1961[15, 23, passim] #> 8142 Thompson-1965[234-235, 307];Binh-1971[204];Nguyen-1975[57] #> 8156 Topping-1973[155] #> 8158 #> 8165 Pride-1965[171-172] #> 8167 Trail-1970[63] #> 8171 Rennison-1997[12] #> 8173 Sunee-2003[ 172] #> 8176 Caitucoli-1986[48] #> 8177 Tourneux-et-al-1986[190] #> 8191 Bauer-1982a[464, 470] #> 8196 Frajzyngier-and-Johnston-2005[ 287] #> 8197 Hoskison-1983[121] #> 8198 Peter-1990[ 474-475] #> 8210 Anthony-et-al-1968[80, 116, 93, passim 80];Warotamasikkhadit-1972[14, passim] #> 8216 Lukas-1953[178] #> 8217 Wolff-1983[254-256] #> 8229 Farris-1992[46] #> 8230 Kato-2003[640] #> 8232 Stairs-and-Hollenbach-1981[ 42] #> 8246 Kraft-and-Kraft-1973[200];Kraft-1963[(Vol. 1) 117];Newman-2000[500] #> 8252 Asher-and-Kumari-1997[8] #> 8256 Seidenadel-1909[159] #> 8272 Ehrman-1970[32];Gorgoniev-1966[ 117];Gorgoniyev-1966[117];Jacob-1968[61] #> 8283 Nishida-1973[73] #> 8286 Armbruster-1960[204, 298] #> 8292 Reinisch-1882[34] #> 8296 Trenga-1947[135] #> 8297 Edgar-1989[30] #> 8325 Emeneau-1955[91] #> 8334 Harrison-et-al-1981[432] #> 8346 Uzar-1989[382];Bender-1979[53] #> 8349 Lukas-1937[152] #> 8353 Jacobs-1970[18-19] #> 8355 Tucker-and-Bryan-1966[345] #> 8370 Nougayrol-1989[62] #> 8375 Appleyard-1975[344] #> 8378 Lisker-1963[4-5] #> 8389 Reh-1985[363] #> 8392 Fernandez-1967[44, 51] #> 8395 Asher-1982[4] #> 8414 Crass-and-Jakobi-2004[ 97] #> 8440 Hudson-1974[141] #> 8442 Subba-Rao-and-Patnaik-1992[21] #> 8447 Black-and-Black-1971[72] #> 8450 Frank-1990[6, 78-79] #> 8452 Dasgupta-and-Sharma-1982[passim] #> 8453 Adam-1891[53];Anonymous-1985[147] #> 8455 Cowley-et-al-1976[90];Leslau-1995[ 768-769] #> 8499 Merrifield-1968[1-3-104] #> 8502 Johnson-2000[312] #> 8510 Craig-1977[passim] #> 8517 Campbell-1985[114] #> 8520 Sapir-1965[48] #> 8526 Galand-1974[20] #> 8562 Cahill-1999[11] #> 8585 Knowles-1984[329] #> 8590 Schuh-1972[209] #> 8600 Skinner-1979[89-91] #> 8609 Heath-1999b[175] #> 8633 Tuggy-1979[ 28] #> 8640 Sonnenschein-2005[ 119-120] #> 8643 Lohr-2002[249] #> 8646 Simeone-Senelle-1997[414] #> 8649 Macaulay-1996[??] #> 8652 Bird-and-Kante-1977 #> 8654 Kauczor-1920 #> 8657 Asher-1982 #> 8663 Schiffman-1983 #> 8666 Tucker-and-Bryan-1966 #> 8682 Hartmann-1980 #> 8684 Burrow-and-Bhattacharya-1953 #> 8706 Reinisch-1893 #> 8723 Jacob-1968 #> 8728 Wolff-1967 #> 8731 Dayley-1981 #> 8732 Matisoff-1973 #> 8736 Warotamasikkhadit-1972 #> 8740 Smith-1975b #> 8745 Schachter-and-Otanes-1972 #> 8765 Thompson-1965 #> 8769 Newman-1970 #> 8777 Abraham-1941 #> 8779 Carlson-1994 #> 8780 Wonderly-1951b #> 8783 Holmer-1949b #> 8803 Hoffmann-1963 #> 8808 Lukas-1937 #> 8810 de-Angulo-and-Freeland-1935 #> 8818 Daly-1973 #> 8830 Hacquard-and-Dupuis-1897 #> 8833 Conzemius-1929 #> 8844 Rapp-1966 #> 8855 Groilo-1974 #> 8857 Langacker-1977 #> 8870 Reinisch-1881 #> 8873 DAlton-1983 #> 8874 Froger-1923 #> 8881 Lukas-1953 #> 8882 Hall-1953 #> 8885 Sapir-1965 #> 8887 Reh-1985 #> 8906 Tucker-and-Bryan-1966 #> 8914 Reh-1985 #> 8918 Schachter-and-Otanes-1972 #> 8921 Wonderly-1951b #> 8922 Hall-1953 #> 8936 Topping-1973 #> 8937 DAlton-1983 #> 8938 Noss-1964 #> 8956 Jusayu-1975 #> 8960 Craig-1977 #> 8963 Sarles-1966 #> 8964 Wolff-1967 #> 8965 Dayley-1981 #> 8976 #> 8979 Mirikitani-1972 #> 8983 Smith-1975b #> 8986 Gaden-1909 #> 8991 Jacob-1968 #> 8993 Rambaud-1903 #> 8999 Thomas-1971 #> 9003 Morev-et-al-1979 #> 9005 Anderson-1989 #> 9012 Van-Chinh-1970 #> 9020 England-1983 #> 9022 Tucker-and-Bryan-1966 #> 9023 Manley-1972 #> 9026 Matisoff-1973 #> 9040 Lopez-1928 #> 9043 Asher-1968 #> 9051 Bhaskararao-1972 #> 9052 MacKay-1991 #> 9066 Burrow-and-Bhattacharya-1953 #> 9085 CIDCA-1985 #> 9089 Raz-1983 #> 9092 Newman-1974 #> 9098 Tucker-and-Bryan-1966 #> 9099 Newman-and-Schuh-1974 #> 9106 Hartmann-1980 #> 9109 Schiffman-1983 #> 9119 Schuh-1972 #> 9132 Asher-1982 #> 9151 Grinevald-1990 #> 9165 Fernandez-1967 #> 9173 Thompson-1983 #> 9174 Bird-and-Kante-1976 #> 9176 Carlson-1994 #> 9177 Delafosse-1929 #> 9180 Froger-1923 #> 9183 Cremer-1924 #> 9190 Reinisch-1893 #> 9194 Kauczor-1920 #> 9196 Hoskison-1983 #> 9200 Tuggy-1979 #> 9205 Pickett-1960 #> 9206 Pride-1965 #> 9212 Lukas-1953 #> 9218 Ramamurti-1931 #> 9225 Ardant-du-Picq-1933 #> 9230 Daly-1973 #> 9232 Reinisch-1874 #> 9235 Lukas-1937 #> 9236 Mouchet-1966 #> 9243 Hoffmann-1963 #> 9256 Palmer-1965 #> 9262 Veerman-Leichsenring-1991 #> 9273 Rapp-1966 #> 9278 Kauczor-1920 #> 9279 Noss-1964 #> 9287 Lopez-1928 #> 9296 Wolff-1967 #> 9313 Froger-1923 #> 9314 Bird-and-Kante-1976 #> 9328 Sarles-1966 #> 9333 Jacob-1968 #> 9334 Pickett-1960 #> 9341 Morev-et-al-1979 #> 9346 Craig-1977 #> 9351 #> 9354 Cremer-1924 #> 9355 Hall-1953 #> 9357 Carlson-1994 #> 9358 Ardant-du-Picq-1933 #> 9361 Schachter-and-Otanes-1972 #> 9365 Tucker-and-Bryan-1966 #> 9371 Newman-and-Schuh-1974 #> 9373 Jusayu-1975 #> 9376 Gaden-1909 #> 9377 Newman-1974 #> 9383 Van-Chinh-1970 #> 9387 Ramamurti-1931 #> 9389 Reh-1985 #> 9393 MacKay-1991 #> 9397 Tucker-and-Bryan-1966 #> 9398 Tucker-and-Bryan-1966 #> 9399 Mouchet-1966 #> 9409 Anderson-1989 #> 9419 Fernandez-1967 #> 9420 Matisoff-1973 #> 9428 Hoskison-1983 #> 9432 Dayley-1981 #> 9433 Burrow-and-Bhattacharya-1953 #> 9443 DAlton-1983 #> 9448 Asher-1968 #> 9451 Manley-1972 #> 9453 Schuh-1972 #> 9454 Rapp-1966 #> 9456 Lukas-1937 #> 9458 Mirikitani-1972 #> 9460 Reinisch-1874 #> 9467 Smith-1975b #> 9473 Pride-1965 #> 9477 Delafosse-1929 #> 9489 Daly-1973 #> 9491 Wonderly-1951b #> 9495 Thompson-1983 #> 9504 Veerman-Leichsenring-1991 #> 9511 Hoffmann-1963 #> 9512 Topping-1973 #> 9520 Rambaud-1903 #> 9521 England-1983 #> 9522 Lukas-1953 #> 9534 Thomas-1971 #> 9570 Reinisch-1893 #> 9576 Hartmann-1980 #> 9579 Grinevald-1990 #> 9583 CIDCA-1985 #> 9592 Schiffman-1983 #> 9608 Raz-1983 #> 9611 Asher-1982 #> 9620 Palmer-1965 #> 9633 Tuggy-1979 #> 9636 Bhaskararao-1972 #> 9675 Bird-et-al-1977 #> 9682 Schutz-1981;Elbert-and-Pukui-1979;Pukui-and-Elbert-1965 #> 9694 Morse-1976;Bris-and-Prost-1981 #> 9703 Robbins-1961;Robbins-1968 #> 9708 Macaulay-1996 #> 9711 Plungian-1995;Bendor-Samuel-et-al-1989 #> 9731 Palmer-1962;Klingenheben-1966 #> 9732 Tucker-and-Bryan-1966 #> 9757 Hetzron-1976;Hetzron-1969 #> 9761 Bender-1996 #> 9766 Newman-1970 #> 9770 Schuh-1981 #> 9772 Naden-1973 #> 9782 Rennison-1997 #> 9784 Gueye-1986 #> 9786 Chamereau-2000;Foster-1969;de-Paul-1989 #> 9793 Lukas-1937;Awobuluyi-1971;Hutchison-1981 #> 9796 Emeneau-1951;Thompson-1965;Nguyen-1990;Nguyen-1974a #> 9798 Suarez-1975;Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 9805 Durbin-and-Seijas-1972 #> 9808 Bloomfield-1917;Schachter-and-Otanes-1972 #> 9811 Cooke-et-al-1976 #> 9812 Schadeberg-1981b;Black-and-Black-1971 #> 9826 Crewe-1975;Tucker-and-Bryan-1966 #> 9832 Heath-1999b #> 9833 Brockway-1963 #> 9843 Day-1973;Craig-1977 #> 9845 Reh-1985 #> 9846 Di-Luzio-1972;Anderson-1980 #> 9853 Stevenson-1969 #> 9878 Topping-1973;Seiden-1960 #> 9879 Tracy-and-Tracy-1973;Frank-1990 #> 9885 Tucker-and-Bryan-1966 #> 9889 Stevenson-1957;Tucker-and-Bryan-1966 #> 9891 Triulzi-et-al-1976a #> 9894 Ramamurti-1986 #> 9896 Rupp-1990;Rupp-1989 #> 9899 Kalaya-and-Abramson-1999;Noss-1954;Kruatrachue-1960;Haas-1964;Noss-1964;Abramson-1962 #> 9903 Beaton-1968;Tucker-and-Bryan-1966;Jakobi-1990 #> 9907 Tuggy-1979 #> 9910 Schadeberg-1981a #> 9912 Holt-1999b;Holt-1986 #> 9917 Thelwall-1981;Tucker-and-Bryan-1966 #> 9918 Solnit-1997 #> 9921 Matsushita-1984;Abdalla-1973 #> 9926 Smith-1979;Smith-1968 #> 9928 Thompson-1976a;Bender-1968 #> 9930 Carlson-1994 #> 9932 Jones-1961 #> 9937 Hayward-and-Hayward-1999 #> 9939 Holt-1999a;Fleming-and-Dennis-1977 #> 9948 Newman-1974 #> 9959 Fedry-1977 #> 9961 Jamieson-1976a;Jamieson-1976b #> 9963 Watson-1964 #> 9967 Grinevald-1988 #> 9980 Schuh-and-Bagari-1999;Newman-2000 #> 9981 Matisoff-1988;Matisoff-1973 #> 9987 Kelley-1963;Kostic-et-al-1977;Sastry-1972;Krishnamurti-1961;Lisker-1963 #> 9990 Yadav-nd #> 10004 Manley-1972 #> 10007 Manessy-and-Sauvageot-1963;Ward-1963;Ka-1994;Sauvageot-1965 #> 10009 Upadhyaya-1972;Steever-1998b;Sridhar-1990 #> 10014 Bouny-1977 #> 10020 Emeneau-1944 #> 10026 Hudson-1976b;Hudson-1974 #> 10046 Thongkum-1979 #> 10050 Kaufman-1971 #> 10053 Tucker-and-Bryan-1966 #> 10054 Johnstone-1975;Leslau-1938 #> 10061 Keller-1976 #> 10066 Thongkum-1982;Thongkum-1984;Diffloth-1984 #> 10067 Wonderly-1951a #> 10069 Bergman-et-al-1969 #> 10087 Schoenhals-and-Schoenhals-1965;Crawford-1963 #> 10092 Edmondson-and-Gregerson-1993;Blood-1967 #> 10095 Bauernschmidt-1965;Longacre-1966 #> 10107 Bhat-1967 #> 10124 Sapir-1965 #> 10127 Tyler-1969 #> 10134 Gradin-and-Gradin-1979;Cohen-1966;Gradin-1966 #> 10147 Jacob-1968;Huffman-1970b;Huffman-1970a;Ehrman-1972b #> 10154 Newman-and-Schuh-1974 #> 10155 Rambaud-1903 #> 10156 Pickett-1960 #> 10161 Tucker-and-Bryan-1966 #> 10168 Topping-1973 #> 10182 Reinisch-1893 #> 10183 Froger-1923 #> 10189 Sarles-1966 #> 10191 Tuggy-1979 #> 10199 Raz-1983 #> 10200 Schachter-and-Otanes-1972 #> 10201 Carlson-1994 #> 10205 Burrow-and-Bhattacharya-1953 #> 10213 Hall-1953 #> 10227 Cremer-1924 #> 10228 Reh-1985 #> 10233 Craig-1977 #> 10235 Asher-1968 #> 10241 Lopez-1928 #> 10246 Ardant-du-Picq-1933 #> 10247 Morev-et-al-1979 #> 10249 #> 10250 Palmer-1965 #> 10254 Newman-1974 #> 10259 Wonderly-1951b #> 10266 Wolff-1967 #> 10274 Bird-and-Kante-1976 #> 10290 Mirikitani-1972 #> 10304 Hartmann-1980 #> 10306 Dayley-1981 #> 10307 CIDCA-1985 #> 10308 Tucker-and-Bryan-1966 #> 10313 Rapp-1966 #> 10319 England-1983 #> 10322 Daly-1973 #> 10331 Schuh-1972 #> 10334 Anderson-1989 #> 10336 Kauczor-1920 #> 10342 Pride-1965 #> 10347 Delafosse-1929 #> 10360 Thompson-1983 #> 10366 MacKay-1991 #> 10368 Manley-1972 #> 10395 Lukas-1953 #> 10405 Van-Chinh-1970 #> 10413 Schiffman-1983 #> 10416 Hoffmann-1963 #> 10417 Tucker-and-Bryan-1966 #> 10419 Noss-1964 #> 10427 Fernandez-1967 #> 10429 Gaden-1909 #> 10431 Lukas-1937 #> 10439 Hoskison-1983 #> 10441 Matisoff-1973 #> 10449 Jacob-1968 #> 10455 Grinevald-1990 #> 10456 Jusayu-1975 #> 10466 Mouchet-1966 #> 10475 Reinisch-1874 #> 10479 Ramamurti-1931 #> 10489 Smith-1975b #> 10493 DAlton-1983 #> 10509 Bhaskararao-1972 #> 10511 Asher-1982 #> 10516 Veerman-Leichsenring-1991 #> 10519 Thomas-1971 #> 10545 Reinisch-1882 #> 10552 Lukas-1953 #> 10553 Craig-1977 #> 10561 Reh-1985 #> 10569 Grierson-1906 #> 10572 Cohen-1936 #> 10574 Delafosse-1929 #> 10579 Pandharipande-1997 #> 10580 Wolff-1967 #> 10582 Fernandez-1967 #> 10587 Asher-1982 #> 10596 Rossini-1912 #> 10598 Lukas-1937 #> 10604 Foster-1969 #> 10616 Jones-and-Thong-1960 #> 10623 Rennison-1997 #> 10630 Noss-1964 #> 10634 Hoffmann-1963 #> 10635 Jacq-and-Sidwell-1999 #> 10637 Abraham-1941 #> 10638 Bodomo-2000 #> 10639 Jacob-1968 #> 10640 Rambaud-1903 #> 10642 Labouret-1952 #> 10647 Conzemius-1929 #> 10656 Shixuan-2001 #> 10670 Alexander-1980 #> 10691 Celedon-1878 #> 10695 Lopez-1928 #> 10721 Grinevald-nd #> 10726 Carlson-1994 #> 10729 Kastenholz-1998 #> 10731 Frank-1990 #> 10741 Solnit-1997 #> 10751 Macaulay-1996 #> 10758 Heath-1999a #> 10761 Craig-1977 #> 10764 Bohm-1984;Bender-1996 #> 10776 Kroeger-1993 #> 10777 Chung-1998;Topping-1973 #> 10779 Stevenson-1969 #> 10788 Reh-1985 #> 10793 Frajzyngier-1987 #> 10799 Rennison-1997 #> 10800 Comrie-and-Horie-1995 #> 10810 Sridhar-1990 #> 10817 Kendall-1971 #> 10820 Frajzyngier-1996 #> 10822 Newman-2000 #> 10823 #> 10824 Thompson-1987 #> 10837 Beaton-1968 #> 10838 Frajzyngier-1996 #> 10844 Rupp-1989 #> 10854 Armbruster-1960 #> 10865 Schuh-1998 #> 10880 Kastenholz-1998 #> 10886 Frank-1990 #> 10892 Carlson-1994 #> 10894 Reh-1985 #> 10903 Schuh-1998 #> 10906 Solnit-1997 #> 10907 Stevenson-1969 #> 10908 Newman-2000 #> 10909 Frajzyngier-1987 #> 10919 Bender-1996;Bohm-1984 #> 10923 Rennison-1997 #> 10925 Kendall-1971 #> 10929 Craig-1977 #> 10937 Sridhar-1990 #> 10943 Beaton-1968 #> 10946 Rupp-1989 #> 10957 #> 10960 Macaulay-1996 #> 10962 Comrie-and-Horie-1995 #> 10967 Heath-1999a #> 10968 Chung-1998;Topping-1973 #> 10975 Kroeger-1993 #> 10980 Shixuan-2001[79, 138] #> 10995 Schachter-and-Otanes-1972[268] #> 10997 Reh-1985[335] #> 11012 Werner-1993[58] #> 11019 Njie-1982[122, 172] #> 11028 Appleyard-1975[340] #> 11029 Jacob-1968[74] #> 11033 Solnit-1997[171, 232] #> 11039 Jacq-and-Sidwell-1999[13, 18, 22] #> 11041 Ebert-1996[42] #> 11045 Chamereau-2000[92, 121, 163] #> 11049 Topping-1973[94, 267] #> 11052 Sridhar-1990[43] #> 11060 Blecke-1996[171-2] #> 11072 Carlson-1994[370, 428, 437] #> 11087 Diller-1994[151] #> 11089 Frank-1990[109] #> 11090 Brainard-1997[112-5] #> 11096 Pandharipande-1997[66, 75] #> 11099 Smith-1979[104-7, 115] #> 11101 Grinevald-nd[56, 79, 112, 116, 128, 167-8, 198, 214, 223, 227, 231] #> 11115 Hale-1994[269] #> 11116 Nguyen-1997[385] #> 11119 Holt-1999b[77] #> 11126 Heath-1999a[326] #> 11131 Kraft-and-Kirk-Greene-1973[167] #> 11139 Tuggy-1979[28, 30, 77, 109] #> 11151 Dayley-1985[391-3] #> 11152 Simeone-Senelle-1997[416] #> 11155 Bliese-1981[17] #> 11158 Craig-1977[261] #> 11165 England-1983[302] #> 11170 Macaulay-1996[154, 157] #> 11171 Veerman-Leichsenring-1991[315] #> 11173 Stevenson-1969[53, 79, 142] #> 11177 Black-2000[28, 39-40] #> 11178 Awagana-2001[190] #> 11179 Veerman-Leichsenring-2000[60, 66, 71] #> 11183 Simeone-Senelle-1997[416-7] #> 11196 Rennison-1997[99, 36] #> 11203 Schuh-1998 #> 11232 Zavala-2000[24] #> 11236 Wolgemuth-2002[106] #> 11246 Johnson-2000[217-8] #> 11258 Hofling-2000[48, 222, 225, 346-7, 364] #> 11264 Rupp-1989[50] #> 11276 Hung-1979[89, 92-3] #> 11296 Macaulay-1996[156-7] #> 11300 Carlson-1994[585-8] #> 11306 Rennison-1997[54-5] #> 11319 Tuggy-1979[119, 134-5] #> 11334 Asher-1985[43] #> 11335 Hofling-2000[525-34] #> 11349 Soukka-2000[226] #> 11350 Smirnova-1982[63] #> 11360 Pandharipande-1997[111-2] #> 11366 Asher-and-Kumari-1997[45, 85-6] #> 11373 Schachter-and-Otanes-1972[477-9] #> 11375 Grinevald-1988[ch. 12, 4, 6-7] #> 11387 Dayley-1985[233-7] #> 11388 Reh-1985[349-52] #> 11391 Armbruster-1960[370, 433-5] #> 11392 Schuh-1998[398-9] #> 11395 Frank-1990[107-8] #> 11404 Cyffer-1974[139-40] #> 11417 Sridhar-1990[72-3] #> 11426 Heath-1999b[304-5, 315-6] #> 11428 Foster-1969[180-1] #> 11432 Tuggy-1979[130-1] #> 11455 Dayley-1985[366-8] #> 11456 Topping-1973[147-8, 276] #> 11463 Hung-1979[82-3] #> 11474 Cyffer-1974[95-8] #> 11475 Macaulay-1996[166] #> 11477 Schuh-1998[372-5, 392-3] #> 11488 Rupp-1989[53-5] #> 11504 Reh-1985[338, 341] #> 11514 Rennison-1997[50-2] #> 11516 Smirnova-1982[79] #> 11520 Carlson-1994[550-5] #> 11540 Pandharipande-1997[103-6] #> 11543 Hofling-2000[509-20] #> 11554 Schachter-and-Otanes-1972[172-81, 477-9] #> 11559 Grinevald-nd[ch. 12, 1-5] #> 11563 Frank-1990[92-3] #> 11569 Asher-1985[37-9, 40-2] #> 11571 Armbruster-1960[201, 429-33] #> 11591 Sridhar-1990[67] #> 11604 Soukka-2000[224-5] #> 11606 Hung-1979[117] #> 11617 Tuggy-1979[119, 133-4] #> 11620 Topping-1973[148-9, 276] #> 11625 Dayley-1985[369-70] #> 11628 Rupp-1989[51] #> 11636 Macaulay-1996[167-8] #> 11638 Reh-1985[332, 347] #> 11640 Smirnova-1982[89] #> 11643 Frank-1990[94-5] #> 11658 Rennison-1997[55-6] #> 11664 Soukka-2000[225-6] #> 11666 Carlson-1994[580-1] #> 11677 Cyffer-1974[143-4] #> 11691 Schuh-1998[398] #> 11697 Schachter-and-Otanes-1972[476-9] #> 11700 Pandharipande-1997[112-5] #> 11713 Grinevald-1988[ch. 12, 4] #> 11725 Asher-and-Kumari-1997[44, 85-7] #> 11734 Asher-1985[43] #> 11746 Sridhar-1990[74-6] #> 11748 Armbruster-1960[432] #> 11784 Dayley-1985[391] #> 11786 Grinevald-1988[ch. 13, 1] #> 11803 Craig-1977[231-67] #> 11807 Cyffer-1974[141-2] #> 11814 Hung-1979[89, 106] #> 11825 Schachter-and-Otanes-1972[172-81] #> 11826 Asher-and-Kumari-1997[2-7, 46-7] #> 11828 Carlson-1994[422-3] #> 11829 Schuh-1998[365-6] #> 11837 Macaulay-1996[156] #> 11839 Heath-1999b[282-3] #> 11842 Soukka-2000[223] #> 11846 Pandharipande-1997[1-2, 67-9] #> 11856 Tuggy-1979[118-9] #> 11859 Frank-1990[103-5] #> 11871 Hofling-2000[495, 505-6] #> 11888 Armbruster-1960[424-6] #> 11895 Reh-1985[335-6, 353-4] #> 11899 Rennison-1997[11, 43-4] #> 11905 Sridhar-1990[1-5, 44-5] #> 11911 Asher-1985[20] #> 11918 Reid-1976 #> 11921 Cyffer-1994 #> 11922 Gregerson-and-Gregerson-1977 #> 11926 Macario-et-al-1998 #> 11928 Vanoverbergh-1931 #> 11933 Leslau-1976 #> 11935 Asher-and-Kumari-1997 #> 11937 Dyk-and-Stoudt-1973 #> 11938 Reeck-1991 #> 11939 Nellis-and-Nellis-1983 #> 11945 Jackson-and-Marck-1991 #> 11952 Swanson-1985 #> 11956 Keller-and-Luciano-G-1997 #> 11961 Headland-and-Headland-1974 #> 11962 Stewart-and-Stewart-1954 #> 11971 Turner-and-Turner-1971 #> 11978 Ulrich-and-Ulrich-1976 #> 11979 Werner-1993 #> 11985 Diego-Antonio-et-al-1996 #> 11990 Pride-and-Pride-1970 #> 11993 Engel-and-Engel-1987 #> 11995 Wintz-1909 #> 12003 Trenga-1947 #> 12005 Bricker-et-al-1998 #> 12007 Constantino-1971 #> 12013 Gustafsson-1974 #> 12014 Huber-and-Reed-1992 #> 12018 Delgaty-and-Ruiz-Sanchez-1978 #> 12020 Schuh-1981 #> 12021 Clark-1981 #> 12022 Reid-1971;Newell-1993 #> 12025 Rennison-1986 #> 12026 Pickett-1971 #> 12031 Hofling-and-Tesucun-1997 #> 12034 Reh-1985 #> 12037 Andres-et-al-1996 #> 12039 Aulie-and-Aulie-1978 #> 12043 Gilberti-1901 #> 12048 Thomas-1966 #> 12050 Newman-1990 #> 12051 Bird-and-Kante-1977 #> 12054 Day-1977 #> 12059 Lenkersdorf-1979a;Lenkersdorf-1979b #> 12060 Topping-et-al-1975 #> 12063 Ruiz-de-Bravo-Ahuja-1977 #> 12065 de-Vegamian-1978 #> 12070 Pukui-and-Elbert-1971 #> 12073 Clark-and-Clark-1974 #> 12074 Burrow-and-Emeneau-1984 #> 12080 Friberg-1978 #> 12081 Brewer-and-Brewer-1971 #> 12083 Y-Chang-1979 #> 12084 Key-and-Key-1953a #> 12090 Tharp-and-Natividad-1976 #> 12093 Pandharipande-1997 #> 12095 Lacan-1942 #> 12096 Gradin-and-Gradin-1979 #> 12099 Kaufman-1974 #> 12100 Schoenhals-and-Schoenhals-1965 #> 12102 Pensinger-1974 #> 12107 Berlin-and-Kaufman-1962 #> 12108 Garcia-de-Leon-1976 #> 12109 Long-C-and-Cruz-M-1999 #> 12112 Armbruster-1965 #> 12113 Diego-1998 #> 12117 Suarez-1983a #> 12118 Rigby-and-Schneider-1989 #> 12123 Skinner-and-Skinner-2000 #> 12124 Smith-1967b #> 12130 Pontious-1980 #> 12131 Sean-et-al-2000 #> 12134 Cobbey-and-Cobbey-1977 #> 12135 Slocum-et-al-1999 #> 12136 Nakano-1982 #> 12140 Watson-et-al-1979 #> 12144 Huber-and-Reed-1992 #> 12153 Xiong-et-al-nd #> 12156 Fernandez-de-Miranda-1961 #> 12162 Houwald-1980 #> 12172 Zinn-and-Zinn-nd #> 12174 Banker-et-al-1979 #> 12175 Elson-and-Gutierrez-1999 #> 12188 Mintz-1971b #> 12211 Celedon-1886 #> 12214 Good-1978 #> 12221 Anderson-and-Roque-1983 #> 12230 Huber-and-Reed-1992 #> 12263 Marcus-1970 #> 12268 Heath-and-Marx-1961 #> 12281 Sapper-1912 #> 12290 Rupp-and-Rupp-1996 #> 12293 Titrud-1978 #> 12295 Noordsy-and-Hoogshagen-1993 #> 12298 Ramirez-de-Alejandro-and-Dakin-1979 #> 12304 Robertson-1969 #> 12333 Dennis-and-Dennis-1983 #> 12342 Costello-1971 #> 12347 Jusayu-1977;Jusayu-and-Olza-Zubiri-1977 #> 12352 Capen-1996 #> 12356 Campbell-1985 #> 12398 Jones-1998b #> 12402 Stubblefield-and-Stubblefield-1991 #> 12427 Krumholz-et-al-1995 #> 12444 Sridhar-1990 #> 12455 English-1965 #> 12479 Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 12503 Cabonce-1983 #> 12510 Aschmann-1973b #> 12511 Campbell-et-al-1986 #> 12515 Oramas-1915 #> 12517 Hendrichs-Perez-1946 #> 12525 Juarez-et-al-1997 #> 12526 Benton-1971b #> 12532 Barrera-and-Dakin-1978 #> 12536 Johnstone-1975;Leslau-1938 #> 12539 Bloomfield-1917;Schachter-and-Otanes-1972 #> 12543 Frank-1990;Tracy-and-Tracy-1973 #> 12546 Brockway-1963 #> 12554 Thelwall-1981;Tucker-and-Bryan-1966 #> 12562 Wonderly-1951a #> 12564 Seiden-1960;Topping-1973 #> 12640 Bhat-1967 #> 12641 Ka-1994;Manessy-and-Sauvageot-1963;Sauvageot-1965;Ward-1963 #> 12643 Klingenheben-1966;Palmer-1962 #> 12649 Heath-1999b #> 12651 Crawford-1963;Schoenhals-and-Schoenhals-1965 #> 12653 Durbin-and-Seijas-1972 #> 12659 Grinevald-1988 #> 12671 Lisker-1963;Sastry-1972;Krishnamurti-1961;Kostic-et-al-1977;Kelley-1963 #> 12677 Day-1973;Craig-1977 #> 12690 Chamereau-2000;de-Paul-1989;Foster-1969 #> 12707 Gradin-and-Gradin-1979;Gradin-1966;Cohen-1966 #> 12713 Kaufman-1971 #> 12715 Tuggy-1979 #> 12721 Tyler-1969 #> 12729 Smith-1979;Smith-1968 #> 12731 Emeneau-1944 #> 12750 Hayward-and-Hayward-1999 #> 12758 Watson-1964 #> 12759 Ramamurti-1986 #> 12773 Steever-1998b;Upadhyaya-1972;Sridhar-1990 #> 12776 Naden-1973 #> 12779 Rennison-1997 #> 12781 Fleming-and-Dennis-1977;Holt-1999a #> 12784 Sapir-1965 #> 12796 Thongkum-1979 #> 12801 Major-1979;Gajendragadkar-1970;Madtha-1984 #> 12807 Yadav-nd #> 12825 Huffman-1970b;Huffman-1970a;Jacob-1968;Ehrman-1972b #> 12837 Schutz-1981;Pukui-and-Elbert-1965;Elbert-and-Pukui-1979 #> 12845 Thongkum-1982;Thongkum-1984;Diffloth-1984 #> 12849 Spotts-1953 #> 12851 Tucker-and-Bryan-1966 #> 12860 Manley-1972 #> 12864 Triulzi-et-al-1976a #> 12867 Jakobi-1990;Beaton-1968;Tucker-and-Bryan-1966 #> 12868 Crewe-1975;Tucker-and-Bryan-1966 #> 12871 Santos-1977 #> 12872 Schuh-and-Bagari-1999;Newman-2000 #> 12873 Bird-et-al-1977 #> 12880 Reh-1985 #> 12882 Di-Luzio-1972;Anderson-1980 #> 12885 Hoffmann-1963;Maddieson-1987 #> 12892 Schuh-1981 #> 12901 Bender-1996 #> 12904 Tucker-and-Bryan-1966 #> 12911 Newman-1974 #> 12916 Black-and-Black-1971;Schadeberg-1981b #> 12917 Fedry-1977 #> 12921 Schadeberg-1981a #> 12923 Plungian-1995;Bendor-Samuel-et-al-1989 #> 12932 Bergman-et-al-1969 #> 12937 Hetzron-1969;Hetzron-1976 #> 12940 Awobuluyi-1971;Lukas-1937;Hutchison-1981 #> 12944 Suarez-1975;Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 12950 Straight-1976 #> 12955 Hudson-1974;Hudson-1976b #> 12958 Bouny-1977 #> 12967 Bender-1968;Thompson-1976a #> 12969 Edmondson-and-Gregerson-1993;Blood-1967 #> 12973 Holt-1999b;Holt-1986 #> 12978 Matsushita-1984;Abdalla-1973 #> 12987 Thompson-1965;Nguyen-1990;Nguyen-1974a;Emeneau-1951 #> 12988 Solnit-1997 #> 12989 Hunter-and-Pike-1969 #> 12990 Newman-1970 #> 12992 Jones-1961 #> 12993 Morse-1976;Bris-and-Prost-1981 #> 12996 Carlson-1994 #> 13004 Rupp-1989;Rupp-1990 #> 13005 Cooke-et-al-1976 #> 13012 Welmers-1952a #> 13013 Macaulay-1996 #> 13018 Stevenson-1969 #> 13024 Tucker-and-Bryan-1966 #> 13027 Pride-1965 #> 13028 Robbins-1968;Robbins-1961 #> 13030 Longacre-1966;Bauernschmidt-1965 #> 13031 Gueye-1986 #> 13032 Matisoff-1973;Matisoff-1988 #> 13036 Noss-1954;Kruatrachue-1960;Noss-1964;Abramson-1962;Kalaya-and-Abramson-1999;Haas-1964 #> 13038 Tucker-and-Bryan-1966;Stevenson-1957 #> 13048 Suarez-1983a #> 13057 Jamieson-1976b;Jamieson-1976a #> 13063 de-Vegamian-1978 #> 13083 Pukui-and-Elbert-1971 #> 13094 Watson-et-al-1979 #> 13100 Schuh-1981 #> 13138 Fernandez-de-Miranda-1961 #> 13141 Huber-and-Reed-1992 #> 13144 Huber-and-Reed-1992 #> 13146 Xiong-et-al-nd #> 13152 Elson-and-Gutierrez-1999 #> 13153 Houwald-1980 #> 13154 Zinn-and-Zinn-nd #> 13159 Harrison-et-al-1981 #> 13160 Good-1978 #> 13161 Benton-1971b #> 13162 Skinner-and-Skinner-2000 #> 13168 Campbell-1985 #> 13169 Pensinger-1974 #> 13172 Diego-1998 #> 13180 Jackson-and-Marck-1991 #> 13182 Day-1977 #> 13186 Bird-and-Kante-1977 #> 13191 Rigby-and-Schneider-1989 #> 13201 Stewart-and-Stewart-1954 #> 13202 Newman-1990 #> 13207 Harrison-and-Harrison-1984 #> 13220 Costello-1971 #> 13225 Dyk-and-Stoudt-1973 #> 13228 Reid-1976 #> 13231 Berlin-and-Kaufman-1962 #> 13232 Armbruster-1965 #> 13233 Delgaty-and-Ruiz-Sanchez-1978 #> 13240 Pickett-1971 #> 13248 Long-C-and-Cruz-M-1999 #> 13250 Tharp-and-Natividad-1976 #> 13257 Sridhar-1990 #> 13264 Mintz-1971b #> 13267 Headland-and-Headland-1974 #> 13272 Titrud-1978 #> 13283 Anderson-and-Roque-1983 #> 13288 Brewer-and-Brewer-1971 #> 13294 Banker-et-al-1979 #> 13298 Robertson-1969 #> 13305 Reh-1985 #> 13313 Jusayu-and-Olza-Zubiri-1977;Jusayu-1977 #> 13319 Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 13327 Rupp-and-Rupp-1996 #> 13330 Reeck-1991 #> 13333 Turner-and-Turner-1971 #> 13335 Celedon-1886 #> 13337 Slocum-et-al-1999 #> 13340 Lenkersdorf-1979a;Lenkersdorf-1979b #> 13345 Pride-and-Pride-1970 #> 13358 Nellis-and-Nellis-1983 #> 13362 Ramirez-de-Alejandro-and-Dakin-1979 #> 13365 Bricker-et-al-1998 #> 13367 Ruiz-de-Bravo-Ahuja-1977 #> 13368 Gustafsson-1974 #> 13372 Kaufman-1974 #> 13378 Hofling-and-Tesucun-1997 #> 13379 Leslau-1976 #> 13386 Swanson-1985 #> 13393 Rennison-1986 #> 13397 Vanoverbergh-1931 #> 13398 Wintz-1909 #> 13408 Andres-et-al-1996 #> 13409 Gregerson-and-Gregerson-1977 #> 13416 Cyffer-1994 #> 13426 Juarez-et-al-1997 #> 13429 Huber-and-Reed-1992 #> 13430 Friberg-1978 #> 13431 Stubblefield-and-Stubblefield-1991 #> 13432 Nakano-1982 #> 13441 Heath-and-Marx-1961 #> 13450 Engel-and-Engel-1987 #> 13454 Garcia-de-Leon-1976 #> 13455 Keller-and-Luciano-G-1997 #> 13458 Noordsy-and-Hoogshagen-1993 #> 13459 Cobbey-and-Cobbey-1977 #> 13465 Krumholz-et-al-1995 #> 13466 Suarez-1983a #> 13474 Key-and-Key-1953a #> 13477 Aschmann-1973b #> 13488 Sapper-1912 #> 13495 Campbell-et-al-1986 #> 13500 Y-Chang-1979 #> 13506 Clark-1981 #> 13509 Gradin-and-Gradin-1979 #> 13523 Macario-et-al-1998 #> 13535 Dennis-and-Dennis-1983 #> 13542 Pandharipande-1997 #> 13544 Asher-and-Kumari-1997 #> 13547 Marcus-1970 #> 13553 Trenga-1947 #> 13554 Pontious-1980 #> 13558 Reid-1971;Newell-1993 #> 13559 Thomas-1966 #> 13574 Oramas-1915 #> 13575 Smith-1967b #> 13583 Hendrichs-Perez-1946 #> 13589 Cabonce-1983 #> 13592 Jones-1998b #> 13595 Diego-Antonio-et-al-1996 #> 13597 Werner-1993 #> 13603 Topping-et-al-1975 #> 13605 Burrow-and-Emeneau-1984 #> 13606 Capen-1996 #> 13609 Lacan-1942 #> 13610 Constantino-1971 #> 13620 Schoenhals-and-Schoenhals-1965 #> 13621 Gilberti-1901 #> 13626 Aulie-and-Aulie-1978 #> 13630 Barrera-and-Dakin-1978 #> 13648 Ulrich-and-Ulrich-1976 #> 13651 Clark-and-Clark-1974 #> 13654 English-1965 #> 13702 #> 13721 #> 13724 #> 13726 #> 13735 Newman-2000[380] #> 13741 Armbruster-1960[179-181] #> 13743 Edgar-1989[67-69] #> 13744 #> 13745 Trillos-Amaya-1999a[87-88] #> 13763 Solnit-1997[208] #> 13764 Thompson-1991[189] #> 13766 Leslau-1995[256] #> 13773 Soukka-2000[92-94] #> 13776 Frank-1990[30] #> 13785 Stevenson-1969[155-157] #> 13789 Bird-et-al-1977[109] #> 13795 Rennison-1997[299-304] #> 13801 Schachter-and-Otanes-1972[201] #> 13804 Tuggy-1979[72-74] #> 13805 Smyth-2002[174] #> 13811 Heath-1999a[105] #> 13820 Topping-1973[167] #> 13828 Krishnamurti-and-Gwynn-1985[106-108] #> 13832 Olza-Zubiri-and-Jusayu-1985[43-44] #> 13835 Jacob-1968[83] #> 13836 Lukas-1937[126-128] #> 13838 Bender-1996[17] #> 13842 Jacq-and-Sidwell-1999[29] #> 13844 Sridhar-1990[252] #> 13852 Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 13859 Yasugi-1995[289] #> 13860 Breedveld-1995[487-489] #> 13865 Macaulay-1996[94-95] #> 13867 Day-1973[59] #> 13870 Sapir-1965[84-85] #> 13872 Yasugi-1995[273] #> 13873 Yasugi-1995[253];Robinson-1966[159] #> 13876 Tozzer-1921[99-103] #> 13887 Harrison-et-al-1981[473-474] #> 13892 Reh-1985[461] #> 13895 Plungian-1995[22-23] #> 13896 Carlson-1994[169] #> 13915 Grinevald-nd[89] #> 13935 #> 13949 #> 13950 #> 13952 #> 13969 #> 13970 #> 13984 #> 13994 #> 13995 #> 14001 #> 14009 #> 14010 #> 14014 #> 14015 #> 14020 #> 14027 #> 14031 #> 14034 #> 14059 #> 14064 #> 14066 #> 14083 #> 14089 #> 14090 #> 14101 #> 14124 #> 14129 #> 14132 #> 14136 #> 14137 #> 14139 #> 14142 #> 14146 #> 14147 #> 14149 #> 14152 #> 14163 #> 14169 #> 14170 #> 14171 #> 14172 #> 14186 #> 14194 #> 14197 #> 14202 #> 14205 #> 14208 #> 14232 #> 14236 #> 14245 #> 14248 #> 14271 #> 14272 #> 14274 #> 14283 #> 14285 #> 14289 #> 14293 #> 14304 #> 14308 #> 14311 #> 14312 #> 14313 #> 14323 #> 14324 #> 14326 #> 14328 #> 14329 #> 14343 #> 14347 #> 14357 #> 14391 #> 14415 Heath-1999a #> 14424 Harrison-et-al-1981 #> 14426 Topping-1973 #> 14436 Reh-1985 #> 14456 Creissels-1983 #> 14457 Thompson-1976a #> 14463 Dayley-1985 #> 14469 Day-1973;Craig-1977 #> 14473 Stevenson-1969 #> 14489 Schadeberg-and-Elias-1979 #> 14496 Campbell-1985 #> 14501 Beaton-1968 #> 14503 Grinevald-nd #> 14505 Schiffman-1983 #> 14512 Turner-and-Turner-1971 #> 14520 Carlson-1994 #> 14524 Hudson-1974 #> 14525 Kuiper-1962 #> 14541 Macaulay-1996 #> 14543 Thaeler-and-Thaeler-nd #> 14550 Emeneau-1944 #> 14553 Schachter-and-Otanes-1972 #> 14555 Thompson-1965 #> 14558 Hartmann-1980 #> 14561 Van-Haitsma-and-Van-Haitsma-1976 #> 14568 Kraft-and-Kirk-Greene-1973 #> 14572 Stairs-and-Hollenbach-1969;Matthews-1972 #> 14587 Foster-1969 #> 14589 Hutchison-1981 #> 14631 Topping-1973 #> 14656 Hutchison-1981 #> 14663 Matthews-1972;Stairs-and-Hollenbach-1969 #> 14665 Heath-1999a #> 14672 Grinevald-nd #> 14678 Kraft-and-Kirk-Greene-1973 #> 14696 Schiffman-1983 #> 14698 Emeneau-1944 #> 14702 Reh-1985 #> 14703 Hartmann-1980 #> 14709 Creissels-1983 #> 14713 Foster-1969 #> 14716 Schachter-and-Otanes-1972 #> 14718 Dayley-1985 #> 14732 Campbell-1985 #> 14735 Thaeler-and-Thaeler-nd #> 14745 Macaulay-1996 #> 14751 Hudson-1974 #> 14768 Beaton-1968 #> 14772 Thompson-1965 #> 14777 Turner-and-Turner-1971 #> 14779 Harrison-et-al-1981 #> 14786 Thompson-1976a #> 14792 Schadeberg-and-Elias-1979 #> 14799 Kuiper-1962 #> 14801 Van-Haitsma-and-Van-Haitsma-1976 #> 14802 Day-1973;Craig-1977 #> 14837 Stevenson-1969 #> 14860 Carlson-1994 #> 14862 Thompson-1976a #> 14872 Creissels-1983 #> 14875 Kuiper-1962 #> 14887 Schadeberg-and-Elias-1979 #> 14906 Topping-1973 #> 14911 Stevenson-1969 #> 14914 Day-1973;Craig-1977 #> 14918 Beaton-1968 #> 14920 Heath-1999a #> 14924 Reh-1985 #> 14952 Harrison-et-al-1981 #> 14961 Hartmann-1980 #> 14971 Emeneau-1944 #> 14974 Hudson-1974 #> 14993 Dayley-1985 #> 14998 Schiffman-1983 #> 15000 Macaulay-1996 #> 15021 Schachter-and-Otanes-1972 #> 15027 Stairs-and-Hollenbach-1969;Matthews-1972 #> 15036 Foster-1969 #> 15045 Kraft-and-Kirk-Greene-1973 #> 15054 Thompson-1965 #> 15055 Van-Haitsma-and-Van-Haitsma-1976 #> 15061 Carlson-1994 #> 15062 Turner-and-Turner-1971 #> 15063 Grinevald-nd #> 15076 Campbell-1985 #> 15078 Thaeler-and-Thaeler-nd #> 15085 Hutchison-1981 #> 15095 Day-1973;Craig-1977 #> 15103 Foster-1969 #> 15114 Thompson-1976a #> 15126 Emeneau-1944 #> 15132 Hudson-1974 #> 15136 Hartmann-1980 #> 15142 Beaton-1968 #> 15145 Macaulay-1996 #> 15150 Heath-1999a #> 15161 Kraft-and-Kirk-Greene-1973 #> 15167 Kuiper-1962 #> 15175 Dayley-1985 #> 15178 Schadeberg-and-Elias-1979 #> 15214 Creissels-1983 #> 15220 Stevenson-1969 #> 15240 Reh-1985 #> 15245 Thompson-1965 #> 15248 Thaeler-and-Thaeler-nd #> 15259 Matthews-1972;Stairs-and-Hollenbach-1969 #> 15260 Schiffman-1983 #> 15264 Turner-and-Turner-1971 #> 15278 Harrison-et-al-1981 #> 15282 Hutchison-1981 #> 15291 Topping-1973 #> 15298 Van-Haitsma-and-Van-Haitsma-1976 #> 15306 Carlson-1994 #> 15307 Schachter-and-Otanes-1972 #> 15310 Grinevald-nd #> 15313 Campbell-1985 #> 15324 Malherbe-and-Rosenberg-1996[525] #> 15338 Jaken-and-Thomas-1974[1] #> 15340 Malherbe-and-Rosenberg-1996[1633] #> 15354 Malherbe-and-Rosenberg-1996[654] #> 15377 Reh-1985 #> 15381 Ibelgaufts-and-Ibelgaufts-1999 #> 15392 Malherbe-and-Rosenberg-1996[488] #> 15393 Malherbe-and-Rosenberg-1996[1173] #> 15395 Armbruster-1965 #> 15397 Malherbe-and-Rosenberg-1996[1591] #> 15401 Malherbe-and-Rosenberg-1996[1084] #> 15402 Malherbe-and-Rosenberg-1996[1204] #> 15403 Malherbe-and-Rosenberg-1996[1522] #> 15404 Malherbe-and-Rosenberg-1996[923] #> 15414 #> 15417 Malherbe-and-Rosenberg-1996[718] #> 15418 Lamberti-1993a #> 15427 Malherbe-and-Rosenberg-1996[713] #> 15431 Malherbe-and-Rosenberg-1996[762] #> 15449 Miller-and-Nuan-1974[1] #> 15479 Trebilco-et-al-1974[1] #> 15480 Cyffer-and-Hutchison-1990 #> 15482 Hockings-and-Pilot-Raichoor-1992 #> 15488 #> 15497 Fuller-et-al-1974[1] #> 15501 Malherbe-and-Rosenberg-1996[1582] #> 15507 Dinh-Do-et-al-1974[2] #> 15510 Malherbe-and-Rosenberg-1996[1049] #> 15512 Malherbe-and-Rosenberg-1996[788] #> 15519 Malherbe-and-Rosenberg-1996[1105] #> 15520 De-Wolf-1995 #> 15522 #> 15526 Malherbe-and-Rosenberg-1996[1029] #> 15530 Malherbe-and-Rosenberg-1996[1485] #> 15536 Malherbe-and-Rosenberg-1996[1641] #> 15537 Malherbe-and-Rosenberg-1996[1492] #> 15539 Harrison-et-al-1981 #> 15548 Malherbe-and-Rosenberg-1996[1664] #> 15549 Malherbe-and-Rosenberg-1996[581] #> 15563 Suwanarat-and-Reilly-1986[passim] #> 15589 Almkvist-1881 #> 15596 Armbruster-1960 #> 15597 Chai-1971 #> 15640 Reh-1985 #> 15652 Shryrock-1993 #> 15680 Rupp-1989 #> 15697 Welmers-1952b #> 15703 Asher-and-Kumari-1997 #> 15711 Grinevald-nd #> 15725 Irshied-and-Kenstowicz-1984[109-148] #> 15742 Seiden-1960;Chung-1983 #> 15743 England-1983 #> 15770 Fleming-and-Dennis-1977 #> 15779 Tucker-and-Bryan-1966;Bender-1996 #> 15792 Mintz-1971a;Mintz-1973;Mintz-and-Del-Rosario-Britanico-1985 #> 15798 McArthur-and-McArthur-1956[72-76] #> 15809 Haviland-et-al-nd #> 15817 Foster-1969 #> 15837 Carlson-1994 #> 15846 Day-1973 #> 15849 Sapir-1965 #> 15851 Tyler-1969 #> 15856 Rennison-1997 #> 15886 Anonymous-1985 #> 15958 Conklin-1953 #> 15968 Wonderly-1951a;Knudson-1975 #> 15985 Llamzon-1966;Bloomfield-1917;Schachter-and-Otanes-1972 #> 16014 Elbert-and-Pukui-1979;Elbert-and-Keala-1961 #> 16029 Pittman-1954 #> 16039 Mayers-1960 #> 16042 Upson-and-Longacre-1965 #> 16047 Cooper-and-Cooper-1966 #> 16056 Smith-1979 #> 16075 Gaden-1909;Stevenson-1969 #> 16076 Mayers-1966 #> 16086 Griffith-1991;Huffman-1970b;Gorgoniyev-1966;Nacaskul-1978;Jacob-1968 #> 16105 Suwanarat-and-Reilly-1986[passim] #> 16137 #> 16148 #> 16149 #> 16153 #> 16160 #> 16161 #> 16164 #> 16165 #> 16168 #> 16171 #> 16172 #> 16179 #> 16182 #> 16202 #> 16204 #> 16208 #> 16214 #> 16216 #> 16222 #> 16225 #> 16230 #> 16231 #> 16245 #> 16259 #> 16266 #> 16267 #> 16269 #> 16270 #> 16279 Smith-1979[ 107-108] #> 16297 Craig-1977[ 26];Day-1973[ 80] #> 16304 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[ 312, passim] #> 16308 Gorgoniev-1966[ 115];Jacob-1968[ 60];Ehrman-1970[ 31, 63] #> 16314 Sonnenschein-2005[ 114] #> 16320 Tucker-and-Bryan-1966[ 310] #> 16332 Seidenadel-1909[ 139];Waterman-1932[ 85] #> 16334 Campbell-1985[ passim] #> 16352 Blass-1975[ passim] #> 16355 Thompson-1965[ 314, 208-211];Binh-1971[ 70, 150, 164];Vuong-Gia-Thuy-1975[ 110] #> 16361 Black-and-Black-1971[ 70] #> 16366 Jungraithmayr-1981[ 279] #> 16368 Rowlands-1959[ 87] #> 16386 Rennison-1997[ 98] #> 16387 Stairs-and-Hollenbach-1981[ 321] #> 16395 Hollenbach-1992[ 248] #> 16402 Sunee-2003[ 168] #> 16413 Miller-1976[ 37] #> 16429 Taylor-1958[ passim] #> 16437 Waterhouse-1967[ 364] #> 16439 Bodomo-1997[ 84-85] #> 16442 Holmer-1949b[ 151] #> 16449 Cowan-1969[ 28] #> 16462 Knowles-1984[ 318] #> 16473 Healey-1960[ 90] #> 16474 Rasch-2002[ 236] #> 16482 Dayley-1985[ 8, 244, 321] #> 16494 Schachter-and-Otanes-1972[ 517] #> 16496 Pride-1965[ 39, 77] #> 16509 Heath-1999a[ 8];Prost-1956[ passim] #> 16519 Tuggy-1979[ passim] #> 16520 Prost-1964b[ passim] #> 16523 Alexander-1988[ 195, passim] #> 16527 Prost-1964h[ passim] #> 16548 England-1983[ 244] #> 16551 Elbert-and-Pukui-1979[ 49] #> 16553 Sischo-1979[ 313] #> 16566 Bauer-1982a[ 403, 455] #> 16579 Chamoreau-2000[ 242] #> 16581 Bird-et-al-1977[ 219] #> 16582 Keller-1976[ 42] #> 16585 Daly-1973[ 7, passim] #> 16606 Engel-and-Longacre-1963[ passim] #> 16610 Warotamasikkhadit-1972[ 14, passim];Anthony-et-al-1968[ 478-479, 14, 140-142, passim] #> 16622 Rupp-1989[ 11, 32] #> 16631 Bruce-1968[ passim] #> 16645 Bradley-1970[ 41, 43] #> 16649 Tucker-and-Bryan-1966[ 251] #> 16650 Matsushita-1986[ ??] #> 16651 Robinson-2008[ 221] #> 16654 Pairault-1969[ passim] #> 16655 #> 16666 Thompson-1976a[ 493];Tucker-and-Bryan-1966[ 334] #> 16679 Topping-1973[ passim] #> 16686 Cahill-1999[ 20] #> 16691 Elson-1967[ 281] #> 16702 #> 16713 Jacq-and-Sidwell-1999[ 22] #> 16715 Pickett-et-al-1998[ 77-78] #> 16718 Manley-1972[ 230] #> 16720 Robbins-1968[ 137, passim] #> 16721 Heath-1999b[ 125, 155] #> 16724 Matisoff-1973[ 45, 265] #> 16741 Macaulay-1996[ 119, 146] #> 16753 Delafosse-1929[ 102] #> 16755 Wolfenden-1975[ 24-25] #> 16759 Hoskison-1983[ 90-91] #> 16762 Van-Haitsma-and-Van-Haitsma-1976[ 55, 77] #> 16767 Benton-1971a[ 184] #> 16772 Barrett-1999[ 252-255] #> 16774 Westermann-1921b[ 199-200] #> 16776 Prost-1964g[ passim] #> 16791 Newell-1993[ 21] #> 16793 Ostapirat-2008[ 647] #> 16797 Diagana-1995[ 212ff] #> 16804 Emeneau-1955[ 65, 75-78, 110-101] #> 16818 Di-Luzio-1972[ 42] #> 16820 Kogan-1997[ 442] #> 16821 Tucker-and-Bryan-1966[ 268] #> 16824 Stevenson-1957[ 31] #> 16830 Beaton-1968[ 95];Jakobi-1990[ 117] #> 16831 Alio-1986[ 138, 142] #> 16834 Frajzyngier-and-Shay-2002[ 380] #> 16837 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 16839 Schuh-1998[ 280] #> 16868 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 16872 #> 16880 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 16887 Jones-1961[ 17, 50, 52, passim] #> 16888 Henderson-1997[ xiii, passim] #> 16889 Reh-1985[ 370-374] #> 16895 Tucker-and-Bryan-1966[ 286] #> 16899 Prost-1983[ 44];Bris-and-Prost-1981[ 48] #> 16926 Newman-1974[ 59] #> 16935 Jacobs-1970[ 99-101, 114, 128-129] #> 16938 Wolff-1983[ 252- 253] #> 16943 Kraft-1963[ Vol. 1:125, 132-134, 149];Newman-2000[ 357ff];Migeod-1914[ 179];Kraft-and-Kirk-Greene-1973[ 37] #> 16946 #> 16947 #> 16953 Carlson-1994[ 376] #> 16964 Trenga-1947[ 139];Tucker-and-Bryan-1966[ 204] #> 16966 Skinner-1979[ 51] #> 16969 Thomas-1971[ 144, 183] #> 16975 Johnson-2000[ 100, 108] #> 16986 Tucker-and-Bryan-1966[ 260] #> 16989 Newman-1970[ 15, passim, 128-129] #> 16997 Heath-2005[ 309, 335, 587] #> 17002 Buenrostros-1991[ 35, 68] #> 17004 Nougayrol-1989[ 64] #> 17019 Boyeldieu-1982[ 189-190] #> 17027 Prost-1964d[ 364-365] #> 17033 Frajzyngier-and-Johnston-2005[ 261] #> 17036 Stevenson-1969[ 83, 91-92] #> 17038 #> 17039 Simeone-Senelle-1997[ 414] #> 17045 Ruelland-1998[ 88, passim] #> 17061 Caitucoli-1986[ 48] #> 17069 Jarvis-1989[ 108] #> 17072 Lukas-1936[ 47] #> 17074 Lukas-and-Nachtigal-1939[ 58] #> 17075 Dasgupta-and-Sharma-1982[ 27] #> 17076 Santandrea-1970[ 127, 153, 159];Boyeldieu-1987[ 90] #> 17088 de-Colombel-1997[ 81] #> 17091 Kato-2003[ 640] #> 17097 Meyer-Bahlburg-1972[ 162, 185-186] #> 17105 Baumgartner-1998[ 5] #> 17108 Vandame-1968[ 61] #> 17114 Bender-1989[ 168] #> 17115 Uzar-1989[ 382];Bender-1979[ 53] #> 17118 Ouedraogo-1984[ 255] #> 17124 Lukas-1970[ 83] #> 17134 Trail-1970[ 91, 104-106] #> 17140 Smye-2004[ 85] #> 17141 Barreteau-and-Brunet-2000[ 86, 252] #> 17146 Bendor-Samuel-et-al-1973[ passim, 72] #> 17154 Jungraithmayr-and-Adams-1992[ 59] #> 17159 Tucker-and-Bryan-1966[ 241] #> 17160 Solnit-1986[ 329] #> 17163 Tourneux-et-al-1986[ 190] #> 17167 Hoffmann-1963[ 169, 179, 228] #> 17179 Schuh-1972[ 33, 237-238, 454-455] #> 17191 Nishida-1973[ 67] #> 17208 Tucker-and-Bryan-1966[ 351] #> 17218 Fernandez-1967[ 43, 49-51, 56-58] #> 17226 Anderson-1989[ 29, 7-8, passim] #> 17234 Reinisch-1893[ 147, 184];Hudson-1974[ passim] #> 17242 Merrifield-1968[ 26] #> 17291 Briggs-1961[ 32-33, 58] #> 17295 Ramamurti-1931[ 27] #> 17306 Suarez-1983a[ 192-193, 266] #> 17311 Schadeberg-and-Elias-1979[ 52] #> 17313 Raz-1983[ 76] #> 17320 Muntzel-1986[ 125] #> 17329 Fudemann-1999[ 80] #> 17332 Tucker-and-Bryan-1966[ 297] #> 17351 Bright-1958[ 24];Schiffman-1983[ 113-116];Sridhar-1990[ 227-228] #> 17353 Armbruster-1960[ 205] #> 17354 Sapir-1965[ 92-94] #> 17363 Tucker-and-Bryan-1966[ 345] #> 17366 Crass-and-Jakobi-2004[ 93-94] #> 17382 #> 17385 Tucker-and-Bryan-1966[ 217] #> 17386 Edgar-1989[ 29] #> 17390 Reinisch-1882[ 34, 36] #> 17391 Lisker-1963[ 204-207, 259] #> 17392 Frank-1990[ 6, 89] #> 17404 Brigel-1982[ 46-103] #> 17405 Tucker-and-Bryan-1966[ 191] #> 17419 Lukas-1938[ 217] #> 17429 Edgar-1989[ 102] #> 17430 Subrahmanyam-1968[ 53-54] #> 17458 Heath-2008[ 366ff] #> 17467 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 17469 Jamieson-1988[ 16] #> 17475 Adam-1891[ 50ff];Anonymous-1985[ 147] #> 17481 Tyler-1969[ 85-86, 96-97] #> 17490 Kervran-and-Prost-1969[ 65-67] #> 17503 Israel-1979[ 162] #> 17507 Asher-and-Kumari-1997[ passim] #> 17511 #> 17516 Appleyard-1975[ 333-334] #> 17532 Morgan-1996[ 89-90] #> 17536 Lukas-1937[ 36, 68];Hutchison-1976[ 50, 52, passim] #> 17538 Asher-1982[ 77, 175] #> 17550 Soukka-2000[ 185-187] #> 17580 Harrison-et-al-1981[ 430, 436, 436-439] #> 17588 Grinevald-1988[ 181-190] #> 17589 Njie-1982[ 128-129, 147, 168] #> 17601 Di-Luzio-1972[ 42] #> 17602 #> 17606 Alio-1986[ 138, 142] #> 17610 Jones-1961[ 17, 50, 52, passim] #> 17613 Newman-1974[ 59] #> 17614 Tucker-and-Bryan-1966[ 268] #> 17619 Stevenson-1957[ 31] #> 17621 Tucker-and-Bryan-1966[ 286] #> 17625 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 17626 Reh-1985[ 370-374] #> 17627 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 17629 Bris-and-Prost-1981[ 48];Prost-1983[ 44] #> 17638 Schuh-1998[ 280] #> 17679 Henderson-1997[ xiii, passim] #> 17688 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 17690 Kogan-1997[ 442] #> 17701 Beaton-1968[ 95];Jakobi-1990[ 117] #> 17716 Frajzyngier-and-Shay-2002[ 380] #> 17719 Migeod-1914[ 179];Kraft-1963[ Vol. 1:125, 132-134, 149];Kraft-and-Kirk-Greene-1973[ 37];Newman-2000[ 357ff] #> 17720 Thomas-1971[ 144, 183] #> 17725 Buenrostros-1991[ 35, 68] #> 17726 Jacobs-1970[ 99-101, 114, 128-129] #> 17729 Tucker-and-Bryan-1966[ 204];Trenga-1947[ 139] #> 17735 Heath-2005[ 309, 335, 587] #> 17751 #> 17752 Skinner-1979[ 51] #> 17761 Carlson-1994[ 376] #> 17764 Newman-1970[ 15, passim, 128-129] #> 17769 #> 17772 Johnson-2000[ 100, 108] #> 17773 Tucker-and-Bryan-1966[ 260] #> 17779 Nougayrol-1989[ 64] #> 17797 Wolff-1983[ 252- 253] #> 17808 Jacq-and-Sidwell-1999[ 22] #> 17810 Heath-1999b[ 125, 155] #> 17823 Tucker-and-Bryan-1966[ 310] #> 17824 Rasch-2002[ 236] #> 17853 Sunee-2003[ 168] #> 17854 Skinner-1979[ 51] #> 17862 Benton-1971a[ 184] #> 17864 Stairs-and-Hollenbach-1981[ 321] #> 17874 Van-Haitsma-and-Van-Haitsma-1976[ 55, 77] #> 17884 Hollenbach-1992[ 248] #> 17897 Elson-1967[ 281] #> 17899 Bruce-1968[ passim] #> 17905 Campbell-1985[ passim] #> 17906 Jacob-1968[ 60];Gorgoniev-1966[ 115];Ehrman-1970[ 31, 63] #> 17911 Pickett-et-al-1998[ 77-78] #> 17921 Cahill-1999[ 20] #> 17934 Migeod-1914[ 179];Kraft-1963[ Vol. 1:125, 132-134, 149];Newman-2000[ 357ff];Kraft-and-Kirk-Greene-1973[ 37] #> 17938 Grinevald-1988[ 181-190] #> 17939 Bauer-1982a[ 403, 455] #> 17943 Blass-1975[ passim] #> 17945 Newman-1974[ 59] #> 17955 Engel-and-Longacre-1963[ passim] #> 17956 Prost-1964b[ passim] #> 17960 Bris-and-Prost-1981[ 48];Prost-1983[ 44] #> 17961 Sonnenschein-2005[ 114] #> 17962 Reh-1985[ 370-374] #> 17963 Di-Luzio-1972[ 42] #> 17968 Dayley-1985[ 8, 244, 321] #> 17974 Heath-1999a[ 8];Prost-1956[ passim] #> 17975 Taylor-1958[ passim] #> 17983 Thomas-1971[ 144, 183] #> 17990 Matisoff-1973[ 45, 265] #> 17993 Manley-1972[ 230] #> 18007 Waterman-1932[ 85];Seidenadel-1909[ 139] #> 18015 Tucker-and-Bryan-1966[ 260] #> 18018 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 18022 Carlson-1994[ 376] #> 18029 Diagana-1995[ 212ff] #> 18063 Johnson-2000[ 100, 108] #> 18072 Newell-1993[ 21] #> 18077 Barrett-1999[ 252-255] #> 18081 Prost-1964h[ passim] #> 18083 #> 18084 Rupp-1989[ 11, 32] #> 18089 Alio-1986[ 138, 142] #> 18094 England-1983[ 244] #> 18097 Schachter-and-Otanes-1972[ 517] #> 18100 Holmer-1949b[ 151] #> 18107 Matsushita-1986[ ??] #> 18113 Alexander-1988[ 195, passim] #> 18119 Prost-1964g[ passim] #> 18121 Bird-et-al-1977[ 219] #> 18126 Craig-1977[ 26];Day-1973[ 80] #> 18134 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 18136 Waterhouse-1967[ 364] #> 18147 Tucker-and-Bryan-1966[ 251] #> 18175 Newman-1970[ 15, passim, 128-129] #> 18177 #> 18179 Buenrostros-1991[ 35, 68] #> 18197 Jacobs-1970[ 99-101, 114, 128-129] #> 18198 Stevenson-1957[ 31] #> 18205 Nougayrol-1989[ 64] #> 18206 Jones-1961[ 17, 50, 52, passim] #> 18210 Robinson-2008[ 221] #> 18211 Tuggy-1979[ passim] #> 18242 Bodomo-1997[ 84-85] #> 18248 Smith-1979[ 107-108] #> 18249 Pride-1965[ 39, 77] #> 18257 Miller-1976[ 37] #> 18260 Warotamasikkhadit-1972[ 14, passim];Anthony-et-al-1968[ 478-479, 14, 140-142, passim] #> 18261 Black-and-Black-1971[ 70] #> 18278 Topping-1973[ passim] #> 18281 Sischo-1979[ 313] #> 18288 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 18289 Elbert-and-Pukui-1979[ 49] #> 18293 #> 18294 Ostapirat-2008[ 647] #> 18319 Knowles-1984[ 318] #> 18327 Daly-1973[ 7, passim] #> 18328 Heath-2005[ 309, 335, 587] #> 18332 Hoskison-1983[ 90-91] #> 18347 Jungraithmayr-1981[ 279] #> 18351 Healey-1960[ 90] #> 18357 Keller-1976[ 42] #> 18358 Rennison-1997[ 98] #> 18360 #> 18361 Schuh-1998[ 280] #> 18365 Vuong-Gia-Thuy-1975[ 110];Binh-1971[ 70, 150, 164];Thompson-1965[ 314, 208-211] #> 18373 Bradley-1970[ 41, 43] #> 18376 Thompson-1976a[ 493];Tucker-and-Bryan-1966[ 334] #> 18386 Tucker-and-Bryan-1966[ 286] #> 18391 Robbins-1968[ 137, passim] #> 18418 Wolfenden-1975[ 24-25] #> 18430 Rowlands-1959[ 87] #> 18433 Macaulay-1996[ 119, 146] #> 18438 Pairault-1969[ passim] #> 18449 Tucker-and-Bryan-1966[ 268] #> 18450 Njie-1982[ 128-129, 147, 168] #> 18462 Cowan-1969[ 28] #> 18463 Delafosse-1929[ 102] #> 18482 Westermann-1921b[ 199-200] #> 18484 Chamoreau-2000[ 242] #> 18490 Fernandez-1967[ 43, 49-51, 56-58] #> 18517 Kogan-1997[ 442] #> 18523 Ramamurti-1931[ 27] #> 18529 Beaton-1968[ 95];Jakobi-1990[ 117] #> 18537 Suarez-1983a[ 192-193, 266] #> 18538 Nishida-1973[ 67] #> 18539 Henderson-1997[ xiii, passim] #> 18545 Fudemann-1999[ 80] #> 18582 Briggs-1961[ 32-33, 58] #> 18587 Merrifield-1968[ 26] #> 18594 Tucker-and-Bryan-1966[ 297] #> 18629 Tucker-and-Bryan-1966[ 351] #> 18644 Reinisch-1893[ 147, 184];Hudson-1974[ passim] #> 18651 Schadeberg-and-Elias-1979[ 52] #> 18659 Muntzel-1986[ 125] #> 18669 Raz-1983[ 76] #> 18706 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 18708 Anderson-1989[ 29, 7-8, passim] #> 18716 #> 18723 Harrison-et-al-1981[ 430, 436, 436-439] #> 18743 Edgar-1989[ 29] #> 18750 Tucker-and-Bryan-1966[ 204];Trenga-1947[ 139] #> 18760 Tourneux-et-al-1986[ 190] #> 18764 Barreteau-and-Brunet-2000[ 86, 252] #> 18769 Tucker-and-Bryan-1966[ 191] #> 18774 Crass-and-Jakobi-2004[ 93-94] #> 18777 Israel-1979[ 162] #> 18785 Ouedraogo-1984[ 255] #> 18789 Subrahmanyam-1968[ 53-54] #> 18793 Stevenson-1969[ 83, 91-92] #> 18795 Edgar-1989[ 102] #> 18803 Trail-1970[ 91, 104-106] #> 18808 Vandame-1968[ 61] #> 18809 Ruelland-1998[ 88, passim] #> 18814 Dasgupta-and-Sharma-1982[ 27] #> 18816 Jarvis-1989[ 108] #> 18825 Jungraithmayr-and-Adams-1992[ 59] #> 18826 #> 18836 de-Colombel-1997[ 81] #> 18837 Kervran-and-Prost-1969[ 65-67] #> 18840 Frajzyngier-and-Shay-2002[ 380] #> 18843 #> 18854 Lisker-1963[ 204-207, 259] #> 18855 Smye-2004[ 85] #> 18857 Sapir-1965[ 92-94] #> 18858 Hoffmann-1963[ 169, 179, 228] #> 18861 Tucker-and-Bryan-1966[ 217] #> 18874 Emeneau-1955[ 65, 75-78, 110-101] #> 18877 Soukka-2000[ 185-187] #> 18879 Brigel-1982[ 46-103] #> 18883 Solnit-1986[ 329] #> 18886 Morgan-1996[ 89-90] #> 18888 Frank-1990[ 6, 89] #> 18896 Prost-1964d[ 364-365] #> 18899 Schuh-1972[ 33, 237-238, 454-455] #> 18901 Caitucoli-1986[ 48] #> 18904 Boyeldieu-1982[ 189-190] #> 18905 Lukas-1936[ 47] #> 18909 Meyer-Bahlburg-1972[ 162, 185-186] #> 18924 Uzar-1989[ 382];Bender-1979[ 53] #> 18938 Appleyard-1975[ 333-334] #> 18951 Reinisch-1882[ 34, 36] #> 18968 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 18982 Tyler-1969[ 85-86, 96-97] #> 18988 Simeone-Senelle-1997[ 414] #> 18990 Bender-1989[ 168] #> 18992 Boyeldieu-1987[ 90];Santandrea-1970[ 127, 153, 159] #> 18995 Lukas-and-Nachtigal-1939[ 58] #> 19004 Lukas-1938[ 217] #> 19010 Asher-and-Kumari-1997[ passim] #> 19014 Hutchison-1976[ 50, 52, passim];Lukas-1937[ 36, 68] #> 19018 Kato-2003[ 640] #> 19022 #> 19029 Tucker-and-Bryan-1966[ 345] #> 19049 Tucker-and-Bryan-1966[ 241] #> 19053 Armbruster-1960[ 205] #> 19074 Adam-1891[ 50ff];Anonymous-1985[ 147] #> 19076 Jamieson-1988[ 16] #> 19077 Baumgartner-1998[ 5] #> 19081 Frajzyngier-and-Johnston-2005[ 261] #> 19082 Schiffman-1983[ 113-116];Bright-1958[ 24];Sridhar-1990[ 227-228] #> 19092 Asher-1982[ 77, 175] #> 19109 Wolff-1983[ 252- 253] #> 19112 Bendor-Samuel-et-al-1973[ passim, 72] #> 19116 Lukas-1970[ 83] #> 19128 Heath-2008[ 366ff] #> 19132 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 19139 de-Colombel-1997[ 81] #> 19156 Ouedraogo-1984[ 255] #> 19164 Wolff-1983[ 252- 253] #> 19170 Baumgartner-1998[ 5] #> 19171 Jungraithmayr-and-Adams-1992[ 59] #> 19173 Vandame-1968[ 61] #> 19174 #> 19177 Schuh-1998[ 280] #> 19178 Bendor-Samuel-et-al-1973[ passim, 72] #> 19180 Lukas-and-Nachtigal-1939[ 58] #> 19181 Newman-1974[ 59] #> 19198 Newman-1970[ 15, passim, 128-129] #> 19204 #> 19210 Buenrostros-1991[ 35, 68] #> 19211 Tucker-and-Bryan-1966[ 286] #> 19212 Smye-2004[ 85] #> 19213 Di-Luzio-1972[ 42] #> 19221 Carlson-1994[ 376] #> 19228 Tourneux-et-al-1986[ 190] #> 19229 Bris-and-Prost-1981[ 48];Prost-1983[ 44] #> 19231 Boyeldieu-1982[ 189-190] #> 19233 Caitucoli-1986[ 48] #> 19236 Kato-2003[ 640] #> 19240 Tucker-and-Bryan-1966[ 268] #> 19251 Jarvis-1989[ 108] #> 19252 Bender-1989[ 168] #> 19253 Stevenson-1969[ 83, 91-92] #> 19254 Solnit-1986[ 329] #> 19261 Boyeldieu-1987[ 90];Santandrea-1970[ 127, 153, 159] #> 19268 Hoffmann-1963[ 169, 179, 228] #> 19269 Trail-1970[ 91, 104-106] #> 19270 Thomas-1971[ 144, 183] #> 19275 Reh-1985[ 370-374] #> 19281 Kraft-1963[ Vol. 1:125, 132-134, 149];Migeod-1914[ 179];Kraft-and-Kirk-Greene-1973[ 37];Newman-2000[ 357ff] #> 19285 Dasgupta-and-Sharma-1982[ 27] #> 19286 Barreteau-and-Brunet-2000[ 86, 252] #> 19287 Stevenson-1957[ 31] #> 19290 Frajzyngier-and-Shay-2002[ 380] #> 19297 Skinner-1979[ 51] #> 19300 Prost-1964d[ 364-365] #> 19310 Frajzyngier-and-Johnston-2005[ 261] #> 19315 Schuh-1972[ 33, 237-238, 454-455] #> 19319 Lukas-1936[ 47] #> 19327 Bender-1979[ 53];Uzar-1989[ 382] #> 19330 Meyer-Bahlburg-1972[ 162, 185-186] #> 19340 Alio-1986[ 138, 142] #> 19343 Ruelland-1998[ 88, passim] #> 19363 Jacobs-1970[ 99-101, 114, 128-129] #> 19365 Jones-1961[ 17, 50, 52, passim] #> 19366 Tucker-and-Bryan-1966[ 241] #> 19380 Lukas-1970[ 83] #> 19383 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 19389 Henderson-1997[ xiii, passim] #> 19391 Simeone-Senelle-1997[ 414] #> 19392 #> 19417 Bright-1958[ 24];Schiffman-1983[ 113-116];Sridhar-1990[ 227-228] #> 19429 Asher-and-Kumari-1997[ passim] #> 19432 Reinisch-1882[ 34, 36] #> 19437 Frank-1990[ 6, 89] #> 19445 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 19446 Johnson-2000[ 100, 108] #> 19456 #> 19459 Jamieson-1988[ 16] #> 19462 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 19466 Crass-and-Jakobi-2004[ 93-94] #> 19490 #> 19497 Brigel-1982[ 46-103] #> 19505 Heath-2008[ 366ff] #> 19522 Kervran-and-Prost-1969[ 65-67] #> 19525 Lisker-1963[ 204-207, 259] #> 19530 Jakobi-1990[ 117];Beaton-1968[ 95] #> 19538 Lukas-1937[ 36, 68];Hutchison-1976[ 50, 52, passim] #> 19545 Armbruster-1960[ 205] #> 19550 Njie-1982[ 128-129, 147, 168] #> 19552 Subrahmanyam-1968[ 53-54] #> 19578 Morgan-1996[ 89-90] #> 19580 Anonymous-1985[ 147];Adam-1891[ 50ff] #> 19588 Tucker-and-Bryan-1966[ 345] #> 19597 Tyler-1969[ 85-86, 96-97] #> 19600 Tucker-and-Bryan-1966[ 191] #> 19644 Grinevald-1988[ 181-190] #> 19658 Tucker-and-Bryan-1966[ 260] #> 19664 Kogan-1997[ 442] #> 19671 Appleyard-1975[ 333-334] #> 19679 Sapir-1965[ 92-94] #> 19681 Soukka-2000[ 185-187] #> 19693 Asher-1982[ 77, 175] #> 19697 Lukas-1938[ 217] #> 19698 Israel-1979[ 162] #> 19703 Edgar-1989[ 102] #> 19711 Edgar-1989[ 29] #> 19715 Tucker-and-Bryan-1966[ 217] #> 19719 Nougayrol-1989[ 64] #> 19729 Trenga-1947[ 139];Tucker-and-Bryan-1966[ 204] #> 19740 Emeneau-1955[ 65, 75-78, 110-101] #> 19755 Tucker-and-Bryan-1966[ 351] #> 19772 Matisoff-1973[ 45, 265] #> 19776 Prost-1956[ passim];Heath-1999a[ 8] #> 19787 Briggs-1961[ 32-33, 58] #> 19800 Schachter-and-Otanes-1972[ 517] #> 19815 Craig-1977[ 26];Day-1973[ 80] #> 19823 Nishida-1973[ 67] #> 19856 Blass-1975[ passim] #> 19867 Sonnenschein-2005[ 114] #> 19871 Bauer-1982a[ 403, 455] #> 19875 Chamoreau-2000[ 242] #> 19888 Holmer-1949b[ 151] #> 19901 Macaulay-1996[ 119, 146] #> 19902 Miller-1976[ 37] #> 19911 Jungraithmayr-1981[ 279] #> 19917 Raz-1983[ 76] #> 19918 Healey-1960[ 90] #> 19920 Delafosse-1929[ 102] #> 19929 Muntzel-1986[ 125] #> 19932 Manley-1972[ 230] #> 19939 Prost-1964h[ passim] #> 19954 Prost-1964b[ passim] #> 19955 Hollenbach-1992[ 248] #> 19968 Stairs-and-Hollenbach-1981[ 321] #> 19976 Rowlands-1959[ 87] #> 19977 Cahill-1999[ 20] #> 19989 Hudson-1974[ passim];Reinisch-1893[ 147, 184] #> 19998 Van-Haitsma-and-Van-Haitsma-1976[ 55, 77] #> 20000 Seidenadel-1909[ 139];Waterman-1932[ 85] #> 20033 Waterhouse-1967[ 364] #> 20035 Harrison-et-al-1981[ 430, 436, 436-439] #> 20036 Merrifield-1968[ 26] #> 20046 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 20053 Robbins-1968[ 137, passim] #> 20054 Fudemann-1999[ 80] #> 20066 Bird-et-al-1977[ 219] #> 20079 Topping-1973[ passim] #> 20080 #> 20082 Sunee-2003[ 168] #> 20086 #> 20094 Heath-2005[ 309, 335, 587] #> 20107 Fernandez-1967[ 43, 49-51, 56-58] #> 20110 Campbell-1985[ passim] #> 20115 Elson-1967[ 281] #> 20122 Keller-1976[ 42] #> 20123 Daly-1973[ 7, passim] #> 20132 Pairault-1969[ passim] #> 20140 Anderson-1989[ 29, 7-8, passim] #> 20144 England-1983[ 244] #> 20150 Thompson-1976a[ 493];Tucker-and-Bryan-1966[ 334] #> 20154 Jacq-and-Sidwell-1999[ 22] #> 20166 Taylor-1958[ passim] #> 20167 Hoskison-1983[ 90-91] #> 20174 Rasch-2002[ 236] #> 20186 Bodomo-1997[ 84-85] #> 20192 Schadeberg-and-Elias-1979[ 52] #> 20195 Wolfenden-1975[ 24-25] #> 20207 Robinson-2008[ 221] #> 20209 Diagana-1995[ 212ff] #> 20218 Tucker-and-Bryan-1966[ 297] #> 20232 Cowan-1969[ 28] #> 20234 Smith-1979[ 107-108] #> 20250 Ramamurti-1931[ 27] #> 20260 Vuong-Gia-Thuy-1975[ 110];Binh-1971[ 70, 150, 164];Thompson-1965[ 314, 208-211] #> 20267 Alexander-1988[ 195, passim] #> 20268 Black-and-Black-1971[ 70] #> 20276 Tuggy-1979[ passim] #> 20278 Tucker-and-Bryan-1966[ 310] #> 20294 Warotamasikkhadit-1972[ 14, passim];Anthony-et-al-1968[ 478-479, 14, 140-142, passim] #> 20296 Bradley-1970[ 41, 43] #> 20315 Barrett-1999[ 252-255] #> 20326 Matsushita-1986[ ??] #> 20328 Rennison-1997[ 98] #> 20339 Gorgoniev-1966[ 115];Jacob-1968[ 60];Ehrman-1970[ 31, 63] #> 20368 Suarez-1983a[ 192-193, 266] #> 20369 Newell-1993[ 21] #> 20373 Prost-1964g[ passim] #> 20376 Westermann-1921b[ 199-200] #> 20382 Engel-and-Longacre-1963[ passim] #> 20385 Rupp-1989[ 11, 32] #> 20386 Sischo-1979[ 313] #> 20390 Tucker-and-Bryan-1966[ 251] #> 20400 Elbert-and-Pukui-1979[ 49] #> 20404 Pride-1965[ 39, 77] #> 20421 Heath-1999b[ 125, 155] #> 20425 #> 20431 Knowles-1984[ 318] #> 20433 Benton-1971a[ 184] #> 20444 Pickett-et-al-1998[ 77-78] #> 20445 Dayley-1985[ 8, 244, 321] #> 20447 Bruce-1968[ passim] #> 20448 Ostapirat-2008[ 647] #> 20462 Heath-2005[ 309, 335, 587] #> 20472 #> 20485 Ouedraogo-1984[ 255] #> 20489 Lukas-and-Nachtigal-1939[ 58] #> 20517 Beaton-1968[ 95];Jakobi-1990[ 117] #> 20518 Cowan-1969[ 28] #> 20527 #> 20530 Thompson-1976a[ 493];Tucker-and-Bryan-1966[ 334] #> 20532 Boyeldieu-1987[ 90];Santandrea-1970[ 127, 153, 159] #> 20535 #> 20542 Lukas-1937[ 36, 68];Hutchison-1976[ 50, 52, passim] #> 20544 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 20547 Kervran-and-Prost-1969[ 65-67] #> 20553 Raz-1983[ 76] #> 20563 Bright-1958[ 24];Schiffman-1983[ 113-116];Sridhar-1990[ 227-228] #> 20571 Lisker-1963[ 204-207, 259] #> 20577 Matisoff-1973[ 45, 265] #> 20578 Rennison-1997[ 98] #> 20605 Van-Haitsma-and-Van-Haitsma-1976[ 55, 77] #> 20638 Bradley-1970[ 41, 43] #> 20640 Newman-1970[ 15, passim, 128-129] #> 20642 Tucker-and-Bryan-1966[ 345] #> 20646 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 20650 Henderson-1997[ xiii, passim] #> 20651 Tucker-and-Bryan-1966[ 286] #> 20656 Trenga-1947[ 139];Tucker-and-Bryan-1966[ 204] #> 20659 Merrifield-1968[ 26] #> 20663 Morgan-1996[ 89-90] #> 20664 Barrett-1999[ 252-255] #> 20670 Briggs-1961[ 32-33, 58] #> 20676 Nishida-1973[ 67] #> 20678 Barreteau-and-Brunet-2000[ 86, 252] #> 20682 Rupp-1989[ 11, 32] #> 20684 Day-1973[ 80];Craig-1977[ 26] #> 20703 Alio-1986[ 138, 142] #> 20711 Bender-1989[ 168] #> 20723 Jacob-1968[ 60];Gorgoniev-1966[ 115];Ehrman-1970[ 31, 63] #> 20732 Frajzyngier-and-Shay-2002[ 380] #> 20748 Jungraithmayr-and-Adams-1992[ 59] #> 20755 Kato-2003[ 640] #> 20759 Frank-1990[ 6, 89] #> 20764 Carlson-1994[ 376] #> 20765 Armbruster-1960[ 205] #> 20769 Pairault-1969[ passim] #> 20781 Waterhouse-1967[ 364] #> 20802 Reinisch-1882[ 34, 36] #> 20806 Anonymous-1985[ 147];Adam-1891[ 50ff] #> 20809 Keller-1976[ 42] #> 20816 Prost-1964b[ passim] #> 20826 Tourneux-et-al-1986[ 190] #> 20828 Bender-1979[ 53];Uzar-1989[ 382] #> 20837 Simeone-Senelle-1997[ 414] #> 20844 Chamoreau-2000[ 242] #> 20850 Black-and-Black-1971[ 70] #> 20863 Appleyard-1975[ 333-334] #> 20870 Newell-1993[ 21] #> 20893 Elbert-and-Pukui-1979[ 49] #> 20894 Schuh-1972[ 33, 237-238, 454-455] #> 20895 Ramamurti-1931[ 27] #> 20899 Jacq-and-Sidwell-1999[ 22] #> 20904 Bauer-1982a[ 403, 455] #> 20909 Emeneau-1955[ 65, 75-78, 110-101] #> 20913 Edgar-1989[ 29] #> 20915 Smye-2004[ 85] #> 20919 Asher-and-Kumari-1997[ passim] #> 20921 Ostapirat-2008[ 647] #> 20935 Trail-1970[ 91, 104-106] #> 20951 Smith-1979[ 107-108] #> 20982 Robbins-1968[ 137, passim] #> 20990 Wolff-1983[ 252- 253] #> 20998 Stevenson-1957[ 31] #> 21000 Wolfenden-1975[ 24-25] #> 21002 Sischo-1979[ 313] #> 21004 Brigel-1982[ 46-103] #> 21013 Crass-and-Jakobi-2004[ 93-94] #> 21020 Tucker-and-Bryan-1966[ 310] #> 21034 Rowlands-1959[ 87] #> 21054 Skinner-1979[ 51] #> 21066 Schachter-and-Otanes-1972[ 517] #> 21076 Alexander-1988[ 195, passim] #> 21077 Lukas-1936[ 47] #> 21081 Jacobs-1970[ 99-101, 114, 128-129] #> 21082 Thompson-1965[ 314, 208-211];Vuong-Gia-Thuy-1975[ 110];Binh-1971[ 70, 150, 164] #> 21087 Blass-1975[ passim] #> 21088 Dasgupta-and-Sharma-1982[ 27] #> 21109 Schuh-1998[ 280] #> 21123 Muntzel-1986[ 125] #> 21142 Buenrostros-1991[ 35, 68] #> 21144 Bris-and-Prost-1981[ 48];Prost-1983[ 44] #> 21147 Elson-1967[ 281] #> 21151 Prost-1964g[ passim] #> 21154 Tucker-and-Bryan-1966[ 297] #> 21164 Stevenson-1969[ 83, 91-92] #> 21170 Meyer-Bahlburg-1972[ 162, 185-186] #> 21178 England-1983[ 244] #> 21186 #> 21193 Pride-1965[ 39, 77] #> 21205 Healey-1960[ 90] #> 21213 Delafosse-1929[ 102] #> 21214 Jarvis-1989[ 108] #> 21222 Solnit-1986[ 329] #> 21227 Bendor-Samuel-et-al-1973[ passim, 72] #> 21242 Robinson-2008[ 221] #> 21244 Reinisch-1893[ 147, 184];Hudson-1974[ passim] #> 21251 Schadeberg-and-Elias-1979[ 52] #> 21265 Knowles-1984[ 318] #> 21266 Bodomo-1997[ 84-85] #> 21269 Benton-1971a[ 184] #> 21270 Westermann-1921b[ 199-200] #> 21291 Kraft-and-Kirk-Greene-1973[ 37];Newman-2000[ 357ff];Kraft-1963[ Vol. 1:125, 132-134, 149];Migeod-1914[ 179] #> 21297 Di-Luzio-1972[ 42] #> 21299 Miller-1976[ 37] #> 21321 Matsushita-1986[ ??] #> 21334 Jungraithmayr-1981[ 279] #> 21343 Daly-1973[ 7, passim] #> 21345 Israel-1979[ 162] #> 21349 Tucker-and-Bryan-1966[ 251] #> 21354 Suarez-1983a[ 192-193, 266] #> 21356 Campbell-1985[ passim] #> 21358 Holmer-1949b[ 151] #> 21363 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 21370 Tucker-and-Bryan-1966[ 351] #> 21407 Tucker-and-Bryan-1966[ 217] #> 21418 Anthony-et-al-1968[ 478-479, 14, 140-142, passim];Warotamasikkhadit-1972[ 14, passim] #> 21419 Asher-1982[ 77, 175] #> 21430 Newman-1974[ 59] #> 21435 Manley-1972[ 230] #> 21441 Harrison-et-al-1981[ 430, 436, 436-439] #> 21448 #> 21456 Bruce-1968[ passim] #> 21464 Subrahmanyam-1968[ 53-54] #> 21466 Sunee-2003[ 168] #> 21476 Sonnenschein-2005[ 114] #> 21477 Waterman-1932[ 85];Seidenadel-1909[ 139] #> 21479 Boyeldieu-1982[ 189-190] #> 21482 Thomas-1971[ 144, 183] #> 21485 Lukas-1938[ 217] #> 21493 Bird-et-al-1977[ 219] #> 21502 #> 21509 Fudemann-1999[ 80] #> 21510 Jamieson-1988[ 16] #> 21533 Prost-1964d[ 364-365] #> 21537 Tucker-and-Bryan-1966[ 260] #> 21539 Topping-1973[ passim] #> 21546 Ruelland-1998[ 88, passim] #> 21549 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 21557 Tucker-and-Bryan-1966[ 191] #> 21565 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 21567 Grinevald-1988[ 181-190] #> 21578 Kogan-1997[ 442] #> 21590 Jones-1961[ 17, 50, 52, passim] #> 21594 Anderson-1989[ 29, 7-8, passim] #> 21599 Stairs-and-Hollenbach-1981[ 321] #> 21611 Reh-1985[ 370-374] #> 21612 Frajzyngier-and-Johnston-2005[ 261] #> 21614 Taylor-1958[ passim] #> 21615 Tyler-1969[ 85-86, 96-97] #> 21617 Hoffmann-1963[ 169, 179, 228] #> 21620 Johnson-2000[ 100, 108] #> 21621 Vandame-1968[ 61] #> 21626 Rasch-2002[ 236] #> 21631 Nougayrol-1989[ 64] #> 21632 Dayley-1985[ 8, 244, 321] #> 21635 Sapir-1965[ 92-94] #> 21646 de-Colombel-1997[ 81] #> 21652 Baumgartner-1998[ 5] #> 21653 #> 21655 Prost-1964h[ passim] #> 21658 Cahill-1999[ 20] #> 21660 Prost-1956[ passim];Heath-1999a[ 8] #> 21665 Engel-and-Longacre-1963[ passim] #> 21680 Heath-2008[ 366ff] #> 21683 Diagana-1995[ 212ff] #> 21692 Hollenbach-1992[ 248] #> 21693 Tuggy-1979[ passim] #> 21695 Soukka-2000[ 185-187] #> 21702 Njie-1982[ 128-129, 147, 168] #> 21720 Tucker-and-Bryan-1966[ 241] #> 21722 Caitucoli-1986[ 48] #> 21728 Heath-1999b[ 125, 155] #> 21731 Tucker-and-Bryan-1966[ 268] #> 21740 Fernandez-1967[ 43, 49-51, 56-58] #> 21746 Edgar-1989[ 102] #> 21747 #> 21753 Macaulay-1996[ 119, 146] #> 21768 Pickett-et-al-1998[ 77-78] #> 21771 Hoskison-1983[ 90-91] #> 21773 Lukas-1970[ 83] #> 21778 Hoskison-1983[ 90-91] #> 21788 Jarvis-1989[ 108] #> 21791 Cowan-1969[ 28] #> 21799 Rupp-1989[ 11, 32] #> 21817 Emeneau-1955[ 65, 75-78, 110-101] #> 21838 Simeone-Senelle-1997[ 414] #> 21859 Harrison-et-al-1981[ 430, 436, 436-439] #> 21861 Grinevald-1988[ 181-190] #> 21870 Dayley-1985[ 8, 244, 321] #> 21900 Njie-1982[ 128-129, 147, 168] #> 21913 Reh-1985[ 370-374] #> 21918 Alio-1986[ 138, 142] #> 21922 Jones-1961[ 17, 50, 52, passim] #> 21926 Kogan-1997[ 442] #> 21930 Frajzyngier-and-Shay-2002[ 380] #> 21936 Tucker-and-Bryan-1966[ 268] #> 21940 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 21944 #> 21957 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 21960 Tucker-and-Bryan-1966[ 286] #> 21961 Schuh-1998[ 280] #> 21962 Henderson-1997[ xiii, passim] #> 21966 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 21970 Stevenson-1957[ 31] #> 21978 Jakobi-1990[ 117];Beaton-1968[ 95] #> 21979 Newman-1974[ 59] #> 22009 Wolff-1983[ 252- 253] #> 22010 Newman-1970[ 15, passim, 128-129] #> 22012 Jacobs-1970[ 99-101, 114, 128-129] #> 22022 Carlson-1994[ 376] #> 22024 Thomas-1971[ 143-144] #> 22025 #> 22026 Heath-2005[ 309, 335, 587] #> 22046 Skinner-1979[ 51] #> 22047 Kraft-and-Kirk-Greene-1973[ 37];Newman-2000[ 357ff];Kraft-1963[ Vol. 1:125, 132-134, 149];Migeod-1914[ 179] #> 22049 Johnson-2000[ 100, 108] #> 22054 Trenga-1947[ 139];Tucker-and-Bryan-1966[ 204] #> 22055 Nougayrol-1989[ 64] #> 22062 Buenrostros-1991[ 35, 68] #> 22069 Tucker-and-Bryan-1966[ 260] #> 22074 Anthony-et-al-1968[ 14] #> 22089 Vuong-Gia-Thuy-1975[ 110?] #> 22096 Cahill-1999[ 20] #> 22098 Jacob-1968[ 60] #> 22102 Manley-1972[ 230] #> 22103 Sischo-1979[ 313] #> 22111 Sunee-2003[ 168] #> 22132 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[ 312, passim] #> 22134 Heath-1999b[ 125, 155] #> 22143 Elson-1967[ 276, 281] #> 22146 Rennison-1997[ 98] #> 22151 Bodomo-1997[ 84-85] #> 22153 Prost-1964b[ passim] #> 22155 Black-and-Black-1971[ 70] #> 22165 Smith-1979[ 107-108] #> 22166 Jacq-and-Sidwell-1999[ 22] #> 22168 Bauer-1982a[ 403, 455] #> 22170 Keller-1976[ 42, 44] #> 22174 Miller-1976[ 37] #> 22177 Ostapirat-2008[ 647] #> 22179 Blass-1975[ passim] #> 22180 Knowles-1984[ 318] #> 22185 Sapir-1965[ 92-94] #> 22191 Nishida-1973[ 67] #> 22197 Anderson-1989[ 29, 7-8, passim] #> 22199 Jamieson-1988[ 16] #> 22202 Tyler-1969[ 85-86, 96-97] #> 22228 Lisker-1963[ 204-207, 259] #> 22234 Tucker-and-Bryan-1966[ 297] #> 22241 Hutchison-1976[ 50, 52, passim];Lukas-1937[ 36, 68] #> 22261 Tucker-and-Bryan-1966[ 351] #> 22280 Tucker-and-Bryan-1966[ 217] #> 22281 Suarez-1983a[ 192-193, 266] #> 22286 Appleyard-1975[ 333-334] #> 22294 Tucker-and-Bryan-1966[ 191] #> 22318 Edgar-1989[ 29] #> 22319 Armbruster-1960[ 205] #> 22320 Asher-and-Kumari-1997[ passim] #> 22327 Frank-1990[ 6, 89] #> 22331 Tucker-and-Bryan-1966[ 345] #> 22350 Crass-and-Jakobi-2004[ 93-94] #> 22361 Morgan-1996[ 89-90] #> 22377 Subrahmanyam-1968[ 53-54] #> 22379 Asher-1982[ 77, 175] #> 22408 Adam-1891[ 50ff];Anonymous-1985[ 147] #> 22409 Soukka-2000[ 185-187] #> 22411 Kervran-and-Prost-1969[ 65-67] #> 22425 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 22434 Fudemann-1999[ 80] #> 22440 Israel-1979[ 162] #> 22442 Briggs-1961[ 32-33, 58] #> 22443 Raz-1983[ 76] #> 22453 Heath-2008[ 366ff] #> 22485 Schiffman-1983[ 113-116];Sridhar-1990[ 227-228];Bright-1958[ 24] #> 22487 Hudson-1974[ passim];Reinisch-1893[ 147, 184] #> 22495 Merrifield-1968[ 26] #> 22497 Edgar-1989[ 102] #> 22507 Fernandez-1967[ 43, 49-51, 56-58] #> 22510 Muntzel-1986[ 125] #> 22513 Schadeberg-and-Elias-1979[ 52] #> 22516 Brigel-1982[ 46-103] #> 22522 Bruce-1968[ passim] #> 22525 Waterman-1932[ 85];Seidenadel-1909[ 139] #> 22528 Tucker-and-Bryan-1966[ 310] #> 22540 Chamoreau-2000[ 242] #> 22556 Bender-1979[ 53];Uzar-1989[ 382] #> 22592 Engel-and-Longacre-1963[ passim] #> 22612 Matsushita-1986[ ??] #> 22615 Newell-1993[ 21] #> 22622 Stairs-and-Hollenbach-1981[ 321] #> 22628 Campbell-1985[ passim] #> 22636 Waterhouse-1967[ 364] #> 22664 Prost-1964h[ passim] #> 22669 Prost-1964g[ passim] #> 22680 Tuggy-1979[ passim] #> 22686 Smye-2004[ 85] #> 22692 Vandame-1968[ 61] #> 22695 Tucker-and-Bryan-1966[ passim] #> 22696 Lukas-1936[ 47] #> 22700 Boyeldieu-1987[ 90];Santandrea-1970[ 127, 153, 159] #> 22710 Lukas-and-Nachtigal-1939[ 58] #> 22720 Stevenson-1969[ 83, 91-92] #> 22722 Solnit-1986[ 329] #> 22727 Barreteau-and-Brunet-2000[ 86, 252] #> 22728 Hoffmann-1963[ 169, 179, 228] #> 22731 Meyer-Bahlburg-1972[ 162, 185-186] #> 22736 Boyeldieu-1982[ 189-190] #> 22744 Schuh-1972[ 33, 237-238, 454-455] #> 22746 Ruelland-1998[ 88, passim] #> 22749 de-Colombel-1997[ 81] #> 22752 Tourneux-et-al-1986[ 190] #> 22753 Bendor-Samuel-et-al-1973[ passim, 72] #> 22754 Baumgartner-1998[ 5] #> 22758 Bender-1989[ 168] #> 22761 Kato-2003[ 640] #> 22763 Frajzyngier-and-Johnston-2005[ 261] #> 22766 Caitucoli-1986[ 48] #> 22783 Diagana-1995[ 212ff] #> 22785 Prost-1956[ passim] #> 22786 Delafosse-1929[ passim] #> 22787 Bird-et-al-1977[ 219] #> 22791 Rowlands-1959[ 87] #> 22832 Matisoff-1973[ 45, 265] #> 22837 Tucker-and-Bryan-1966[ 251] #> 22844 Jungraithmayr-1981[ 279] #> 22857 Tucker-and-Bryan-1966[ 334];Thompson-1976a[ 493] #> 22859 #> 22871 Trail-1970[ 91, 104-106] #> 22881 Dasgupta-and-Sharma-1982[ 27] #> 22884 Prost-1964d[ 364-365] #> 22912 Robinson-2008[ 221] #> 22913 Bradley-1970[ 41, 43] #> 22914 Wolfenden-1975[ 24-25] #> 22917 Taylor-1958[ passim] #> 22918 Hollenbach-1992[ 248] #> 22920 Holmer-1949b[ 151] #> 22922 Alexander-1988[ 195, passim] #> 22924 Healey-1960[ 90] #> 22926 Elbert-and-Pukui-1979[ 49] #> 22929 Sonnenschein-2005[ 114] #> 22932 Day-1973[ 80];Craig-1977[ 26] #> 22936 Topping-1973[ passim] #> 22941 Daly-1973[ 7, passim] #> 22942 Rasch-2002[ 236] #> 22946 Pickett-et-al-1998[ 77-78] #> 22948 Benton-1971a[ 184] #> 22949 Barrett-1999[ 252-255] #> 22950 Pride-1965[ 39, 77] #> 22951 England-1983[ 244] #> 22956 Macaulay-1996[ 119, 146] #> 22959 Robbins-1968[ 137, passim] #> 22961 Schachter-and-Otanes-1972[ 517] #> 22986 Tucker-and-Bryan-1966[ 260] #> 23009 Hoskison-1983[ 90-91] #> 23014 Rowlands-1959[ 87] #> 23020 Delafosse-1929[ passim] #> 23022 Diagana-1995[ 212ff] #> 23024 Prost-1956[ passim] #> 23027 Bird-et-al-1977[ 219] #> 23032 Healey-1960[ 90] #> 23043 Wolfenden-1975[ 24-25] #> 23044 Dayley-1985[ 8, 244, 321] #> 23055 Sonnenschein-2005[ 114] #> 23067 Sischo-1979[ 313] #> 23072 Bodomo-1997[ 84-85] #> 23078 Campbell-1985[ passim] #> 23083 Robbins-1968[ 137, passim] #> 23084 Miller-1976[ 37] #> 23098 Rasch-2002[ 236] #> 23100 Ostapirat-2008[ 647] #> 23101 Jungraithmayr-1981[ 279] #> 23107 Alexander-1988[ 195, passim] #> 23110 England-1983[ 244] #> 23124 Newell-1993[ 21] #> 23129 Thompson-1976a[ 493];Tucker-and-Bryan-1966[ 334] #> 23130 Heath-1999b[ 125, 155] #> 23132 Macaulay-1996[ 119, 146] #> 23140 Black-and-Black-1971[ 70] #> 23141 Elson-1967[ 276, 281] #> 23151 Heath-2005[ 309, 335, 587] #> 23152 Pickett-et-al-1998[ 77-78] #> 23153 Buenrostros-1991[ 35, 68] #> 23156 Jacobs-1970[ 99-101, 114, 128-129] #> 23160 Holmer-1949b[ 151] #> 23172 Bauer-1982a[ 403, 455] #> 23185 Hollenbach-1992[ 248] #> 23188 Anthony-et-al-1968[ 14] #> 23189 Barrett-1999[ 252-255] #> 23201 Rupp-1989[ 11, 32] #> 23208 Daly-1973[ 7, passim] #> 23209 Thomas-1971[ 143-144] #> 23213 Engel-and-Longacre-1963[ passim] #> 23224 Knowles-1984[ 318] #> 23239 Craig-1977[ 26];Day-1973[ 80] #> 23243 Migeod-1914[ 179];Kraft-and-Kirk-Greene-1973[ 37];Kraft-1963[ Vol. 1:125, 132-134, 149];Newman-2000[ 357ff] #> 23244 Keller-1976[ 42, 44] #> 23254 Benton-1971a[ 184] #> 23255 Rennison-1997[ 98] #> 23256 Njie-1982[ 128-129, 147, 168] #> 23257 Harrison-et-al-1981[ 430, 436, 436-439] #> 23259 Cahill-1999[ 20] #> 23260 Schachter-and-Otanes-1972[ 517] #> 23267 Jacob-1968[ 60] #> 23269 Pride-1965[ 39, 77] #> 23270 Robinson-2008[ 221] #> 23272 Waterhouse-1967[ 364] #> 23275 Topping-1973[ passim] #> 23277 Jacq-and-Sidwell-1999[ 22] #> 23283 Cowan-1969[ 28] #> 23299 Blass-1975[ passim] #> 23301 Taylor-1958[ passim] #> 23304 Sunee-2003[ 168] #> 23314 Tucker-and-Bryan-1966[ 251] #> 23317 Prost-1964b[ passim] #> 23338 Vuong-Gia-Thuy-1975[ 110?] #> 23339 Elbert-and-Pukui-1979[ 49] #> 23351 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 23355 Smith-1979[ 107-108] #> 23357 Bradley-1970[ 41, 43] #> 23361 Manley-1972[ 230] #> 23363 Matisoff-1973[ 45, 265] #> 23381 Smye-2004[ 85] #> 23387 #> 23390 Prost-1964d[ 364-365] #> 23398 #> 23407 Emeneau-1955[ 65, 75-78, 110-101] #> 23417 Dasgupta-and-Sharma-1982[ 27] #> 23422 Trail-1970[ 91, 104-106] #> 23448 Carlson-1994[ 376] #> 23461 Frajzyngier-and-Johnston-2005[ 261] #> 23468 Stevenson-1969[ 83, 91-92] #> 23479 Caitucoli-1986[ 48] #> 23480 Hoffmann-1963[ 169, 179, 228] #> 23482 Kato-2003[ 640] #> 23485 Boyeldieu-1987[ 90];Santandrea-1970[ 127, 153, 159] #> 23500 Bender-1989[ 168] #> 23501 Newman-1970[ 15, passim, 128-129] #> 23504 Baumgartner-1998[ 5] #> 23506 Bendor-Samuel-et-al-1973[ passim, 72] #> 23507 Barreteau-and-Brunet-2000[ 86, 252] #> 23510 Wolff-1983[ 252- 253] #> 23514 Solnit-1986[ 329] #> 23520 Tourneux-et-al-1986[ 190] #> 23523 Tucker-and-Bryan-1966[ passim] #> 23527 Simeone-Senelle-1997[ 414] #> 23528 Lukas-1936[ 47] #> 23534 Henderson-1997[ xiii, passim] #> 23535 Schuh-1972[ 33, 237-238, 454-455] #> 23536 Skinner-1979[ 51] #> 23542 Meyer-Bahlburg-1972[ 162, 185-186] #> 23545 Boyeldieu-1982[ 189-190] #> 23551 Lukas-and-Nachtigal-1939[ 58] #> 23558 Jarvis-1989[ 108] #> 23559 de-Colombel-1997[ 81] #> 23560 Ruelland-1998[ 88, passim] #> 23574 Vandame-1968[ 61] #> 23575 Hoskison-1983[ 90-91] #> 23583 Tucker-and-Bryan-1966[ 286] #> 23608 Chamoreau-2000[ 242] #> 23609 Stairs-and-Hollenbach-1981[ 321] #> 23613 Matsushita-1986[ ??] #> 23621 Tucker-and-Bryan-1966[ 310] #> 23627 Tuggy-1979[ passim] #> 23640 Bender-1979[ 53];Uzar-1989[ 382] #> 23643 Dayley-1985[ 8, 244, 321] #> 23651 Simeone-Senelle-1997[ 414] #> 23655 Seidenadel-1909[ 139];Waterman-1932[ 85] #> 23666 Njie-1982[ 128-129, 147, 168] #> 23689 Bruce-1968[ passim] #> 23693 Tucker-and-Bryan-1966[ 286] #> 23696 Tucker-and-Bryan-1966[ 268] #> 23702 Alio-1986[ 138, 142] #> 23716 #> 23717 Schuh-1998[ 280] #> 23720 Newman-1974[ 59] #> 23730 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 23733 Jones-1961[ 17, 50, 52, passim] #> 23735 Stevenson-1957[ 31] #> 23737 Henderson-1997[ xiii, passim] #> 23747 Thomas-1971[ 143-144] #> 23748 Tucker-and-Bryan-1966[ 260] #> 23757 Jacobs-1970[ 99-101, 114, 128-129] #> 23764 Johnson-2000[ 100, 108] #> 23765 Newman-1970[ 15, passim, 128-129] #> 23777 Migeod-1914[ 179];Newman-2000[ 357ff];Kraft-and-Kirk-Greene-1973[ 37];Kraft-1963[ Vol. 1:125, 132-134, 149] #> 23780 Skinner-1979[ 51] #> 23789 Keller-1976[ 42, 44] #> 23800 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[ 312, passim] #> 23802 Black-and-Black-1971[ 70] #> 23806 Jacq-and-Sidwell-1999[ 22] #> 23807 Miller-1976[ 37] #> 23808 Smith-1979[ 107-108] #> 23815 Manley-1972[ 230] #> 23823 Cahill-1999[ 20] #> 23829 Rennison-1997[ 98] #> 23830 Heath-1999b[ 125, 155] #> 23834 Knowles-1984[ 318] #> 23836 Jacob-1968[ 60] #> 23845 Elson-1967[ 276, 281] #> 23850 Vuong-Gia-Thuy-1975[ 110?] #> 23858 Sischo-1979[ 313] #> 23864 Blass-1975[ passim] #> 23869 Sunee-2003[ 168] #> 23876 Anthony-et-al-1968[ 14] #> 23879 Prost-1964b[ passim] #> 23880 Bodomo-1997[ 84-85] #> 23881 Bauer-1982a[ 403, 455] #> 23891 Ostapirat-2008[ 647] #> 23892 Smye-2004[ 85] #> 23895 Frajzyngier-and-Johnston-2005[ 261] #> 23896 Meyer-Bahlburg-1972[ 162, 185-186] #> 23902 Vandame-1968[ 61] #> 23903 Ruelland-1998[ 88, passim] #> 23907 Bender-1989[ 168] #> 23910 Caitucoli-1986[ 48] #> 23911 Kato-2003[ 640] #> 23913 Santandrea-1970[ 127, 153, 159];Boyeldieu-1987[ 90] #> 23926 Stevenson-1969[ 83, 91-92] #> 23929 Hoffmann-1963[ 169, 179, 228] #> 23931 Baumgartner-1998[ 5] #> 23934 Lukas-and-Nachtigal-1939[ 58] #> 23951 Tucker-and-Bryan-1966[ passim] #> 23953 Bendor-Samuel-et-al-1973[ passim, 72] #> 23955 de-Colombel-1997[ 81] #> 23958 Lukas-1936[ 47] #> 23961 Solnit-1986[ 329] #> 23962 Schuh-1972[ 33, 237-238, 454-455] #> 23965 Tourneux-et-al-1986[ 190] #> 23969 Boyeldieu-1982[ 189-190] #> 23971 Barreteau-and-Brunet-2000[ 86, 252] #> 23980 Muntzel-1986[ 125] #> 23995 Tucker-and-Bryan-1966[ 351] #> 24030 Fudemann-1999[ 80] #> 24046 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 24048 Sapir-1965[ 92-94] #> 24049 Soukka-2000[ 185-187] #> 24053 Morgan-1996[ 89-90] #> 24059 Hoskison-1983[ 90-91] #> 24076 Simeone-Senelle-1997[ 414] #> 24079 Dayley-1985[ 8, 244, 321] #> 24100 Waterman-1932[ 85];Seidenadel-1909[ 139] #> 24101 Bruce-1968[ passim] #> 24110 Njie-1982[ 128-129, 147, 168] #> 24114 #> 24119 Newman-1974[ 59] #> 24120 Jones-1961[ 17, 50, 52, passim] #> 24121 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 24137 Tucker-and-Bryan-1966[ 268] #> 24142 Schuh-1998[ 280] #> 24146 Stevenson-1957[ 31] #> 24147 Alio-1986[ 138, 142] #> 24150 Tucker-and-Bryan-1966[ 286] #> 24157 Henderson-1997[ xiii, passim] #> 24173 Jacobs-1970[ 99-101, 114, 128-129] #> 24174 Thomas-1971[ 143-144] #> 24175 Migeod-1914[ 179];Kraft-1963[ Vol. 1:125, 132-134, 149];Kraft-and-Kirk-Greene-1973[ 37];Newman-2000[ 357ff] #> 24183 Johnson-2000[ 100, 108] #> 24189 Newman-1970[ 15, passim, 128-129] #> 24191 Skinner-1979[ 51] #> 24201 Tucker-and-Bryan-1966[ 260] #> 24216 Hoskison-1983[ 90-91] #> 24224 Tucker-and-Bryan-1966[ 260] #> 24226 Tucker-and-Bryan-1966[ 286] #> 24235 Barreteau-and-Brunet-2000[ 86, 252] #> 24252 Solnit-1986[ 329] #> 24263 Prost-1964b[ passim] #> 24272 Kraft-and-Kirk-Greene-1973[ 37];Migeod-1914[ 179];Newman-2000[ 357ff];Kraft-1963[ Vol. 1:125, 132-134, 149] #> 24274 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[ 312, passim] #> 24280 Smye-2004[ 85] #> 24284 #> 24285 Knowles-1984[ 318] #> 24293 Boyeldieu-1982[ 189-190] #> 24295 Jones-1961[ 17, 50, 52, passim] #> 24305 Baumgartner-1998[ 5] #> 24314 Black-and-Black-1971[ 70] #> 24340 Thomas-1971[ 143-144] #> 24343 Bender-1979[ 53];Uzar-1989[ 382] #> 24344 Manley-1972[ 230] #> 24372 Vandame-1968[ 61] #> 24374 Stevenson-1969[ 83, 91-92] #> 24376 Bodomo-1997[ 84-85] #> 24379 Ruelland-1998[ 88, passim] #> 24381 Njie-1982[ 128-129, 147, 168] #> 24382 Bendor-Samuel-et-al-1973[ passim, 72] #> 24384 Rennison-1997[ 98] #> 24386 Heath-1999b[ 125, 155] #> 24394 Smith-1979[ 107-108] #> 24409 Skinner-1979[ 51] #> 24413 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 24415 Sunee-2003[ 168] #> 24416 Cahill-1999[ 20] #> 24417 Keller-1976[ 42, 44] #> 24424 Anthony-et-al-1968[ 14] #> 24425 Hoffmann-1963[ 169, 179, 228] #> 24426 Soukka-2000[ 185-187] #> 24431 de-Colombel-1997[ 81] #> 24436 Miller-1976[ 37] #> 24440 Sapir-1965[ 92-94] #> 24442 Fudemann-1999[ 80] #> 24446 Morgan-1996[ 89-90] #> 24447 Henderson-1997[ xiii, passim] #> 24451 Muntzel-1986[ 125] #> 24457 Ostapirat-2008[ 647] #> 24459 Tucker-and-Bryan-1966[ 268] #> 24464 Kato-2003[ 640] #> 24467 Tucker-and-Bryan-1966[ 351] #> 24471 Schuh-1998[ 280] #> 24481 Jacq-and-Sidwell-1999[ 22] #> 24482 Caitucoli-1986[ 48] #> 24483 Tucker-and-Bryan-1966[ passim] #> 24510 Bender-1989[ 168] #> 24523 Sischo-1979[ 313] #> 24526 Santandrea-1970[ 127, 153, 159];Boyeldieu-1987[ 90] #> 24531 Bauer-1982a[ 403, 455] #> 24536 Tourneux-et-al-1986[ 190] #> 24542 Newman-1974[ 59] #> 24550 Elson-1967[ 276, 281] #> 24558 Schuh-1972[ 33, 237-238, 454-455] #> 24562 Dayley-1985[ 8, 244, 321] #> 24576 Newman-1970[ 15, passim, 128-129] #> 24577 Meyer-Bahlburg-1972[ 162, 185-186] #> 24582 Jacobs-1970[ 99-101, 114, 128-129] #> 24586 Blass-1975[ passim] #> 24591 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 24603 Simeone-Senelle-1997[ 414] #> 24606 Frajzyngier-and-Johnston-2005[ 261] #> 24617 Lukas-1936[ 47] #> 24620 Jacob-1968[ 60] #> 24622 Vuong-Gia-Thuy-1975[ 110?] #> 24624 Lukas-and-Nachtigal-1939[ 58] #> 24636 Sischo-1979[ 313] #> 24639 Dayley-1985[ 8, 244, 321] #> 24641 Smith-1979[ 107-108] #> 24651 Blass-1975[ passim] #> 24652 Jacq-and-Sidwell-1999[ 22] #> 24663 Njie-1982[ 128-129, 147, 168] #> 24665 Rennison-1997[ 98] #> 24669 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 24677 Elson-1967[ 276, 281] #> 24685 Manley-1972[ 230] #> 24689 Vuong-Gia-Thuy-1975[ 110?] #> 24695 Prost-1964b[ passim] #> 24699 Keller-1976[ 42, 44] #> 24704 Bauer-1982a[ 403, 455] #> 24709 Bodomo-1997[ 84-85] #> 24713 Ostapirat-2008[ 647] #> 24720 Miller-1976[ 37] #> 24723 Black-and-Black-1971[ 70] #> 24724 Sunee-2003[ 168] #> 24726 Cahill-1999[ 20] #> 24732 Anthony-et-al-1968[ 14] #> 24740 Jacob-1968[ 60] #> 24744 Heath-1999b[ 125, 155] #> 24756 Knowles-1984[ 318] #> 24782 Tucker-and-Bryan-1966[ 351] #> 24806 Muntzel-1986[ 125] #> 24815 Fudemann-1999[ 80] #> 24831 Thomas-1971[ 143-144] #> 24838 Kraft-1963[ Vol. 1:125, 132-134, 149];Migeod-1914[ 179];Newman-2000[ 357ff];Kraft-and-Kirk-Greene-1973[ 37] #> 24839 Jacobs-1970[ 99-101, 114, 128-129] #> 24847 Skinner-1979[ 51] #> 24859 #> 24860 Newman-1974[ 59] #> 24861 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 24862 Schuh-1998[ 280] #> 24869 Tucker-and-Bryan-1966[ 268] #> 24871 Newman-1970[ 15, passim, 128-129] #> 24882 Jones-1961[ 17, 50, 52, passim] #> 24891 Henderson-1997[ xiii, passim] #> 24908 Bendor-Samuel-et-al-1973[ passim, 72] #> 24921 Bender-1989[ 168] #> 24925 Kato-2003[ 640] #> 24933 Smye-2004[ 85] #> 24936 Vandame-1968[ 61] #> 24944 Meyer-Bahlburg-1972[ 162, 185-186] #> 24947 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 24948 Bender-1979[ 53];Uzar-1989[ 382] #> 24949 Tourneux-et-al-1986[ 190] #> 24952 Barreteau-and-Brunet-2000[ 86, 252] #> 24953 Caitucoli-1986[ 48] #> 24954 Boyeldieu-1987[ 90];Santandrea-1970[ 127, 153, 159] #> 24964 Frajzyngier-and-Johnston-2005[ 261] #> 24966 Hoffmann-1963[ 169, 179, 228] #> 24973 Tucker-and-Bryan-1966[ passim] #> 24977 Boyeldieu-1982[ 189-190] #> 24978 Stevenson-1969[ 83, 91-92] #> 24979 Ruelland-1998[ 88, passim] #> 24986 Hoskison-1983[ 90-91] #> 24990 Morgan-1996[ 89-90] #> 25000 Soukka-2000[ 185-187] #> 25001 Schuh-1972[ 33, 237-238, 454-455] #> 25006 de-Colombel-1997[ 81] #> 25013 Tucker-and-Bryan-1966[ 286] #> 25014 Solnit-1986[ 329] #> 25025 Sapir-1965[ 92-94] #> 25028 Lukas-and-Nachtigal-1939[ 58] #> 25033 Lukas-1936[ 47] #> 25034 Simeone-Senelle-1997[ 414] #> 25035 Baumgartner-1998[ 5] #> 25044 Tucker-and-Bryan-1966[ 260] #> 25053 Smye-2004[ 85] #> 25064 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 25066 Sapir-1965[ 92-94] #> 25067 Njie-1982[ 128-129, 147, 168] #> 25069 Morgan-1996[ 89-90] #> 25076 Soukka-2000[ 185-187] #> 25091 Tucker-and-Bryan-1966[ 268] #> 25095 Schuh-1998[ 280] #> 25118 Johnson-2000[ 100, 108] #> 25123 Anthony-et-al-1968[ 14] #> 25132 Tucker-and-Bryan-1966[ 260] #> 25134 Tourneux-et-al-1986[ 190] #> 25151 Tucker-and-Bryan-1966[ 286] #> 25152 Solnit-1986[ 329] #> 25159 Stevenson-1969[ 83, 91-92] #> 25160 Miller-1976[ 37] #> 25162 Tucker-and-Bryan-1966[ passim] #> 25171 Prost-1964b[ passim] #> 25181 Elson-1967[ 276, 281] #> 25184 Jones-1961[ 17, 50, 52, passim] #> 25189 Bendor-Samuel-et-al-1973[ passim, 72] #> 25191 Kato-2003[ 640] #> 25194 Tucker-and-Bryan-1966[ 351] #> 25207 de-Colombel-1997[ 81] #> 25213 Kraft-1963[ Vol. 1:125, 132-134, 149];Newman-2000[ 357ff];Kraft-and-Kirk-Greene-1973[ 37];Migeod-1914[ 179] #> 25220 Matsushita-1986[ ??] #> 25222 Blass-1975[ passim] #> 25225 Jacq-and-Sidwell-1999[ 22] #> 25229 Thomas-1971[ 143-144] #> 25231 Bruce-1968[ passim] #> 25239 Cahill-1999[ 20] #> 25247 Sischo-1979[ 313] #> 25248 Hoffmann-1963[ 169, 179, 228] #> 25252 Skinner-1979[ 51] #> 25263 Chamoreau-2000[ 242] #> 25268 Smith-1979[ 107-108] #> 25276 Meyer-Bahlburg-1972[ 162, 185-186] #> 25293 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 25295 Vandame-1968[ 61] #> 25298 Lukas-and-Nachtigal-1939[ 58] #> 25301 Newman-1970[ 15, passim, 128-129] #> 25310 Keller-1976[ 42, 44] #> 25313 Rennison-1997[ 98] #> 25320 Lukas-1936[ 47] #> 25323 Stairs-and-Hollenbach-1981[ 321] #> 25330 Santandrea-1970[ 127, 153, 159];Boyeldieu-1987[ 90] #> 25331 Barreteau-and-Brunet-2000[ 86, 252] #> 25335 Bauer-1982a[ 403, 455] #> 25336 #> 25342 Boyeldieu-1982[ 189-190] #> 25346 Ostapirat-2008[ 647] #> 25350 Schuh-1972[ 33, 237-238, 454-455] #> 25351 Black-and-Black-1971[ 70] #> 25356 Frajzyngier-and-Johnston-2005[ 261] #> 25366 Simeone-Senelle-1997[ 414] #> 25369 Jacob-1968[ 60] #> 25370 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 25373 Bender-1989[ 168] #> 25385 Fudemann-1999[ 80] #> 25386 Baumgartner-1998[ 5] #> 25389 Tuggy-1979[ passim] #> 25392 Tucker-and-Bryan-1966[ 310] #> 25395 Muntzel-1986[ 125] #> 25397 Vuong-Gia-Thuy-1975[ 110?] #> 25399 Jacobs-1970[ 99-101, 114, 128-129] #> 25408 Dayley-1985[ 8, 244, 321] #> 25434 Henderson-1997[ xiii, passim] #> 25440 Waterman-1932[ 85];Seidenadel-1909[ 139] #> 25451 Sunee-2003[ 168] #> 25452 Manley-1972[ 230] #> 25458 Knowles-1984[ 318] #> 25459 Hoskison-1983[ 90-91] #> 25465 Heath-1999b[ 125, 155] #> 25468 Bodomo-1997[ 84-85] #> 25487 Newman-1974[ 59] #> 25490 Caitucoli-1986[ 48] #> 25491 Ruelland-1998[ 88, passim] #> 25496 Baumgartner-1998[ 5] #> 25498 Lukas-and-Nachtigal-1939[ 58] #> 25509 Caitucoli-1986[ 48] #> 25510 Santandrea-1970[ 127, 153, 159];Boyeldieu-1987[ 90] #> 25512 Bendor-Samuel-et-al-1973[ passim, 72] #> 25515 Vandame-1968[ 61] #> 25523 Kato-2003[ 640] #> 25528 Barreteau-and-Brunet-2000[ 86, 252] #> 25531 Meyer-Bahlburg-1972[ 162, 185-186] #> 25534 de-Colombel-1997[ 81] #> 25543 Tucker-and-Bryan-1966[ passim] #> 25549 Tourneux-et-al-1986[ 190] #> 25553 Lukas-1936[ 47] #> 25562 Hoffmann-1963[ 169, 179, 228] #> 25563 Schuh-1972[ 33, 237-238, 454-455] #> 25564 Boyeldieu-1982[ 189-190] #> 25567 Frajzyngier-and-Johnston-2005[ 261] #> 25568 Stevenson-1969[ 83, 91-92] #> 25571 Bender-1989[ 168] #> 25576 Ruelland-1998[ 88, passim] #> 25581 Simeone-Senelle-1997[ 414] #> 25586 Solnit-1986[ 329] #> 25589 Skinner-1979[ 51] #> 25597 Newman-1970[ 15, passim, 128-129] #> 25600 Henderson-1997[ xiii, passim] #> 25603 #> 25604 Lehr-et-al-1966[ xxiv-xxxv, 31, 96] #> 25605 Newman-1974[ 59] #> 25610 Jones-1961[ 17, 50, 52, passim] #> 25611 Jacobs-1970[ 99-101, 114, 128-129] #> 25618 Schuh-1998[ 280] #> 25619 Thomas-1971[ 143-144] #> 25620 Kraft-and-Kirk-Greene-1973[ 37];Migeod-1914[ 179];Kraft-1963[ Vol. 1:125, 132-134, 149];Newman-2000[ 357ff] #> 25630 Tucker-and-Bryan-1966[ 286] #> 25645 Hoskison-1983[ 90-91] #> 25647 Tucker-and-Bryan-1966[ 260] #> 25651 Chamoreau-2000[ 242] #> 25655 Vuong-Gia-Thuy-1975[ 110?] #> 25667 Sapir-1965[ 92-94] #> 25676 Bruce-1968[ passim] #> 25694 Miller-1976[ 37] #> 25696 Elson-1967[ 276, 281] #> 25697 Dayley-1985[ 8, 244, 321] #> 25698 Keller-1976[ 42, 44] #> 25699 Tucker-and-Bryan-1966[ 310] #> 25707 Cahill-1999[ 20] #> 25710 Tucker-and-Bryan-1966[ 268] #> 25715 Black-and-Black-1971[ 70] #> 25716 Manley-1972[ 230] #> 25723 Prost-1964b[ passim] #> 25729 Johnson-2000[ 100, 108] #> 25732 Smye-2004[ 85] #> 25733 Jacob-1968[ 60] #> 25736 Jacq-and-Sidwell-1999[ 22] #> 25746 Tuggy-1979[ passim] #> 25755 Knowles-1984[ 318] #> 25760 Smith-1979[ 107-108] #> 25762 Morgan-1996[ 89-90] #> 25771 Lohr-2002[ 178-179, 183, 189, 192-196, 199] #> 25773 Blass-1975[ passim] #> 25776 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[ 312, passim] #> 25785 Soukka-2000[ 185-187] #> 25821 Rennison-1997[ 98] #> 25830 Bauer-1982a[ 403, 455] #> 25833 Anthony-et-al-1968[ 14] #> 25842 Tucker-and-Bryan-1966[ 351] #> 25853 Seidenadel-1909[ 139];Waterman-1932[ 85] #> 25855 Sunee-2003[ 168] #> 25856 Njie-1982[ 128-129, 147, 168] #> 25866 Sischo-1979[ 313] #> 25885 Bodomo-1997[ 84-85] #> 25886 Muntzel-1986[ 125] #> 25892 Heath-1999b[ 125, 155] #> 25896 Ostapirat-2008[ 647] #> 25922 Matsushita-1986[ ??] #> 25925 Fudemann-1999[ 80] #> 25929 Stairs-and-Hollenbach-1981[ 321] #> 26030 Grinevald-1988[ 181-190] #> 26044 Emeneau-1955[ 65, 75-78, 110-101] #> 26063 Beaton-1968[ 95];Jakobi-1990[ 117] #> 26066 Kogan-1997[ 442] #> 26079 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 26111 Carlson-1994[ 376] #> 26114 Trenga-1947[ 139];Tucker-and-Bryan-1966[ 204] #> 26115 Nougayrol-1989[ 64] #> 26136 #> 26142 Prost-1964g[ passim] #> 26144 Prost-1964h[ passim] #> 26161 Bird-et-al-1977[ 219] #> 26166 Delafosse-1929[ passim] #> 26167 Prost-1956[ passim] #> 26168 Rowlands-1959[ 87] #> 26169 Diagana-1995[ 212ff] #> 26180 Fernandez-1967[ 43, 49-51, 56-58] #> 26190 Edgar-1989[ 102] #> 26221 Jungraithmayr-1981[ 279] #> 26228 Tucker-and-Bryan-1966[ 251] #> 26234 Matisoff-1973[ 45, 265] #> 26261 Thompson-1976a[ 493];Tucker-and-Bryan-1966[ 334] #> 26291 Dasgupta-and-Sharma-1982[ 27] #> 26292 #> 26310 Prost-1964d[ 364-365] #> 26322 Trail-1970[ 91, 104-106] #> 26333 Schadeberg-and-Elias-1979[ 52] #> 26346 Nishida-1973[ 67] #> 26349 Tucker-and-Bryan-1966[ 297] #> 26354 Hudson-1974[ passim];Reinisch-1893[ 147, 184] #> 26372 Raz-1983[ 76] #> 26386 Anonymous-1985[ 147];Adam-1891[ 50ff] #> 26391 Crass-and-Jakobi-2004[ 93-94] #> 26404 Tyler-1969[ 85-86, 96-97] #> 26415 Armbruster-1960[ 205] #> 26417 Asher-1982[ 77, 175] #> 26419 Schiffman-1983[ 113-116];Sridhar-1990[ 227-228];Bright-1958[ 24] #> 26420 Israel-1979[ 162] #> 26422 Tucker-and-Bryan-1966[ 191] #> 26423 Heath-2008[ 366ff] #> 26424 Asher-and-Kumari-1997[ passim] #> 26440 Brigel-1982[ 46-103] #> 26459 Lukas-1937[ 36, 68];Hutchison-1976[ 50, 52, passim] #> 26461 Subrahmanyam-1968[ 53-54] #> 26474 Tucker-and-Bryan-1966[ 345] #> 26486 Appleyard-1975[ 333-334] #> 26494 Tucker-and-Bryan-1966[ 217] #> 26495 Edgar-1989[ 29] #> 26496 Frank-1990[ 6, 89] #> 26499 Kervran-and-Prost-1969[ 65-67] #> 26504 Lisker-1963[ 204-207, 259] #> 26552 Emeneau-1955[ 65, 75-78, 110-101] #> 26561 Grinevald-1988[ 181-190] #> 26601 Jakobi-1990[ 117];Beaton-1968[ 95] #> 26603 Kogan-1997[ 442] #> 26605 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 26617 Nougayrol-1989[ 64] #> 26623 #> 26624 Carlson-1994[ 376] #> 26637 Tucker-and-Bryan-1966[ 204];Trenga-1947[ 139] #> 26671 Emeneau-1955[ 65, 75-78, 110-101] #> 26690 Dasgupta-and-Sharma-1982[ 27] #> 26695 Appleyard-1975[ 333-334] #> 26696 Lisker-1963[ 204-207, 259] #> 26704 Nishida-1973[ 67] #> 26719 Israel-1979[ 162] #> 26724 Diagana-1995[ 212ff] #> 26727 Tucker-and-Bryan-1966[ 334];Thompson-1976a[ 493] #> 26729 Kogan-1997[ 442] #> 26748 Schadeberg-and-Elias-1979[ 52] #> 26753 Crass-and-Jakobi-2004[ 93-94] #> 26754 Tucker-and-Bryan-1966[ 191] #> 26758 Anonymous-1985[ 147];Adam-1891[ 50ff] #> 26783 Heath-2008[ 366ff] #> 26785 Asher-1982[ 77, 175] #> 26794 Trail-1970[ 91, 104-106] #> 26803 Prost-1956[ passim] #> 26809 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 26814 Matisoff-1973[ 45, 265] #> 26815 Asher-and-Kumari-1997[ passim] #> 26825 Tyler-1969[ 85-86, 96-97] #> 26836 Tucker-and-Bryan-1966[ 251] #> 26841 Lukas-1937[ 36, 68];Hutchison-1976[ 50, 52, passim] #> 26846 #> 26865 Rowlands-1959[ 87] #> 26889 Kervran-and-Prost-1969[ 65-67] #> 26895 Tucker-and-Bryan-1966[ 217] #> 26897 Bird-et-al-1977[ 219] #> 26899 #> 26906 Raz-1983[ 76] #> 26907 Tucker-and-Bryan-1966[ 204];Trenga-1947[ 139] #> 26912 Tucker-and-Bryan-1966[ 297] #> 26917 Sridhar-1990[ 227-228];Schiffman-1983[ 113-116];Bright-1958[ 24] #> 26918 Hudson-1974[ passim];Reinisch-1893[ 147, 184] #> 26925 Delafosse-1929[ passim] #> 26928 Edgar-1989[ 29] #> 26961 Subrahmanyam-1968[ 53-54] #> 26962 Grinevald-1988[ 181-190] #> 26974 Frank-1990[ 6, 89] #> 26988 Jungraithmayr-1981[ 279] #> 26989 Brigel-1982[ 46-103] #> 26991 Tucker-and-Bryan-1966[ 345] #> 26997 Carlson-1994[ 376] #> 27018 Armbruster-1960[ 205] #> 27020 Beaton-1968[ 95];Jakobi-1990[ 117] #> 27046 Prost-1964d[ 364-365] #> 27048 Delafosse-1929[ passim] #> 27051 Diagana-1995[ 212ff] #> 27058 Rowlands-1959[ 87] #> 27059 Grinevald-1988[ 181-190] #> 27062 Bird-et-al-1977[ 219] #> 27066 Prost-1956[ passim] #> 27077 #> 27086 Carlson-1994[ 376] #> 27088 Israel-1979[ 162] #> 27089 Prost-1964d[ 364-365] #> 27091 Kogan-1997[ 442] #> 27099 Jakobi-1990[ 117];Beaton-1968[ 95] #> 27108 Tucker-and-Bryan-1966[ 345] #> 27128 Armbruster-1960[ 205] #> 27132 Kervran-and-Prost-1969[ 65-67] #> 27136 Emeneau-1955[ 65, 75-78, 110-101] #> 27139 Appleyard-1975[ 333-334] #> 27153 Anonymous-1985[ 147];Adam-1891[ 50ff] #> 27167 Edgar-1989[ 29] #> 27182 Thompson-1976a[ 493];Tucker-and-Bryan-1966[ 334] #> 27192 Tucker-and-Bryan-1966[ 204];Trenga-1947[ 139] #> 27203 Asher-and-Kumari-1997[ passim] #> 27224 Schadeberg-and-Elias-1979[ 52] #> 27251 Subrahmanyam-1968[ 53-54] #> 27271 #> 27277 Asher-1982[ 77, 175] #> 27278 Reinisch-1893[ 147, 184];Hudson-1974[ passim] #> 27306 Lisker-1963[ 204-207, 259] #> 27312 Trail-1970[ 91, 104-106] #> 27313 Tucker-and-Bryan-1966[ 251] #> 27315 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 27318 Heath-2008[ 366ff] #> 27341 Tucker-and-Bryan-1966[ 191] #> 27355 Crass-and-Jakobi-2004[ 93-94] #> 27356 Jungraithmayr-1981[ 279] #> 27358 Tyler-1969[ 85-86, 96-97] #> 27365 Raz-1983[ 76] #> 27367 Frank-1990[ 6, 89] #> 27385 Brigel-1982[ 46-103] #> 27392 Lukas-1937[ 36, 68];Hutchison-1976[ 50, 52, passim] #> 27403 Nishida-1973[ 67] #> 27406 Matisoff-1973[ 45, 265] #> 27414 Sridhar-1990[ 227-228];Schiffman-1983[ 113-116];Bright-1958[ 24] #> 27436 Tucker-and-Bryan-1966[ 217] #> 27439 Tucker-and-Bryan-1966[ 297] #> 27452 Dasgupta-and-Sharma-1982[ 27] #> 27461 Grinevald-1988[ 181-190] #> 27466 Tucker-and-Bryan-1966[ 251] #> 27482 Matisoff-1973[ 45, 265] #> 27505 Jungraithmayr-1981[ 279] #> 27514 Thompson-1976a[ 493];Tucker-and-Bryan-1966[ 334] #> 27533 Tucker-and-Bryan-1966[ 297] #> 27540 Hudson-1974[ passim];Reinisch-1893[ 147, 184] #> 27550 Raz-1983[ 76] #> 27554 Nishida-1973[ 67] #> 27559 Schadeberg-and-Elias-1979[ 52] #> 27608 Leslau-1995[ 292, 302];Leslau-1966[ 609-610] #> 27612 Kogan-1997[ 442] #> 27621 Beaton-1968[ 95];Jakobi-1990[ 117] #> 27649 Prost-1964d[ 364-365] #> 27653 Appleyard-1975[ 333-334] #> 27657 #> 27666 Diagana-1995[ 212ff] #> 27670 Asher-and-Kumari-1997[ passim] #> 27673 Lukas-1937[ 36, 68];Hutchison-1976[ 50, 52, passim] #> 27682 Dasgupta-and-Sharma-1982[ 27] #> 27686 Rowlands-1959[ 87] #> 27688 Tucker-and-Bryan-1966[ 345] #> 27691 Kervran-and-Prost-1969[ 65-67] #> 27712 Heath-2008[ 366ff] #> 27722 Bird-et-al-1977[ 219] #> 27727 Israel-1979[ 162] #> 27744 Tucker-and-Bryan-1966[ 217] #> 27749 Asher-1982[ 77, 175] #> 27757 Trenga-1947[ 139];Tucker-and-Bryan-1966[ 204] #> 27760 Tyler-1969[ 85-86, 96-97] #> 27764 Frank-1990[ 6, 89] #> 27771 Emeneau-1955[ 65, 75-78, 110-101] #> 27785 Trail-1970[ 91, 104-106] #> 27788 Carlson-1994[ 376] #> 27791 Schiffman-1983[ 113-116];Sridhar-1990[ 227-228];Bright-1958[ 24] #> 27799 Tucker-and-Bryan-1966[ 191] #> 27804 Brigel-1982[ 46-103] #> 27807 Lisker-1963[ 204-207, 259] #> 27808 Anonymous-1985[ 147];Adam-1891[ 50ff] #> 27809 Crass-and-Jakobi-2004[ 93-94] #> 27824 Prost-1956[ passim] #> 27827 #> 27830 Delafosse-1929[ passim] #> 27833 Edgar-1989[ 29] #> 27848 Armbruster-1960[ 205] #> 27863 Subrahmanyam-1968[ 53-54] #> 27871 Trail-1970[ 91, 104-106] #> 27879 #> 27881 Dasgupta-and-Sharma-1982[ 27] #> 27883 Prost-1964d[ 364-365] #> 27938 Reinisch-1893[ 147, 184];Hudson-1974[ passim] #> 27945 Tucker-and-Bryan-1966[ 297] #> 27967 Nishida-1973[ 67] #> 27985 Raz-1983[ 76] #> 28001 Diagana-1995[ 212ff] #> 28019 Bird-et-al-1977[ 219] #> 28030 Rowlands-1959[ 87] #> 28064 Prost-1956[ passim] #> 28069 Tucker-and-Bryan-1966[ 251] #> 28088 Delafosse-1929[ passim] #> 28092 Thompson-1976a[ 493];Tucker-and-Bryan-1966[ 334] #> 28098 Matisoff-1973[ 45, 265] #> 28108 Schadeberg-and-Elias-1979[ 52] #> 28117 Jungraithmayr-1981[ 279] #> 28148 Grinevald-1988[ 181-190] #> 28155 Kervran-and-Prost-1969[ 65-67] #> 28157 Tyler-1969[ 85-86, 96-97] #> 28162 Frank-1990[ 6, 89] #> 28165 Adam-1891[ 50ff];Anonymous-1985[ 147] #> 28170 Asher-and-Kumari-1997[ passim] #> 28173 Brigel-1982[ 46-103] #> 28176 Tucker-and-Bryan-1966[ 345] #> 28184 Edgar-1989[ 29] #> 28199 Armbruster-1960[ 205] #> 28219 Tucker-and-Bryan-1966[ 191] #> 28235 Israel-1979[ 162] #> 28236 Heath-2008[ 366ff] #> 28239 Asher-1982[ 77, 175] #> 28245 Appleyard-1975[ 333-334] #> 28258 Lisker-1963[ 204-207, 259] #> 28270 Tucker-and-Bryan-1966[ 217] #> 28274 Subrahmanyam-1968[ 53-54] #> 28281 Hutchison-1976[ 50, 52, passim];Lukas-1937[ 36, 68] #> 28282 Crass-and-Jakobi-2004[ 93-94] #> 28284 Sridhar-1990[ 227-228];Bright-1958[ 24];Schiffman-1983[ 113-116] #> 28288 #> 28293 Carlson-1994[ 376] #> 28299 Nougayrol-1989[ 64] #> 28315 Jakobi-1990[ 117];Beaton-1968[ 95] #> 28330 Kogan-1997[ 442] #> 28341 Leslau-1966[ 609-610];Leslau-1995[ 292, 302] #> 28348 Emeneau-1955[ 65, 75-78, 110-101] #> 28354 Tucker-and-Bryan-1966[ 204];Trenga-1947[ 139] #> 28356 Elbert-and-Pukui-1979[ 49] #> 28360 Holmer-1949b[ 151] #> 28361 Pickett-et-al-1998[ 77-78] #> 28365 Pride-1965[ 39, 77] #> 28371 Schachter-and-Otanes-1972[ 517] #> 28373 Sonnenschein-2005[ 114] #> 28374 Rasch-2002[ 236] #> 28377 Robbins-1968[ 137, passim] #> 28378 Barrett-1999[ 252-255] #> 28380 Bradley-1970[ 41, 43] #> 28381 Craig-1977[ 26];Day-1973[ 80] #> 28384 Macaulay-1996[ 119, 146] #> 28388 Topping-1973[ passim] #> 28389 Benton-1971a[ 184] #> 28393 Daly-1973[ 7, passim] #> 28394 Taylor-1958[ passim] #> 28399 Robinson-2008[ 221] #> 28401 England-1983[ 244] #> 28402 Hollenbach-1992[ 248] #> 28407 Healey-1960[ 90] #> 28410 Alexander-1988[ 195, passim] #> 28411 Wolfenden-1975[ 24-25] #> 28414 Jamieson-1988[ 16] #> 28417 Harrison-et-al-1981[ 430, 436, 436-439] #> 28423 Simeone-Senelle-1997[ 414] #> 28425 Dayley-1985[ 8, 244, 321] #> 28430 Seidenadel-1909[ 139];Waterman-1932[ 85] #> 28432 Bruce-1968[ passim] #> 28436 Frajzyngier-and-Shay-2002[ 380] #> 28437 Schuh-1998[ 280] #> 28438 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 28441 Reh-1985[ 370-374] #> 28445 Wolff-1983[ 252- 253] #> 28449 Heath-2005[ 309, 335, 587] #> 28450 Buenrostros-1991[ 35, 68] #> 28452 Jarvis-1989[ 108] #> 28467 Rupp-1989[ 11, 32] #> 28470 Cowan-1969[ 28] #> 28485 Engel-and-Longacre-1963[ passim] #> 28490 Newell-1993[ 21] #> 28491 Waterhouse-1967[ 364] #> 28496 Campbell-1985[ passim] #> 28499 Briggs-1961[ 32-33, 58] #> 28501 Suarez-1983a[ 192-193, 266] #> 28502 Merrifield-1968[ 26] #> 28503 Anderson-1989[ 29, 7-8, passim] #> 28510 Heath-2005[ 309, 335, 587] #> 28515 Buenrostros-1991[ 35, 68] #> 28517 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 28518 Reh-1985[ 370-374] #> 28520 Frajzyngier-and-Shay-2002[ 380] #> 28522 Schuh-1998[ 280] #> 28523 Wolff-1983[ 252- 253] #> 28528 Barrett-1999[ 252-255] #> 28529 Waterman-1932[ 85];Seidenadel-1909[ 139] #> 28530 Rupp-1989[ 11, 32] #> 28532 Hollenbach-1992[ 248] #> 28534 Schachter-and-Otanes-1972[ 517] #> 28542 Day-1973[ 80];Craig-1977[ 26] #> 28544 Daly-1973[ 7, passim] #> 28547 Taylor-1958[ passim] #> 28550 Pride-1965[ 39, 77] #> 28551 Waterhouse-1967[ 364] #> 28553 Macaulay-1996[ 119, 146] #> 28554 Bruce-1968[ passim] #> 28568 Engel-and-Longacre-1963[ passim] #> 28579 Bradley-1970[ 41, 43] #> 28580 Wolfenden-1975[ 24-25] #> 28583 Dayley-1985[ 8, 244, 321] #> 28588 Robinson-2008[ 221] #> 28589 Newell-1993[ 21] #> 28590 Alexander-1988[ 195, passim] #> 28594 Rasch-2002[ 236] #> 28597 Healey-1960[ 90] #> 28600 England-1983[ 244] #> 28601 Cowan-1969[ 28] #> 28607 Sonnenschein-2005[ 114] #> 28608 Elbert-and-Pukui-1979[ 49] #> 28626 Benton-1971a[ 184] #> 28627 Pickett-et-al-1998[ 77-78] #> 28628 Topping-1973[ passim] #> 28630 Holmer-1949b[ 151] #> 28639 Campbell-1985[ passim] #> 28640 Robbins-1968[ 137, passim] #> 28643 Anderson-1989[ 29, 7-8, passim] #> 28647 Suarez-1983a[ 192-193, 266] #> 28648 Briggs-1961[ 32-33, 58] #> 28650 Merrifield-1968[ 26] #> 28657 Buenrostros-1991[ 35, 68] #> 28658 Heath-2005[ 309, 335, 587] #> 28661 Schuh-1998[ 280] #> 28662 Reh-1985[ 370-374] #> 28663 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 28668 Harrison-et-al-1981[ 430, 436, 436-439] #> 28671 Simeone-Senelle-1997[ 414] #> 28672 Wolff-1983[ 252- 253] #> 28673 Jarvis-1989[ 108] #> 28674 Jamieson-1988[ 16] #> 28675 Frajzyngier-and-Shay-2002[ 380] #> 28677 Jamieson-1988[ 16] #> 28680 Schuh-1998[ 280] #> 28681 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 28682 Wolff-1983[ 252- 253] #> 28683 Frajzyngier-and-Shay-2002[ 380] #> 28685 Buenrostros-1991[ 35, 68] #> 28692 Craig-1977[ 26];Day-1973[ 80] #> 28699 Daly-1973[ 7, passim] #> 28703 Rupp-1989[ 11, 32] #> 28707 Simeone-Senelle-1997[ 414] #> 28708 Holmer-1949b[ 151] #> 28710 Seidenadel-1909[ 139];Waterman-1932[ 85] #> 28714 Bradley-1970[ 41, 43] #> 28719 Rasch-2002[ 236] #> 28722 Pickett-et-al-1998[ 77-78] #> 28725 England-1983[ 244] #> 28726 Suarez-1983a[ 192-193, 266] #> 28727 Barrett-1999[ 252-255] #> 28729 Waterhouse-1967[ 364] #> 28730 Anderson-1989[ 29, 7-8, passim] #> 28731 Campbell-1985[ passim] #> 28737 Newell-1993[ 21] #> 28739 Elbert-and-Pukui-1979[ 49] #> 28740 Robinson-2008[ 221] #> 28743 Dayley-1985[ 8, 244, 321] #> 28744 Hollenbach-1992[ 248] #> 28745 Reh-1985[ 370-374] #> 28750 Benton-1971a[ 184] #> 28755 Wolfenden-1975[ 24-25] #> 28758 Cowan-1969[ 28] #> 28764 Topping-1973[ passim] #> 28766 Schachter-and-Otanes-1972[ 517] #> 28770 Taylor-1958[ passim] #> 28773 Sonnenschein-2005[ 114] #> 28787 Jarvis-1989[ 108] #> 28788 Heath-2005[ 309, 335, 587] #> 28790 Alexander-1988[ 195, passim] #> 28795 Briggs-1961[ 32-33, 58] #> 28798 Engel-and-Longacre-1963[ passim] #> 28810 Macaulay-1996[ 119, 146] #> 28811 Pride-1965[ 39, 77] #> 28816 Bruce-1968[ passim] #> 28818 Merrifield-1968[ 26] #> 28819 Healey-1960[ 90] #> 28822 Harrison-et-al-1981[ 430, 436, 436-439] #> 28824 Robbins-1968[ 137, passim] #> 28828 Simeone-Senelle-1997[ 414] #> 28829 Jarvis-1989[ 108] #> 28830 Wolff-1983[ 252- 253] #> 28831 Reh-1985[ 370-374] #> 28832 Frajzyngier-and-Shay-2002[ 380] #> 28833 Schuh-1998[ 280] #> 28839 Sonnenschein-2005[ 114] #> 28843 Garcia-Matzar-and-Rodriguez-Guajan-1997[ 226, Garcia Matzar] #> 28848 Harrison-et-al-1981[ 430, 436, 436-439] #> 28849 Daly-1973[ 7, passim] #> 28852 Bradley-1970[ 41, 43] #> 28854 Anderson-1989[ 29, 7-8, passim] #> 28859 Healey-1960[ 90] #> 28861 Holmer-1949b[ 151] #> 28864 Jamieson-1988[ 16] #> 28869 Bruce-1968[ passim] #> 28881 Benton-1971a[ 184] #> 28885 Day-1973[ 80];Craig-1977[ 26] #> 28898 Rupp-1989[ 11, 32] #> 28900 Dayley-1985[ 8, 244, 321] #> 28901 Engel-and-Longacre-1963[ passim] #> 28902 Heath-2005[ 309, 335, 587] #> 28909 Waterhouse-1967[ 364] #> 28912 England-1983[ 244] #> 28913 Rasch-2002[ 236] #> 28914 Wolfenden-1975[ 24-25] #> 28915 Buenrostros-1991[ 35, 68] #> 28918 Taylor-1958[ passim] #> 28921 Macaulay-1996[ 119, 146] #> 28923 Seidenadel-1909[ 139];Waterman-1932[ 85] #> 28925 Pride-1965[ 39, 77] #> 28929 Robbins-1968[ 137, passim] #> 28931 Briggs-1961[ 32-33, 58] #> 28936 Suarez-1983a[ 192-193, 266] #> 28944 Newell-1993[ 21] #> 28952 Barrett-1999[ 252-255] #> 28954 Elbert-and-Pukui-1979[ 49] #> 28957 Campbell-1985[ passim] #> 28959 Merrifield-1968[ 26] #> 28962 Topping-1973[ passim] #> 28965 Robinson-2008[ 221] #> 28970 Pickett-et-al-1998[ 77-78] #> 28972 Alexander-1988[ 195, passim] #> 28973 Hollenbach-1992[ 248] #> 28977 Cowan-1969[ 28] #> 28978 Schachter-and-Otanes-1972[ 517] #> 29023 Asher-and-Kumari-1997 #> 29060 Mintz-and-Del-Rosario-Britanico-1985;Mintz-1973;Mintz-1971a #> 29064 Shryrock-1993 #> 29066 Chai-1971 #> 29072 Fleming-and-Dennis-1977 #> 29114 Chung-1983;Seiden-1960 #> 29120 Bender-1996;Tucker-and-Bryan-1966 #> 29125 Almkvist-1881 #> 29139 Armbruster-1960 #> 29141 McArthur-and-McArthur-1956[72-76] #> 29143 Irshied-and-Kenstowicz-1984[109-148] #> 29169 Reh-1985 #> 29182 England-1983 #> 29190 Rupp-1989 #> 29207 Welmers-1952b #> 29210 Grinevald-nd #> 29225 Day-1973 #> 29232 Sapir-1965 #> 29252 Smith-1979 #> 29264 Nacaskul-1978;Griffith-1991;Gorgoniyev-1966;Huffman-1970b;Jacob-1968 #> 29298 Haviland-et-al-nd #> 29299 Mayers-1966 #> 29304 Mayers-1960 #> 29305 Anonymous-1985 #> 29354 Gaden-1909;Stevenson-1969 #> 29355 Foster-1969 #> 29360 Upson-and-Longacre-1965 #> 29376 Rennison-1997 #> 29383 Cooper-and-Cooper-1966 #> 29402 Conklin-1953 #> 29405 Carlson-1994 #> 29437 Llamzon-1966;Schachter-and-Otanes-1972;Bloomfield-1917 #> 29448 Wonderly-1951a;Knudson-1975 #> 29450 Elbert-and-Keala-1961;Elbert-and-Pukui-1979 #> 29464 Pittman-1954 #> 29486 Tyler-1969 #> 29509 Cooper-and-Cooper-1966 #> 29531 Mayers-1966 #> 29579 Mayers-1960 #> 29599 Pittman-1954 #> 29606 Anonymous-1985 #> 29609 Haviland-et-al-nd #> 29639 Upson-and-Longacre-1965 #> 29645 Sapir-1965 #> 29649 Rennison-1997 #> 29655 Wonderly-1951a;Knudson-1975 #> 29665 Rupp-1989 #> 29696 Gaden-1909;Stevenson-1969 #> 29700 Smith-1979 #> 29717 Almkvist-1881 #> 29728 Day-1973 #> 29742 Carlson-1994 #> 29764 Elbert-and-Pukui-1979;Elbert-and-Keala-1961 #> 29775 McArthur-and-McArthur-1956[72-76] #> 29782 Asher-and-Kumari-1997 #> 29823 Fleming-and-Dennis-1977 #> 29833 Chai-1971 #> 29836 Chung-1983;Seiden-1960 #> 29842 Tyler-1969 #> 29843 Grinevald-nd #> 29862 Armbruster-1960 #> 29868 Shryrock-1993 #> 29879 Griffith-1991;Huffman-1970b;Nacaskul-1978;Jacob-1968;Gorgoniyev-1966 #> 29898 Reh-1985 #> 29917 Bloomfield-1917;Llamzon-1966;Schachter-and-Otanes-1972 #> 29920 Bender-1996;Tucker-and-Bryan-1966 #> 29924 Foster-1969 #> 29925 Conklin-1953 #> 29946 Welmers-1952b #> 29947 Mintz-1971a;Mintz-1973;Mintz-and-Del-Rosario-Britanico-1985 #> 29964 England-1983 #> 29986 Irshied-and-Kenstowicz-1984[109-148] #> 30019 Elbert-and-Pukui-1979;Elbert-and-Keala-1961 #> 30046 Schachter-and-Otanes-1972;Bloomfield-1917;Llamzon-1966 #> 30054 Knudson-1975;Wonderly-1951a #> 30059 Grinevald-nd #> 30143 Mintz-1973;Mintz-1971a;Mintz-and-Del-Rosario-Britanico-1985 #> 30149 Shryrock-1993 #> 30162 Chai-1971 #> 30192 Seiden-1960;Chung-1983 #> 30197 Tucker-and-Bryan-1966;Bender-1996 #> 30198 Conklin-1953 #> 30199 Asher-and-Kumari-1997 #> 30212 Gorgoniyev-1966;Huffman-1970b;Jacob-1968;Nacaskul-1978;Griffith-1991 #> 30213 Armbruster-1960 #> 30216 Reh-1985 #> 30217 Tyler-1969 #> 30227 Upson-and-Longacre-1965 #> 30240 McArthur-and-McArthur-1956[72-76] #> 30241 Mayers-1960 #> 30309 Smith-1979 #> 30314 Rennison-1997 #> 30319 Kaufman-1971 #> 30346 de-Paul-1989;Foster-1969;Chamereau-2000 #> 30353 Hunter-and-Pike-1969 #> 30356 Watson-1964 #> 30359 Plungian-1995;Bendor-Samuel-et-al-1989 #> 30360 Upadhyaya-1972;Steever-1998b;Sridhar-1990 #> 30363 Abdalla-1973;Matsushita-1984 #> 30367 Craig-1977;Day-1973 #> 30377 Brockway-1963 #> 30381 Suarez-1983a #> 30384 Hetzron-1969;Hetzron-1976 #> 30396 Ward-1963;Ka-1994;Manessy-and-Sauvageot-1963;Sauvageot-1965 #> 30404 Keller-1976 #> 30413 Bender-1968;Thompson-1976a #> 30414 Durbin-and-Seijas-1972 #> 30415 Rupp-1989;Rupp-1990 #> 30428 Johnstone-1975;Leslau-1938 #> 30431 Stevenson-1969 #> 30456 Schachter-and-Otanes-1972;Bloomfield-1917 #> 30457 Emeneau-1944 #> 30460 Awobuluyi-1971;Hutchison-1981;Lukas-1937 #> 30461 Newman-1970 #> 30470 Cooke-et-al-1976 #> 30472 Santos-1977 #> 30481 Schuh-1981 #> 30482 Bergman-et-al-1969 #> 30486 Ramamurti-1986 #> 30488 Tyler-1969 #> 30490 Kelley-1963;Kostic-et-al-1977;Krishnamurti-1961;Lisker-1963;Sastry-1972 #> 30501 Huffman-1970a;Huffman-1970b;Jacob-1968;Ehrman-1972b #> 30502 Topping-1973;Seiden-1960 #> 30512 Black-and-Black-1971;Schadeberg-1981b #> 30526 Manley-1972 #> 30527 Freeze-1975;Haeseriju-1966 #> 30533 Matisoff-1973;Matisoff-1988 #> 30538 Triulzi-et-al-1976a #> 30541 Jones-1961 #> 30548 Williamson-1967;Prost-1956 #> 30564 Reh-1985 #> 30577 Rennison-1997 #> 30580 Jamieson-1976b;Jamieson-1976a #> 30584 Hudson-1976b;Hudson-1974 #> 30605 Macaulay-1996 #> 30606 Robbins-1961;Robbins-1968 #> 30613 Thongkum-1984;Thongkum-1982;Diffloth-1984 #> 30614 Fedry-1977 #> 30626 Stairs-Kreger-and-Scharfe-de-Stairs-1981;Suarez-1975 #> 30632 Tucker-and-Bryan-1966;Beaton-1968;Jakobi-1990 #> 30635 Wonderly-1951a #> 30639 Di-Luzio-1972;Anderson-1980 #> 30643 Spotts-1953 #> 30650 Holmer-1949d;Mansen-1967 #> 30652 Naden-1973 #> 30655 Schuh-and-Bagari-1999;Newman-2000 #> 30657 Morse-1976;Bris-and-Prost-1981 #> 30663 Thelwall-1981;Tucker-and-Bryan-1966 #> 30664 Bouny-1977 #> 30667 Pride-1965 #> 30677 Tucker-and-Bryan-1966 #> 30688 Cohen-1966;Gradin-and-Gradin-1979;Gradin-1966 #> 30689 Gueye-1986 #> 30696 Solnit-1997 #> 30699 Newman-1974 #> 30702 Smith-1979;Smith-1968 #> 30709 Tucker-and-Bryan-1966 #> 30710 Schoenhals-and-Schoenhals-1965;Crawford-1963 #> 30712 Tuggy-1979 #> 30714 Edmondson-and-Gregerson-1993;Blood-1967 #> 30718 Carlson-1994 #> 30722 Frank-1990;Tracy-and-Tracy-1973 #> 30725 Hayward-and-Hayward-1999 #> 30730 Longacre-1966;Bauernschmidt-1965 #> 30733 Bhat-1967 #> 30735 Noss-1964;Noss-1954;Kruatrachue-1960;Haas-1964;Kalaya-and-Abramson-1999;Abramson-1962 #> 30738 Major-1979;Madtha-1984;Gajendragadkar-1970 #> 30743 Welmers-1952a #> 30746 Grinevald-1988 #> 30752 Bird-et-al-1977 #> 30759 Maddieson-1987;Hoffmann-1963 #> 30761 Schadeberg-1981a #> 30765 Thongkum-1979 #> 30771 Holt-1999b;Holt-1986 #> 30779 Bender-1996 #> 30781 Holt-1999a;Fleming-and-Dennis-1977 #> 30786 Nguyen-1974a;Emeneau-1951;Nguyen-1990;Thompson-1965 #> 30795 Klingenheben-1966;Palmer-1962 #> 30798 Sapir-1965 #> 30799 Heath-1999b #> 30806 Tucker-and-Bryan-1966 #> 30818 Tucker-and-Bryan-1966;Crewe-1975 #> 30819 Stevenson-1957;Tucker-and-Bryan-1966 #> 30820 Straight-1976 #> 30861 Schutz-1981;Pukui-and-Elbert-1965;Elbert-and-Pukui-1979 #> 30866 Yadav-nd #> 30885 Jamieson-1976b;Jamieson-1976a #> 30889 Matisoff-1973;Matisoff-1988 #> 30891 Cooke-et-al-1976 #> 30893 Newman-1970 #> 30905 Santos-1977 #> 30913 Suarez-1983a #> 30920 Heath-1999b #> 30931 Edmondson-and-Gregerson-1993;Blood-1967 #> 30941 Krishnamurti-1961;Lisker-1963;Sastry-1972;Kostic-et-al-1977;Kelley-1963 #> 30950 Stevenson-1969 #> 30953 Brockway-1963 #> 30958 Manley-1972 #> 30959 Naden-1973 #> 30967 Holt-1999a;Fleming-and-Dennis-1977 #> 30968 Newman-2000;Schuh-and-Bagari-1999 #> 30972 Diffloth-1984;Thongkum-1982;Thongkum-1984 #> 30977 Fedry-1977 #> 30978 Lukas-1937;Hutchison-1981;Awobuluyi-1971 #> 30982 Bloomfield-1917;Schachter-and-Otanes-1972 #> 30983 Watson-1964 #> 30986 Carlson-1994 #> 30988 Wonderly-1951a #> 30993 Gueye-1986 #> 30995 Thongkum-1979 #> 30996 Straight-1976 #> 31010 Matsushita-1984;Abdalla-1973 #> 31013 Pride-1965 #> 31021 Williamson-1967;Prost-1956 #> 31034 Sridhar-1990;Steever-1998b;Upadhyaya-1972 #> 31036 Bird-et-al-1977 #> 31050 Tucker-and-Bryan-1966 #> 31052 Haas-1964;Noss-1964;Abramson-1962;Kalaya-and-Abramson-1999;Noss-1954;Kruatrachue-1960 #> 31055 Manessy-and-Sauvageot-1963;Sauvageot-1965;Ward-1963;Ka-1994 #> 31067 Yadav-nd #> 31068 Spotts-1953 #> 31080 Haeseriju-1966;Freeze-1975 #> 31084 Solnit-1997 #> 31085 Rupp-1989;Rupp-1990 #> 31092 Rennison-1997 #> 31099 de-Paul-1989;Chamereau-2000;Foster-1969 #> 31106 Maddieson-1987;Hoffmann-1963 #> 31108 Sapir-1965 #> 31110 Hudson-1974;Hudson-1976b #> 31115 Major-1979;Madtha-1984;Gajendragadkar-1970 #> 31128 Reh-1985 #> 31140 Ramamurti-1986 #> 31152 Tyler-1969 #> 31159 Emeneau-1944 #> 31162 Kaufman-1971 #> 31165 Thompson-1976a;Bender-1968 #> 31172 Tuggy-1979 #> 31186 Tucker-and-Bryan-1966 #> 31188 Longacre-1966;Bauernschmidt-1965 #> 31197 Newman-1974 #> 31198 Elbert-and-Pukui-1979;Schutz-1981;Pukui-and-Elbert-1965 #> 31217 Bender-1996 #> 31219 Topping-1973;Seiden-1960 #> 31229 Day-1973;Craig-1977 #> 31230 Thelwall-1981;Tucker-and-Bryan-1966 #> 31231 Huffman-1970b;Huffman-1970a;Ehrman-1972b;Jacob-1968 #> 31245 Grinevald-1988 #> 31248 Gradin-and-Gradin-1979;Cohen-1966;Gradin-1966 #> 31253 Schuh-1981 #> 31258 Nguyen-1974a;Thompson-1965;Emeneau-1951;Nguyen-1990 #> 31271 Schadeberg-1981a #> 31273 Durbin-and-Seijas-1972 #> 31280 Holt-1999b;Holt-1986 #> 31281 Beaton-1968;Jakobi-1990;Tucker-and-Bryan-1966 #> 31304 Bhat-1967 #> 31307 Mansen-1967;Holmer-1949d #> 31313 Hayward-and-Hayward-1999 #> 31316 Smith-1979;Smith-1968 #> 31321 Tracy-and-Tracy-1973;Frank-1990 #> 31327 Schoenhals-and-Schoenhals-1965;Crawford-1963 #> 31330 Hetzron-1976;Hetzron-1969 #> 31332 Tucker-and-Bryan-1966;Stevenson-1957 #> 31350 Di-Luzio-1972;Anderson-1980 #> 31367 Bris-and-Prost-1981;Morse-1976 #> 31375 Bouny-1977 #> 31383 Welmers-1952a #> 31384 Bergman-et-al-1969 #> 31391 Leslau-1938;Johnstone-1975 #> 31395 Keller-1976 #> 31397 Palmer-1962;Klingenheben-1966 #> 31399 Tucker-and-Bryan-1966 #> 31413 Crewe-1975;Tucker-and-Bryan-1966 #> 31416 Macaulay-1996 #> 31417 Suarez-1975;Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 31418 Hunter-and-Pike-1969 #> 31424 Robbins-1968;Robbins-1961 #> 31427 Triulzi-et-al-1976a #> 31435 Jones-1961 #> 31440 Bendor-Samuel-et-al-1989;Plungian-1995 #> 31445 Black-and-Black-1971;Schadeberg-1981b #> 31503 Brockway-1963 #> 31506 Spotts-1953 #> 31529 Hoffmann-1963;Maddieson-1987 #> 31544 Grinevald-1988 #> 31549 Suarez-1975;Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 31556 Holt-1986;Holt-1999b #> 31559 Palmer-1962;Klingenheben-1966 #> 31564 Williamson-1967;Prost-1956 #> 31565 Krishnamurti-1961;Sastry-1972;Kelley-1963;Kostic-et-al-1977;Lisker-1963 #> 31575 Thelwall-1981;Tucker-and-Bryan-1966 #> 31590 Kaufman-1971 #> 31591 Hudson-1974;Hudson-1976b #> 31601 Holmer-1949d;Mansen-1967 #> 31606 Schutz-1981;Pukui-and-Elbert-1965;Elbert-and-Pukui-1979 #> 31625 Newman-1970 #> 31628 Johnstone-1975;Leslau-1938 #> 31630 Fleming-and-Dennis-1977;Holt-1999a #> 31639 Jamieson-1976b;Jamieson-1976a #> 31652 Schuh-1981 #> 31658 Tyler-1969 #> 31663 Pride-1965 #> 31665 Newman-2000;Schuh-and-Bagari-1999 #> 31666 Beaton-1968;Tucker-and-Bryan-1966;Jakobi-1990 #> 31667 Freeze-1975;Haeseriju-1966 #> 31673 Emeneau-1944 #> 31675 Seiden-1960;Topping-1973 #> 31681 Hunter-and-Pike-1969 #> 31709 Bloomfield-1917;Schachter-and-Otanes-1972 #> 31715 Heath-1999b #> 31717 Naden-1973 #> 31740 Newman-1974 #> 31747 Craig-1977;Day-1973 #> 31750 Triulzi-et-al-1976a #> 31751 Rupp-1990;Rupp-1989 #> 31759 Abdalla-1973;Matsushita-1984 #> 31767 Straight-1976 #> 31774 Bender-1996 #> 31780 Durbin-and-Seijas-1972 #> 31789 Upadhyaya-1972;Steever-1998b;Sridhar-1990 #> 31794 Thompson-1976a;Bender-1968 #> 31796 Ramamurti-1986 #> 31813 de-Paul-1989;Foster-1969;Chamereau-2000 #> 31815 Macaulay-1996 #> 31819 Tucker-and-Bryan-1966;Crewe-1975 #> 31822 Tuggy-1979 #> 31829 Wonderly-1951a #> 31835 Solnit-1997 #> 31836 Jacob-1968;Huffman-1970b;Huffman-1970a;Ehrman-1972b #> 31843 Diffloth-1984;Thongkum-1984;Thongkum-1982 #> 31845 Tucker-and-Bryan-1966 #> 31849 Matisoff-1988;Matisoff-1973 #> 31850 Reh-1985 #> 31851 Tucker-and-Bryan-1966;Stevenson-1957 #> 31853 Keller-1976 #> 31858 Cooke-et-al-1976 #> 31863 Morse-1976;Bris-and-Prost-1981 #> 31872 Edmondson-and-Gregerson-1993;Blood-1967 #> 31875 Thompson-1965;Nguyen-1990;Nguyen-1974a;Emeneau-1951 #> 31877 Carlson-1994 #> 31892 Sapir-1965 #> 31893 Noss-1954;Kalaya-and-Abramson-1999;Haas-1964;Kruatrachue-1960;Noss-1964;Abramson-1962 #> 31901 Sauvageot-1965;Manessy-and-Sauvageot-1963;Ward-1963;Ka-1994 #> 31903 Stevenson-1969 #> 31904 Di-Luzio-1972;Anderson-1980 #> 31908 Tracy-and-Tracy-1973;Frank-1990 #> 31909 Tucker-and-Bryan-1966 #> 31914 Madtha-1984;Major-1979;Gajendragadkar-1970 #> 31924 Gradin-and-Gradin-1979;Gradin-1966;Cohen-1966 #> 31928 Gueye-1986 #> 31933 Manley-1972 #> 31935 Bhat-1967 #> 31936 Tucker-and-Bryan-1966 #> 31938 Robbins-1961;Robbins-1968 #> 31941 Hayward-and-Hayward-1999 #> 31943 Bergman-et-al-1969 #> 31946 Thongkum-1979 #> 31948 Schadeberg-1981a #> 31949 Crawford-1963;Schoenhals-and-Schoenhals-1965 #> 31950 Jones-1961 #> 31952 Yadav-nd #> 31963 Awobuluyi-1971;Lukas-1937;Hutchison-1981 #> 31968 Hetzron-1969;Hetzron-1976 #> 31974 Black-and-Black-1971;Schadeberg-1981b #> 31978 Rennison-1997 #> 31980 Longacre-1966;Bauernschmidt-1965 #> 31989 Bendor-Samuel-et-al-1989;Plungian-1995 #> 31992 Watson-1964 #> 31993 Smith-1968;Smith-1979 #> 31994 Bird-et-al-1977 #> 31996 Fedry-1977 #> 32005 Bouny-1977 #> 32012 Welmers-1952a #> 32018 Levy-Podolsky-1990;MacKay-1999 #> 32020 Grinevald-nd #> 32047 Harrison-et-al-1981 #> 32050 Craig-1977;Day-1973 #> 32051 Reh-1985 #> 32053 Turner-and-Turner-1971 #> 32056 Schachter-and-Otanes-1972;Kroeger-1993;Shkarban-1998;Himmelmann-1999 #> 32058 Armbruster-1960 #> 32089 Stairs-and-Hollenbach-1969;Suarez-1975;Matthews-1972;Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 32102 Macaulay-1996 #> 32117 Sridhar-1990;Steever-1998a #> 32125 Kuiper-1962 #> 32127 Chamereau-2000;Friedrich-1984 #> 32132 Gaden-1909;Stevenson-1969 #> 32142 Carlson-1994 #> 32143 Newman-1970 #> 32144 Binh-1971;Bisang-1991;Bisang-1992;Thompson-1965;Nguyen-1997 #> 32148 Newman-2000;Wolff-1993;Smirnova-1982;Kraft-and-Kraft-1973 #> 32149 Matisoff-1973 #> 32156 Heath-1999b #> 32163 Hudson-1974 #> 32169 Bender-1996 #> 32175 Warotamasikkhadit-1972;Bisang-1991;Bisang-1992;Noss-1964 #> 32180 Costenoble-1940;Topping-1973;Chung-1983 #> 32188 Grinevald-nd #> 32189 Friedrich-1984;Chamereau-2000 #> 32190 Steever-1998a;Sridhar-1990 #> 32200 Harrison-et-al-1981 #> 32207 Bender-1996;Thompson-1989b #> 32235 Kuiper-1962 #> 32236 Matisoff-1973 #> 32240 Armbruster-1960 #> 32243 Hudson-1974 #> 32262 Kroeger-1993;Shkarban-1998;Himmelmann-1999;Schachter-and-Otanes-1972 #> 32280 Heath-1999b #> 32281 Newman-1970 #> 32293 Turner-and-Turner-1971 #> 32302 Matthews-1972;Suarez-1975;Stairs-and-Hollenbach-1969;Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 32303 Reh-1985 #> 32309 Hoffmann-1963 #> 32312 Bisang-1991;Noss-1964;Bisang-1992;Warotamasikkhadit-1972 #> 32317 Gaden-1909;Stevenson-1969 #> 32318 Levy-Podolsky-1990;MacKay-1999 #> 32324 Carlson-1994 #> 32325 Topping-1973;Chung-1983;Costenoble-1940 #> 32326 Craig-1977;Day-1973 #> 32329 Macaulay-1996 #> 32333 Bisang-1991;Bisang-1992;Binh-1971;Thompson-1965;Nguyen-1997 #> 32341 Wolff-1993;Smirnova-1982;Newman-2000;Kraft-and-Kraft-1973 #> 32344 Reh-1985 #> 32349 Craig-1977;Day-1973 #> 32351 Kuiper-1962 #> 32355 Warotamasikkhadit-1972;Noss-1964;Bisang-1991;Bisang-1992 #> 32378 Newman-1970 #> 32383 Macaulay-1996 #> 32389 Thompson-1989b;Bender-1996 #> 32393 Grinevald-nd #> 32397 Harrison-et-al-1981 #> 32410 Matisoff-1973 #> 32419 MacKay-1999;Levy-Podolsky-1990 #> 32423 Friedrich-1984;Chamereau-2000 #> 32424 Hudson-1974 #> 32425 Hoffmann-1963 #> 32426 Armbruster-1960 #> 32430 Carlson-1994 #> 32446 Himmelmann-1999;Shkarban-2001;Schachter-and-Otanes-1972;Kroeger-1993 #> 32448 Turner-and-Turner-1971 #> 32456 Newman-2000;Smirnova-1982;Wolff-1993;Kraft-and-Kraft-1973 #> 32459 Sridhar-1990;Steever-1998a #> 32462 Binh-1971;Bisang-1992;Nguyen-1997;Bisang-1991;Thompson-1965 #> 32473 Chung-1983;Costenoble-1940;Topping-1973 #> 32478 Stairs-and-Hollenbach-1981;Stairs-and-Hollenbach-1969;Suarez-1975;Matthews-1972 #> 32488 Gaden-1909;Stevenson-1969 #> 32498 Heath-1999b #> 32504 Kuiper-1962 #> 32506 Thompson-1965 #> 32509 Grinevald-nd #> 32511 Jones-1961 #> 32512 Steever-1998a;Sridhar-1990 #> 32520 Himmelmann-1999;Shkarban-1998 #> 32527 Warotamasikkhadit-1972 #> 32530 Heath-1999b #> 32531 Carlson-1994 #> 32534 Campbell-1985 #> 32537 Macaulay-1996 #> 32538 Day-1973;Craig-1977 #> 32548 Reh-1985 #> 32550 Matthews-1972;Stairs-Kreger-and-Scharfe-de-Stairs-1981;Stairs-and-Hollenbach-1969;Suarez-1975 #> 32562 Hudson-1974 #> 32584 Stevenson-1969;Gaden-1909 #> 32585 Wolff-1993;Kraft-and-Kraft-1973 #> 32591 Topping-1973;Chung-1983 #> 32613 Harrison-et-al-1981 #> 32660 Craig-1977 #> 32667 Stevenson-1969 #> 32690 Campbell-1985 #> 32699 Turner-and-Turner-1971;Waterhouse-1962 #> 32714 Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 32719 Kuiper-1962 #> 32722 Sridhar-1990 #> 32723 Foster-1969;Friedrich-1984;Chamereau-2000 #> 32739 Hudson-1974 #> 32741 Bender-1996 #> 32746 Heath-1999b #> 32752 Bender-1979 #> 32754 Jakobi-1990;Beaton-1968 #> 32764 Topping-1973 #> 32772 Armbruster-1960 #> 32779 Thompson-1976a #> 32788 Grinevald-nd #> 32791 Wolff-1993;Newman-2000 #> 32802 Cyffer-1998;Lukas-1937 #> 32817 Kroeger-1993;Himmelmann-1999;Schachter-and-Otanes-1972 #> 32819 Harrison-et-al-1981 #> 32844 Reh-1985 #> 32849 Carlson-1994 #> 32854 Noss-1964 #> 32855 Frank-1990 #> 32868 Thompson-1965 #> 32872 Thaeler-and-Thaeler-nd #> 32876 Schadeberg-and-Elias-1979 #> 32880 Macaulay-1996 #> 32901 Craig-1977 #> 32906 Waterhouse-1962;Turner-and-Turner-1971 #> 32925 Thaeler-and-Thaeler-nd #> 32935 Topping-1973 #> 32939 Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 32956 Campbell-1985 #> 32961 Carlson-1994 #> 32962 Frank-1990 #> 32964 Armbruster-1960 #> 32966 Bender-1996 #> 32973 Kuiper-1962 #> 32992 Jakobi-1990;Beaton-1968 #> 32999 Lukas-1937;Cyffer-1998 #> 33003 Noss-1964 #> 33014 Heath-1999b #> 33016 Schadeberg-and-Elias-1979 #> 33025 Newman-2000;Wolff-1993 #> 33034 Sridhar-1990 #> 33041 Foster-1969;Friedrich-1984;Chamereau-2000 #> 33044 Hudson-1974 #> 33056 Reh-1985 #> 33062 Harrison-et-al-1981 #> 33091 Thompson-1976a #> 33094 Thompson-1965 #> 33103 Stevenson-1969 #> 33108 Macaulay-1996 #> 33112 Bender-1979 #> 33115 Grinevald-nd #> 33118 Schachter-and-Otanes-1972;Himmelmann-1999;Kroeger-1993 #> 33129 Campbell-1985 #> 33135 Craig-1977 #> 33142 Stairs-Kreger-and-Scharfe-de-Stairs-1981 #> 33163 Turner-and-Turner-1971;Waterhouse-1962 #> 33169 Armbruster-1960 #> 33172 Jakobi-1990;Beaton-1968 #> 33175 Heath-1999b #> 33179 Sridhar-1990 #> 33182 Hudson-1974 #> 33184 Foster-1969;Chamereau-2000;Friedrich-1984 #> 33192 Bender-1996 #> 33210 Kuiper-1962 #> 33214 Harrison-et-al-1981 #> 33230 Thompson-1965 #> 33240 Grinevald-nd #> 33246 Lukas-1937;Cyffer-1998 #> 33247 Bender-1979 #> 33262 Macaulay-1996 #> 33270 Reh-1985 #> 33273 Noss-1964 #> 33282 Thompson-1976a #> 33285 Schachter-and-Otanes-1972;Kroeger-1993;Himmelmann-1999 #> 33291 Carlson-1994 #> 33305 Frank-1990 #> 33318 Newman-2000;Wolff-1993 #> 33328 Stevenson-1969 #> 33337 Topping-1973 #> 33348 Thaeler-and-Thaeler-nd #> 33355 Schadeberg-and-Elias-1979 #> 33356 Noss-1964 #> 33358 Carlson-1994 #> 33363 Thompson-1965 #> 33374 Topping-1973 #> 33377 Hudson-1974 #> 33381 Foster-1969;Friedrich-1984;Chamereau-2000 #> 33384 Himmelmann-1999;Kroeger-1993;Schachter-and-Otanes-1972 #> 33397 Jakobi-1990;Beaton-1968 #> 33412 Bender-1979 #> 33414 Frank-1990 #> 33415 Cyffer-1998;Lukas-1937 #> 33432 Sridhar-1990 #> 33444 Harrison-et-al-1981 #> 33446 Macaulay-1996 #> 33447 Thompson-1976a #> 33453 Stairs-and-Hollenbach-1981 #> 33455 Grinevald-nd #> 33482 Campbell-1985 #> 33483 Kuiper-1962 #> 33504 Stevenson-1969 #> 33505 Heath-1999b #> 33508 Bender-1996 #> 33525 #> 33527 Thaeler-and-Thaeler-nd #> 33529 Turner-and-Turner-1971;Waterhouse-1962 #> 33545 Reh-1985 #> 33548 Armbruster-1960 #> 33565 Schadeberg-and-Elias-1979 #> 33584 Newman-2000;Wolff-1993 #> 33589 Grinevald-nd #> 33592 Heath-1999a[passim];Prost-1956[passim] #> 33599 Heath-1999b[passim] #> 33605 Smye-2004[ passim] #> 33607 Vuong-Gia-Thuy-1975[passim];Nguyen-1975[passim];Huffman-and-Hai-1980[passim];Nguyen-1974b[passim];Thompson-1965[passim];Binh-1971[passim] #> 33608 Koite-Herschel-1981-1982[ passim] #> 33610 Thomas-1971[passim] #> 33627 Bendor-Samuel-et-al-1973[passim] #> 33628 Hawkins-1982[passim];Elbert-and-Pukui-1979[passim] #> 33629 Jones-1961[passim] #> 33635 Aldridge-2004[passim];Schachter-and-Otanes-1972[passim];Kroeger-1993[ passim] #> 33637 Matisoff-1988[passim];Matisoff-1973[passim] #> 33639 Jacob-1968[passim];Gorgoniyev-1966[passim];Ehrman-1970[passim];Gorgoniev-1966[ passim] #> 33643 Solnit-1986[passim] #> 33658 Smith-1979[passim] #> 33659 Sauvageot-1965[passim];Njie-1982[passim] #> 33671 Hospitalier-1937[passim];Yates-and-Sayisthsena-1970[passim] #> 33673 Warotamasikkhadit-1972[passim];Anthony-et-al-1968[passim] #> 33674 Mintz-1971a[passim] #> 33682 Howeidy-1959[passim];Kraft-and-Kraft-1973[passim];Migeod-1914[passim];Kraft-1963[passim];Kraft-and-Kirk-Greene-1973[passim];Newman-2000[passim];Smirnova-1982[passim] #> 33687 Rupp-1989[passim] #> 33706 Bauer-1982a[passim] #> 33718 Topping-1973[passim] #> 33728 Prost-1964b[passim] #> 33729 Alexander-1988[passim] #> 33731 Miller-1976[passim] #> 33734 Schuh-1972[passim] #> 33739 Coelho-2003[ passim] #> 33756 Santandrea-1970[passim];Boyeldieu-1987[passim] #> 33766 Heath-2008[ passim] #> 33772 Pandharipande-1997[ passim] #> 33794 Fernandez-1967[passim] #> 33796 Lehr-et-al-1966[passim] #> 33820 Boyeldieu-1982[passim] #> 33821 Lukas-1937[passim];Hutchison-1981[passim];Hutchison-1976[passim] #> 33825 Adam-1891[passim];Anonymous-1985[passim] #> 33828 Vandame-1968[passim] #> 33834 Asher-1982[passim] #> 33837 Bright-1958[passim];Sridhar-1990[passim];Schiffman-1983[passim] #> 33838 Morgan-1996[passim] #> 33868 Lisker-1963[passim] #> 33878 Skinner-1979[passim] #> 33880 Cahill-1999[passim] #> 33898 Thompson-1976a[passim];Tucker-and-Bryan-1966[passim] #> 33910 Meyer-Bahlburg-1972[passim];Tourneaux-1978[passim] #> 33929 Hoskison-1983[passim] #> 33935 Tucker-and-Bryan-1966[passim] #> 33939 Reinisch-1882[passim] #> 33948 Israel-1979[passim] #> 33955 Edgar-1989[passim] #> 33957 Soukka-2000[passim] #> 33959 Lukas-1953[passim];Tucker-and-Bryan-1966[passim] #> 33960 Kervran-and-Prost-1969[passim] #> 33965 Healey-1960[passim] #> 33974 Appleyard-1975[passim] #> 33993 Newman-1974[passim] #> 33994 Chamoreau-2000[ passim];Friedrich-1984[passim];Foster-1969[passim] #> 34009 Bird-and-Kante-1976[passim];Bird-et-al-1977[passim] #> 34016 Subrahmanyam-1968[passim];Lincoln-1969[passim] #> 34022 Knowles-1984[passim] #> 34034 Wolff-1983[passim] #> 34043 Lohr-2002[passim] #> 34045 Schuh-1998[passim] #> 34075 Emeneau-1955[passim] #> 34086 Prost-1964h[passim] #> 34088 Armbruster-1960[passim] #> 34095 Newman-1970[passim] #> 34103 Bruce-1968[passim] #> 34110 Tourneux-et-al-1986[passim] #> 34111 Jacobs-1970[passim] #> 34118 Trail-1970[passim] #> 34119 Lukas-1931[passim] #> 34133 Tyler-1969[passim] #> 34139 Carlson-1994[passim] #> 34148 Olza-Zubiri-and-Jusayu-1978[passim];Ehrman-1972a[passim];Holmer-1949c[passim];Holmer-1949a[passim];Holmer-1949b[passim] #> 34151 Rennison-1997[passim] #> 34158 Hoffmann-1963[passim] #> 34161 Triulzi-et-al-1976a[passim];Tucker-and-Bryan-1966[passim] #> 34163 Dasgupta-and-Sharma-1982[passim] #> 34166 Frank-1990[passim] #> 34181 Jakobi-1990[ passim];Tucker-and-Bryan-1966[passim];Beaton-1968[passim] #> 34188 Bender-1989[passim] #> 34193 Tucker-and-Bryan-1966[passim] #> 34197 Leslau-1995[ passim];Cowley-et-al-1976[passim];Leslau-1966[passim];Cotterell-1964[passim] #> 34202 Tucker-and-Bryan-1966[passim];Trenga-1947[passim];Lukas-1933[passim] #> 34205 Uzar-1989[passim];Bender-1979[passim] #> 34209 Almkvist-1881[passim];Hudson-1974[passim];Reinisch-1893[passim] #> 34214 Waterhouse-1967[passim];Waterhouse-1962[passim];Waterhouse-1949[passim] #> 34227 Crass-and-Jakobi-2004[ passim] #> 34228 Raz-1983[passim] #> 34240 Stevenson-1969[passim] #> 34251 Tucker-and-Bryan-1966[passim] #> 34258 Bender-1996[passim];Tucker-and-Bryan-1966[passim];Thompson-1983[passim];Bender-1983a[passim];Bohm-1984[passim] #> 34259 Pike-1967[passim] #> 34267 Lukas-and-Nachtigal-1939[passim] #> 34282 MacKay-1991[passim] #> 34284 Stairs-and-Hollenbach-1981[passim] #> 34285 Wagner-1953[ passim];Simeone-Senelle-1997[passim] #> 34289 Tuggy-1979[passim] #> 34301 Heath-2005[ passim] #> 34312 Grinevald-nd[passim];Grinevald-1988[ passim] #> 34313 Elson-1967[passim] #> 34315 Tucker-and-Bryan-1966[passim] #> 34316 Pickett-et-al-1998[passim] #> 34329 Bradley-1970[passim] #> 34348 Stubblefield-and-Stubblefield-1991[ passim];Briggs-1961[passim] #> 34350 Cowan-1969[passim] #> 34358 Tucker-and-Bryan-1966[passim] #> 34359 Engel-and-Longacre-1963[passim] #> 34362 Sapir-1965[passim] #> 34367 Nougayrol-1989[passim] #> 34373 Lukas-1936[passim] #> 34376 Robbins-1968[passim] #> 34378 Newell-1993[passim] #> 34385 Sonnenschein-2005[ passim] #> 34391 Hollenbach-1992[passim] #> contributors #> 45 Ian Maddieson #> 52 Ian Maddieson #> 71 Ian Maddieson #> 74 Ian Maddieson #> 83 Ian Maddieson #> 94 Ian Maddieson #> 112 Ian Maddieson #> 122 Ian Maddieson #> 125 Ian Maddieson #> 128 Ian Maddieson #> 129 Ian Maddieson #> 135 Ian Maddieson #> 136 Ian Maddieson #> 137 Ian Maddieson #> 144 Ian Maddieson #> 146 Ian Maddieson #> 148 Ian Maddieson #> 152 Ian Maddieson #> 154 Ian Maddieson #> 166 Ian Maddieson #> 176 Ian Maddieson #> 184 Ian Maddieson #> 190 Ian Maddieson #> 206 Ian Maddieson #> 207 Ian Maddieson #> 212 Ian Maddieson #> 213 Ian Maddieson #> 217 Ian Maddieson #> 220 Ian Maddieson #> 225 Ian Maddieson #> 227 Ian Maddieson #> 230 Ian Maddieson #> 231 Ian Maddieson #> 233 Ian Maddieson #> 238 Ian Maddieson #> 239 Ian Maddieson #> 249 Ian Maddieson #> 256 Ian Maddieson #> 263 Ian Maddieson #> 271 Ian Maddieson #> 278 Ian Maddieson #> 280 Ian Maddieson #> 294 Ian Maddieson #> 304 Ian Maddieson #> 313 Ian Maddieson #> 314 Ian Maddieson #> 318 Ian Maddieson #> 319 Ian Maddieson #> 322 Ian Maddieson #> 324 Ian Maddieson #> 328 Ian Maddieson #> 334 Ian Maddieson #> 343 Ian Maddieson #> 345 Ian Maddieson #> 346 Ian Maddieson #> 348 Ian Maddieson #> 350 Ian Maddieson #> 355 Ian Maddieson #> 365 Ian Maddieson #> 370 Ian Maddieson #> 372 Ian Maddieson #> 373 Ian Maddieson #> 377 Ian Maddieson #> 379 Ian Maddieson #> 384 Ian Maddieson #> 387 Ian Maddieson #> 389 Ian Maddieson #> 390 Ian Maddieson #> 400 Ian Maddieson #> 414 Ian Maddieson #> 422 Ian Maddieson #> 423 Ian Maddieson #> 439 Ian Maddieson #> 444 Ian Maddieson #> 447 Ian Maddieson #> 448 Ian Maddieson #> 449 Ian Maddieson #> 457 Ian Maddieson #> 461 Ian Maddieson #> 462 Ian Maddieson #> 463 Ian Maddieson #> 464 Ian Maddieson #> 471 Ian Maddieson #> 476 Ian Maddieson #> 480 Ian Maddieson #> 496 Ian Maddieson #> 497 Ian Maddieson #> 505 Ian Maddieson #> 511 Ian Maddieson #> 514 Ian Maddieson #> 515 Ian Maddieson #> 517 Ian Maddieson #> 543 Ian Maddieson #> 559 Ian Maddieson #> 568 John Hajek #> 571 John Hajek #> 574 John Hajek #> 575 John Hajek #> 577 John Hajek #> 581 John Hajek #> 588 John Hajek #> 593 John Hajek #> 595 John Hajek #> 613 John Hajek #> 615 John Hajek #> 617 John Hajek #> 624 John Hajek #> 627 John Hajek #> 638 John Hajek #> 641 John Hajek #> 646 John Hajek #> 666 John Hajek #> 672 John Hajek #> 673 John Hajek #> 680 John Hajek #> 683 John Hajek #> 690 John Hajek #> 697 John Hajek #> 704 John Hajek #> 705 John Hajek #> 708 John Hajek #> 716 John Hajek #> 719 John Hajek #> 720 John Hajek #> 721 John Hajek #> 722 John Hajek #> 731 John Hajek #> 741 John Hajek #> 747 John Hajek #> 749 John Hajek #> 752 John Hajek #> 757 John Hajek #> 765 John Hajek #> 774 John Hajek #> 778 John Hajek #> 779 John Hajek #> 780 John Hajek #> 786 John Hajek #> 788 John Hajek #> 792 John Hajek #> 808 John Hajek #> 809 John Hajek #> 810 John Hajek #> 815 John Hajek #> 816 John Hajek #> 823 John Hajek #> 825 John Hajek #> 826 John Hajek #> 827 John Hajek #> 837 John Hajek #> 839 John Hajek #> 840 John Hajek #> 841 John Hajek #> 842 John Hajek #> 845 John Hajek #> 849 Anna Siewierska #> 853 Anna Siewierska #> 860 Anna Siewierska #> 862 Anna Siewierska #> 867 Anna Siewierska #> 877 Anna Siewierska #> 879 Anna Siewierska #> 884 Anna Siewierska #> 896 Anna Siewierska #> 903 Anna Siewierska #> 907 Anna Siewierska #> 910 Anna Siewierska #> 913 Anna Siewierska #> 919 Anna Siewierska #> 922 Anna Siewierska #> 930 Anna Siewierska #> 933 Anna Siewierska #> 940 Anna Siewierska #> 942 Anna Siewierska #> 951 Anna Siewierska #> 953 Anna Siewierska #> 957 Anna Siewierska #> 964 Anna Siewierska #> 974 Anna Siewierska #> 983 Anna Siewierska #> 989 Anna Siewierska #> 991 Anna Siewierska #> 996 Anna Siewierska #> 1001 Anna Siewierska #> 1002 Anna Siewierska #> 1009 Anna Siewierska #> 1023 Anna Siewierska #> 1037 Anna Siewierska #> 1039 Anna Siewierska #> 1040 Anna Siewierska #> 1045 Anna Siewierska #> 1051 Anna Siewierska #> 1052 Anna Siewierska #> 1058 Anna Siewierska #> 1063 Anna Siewierska #> 1093 Anna Siewierska #> 1098 Anna Siewierska #> 1108 Anna Siewierska #> 1114 Anna Siewierska #> 1119 Anna Siewierska #> 1134 Anna Siewierska #> 1143 Anna Siewierska #> 1144 Anna Siewierska #> 1146 Anna Siewierska #> 1150 Anna Siewierska #> 1152 Anna Siewierska #> 1184 Anna Siewierska #> 1212 Anna Siewierska #> 1232 Matthew S. Dryer #> 1250 Matthew S. Dryer #> 1258 Matthew S. Dryer #> 1264 Matthew S. Dryer #> 1265 Matthew S. Dryer #> 1270 Matthew S. Dryer #> 1279 Matthew S. Dryer #> 1296 Matthew S. Dryer #> 1304 Matthew S. Dryer #> 1305 Matthew S. Dryer #> 1313 Matthew S. Dryer #> 1317 Matthew S. Dryer #> 1322 Matthew S. Dryer #> 1338 Matthew S. Dryer #> 1346 Matthew S. Dryer #> 1351 Matthew S. Dryer #> 1352 Matthew S. Dryer #> 1370 Matthew S. Dryer #> 1394 Matthew S. Dryer #> 1426 Matthew S. Dryer #> 1436 Matthew S. Dryer #> 1448 Matthew S. Dryer #> 1451 Matthew S. Dryer #> 1459 Matthew S. Dryer #> 1468 Matthew S. Dryer #> 1488 Matthew S. Dryer #> 1496 Matthew S. Dryer #> 1501 Matthew S. Dryer #> 1506 Matthew S. Dryer #> 1517 Matthew S. Dryer #> 1528 Matthew S. Dryer #> 1531 Matthew S. Dryer #> 1544 Matthew S. Dryer #> 1551 Matthew S. Dryer #> 1562 Matthew S. Dryer #> 1565 Matthew S. Dryer #> 1570 Matthew S. Dryer #> 1576 Matthew S. Dryer #> 1594 Matthew S. Dryer #> 1595 Matthew S. Dryer #> 1599 Matthew S. Dryer #> 1649 Matthew S. Dryer #> 1667 Matthew S. Dryer #> 1669 Matthew S. Dryer #> 1693 Matthew S. Dryer #> 1711 Matthew S. Dryer #> 1725 Matthew S. Dryer #> 1726 Matthew S. Dryer #> 1788 Matthew S. Dryer #> 1792 Matthew S. Dryer #> 1803 Matthew S. Dryer #> 1807 Matthew S. Dryer #> 1812 Matthew S. Dryer #> 1819 Matthew S. Dryer #> 1832 Matthew S. Dryer #> 1856 Matthew S. Dryer #> 1857 Matthew S. Dryer #> 1859 Matthew S. Dryer #> 1876 Matthew S. Dryer #> 1881 Matthew S. Dryer #> 1890 Matthew S. Dryer #> 1893 Matthew S. Dryer #> 1898 Matthew S. Dryer #> 1900 Matthew S. Dryer #> 1904 Matthew S. Dryer #> 1912 Matthew S. Dryer #> 1915 Matthew S. Dryer #> 1919 Matthew S. Dryer #> 1920 Matthew S. Dryer #> 1922 Matthew S. Dryer #> 1928 Matthew S. Dryer #> 1934 Matthew S. Dryer #> 1935 Matthew S. Dryer #> 1941 Anna Siewierska #> 1945 Anna Siewierska #> 1946 Anna Siewierska #> 1950 Anna Siewierska #> 1954 Anna Siewierska #> 1961 Anna Siewierska #> 1963 Anna Siewierska #> 1964 Anna Siewierska #> 1970 Anna Siewierska #> 1972 Anna Siewierska #> 1978 Anna Siewierska #> 1984 Anna Siewierska #> 1987 Anna Siewierska #> 2002 Anna Siewierska #> 2004 Anna Siewierska #> 2013 Anna Siewierska #> 2021 Anna Siewierska #> 2022 Anna Siewierska #> 2025 Anna Siewierska #> 2027 Anna Siewierska #> 2034 Anna Siewierska #> 2040 Anna Siewierska #> 2056 Anna Siewierska #> 2077 Anna Siewierska #> 2080 Anna Siewierska #> 2082 Anna Siewierska #> 2089 Anna Siewierska #> 2106 Anna Siewierska #> 2132 Anna Siewierska #> 2139 Anna Siewierska #> 2147 Anna Siewierska #> 2149 Anna Siewierska #> 2167 Anna Siewierska #> 2169 Anna Siewierska #> 2186 Anna Siewierska #> 2188 Anna Siewierska #> 2192 Anna Siewierska #> 2193 Anna Siewierska #> 2201 Anna Siewierska #> 2207 Anna Siewierska #> 2212 Anna Siewierska #> 2231 Anna Siewierska #> 2242 Anna Siewierska #> 2243 Anna Siewierska #> 2247 Anna Siewierska #> 2250 Anna Siewierska #> 2251 Anna Siewierska #> 2268 Anna Siewierska #> 2275 Anna Siewierska #> 2284 Anna Siewierska #> 2285 Anna Siewierska #> 2288 Anna Siewierska #> 2304 Anna Siewierska #> 2320 Anna Siewierska #> 2328 Anna Siewierska #> 2339 Anna Siewierska #> 2346 Anna Siewierska #> 2349 Anna Siewierska #> 2354 Anna Siewierska #> 2358 Anna Siewierska #> 2365 Anna Siewierska #> 2371 Anna Siewierska #> 2373 Anna Siewierska #> 2374 Anna Siewierska #> 2378 Anna Siewierska #> 2383 Anna Siewierska #> 2384 Anna Siewierska #> 2393 Anna Siewierska #> 2397 Anna Siewierska #> 2409 Anna Siewierska #> 2421 Anna Siewierska #> 2425 Anna Siewierska #> 2435 Anna Siewierska #> 2439 Anna Siewierska #> 2453 Anna Siewierska #> 2459 Anna Siewierska #> 2465 Anna Siewierska #> 2466 Anna Siewierska #> 2467 Anna Siewierska #> 2472 Anna Siewierska #> 2483 Anna Siewierska #> 2510 Anna Siewierska #> 2515 Anna Siewierska #> 2522 Anna Siewierska #> 2523 Anna Siewierska #> 2556 Anna Siewierska #> 2558 Anna Siewierska #> 2565 Anna Siewierska #> 2571 Anna Siewierska #> 2576 Anna Siewierska #> 2577 Anna Siewierska #> 2584 Anna Siewierska #> 2598 Anna Siewierska #> 2629 Anna Siewierska #> 2630 Anna Siewierska #> 2632 Anna Siewierska #> 2635 Anna Siewierska #> 2642 Anna Siewierska #> 2651 Anna Siewierska #> 2653 Anna Siewierska #> 2661 Anna Siewierska #> 2671 Anna Siewierska #> 2679 Anna Siewierska #> 2681 Anna Siewierska #> 2694 Anna Siewierska #> 2695 Anna Siewierska #> 2707 Anna Siewierska #> 2712 Anna Siewierska #> 2714 Anna Siewierska #> 2720 Anna Siewierska #> 2724 Anna Siewierska #> 2742 Anna Siewierska #> 2744 Anna Siewierska #> 2749 Anna Siewierska #> 2753 Anna Siewierska #> 2756 Anna Siewierska #> 2757 Anna Siewierska #> 2769 Anna Siewierska #> 2777 Anna Siewierska #> 2780 Anna Siewierska #> 2784 Anna Siewierska #> 2798 Anna Siewierska #> 2811 Anna Siewierska #> 2817 Anna Siewierska #> 2825 Anna Siewierska #> 2828 Anna Siewierska #> 2830 Anna Siewierska #> 2841 Anna Siewierska #> 2846 Anna Siewierska #> 2853 Anna Siewierska #> 2860 Anna Siewierska #> 2868 Anna Siewierska #> 2870 Anna Siewierska #> 2873 Anna Siewierska #> 2896 Anna Siewierska #> 2899 Anna Siewierska #> 2900 Anna Siewierska #> 2909 Anna Siewierska #> 2910 Anna Siewierska #> 2919 Anna Siewierska #> 2923 Anna Siewierska #> 2929 Anna Siewierska #> 2935 Anna Siewierska #> 2955 Anna Siewierska #> 2957 Anna Siewierska #> 2961 Anna Siewierska #> 2976 Anna Siewierska #> 2977 Anna Siewierska #> 2985 Anna Siewierska #> 3002 Anna Siewierska #> 3004 Anna Siewierska #> 3006 Anna Siewierska #> 3014 Anna Siewierska #> 3031 Anna Siewierska #> 3037 Anna Siewierska #> 3051 Anna Siewierska #> 3064 Anna Siewierska #> 3068 Anna Siewierska #> 3070 Anna Siewierska #> 3078 Martin Haspelmath #> 3079 Martin Haspelmath #> 3086 Martin Haspelmath #> 3090 Martin Haspelmath #> 3094 Martin Haspelmath #> 3095 Martin Haspelmath #> 3101 Martin Haspelmath #> 3102 Martin Haspelmath #> 3107 Martin Haspelmath #> 3113 Martin Haspelmath #> 3116 Martin Haspelmath #> 3141 Martin Haspelmath #> 3143 Martin Haspelmath #> 3147 Martin Haspelmath #> 3154 Martin Haspelmath #> 3155 Martin Haspelmath #> 3157 Martin Haspelmath #> 3166 Martin Haspelmath #> 3167 Martin Haspelmath #> 3168 Martin Haspelmath #> 3183 Martin Haspelmath #> 3188 Martin Haspelmath #> 3190 Martin Haspelmath #> 3212 Martin Haspelmath #> 3214 Martin Haspelmath #> 3215 Martin Haspelmath #> 3222 Martin Haspelmath #> 3224 Martin Haspelmath #> 3234 Martin Haspelmath #> 3241 Martin Haspelmath #> 3244 Martin Haspelmath #> 3263 Martin Haspelmath #> 3271 Martin Haspelmath #> 3280 Martin Haspelmath #> 3281 Martin Haspelmath #> 3283 Martin Haspelmath #> 3285 Martin Haspelmath #> 3286 Martin Haspelmath #> 3290 Martin Haspelmath #> 3303 Martin Haspelmath #> 3310 Martin Haspelmath #> 3369 Martin Haspelmath #> 3395 Martin Haspelmath #> 3410 Martin Haspelmath #> 3411 Martin Haspelmath #> 3414 Martin Haspelmath #> 3425 Martin Haspelmath #> 3439 Martin Haspelmath #> 3446 Martin Haspelmath #> 3448 Martin Haspelmath #> 3450 Martin Haspelmath #> 3455 Elena Maslova and Vladimir P. Nedjalkov #> 3459 Elena Maslova and Vladimir P. Nedjalkov #> 3473 Elena Maslova and Vladimir P. Nedjalkov #> 3476 Elena Maslova and Vladimir P. Nedjalkov #> 3497 Elena Maslova and Vladimir P. Nedjalkov #> 3498 Elena Maslova and Vladimir P. Nedjalkov #> 3499 Elena Maslova and Vladimir P. Nedjalkov #> 3502 Elena Maslova and Vladimir P. Nedjalkov #> 3504 Elena Maslova and Vladimir P. Nedjalkov #> 3505 Elena Maslova and Vladimir P. Nedjalkov #> 3513 Elena Maslova and Vladimir P. Nedjalkov #> 3524 Elena Maslova and Vladimir P. Nedjalkov #> 3527 Elena Maslova and Vladimir P. Nedjalkov #> 3565 Elena Maslova and Vladimir P. Nedjalkov #> 3593 Elena Maslova and Vladimir P. Nedjalkov #> 3605 Elena Maslova and Vladimir P. Nedjalkov #> 3622 Elena Maslova and Vladimir P. Nedjalkov #> 3623 Elena Maslova and Vladimir P. Nedjalkov #> 3631 Anna Siewierska #> 3635 Anna Siewierska #> 3636 Anna Siewierska #> 3651 Anna Siewierska #> 3663 Anna Siewierska #> 3667 Anna Siewierska #> 3677 Anna Siewierska #> 3680 Anna Siewierska #> 3682 Anna Siewierska #> 3685 Anna Siewierska #> 3686 Anna Siewierska #> 3687 Anna Siewierska #> 3690 Anna Siewierska #> 3693 Anna Siewierska #> 3707 Anna Siewierska #> 3711 Anna Siewierska #> 3714 Anna Siewierska #> 3725 Anna Siewierska #> 3731 Anna Siewierska #> 3732 Anna Siewierska #> 3738 Anna Siewierska #> 3747 Anna Siewierska #> 3752 Anna Siewierska #> 3780 Anna Siewierska #> 3783 Anna Siewierska #> 3789 Anna Siewierska #> 3803 Anna Siewierska #> 3806 Anna Siewierska #> 3814 Anna Siewierska #> 3819 Anna Siewierska #> 3820 Anna Siewierska #> 3821 Anna Siewierska #> 3825 Anna Siewierska #> 3837 Anna Siewierska #> 3852 Anna Siewierska #> 3876 Anna Siewierska #> 3878 Anna Siewierska #> 3879 Anna Siewierska #> 3887 Anna Siewierska #> 3893 Anna Siewierska #> 3898 Anna Siewierska #> 3899 Anna Siewierska #> 3904 Anna Siewierska #> 3906 Anna Siewierska #> 3911 Anna Siewierska #> 3933 Anna Siewierska #> 3947 Anna Siewierska #> 3957 Anna Siewierska #> 3976 Anna Siewierska #> 3994 Anna Siewierska #> 4000 Anna Siewierska #> 4002 Maria Polinsky #> 4003 Maria Polinsky #> 4010 Maria Polinsky #> 4016 Maria Polinsky #> 4017 Maria Polinsky #> 4018 Maria Polinsky #> 4039 Maria Polinsky #> 4040 Maria Polinsky #> 4049 Maria Polinsky #> 4060 Maria Polinsky #> 4068 Maria Polinsky #> 4105 Maria Polinsky #> 4106 Maria Polinsky #> 4107 Maria Polinsky #> 4108 Maria Polinsky #> 4112 Maria Polinsky #> 4129 Maria Polinsky #> 4152 Maria Polinsky #> 4160 Maria Polinsky #> 4162 Maria Polinsky #> 4170 Maria Polinsky #> 4183 Maria Polinsky #> 4190 Maria Polinsky #> 4191 Maria Polinsky #> 4202 Maria Polinsky #> 4204 Maria Polinsky #> 4205 Maria Polinsky #> 4206 Maria Polinsky #> 4210 Maria Polinsky #> 4211 Maria Polinsky #> 4224 Maria Polinsky #> 4233 Maria Polinsky #> 4258 Maria Polinsky #> 4259 Maria Polinsky #> 4262 Maria Polinsky #> 4285 Maria Polinsky #> 4290 Maria Polinsky #> 4295 Maria Polinsky #> 4318 Maria Polinsky #> 4328 Maria Polinsky #> 4340 Maria Polinsky #> 4348 Maria Polinsky #> 4350 Maria Polinsky #> 4363 Maria Polinsky #> 4369 Maria Polinsky #> 4375 Maria Polinsky #> 4380 Maria Polinsky #> 4384 Maria Polinsky #> 4388 Maria Polinsky #> 4390 Maria Polinsky #> 4392 Maria Polinsky #> 4402 Maria Polinsky #> 4404 Maria Polinsky #> 4417 Maria Polinsky #> 4425 Maria Polinsky #> 4447 Maria Polinsky #> 4450 Maria Polinsky #> 4461 Maria Polinsky #> 4462 Maria Polinsky #> 4473 Maria Polinsky #> 4489 Maria Polinsky #> 4500 Maria Polinsky #> 4516 Maria Polinsky #> 4526 Maria Polinsky #> 4533 Maria Polinsky #> 4541 Maria Polinsky #> 4548 Maria Polinsky #> 4557 Maria Polinsky #> 4571 Maria Polinsky #> 4579 Maria Polinsky #> 4589 Maria Polinsky #> 4595 Maria Polinsky #> 4598 Maria Polinsky #> 4601 Maria Polinsky #> 4610 Maria Polinsky #> 4613 Maria Polinsky #> 4619 Maria Polinsky #> 4632 Maria Polinsky #> 4633 Maria Polinsky #> 4638 Maria Polinsky #> 4664 Maria Polinsky #> 4666 Maria Polinsky #> 4694 Maria Polinsky #> 4700 Maria Polinsky #> 4709 Maria Polinsky #> 4724 Maria Polinsky #> 4732 Maria Polinsky #> 4740 Maria Polinsky #> 4744 Maria Polinsky #> 4750 Ian Maddieson #> 4753 Ian Maddieson #> 4762 Ian Maddieson #> 4770 Ian Maddieson #> 4771 Ian Maddieson #> 4773 Ian Maddieson #> 4775 Ian Maddieson #> 4778 Ian Maddieson #> 4782 Ian Maddieson #> 4783 Ian Maddieson #> 4784 Ian Maddieson #> 4785 Ian Maddieson #> 4789 Ian Maddieson #> 4799 Ian Maddieson #> 4803 Ian Maddieson #> 4804 Ian Maddieson #> 4805 Ian Maddieson #> 4807 Ian Maddieson #> 4808 Ian Maddieson #> 4811 Ian Maddieson #> 4814 Ian Maddieson #> 4818 Ian Maddieson #> 4819 Ian Maddieson #> 4827 Ian Maddieson #> 4831 Ian Maddieson #> 4833 Ian Maddieson #> 4839 Ian Maddieson #> 4860 Ian Maddieson #> 4879 Ian Maddieson #> 4904 Ian Maddieson #> 4905 Ian Maddieson #> 4924 Ian Maddieson #> 4925 Ian Maddieson #> 4930 Ian Maddieson #> 4939 Ian Maddieson #> 4948 Ian Maddieson #> 4966 Ian Maddieson #> 4974 Ian Maddieson #> 4976 Ian Maddieson #> 4977 Ian Maddieson #> 4986 Ian Maddieson #> 5000 Ian Maddieson #> 5014 Ian Maddieson #> 5020 Ian Maddieson #> 5038 Ian Maddieson #> 5039 Ian Maddieson #> 5060 Ian Maddieson #> 5062 Ian Maddieson #> 5063 Ian Maddieson #> 5064 Ian Maddieson #> 5075 Ian Maddieson #> 5079 Ian Maddieson #> 5083 Ian Maddieson #> 5085 Ian Maddieson #> 5092 Ian Maddieson #> 5098 Ian Maddieson #> 5103 Ian Maddieson #> 5106 Ian Maddieson #> 5115 Ian Maddieson #> 5119 Ian Maddieson #> 5130 Ian Maddieson #> 5131 Ian Maddieson #> 5139 Ian Maddieson #> 5144 Ian Maddieson #> 5145 Ian Maddieson #> 5146 Ian Maddieson #> 5149 Ian Maddieson #> 5154 Ian Maddieson #> 5156 Ian Maddieson #> 5157 Ian Maddieson #> 5158 Ian Maddieson #> 5160 Ian Maddieson #> 5161 Ian Maddieson #> 5163 Ian Maddieson #> 5167 Ian Maddieson #> 5183 Ian Maddieson #> 5195 Ian Maddieson #> 5200 Ian Maddieson #> 5208 Ian Maddieson #> 5211 Ian Maddieson #> 5212 Ian Maddieson #> 5218 Ian Maddieson #> 5223 Ian Maddieson #> 5253 Ian Maddieson #> 5255 Ian Maddieson #> 5256 Ian Maddieson #> 5259 Ian Maddieson #> 5260 Ian Maddieson #> 5263 Ian Maddieson #> 5268 Ian Maddieson #> 5269 Ian Maddieson #> 5278 Ian Maddieson #> 5311 Jae Jung Song #> 5313 Jae Jung Song #> 5316 Jae Jung Song #> 5318 Jae Jung Song #> 5339 Jae Jung Song #> 5346 Jae Jung Song #> 5349 Jae Jung Song #> 5350 Jae Jung Song #> 5353 Jae Jung Song #> 5354 Jae Jung Song #> 5356 Jae Jung Song #> 5372 Jae Jung Song #> 5377 Jae Jung Song #> 5381 Jae Jung Song #> 5385 Jae Jung Song #> 5399 Jae Jung Song #> 5401 Jae Jung Song #> 5403 Jae Jung Song #> 5414 Jae Jung Song #> 5416 Jae Jung Song #> 5417 Jae Jung Song #> 5421 Jae Jung Song #> 5422 Jae Jung Song #> 5425 Jae Jung Song #> 5427 Jae Jung Song #> 5438 Jae Jung Song #> 5448 Jae Jung Song #> 5450 Jae Jung Song #> 5451 Jae Jung Song #> 5459 Jae Jung Song #> 5462 Jae Jung Song #> 5469 Jae Jung Song #> 5479 Jae Jung Song #> 5480 Jae Jung Song #> 5497 Jae Jung Song #> 5498 Jae Jung Song #> 5503 Jae Jung Song #> 5513 Jae Jung Song #> 5515 Jae Jung Song #> 5525 Jae Jung Song #> 5530 Jae Jung Song #> 5534 Jae Jung Song #> 5541 Jae Jung Song #> 5552 Jae Jung Song #> 5558 Jae Jung Song #> 5564 Jae Jung Song #> 5579 Jae Jung Song #> 5589 Jae Jung Song #> 5592 Jae Jung Song #> 5603 Jae Jung Song #> 5614 Jae Jung Song #> 5622 Jae Jung Song #> 5632 Jae Jung Song #> 5639 Jae Jung Song #> 5657 Jae Jung Song #> 5662 Jae Jung Song #> 5673 Jae Jung Song #> 5674 Jae Jung Song #> 5676 Jae Jung Song #> 5698 Jae Jung Song #> 5706 Jae Jung Song #> 5707 Jae Jung Song #> 5729 Jae Jung Song #> 5732 Jae Jung Song #> 5736 Jae Jung Song #> 5739 Matthew S. Dryer #> 5790 Matthew S. Dryer #> 5796 Matthew S. Dryer #> 5801 Matthew S. Dryer #> 5807 Matthew S. Dryer #> 5816 Matthew S. Dryer #> 5817 Matthew S. Dryer #> 5826 Matthew S. Dryer #> 5864 Matthew S. Dryer #> 5874 Matthew S. Dryer #> 5875 Matthew S. Dryer #> 5884 Matthew S. Dryer #> 5889 Matthew S. Dryer #> 5896 Matthew S. Dryer #> 5900 Matthew S. Dryer #> 5901 Matthew S. Dryer #> 5909 Matthew S. Dryer #> 5918 Matthew S. Dryer #> 5921 Matthew S. Dryer #> 5923 Matthew S. Dryer #> 5935 Matthew S. Dryer #> 5939 Matthew S. Dryer #> 5942 Matthew S. Dryer #> 5975 Matthew S. Dryer #> 5980 Matthew S. Dryer #> 5981 Matthew S. Dryer #> 5989 Matthew S. Dryer #> 5996 Matthew S. Dryer #> 5999 Matthew S. Dryer #> 6006 Matthew S. Dryer #> 6010 Matthew S. Dryer #> 6014 Matthew S. Dryer #> 6018 Matthew S. Dryer #> 6035 Matthew S. Dryer #> 6036 Matthew S. Dryer #> 6047 Matthew S. Dryer #> 6050 Matthew S. Dryer #> 6060 Matthew S. Dryer #> 6074 Matthew S. Dryer #> 6091 Matthew S. Dryer #> 6094 Matthew S. Dryer #> 6100 Matthew S. Dryer #> 6105 Matthew S. Dryer #> 6110 Matthew S. Dryer #> 6111 Matthew S. Dryer #> 6123 Matthew S. Dryer #> 6133 Matthew S. Dryer #> 6137 Matthew S. Dryer #> 6138 Matthew S. Dryer #> 6148 Matthew S. Dryer #> 6158 Matthew S. Dryer #> 6162 Matthew S. Dryer #> 6164 Matthew S. Dryer #> 6180 Matthew S. Dryer #> 6182 Matthew S. Dryer #> 6185 Matthew S. Dryer #> 6191 Matthew S. Dryer #> 6194 Matthew S. Dryer #> 6204 Matthew S. Dryer #> 6206 Matthew S. Dryer #> 6209 Matthew S. Dryer #> 6216 Matthew S. Dryer #> 6217 Matthew S. Dryer #> 6218 Matthew S. Dryer #> 6226 Matthew S. Dryer #> 6234 Matthew S. Dryer #> 6236 Matthew S. Dryer #> 6237 Matthew S. Dryer #> 6245 Matthew S. Dryer #> 6248 Matthew S. Dryer #> 6249 Matthew S. Dryer #> 6264 Matthew S. Dryer #> 6269 Matthew S. Dryer #> 6278 Matthew S. Dryer #> 6302 Matthew S. Dryer #> 6303 Matthew S. Dryer #> 6304 Matthew S. Dryer #> 6309 Matthew S. Dryer #> 6325 Matthew S. Dryer #> 6328 Matthew S. Dryer #> 6333 Matthew S. Dryer #> 6338 Matthew S. Dryer #> 6342 Matthew S. Dryer #> 6359 Matthew S. Dryer #> 6367 Matthew S. Dryer #> 6385 Matthew S. Dryer #> 6394 Matthew S. Dryer #> 6414 Matthew S. Dryer #> 6416 Matthew S. Dryer #> 6424 Matthew S. Dryer #> 6443 Matthew S. Dryer #> 6445 Matthew S. Dryer #> 6446 Matthew S. Dryer #> 6448 Matthew S. Dryer #> 6450 Matthew S. Dryer #> 6465 Matthew S. Dryer #> 6474 Matthew S. Dryer #> 6475 Matthew S. Dryer #> 6484 Matthew S. Dryer #> 6485 Matthew S. Dryer #> 6498 Matthew S. Dryer #> 6502 Matthew S. Dryer #> 6510 Matthew S. Dryer #> 6514 Matthew S. Dryer #> 6524 Matthew S. Dryer #> 6525 Matthew S. Dryer #> 6527 Matthew S. Dryer #> 6535 Matthew S. Dryer #> 6539 Matthew S. Dryer #> 6558 Matthew S. Dryer #> 6582 Matthew S. Dryer #> 6603 Matthew S. Dryer #> 6604 Matthew S. Dryer #> 6624 Matthew S. Dryer #> 6627 Matthew S. Dryer #> 6628 Matthew S. Dryer #> 6632 Matthew S. Dryer #> 6639 Matthew S. Dryer #> 6647 Matthew S. Dryer #> 6651 Matthew S. Dryer #> 6662 Matthew S. Dryer #> 6668 Matthew S. Dryer #> 6670 Matthew S. Dryer #> 6671 Matthew S. Dryer #> 6675 Matthew S. Dryer #> 6683 Matthew S. Dryer #> 6692 Matthew S. Dryer #> 6706 Matthew S. Dryer #> 6713 Matthew S. Dryer #> 6719 Matthew S. Dryer #> 6724 Matthew S. Dryer #> 6732 Matthew S. Dryer #> 6746 Matthew S. Dryer #> 6747 Matthew S. Dryer #> 6748 Matthew S. Dryer #> 6774 Matthew S. Dryer #> 6777 Matthew S. Dryer #> 6786 Matthew S. Dryer #> 6790 Matthew S. Dryer #> 6792 Matthew S. Dryer #> 6793 Matthew S. Dryer #> 6795 Matthew S. Dryer #> 6796 Matthew S. Dryer #> 6799 Matthew S. Dryer #> 6818 Matthew S. Dryer #> 6837 Matthew S. Dryer #> 6839 Matthew S. Dryer #> 6849 Matthew S. Dryer #> 6850 Matthew S. Dryer #> 6856 Matthew S. Dryer #> 6860 Matthew S. Dryer #> 6867 Matthew S. Dryer #> 6868 Matthew S. Dryer #> 6894 Matthew S. Dryer #> 6897 Matti Miestamo #> 6900 Matti Miestamo #> 6901 Matti Miestamo #> 6908 Matti Miestamo #> 6911 Matti Miestamo #> 6912 Matti Miestamo #> 6932 Matti Miestamo #> 6939 Matti Miestamo #> 6948 Matti Miestamo #> 6954 Matti Miestamo #> 6956 Matti Miestamo #> 6986 Matti Miestamo #> 6990 Matti Miestamo #> 6997 Matti Miestamo #> 7008 Matti Miestamo #> 7014 Matti Miestamo #> 7016 Matti Miestamo #> 7024 Matti Miestamo #> 7027 Matti Miestamo #> 7028 Matti Miestamo #> 7035 Matti Miestamo #> 7038 Matti Miestamo #> 7049 Matti Miestamo #> 7059 Matti Miestamo #> 7065 Matti Miestamo #> 7066 Matti Miestamo #> 7067 Matti Miestamo #> 7069 Matti Miestamo #> 7070 Matti Miestamo #> 7075 Matti Miestamo #> 7077 Matti Miestamo #> 7080 Matti Miestamo #> 7085 Matti Miestamo #> 7100 Matti Miestamo #> 7101 Matti Miestamo #> 7109 Matti Miestamo #> 7112 Matti Miestamo #> 7116 Matti Miestamo #> 7130 Matti Miestamo #> 7141 Matti Miestamo #> 7144 Matti Miestamo #> 7147 Matti Miestamo #> 7150 Matti Miestamo #> 7169 Matti Miestamo #> 7176 Matti Miestamo #> 7178 Matti Miestamo #> 7183 Matti Miestamo #> 7195 Matti Miestamo #> 7200 Matti Miestamo #> 7208 Matti Miestamo #> 7211 Matti Miestamo #> 7212 Matti Miestamo #> 7236 Matti Miestamo #> 7253 Matti Miestamo #> 7254 Matti Miestamo #> 7257 Matti Miestamo #> 7261 Matti Miestamo #> 7263 Matti Miestamo #> 7270 Matti Miestamo #> 7272 Matti Miestamo #> 7286 Matti Miestamo #> 7288 Matti Miestamo #> 7289 Matti Miestamo #> 7292 Matti Miestamo #> 7293 Matti Miestamo #> 7294 Matti Miestamo #> 7298 Matti Miestamo #> 7317 Matti Miestamo #> 7322 Matti Miestamo #> 7328 Matti Miestamo #> 7340 Matti Miestamo #> 7344 Matti Miestamo #> 7352 Matti Miestamo #> 7357 Matti Miestamo #> 7358 Matti Miestamo #> 7359 Matti Miestamo #> 7362 Matti Miestamo #> 7365 Matti Miestamo #> 7370 Matti Miestamo #> 7375 Matti Miestamo #> 7377 Matti Miestamo #> 7395 Matti Miestamo #> 7400 Matti Miestamo #> 7410 Matti Miestamo #> 7416 Matti Miestamo #> 7434 Matti Miestamo #> 7440 Matti Miestamo #> 7444 Matti Miestamo #> 7449 Matti Miestamo #> 7460 Matti Miestamo #> 7463 Matti Miestamo #> 7476 Matti Miestamo #> 7480 Matti Miestamo #> 7484 Matti Miestamo #> 7500 Martin Haspelmath #> 7501 Martin Haspelmath #> 7504 Martin Haspelmath #> 7505 Martin Haspelmath #> 7522 Martin Haspelmath #> 7530 Martin Haspelmath #> 7533 Martin Haspelmath #> 7534 Martin Haspelmath #> 7543 Martin Haspelmath #> 7547 Martin Haspelmath #> 7558 Martin Haspelmath #> 7564 Martin Haspelmath #> 7565 Martin Haspelmath #> 7568 Martin Haspelmath #> 7572 Martin Haspelmath #> 7579 Martin Haspelmath #> 7580 Martin Haspelmath #> 7596 Martin Haspelmath #> 7601 Martin Haspelmath #> 7623 Martin Haspelmath #> 7624 Martin Haspelmath #> 7648 Martin Haspelmath #> 7650 Martin Haspelmath #> 7656 Martin Haspelmath #> 7660 Martin Haspelmath #> 7662 Martin Haspelmath #> 7665 Martin Haspelmath #> 7666 Martin Haspelmath #> 7667 Martin Haspelmath #> 7668 Martin Haspelmath #> 7671 Martin Haspelmath #> 7675 Martin Haspelmath #> 7696 Matthew S. Dryer #> 7703 Matthew S. Dryer #> 7708 Matthew S. Dryer #> 7710 Matthew S. Dryer #> 7711 Matthew S. Dryer #> 7715 Matthew S. Dryer #> 7717 Matthew S. Dryer #> 7718 Matthew S. Dryer #> 7721 Matthew S. Dryer #> 7722 Matthew S. Dryer #> 7730 Matthew S. Dryer #> 7744 Matthew S. Dryer #> 7754 Matthew S. Dryer #> 7755 Matthew S. Dryer #> 7760 Matthew S. Dryer #> 7767 Matthew S. Dryer #> 7768 Matthew S. Dryer #> 7770 Matthew S. Dryer #> 7773 Matthew S. Dryer #> 7789 Matthew S. Dryer #> 7794 Matthew S. Dryer #> 7804 Matthew S. Dryer #> 7806 Matthew S. Dryer #> 7826 Matthew S. Dryer #> 7832 Matthew S. Dryer #> 7845 Matthew S. Dryer #> 7854 Matthew S. Dryer #> 7856 Matthew S. Dryer #> 7873 Matthew S. Dryer #> 7875 Matthew S. Dryer #> 7877 Matthew S. Dryer #> 7878 Matthew S. Dryer #> 7895 Matthew S. Dryer #> 7896 Matthew S. Dryer #> 7897 Matthew S. Dryer #> 7898 Matthew S. Dryer #> 7908 Matthew S. Dryer #> 7916 Matthew S. Dryer #> 7917 Matthew S. Dryer #> 7919 Matthew S. Dryer #> 7925 Matthew S. Dryer #> 7936 Matthew S. Dryer #> 7937 Matthew S. Dryer #> 7942 Matthew S. Dryer #> 7959 Matthew S. Dryer #> 7961 Matthew S. Dryer #> 7966 Matthew S. Dryer #> 7968 Matthew S. Dryer #> 7969 Matthew S. Dryer #> 7986 Matthew S. Dryer #> 7989 Matthew S. Dryer #> 7992 Matthew S. Dryer #> 7995 Matthew S. Dryer #> 7997 Matthew S. Dryer #> 8008 Matthew S. Dryer #> 8016 Matthew S. Dryer #> 8022 Matthew S. Dryer #> 8026 Matthew S. Dryer #> 8028 Matthew S. Dryer #> 8031 Matthew S. Dryer #> 8033 Matthew S. Dryer #> 8034 Matthew S. Dryer #> 8063 Matthew S. Dryer #> 8072 Matthew S. Dryer #> 8075 Matthew S. Dryer #> 8077 Matthew S. Dryer #> 8080 Matthew S. Dryer #> 8082 Matthew S. Dryer #> 8092 Matthew S. Dryer #> 8093 Matthew S. Dryer #> 8096 Matthew S. Dryer #> 8102 Matthew S. Dryer #> 8103 Matthew S. Dryer #> 8105 Matthew S. Dryer #> 8106 Matthew S. Dryer #> 8118 Matthew S. Dryer #> 8142 Matthew S. Dryer #> 8156 Matthew S. Dryer #> 8158 Matthew S. Dryer #> 8165 Matthew S. Dryer #> 8167 Matthew S. Dryer #> 8171 Matthew S. Dryer #> 8173 Matthew S. Dryer #> 8176 Matthew S. Dryer #> 8177 Matthew S. Dryer #> 8191 Matthew S. Dryer #> 8196 Matthew S. Dryer #> 8197 Matthew S. Dryer #> 8198 Matthew S. Dryer #> 8210 Matthew S. Dryer #> 8216 Matthew S. Dryer #> 8217 Matthew S. Dryer #> 8229 Matthew S. Dryer #> 8230 Matthew S. Dryer #> 8232 Matthew S. Dryer #> 8246 Matthew S. Dryer #> 8252 Matthew S. Dryer #> 8256 Matthew S. Dryer #> 8272 Matthew S. Dryer #> 8283 Matthew S. Dryer #> 8286 Matthew S. Dryer #> 8292 Matthew S. Dryer #> 8296 Matthew S. Dryer #> 8297 Matthew S. Dryer #> 8325 Matthew S. Dryer #> 8334 Matthew S. Dryer #> 8346 Matthew S. Dryer #> 8349 Matthew S. Dryer #> 8353 Matthew S. Dryer #> 8355 Matthew S. Dryer #> 8370 Matthew S. Dryer #> 8375 Matthew S. Dryer #> 8378 Matthew S. Dryer #> 8389 Matthew S. Dryer #> 8392 Matthew S. Dryer #> 8395 Matthew S. Dryer #> 8414 Matthew S. Dryer #> 8440 Matthew S. Dryer #> 8442 Matthew S. Dryer #> 8447 Matthew S. Dryer #> 8450 Matthew S. Dryer #> 8452 Matthew S. Dryer #> 8453 Matthew S. Dryer #> 8455 Matthew S. Dryer #> 8499 Matthew S. Dryer #> 8502 Matthew S. Dryer #> 8510 Matthew S. Dryer #> 8517 Matthew S. Dryer #> 8520 Matthew S. Dryer #> 8526 Matthew S. Dryer #> 8562 Matthew S. Dryer #> 8585 Matthew S. Dryer #> 8590 Matthew S. Dryer #> 8600 Matthew S. Dryer #> 8609 Matthew S. Dryer #> 8633 Matthew S. Dryer #> 8640 Matthew S. Dryer #> 8643 Matthew S. Dryer #> 8646 Matthew S. Dryer #> 8649 Matthew S. Dryer #> 8652 Leon Stassen #> 8654 Leon Stassen #> 8657 Leon Stassen #> 8663 Leon Stassen #> 8666 Leon Stassen #> 8682 Leon Stassen #> 8684 Leon Stassen #> 8706 Leon Stassen #> 8723 Leon Stassen #> 8728 Leon Stassen #> 8731 Leon Stassen #> 8732 Leon Stassen #> 8736 Leon Stassen #> 8740 Leon Stassen #> 8745 Leon Stassen #> 8765 Leon Stassen #> 8769 Leon Stassen #> 8777 Leon Stassen #> 8779 Leon Stassen #> 8780 Leon Stassen #> 8783 Leon Stassen #> 8803 Leon Stassen #> 8808 Leon Stassen #> 8810 Leon Stassen #> 8818 Leon Stassen #> 8830 Leon Stassen #> 8833 Leon Stassen #> 8844 Leon Stassen #> 8855 Leon Stassen #> 8857 Leon Stassen #> 8870 Leon Stassen #> 8873 Leon Stassen #> 8874 Leon Stassen #> 8881 Leon Stassen #> 8882 Leon Stassen #> 8885 Leon Stassen #> 8887 Leon Stassen #> 8906 Leon Stassen #> 8914 Leon Stassen #> 8918 Leon Stassen #> 8921 Leon Stassen #> 8922 Leon Stassen #> 8936 Leon Stassen #> 8937 Leon Stassen #> 8938 Leon Stassen #> 8956 Leon Stassen #> 8960 Leon Stassen #> 8963 Leon Stassen #> 8964 Leon Stassen #> 8965 Leon Stassen #> 8976 Leon Stassen #> 8979 Leon Stassen #> 8983 Leon Stassen #> 8986 Leon Stassen #> 8991 Leon Stassen #> 8993 Leon Stassen #> 8999 Leon Stassen #> 9003 Leon Stassen #> 9005 Leon Stassen #> 9012 Leon Stassen #> 9020 Leon Stassen #> 9022 Leon Stassen #> 9023 Leon Stassen #> 9026 Leon Stassen #> 9040 Leon Stassen #> 9043 Leon Stassen #> 9051 Leon Stassen #> 9052 Leon Stassen #> 9066 Leon Stassen #> 9085 Leon Stassen #> 9089 Leon Stassen #> 9092 Leon Stassen #> 9098 Leon Stassen #> 9099 Leon Stassen #> 9106 Leon Stassen #> 9109 Leon Stassen #> 9119 Leon Stassen #> 9132 Leon Stassen #> 9151 Leon Stassen #> 9165 Leon Stassen #> 9173 Leon Stassen #> 9174 Leon Stassen #> 9176 Leon Stassen #> 9177 Leon Stassen #> 9180 Leon Stassen #> 9183 Leon Stassen #> 9190 Leon Stassen #> 9194 Leon Stassen #> 9196 Leon Stassen #> 9200 Leon Stassen #> 9205 Leon Stassen #> 9206 Leon Stassen #> 9212 Leon Stassen #> 9218 Leon Stassen #> 9225 Leon Stassen #> 9230 Leon Stassen #> 9232 Leon Stassen #> 9235 Leon Stassen #> 9236 Leon Stassen #> 9243 Leon Stassen #> 9256 Leon Stassen #> 9262 Leon Stassen #> 9273 Leon Stassen #> 9278 Leon Stassen #> 9279 Leon Stassen #> 9287 Leon Stassen #> 9296 Leon Stassen #> 9313 Leon Stassen #> 9314 Leon Stassen #> 9328 Leon Stassen #> 9333 Leon Stassen #> 9334 Leon Stassen #> 9341 Leon Stassen #> 9346 Leon Stassen #> 9351 Leon Stassen #> 9354 Leon Stassen #> 9355 Leon Stassen #> 9357 Leon Stassen #> 9358 Leon Stassen #> 9361 Leon Stassen #> 9365 Leon Stassen #> 9371 Leon Stassen #> 9373 Leon Stassen #> 9376 Leon Stassen #> 9377 Leon Stassen #> 9383 Leon Stassen #> 9387 Leon Stassen #> 9389 Leon Stassen #> 9393 Leon Stassen #> 9397 Leon Stassen #> 9398 Leon Stassen #> 9399 Leon Stassen #> 9409 Leon Stassen #> 9419 Leon Stassen #> 9420 Leon Stassen #> 9428 Leon Stassen #> 9432 Leon Stassen #> 9433 Leon Stassen #> 9443 Leon Stassen #> 9448 Leon Stassen #> 9451 Leon Stassen #> 9453 Leon Stassen #> 9454 Leon Stassen #> 9456 Leon Stassen #> 9458 Leon Stassen #> 9460 Leon Stassen #> 9467 Leon Stassen #> 9473 Leon Stassen #> 9477 Leon Stassen #> 9489 Leon Stassen #> 9491 Leon Stassen #> 9495 Leon Stassen #> 9504 Leon Stassen #> 9511 Leon Stassen #> 9512 Leon Stassen #> 9520 Leon Stassen #> 9521 Leon Stassen #> 9522 Leon Stassen #> 9534 Leon Stassen #> 9570 Leon Stassen #> 9576 Leon Stassen #> 9579 Leon Stassen #> 9583 Leon Stassen #> 9592 Leon Stassen #> 9608 Leon Stassen #> 9611 Leon Stassen #> 9620 Leon Stassen #> 9633 Leon Stassen #> 9636 Leon Stassen #> 9675 Ian Maddieson #> 9682 Ian Maddieson #> 9694 Ian Maddieson #> 9703 Ian Maddieson #> 9708 Ian Maddieson #> 9711 Ian Maddieson #> 9731 Ian Maddieson #> 9732 Ian Maddieson #> 9757 Ian Maddieson #> 9761 Ian Maddieson #> 9766 Ian Maddieson #> 9770 Ian Maddieson #> 9772 Ian Maddieson #> 9782 Ian Maddieson #> 9784 Ian Maddieson #> 9786 Ian Maddieson #> 9793 Ian Maddieson #> 9796 Ian Maddieson #> 9798 Ian Maddieson #> 9805 Ian Maddieson #> 9808 Ian Maddieson #> 9811 Ian Maddieson #> 9812 Ian Maddieson #> 9826 Ian Maddieson #> 9832 Ian Maddieson #> 9833 Ian Maddieson #> 9843 Ian Maddieson #> 9845 Ian Maddieson #> 9846 Ian Maddieson #> 9853 Ian Maddieson #> 9878 Ian Maddieson #> 9879 Ian Maddieson #> 9885 Ian Maddieson #> 9889 Ian Maddieson #> 9891 Ian Maddieson #> 9894 Ian Maddieson #> 9896 Ian Maddieson #> 9899 Ian Maddieson #> 9903 Ian Maddieson #> 9907 Ian Maddieson #> 9910 Ian Maddieson #> 9912 Ian Maddieson #> 9917 Ian Maddieson #> 9918 Ian Maddieson #> 9921 Ian Maddieson #> 9926 Ian Maddieson #> 9928 Ian Maddieson #> 9930 Ian Maddieson #> 9932 Ian Maddieson #> 9937 Ian Maddieson #> 9939 Ian Maddieson #> 9948 Ian Maddieson #> 9959 Ian Maddieson #> 9961 Ian Maddieson #> 9963 Ian Maddieson #> 9967 Ian Maddieson #> 9980 Ian Maddieson #> 9981 Ian Maddieson #> 9987 Ian Maddieson #> 9990 Ian Maddieson #> 10004 Ian Maddieson #> 10007 Ian Maddieson #> 10009 Ian Maddieson #> 10014 Ian Maddieson #> 10020 Ian Maddieson #> 10026 Ian Maddieson #> 10046 Ian Maddieson #> 10050 Ian Maddieson #> 10053 Ian Maddieson #> 10054 Ian Maddieson #> 10061 Ian Maddieson #> 10066 Ian Maddieson #> 10067 Ian Maddieson #> 10069 Ian Maddieson #> 10087 Ian Maddieson #> 10092 Ian Maddieson #> 10095 Ian Maddieson #> 10107 Ian Maddieson #> 10124 Ian Maddieson #> 10127 Ian Maddieson #> 10134 Ian Maddieson #> 10147 Ian Maddieson #> 10154 Leon Stassen #> 10155 Leon Stassen #> 10156 Leon Stassen #> 10161 Leon Stassen #> 10168 Leon Stassen #> 10182 Leon Stassen #> 10183 Leon Stassen #> 10189 Leon Stassen #> 10191 Leon Stassen #> 10199 Leon Stassen #> 10200 Leon Stassen #> 10201 Leon Stassen #> 10205 Leon Stassen #> 10213 Leon Stassen #> 10227 Leon Stassen #> 10228 Leon Stassen #> 10233 Leon Stassen #> 10235 Leon Stassen #> 10241 Leon Stassen #> 10246 Leon Stassen #> 10247 Leon Stassen #> 10249 Leon Stassen #> 10250 Leon Stassen #> 10254 Leon Stassen #> 10259 Leon Stassen #> 10266 Leon Stassen #> 10274 Leon Stassen #> 10290 Leon Stassen #> 10304 Leon Stassen #> 10306 Leon Stassen #> 10307 Leon Stassen #> 10308 Leon Stassen #> 10313 Leon Stassen #> 10319 Leon Stassen #> 10322 Leon Stassen #> 10331 Leon Stassen #> 10334 Leon Stassen #> 10336 Leon Stassen #> 10342 Leon Stassen #> 10347 Leon Stassen #> 10360 Leon Stassen #> 10366 Leon Stassen #> 10368 Leon Stassen #> 10395 Leon Stassen #> 10405 Leon Stassen #> 10413 Leon Stassen #> 10416 Leon Stassen #> 10417 Leon Stassen #> 10419 Leon Stassen #> 10427 Leon Stassen #> 10429 Leon Stassen #> 10431 Leon Stassen #> 10439 Leon Stassen #> 10441 Leon Stassen #> 10449 Leon Stassen #> 10455 Leon Stassen #> 10456 Leon Stassen #> 10466 Leon Stassen #> 10475 Leon Stassen #> 10479 Leon Stassen #> 10489 Leon Stassen #> 10493 Leon Stassen #> 10509 Leon Stassen #> 10511 Leon Stassen #> 10516 Leon Stassen #> 10519 Leon Stassen #> 10545 Leon Stassen #> 10552 Leon Stassen #> 10553 Leon Stassen #> 10561 Leon Stassen #> 10569 Leon Stassen #> 10572 Leon Stassen #> 10574 Leon Stassen #> 10579 Leon Stassen #> 10580 Leon Stassen #> 10582 Leon Stassen #> 10587 Leon Stassen #> 10596 Leon Stassen #> 10598 Leon Stassen #> 10604 Leon Stassen #> 10616 Leon Stassen #> 10623 Leon Stassen #> 10630 Leon Stassen #> 10634 Leon Stassen #> 10635 Leon Stassen #> 10637 Leon Stassen #> 10638 Leon Stassen #> 10639 Leon Stassen #> 10640 Leon Stassen #> 10642 Leon Stassen #> 10647 Leon Stassen #> 10656 Leon Stassen #> 10670 Leon Stassen #> 10691 Leon Stassen #> 10695 Leon Stassen #> 10721 Bernard Comrie and Tania Kuteva #> 10726 Bernard Comrie and Tania Kuteva #> 10729 Bernard Comrie and Tania Kuteva #> 10731 Bernard Comrie and Tania Kuteva #> 10741 Bernard Comrie and Tania Kuteva #> 10751 Bernard Comrie and Tania Kuteva #> 10758 Bernard Comrie and Tania Kuteva #> 10761 Bernard Comrie and Tania Kuteva #> 10764 Bernard Comrie and Tania Kuteva #> 10776 Bernard Comrie and Tania Kuteva #> 10777 Bernard Comrie and Tania Kuteva #> 10779 Bernard Comrie and Tania Kuteva #> 10788 Bernard Comrie and Tania Kuteva #> 10793 Bernard Comrie and Tania Kuteva #> 10799 Bernard Comrie and Tania Kuteva #> 10800 Bernard Comrie and Tania Kuteva #> 10810 Bernard Comrie and Tania Kuteva #> 10817 Bernard Comrie and Tania Kuteva #> 10820 Bernard Comrie and Tania Kuteva #> 10822 Bernard Comrie and Tania Kuteva #> 10823 Bernard Comrie and Tania Kuteva #> 10824 Bernard Comrie and Tania Kuteva #> 10837 Bernard Comrie and Tania Kuteva #> 10838 Bernard Comrie and Tania Kuteva #> 10844 Bernard Comrie and Tania Kuteva #> 10854 Bernard Comrie and Tania Kuteva #> 10865 Bernard Comrie and Tania Kuteva #> 10880 Bernard Comrie and Tania Kuteva #> 10886 Bernard Comrie and Tania Kuteva #> 10892 Bernard Comrie and Tania Kuteva #> 10894 Bernard Comrie and Tania Kuteva #> 10903 Bernard Comrie and Tania Kuteva #> 10906 Bernard Comrie and Tania Kuteva #> 10907 Bernard Comrie and Tania Kuteva #> 10908 Bernard Comrie and Tania Kuteva #> 10909 Bernard Comrie and Tania Kuteva #> 10919 Bernard Comrie and Tania Kuteva #> 10923 Bernard Comrie and Tania Kuteva #> 10925 Bernard Comrie and Tania Kuteva #> 10929 Bernard Comrie and Tania Kuteva #> 10937 Bernard Comrie and Tania Kuteva #> 10943 Bernard Comrie and Tania Kuteva #> 10946 Bernard Comrie and Tania Kuteva #> 10957 Bernard Comrie and Tania Kuteva #> 10960 Bernard Comrie and Tania Kuteva #> 10962 Bernard Comrie and Tania Kuteva #> 10967 Bernard Comrie and Tania Kuteva #> 10968 Bernard Comrie and Tania Kuteva #> 10975 Bernard Comrie and Tania Kuteva #> 10980 Martin Haspelmath #> 10995 Martin Haspelmath #> 10997 Martin Haspelmath #> 11012 Martin Haspelmath #> 11019 Martin Haspelmath #> 11028 Martin Haspelmath #> 11029 Martin Haspelmath #> 11033 Martin Haspelmath #> 11039 Martin Haspelmath #> 11041 Martin Haspelmath #> 11045 Martin Haspelmath #> 11049 Martin Haspelmath #> 11052 Martin Haspelmath #> 11060 Martin Haspelmath #> 11072 Martin Haspelmath #> 11087 Martin Haspelmath #> 11089 Martin Haspelmath #> 11090 Martin Haspelmath #> 11096 Martin Haspelmath #> 11099 Martin Haspelmath #> 11101 Martin Haspelmath #> 11115 Martin Haspelmath #> 11116 Martin Haspelmath #> 11119 Martin Haspelmath #> 11126 Martin Haspelmath #> 11131 Martin Haspelmath #> 11139 Martin Haspelmath #> 11151 Martin Haspelmath #> 11152 Martin Haspelmath #> 11155 Martin Haspelmath #> 11158 Martin Haspelmath #> 11165 Martin Haspelmath #> 11170 Martin Haspelmath #> 11171 Martin Haspelmath #> 11173 Martin Haspelmath #> 11177 Martin Haspelmath #> 11178 Martin Haspelmath #> 11179 Martin Haspelmath #> 11183 Martin Haspelmath #> 11196 Martin Haspelmath #> 11203 Martin Haspelmath #> 11232 Martin Haspelmath #> 11236 Martin Haspelmath #> 11246 Martin Haspelmath #> 11258 Martin Haspelmath #> 11264 Sonia Cristofaro #> 11276 Sonia Cristofaro #> 11296 Sonia Cristofaro #> 11300 Sonia Cristofaro #> 11306 Sonia Cristofaro #> 11319 Sonia Cristofaro #> 11334 Sonia Cristofaro #> 11335 Sonia Cristofaro #> 11349 Sonia Cristofaro #> 11350 Sonia Cristofaro #> 11360 Sonia Cristofaro #> 11366 Sonia Cristofaro #> 11373 Sonia Cristofaro #> 11375 Sonia Cristofaro #> 11387 Sonia Cristofaro #> 11388 Sonia Cristofaro #> 11391 Sonia Cristofaro #> 11392 Sonia Cristofaro #> 11395 Sonia Cristofaro #> 11404 Sonia Cristofaro #> 11417 Sonia Cristofaro #> 11426 Sonia Cristofaro #> 11428 Sonia Cristofaro #> 11432 Sonia Cristofaro #> 11455 Sonia Cristofaro #> 11456 Sonia Cristofaro #> 11463 Sonia Cristofaro #> 11474 Sonia Cristofaro #> 11475 Sonia Cristofaro #> 11477 Sonia Cristofaro #> 11488 Sonia Cristofaro #> 11504 Sonia Cristofaro #> 11514 Sonia Cristofaro #> 11516 Sonia Cristofaro #> 11520 Sonia Cristofaro #> 11540 Sonia Cristofaro #> 11543 Sonia Cristofaro #> 11554 Sonia Cristofaro #> 11559 Sonia Cristofaro #> 11563 Sonia Cristofaro #> 11569 Sonia Cristofaro #> 11571 Sonia Cristofaro #> 11591 Sonia Cristofaro #> 11604 Sonia Cristofaro #> 11606 Sonia Cristofaro #> 11617 Sonia Cristofaro #> 11620 Sonia Cristofaro #> 11625 Sonia Cristofaro #> 11628 Sonia Cristofaro #> 11636 Sonia Cristofaro #> 11638 Sonia Cristofaro #> 11640 Sonia Cristofaro #> 11643 Sonia Cristofaro #> 11658 Sonia Cristofaro #> 11664 Sonia Cristofaro #> 11666 Sonia Cristofaro #> 11677 Sonia Cristofaro #> 11691 Sonia Cristofaro #> 11697 Sonia Cristofaro #> 11700 Sonia Cristofaro #> 11713 Sonia Cristofaro #> 11725 Sonia Cristofaro #> 11734 Sonia Cristofaro #> 11746 Sonia Cristofaro #> 11748 Sonia Cristofaro #> 11784 Sonia Cristofaro #> 11786 Sonia Cristofaro #> 11803 Sonia Cristofaro #> 11807 Sonia Cristofaro #> 11814 Sonia Cristofaro #> 11825 Sonia Cristofaro #> 11826 Sonia Cristofaro #> 11828 Sonia Cristofaro #> 11829 Sonia Cristofaro #> 11837 Sonia Cristofaro #> 11839 Sonia Cristofaro #> 11842 Sonia Cristofaro #> 11846 Sonia Cristofaro #> 11856 Sonia Cristofaro #> 11859 Sonia Cristofaro #> 11871 Sonia Cristofaro #> 11888 Sonia Cristofaro #> 11895 Sonia Cristofaro #> 11899 Sonia Cristofaro #> 11905 Sonia Cristofaro #> 11911 Sonia Cristofaro #> 11918 Cecil H. Brown #> 11921 Cecil H. Brown #> 11922 Cecil H. Brown #> 11926 Cecil H. Brown #> 11928 Cecil H. Brown #> 11933 Cecil H. Brown #> 11935 Cecil H. Brown #> 11937 Cecil H. Brown #> 11938 Cecil H. Brown #> 11939 Cecil H. Brown #> 11945 Cecil H. Brown #> 11952 Cecil H. Brown #> 11956 Cecil H. Brown #> 11961 Cecil H. Brown #> 11962 Cecil H. Brown #> 11971 Cecil H. Brown #> 11978 Cecil H. Brown #> 11979 Cecil H. Brown #> 11985 Cecil H. Brown #> 11990 Cecil H. Brown #> 11993 Cecil H. Brown #> 11995 Cecil H. Brown #> 12003 Cecil H. Brown #> 12005 Cecil H. Brown #> 12007 Cecil H. Brown #> 12013 Cecil H. Brown #> 12014 Cecil H. Brown #> 12018 Cecil H. Brown #> 12020 Cecil H. Brown #> 12021 Cecil H. Brown #> 12022 Cecil H. Brown #> 12025 Cecil H. Brown #> 12026 Cecil H. Brown #> 12031 Cecil H. Brown #> 12034 Cecil H. Brown #> 12037 Cecil H. Brown #> 12039 Cecil H. Brown #> 12043 Cecil H. Brown #> 12048 Cecil H. Brown #> 12050 Cecil H. Brown #> 12051 Cecil H. Brown #> 12054 Cecil H. Brown #> 12059 Cecil H. Brown #> 12060 Cecil H. Brown #> 12063 Cecil H. Brown #> 12065 Cecil H. Brown #> 12070 Cecil H. Brown #> 12073 Cecil H. Brown #> 12074 Cecil H. Brown #> 12080 Cecil H. Brown #> 12081 Cecil H. Brown #> 12083 Cecil H. Brown #> 12084 Cecil H. Brown #> 12090 Cecil H. Brown #> 12093 Cecil H. Brown #> 12095 Cecil H. Brown #> 12096 Cecil H. Brown #> 12099 Cecil H. Brown #> 12100 Cecil H. Brown #> 12102 Cecil H. Brown #> 12107 Cecil H. Brown #> 12108 Cecil H. Brown #> 12109 Cecil H. Brown #> 12112 Cecil H. Brown #> 12113 Cecil H. Brown #> 12117 Cecil H. Brown #> 12118 Cecil H. Brown #> 12123 Cecil H. Brown #> 12124 Cecil H. Brown #> 12130 Cecil H. Brown #> 12131 Cecil H. Brown #> 12134 Cecil H. Brown #> 12135 Cecil H. Brown #> 12136 Cecil H. Brown #> 12140 Cecil H. Brown #> 12144 Cecil H. Brown #> 12153 Cecil H. Brown #> 12156 Cecil H. Brown #> 12162 Cecil H. Brown #> 12172 Cecil H. Brown #> 12174 Cecil H. Brown #> 12175 Cecil H. Brown #> 12188 Cecil H. Brown #> 12211 Cecil H. Brown #> 12214 Cecil H. Brown #> 12221 Cecil H. Brown #> 12230 Cecil H. Brown #> 12263 Cecil H. Brown #> 12268 Cecil H. Brown #> 12281 Cecil H. Brown #> 12290 Cecil H. Brown #> 12293 Cecil H. Brown #> 12295 Cecil H. Brown #> 12298 Cecil H. Brown #> 12304 Cecil H. Brown #> 12333 Cecil H. Brown #> 12342 Cecil H. Brown #> 12347 Cecil H. Brown #> 12352 Cecil H. Brown #> 12356 Cecil H. Brown #> 12398 Cecil H. Brown #> 12402 Cecil H. Brown #> 12427 Cecil H. Brown #> 12444 Cecil H. Brown #> 12455 Cecil H. Brown #> 12479 Cecil H. Brown #> 12503 Cecil H. Brown #> 12510 Cecil H. Brown #> 12511 Cecil H. Brown #> 12515 Cecil H. Brown #> 12517 Cecil H. Brown #> 12525 Cecil H. Brown #> 12526 Cecil H. Brown #> 12532 Cecil H. Brown #> 12536 Ian Maddieson #> 12539 Ian Maddieson #> 12543 Ian Maddieson #> 12546 Ian Maddieson #> 12554 Ian Maddieson #> 12562 Ian Maddieson #> 12564 Ian Maddieson #> 12640 Ian Maddieson #> 12641 Ian Maddieson #> 12643 Ian Maddieson #> 12649 Ian Maddieson #> 12651 Ian Maddieson #> 12653 Ian Maddieson #> 12659 Ian Maddieson #> 12671 Ian Maddieson #> 12677 Ian Maddieson #> 12690 Ian Maddieson #> 12707 Ian Maddieson #> 12713 Ian Maddieson #> 12715 Ian Maddieson #> 12721 Ian Maddieson #> 12729 Ian Maddieson #> 12731 Ian Maddieson #> 12750 Ian Maddieson #> 12758 Ian Maddieson #> 12759 Ian Maddieson #> 12773 Ian Maddieson #> 12776 Ian Maddieson #> 12779 Ian Maddieson #> 12781 Ian Maddieson #> 12784 Ian Maddieson #> 12796 Ian Maddieson #> 12801 Ian Maddieson #> 12807 Ian Maddieson #> 12825 Ian Maddieson #> 12837 Ian Maddieson #> 12845 Ian Maddieson #> 12849 Ian Maddieson #> 12851 Ian Maddieson #> 12860 Ian Maddieson #> 12864 Ian Maddieson #> 12867 Ian Maddieson #> 12868 Ian Maddieson #> 12871 Ian Maddieson #> 12872 Ian Maddieson #> 12873 Ian Maddieson #> 12880 Ian Maddieson #> 12882 Ian Maddieson #> 12885 Ian Maddieson #> 12892 Ian Maddieson #> 12901 Ian Maddieson #> 12904 Ian Maddieson #> 12911 Ian Maddieson #> 12916 Ian Maddieson #> 12917 Ian Maddieson #> 12921 Ian Maddieson #> 12923 Ian Maddieson #> 12932 Ian Maddieson #> 12937 Ian Maddieson #> 12940 Ian Maddieson #> 12944 Ian Maddieson #> 12950 Ian Maddieson #> 12955 Ian Maddieson #> 12958 Ian Maddieson #> 12967 Ian Maddieson #> 12969 Ian Maddieson #> 12973 Ian Maddieson #> 12978 Ian Maddieson #> 12987 Ian Maddieson #> 12988 Ian Maddieson #> 12989 Ian Maddieson #> 12990 Ian Maddieson #> 12992 Ian Maddieson #> 12993 Ian Maddieson #> 12996 Ian Maddieson #> 13004 Ian Maddieson #> 13005 Ian Maddieson #> 13012 Ian Maddieson #> 13013 Ian Maddieson #> 13018 Ian Maddieson #> 13024 Ian Maddieson #> 13027 Ian Maddieson #> 13028 Ian Maddieson #> 13030 Ian Maddieson #> 13031 Ian Maddieson #> 13032 Ian Maddieson #> 13036 Ian Maddieson #> 13038 Ian Maddieson #> 13048 Ian Maddieson #> 13057 Ian Maddieson #> 13063 Cecil H. Brown #> 13083 Cecil H. Brown #> 13094 Cecil H. Brown #> 13100 Cecil H. Brown #> 13138 Cecil H. Brown #> 13141 Cecil H. Brown #> 13144 Cecil H. Brown #> 13146 Cecil H. Brown #> 13152 Cecil H. Brown #> 13153 Cecil H. Brown #> 13154 Cecil H. Brown #> 13159 Cecil H. Brown #> 13160 Cecil H. Brown #> 13161 Cecil H. Brown #> 13162 Cecil H. Brown #> 13168 Cecil H. Brown #> 13169 Cecil H. Brown #> 13172 Cecil H. Brown #> 13180 Cecil H. Brown #> 13182 Cecil H. Brown #> 13186 Cecil H. Brown #> 13191 Cecil H. Brown #> 13201 Cecil H. Brown #> 13202 Cecil H. Brown #> 13207 Cecil H. Brown #> 13220 Cecil H. Brown #> 13225 Cecil H. Brown #> 13228 Cecil H. Brown #> 13231 Cecil H. Brown #> 13232 Cecil H. Brown #> 13233 Cecil H. Brown #> 13240 Cecil H. Brown #> 13248 Cecil H. Brown #> 13250 Cecil H. Brown #> 13257 Cecil H. Brown #> 13264 Cecil H. Brown #> 13267 Cecil H. Brown #> 13272 Cecil H. Brown #> 13283 Cecil H. Brown #> 13288 Cecil H. Brown #> 13294 Cecil H. Brown #> 13298 Cecil H. Brown #> 13305 Cecil H. Brown #> 13313 Cecil H. Brown #> 13319 Cecil H. Brown #> 13327 Cecil H. Brown #> 13330 Cecil H. Brown #> 13333 Cecil H. Brown #> 13335 Cecil H. Brown #> 13337 Cecil H. Brown #> 13340 Cecil H. Brown #> 13345 Cecil H. Brown #> 13358 Cecil H. Brown #> 13362 Cecil H. Brown #> 13365 Cecil H. Brown #> 13367 Cecil H. Brown #> 13368 Cecil H. Brown #> 13372 Cecil H. Brown #> 13378 Cecil H. Brown #> 13379 Cecil H. Brown #> 13386 Cecil H. Brown #> 13393 Cecil H. Brown #> 13397 Cecil H. Brown #> 13398 Cecil H. Brown #> 13408 Cecil H. Brown #> 13409 Cecil H. Brown #> 13416 Cecil H. Brown #> 13426 Cecil H. Brown #> 13429 Cecil H. Brown #> 13430 Cecil H. Brown #> 13431 Cecil H. Brown #> 13432 Cecil H. Brown #> 13441 Cecil H. Brown #> 13450 Cecil H. Brown #> 13454 Cecil H. Brown #> 13455 Cecil H. Brown #> 13458 Cecil H. Brown #> 13459 Cecil H. Brown #> 13465 Cecil H. Brown #> 13466 Cecil H. Brown #> 13474 Cecil H. Brown #> 13477 Cecil H. Brown #> 13488 Cecil H. Brown #> 13495 Cecil H. Brown #> 13500 Cecil H. Brown #> 13506 Cecil H. Brown #> 13509 Cecil H. Brown #> 13523 Cecil H. Brown #> 13535 Cecil H. Brown #> 13542 Cecil H. Brown #> 13544 Cecil H. Brown #> 13547 Cecil H. Brown #> 13553 Cecil H. Brown #> 13554 Cecil H. Brown #> 13558 Cecil H. Brown #> 13559 Cecil H. Brown #> 13574 Cecil H. Brown #> 13575 Cecil H. Brown #> 13583 Cecil H. Brown #> 13589 Cecil H. Brown #> 13592 Cecil H. Brown #> 13595 Cecil H. Brown #> 13597 Cecil H. Brown #> 13603 Cecil H. Brown #> 13605 Cecil H. Brown #> 13606 Cecil H. Brown #> 13609 Cecil H. Brown #> 13610 Cecil H. Brown #> 13620 Cecil H. Brown #> 13621 Cecil H. Brown #> 13626 Cecil H. Brown #> 13630 Cecil H. Brown #> 13648 Cecil H. Brown #> 13651 Cecil H. Brown #> 13654 Cecil H. Brown #> 13702 Cecil H. Brown #> 13721 Cecil H. Brown #> 13724 Cecil H. Brown #> 13726 Cecil H. Brown #> 13735 Bernard Comrie #> 13741 Bernard Comrie #> 13743 Bernard Comrie #> 13744 Bernard Comrie #> 13745 Bernard Comrie #> 13763 Bernard Comrie #> 13764 Bernard Comrie #> 13766 Bernard Comrie #> 13773 Bernard Comrie #> 13776 Bernard Comrie #> 13785 Bernard Comrie #> 13789 Bernard Comrie #> 13795 Bernard Comrie #> 13801 Bernard Comrie #> 13804 Bernard Comrie #> 13805 Bernard Comrie #> 13811 Bernard Comrie #> 13820 Bernard Comrie #> 13828 Bernard Comrie #> 13832 Bernard Comrie #> 13835 Bernard Comrie #> 13836 Bernard Comrie #> 13838 Bernard Comrie #> 13842 Bernard Comrie #> 13844 Bernard Comrie #> 13852 Bernard Comrie #> 13859 Bernard Comrie #> 13860 Bernard Comrie #> 13865 Bernard Comrie #> 13867 Bernard Comrie #> 13870 Bernard Comrie #> 13872 Bernard Comrie #> 13873 Bernard Comrie #> 13876 Bernard Comrie #> 13887 Bernard Comrie #> 13892 Bernard Comrie #> 13895 Bernard Comrie #> 13896 Bernard Comrie #> 13915 Bernard Comrie #> 13935 Paul Kay and Luisa Maffi #> 13949 Paul Kay and Luisa Maffi #> 13950 Paul Kay and Luisa Maffi #> 13952 Paul Kay and Luisa Maffi #> 13969 Paul Kay and Luisa Maffi #> 13970 Paul Kay and Luisa Maffi #> 13984 Paul Kay and Luisa Maffi #> 13994 Paul Kay and Luisa Maffi #> 13995 Paul Kay and Luisa Maffi #> 14001 Paul Kay and Luisa Maffi #> 14009 Paul Kay and Luisa Maffi #> 14010 Paul Kay and Luisa Maffi #> 14014 Paul Kay and Luisa Maffi #> 14015 Paul Kay and Luisa Maffi #> 14020 Paul Kay and Luisa Maffi #> 14027 Paul Kay and Luisa Maffi #> 14031 Paul Kay and Luisa Maffi #> 14034 Paul Kay and Luisa Maffi #> 14059 Paul Kay and Luisa Maffi #> 14064 Paul Kay and Luisa Maffi #> 14066 Paul Kay and Luisa Maffi #> 14083 Paul Kay and Luisa Maffi #> 14089 Paul Kay and Luisa Maffi #> 14090 Paul Kay and Luisa Maffi #> 14101 Paul Kay and Luisa Maffi #> 14124 Paul Kay and Luisa Maffi #> 14129 Paul Kay and Luisa Maffi #> 14132 Paul Kay and Luisa Maffi #> 14136 Paul Kay and Luisa Maffi #> 14137 Paul Kay and Luisa Maffi #> 14139 Paul Kay and Luisa Maffi #> 14142 Paul Kay and Luisa Maffi #> 14146 Paul Kay and Luisa Maffi #> 14147 Paul Kay and Luisa Maffi #> 14149 Paul Kay and Luisa Maffi #> 14152 Paul Kay and Luisa Maffi #> 14163 Paul Kay and Luisa Maffi #> 14169 Paul Kay and Luisa Maffi #> 14170 Paul Kay and Luisa Maffi #> 14171 Paul Kay and Luisa Maffi #> 14172 Paul Kay and Luisa Maffi #> 14186 Paul Kay and Luisa Maffi #> 14194 Paul Kay and Luisa Maffi #> 14197 Paul Kay and Luisa Maffi #> 14202 Paul Kay and Luisa Maffi #> 14205 Paul Kay and Luisa Maffi #> 14208 Paul Kay and Luisa Maffi #> 14232 Paul Kay and Luisa Maffi #> 14236 Paul Kay and Luisa Maffi #> 14245 Paul Kay and Luisa Maffi #> 14248 Paul Kay and Luisa Maffi #> 14271 Paul Kay and Luisa Maffi #> 14272 Paul Kay and Luisa Maffi #> 14274 Paul Kay and Luisa Maffi #> 14283 Paul Kay and Luisa Maffi #> 14285 Paul Kay and Luisa Maffi #> 14289 Paul Kay and Luisa Maffi #> 14293 Paul Kay and Luisa Maffi #> 14304 Paul Kay and Luisa Maffi #> 14308 Paul Kay and Luisa Maffi #> 14311 Paul Kay and Luisa Maffi #> 14312 Paul Kay and Luisa Maffi #> 14313 Paul Kay and Luisa Maffi #> 14323 Paul Kay and Luisa Maffi #> 14324 Paul Kay and Luisa Maffi #> 14326 Paul Kay and Luisa Maffi #> 14328 Paul Kay and Luisa Maffi #> 14329 Paul Kay and Luisa Maffi #> 14343 Paul Kay and Luisa Maffi #> 14347 Paul Kay and Luisa Maffi #> 14357 Paul Kay and Luisa Maffi #> 14391 Paul Kay and Luisa Maffi #> 14415 Johanna Nichols and David A. Peterson #> 14424 Johanna Nichols and David A. Peterson #> 14426 Johanna Nichols and David A. Peterson #> 14436 Johanna Nichols and David A. Peterson #> 14456 Johanna Nichols and David A. Peterson #> 14457 Johanna Nichols and David A. Peterson #> 14463 Johanna Nichols and David A. Peterson #> 14469 Johanna Nichols and David A. Peterson #> 14473 Johanna Nichols and David A. Peterson #> 14489 Johanna Nichols and David A. Peterson #> 14496 Johanna Nichols and David A. Peterson #> 14501 Johanna Nichols and David A. Peterson #> 14503 Johanna Nichols and David A. Peterson #> 14505 Johanna Nichols and David A. Peterson #> 14512 Johanna Nichols and David A. Peterson #> 14520 Johanna Nichols and David A. Peterson #> 14524 Johanna Nichols and David A. Peterson #> 14525 Johanna Nichols and David A. Peterson #> 14541 Johanna Nichols and David A. Peterson #> 14543 Johanna Nichols and David A. Peterson #> 14550 Johanna Nichols and David A. Peterson #> 14553 Johanna Nichols and David A. Peterson #> 14555 Johanna Nichols and David A. Peterson #> 14558 Johanna Nichols and David A. Peterson #> 14561 Johanna Nichols and David A. Peterson #> 14568 Johanna Nichols and David A. Peterson #> 14572 Johanna Nichols and David A. Peterson #> 14587 Johanna Nichols and David A. Peterson #> 14589 Johanna Nichols and David A. Peterson #> 14631 Johanna Nichols and David A. Peterson #> 14656 Johanna Nichols and David A. Peterson #> 14663 Johanna Nichols and David A. Peterson #> 14665 Johanna Nichols and David A. Peterson #> 14672 Johanna Nichols and David A. Peterson #> 14678 Johanna Nichols and David A. Peterson #> 14696 Johanna Nichols and David A. Peterson #> 14698 Johanna Nichols and David A. Peterson #> 14702 Johanna Nichols and David A. Peterson #> 14703 Johanna Nichols and David A. Peterson #> 14709 Johanna Nichols and David A. Peterson #> 14713 Johanna Nichols and David A. Peterson #> 14716 Johanna Nichols and David A. Peterson #> 14718 Johanna Nichols and David A. Peterson #> 14732 Johanna Nichols and David A. Peterson #> 14735 Johanna Nichols and David A. Peterson #> 14745 Johanna Nichols and David A. Peterson #> 14751 Johanna Nichols and David A. Peterson #> 14768 Johanna Nichols and David A. Peterson #> 14772 Johanna Nichols and David A. Peterson #> 14777 Johanna Nichols and David A. Peterson #> 14779 Johanna Nichols and David A. Peterson #> 14786 Johanna Nichols and David A. Peterson #> 14792 Johanna Nichols and David A. Peterson #> 14799 Johanna Nichols and David A. Peterson #> 14801 Johanna Nichols and David A. Peterson #> 14802 Johanna Nichols and David A. Peterson #> 14837 Johanna Nichols and David A. Peterson #> 14860 Johanna Nichols and David A. Peterson #> 14862 Johanna Nichols and David A. Peterson #> 14872 Johanna Nichols and David A. Peterson #> 14875 Johanna Nichols and David A. Peterson #> 14887 Johanna Nichols and David A. Peterson #> 14906 Johanna Nichols and David A. Peterson #> 14911 Johanna Nichols and David A. Peterson #> 14914 Johanna Nichols and David A. Peterson #> 14918 Johanna Nichols and David A. Peterson #> 14920 Johanna Nichols and David A. Peterson #> 14924 Johanna Nichols and David A. Peterson #> 14952 Johanna Nichols and David A. Peterson #> 14961 Johanna Nichols and David A. Peterson #> 14971 Johanna Nichols and David A. Peterson #> 14974 Johanna Nichols and David A. Peterson #> 14993 Johanna Nichols and David A. Peterson #> 14998 Johanna Nichols and David A. Peterson #> 15000 Johanna Nichols and David A. Peterson #> 15021 Johanna Nichols and David A. Peterson #> 15027 Johanna Nichols and David A. Peterson #> 15036 Johanna Nichols and David A. Peterson #> 15045 Johanna Nichols and David A. Peterson #> 15054 Johanna Nichols and David A. Peterson #> 15055 Johanna Nichols and David A. Peterson #> 15061 Johanna Nichols and David A. Peterson #> 15062 Johanna Nichols and David A. Peterson #> 15063 Johanna Nichols and David A. Peterson #> 15076 Johanna Nichols and David A. Peterson #> 15078 Johanna Nichols and David A. Peterson #> 15085 Johanna Nichols and David A. Peterson #> 15095 Johanna Nichols and David A. Peterson #> 15103 Johanna Nichols and David A. Peterson #> 15114 Johanna Nichols and David A. Peterson #> 15126 Johanna Nichols and David A. Peterson #> 15132 Johanna Nichols and David A. Peterson #> 15136 Johanna Nichols and David A. Peterson #> 15142 Johanna Nichols and David A. Peterson #> 15145 Johanna Nichols and David A. Peterson #> 15150 Johanna Nichols and David A. Peterson #> 15161 Johanna Nichols and David A. Peterson #> 15167 Johanna Nichols and David A. Peterson #> 15175 Johanna Nichols and David A. Peterson #> 15178 Johanna Nichols and David A. Peterson #> 15214 Johanna Nichols and David A. Peterson #> 15220 Johanna Nichols and David A. Peterson #> 15240 Johanna Nichols and David A. Peterson #> 15245 Johanna Nichols and David A. Peterson #> 15248 Johanna Nichols and David A. Peterson #> 15259 Johanna Nichols and David A. Peterson #> 15260 Johanna Nichols and David A. Peterson #> 15264 Johanna Nichols and David A. Peterson #> 15278 Johanna Nichols and David A. Peterson #> 15282 Johanna Nichols and David A. Peterson #> 15291 Johanna Nichols and David A. Peterson #> 15298 Johanna Nichols and David A. Peterson #> 15306 Johanna Nichols and David A. Peterson #> 15307 Johanna Nichols and David A. Peterson #> 15310 Johanna Nichols and David A. Peterson #> 15313 Johanna Nichols and David A. Peterson #> 15324 Östen Dahl #> 15338 Östen Dahl #> 15340 Östen Dahl #> 15354 Östen Dahl #> 15377 Östen Dahl #> 15381 Östen Dahl #> 15392 Östen Dahl #> 15393 Östen Dahl #> 15395 Östen Dahl #> 15397 Östen Dahl #> 15401 Östen Dahl #> 15402 Östen Dahl #> 15403 Östen Dahl #> 15404 Östen Dahl #> 15414 Östen Dahl #> 15417 Östen Dahl #> 15418 Östen Dahl #> 15427 Östen Dahl #> 15431 Östen Dahl #> 15449 Östen Dahl #> 15479 Östen Dahl #> 15480 Östen Dahl #> 15482 Östen Dahl #> 15488 Östen Dahl #> 15497 Östen Dahl #> 15501 Östen Dahl #> 15507 Östen Dahl #> 15510 Östen Dahl #> 15512 Östen Dahl #> 15519 Östen Dahl #> 15520 Östen Dahl #> 15522 Östen Dahl #> 15526 Östen Dahl #> 15530 Östen Dahl #> 15536 Östen Dahl #> 15537 Östen Dahl #> 15539 Östen Dahl #> 15548 Östen Dahl #> 15549 Östen Dahl #> 15563 Ulrike Zeshan #> 15589 Rob Goedemans and Harry van der Hulst #> 15596 Rob Goedemans and Harry van der Hulst #> 15597 Rob Goedemans and Harry van der Hulst #> 15640 Rob Goedemans and Harry van der Hulst #> 15652 Rob Goedemans and Harry van der Hulst #> 15680 Rob Goedemans and Harry van der Hulst #> 15697 Rob Goedemans and Harry van der Hulst #> 15703 Rob Goedemans and Harry van der Hulst #> 15711 Rob Goedemans and Harry van der Hulst #> 15725 Rob Goedemans and Harry van der Hulst #> 15742 Rob Goedemans and Harry van der Hulst #> 15743 Rob Goedemans and Harry van der Hulst #> 15770 Rob Goedemans and Harry van der Hulst #> 15779 Rob Goedemans and Harry van der Hulst #> 15792 Rob Goedemans and Harry van der Hulst #> 15798 Rob Goedemans and Harry van der Hulst #> 15809 Rob Goedemans and Harry van der Hulst #> 15817 Rob Goedemans and Harry van der Hulst #> 15837 Rob Goedemans and Harry van der Hulst #> 15846 Rob Goedemans and Harry van der Hulst #> 15849 Rob Goedemans and Harry van der Hulst #> 15851 Rob Goedemans and Harry van der Hulst #> 15856 Rob Goedemans and Harry van der Hulst #> 15886 Rob Goedemans and Harry van der Hulst #> 15958 Rob Goedemans and Harry van der Hulst #> 15968 Rob Goedemans and Harry van der Hulst #> 15985 Rob Goedemans and Harry van der Hulst #> 16014 Rob Goedemans and Harry van der Hulst #> 16029 Rob Goedemans and Harry van der Hulst #> 16039 Rob Goedemans and Harry van der Hulst #> 16042 Rob Goedemans and Harry van der Hulst #> 16047 Rob Goedemans and Harry van der Hulst #> 16056 Rob Goedemans and Harry van der Hulst #> 16075 Rob Goedemans and Harry van der Hulst #> 16076 Rob Goedemans and Harry van der Hulst #> 16086 Rob Goedemans and Harry van der Hulst #> 16105 Ulrike Zeshan #> 16137 David Gil #> 16148 David Gil #> 16149 David Gil #> 16153 David Gil #> 16160 David Gil #> 16161 David Gil #> 16164 David Gil #> 16165 David Gil #> 16168 David Gil #> 16171 David Gil #> 16172 David Gil #> 16179 David Gil #> 16182 David Gil #> 16202 David Gil #> 16204 David Gil #> 16208 David Gil #> 16214 David Gil #> 16216 David Gil #> 16222 David Gil #> 16225 David Gil #> 16230 David Gil #> 16231 David Gil #> 16245 David Gil #> 16259 David Gil #> 16266 David Gil #> 16267 David Gil #> 16269 David Gil #> 16270 David Gil #> 16279 Matthew S. Dryer #> 16297 Matthew S. Dryer #> 16304 Matthew S. Dryer #> 16308 Matthew S. Dryer #> 16314 Matthew S. Dryer #> 16320 Matthew S. Dryer #> 16332 Matthew S. Dryer #> 16334 Matthew S. Dryer #> 16352 Matthew S. Dryer #> 16355 Matthew S. Dryer #> 16361 Matthew S. Dryer #> 16366 Matthew S. Dryer #> 16368 Matthew S. Dryer #> 16386 Matthew S. Dryer #> 16387 Matthew S. Dryer #> 16395 Matthew S. Dryer #> 16402 Matthew S. Dryer #> 16413 Matthew S. Dryer #> 16429 Matthew S. Dryer #> 16437 Matthew S. Dryer #> 16439 Matthew S. Dryer #> 16442 Matthew S. Dryer #> 16449 Matthew S. Dryer #> 16462 Matthew S. Dryer #> 16473 Matthew S. Dryer #> 16474 Matthew S. Dryer #> 16482 Matthew S. Dryer #> 16494 Matthew S. Dryer #> 16496 Matthew S. Dryer #> 16509 Matthew S. Dryer #> 16519 Matthew S. Dryer #> 16520 Matthew S. Dryer #> 16523 Matthew S. Dryer #> 16527 Matthew S. Dryer #> 16548 Matthew S. Dryer #> 16551 Matthew S. Dryer #> 16553 Matthew S. Dryer #> 16566 Matthew S. Dryer #> 16579 Matthew S. Dryer #> 16581 Matthew S. Dryer #> 16582 Matthew S. Dryer #> 16585 Matthew S. Dryer #> 16606 Matthew S. Dryer #> 16610 Matthew S. Dryer #> 16622 Matthew S. Dryer #> 16631 Matthew S. Dryer #> 16645 Matthew S. Dryer #> 16649 Matthew S. Dryer #> 16650 Matthew S. Dryer #> 16651 Matthew S. Dryer #> 16654 Matthew S. Dryer #> 16655 Matthew S. Dryer #> 16666 Matthew S. Dryer #> 16679 Matthew S. Dryer #> 16686 Matthew S. Dryer #> 16691 Matthew S. Dryer #> 16702 Matthew S. Dryer #> 16713 Matthew S. Dryer #> 16715 Matthew S. Dryer #> 16718 Matthew S. Dryer #> 16720 Matthew S. Dryer #> 16721 Matthew S. Dryer #> 16724 Matthew S. Dryer #> 16741 Matthew S. Dryer #> 16753 Matthew S. Dryer #> 16755 Matthew S. Dryer #> 16759 Matthew S. Dryer #> 16762 Matthew S. Dryer #> 16767 Matthew S. Dryer #> 16772 Matthew S. Dryer #> 16774 Matthew S. Dryer #> 16776 Matthew S. Dryer #> 16791 Matthew S. Dryer #> 16793 Matthew S. Dryer #> 16797 Matthew S. Dryer #> 16804 Matthew S. Dryer #> 16818 Matthew S. Dryer #> 16820 Matthew S. Dryer #> 16821 Matthew S. Dryer #> 16824 Matthew S. Dryer #> 16830 Matthew S. Dryer #> 16831 Matthew S. Dryer #> 16834 Matthew S. Dryer #> 16837 Matthew S. Dryer #> 16839 Matthew S. Dryer #> 16868 Matthew S. Dryer #> 16872 Matthew S. Dryer #> 16880 Matthew S. Dryer #> 16887 Matthew S. Dryer #> 16888 Matthew S. Dryer #> 16889 Matthew S. Dryer #> 16895 Matthew S. Dryer #> 16899 Matthew S. Dryer #> 16926 Matthew S. Dryer #> 16935 Matthew S. Dryer #> 16938 Matthew S. Dryer #> 16943 Matthew S. Dryer #> 16946 Matthew S. Dryer #> 16947 Matthew S. Dryer #> 16953 Matthew S. Dryer #> 16964 Matthew S. Dryer #> 16966 Matthew S. Dryer #> 16969 Matthew S. Dryer #> 16975 Matthew S. Dryer #> 16986 Matthew S. Dryer #> 16989 Matthew S. Dryer #> 16997 Matthew S. Dryer #> 17002 Matthew S. Dryer #> 17004 Matthew S. Dryer #> 17019 Matthew S. Dryer #> 17027 Matthew S. Dryer #> 17033 Matthew S. Dryer #> 17036 Matthew S. Dryer #> 17038 Matthew S. Dryer #> 17039 Matthew S. Dryer #> 17045 Matthew S. Dryer #> 17061 Matthew S. Dryer #> 17069 Matthew S. Dryer #> 17072 Matthew S. Dryer #> 17074 Matthew S. Dryer #> 17075 Matthew S. Dryer #> 17076 Matthew S. Dryer #> 17088 Matthew S. Dryer #> 17091 Matthew S. Dryer #> 17097 Matthew S. Dryer #> 17105 Matthew S. Dryer #> 17108 Matthew S. Dryer #> 17114 Matthew S. Dryer #> 17115 Matthew S. Dryer #> 17118 Matthew S. Dryer #> 17124 Matthew S. Dryer #> 17134 Matthew S. Dryer #> 17140 Matthew S. Dryer #> 17141 Matthew S. Dryer #> 17146 Matthew S. Dryer #> 17154 Matthew S. Dryer #> 17159 Matthew S. Dryer #> 17160 Matthew S. Dryer #> 17163 Matthew S. Dryer #> 17167 Matthew S. Dryer #> 17179 Matthew S. Dryer #> 17191 Matthew S. Dryer #> 17208 Matthew S. Dryer #> 17218 Matthew S. Dryer #> 17226 Matthew S. Dryer #> 17234 Matthew S. Dryer #> 17242 Matthew S. Dryer #> 17291 Matthew S. Dryer #> 17295 Matthew S. Dryer #> 17306 Matthew S. Dryer #> 17311 Matthew S. Dryer #> 17313 Matthew S. Dryer #> 17320 Matthew S. Dryer #> 17329 Matthew S. Dryer #> 17332 Matthew S. Dryer #> 17351 Matthew S. Dryer #> 17353 Matthew S. Dryer #> 17354 Matthew S. Dryer #> 17363 Matthew S. Dryer #> 17366 Matthew S. Dryer #> 17382 Matthew S. Dryer #> 17385 Matthew S. Dryer #> 17386 Matthew S. Dryer #> 17390 Matthew S. Dryer #> 17391 Matthew S. Dryer #> 17392 Matthew S. Dryer #> 17404 Matthew S. Dryer #> 17405 Matthew S. Dryer #> 17419 Matthew S. Dryer #> 17429 Matthew S. Dryer #> 17430 Matthew S. Dryer #> 17458 Matthew S. Dryer #> 17467 Matthew S. Dryer #> 17469 Matthew S. Dryer #> 17475 Matthew S. Dryer #> 17481 Matthew S. Dryer #> 17490 Matthew S. Dryer #> 17503 Matthew S. Dryer #> 17507 Matthew S. Dryer #> 17511 Matthew S. Dryer #> 17516 Matthew S. Dryer #> 17532 Matthew S. Dryer #> 17536 Matthew S. Dryer #> 17538 Matthew S. Dryer #> 17550 Matthew S. Dryer #> 17580 Matthew S. Dryer #> 17588 Matthew S. Dryer #> 17589 Matthew S. Dryer #> 17601 Matthew S. Dryer #> 17602 Matthew S. Dryer #> 17606 Matthew S. Dryer #> 17610 Matthew S. Dryer #> 17613 Matthew S. Dryer #> 17614 Matthew S. Dryer #> 17619 Matthew S. Dryer #> 17621 Matthew S. Dryer #> 17625 Matthew S. Dryer #> 17626 Matthew S. Dryer #> 17627 Matthew S. Dryer #> 17629 Matthew S. Dryer #> 17638 Matthew S. Dryer #> 17679 Matthew S. Dryer #> 17688 Matthew S. Dryer #> 17690 Matthew S. Dryer #> 17701 Matthew S. Dryer #> 17716 Matthew S. Dryer #> 17719 Matthew S. Dryer #> 17720 Matthew S. Dryer #> 17725 Matthew S. Dryer #> 17726 Matthew S. Dryer #> 17729 Matthew S. Dryer #> 17735 Matthew S. Dryer #> 17751 Matthew S. Dryer #> 17752 Matthew S. Dryer #> 17761 Matthew S. Dryer #> 17764 Matthew S. Dryer #> 17769 Matthew S. Dryer #> 17772 Matthew S. Dryer #> 17773 Matthew S. Dryer #> 17779 Matthew S. Dryer #> 17797 Matthew S. Dryer #> 17808 Matthew S. Dryer #> 17810 Matthew S. Dryer #> 17823 Matthew S. Dryer #> 17824 Matthew S. Dryer #> 17853 Matthew S. Dryer #> 17854 Matthew S. Dryer #> 17862 Matthew S. Dryer #> 17864 Matthew S. Dryer #> 17874 Matthew S. Dryer #> 17884 Matthew S. Dryer #> 17897 Matthew S. Dryer #> 17899 Matthew S. Dryer #> 17905 Matthew S. Dryer #> 17906 Matthew S. Dryer #> 17911 Matthew S. Dryer #> 17921 Matthew S. Dryer #> 17934 Matthew S. Dryer #> 17938 Matthew S. Dryer #> 17939 Matthew S. Dryer #> 17943 Matthew S. Dryer #> 17945 Matthew S. Dryer #> 17955 Matthew S. Dryer #> 17956 Matthew S. Dryer #> 17960 Matthew S. Dryer #> 17961 Matthew S. Dryer #> 17962 Matthew S. Dryer #> 17963 Matthew S. Dryer #> 17968 Matthew S. Dryer #> 17974 Matthew S. Dryer #> 17975 Matthew S. Dryer #> 17983 Matthew S. Dryer #> 17990 Matthew S. Dryer #> 17993 Matthew S. Dryer #> 18007 Matthew S. Dryer #> 18015 Matthew S. Dryer #> 18018 Matthew S. Dryer #> 18022 Matthew S. Dryer #> 18029 Matthew S. Dryer #> 18063 Matthew S. Dryer #> 18072 Matthew S. Dryer #> 18077 Matthew S. Dryer #> 18081 Matthew S. Dryer #> 18083 Matthew S. Dryer #> 18084 Matthew S. Dryer #> 18089 Matthew S. Dryer #> 18094 Matthew S. Dryer #> 18097 Matthew S. Dryer #> 18100 Matthew S. Dryer #> 18107 Matthew S. Dryer #> 18113 Matthew S. Dryer #> 18119 Matthew S. Dryer #> 18121 Matthew S. Dryer #> 18126 Matthew S. Dryer #> 18134 Matthew S. Dryer #> 18136 Matthew S. Dryer #> 18147 Matthew S. Dryer #> 18175 Matthew S. Dryer #> 18177 Matthew S. Dryer #> 18179 Matthew S. Dryer #> 18197 Matthew S. Dryer #> 18198 Matthew S. Dryer #> 18205 Matthew S. Dryer #> 18206 Matthew S. Dryer #> 18210 Matthew S. Dryer #> 18211 Matthew S. Dryer #> 18242 Matthew S. Dryer #> 18248 Matthew S. Dryer #> 18249 Matthew S. Dryer #> 18257 Matthew S. Dryer #> 18260 Matthew S. Dryer #> 18261 Matthew S. Dryer #> 18278 Matthew S. Dryer #> 18281 Matthew S. Dryer #> 18288 Matthew S. Dryer #> 18289 Matthew S. Dryer #> 18293 Matthew S. Dryer #> 18294 Matthew S. Dryer #> 18319 Matthew S. Dryer #> 18327 Matthew S. Dryer #> 18328 Matthew S. Dryer #> 18332 Matthew S. Dryer #> 18347 Matthew S. Dryer #> 18351 Matthew S. Dryer #> 18357 Matthew S. Dryer #> 18358 Matthew S. Dryer #> 18360 Matthew S. Dryer #> 18361 Matthew S. Dryer #> 18365 Matthew S. Dryer #> 18373 Matthew S. Dryer #> 18376 Matthew S. Dryer #> 18386 Matthew S. Dryer #> 18391 Matthew S. Dryer #> 18418 Matthew S. Dryer #> 18430 Matthew S. Dryer #> 18433 Matthew S. Dryer #> 18438 Matthew S. Dryer #> 18449 Matthew S. Dryer #> 18450 Matthew S. Dryer #> 18462 Matthew S. Dryer #> 18463 Matthew S. Dryer #> 18482 Matthew S. Dryer #> 18484 Matthew S. Dryer #> 18490 Matthew S. Dryer #> 18517 Matthew S. Dryer #> 18523 Matthew S. Dryer #> 18529 Matthew S. Dryer #> 18537 Matthew S. Dryer #> 18538 Matthew S. Dryer #> 18539 Matthew S. Dryer #> 18545 Matthew S. Dryer #> 18582 Matthew S. Dryer #> 18587 Matthew S. Dryer #> 18594 Matthew S. Dryer #> 18629 Matthew S. Dryer #> 18644 Matthew S. Dryer #> 18651 Matthew S. Dryer #> 18659 Matthew S. Dryer #> 18669 Matthew S. Dryer #> 18706 Matthew S. Dryer #> 18708 Matthew S. Dryer #> 18716 Matthew S. Dryer #> 18723 Matthew S. Dryer #> 18743 Matthew S. Dryer #> 18750 Matthew S. Dryer #> 18760 Matthew S. Dryer #> 18764 Matthew S. Dryer #> 18769 Matthew S. Dryer #> 18774 Matthew S. Dryer #> 18777 Matthew S. Dryer #> 18785 Matthew S. Dryer #> 18789 Matthew S. Dryer #> 18793 Matthew S. Dryer #> 18795 Matthew S. Dryer #> 18803 Matthew S. Dryer #> 18808 Matthew S. Dryer #> 18809 Matthew S. Dryer #> 18814 Matthew S. Dryer #> 18816 Matthew S. Dryer #> 18825 Matthew S. Dryer #> 18826 Matthew S. Dryer #> 18836 Matthew S. Dryer #> 18837 Matthew S. Dryer #> 18840 Matthew S. Dryer #> 18843 Matthew S. Dryer #> 18854 Matthew S. Dryer #> 18855 Matthew S. Dryer #> 18857 Matthew S. Dryer #> 18858 Matthew S. Dryer #> 18861 Matthew S. Dryer #> 18874 Matthew S. Dryer #> 18877 Matthew S. Dryer #> 18879 Matthew S. Dryer #> 18883 Matthew S. Dryer #> 18886 Matthew S. Dryer #> 18888 Matthew S. Dryer #> 18896 Matthew S. Dryer #> 18899 Matthew S. Dryer #> 18901 Matthew S. Dryer #> 18904 Matthew S. Dryer #> 18905 Matthew S. Dryer #> 18909 Matthew S. Dryer #> 18924 Matthew S. Dryer #> 18938 Matthew S. Dryer #> 18951 Matthew S. Dryer #> 18968 Matthew S. Dryer #> 18982 Matthew S. Dryer #> 18988 Matthew S. Dryer #> 18990 Matthew S. Dryer #> 18992 Matthew S. Dryer #> 18995 Matthew S. Dryer #> 19004 Matthew S. Dryer #> 19010 Matthew S. Dryer #> 19014 Matthew S. Dryer #> 19018 Matthew S. Dryer #> 19022 Matthew S. Dryer #> 19029 Matthew S. Dryer #> 19049 Matthew S. Dryer #> 19053 Matthew S. Dryer #> 19074 Matthew S. Dryer #> 19076 Matthew S. Dryer #> 19077 Matthew S. Dryer #> 19081 Matthew S. Dryer #> 19082 Matthew S. Dryer #> 19092 Matthew S. Dryer #> 19109 Matthew S. Dryer #> 19112 Matthew S. Dryer #> 19116 Matthew S. Dryer #> 19128 Matthew S. Dryer #> 19132 Matthew S. Dryer #> 19139 Matthew S. Dryer #> 19156 Matthew S. Dryer #> 19164 Matthew S. Dryer #> 19170 Matthew S. Dryer #> 19171 Matthew S. Dryer #> 19173 Matthew S. Dryer #> 19174 Matthew S. Dryer #> 19177 Matthew S. Dryer #> 19178 Matthew S. Dryer #> 19180 Matthew S. Dryer #> 19181 Matthew S. Dryer #> 19198 Matthew S. Dryer #> 19204 Matthew S. Dryer #> 19210 Matthew S. Dryer #> 19211 Matthew S. Dryer #> 19212 Matthew S. Dryer #> 19213 Matthew S. Dryer #> 19221 Matthew S. Dryer #> 19228 Matthew S. Dryer #> 19229 Matthew S. Dryer #> 19231 Matthew S. Dryer #> 19233 Matthew S. Dryer #> 19236 Matthew S. Dryer #> 19240 Matthew S. Dryer #> 19251 Matthew S. Dryer #> 19252 Matthew S. Dryer #> 19253 Matthew S. Dryer #> 19254 Matthew S. Dryer #> 19261 Matthew S. Dryer #> 19268 Matthew S. Dryer #> 19269 Matthew S. Dryer #> 19270 Matthew S. Dryer #> 19275 Matthew S. Dryer #> 19281 Matthew S. Dryer #> 19285 Matthew S. Dryer #> 19286 Matthew S. Dryer #> 19287 Matthew S. Dryer #> 19290 Matthew S. Dryer #> 19297 Matthew S. Dryer #> 19300 Matthew S. Dryer #> 19310 Matthew S. Dryer #> 19315 Matthew S. Dryer #> 19319 Matthew S. Dryer #> 19327 Matthew S. Dryer #> 19330 Matthew S. Dryer #> 19340 Matthew S. Dryer #> 19343 Matthew S. Dryer #> 19363 Matthew S. Dryer #> 19365 Matthew S. Dryer #> 19366 Matthew S. Dryer #> 19380 Matthew S. Dryer #> 19383 Matthew S. Dryer #> 19389 Matthew S. Dryer #> 19391 Matthew S. Dryer #> 19392 Matthew S. Dryer #> 19417 Matthew S. Dryer #> 19429 Matthew S. Dryer #> 19432 Matthew S. Dryer #> 19437 Matthew S. Dryer #> 19445 Matthew S. Dryer #> 19446 Matthew S. Dryer #> 19456 Matthew S. Dryer #> 19459 Matthew S. Dryer #> 19462 Matthew S. Dryer #> 19466 Matthew S. Dryer #> 19490 Matthew S. Dryer #> 19497 Matthew S. Dryer #> 19505 Matthew S. Dryer #> 19522 Matthew S. Dryer #> 19525 Matthew S. Dryer #> 19530 Matthew S. Dryer #> 19538 Matthew S. Dryer #> 19545 Matthew S. Dryer #> 19550 Matthew S. Dryer #> 19552 Matthew S. Dryer #> 19578 Matthew S. Dryer #> 19580 Matthew S. Dryer #> 19588 Matthew S. Dryer #> 19597 Matthew S. Dryer #> 19600 Matthew S. Dryer #> 19644 Matthew S. Dryer #> 19658 Matthew S. Dryer #> 19664 Matthew S. Dryer #> 19671 Matthew S. Dryer #> 19679 Matthew S. Dryer #> 19681 Matthew S. Dryer #> 19693 Matthew S. Dryer #> 19697 Matthew S. Dryer #> 19698 Matthew S. Dryer #> 19703 Matthew S. Dryer #> 19711 Matthew S. Dryer #> 19715 Matthew S. Dryer #> 19719 Matthew S. Dryer #> 19729 Matthew S. Dryer #> 19740 Matthew S. Dryer #> 19755 Matthew S. Dryer #> 19772 Matthew S. Dryer #> 19776 Matthew S. Dryer #> 19787 Matthew S. Dryer #> 19800 Matthew S. Dryer #> 19815 Matthew S. Dryer #> 19823 Matthew S. Dryer #> 19856 Matthew S. Dryer #> 19867 Matthew S. Dryer #> 19871 Matthew S. Dryer #> 19875 Matthew S. Dryer #> 19888 Matthew S. Dryer #> 19901 Matthew S. Dryer #> 19902 Matthew S. Dryer #> 19911 Matthew S. Dryer #> 19917 Matthew S. Dryer #> 19918 Matthew S. Dryer #> 19920 Matthew S. Dryer #> 19929 Matthew S. Dryer #> 19932 Matthew S. Dryer #> 19939 Matthew S. Dryer #> 19954 Matthew S. Dryer #> 19955 Matthew S. Dryer #> 19968 Matthew S. Dryer #> 19976 Matthew S. Dryer #> 19977 Matthew S. Dryer #> 19989 Matthew S. Dryer #> 19998 Matthew S. Dryer #> 20000 Matthew S. Dryer #> 20033 Matthew S. Dryer #> 20035 Matthew S. Dryer #> 20036 Matthew S. Dryer #> 20046 Matthew S. Dryer #> 20053 Matthew S. Dryer #> 20054 Matthew S. Dryer #> 20066 Matthew S. Dryer #> 20079 Matthew S. Dryer #> 20080 Matthew S. Dryer #> 20082 Matthew S. Dryer #> 20086 Matthew S. Dryer #> 20094 Matthew S. Dryer #> 20107 Matthew S. Dryer #> 20110 Matthew S. Dryer #> 20115 Matthew S. Dryer #> 20122 Matthew S. Dryer #> 20123 Matthew S. Dryer #> 20132 Matthew S. Dryer #> 20140 Matthew S. Dryer #> 20144 Matthew S. Dryer #> 20150 Matthew S. Dryer #> 20154 Matthew S. Dryer #> 20166 Matthew S. Dryer #> 20167 Matthew S. Dryer #> 20174 Matthew S. Dryer #> 20186 Matthew S. Dryer #> 20192 Matthew S. Dryer #> 20195 Matthew S. Dryer #> 20207 Matthew S. Dryer #> 20209 Matthew S. Dryer #> 20218 Matthew S. Dryer #> 20232 Matthew S. Dryer #> 20234 Matthew S. Dryer #> 20250 Matthew S. Dryer #> 20260 Matthew S. Dryer #> 20267 Matthew S. Dryer #> 20268 Matthew S. Dryer #> 20276 Matthew S. Dryer #> 20278 Matthew S. Dryer #> 20294 Matthew S. Dryer #> 20296 Matthew S. Dryer #> 20315 Matthew S. Dryer #> 20326 Matthew S. Dryer #> 20328 Matthew S. Dryer #> 20339 Matthew S. Dryer #> 20368 Matthew S. Dryer #> 20369 Matthew S. Dryer #> 20373 Matthew S. Dryer #> 20376 Matthew S. Dryer #> 20382 Matthew S. Dryer #> 20385 Matthew S. Dryer #> 20386 Matthew S. Dryer #> 20390 Matthew S. Dryer #> 20400 Matthew S. Dryer #> 20404 Matthew S. Dryer #> 20421 Matthew S. Dryer #> 20425 Matthew S. Dryer #> 20431 Matthew S. Dryer #> 20433 Matthew S. Dryer #> 20444 Matthew S. Dryer #> 20445 Matthew S. Dryer #> 20447 Matthew S. Dryer #> 20448 Matthew S. Dryer #> 20462 Matthew S. Dryer #> 20472 Matthew S. Dryer #> 20485 Matthew S. Dryer #> 20489 Matthew S. Dryer #> 20517 Matthew S. Dryer #> 20518 Matthew S. Dryer #> 20527 Matthew S. Dryer #> 20530 Matthew S. Dryer #> 20532 Matthew S. Dryer #> 20535 Matthew S. Dryer #> 20542 Matthew S. Dryer #> 20544 Matthew S. Dryer #> 20547 Matthew S. Dryer #> 20553 Matthew S. Dryer #> 20563 Matthew S. Dryer #> 20571 Matthew S. Dryer #> 20577 Matthew S. Dryer #> 20578 Matthew S. Dryer #> 20605 Matthew S. Dryer #> 20638 Matthew S. Dryer #> 20640 Matthew S. Dryer #> 20642 Matthew S. Dryer #> 20646 Matthew S. Dryer #> 20650 Matthew S. Dryer #> 20651 Matthew S. Dryer #> 20656 Matthew S. Dryer #> 20659 Matthew S. Dryer #> 20663 Matthew S. Dryer #> 20664 Matthew S. Dryer #> 20670 Matthew S. Dryer #> 20676 Matthew S. Dryer #> 20678 Matthew S. Dryer #> 20682 Matthew S. Dryer #> 20684 Matthew S. Dryer #> 20703 Matthew S. Dryer #> 20711 Matthew S. Dryer #> 20723 Matthew S. Dryer #> 20732 Matthew S. Dryer #> 20748 Matthew S. Dryer #> 20755 Matthew S. Dryer #> 20759 Matthew S. Dryer #> 20764 Matthew S. Dryer #> 20765 Matthew S. Dryer #> 20769 Matthew S. Dryer #> 20781 Matthew S. Dryer #> 20802 Matthew S. Dryer #> 20806 Matthew S. Dryer #> 20809 Matthew S. Dryer #> 20816 Matthew S. Dryer #> 20826 Matthew S. Dryer #> 20828 Matthew S. Dryer #> 20837 Matthew S. Dryer #> 20844 Matthew S. Dryer #> 20850 Matthew S. Dryer #> 20863 Matthew S. Dryer #> 20870 Matthew S. Dryer #> 20893 Matthew S. Dryer #> 20894 Matthew S. Dryer #> 20895 Matthew S. Dryer #> 20899 Matthew S. Dryer #> 20904 Matthew S. Dryer #> 20909 Matthew S. Dryer #> 20913 Matthew S. Dryer #> 20915 Matthew S. Dryer #> 20919 Matthew S. Dryer #> 20921 Matthew S. Dryer #> 20935 Matthew S. Dryer #> 20951 Matthew S. Dryer #> 20982 Matthew S. Dryer #> 20990 Matthew S. Dryer #> 20998 Matthew S. Dryer #> 21000 Matthew S. Dryer #> 21002 Matthew S. Dryer #> 21004 Matthew S. Dryer #> 21013 Matthew S. Dryer #> 21020 Matthew S. Dryer #> 21034 Matthew S. Dryer #> 21054 Matthew S. Dryer #> 21066 Matthew S. Dryer #> 21076 Matthew S. Dryer #> 21077 Matthew S. Dryer #> 21081 Matthew S. Dryer #> 21082 Matthew S. Dryer #> 21087 Matthew S. Dryer #> 21088 Matthew S. Dryer #> 21109 Matthew S. Dryer #> 21123 Matthew S. Dryer #> 21142 Matthew S. Dryer #> 21144 Matthew S. Dryer #> 21147 Matthew S. Dryer #> 21151 Matthew S. Dryer #> 21154 Matthew S. Dryer #> 21164 Matthew S. Dryer #> 21170 Matthew S. Dryer #> 21178 Matthew S. Dryer #> 21186 Matthew S. Dryer #> 21193 Matthew S. Dryer #> 21205 Matthew S. Dryer #> 21213 Matthew S. Dryer #> 21214 Matthew S. Dryer #> 21222 Matthew S. Dryer #> 21227 Matthew S. Dryer #> 21242 Matthew S. Dryer #> 21244 Matthew S. Dryer #> 21251 Matthew S. Dryer #> 21265 Matthew S. Dryer #> 21266 Matthew S. Dryer #> 21269 Matthew S. Dryer #> 21270 Matthew S. Dryer #> 21291 Matthew S. Dryer #> 21297 Matthew S. Dryer #> 21299 Matthew S. Dryer #> 21321 Matthew S. Dryer #> 21334 Matthew S. Dryer #> 21343 Matthew S. Dryer #> 21345 Matthew S. Dryer #> 21349 Matthew S. Dryer #> 21354 Matthew S. Dryer #> 21356 Matthew S. Dryer #> 21358 Matthew S. Dryer #> 21363 Matthew S. Dryer #> 21370 Matthew S. Dryer #> 21407 Matthew S. Dryer #> 21418 Matthew S. Dryer #> 21419 Matthew S. Dryer #> 21430 Matthew S. Dryer #> 21435 Matthew S. Dryer #> 21441 Matthew S. Dryer #> 21448 Matthew S. Dryer #> 21456 Matthew S. Dryer #> 21464 Matthew S. Dryer #> 21466 Matthew S. Dryer #> 21476 Matthew S. Dryer #> 21477 Matthew S. Dryer #> 21479 Matthew S. Dryer #> 21482 Matthew S. Dryer #> 21485 Matthew S. Dryer #> 21493 Matthew S. Dryer #> 21502 Matthew S. Dryer #> 21509 Matthew S. Dryer #> 21510 Matthew S. Dryer #> 21533 Matthew S. Dryer #> 21537 Matthew S. Dryer #> 21539 Matthew S. Dryer #> 21546 Matthew S. Dryer #> 21549 Matthew S. Dryer #> 21557 Matthew S. Dryer #> 21565 Matthew S. Dryer #> 21567 Matthew S. Dryer #> 21578 Matthew S. Dryer #> 21590 Matthew S. Dryer #> 21594 Matthew S. Dryer #> 21599 Matthew S. Dryer #> 21611 Matthew S. Dryer #> 21612 Matthew S. Dryer #> 21614 Matthew S. Dryer #> 21615 Matthew S. Dryer #> 21617 Matthew S. Dryer #> 21620 Matthew S. Dryer #> 21621 Matthew S. Dryer #> 21626 Matthew S. Dryer #> 21631 Matthew S. Dryer #> 21632 Matthew S. Dryer #> 21635 Matthew S. Dryer #> 21646 Matthew S. Dryer #> 21652 Matthew S. Dryer #> 21653 Matthew S. Dryer #> 21655 Matthew S. Dryer #> 21658 Matthew S. Dryer #> 21660 Matthew S. Dryer #> 21665 Matthew S. Dryer #> 21680 Matthew S. Dryer #> 21683 Matthew S. Dryer #> 21692 Matthew S. Dryer #> 21693 Matthew S. Dryer #> 21695 Matthew S. Dryer #> 21702 Matthew S. Dryer #> 21720 Matthew S. Dryer #> 21722 Matthew S. Dryer #> 21728 Matthew S. Dryer #> 21731 Matthew S. Dryer #> 21740 Matthew S. Dryer #> 21746 Matthew S. Dryer #> 21747 Matthew S. Dryer #> 21753 Matthew S. Dryer #> 21768 Matthew S. Dryer #> 21771 Matthew S. Dryer #> 21773 Matthew S. Dryer #> 21778 Matthew S. Dryer #> 21788 Matthew S. Dryer #> 21791 Matthew S. Dryer #> 21799 Matthew S. Dryer #> 21817 Matthew S. Dryer #> 21838 Matthew S. Dryer #> 21859 Matthew S. Dryer #> 21861 Matthew S. Dryer #> 21870 Matthew S. Dryer #> 21900 Matthew S. Dryer #> 21913 Matthew S. Dryer #> 21918 Matthew S. Dryer #> 21922 Matthew S. Dryer #> 21926 Matthew S. Dryer #> 21930 Matthew S. Dryer #> 21936 Matthew S. Dryer #> 21940 Matthew S. Dryer #> 21944 Matthew S. Dryer #> 21957 Matthew S. Dryer #> 21960 Matthew S. Dryer #> 21961 Matthew S. Dryer #> 21962 Matthew S. Dryer #> 21966 Matthew S. Dryer #> 21970 Matthew S. Dryer #> 21978 Matthew S. Dryer #> 21979 Matthew S. Dryer #> 22009 Matthew S. Dryer #> 22010 Matthew S. Dryer #> 22012 Matthew S. Dryer #> 22022 Matthew S. Dryer #> 22024 Matthew S. Dryer #> 22025 Matthew S. Dryer #> 22026 Matthew S. Dryer #> 22046 Matthew S. Dryer #> 22047 Matthew S. Dryer #> 22049 Matthew S. Dryer #> 22054 Matthew S. Dryer #> 22055 Matthew S. Dryer #> 22062 Matthew S. Dryer #> 22069 Matthew S. Dryer #> 22074 Matthew S. Dryer #> 22089 Matthew S. Dryer #> 22096 Matthew S. Dryer #> 22098 Matthew S. Dryer #> 22102 Matthew S. Dryer #> 22103 Matthew S. Dryer #> 22111 Matthew S. Dryer #> 22132 Matthew S. Dryer #> 22134 Matthew S. Dryer #> 22143 Matthew S. Dryer #> 22146 Matthew S. Dryer #> 22151 Matthew S. Dryer #> 22153 Matthew S. Dryer #> 22155 Matthew S. Dryer #> 22165 Matthew S. Dryer #> 22166 Matthew S. Dryer #> 22168 Matthew S. Dryer #> 22170 Matthew S. Dryer #> 22174 Matthew S. Dryer #> 22177 Matthew S. Dryer #> 22179 Matthew S. Dryer #> 22180 Matthew S. Dryer #> 22185 Matthew S. Dryer #> 22191 Matthew S. Dryer #> 22197 Matthew S. Dryer #> 22199 Matthew S. Dryer #> 22202 Matthew S. Dryer #> 22228 Matthew S. Dryer #> 22234 Matthew S. Dryer #> 22241 Matthew S. Dryer #> 22261 Matthew S. Dryer #> 22280 Matthew S. Dryer #> 22281 Matthew S. Dryer #> 22286 Matthew S. Dryer #> 22294 Matthew S. Dryer #> 22318 Matthew S. Dryer #> 22319 Matthew S. Dryer #> 22320 Matthew S. Dryer #> 22327 Matthew S. Dryer #> 22331 Matthew S. Dryer #> 22350 Matthew S. Dryer #> 22361 Matthew S. Dryer #> 22377 Matthew S. Dryer #> 22379 Matthew S. Dryer #> 22408 Matthew S. Dryer #> 22409 Matthew S. Dryer #> 22411 Matthew S. Dryer #> 22425 Matthew S. Dryer #> 22434 Matthew S. Dryer #> 22440 Matthew S. Dryer #> 22442 Matthew S. Dryer #> 22443 Matthew S. Dryer #> 22453 Matthew S. Dryer #> 22485 Matthew S. Dryer #> 22487 Matthew S. Dryer #> 22495 Matthew S. Dryer #> 22497 Matthew S. Dryer #> 22507 Matthew S. Dryer #> 22510 Matthew S. Dryer #> 22513 Matthew S. Dryer #> 22516 Matthew S. Dryer #> 22522 Matthew S. Dryer #> 22525 Matthew S. Dryer #> 22528 Matthew S. Dryer #> 22540 Matthew S. Dryer #> 22556 Matthew S. Dryer #> 22592 Matthew S. Dryer #> 22612 Matthew S. Dryer #> 22615 Matthew S. Dryer #> 22622 Matthew S. Dryer #> 22628 Matthew S. Dryer #> 22636 Matthew S. Dryer #> 22664 Matthew S. Dryer #> 22669 Matthew S. Dryer #> 22680 Matthew S. Dryer #> 22686 Matthew S. Dryer #> 22692 Matthew S. Dryer #> 22695 Matthew S. Dryer #> 22696 Matthew S. Dryer #> 22700 Matthew S. Dryer #> 22710 Matthew S. Dryer #> 22720 Matthew S. Dryer #> 22722 Matthew S. Dryer #> 22727 Matthew S. Dryer #> 22728 Matthew S. Dryer #> 22731 Matthew S. Dryer #> 22736 Matthew S. Dryer #> 22744 Matthew S. Dryer #> 22746 Matthew S. Dryer #> 22749 Matthew S. Dryer #> 22752 Matthew S. Dryer #> 22753 Matthew S. Dryer #> 22754 Matthew S. Dryer #> 22758 Matthew S. Dryer #> 22761 Matthew S. Dryer #> 22763 Matthew S. Dryer #> 22766 Matthew S. Dryer #> 22783 Matthew S. Dryer #> 22785 Matthew S. Dryer #> 22786 Matthew S. Dryer #> 22787 Matthew S. Dryer #> 22791 Matthew S. Dryer #> 22832 Matthew S. Dryer #> 22837 Matthew S. Dryer #> 22844 Matthew S. Dryer #> 22857 Matthew S. Dryer #> 22859 Matthew S. Dryer #> 22871 Matthew S. Dryer #> 22881 Matthew S. Dryer #> 22884 Matthew S. Dryer #> 22912 Matthew S. Dryer #> 22913 Matthew S. Dryer #> 22914 Matthew S. Dryer #> 22917 Matthew S. Dryer #> 22918 Matthew S. Dryer #> 22920 Matthew S. Dryer #> 22922 Matthew S. Dryer #> 22924 Matthew S. Dryer #> 22926 Matthew S. Dryer #> 22929 Matthew S. Dryer #> 22932 Matthew S. Dryer #> 22936 Matthew S. Dryer #> 22941 Matthew S. Dryer #> 22942 Matthew S. Dryer #> 22946 Matthew S. Dryer #> 22948 Matthew S. Dryer #> 22949 Matthew S. Dryer #> 22950 Matthew S. Dryer #> 22951 Matthew S. Dryer #> 22956 Matthew S. Dryer #> 22959 Matthew S. Dryer #> 22961 Matthew S. Dryer #> 22986 Matthew S. Dryer #> 23009 Matthew S. Dryer #> 23014 Matthew S. Dryer #> 23020 Matthew S. Dryer #> 23022 Matthew S. Dryer #> 23024 Matthew S. Dryer #> 23027 Matthew S. Dryer #> 23032 Matthew S. Dryer #> 23043 Matthew S. Dryer #> 23044 Matthew S. Dryer #> 23055 Matthew S. Dryer #> 23067 Matthew S. Dryer #> 23072 Matthew S. Dryer #> 23078 Matthew S. Dryer #> 23083 Matthew S. Dryer #> 23084 Matthew S. Dryer #> 23098 Matthew S. Dryer #> 23100 Matthew S. Dryer #> 23101 Matthew S. Dryer #> 23107 Matthew S. Dryer #> 23110 Matthew S. Dryer #> 23124 Matthew S. Dryer #> 23129 Matthew S. Dryer #> 23130 Matthew S. Dryer #> 23132 Matthew S. Dryer #> 23140 Matthew S. Dryer #> 23141 Matthew S. Dryer #> 23151 Matthew S. Dryer #> 23152 Matthew S. Dryer #> 23153 Matthew S. Dryer #> 23156 Matthew S. Dryer #> 23160 Matthew S. Dryer #> 23172 Matthew S. Dryer #> 23185 Matthew S. Dryer #> 23188 Matthew S. Dryer #> 23189 Matthew S. Dryer #> 23201 Matthew S. Dryer #> 23208 Matthew S. Dryer #> 23209 Matthew S. Dryer #> 23213 Matthew S. Dryer #> 23224 Matthew S. Dryer #> 23239 Matthew S. Dryer #> 23243 Matthew S. Dryer #> 23244 Matthew S. Dryer #> 23254 Matthew S. Dryer #> 23255 Matthew S. Dryer #> 23256 Matthew S. Dryer #> 23257 Matthew S. Dryer #> 23259 Matthew S. Dryer #> 23260 Matthew S. Dryer #> 23267 Matthew S. Dryer #> 23269 Matthew S. Dryer #> 23270 Matthew S. Dryer #> 23272 Matthew S. Dryer #> 23275 Matthew S. Dryer #> 23277 Matthew S. Dryer #> 23283 Matthew S. Dryer #> 23299 Matthew S. Dryer #> 23301 Matthew S. Dryer #> 23304 Matthew S. Dryer #> 23314 Matthew S. Dryer #> 23317 Matthew S. Dryer #> 23338 Matthew S. Dryer #> 23339 Matthew S. Dryer #> 23351 Matthew S. Dryer #> 23355 Matthew S. Dryer #> 23357 Matthew S. Dryer #> 23361 Matthew S. Dryer #> 23363 Matthew S. Dryer #> 23381 Matthew S. Dryer #> 23387 Matthew S. Dryer #> 23390 Matthew S. Dryer #> 23398 Matthew S. Dryer #> 23407 Matthew S. Dryer #> 23417 Matthew S. Dryer #> 23422 Matthew S. Dryer #> 23448 Matthew S. Dryer #> 23461 Matthew S. Dryer #> 23468 Matthew S. Dryer #> 23479 Matthew S. Dryer #> 23480 Matthew S. Dryer #> 23482 Matthew S. Dryer #> 23485 Matthew S. Dryer #> 23500 Matthew S. Dryer #> 23501 Matthew S. Dryer #> 23504 Matthew S. Dryer #> 23506 Matthew S. Dryer #> 23507 Matthew S. Dryer #> 23510 Matthew S. Dryer #> 23514 Matthew S. Dryer #> 23520 Matthew S. Dryer #> 23523 Matthew S. Dryer #> 23527 Matthew S. Dryer #> 23528 Matthew S. Dryer #> 23534 Matthew S. Dryer #> 23535 Matthew S. Dryer #> 23536 Matthew S. Dryer #> 23542 Matthew S. Dryer #> 23545 Matthew S. Dryer #> 23551 Matthew S. Dryer #> 23558 Matthew S. Dryer #> 23559 Matthew S. Dryer #> 23560 Matthew S. Dryer #> 23574 Matthew S. Dryer #> 23575 Matthew S. Dryer #> 23583 Matthew S. Dryer #> 23608 Matthew S. Dryer #> 23609 Matthew S. Dryer #> 23613 Matthew S. Dryer #> 23621 Matthew S. Dryer #> 23627 Matthew S. Dryer #> 23640 Matthew S. Dryer #> 23643 Matthew S. Dryer #> 23651 Matthew S. Dryer #> 23655 Matthew S. Dryer #> 23666 Matthew S. Dryer #> 23689 Matthew S. Dryer #> 23693 Matthew S. Dryer #> 23696 Matthew S. Dryer #> 23702 Matthew S. Dryer #> 23716 Matthew S. Dryer #> 23717 Matthew S. Dryer #> 23720 Matthew S. Dryer #> 23730 Matthew S. Dryer #> 23733 Matthew S. Dryer #> 23735 Matthew S. Dryer #> 23737 Matthew S. Dryer #> 23747 Matthew S. Dryer #> 23748 Matthew S. Dryer #> 23757 Matthew S. Dryer #> 23764 Matthew S. Dryer #> 23765 Matthew S. Dryer #> 23777 Matthew S. Dryer #> 23780 Matthew S. Dryer #> 23789 Matthew S. Dryer #> 23800 Matthew S. Dryer #> 23802 Matthew S. Dryer #> 23806 Matthew S. Dryer #> 23807 Matthew S. Dryer #> 23808 Matthew S. Dryer #> 23815 Matthew S. Dryer #> 23823 Matthew S. Dryer #> 23829 Matthew S. Dryer #> 23830 Matthew S. Dryer #> 23834 Matthew S. Dryer #> 23836 Matthew S. Dryer #> 23845 Matthew S. Dryer #> 23850 Matthew S. Dryer #> 23858 Matthew S. Dryer #> 23864 Matthew S. Dryer #> 23869 Matthew S. Dryer #> 23876 Matthew S. Dryer #> 23879 Matthew S. Dryer #> 23880 Matthew S. Dryer #> 23881 Matthew S. Dryer #> 23891 Matthew S. Dryer #> 23892 Matthew S. Dryer #> 23895 Matthew S. Dryer #> 23896 Matthew S. Dryer #> 23902 Matthew S. Dryer #> 23903 Matthew S. Dryer #> 23907 Matthew S. Dryer #> 23910 Matthew S. Dryer #> 23911 Matthew S. Dryer #> 23913 Matthew S. Dryer #> 23926 Matthew S. Dryer #> 23929 Matthew S. Dryer #> 23931 Matthew S. Dryer #> 23934 Matthew S. Dryer #> 23951 Matthew S. Dryer #> 23953 Matthew S. Dryer #> 23955 Matthew S. Dryer #> 23958 Matthew S. Dryer #> 23961 Matthew S. Dryer #> 23962 Matthew S. Dryer #> 23965 Matthew S. Dryer #> 23969 Matthew S. Dryer #> 23971 Matthew S. Dryer #> 23980 Matthew S. Dryer #> 23995 Matthew S. Dryer #> 24030 Matthew S. Dryer #> 24046 Matthew S. Dryer #> 24048 Matthew S. Dryer #> 24049 Matthew S. Dryer #> 24053 Matthew S. Dryer #> 24059 Matthew S. Dryer #> 24076 Matthew S. Dryer #> 24079 Matthew S. Dryer #> 24100 Matthew S. Dryer #> 24101 Matthew S. Dryer #> 24110 Matthew S. Dryer #> 24114 Matthew S. Dryer #> 24119 Matthew S. Dryer #> 24120 Matthew S. Dryer #> 24121 Matthew S. Dryer #> 24137 Matthew S. Dryer #> 24142 Matthew S. Dryer #> 24146 Matthew S. Dryer #> 24147 Matthew S. Dryer #> 24150 Matthew S. Dryer #> 24157 Matthew S. Dryer #> 24173 Matthew S. Dryer #> 24174 Matthew S. Dryer #> 24175 Matthew S. Dryer #> 24183 Matthew S. Dryer #> 24189 Matthew S. Dryer #> 24191 Matthew S. Dryer #> 24201 Matthew S. Dryer #> 24216 Matthew S. Dryer #> 24224 Matthew S. Dryer #> 24226 Matthew S. Dryer #> 24235 Matthew S. Dryer #> 24252 Matthew S. Dryer #> 24263 Matthew S. Dryer #> 24272 Matthew S. Dryer #> 24274 Matthew S. Dryer #> 24280 Matthew S. Dryer #> 24284 Matthew S. Dryer #> 24285 Matthew S. Dryer #> 24293 Matthew S. Dryer #> 24295 Matthew S. Dryer #> 24305 Matthew S. Dryer #> 24314 Matthew S. Dryer #> 24340 Matthew S. Dryer #> 24343 Matthew S. Dryer #> 24344 Matthew S. Dryer #> 24372 Matthew S. Dryer #> 24374 Matthew S. Dryer #> 24376 Matthew S. Dryer #> 24379 Matthew S. Dryer #> 24381 Matthew S. Dryer #> 24382 Matthew S. Dryer #> 24384 Matthew S. Dryer #> 24386 Matthew S. Dryer #> 24394 Matthew S. Dryer #> 24409 Matthew S. Dryer #> 24413 Matthew S. Dryer #> 24415 Matthew S. Dryer #> 24416 Matthew S. Dryer #> 24417 Matthew S. Dryer #> 24424 Matthew S. Dryer #> 24425 Matthew S. Dryer #> 24426 Matthew S. Dryer #> 24431 Matthew S. Dryer #> 24436 Matthew S. Dryer #> 24440 Matthew S. Dryer #> 24442 Matthew S. Dryer #> 24446 Matthew S. Dryer #> 24447 Matthew S. Dryer #> 24451 Matthew S. Dryer #> 24457 Matthew S. Dryer #> 24459 Matthew S. Dryer #> 24464 Matthew S. Dryer #> 24467 Matthew S. Dryer #> 24471 Matthew S. Dryer #> 24481 Matthew S. Dryer #> 24482 Matthew S. Dryer #> 24483 Matthew S. Dryer #> 24510 Matthew S. Dryer #> 24523 Matthew S. Dryer #> 24526 Matthew S. Dryer #> 24531 Matthew S. Dryer #> 24536 Matthew S. Dryer #> 24542 Matthew S. Dryer #> 24550 Matthew S. Dryer #> 24558 Matthew S. Dryer #> 24562 Matthew S. Dryer #> 24576 Matthew S. Dryer #> 24577 Matthew S. Dryer #> 24582 Matthew S. Dryer #> 24586 Matthew S. Dryer #> 24591 Matthew S. Dryer #> 24603 Matthew S. Dryer #> 24606 Matthew S. Dryer #> 24617 Matthew S. Dryer #> 24620 Matthew S. Dryer #> 24622 Matthew S. Dryer #> 24624 Matthew S. Dryer #> 24636 Matthew S. Dryer #> 24639 Matthew S. Dryer #> 24641 Matthew S. Dryer #> 24651 Matthew S. Dryer #> 24652 Matthew S. Dryer #> 24663 Matthew S. Dryer #> 24665 Matthew S. Dryer #> 24669 Matthew S. Dryer #> 24677 Matthew S. Dryer #> 24685 Matthew S. Dryer #> 24689 Matthew S. Dryer #> 24695 Matthew S. Dryer #> 24699 Matthew S. Dryer #> 24704 Matthew S. Dryer #> 24709 Matthew S. Dryer #> 24713 Matthew S. Dryer #> 24720 Matthew S. Dryer #> 24723 Matthew S. Dryer #> 24724 Matthew S. Dryer #> 24726 Matthew S. Dryer #> 24732 Matthew S. Dryer #> 24740 Matthew S. Dryer #> 24744 Matthew S. Dryer #> 24756 Matthew S. Dryer #> 24782 Matthew S. Dryer #> 24806 Matthew S. Dryer #> 24815 Matthew S. Dryer #> 24831 Matthew S. Dryer #> 24838 Matthew S. Dryer #> 24839 Matthew S. Dryer #> 24847 Matthew S. Dryer #> 24859 Matthew S. Dryer #> 24860 Matthew S. Dryer #> 24861 Matthew S. Dryer #> 24862 Matthew S. Dryer #> 24869 Matthew S. Dryer #> 24871 Matthew S. Dryer #> 24882 Matthew S. Dryer #> 24891 Matthew S. Dryer #> 24908 Matthew S. Dryer #> 24921 Matthew S. Dryer #> 24925 Matthew S. Dryer #> 24933 Matthew S. Dryer #> 24936 Matthew S. Dryer #> 24944 Matthew S. Dryer #> 24947 Matthew S. Dryer #> 24948 Matthew S. Dryer #> 24949 Matthew S. Dryer #> 24952 Matthew S. Dryer #> 24953 Matthew S. Dryer #> 24954 Matthew S. Dryer #> 24964 Matthew S. Dryer #> 24966 Matthew S. Dryer #> 24973 Matthew S. Dryer #> 24977 Matthew S. Dryer #> 24978 Matthew S. Dryer #> 24979 Matthew S. Dryer #> 24986 Matthew S. Dryer #> 24990 Matthew S. Dryer #> 25000 Matthew S. Dryer #> 25001 Matthew S. Dryer #> 25006 Matthew S. Dryer #> 25013 Matthew S. Dryer #> 25014 Matthew S. Dryer #> 25025 Matthew S. Dryer #> 25028 Matthew S. Dryer #> 25033 Matthew S. Dryer #> 25034 Matthew S. Dryer #> 25035 Matthew S. Dryer #> 25044 Matthew S. Dryer #> 25053 Matthew S. Dryer #> 25064 Matthew S. Dryer #> 25066 Matthew S. Dryer #> 25067 Matthew S. Dryer #> 25069 Matthew S. Dryer #> 25076 Matthew S. Dryer #> 25091 Matthew S. Dryer #> 25095 Matthew S. Dryer #> 25118 Matthew S. Dryer #> 25123 Matthew S. Dryer #> 25132 Matthew S. Dryer #> 25134 Matthew S. Dryer #> 25151 Matthew S. Dryer #> 25152 Matthew S. Dryer #> 25159 Matthew S. Dryer #> 25160 Matthew S. Dryer #> 25162 Matthew S. Dryer #> 25171 Matthew S. Dryer #> 25181 Matthew S. Dryer #> 25184 Matthew S. Dryer #> 25189 Matthew S. Dryer #> 25191 Matthew S. Dryer #> 25194 Matthew S. Dryer #> 25207 Matthew S. Dryer #> 25213 Matthew S. Dryer #> 25220 Matthew S. Dryer #> 25222 Matthew S. Dryer #> 25225 Matthew S. Dryer #> 25229 Matthew S. Dryer #> 25231 Matthew S. Dryer #> 25239 Matthew S. Dryer #> 25247 Matthew S. Dryer #> 25248 Matthew S. Dryer #> 25252 Matthew S. Dryer #> 25263 Matthew S. Dryer #> 25268 Matthew S. Dryer #> 25276 Matthew S. Dryer #> 25293 Matthew S. Dryer #> 25295 Matthew S. Dryer #> 25298 Matthew S. Dryer #> 25301 Matthew S. Dryer #> 25310 Matthew S. Dryer #> 25313 Matthew S. Dryer #> 25320 Matthew S. Dryer #> 25323 Matthew S. Dryer #> 25330 Matthew S. Dryer #> 25331 Matthew S. Dryer #> 25335 Matthew S. Dryer #> 25336 Matthew S. Dryer #> 25342 Matthew S. Dryer #> 25346 Matthew S. Dryer #> 25350 Matthew S. Dryer #> 25351 Matthew S. Dryer #> 25356 Matthew S. Dryer #> 25366 Matthew S. Dryer #> 25369 Matthew S. Dryer #> 25370 Matthew S. Dryer #> 25373 Matthew S. Dryer #> 25385 Matthew S. Dryer #> 25386 Matthew S. Dryer #> 25389 Matthew S. Dryer #> 25392 Matthew S. Dryer #> 25395 Matthew S. Dryer #> 25397 Matthew S. Dryer #> 25399 Matthew S. Dryer #> 25408 Matthew S. Dryer #> 25434 Matthew S. Dryer #> 25440 Matthew S. Dryer #> 25451 Matthew S. Dryer #> 25452 Matthew S. Dryer #> 25458 Matthew S. Dryer #> 25459 Matthew S. Dryer #> 25465 Matthew S. Dryer #> 25468 Matthew S. Dryer #> 25487 Matthew S. Dryer #> 25490 Matthew S. Dryer #> 25491 Matthew S. Dryer #> 25496 Matthew S. Dryer #> 25498 Matthew S. Dryer #> 25509 Matthew S. Dryer #> 25510 Matthew S. Dryer #> 25512 Matthew S. Dryer #> 25515 Matthew S. Dryer #> 25523 Matthew S. Dryer #> 25528 Matthew S. Dryer #> 25531 Matthew S. Dryer #> 25534 Matthew S. Dryer #> 25543 Matthew S. Dryer #> 25549 Matthew S. Dryer #> 25553 Matthew S. Dryer #> 25562 Matthew S. Dryer #> 25563 Matthew S. Dryer #> 25564 Matthew S. Dryer #> 25567 Matthew S. Dryer #> 25568 Matthew S. Dryer #> 25571 Matthew S. Dryer #> 25576 Matthew S. Dryer #> 25581 Matthew S. Dryer #> 25586 Matthew S. Dryer #> 25589 Matthew S. Dryer #> 25597 Matthew S. Dryer #> 25600 Matthew S. Dryer #> 25603 Matthew S. Dryer #> 25604 Matthew S. Dryer #> 25605 Matthew S. Dryer #> 25610 Matthew S. Dryer #> 25611 Matthew S. Dryer #> 25618 Matthew S. Dryer #> 25619 Matthew S. Dryer #> 25620 Matthew S. Dryer #> 25630 Matthew S. Dryer #> 25645 Matthew S. Dryer #> 25647 Matthew S. Dryer #> 25651 Matthew S. Dryer #> 25655 Matthew S. Dryer #> 25667 Matthew S. Dryer #> 25676 Matthew S. Dryer #> 25694 Matthew S. Dryer #> 25696 Matthew S. Dryer #> 25697 Matthew S. Dryer #> 25698 Matthew S. Dryer #> 25699 Matthew S. Dryer #> 25707 Matthew S. Dryer #> 25710 Matthew S. Dryer #> 25715 Matthew S. Dryer #> 25716 Matthew S. Dryer #> 25723 Matthew S. Dryer #> 25729 Matthew S. Dryer #> 25732 Matthew S. Dryer #> 25733 Matthew S. Dryer #> 25736 Matthew S. Dryer #> 25746 Matthew S. Dryer #> 25755 Matthew S. Dryer #> 25760 Matthew S. Dryer #> 25762 Matthew S. Dryer #> 25771 Matthew S. Dryer #> 25773 Matthew S. Dryer #> 25776 Matthew S. Dryer #> 25785 Matthew S. Dryer #> 25821 Matthew S. Dryer #> 25830 Matthew S. Dryer #> 25833 Matthew S. Dryer #> 25842 Matthew S. Dryer #> 25853 Matthew S. Dryer #> 25855 Matthew S. Dryer #> 25856 Matthew S. Dryer #> 25866 Matthew S. Dryer #> 25885 Matthew S. Dryer #> 25886 Matthew S. Dryer #> 25892 Matthew S. Dryer #> 25896 Matthew S. Dryer #> 25922 Matthew S. Dryer #> 25925 Matthew S. Dryer #> 25929 Matthew S. Dryer #> 26030 Matthew S. Dryer #> 26044 Matthew S. Dryer #> 26063 Matthew S. Dryer #> 26066 Matthew S. Dryer #> 26079 Matthew S. Dryer #> 26111 Matthew S. Dryer #> 26114 Matthew S. Dryer #> 26115 Matthew S. Dryer #> 26136 Matthew S. Dryer #> 26142 Matthew S. Dryer #> 26144 Matthew S. Dryer #> 26161 Matthew S. Dryer #> 26166 Matthew S. Dryer #> 26167 Matthew S. Dryer #> 26168 Matthew S. Dryer #> 26169 Matthew S. Dryer #> 26180 Matthew S. Dryer #> 26190 Matthew S. Dryer #> 26221 Matthew S. Dryer #> 26228 Matthew S. Dryer #> 26234 Matthew S. Dryer #> 26261 Matthew S. Dryer #> 26291 Matthew S. Dryer #> 26292 Matthew S. Dryer #> 26310 Matthew S. Dryer #> 26322 Matthew S. Dryer #> 26333 Matthew S. Dryer #> 26346 Matthew S. Dryer #> 26349 Matthew S. Dryer #> 26354 Matthew S. Dryer #> 26372 Matthew S. Dryer #> 26386 Matthew S. Dryer #> 26391 Matthew S. Dryer #> 26404 Matthew S. Dryer #> 26415 Matthew S. Dryer #> 26417 Matthew S. Dryer #> 26419 Matthew S. Dryer #> 26420 Matthew S. Dryer #> 26422 Matthew S. Dryer #> 26423 Matthew S. Dryer #> 26424 Matthew S. Dryer #> 26440 Matthew S. Dryer #> 26459 Matthew S. Dryer #> 26461 Matthew S. Dryer #> 26474 Matthew S. Dryer #> 26486 Matthew S. Dryer #> 26494 Matthew S. Dryer #> 26495 Matthew S. Dryer #> 26496 Matthew S. Dryer #> 26499 Matthew S. Dryer #> 26504 Matthew S. Dryer #> 26552 Matthew S. Dryer #> 26561 Matthew S. Dryer #> 26601 Matthew S. Dryer #> 26603 Matthew S. Dryer #> 26605 Matthew S. Dryer #> 26617 Matthew S. Dryer #> 26623 Matthew S. Dryer #> 26624 Matthew S. Dryer #> 26637 Matthew S. Dryer #> 26671 Matthew S. Dryer #> 26690 Matthew S. Dryer #> 26695 Matthew S. Dryer #> 26696 Matthew S. Dryer #> 26704 Matthew S. Dryer #> 26719 Matthew S. Dryer #> 26724 Matthew S. Dryer #> 26727 Matthew S. Dryer #> 26729 Matthew S. Dryer #> 26748 Matthew S. Dryer #> 26753 Matthew S. Dryer #> 26754 Matthew S. Dryer #> 26758 Matthew S. Dryer #> 26783 Matthew S. Dryer #> 26785 Matthew S. Dryer #> 26794 Matthew S. Dryer #> 26803 Matthew S. Dryer #> 26809 Matthew S. Dryer #> 26814 Matthew S. Dryer #> 26815 Matthew S. Dryer #> 26825 Matthew S. Dryer #> 26836 Matthew S. Dryer #> 26841 Matthew S. Dryer #> 26846 Matthew S. Dryer #> 26865 Matthew S. Dryer #> 26889 Matthew S. Dryer #> 26895 Matthew S. Dryer #> 26897 Matthew S. Dryer #> 26899 Matthew S. Dryer #> 26906 Matthew S. Dryer #> 26907 Matthew S. Dryer #> 26912 Matthew S. Dryer #> 26917 Matthew S. Dryer #> 26918 Matthew S. Dryer #> 26925 Matthew S. Dryer #> 26928 Matthew S. Dryer #> 26961 Matthew S. Dryer #> 26962 Matthew S. Dryer #> 26974 Matthew S. Dryer #> 26988 Matthew S. Dryer #> 26989 Matthew S. Dryer #> 26991 Matthew S. Dryer #> 26997 Matthew S. Dryer #> 27018 Matthew S. Dryer #> 27020 Matthew S. Dryer #> 27046 Matthew S. Dryer #> 27048 Matthew S. Dryer #> 27051 Matthew S. Dryer #> 27058 Matthew S. Dryer #> 27059 Matthew S. Dryer #> 27062 Matthew S. Dryer #> 27066 Matthew S. Dryer #> 27077 Matthew S. Dryer #> 27086 Matthew S. Dryer #> 27088 Matthew S. Dryer #> 27089 Matthew S. Dryer #> 27091 Matthew S. Dryer #> 27099 Matthew S. Dryer #> 27108 Matthew S. Dryer #> 27128 Matthew S. Dryer #> 27132 Matthew S. Dryer #> 27136 Matthew S. Dryer #> 27139 Matthew S. Dryer #> 27153 Matthew S. Dryer #> 27167 Matthew S. Dryer #> 27182 Matthew S. Dryer #> 27192 Matthew S. Dryer #> 27203 Matthew S. Dryer #> 27224 Matthew S. Dryer #> 27251 Matthew S. Dryer #> 27271 Matthew S. Dryer #> 27277 Matthew S. Dryer #> 27278 Matthew S. Dryer #> 27306 Matthew S. Dryer #> 27312 Matthew S. Dryer #> 27313 Matthew S. Dryer #> 27315 Matthew S. Dryer #> 27318 Matthew S. Dryer #> 27341 Matthew S. Dryer #> 27355 Matthew S. Dryer #> 27356 Matthew S. Dryer #> 27358 Matthew S. Dryer #> 27365 Matthew S. Dryer #> 27367 Matthew S. Dryer #> 27385 Matthew S. Dryer #> 27392 Matthew S. Dryer #> 27403 Matthew S. Dryer #> 27406 Matthew S. Dryer #> 27414 Matthew S. Dryer #> 27436 Matthew S. Dryer #> 27439 Matthew S. Dryer #> 27452 Matthew S. Dryer #> 27461 Matthew S. Dryer #> 27466 Matthew S. Dryer #> 27482 Matthew S. Dryer #> 27505 Matthew S. Dryer #> 27514 Matthew S. Dryer #> 27533 Matthew S. Dryer #> 27540 Matthew S. Dryer #> 27550 Matthew S. Dryer #> 27554 Matthew S. Dryer #> 27559 Matthew S. Dryer #> 27608 Matthew S. Dryer #> 27612 Matthew S. Dryer #> 27621 Matthew S. Dryer #> 27649 Matthew S. Dryer #> 27653 Matthew S. Dryer #> 27657 Matthew S. Dryer #> 27666 Matthew S. Dryer #> 27670 Matthew S. Dryer #> 27673 Matthew S. Dryer #> 27682 Matthew S. Dryer #> 27686 Matthew S. Dryer #> 27688 Matthew S. Dryer #> 27691 Matthew S. Dryer #> 27712 Matthew S. Dryer #> 27722 Matthew S. Dryer #> 27727 Matthew S. Dryer #> 27744 Matthew S. Dryer #> 27749 Matthew S. Dryer #> 27757 Matthew S. Dryer #> 27760 Matthew S. Dryer #> 27764 Matthew S. Dryer #> 27771 Matthew S. Dryer #> 27785 Matthew S. Dryer #> 27788 Matthew S. Dryer #> 27791 Matthew S. Dryer #> 27799 Matthew S. Dryer #> 27804 Matthew S. Dryer #> 27807 Matthew S. Dryer #> 27808 Matthew S. Dryer #> 27809 Matthew S. Dryer #> 27824 Matthew S. Dryer #> 27827 Matthew S. Dryer #> 27830 Matthew S. Dryer #> 27833 Matthew S. Dryer #> 27848 Matthew S. Dryer #> 27863 Matthew S. Dryer #> 27871 Matthew S. Dryer #> 27879 Matthew S. Dryer #> 27881 Matthew S. Dryer #> 27883 Matthew S. Dryer #> 27938 Matthew S. Dryer #> 27945 Matthew S. Dryer #> 27967 Matthew S. Dryer #> 27985 Matthew S. Dryer #> 28001 Matthew S. Dryer #> 28019 Matthew S. Dryer #> 28030 Matthew S. Dryer #> 28064 Matthew S. Dryer #> 28069 Matthew S. Dryer #> 28088 Matthew S. Dryer #> 28092 Matthew S. Dryer #> 28098 Matthew S. Dryer #> 28108 Matthew S. Dryer #> 28117 Matthew S. Dryer #> 28148 Matthew S. Dryer #> 28155 Matthew S. Dryer #> 28157 Matthew S. Dryer #> 28162 Matthew S. Dryer #> 28165 Matthew S. Dryer #> 28170 Matthew S. Dryer #> 28173 Matthew S. Dryer #> 28176 Matthew S. Dryer #> 28184 Matthew S. Dryer #> 28199 Matthew S. Dryer #> 28219 Matthew S. Dryer #> 28235 Matthew S. Dryer #> 28236 Matthew S. Dryer #> 28239 Matthew S. Dryer #> 28245 Matthew S. Dryer #> 28258 Matthew S. Dryer #> 28270 Matthew S. Dryer #> 28274 Matthew S. Dryer #> 28281 Matthew S. Dryer #> 28282 Matthew S. Dryer #> 28284 Matthew S. Dryer #> 28288 Matthew S. Dryer #> 28293 Matthew S. Dryer #> 28299 Matthew S. Dryer #> 28315 Matthew S. Dryer #> 28330 Matthew S. Dryer #> 28341 Matthew S. Dryer #> 28348 Matthew S. Dryer #> 28354 Matthew S. Dryer #> 28356 Matthew S. Dryer #> 28360 Matthew S. Dryer #> 28361 Matthew S. Dryer #> 28365 Matthew S. Dryer #> 28371 Matthew S. Dryer #> 28373 Matthew S. Dryer #> 28374 Matthew S. Dryer #> 28377 Matthew S. Dryer #> 28378 Matthew S. Dryer #> 28380 Matthew S. Dryer #> 28381 Matthew S. Dryer #> 28384 Matthew S. Dryer #> 28388 Matthew S. Dryer #> 28389 Matthew S. Dryer #> 28393 Matthew S. Dryer #> 28394 Matthew S. Dryer #> 28399 Matthew S. Dryer #> 28401 Matthew S. Dryer #> 28402 Matthew S. Dryer #> 28407 Matthew S. Dryer #> 28410 Matthew S. Dryer #> 28411 Matthew S. Dryer #> 28414 Matthew S. Dryer #> 28417 Matthew S. Dryer #> 28423 Matthew S. Dryer #> 28425 Matthew S. Dryer #> 28430 Matthew S. Dryer #> 28432 Matthew S. Dryer #> 28436 Matthew S. Dryer #> 28437 Matthew S. Dryer #> 28438 Matthew S. Dryer #> 28441 Matthew S. Dryer #> 28445 Matthew S. Dryer #> 28449 Matthew S. Dryer #> 28450 Matthew S. Dryer #> 28452 Matthew S. Dryer #> 28467 Matthew S. Dryer #> 28470 Matthew S. Dryer #> 28485 Matthew S. Dryer #> 28490 Matthew S. Dryer #> 28491 Matthew S. Dryer #> 28496 Matthew S. Dryer #> 28499 Matthew S. Dryer #> 28501 Matthew S. Dryer #> 28502 Matthew S. Dryer #> 28503 Matthew S. Dryer #> 28510 Matthew S. Dryer #> 28515 Matthew S. Dryer #> 28517 Matthew S. Dryer #> 28518 Matthew S. Dryer #> 28520 Matthew S. Dryer #> 28522 Matthew S. Dryer #> 28523 Matthew S. Dryer #> 28528 Matthew S. Dryer #> 28529 Matthew S. Dryer #> 28530 Matthew S. Dryer #> 28532 Matthew S. Dryer #> 28534 Matthew S. Dryer #> 28542 Matthew S. Dryer #> 28544 Matthew S. Dryer #> 28547 Matthew S. Dryer #> 28550 Matthew S. Dryer #> 28551 Matthew S. Dryer #> 28553 Matthew S. Dryer #> 28554 Matthew S. Dryer #> 28568 Matthew S. Dryer #> 28579 Matthew S. Dryer #> 28580 Matthew S. Dryer #> 28583 Matthew S. Dryer #> 28588 Matthew S. Dryer #> 28589 Matthew S. Dryer #> 28590 Matthew S. Dryer #> 28594 Matthew S. Dryer #> 28597 Matthew S. Dryer #> 28600 Matthew S. Dryer #> 28601 Matthew S. Dryer #> 28607 Matthew S. Dryer #> 28608 Matthew S. Dryer #> 28626 Matthew S. Dryer #> 28627 Matthew S. Dryer #> 28628 Matthew S. Dryer #> 28630 Matthew S. Dryer #> 28639 Matthew S. Dryer #> 28640 Matthew S. Dryer #> 28643 Matthew S. Dryer #> 28647 Matthew S. Dryer #> 28648 Matthew S. Dryer #> 28650 Matthew S. Dryer #> 28657 Matthew S. Dryer #> 28658 Matthew S. Dryer #> 28661 Matthew S. Dryer #> 28662 Matthew S. Dryer #> 28663 Matthew S. Dryer #> 28668 Matthew S. Dryer #> 28671 Matthew S. Dryer #> 28672 Matthew S. Dryer #> 28673 Matthew S. Dryer #> 28674 Matthew S. Dryer #> 28675 Matthew S. Dryer #> 28677 Matthew S. Dryer #> 28680 Matthew S. Dryer #> 28681 Matthew S. Dryer #> 28682 Matthew S. Dryer #> 28683 Matthew S. Dryer #> 28685 Matthew S. Dryer #> 28692 Matthew S. Dryer #> 28699 Matthew S. Dryer #> 28703 Matthew S. Dryer #> 28707 Matthew S. Dryer #> 28708 Matthew S. Dryer #> 28710 Matthew S. Dryer #> 28714 Matthew S. Dryer #> 28719 Matthew S. Dryer #> 28722 Matthew S. Dryer #> 28725 Matthew S. Dryer #> 28726 Matthew S. Dryer #> 28727 Matthew S. Dryer #> 28729 Matthew S. Dryer #> 28730 Matthew S. Dryer #> 28731 Matthew S. Dryer #> 28737 Matthew S. Dryer #> 28739 Matthew S. Dryer #> 28740 Matthew S. Dryer #> 28743 Matthew S. Dryer #> 28744 Matthew S. Dryer #> 28745 Matthew S. Dryer #> 28750 Matthew S. Dryer #> 28755 Matthew S. Dryer #> 28758 Matthew S. Dryer #> 28764 Matthew S. Dryer #> 28766 Matthew S. Dryer #> 28770 Matthew S. Dryer #> 28773 Matthew S. Dryer #> 28787 Matthew S. Dryer #> 28788 Matthew S. Dryer #> 28790 Matthew S. Dryer #> 28795 Matthew S. Dryer #> 28798 Matthew S. Dryer #> 28810 Matthew S. Dryer #> 28811 Matthew S. Dryer #> 28816 Matthew S. Dryer #> 28818 Matthew S. Dryer #> 28819 Matthew S. Dryer #> 28822 Matthew S. Dryer #> 28824 Matthew S. Dryer #> 28828 Matthew S. Dryer #> 28829 Matthew S. Dryer #> 28830 Matthew S. Dryer #> 28831 Matthew S. Dryer #> 28832 Matthew S. Dryer #> 28833 Matthew S. Dryer #> 28839 Matthew S. Dryer #> 28843 Matthew S. Dryer #> 28848 Matthew S. Dryer #> 28849 Matthew S. Dryer #> 28852 Matthew S. Dryer #> 28854 Matthew S. Dryer #> 28859 Matthew S. Dryer #> 28861 Matthew S. Dryer #> 28864 Matthew S. Dryer #> 28869 Matthew S. Dryer #> 28881 Matthew S. Dryer #> 28885 Matthew S. Dryer #> 28898 Matthew S. Dryer #> 28900 Matthew S. Dryer #> 28901 Matthew S. Dryer #> 28902 Matthew S. Dryer #> 28909 Matthew S. Dryer #> 28912 Matthew S. Dryer #> 28913 Matthew S. Dryer #> 28914 Matthew S. Dryer #> 28915 Matthew S. Dryer #> 28918 Matthew S. Dryer #> 28921 Matthew S. Dryer #> 28923 Matthew S. Dryer #> 28925 Matthew S. Dryer #> 28929 Matthew S. Dryer #> 28931 Matthew S. Dryer #> 28936 Matthew S. Dryer #> 28944 Matthew S. Dryer #> 28952 Matthew S. Dryer #> 28954 Matthew S. Dryer #> 28957 Matthew S. Dryer #> 28959 Matthew S. Dryer #> 28962 Matthew S. Dryer #> 28965 Matthew S. Dryer #> 28970 Matthew S. Dryer #> 28972 Matthew S. Dryer #> 28973 Matthew S. Dryer #> 28977 Matthew S. Dryer #> 28978 Matthew S. Dryer #> 29023 Rob Goedemans and Harry van der Hulst #> 29060 Rob Goedemans and Harry van der Hulst #> 29064 Rob Goedemans and Harry van der Hulst #> 29066 Rob Goedemans and Harry van der Hulst #> 29072 Rob Goedemans and Harry van der Hulst #> 29114 Rob Goedemans and Harry van der Hulst #> 29120 Rob Goedemans and Harry van der Hulst #> 29125 Rob Goedemans and Harry van der Hulst #> 29139 Rob Goedemans and Harry van der Hulst #> 29141 Rob Goedemans and Harry van der Hulst #> 29143 Rob Goedemans and Harry van der Hulst #> 29169 Rob Goedemans and Harry van der Hulst #> 29182 Rob Goedemans and Harry van der Hulst #> 29190 Rob Goedemans and Harry van der Hulst #> 29207 Rob Goedemans and Harry van der Hulst #> 29210 Rob Goedemans and Harry van der Hulst #> 29225 Rob Goedemans and Harry van der Hulst #> 29232 Rob Goedemans and Harry van der Hulst #> 29252 Rob Goedemans and Harry van der Hulst #> 29264 Rob Goedemans and Harry van der Hulst #> 29298 Rob Goedemans and Harry van der Hulst #> 29299 Rob Goedemans and Harry van der Hulst #> 29304 Rob Goedemans and Harry van der Hulst #> 29305 Rob Goedemans and Harry van der Hulst #> 29354 Rob Goedemans and Harry van der Hulst #> 29355 Rob Goedemans and Harry van der Hulst #> 29360 Rob Goedemans and Harry van der Hulst #> 29376 Rob Goedemans and Harry van der Hulst #> 29383 Rob Goedemans and Harry van der Hulst #> 29402 Rob Goedemans and Harry van der Hulst #> 29405 Rob Goedemans and Harry van der Hulst #> 29437 Rob Goedemans and Harry van der Hulst #> 29448 Rob Goedemans and Harry van der Hulst #> 29450 Rob Goedemans and Harry van der Hulst #> 29464 Rob Goedemans and Harry van der Hulst #> 29486 Rob Goedemans and Harry van der Hulst #> 29509 Rob Goedemans and Harry van der Hulst #> 29531 Rob Goedemans and Harry van der Hulst #> 29579 Rob Goedemans and Harry van der Hulst #> 29599 Rob Goedemans and Harry van der Hulst #> 29606 Rob Goedemans and Harry van der Hulst #> 29609 Rob Goedemans and Harry van der Hulst #> 29639 Rob Goedemans and Harry van der Hulst #> 29645 Rob Goedemans and Harry van der Hulst #> 29649 Rob Goedemans and Harry van der Hulst #> 29655 Rob Goedemans and Harry van der Hulst #> 29665 Rob Goedemans and Harry van der Hulst #> 29696 Rob Goedemans and Harry van der Hulst #> 29700 Rob Goedemans and Harry van der Hulst #> 29717 Rob Goedemans and Harry van der Hulst #> 29728 Rob Goedemans and Harry van der Hulst #> 29742 Rob Goedemans and Harry van der Hulst #> 29764 Rob Goedemans and Harry van der Hulst #> 29775 Rob Goedemans and Harry van der Hulst #> 29782 Rob Goedemans and Harry van der Hulst #> 29823 Rob Goedemans and Harry van der Hulst #> 29833 Rob Goedemans and Harry van der Hulst #> 29836 Rob Goedemans and Harry van der Hulst #> 29842 Rob Goedemans and Harry van der Hulst #> 29843 Rob Goedemans and Harry van der Hulst #> 29862 Rob Goedemans and Harry van der Hulst #> 29868 Rob Goedemans and Harry van der Hulst #> 29879 Rob Goedemans and Harry van der Hulst #> 29898 Rob Goedemans and Harry van der Hulst #> 29917 Rob Goedemans and Harry van der Hulst #> 29920 Rob Goedemans and Harry van der Hulst #> 29924 Rob Goedemans and Harry van der Hulst #> 29925 Rob Goedemans and Harry van der Hulst #> 29946 Rob Goedemans and Harry van der Hulst #> 29947 Rob Goedemans and Harry van der Hulst #> 29964 Rob Goedemans and Harry van der Hulst #> 29986 Rob Goedemans and Harry van der Hulst #> 30019 Rob Goedemans and Harry van der Hulst #> 30046 Rob Goedemans and Harry van der Hulst #> 30054 Rob Goedemans and Harry van der Hulst #> 30059 Rob Goedemans and Harry van der Hulst #> 30143 Rob Goedemans and Harry van der Hulst #> 30149 Rob Goedemans and Harry van der Hulst #> 30162 Rob Goedemans and Harry van der Hulst #> 30192 Rob Goedemans and Harry van der Hulst #> 30197 Rob Goedemans and Harry van der Hulst #> 30198 Rob Goedemans and Harry van der Hulst #> 30199 Rob Goedemans and Harry van der Hulst #> 30212 Rob Goedemans and Harry van der Hulst #> 30213 Rob Goedemans and Harry van der Hulst #> 30216 Rob Goedemans and Harry van der Hulst #> 30217 Rob Goedemans and Harry van der Hulst #> 30227 Rob Goedemans and Harry van der Hulst #> 30240 Rob Goedemans and Harry van der Hulst #> 30241 Rob Goedemans and Harry van der Hulst #> 30309 Rob Goedemans and Harry van der Hulst #> 30314 Rob Goedemans and Harry van der Hulst #> 30319 Ian Maddieson #> 30346 Ian Maddieson #> 30353 Ian Maddieson #> 30356 Ian Maddieson #> 30359 Ian Maddieson #> 30360 Ian Maddieson #> 30363 Ian Maddieson #> 30367 Ian Maddieson #> 30377 Ian Maddieson #> 30381 Ian Maddieson #> 30384 Ian Maddieson #> 30396 Ian Maddieson #> 30404 Ian Maddieson #> 30413 Ian Maddieson #> 30414 Ian Maddieson #> 30415 Ian Maddieson #> 30428 Ian Maddieson #> 30431 Ian Maddieson #> 30456 Ian Maddieson #> 30457 Ian Maddieson #> 30460 Ian Maddieson #> 30461 Ian Maddieson #> 30470 Ian Maddieson #> 30472 Ian Maddieson #> 30481 Ian Maddieson #> 30482 Ian Maddieson #> 30486 Ian Maddieson #> 30488 Ian Maddieson #> 30490 Ian Maddieson #> 30501 Ian Maddieson #> 30502 Ian Maddieson #> 30512 Ian Maddieson #> 30526 Ian Maddieson #> 30527 Ian Maddieson #> 30533 Ian Maddieson #> 30538 Ian Maddieson #> 30541 Ian Maddieson #> 30548 Ian Maddieson #> 30564 Ian Maddieson #> 30577 Ian Maddieson #> 30580 Ian Maddieson #> 30584 Ian Maddieson #> 30605 Ian Maddieson #> 30606 Ian Maddieson #> 30613 Ian Maddieson #> 30614 Ian Maddieson #> 30626 Ian Maddieson #> 30632 Ian Maddieson #> 30635 Ian Maddieson #> 30639 Ian Maddieson #> 30643 Ian Maddieson #> 30650 Ian Maddieson #> 30652 Ian Maddieson #> 30655 Ian Maddieson #> 30657 Ian Maddieson #> 30663 Ian Maddieson #> 30664 Ian Maddieson #> 30667 Ian Maddieson #> 30677 Ian Maddieson #> 30688 Ian Maddieson #> 30689 Ian Maddieson #> 30696 Ian Maddieson #> 30699 Ian Maddieson #> 30702 Ian Maddieson #> 30709 Ian Maddieson #> 30710 Ian Maddieson #> 30712 Ian Maddieson #> 30714 Ian Maddieson #> 30718 Ian Maddieson #> 30722 Ian Maddieson #> 30725 Ian Maddieson #> 30730 Ian Maddieson #> 30733 Ian Maddieson #> 30735 Ian Maddieson #> 30738 Ian Maddieson #> 30743 Ian Maddieson #> 30746 Ian Maddieson #> 30752 Ian Maddieson #> 30759 Ian Maddieson #> 30761 Ian Maddieson #> 30765 Ian Maddieson #> 30771 Ian Maddieson #> 30779 Ian Maddieson #> 30781 Ian Maddieson #> 30786 Ian Maddieson #> 30795 Ian Maddieson #> 30798 Ian Maddieson #> 30799 Ian Maddieson #> 30806 Ian Maddieson #> 30818 Ian Maddieson #> 30819 Ian Maddieson #> 30820 Ian Maddieson #> 30861 Ian Maddieson #> 30866 Ian Maddieson #> 30885 Ian Maddieson #> 30889 Ian Maddieson #> 30891 Ian Maddieson #> 30893 Ian Maddieson #> 30905 Ian Maddieson #> 30913 Ian Maddieson #> 30920 Ian Maddieson #> 30931 Ian Maddieson #> 30941 Ian Maddieson #> 30950 Ian Maddieson #> 30953 Ian Maddieson #> 30958 Ian Maddieson #> 30959 Ian Maddieson #> 30967 Ian Maddieson #> 30968 Ian Maddieson #> 30972 Ian Maddieson #> 30977 Ian Maddieson #> 30978 Ian Maddieson #> 30982 Ian Maddieson #> 30983 Ian Maddieson #> 30986 Ian Maddieson #> 30988 Ian Maddieson #> 30993 Ian Maddieson #> 30995 Ian Maddieson #> 30996 Ian Maddieson #> 31010 Ian Maddieson #> 31013 Ian Maddieson #> 31021 Ian Maddieson #> 31034 Ian Maddieson #> 31036 Ian Maddieson #> 31050 Ian Maddieson #> 31052 Ian Maddieson #> 31055 Ian Maddieson #> 31067 Ian Maddieson #> 31068 Ian Maddieson #> 31080 Ian Maddieson #> 31084 Ian Maddieson #> 31085 Ian Maddieson #> 31092 Ian Maddieson #> 31099 Ian Maddieson #> 31106 Ian Maddieson #> 31108 Ian Maddieson #> 31110 Ian Maddieson #> 31115 Ian Maddieson #> 31128 Ian Maddieson #> 31140 Ian Maddieson #> 31152 Ian Maddieson #> 31159 Ian Maddieson #> 31162 Ian Maddieson #> 31165 Ian Maddieson #> 31172 Ian Maddieson #> 31186 Ian Maddieson #> 31188 Ian Maddieson #> 31197 Ian Maddieson #> 31198 Ian Maddieson #> 31217 Ian Maddieson #> 31219 Ian Maddieson #> 31229 Ian Maddieson #> 31230 Ian Maddieson #> 31231 Ian Maddieson #> 31245 Ian Maddieson #> 31248 Ian Maddieson #> 31253 Ian Maddieson #> 31258 Ian Maddieson #> 31271 Ian Maddieson #> 31273 Ian Maddieson #> 31280 Ian Maddieson #> 31281 Ian Maddieson #> 31304 Ian Maddieson #> 31307 Ian Maddieson #> 31313 Ian Maddieson #> 31316 Ian Maddieson #> 31321 Ian Maddieson #> 31327 Ian Maddieson #> 31330 Ian Maddieson #> 31332 Ian Maddieson #> 31350 Ian Maddieson #> 31367 Ian Maddieson #> 31375 Ian Maddieson #> 31383 Ian Maddieson #> 31384 Ian Maddieson #> 31391 Ian Maddieson #> 31395 Ian Maddieson #> 31397 Ian Maddieson #> 31399 Ian Maddieson #> 31413 Ian Maddieson #> 31416 Ian Maddieson #> 31417 Ian Maddieson #> 31418 Ian Maddieson #> 31424 Ian Maddieson #> 31427 Ian Maddieson #> 31435 Ian Maddieson #> 31440 Ian Maddieson #> 31445 Ian Maddieson #> 31503 Ian Maddieson #> 31506 Ian Maddieson #> 31529 Ian Maddieson #> 31544 Ian Maddieson #> 31549 Ian Maddieson #> 31556 Ian Maddieson #> 31559 Ian Maddieson #> 31564 Ian Maddieson #> 31565 Ian Maddieson #> 31575 Ian Maddieson #> 31590 Ian Maddieson #> 31591 Ian Maddieson #> 31601 Ian Maddieson #> 31606 Ian Maddieson #> 31625 Ian Maddieson #> 31628 Ian Maddieson #> 31630 Ian Maddieson #> 31639 Ian Maddieson #> 31652 Ian Maddieson #> 31658 Ian Maddieson #> 31663 Ian Maddieson #> 31665 Ian Maddieson #> 31666 Ian Maddieson #> 31667 Ian Maddieson #> 31673 Ian Maddieson #> 31675 Ian Maddieson #> 31681 Ian Maddieson #> 31709 Ian Maddieson #> 31715 Ian Maddieson #> 31717 Ian Maddieson #> 31740 Ian Maddieson #> 31747 Ian Maddieson #> 31750 Ian Maddieson #> 31751 Ian Maddieson #> 31759 Ian Maddieson #> 31767 Ian Maddieson #> 31774 Ian Maddieson #> 31780 Ian Maddieson #> 31789 Ian Maddieson #> 31794 Ian Maddieson #> 31796 Ian Maddieson #> 31813 Ian Maddieson #> 31815 Ian Maddieson #> 31819 Ian Maddieson #> 31822 Ian Maddieson #> 31829 Ian Maddieson #> 31835 Ian Maddieson #> 31836 Ian Maddieson #> 31843 Ian Maddieson #> 31845 Ian Maddieson #> 31849 Ian Maddieson #> 31850 Ian Maddieson #> 31851 Ian Maddieson #> 31853 Ian Maddieson #> 31858 Ian Maddieson #> 31863 Ian Maddieson #> 31872 Ian Maddieson #> 31875 Ian Maddieson #> 31877 Ian Maddieson #> 31892 Ian Maddieson #> 31893 Ian Maddieson #> 31901 Ian Maddieson #> 31903 Ian Maddieson #> 31904 Ian Maddieson #> 31908 Ian Maddieson #> 31909 Ian Maddieson #> 31914 Ian Maddieson #> 31924 Ian Maddieson #> 31928 Ian Maddieson #> 31933 Ian Maddieson #> 31935 Ian Maddieson #> 31936 Ian Maddieson #> 31938 Ian Maddieson #> 31941 Ian Maddieson #> 31943 Ian Maddieson #> 31946 Ian Maddieson #> 31948 Ian Maddieson #> 31949 Ian Maddieson #> 31950 Ian Maddieson #> 31952 Ian Maddieson #> 31963 Ian Maddieson #> 31968 Ian Maddieson #> 31974 Ian Maddieson #> 31978 Ian Maddieson #> 31980 Ian Maddieson #> 31989 Ian Maddieson #> 31992 Ian Maddieson #> 31993 Ian Maddieson #> 31994 Ian Maddieson #> 31996 Ian Maddieson #> 32005 Ian Maddieson #> 32012 Ian Maddieson #> 32018 Balthasar Bickel and Johanna Nichols #> 32020 Balthasar Bickel and Johanna Nichols #> 32047 Balthasar Bickel and Johanna Nichols #> 32050 Balthasar Bickel and Johanna Nichols #> 32051 Balthasar Bickel and Johanna Nichols #> 32053 Balthasar Bickel and Johanna Nichols #> 32056 Balthasar Bickel and Johanna Nichols #> 32058 Balthasar Bickel and Johanna Nichols #> 32089 Balthasar Bickel and Johanna Nichols #> 32102 Balthasar Bickel and Johanna Nichols #> 32117 Balthasar Bickel and Johanna Nichols #> 32125 Balthasar Bickel and Johanna Nichols #> 32127 Balthasar Bickel and Johanna Nichols #> 32132 Balthasar Bickel and Johanna Nichols #> 32142 Balthasar Bickel and Johanna Nichols #> 32143 Balthasar Bickel and Johanna Nichols #> 32144 Balthasar Bickel and Johanna Nichols #> 32148 Balthasar Bickel and Johanna Nichols #> 32149 Balthasar Bickel and Johanna Nichols #> 32156 Balthasar Bickel and Johanna Nichols #> 32163 Balthasar Bickel and Johanna Nichols #> 32169 Balthasar Bickel and Johanna Nichols #> 32175 Balthasar Bickel and Johanna Nichols #> 32180 Balthasar Bickel and Johanna Nichols #> 32188 Balthasar Bickel and Johanna Nichols #> 32189 Balthasar Bickel and Johanna Nichols #> 32190 Balthasar Bickel and Johanna Nichols #> 32200 Balthasar Bickel and Johanna Nichols #> 32207 Balthasar Bickel and Johanna Nichols #> 32235 Balthasar Bickel and Johanna Nichols #> 32236 Balthasar Bickel and Johanna Nichols #> 32240 Balthasar Bickel and Johanna Nichols #> 32243 Balthasar Bickel and Johanna Nichols #> 32262 Balthasar Bickel and Johanna Nichols #> 32280 Balthasar Bickel and Johanna Nichols #> 32281 Balthasar Bickel and Johanna Nichols #> 32293 Balthasar Bickel and Johanna Nichols #> 32302 Balthasar Bickel and Johanna Nichols #> 32303 Balthasar Bickel and Johanna Nichols #> 32309 Balthasar Bickel and Johanna Nichols #> 32312 Balthasar Bickel and Johanna Nichols #> 32317 Balthasar Bickel and Johanna Nichols #> 32318 Balthasar Bickel and Johanna Nichols #> 32324 Balthasar Bickel and Johanna Nichols #> 32325 Balthasar Bickel and Johanna Nichols #> 32326 Balthasar Bickel and Johanna Nichols #> 32329 Balthasar Bickel and Johanna Nichols #> 32333 Balthasar Bickel and Johanna Nichols #> 32341 Balthasar Bickel and Johanna Nichols #> 32344 Balthasar Bickel and Johanna Nichols #> 32349 Balthasar Bickel and Johanna Nichols #> 32351 Balthasar Bickel and Johanna Nichols #> 32355 Balthasar Bickel and Johanna Nichols #> 32378 Balthasar Bickel and Johanna Nichols #> 32383 Balthasar Bickel and Johanna Nichols #> 32389 Balthasar Bickel and Johanna Nichols #> 32393 Balthasar Bickel and Johanna Nichols #> 32397 Balthasar Bickel and Johanna Nichols #> 32410 Balthasar Bickel and Johanna Nichols #> 32419 Balthasar Bickel and Johanna Nichols #> 32423 Balthasar Bickel and Johanna Nichols #> 32424 Balthasar Bickel and Johanna Nichols #> 32425 Balthasar Bickel and Johanna Nichols #> 32426 Balthasar Bickel and Johanna Nichols #> 32430 Balthasar Bickel and Johanna Nichols #> 32446 Balthasar Bickel and Johanna Nichols #> 32448 Balthasar Bickel and Johanna Nichols #> 32456 Balthasar Bickel and Johanna Nichols #> 32459 Balthasar Bickel and Johanna Nichols #> 32462 Balthasar Bickel and Johanna Nichols #> 32473 Balthasar Bickel and Johanna Nichols #> 32478 Balthasar Bickel and Johanna Nichols #> 32488 Balthasar Bickel and Johanna Nichols #> 32498 Balthasar Bickel and Johanna Nichols #> 32504 Balthasar Bickel and Johanna Nichols #> 32506 Balthasar Bickel and Johanna Nichols #> 32509 Balthasar Bickel and Johanna Nichols #> 32511 Balthasar Bickel and Johanna Nichols #> 32512 Balthasar Bickel and Johanna Nichols #> 32520 Balthasar Bickel and Johanna Nichols #> 32527 Balthasar Bickel and Johanna Nichols #> 32530 Balthasar Bickel and Johanna Nichols #> 32531 Balthasar Bickel and Johanna Nichols #> 32534 Balthasar Bickel and Johanna Nichols #> 32537 Balthasar Bickel and Johanna Nichols #> 32538 Balthasar Bickel and Johanna Nichols #> 32548 Balthasar Bickel and Johanna Nichols #> 32550 Balthasar Bickel and Johanna Nichols #> 32562 Balthasar Bickel and Johanna Nichols #> 32584 Balthasar Bickel and Johanna Nichols #> 32585 Balthasar Bickel and Johanna Nichols #> 32591 Balthasar Bickel and Johanna Nichols #> 32613 Balthasar Bickel and Johanna Nichols #> 32660 Johanna Nichols and Balthasar Bickel #> 32667 Johanna Nichols and Balthasar Bickel #> 32690 Johanna Nichols and Balthasar Bickel #> 32699 Johanna Nichols and Balthasar Bickel #> 32714 Johanna Nichols and Balthasar Bickel #> 32719 Johanna Nichols and Balthasar Bickel #> 32722 Johanna Nichols and Balthasar Bickel #> 32723 Johanna Nichols and Balthasar Bickel #> 32739 Johanna Nichols and Balthasar Bickel #> 32741 Johanna Nichols and Balthasar Bickel #> 32746 Johanna Nichols and Balthasar Bickel #> 32752 Johanna Nichols and Balthasar Bickel #> 32754 Johanna Nichols and Balthasar Bickel #> 32764 Johanna Nichols and Balthasar Bickel #> 32772 Johanna Nichols and Balthasar Bickel #> 32779 Johanna Nichols and Balthasar Bickel #> 32788 Johanna Nichols and Balthasar Bickel #> 32791 Johanna Nichols and Balthasar Bickel #> 32802 Johanna Nichols and Balthasar Bickel #> 32817 Johanna Nichols and Balthasar Bickel #> 32819 Johanna Nichols and Balthasar Bickel #> 32844 Johanna Nichols and Balthasar Bickel #> 32849 Johanna Nichols and Balthasar Bickel #> 32854 Johanna Nichols and Balthasar Bickel #> 32855 Johanna Nichols and Balthasar Bickel #> 32868 Johanna Nichols and Balthasar Bickel #> 32872 Johanna Nichols and Balthasar Bickel #> 32876 Johanna Nichols and Balthasar Bickel #> 32880 Johanna Nichols and Balthasar Bickel #> 32901 Johanna Nichols and Balthasar Bickel #> 32906 Johanna Nichols and Balthasar Bickel #> 32925 Johanna Nichols and Balthasar Bickel #> 32935 Johanna Nichols and Balthasar Bickel #> 32939 Johanna Nichols and Balthasar Bickel #> 32956 Johanna Nichols and Balthasar Bickel #> 32961 Johanna Nichols and Balthasar Bickel #> 32962 Johanna Nichols and Balthasar Bickel #> 32964 Johanna Nichols and Balthasar Bickel #> 32966 Johanna Nichols and Balthasar Bickel #> 32973 Johanna Nichols and Balthasar Bickel #> 32992 Johanna Nichols and Balthasar Bickel #> 32999 Johanna Nichols and Balthasar Bickel #> 33003 Johanna Nichols and Balthasar Bickel #> 33014 Johanna Nichols and Balthasar Bickel #> 33016 Johanna Nichols and Balthasar Bickel #> 33025 Johanna Nichols and Balthasar Bickel #> 33034 Johanna Nichols and Balthasar Bickel #> 33041 Johanna Nichols and Balthasar Bickel #> 33044 Johanna Nichols and Balthasar Bickel #> 33056 Johanna Nichols and Balthasar Bickel #> 33062 Johanna Nichols and Balthasar Bickel #> 33091 Johanna Nichols and Balthasar Bickel #> 33094 Johanna Nichols and Balthasar Bickel #> 33103 Johanna Nichols and Balthasar Bickel #> 33108 Johanna Nichols and Balthasar Bickel #> 33112 Johanna Nichols and Balthasar Bickel #> 33115 Johanna Nichols and Balthasar Bickel #> 33118 Johanna Nichols and Balthasar Bickel #> 33129 Johanna Nichols and Balthasar Bickel #> 33135 Johanna Nichols and Balthasar Bickel #> 33142 Johanna Nichols and Balthasar Bickel #> 33163 Johanna Nichols and Balthasar Bickel #> 33169 Johanna Nichols and Balthasar Bickel #> 33172 Johanna Nichols and Balthasar Bickel #> 33175 Johanna Nichols and Balthasar Bickel #> 33179 Johanna Nichols and Balthasar Bickel #> 33182 Johanna Nichols and Balthasar Bickel #> 33184 Johanna Nichols and Balthasar Bickel #> 33192 Johanna Nichols and Balthasar Bickel #> 33210 Johanna Nichols and Balthasar Bickel #> 33214 Johanna Nichols and Balthasar Bickel #> 33230 Johanna Nichols and Balthasar Bickel #> 33240 Johanna Nichols and Balthasar Bickel #> 33246 Johanna Nichols and Balthasar Bickel #> 33247 Johanna Nichols and Balthasar Bickel #> 33262 Johanna Nichols and Balthasar Bickel #> 33270 Johanna Nichols and Balthasar Bickel #> 33273 Johanna Nichols and Balthasar Bickel #> 33282 Johanna Nichols and Balthasar Bickel #> 33285 Johanna Nichols and Balthasar Bickel #> 33291 Johanna Nichols and Balthasar Bickel #> 33305 Johanna Nichols and Balthasar Bickel #> 33318 Johanna Nichols and Balthasar Bickel #> 33328 Johanna Nichols and Balthasar Bickel #> 33337 Johanna Nichols and Balthasar Bickel #> 33348 Johanna Nichols and Balthasar Bickel #> 33355 Johanna Nichols and Balthasar Bickel #> 33356 Johanna Nichols and Balthasar Bickel #> 33358 Johanna Nichols and Balthasar Bickel #> 33363 Johanna Nichols and Balthasar Bickel #> 33374 Johanna Nichols and Balthasar Bickel #> 33377 Johanna Nichols and Balthasar Bickel #> 33381 Johanna Nichols and Balthasar Bickel #> 33384 Johanna Nichols and Balthasar Bickel #> 33397 Johanna Nichols and Balthasar Bickel #> 33412 Johanna Nichols and Balthasar Bickel #> 33414 Johanna Nichols and Balthasar Bickel #> 33415 Johanna Nichols and Balthasar Bickel #> 33432 Johanna Nichols and Balthasar Bickel #> 33444 Johanna Nichols and Balthasar Bickel #> 33446 Johanna Nichols and Balthasar Bickel #> 33447 Johanna Nichols and Balthasar Bickel #> 33453 Johanna Nichols and Balthasar Bickel #> 33455 Johanna Nichols and Balthasar Bickel #> 33482 Johanna Nichols and Balthasar Bickel #> 33483 Johanna Nichols and Balthasar Bickel #> 33504 Johanna Nichols and Balthasar Bickel #> 33505 Johanna Nichols and Balthasar Bickel #> 33508 Johanna Nichols and Balthasar Bickel #> 33525 Johanna Nichols and Balthasar Bickel #> 33527 Johanna Nichols and Balthasar Bickel #> 33529 Johanna Nichols and Balthasar Bickel #> 33545 Johanna Nichols and Balthasar Bickel #> 33548 Johanna Nichols and Balthasar Bickel #> 33565 Johanna Nichols and Balthasar Bickel #> 33584 Johanna Nichols and Balthasar Bickel #> 33589 Johanna Nichols and Balthasar Bickel #> 33592 Matthew S. Dryer #> 33599 Matthew S. Dryer #> 33605 Matthew S. Dryer #> 33607 Matthew S. Dryer #> 33608 Matthew S. Dryer #> 33610 Matthew S. Dryer #> 33627 Matthew S. Dryer #> 33628 Matthew S. Dryer #> 33629 Matthew S. Dryer #> 33635 Matthew S. Dryer #> 33637 Matthew S. Dryer #> 33639 Matthew S. Dryer #> 33643 Matthew S. Dryer #> 33658 Matthew S. Dryer #> 33659 Matthew S. Dryer #> 33671 Matthew S. Dryer #> 33673 Matthew S. Dryer #> 33674 Matthew S. Dryer #> 33682 Matthew S. Dryer #> 33687 Matthew S. Dryer #> 33706 Matthew S. Dryer #> 33718 Matthew S. Dryer #> 33728 Matthew S. Dryer #> 33729 Matthew S. Dryer #> 33731 Matthew S. Dryer #> 33734 Matthew S. Dryer #> 33739 Matthew S. Dryer #> 33756 Matthew S. Dryer #> 33766 Matthew S. Dryer #> 33772 Matthew S. Dryer #> 33794 Matthew S. Dryer #> 33796 Matthew S. Dryer #> 33820 Matthew S. Dryer #> 33821 Matthew S. Dryer #> 33825 Matthew S. Dryer #> 33828 Matthew S. Dryer #> 33834 Matthew S. Dryer #> 33837 Matthew S. Dryer #> 33838 Matthew S. Dryer #> 33868 Matthew S. Dryer #> 33878 Matthew S. Dryer #> 33880 Matthew S. Dryer #> 33898 Matthew S. Dryer #> 33910 Matthew S. Dryer #> 33929 Matthew S. Dryer #> 33935 Matthew S. Dryer #> 33939 Matthew S. Dryer #> 33948 Matthew S. Dryer #> 33955 Matthew S. Dryer #> 33957 Matthew S. Dryer #> 33959 Matthew S. Dryer #> 33960 Matthew S. Dryer #> 33965 Matthew S. Dryer #> 33974 Matthew S. Dryer #> 33993 Matthew S. Dryer #> 33994 Matthew S. Dryer #> 34009 Matthew S. Dryer #> 34016 Matthew S. Dryer #> 34022 Matthew S. Dryer #> 34034 Matthew S. Dryer #> 34043 Matthew S. Dryer #> 34045 Matthew S. Dryer #> 34075 Matthew S. Dryer #> 34086 Matthew S. Dryer #> 34088 Matthew S. Dryer #> 34095 Matthew S. Dryer #> 34103 Matthew S. Dryer #> 34110 Matthew S. Dryer #> 34111 Matthew S. Dryer #> 34118 Matthew S. Dryer #> 34119 Matthew S. Dryer #> 34133 Matthew S. Dryer #> 34139 Matthew S. Dryer #> 34148 Matthew S. Dryer #> 34151 Matthew S. Dryer #> 34158 Matthew S. Dryer #> 34161 Matthew S. Dryer #> 34163 Matthew S. Dryer #> 34166 Matthew S. Dryer #> 34181 Matthew S. Dryer #> 34188 Matthew S. Dryer #> 34193 Matthew S. Dryer #> 34197 Matthew S. Dryer #> 34202 Matthew S. Dryer #> 34205 Matthew S. Dryer #> 34209 Matthew S. Dryer #> 34214 Matthew S. Dryer #> 34227 Matthew S. Dryer #> 34228 Matthew S. Dryer #> 34240 Matthew S. Dryer #> 34251 Matthew S. Dryer #> 34258 Matthew S. Dryer #> 34259 Matthew S. Dryer #> 34267 Matthew S. Dryer #> 34282 Matthew S. Dryer #> 34284 Matthew S. Dryer #> 34285 Matthew S. Dryer #> 34289 Matthew S. Dryer #> 34301 Matthew S. Dryer #> 34312 Matthew S. Dryer #> 34313 Matthew S. Dryer #> 34315 Matthew S. Dryer #> 34316 Matthew S. Dryer #> 34329 Matthew S. Dryer #> 34348 Matthew S. Dryer #> 34350 Matthew S. Dryer #> 34358 Matthew S. Dryer #> 34359 Matthew S. Dryer #> 34362 Matthew S. Dryer #> 34367 Matthew S. Dryer #> 34373 Matthew S. Dryer #> 34376 Matthew S. Dryer #> 34378 Matthew S. Dryer #> 34385 Matthew S. Dryer #> 34391 Matthew S. Dryer #> [ reached 'max' / getOption("max.print") -- omitted 6129 rows ]
# Get languages whose WALS language ID begins with the letters 'la' filter_WALS(substr(language_ID, 1, 2) == "la")
#> combined_ID feature_ID #> 151 1A-lan 1A #> 198 1A-lav 1A #> 419 1A-lam 1A #> 476 1A-lah 1A #> 483 1A-lad 1A #> 500 1A-lat 1A #> 551 1A-lak 1A #> 619 10A-lan 10A #> 635 10A-lat 10A #> 654 10A-lak 10A #> 709 10A-lam 10A #> 713 10A-lad 10A #> 722 10A-laa 10A #> 790 10A-lav 10A #> 808 10B-laa 10B #> 822 10B-lam 10B #> 862 100A-lah 100A #> 868 100A-lad 100A #> 1004 100A-lan 100A #> 1055 100A-lat 100A #> 1069 100A-lav 100A #> 1158 100A-lak 100A #> 1253 101A-lat 101A #> 1304 101A-laa 101A #> 1509 101A-lan 101A #> 1586 101A-lav 101A #> 1826 101A-lai 101A #> 1857 101A-lah 101A #> 1902 101A-lad 101A #> 1903 101A-lal 101A #> 1970 102A-lah 102A #> 2009 102A-lad 102A #> 2090 102A-lat 102A #> 2100 102A-lak 102A #> 2221 102A-lan 102A #> 2254 102A-lav 102A #> 2340 103A-lad 103A #> 2393 103A-lah 103A #> 2434 103A-lak 103A #> 2450 103A-lav 103A #> 2595 103A-lan 103A #> 2617 103A-lat 103A #> 2709 104A-lat 104A #> 2726 104A-lak 104A #> 2768 104A-lad 104A #> 2798 104A-lah 104A #> 2968 104A-lan 104A #> 3024 104A-lav 104A #> 3091 105A-lat 105A #> 3093 105A-lad 105A #> 3182 105A-lav 105A #> 3209 105A-lak 105A #> 3352 105A-lai 105A #> 3404 105A-laz 105A #> 3423 105A-lan 105A #> 3624 106A-lan 106A #> 3661 107A-lat 107A #> 3847 107A-lav 107A #> 3872 107A-lan 107A #> 3893 107A-lah 107A #> 3910 107A-lad 107A #> 3926 107A-lak 107A #> 4005 108A-lav 108A #> 4019 108A-lan 108A #> 4025 108A-lai 108A #> 4036 108A-lak 108A #> 4086 108A-lat 108A #> 4219 108B-lak 108B #> 4230 108B-lan 108B #> 4235 108B-lav 108B #> 4366 108B-lat 108B #> 4410 109A-lai 109A #> 4441 109A-lan 109A #> 4487 109A-lat 109A #> 4506 109A-lav 109A #> 4521 109A-lak 109A #> 4575 109B-lai 109B #> 4586 109B-lan 109B #> 4658 109B-lak 109B #> 4690 109B-lat 109B #> 4716 109B-lav 109B #> 4763 11A-lam 11A #> 4819 11A-lah 11A #> 4918 11A-lat 11A #> 4932 11A-lav 11A #> 5042 11A-lad 11A #> 5194 11A-lan 11A #> 5242 11A-lak 11A #> 5319 110A-lav 110A #> 5372 110A-lah 110A #> 5373 110A-lat 110A #> 5415 110A-lan 110A #> 5512 111A-lan 111A #> 5607 111A-lat 111A #> 5609 111A-lav 111A #> 5631 111A-lad 111A #> 5716 111A-lal 111A #> 5729 111A-lah 111A #> 5861 112A-lad 112A #> 6129 112A-lat 112A #> 6138 112A-lag 112A #> 6214 112A-lab 112A #> 6328 112A-lac 112A #> 6367 112A-laa 112A #> 6387 112A-lar 112A #> 6550 112A-lan 112A #> 6690 112A-lai 112A #> 6692 112A-lao 112A #> 6696 112A-lal 112A #> 6767 112A-lav 112A #> 6903 113A-lan 113A #> 7107 113A-lat 113A #> 7119 113A-lar 113A #> 7120 113A-lav 113A #> 7149 113A-lad 113A #> 7178 113A-lah 113A #> 7243 114A-lar 114A #> 7285 114A-lat 114A #> 7322 114A-lah 114A #> 7332 114A-lad 114A #> 7354 114A-lav 114A #> 7465 114A-lan 114A #> 7502 115A-lak 115A #> 7599 115A-lat 115A #> 7603 115A-lav 115A #> 7689 115A-lan 115A #> 7754 116A-lah 116A #> 7772 116A-lai 116A #> 7862 116A-lat 116A #> 7919 116A-lag 116A #> 7970 116A-lal 116A #> 7992 116A-laa 116A #> 8092 116A-lao 116A #> 8096 116A-lac 116A #> 8146 116A-lav 116A #> 8350 116A-lad 116A #> 8495 116A-lan 116A #> 8558 116A-lab 116A #> 8664 117A-lad 117A #> 8693 117A-lat 117A #> 8732 117A-lah 117A #> 8826 117A-lan 117A #> 9003 118A-lao 118A #> 9026 118A-lah 118A #> 9115 118A-laz 118A #> 9141 118A-lat 118A #> 9250 118A-lad 118A #> 9332 119A-lad 119A #> 9341 119A-lao 119A #> 9420 119A-lah 119A #> 9618 119A-laz 119A #> 9637 119A-lat 119A #> 9771 12A-lan 12A #> 9872 12A-lav 12A #> 9981 12A-lah 12A #> 10022 12A-lak 12A #> 10083 12A-lad 12A #> 10117 12A-lat 12A #> 10158 120A-laz 120A #> 10247 120A-lao 120A #> 10355 120A-lad 120A #> 10425 120A-lat 120A #> 10441 120A-lah 120A #> 10566 121A-laz 121A #> 10682 121A-lat 121A #> 10707 122A-lat 122A #> 10713 122A-lav 122A #> 10842 122A-lan 122A #> 10874 123A-lat 123A #> 10893 123A-lav 123A #> 10900 123A-lan 123A #> 10985 124A-lat 124A #> 11018 124A-lan 124A #> 11081 124A-lak 124A #> 11219 124A-lad 124A #> 11352 125A-lan 125A #> 11385 125A-lav 125A #> 11467 126A-lan 126A #> 11544 126A-lav 126A #> 11687 127A-lan 127A #> 11766 127A-lav 127A #> 11848 128A-lan 128A #> 11930 129A-lau 129A #> 12263 129A-lao 129A #> 12599 13A-lav 13A #> 12702 13A-lad 13A #> 12838 13A-lak 13A #> 12844 13A-lat 13A #> 12883 13A-lan 13A #> 12982 13A-lam 13A #> 13032 13A-lah 13A #> 13494 130A-lau 130A #> 13547 130A-lao 130A #> 13728 131A-lak 131A #> 13732 131A-lat 131A #> 13770 131A-lav 131A #> 13778 131A-lan 131A #> 14433 136A-lan 136A #> 14508 136A-lav 136A #> 14725 136B-lan 136B #> 14804 136B-lav 136B #> 14995 137A-lan 137A #> 15026 137A-lav 137A #> 15121 137B-lav 137B #> 15188 137B-lan 137B #> 15437 138A-lat 138A #> 15519 138A-lao 138A #> 15545 138A-lad 138A #> 15763 14A-lar 14A #> 15829 14A-lav 14A #> 15833 14A-lan 14A #> 15881 14A-lat 14A #> 16199 142A-lav 142A #> 16225 142A-lao 142A #> 16259 142A-lah 142A #> 16304 143A-lao 143A #> 16631 143A-lac 143A #> 16636 143A-lal 143A #> 16712 143A-lan 143A #> 16724 143A-lah 143A #> 16792 143A-lar 143A #> 16806 143A-lav 143A #> 16811 143A-lad 143A #> 17019 143A-laa 143A #> 17068 143A-lab 143A #> 17070 143A-lai 143A #> 17072 143A-lag 143A #> 17245 143A-lat 143A #> 17899 143E-lac 143E #> 17990 143E-lah 143E #> 18111 143E-lan 143E #> 18145 143E-lar 143E #> 18269 143E-lal 143E #> 18288 143E-lao 143E #> 18697 143E-lat 143E #> 18699 143E-lad 143E #> 18790 143E-lai 143E #> 18904 143E-laa 143E #> 18905 143E-lag 143E #> 19056 143E-lab 143E #> 19121 143E-lav 143E #> 19231 143F-laa 143F #> 19258 143F-lab 143F #> 19312 143F-lai 143F #> 19319 143F-lag 143F #> 19677 143F-lad 143F #> 19736 143F-lav 143F #> 19772 143F-lah 143F #> 19923 143F-lan 143F #> 20046 143F-lao 143F #> 20081 143F-lat 143F #> 20316 143F-lal 143F #> 20375 143F-lar 143F #> 20447 143F-lac 143F #> 20487 143G-lab 143G #> 20512 143G-lav 143G #> 20560 143G-lad 143G #> 20577 143G-lah 143G #> 20635 143G-lat 143G #> 20646 143G-lao 143G #> 20821 143G-lai 143G #> 21077 143G-lag 143G #> 21456 143G-lac 143G #> 21479 143G-laa 143G #> 21564 143G-lal 143G #> 21748 143G-lar 143G #> 21756 143G-lan 143G #> 21891 144A-lav 144A #> 22132 144A-lao 144A #> 22162 144A-lan 144A #> 22232 144A-lat 144A #> 22316 144A-lad 144A #> 22522 144A-lac 144A #> 22564 144A-lar 144A #> 22570 144A-lal 144A #> 22696 144A-lag 144A #> 22733 144A-lab 144A #> 22736 144A-laa 144A #> 22832 144A-lah 144A #> 22890 144A-lai 144A #> 23312 144B-lan 144B #> 23351 144B-lao 144B #> 23363 144B-lah 144B #> 23380 144B-lai 144B #> 23430 144B-lav 144B #> 23528 144B-lag 144B #> 23545 144B-laa 144B #> 23555 144B-lab 144B #> 23689 144D-lac 144D #> 23800 144D-lao 144D #> 23860 144D-lan 144D #> 23900 144D-lab 144D #> 23958 144D-lag 144D #> 23969 144D-laa 144D #> 24024 144D-lat 144D #> 24101 144E-lac 144E #> 24274 144H-lao 144H #> 24293 144H-laa 144H #> 24362 144H-lab 144H #> 24438 144H-lat 144H #> 24540 144H-lan 144H #> 24617 144H-lag 144H #> 24669 144I-lao 144I #> 24746 144I-lan 144I #> 24825 144I-lat 144I #> 24977 144I-laa 144I #> 24994 144I-lab 144I #> 25033 144I-lag 144I #> 25122 144J-lat 144J #> 25231 144J-lac 144J #> 25244 144J-lan 144J #> 25320 144J-lag 144J #> 25342 144J-laa 144J #> 25370 144J-lao 144J #> 25436 144J-lab 144J #> 25553 144K-lag 144K #> 25561 144K-lab 144K #> 25564 144K-laa 144K #> 25676 144K-lac 144K #> 25776 144K-lao 144K #> 25861 144K-lat 144K #> 25871 144K-lan 144K #> 25980 144L-lal 144L #> 26025 144L-lad 144L #> 26055 144L-lav 144L #> 26141 144L-lar 144L #> 26234 144L-lah 144L #> 26327 144L-lai 144L #> 26548 144M-lav 144M #> 26555 144M-lad 144M #> 26705 144P-lav 144P #> 26734 144P-lad 144P #> 26814 144P-lah 144P #> 26984 144P-lai 144P #> 27178 144Q-lai 144Q #> 27291 144Q-lav 144Q #> 27406 144Q-lah 144Q #> 27417 144Q-lad 144Q #> 27482 144R-lah 144R #> 27535 144R-lad 144R #> 27656 144R-lav 144R #> 27702 144R-lai 144R #> 27894 144S-lai 144S #> 28002 144S-lal 144S #> 28098 144S-lah 144S #> 28275 144S-lad 144S #> 28345 144S-lav 144S #> 28432 144T-lac 144T #> 28554 144V-lac 144V #> 28816 144W-lac 144W #> 28869 144X-lac 144X #> 29032 15A-lar 15A #> 29254 15A-lat 15A #> 29375 15A-lav 15A #> 29391 15A-lan 15A #> 29529 16A-lav 16A #> 29630 16A-lan 16A #> 29713 16A-lat 16A #> 29783 16A-lar 16A #> 30053 17A-lav 17A #> 30107 17A-lar 17A #> 30253 17A-lat 17A #> 30342 18A-lad 18A #> 30395 18A-lam 18A #> 30416 18A-lav 18A #> 30531 18A-lak 18A #> 30533 18A-lah 18A #> 30754 18A-lat 18A #> 30863 18A-lan 18A #> 30889 19A-lah 19A #> 30900 19A-lat 19A #> 30957 19A-lam 19A #> 31016 19A-lan 19A #> 31171 19A-lad 19A #> 31267 19A-lav 19A #> 31400 19A-lak 19A #> 31535 2A-lak 2A #> 31580 2A-lav 2A #> 31637 2A-lad 2A #> 31641 2A-lam 2A #> 31728 2A-lat 2A #> 31849 2A-lah 2A #> 31910 2A-lan 2A #> 32040 20A-lav 20A #> 32141 20A-lai 20A #> 32149 20A-lah 20A #> 32158 20A-lan 20A #> 32236 21A-lah 21A #> 32249 21A-lai 21A #> 32269 21A-lan 21A #> 32340 21A-lav 21A #> 32376 21B-lai 21B #> 32380 21B-lav 21B #> 32410 21B-lah 21B #> 32493 21B-lan 21B #> 32549 22A-lav 22A #> 32611 22A-lan 22A #> 32620 22A-lai 22A #> 32708 23A-lav 23A #> 32710 23A-lan 23A #> 32803 23A-lai 23A #> 32885 24A-lav 24A #> 32905 24A-lan 24A #> 33086 24A-lai 24A #> 33124 25A-lan 25A #> 33127 25A-lav 25A #> 33345 25A-lai 25A #> 33385 25B-lai 25B #> 33522 25B-lan 25B #> 33554 25B-lav 25B #> 33636 26A-lai 26A #> 33637 26A-lah 26A #> 33652 26A-lal 26A #> 33671 26A-lao 26A #> 33820 26A-laa 26A #> 34010 26A-lad 26A #> 34103 26A-lac 26A #> 34183 26A-lat 26A #> 34191 26A-lav 26A #> 34292 26A-lan 26A #> 34373 26A-lag 26A #> 34472 26A-lar 26A #> 34726 27A-lac 27A #> 34796 27A-lav 27A #> 34884 27A-lan 27A #> 34947 28A-lav 28A #> 34985 28A-lan 28A #> 35065 28A-lak 28A #> 35085 28A-lat 28A #> 35114 28A-lad 28A #> 35153 29A-lad 29A #> 35199 29A-lat 29A #> 35200 29A-lak 29A #> 35231 29A-lav 29A #> 35238 29A-lan 29A #> 35360 3A-lan 3A #> 35519 3A-lat 3A #> 35533 3A-lav 3A #> 35591 3A-lah 3A #> 35786 3A-lam 3A #> 35824 3A-lak 3A #> 35861 3A-lad 3A #> 35931 30A-lan 30A #> 35943 30A-lah 30A #> 36012 30A-lad 30A #> 36073 30A-lat 30A #> 36086 30A-lav 30A #> 36111 30A-lak 30A #> 36147 31A-lad 31A #> 36154 31A-lah 31A #> 36170 31A-lan 31A #> 36317 31A-lat 31A #> 36327 31A-lav 31A #> 36337 31A-lak 31A #> 36406 32A-lah 32A #> 36460 32A-lad 32A #> 36467 32A-lan 32A #> 36557 32A-lak 32A #> 36620 32A-lav 32A #> 36655 32A-lat 32A #> 36685 33A-laf 33A #> 36845 33A-lad 33A #> 36938 33A-lan 33A #> 37188 33A-lah 33A #> 37242 33A-lar 33A #> 37263 33A-lat 33A #> 37292 33A-lav 33A #> 37300 33A-laa 33A #> 37353 33A-lag 33A #> 37538 33A-lai 33A #> 37653 33A-lal 33A #> 37654 33A-lao 33A #> 37793 34A-lan 34A #> 37880 34A-laz 34A #> 37890 34A-lav 34A #> 37949 34A-lak 34A #> 37955 34A-lat 34A #> 38039 35A-lan 35A #> 38066 35A-lav 35A #> 38067 35A-lak 35A #> 38082 35A-lat 35A #> 38266 35A-lah 35A #> 38273 35A-lad 35A #> 38299 36A-lak 36A #> 38370 36A-lah 36A #> 38452 36A-lao 36A #> 38478 36A-lav 36A #> 38507 36A-lan 36A #> 38574 37A-lav 37A #> 38714 37A-laa 37A #> 38743 37A-lah 37A #> 38775 37A-lat 37A #> 38852 37A-lag 37A #> 38888 37A-lar 37A #> 38903 37A-lan 37A #> 38992 37A-lal 37A #> 39100 37A-lai 37A #> 39118 37A-lao 37A #> 39253 38A-lat 38A #> 39304 38A-lav 38A #> 39315 38A-lah 38A #> 39365 38A-lan 38A #> 39370 38A-lad 38A #> 39473 38A-lal 38A #> 39532 38A-lai 38A #> 39638 38A-lao 38A #> 39693 39A-lan 39A #> 39697 39A-lak 39A #> 39755 39A-lat 39A #> 39819 39A-lad 39A #> 39821 39A-lav 39A #> 40188 4A-lav 4A #> 40229 4A-lan 4A #> 40365 4A-lak 4A #> 40377 4A-lam 4A #> 40392 4A-lat 4A #> 40484 4A-lad 4A #> 40496 4A-lah 4A #> 40518 40A-lad 40A #> 40612 40A-lat 40A #> 40629 40A-lak 40A #> 40634 40A-lan 40A #> 40682 40A-lav 40A #> 40801 41A-lat 41A #> 40885 41A-lan 41A #> 40887 41A-lav 41A #> 40981 42A-lat 42A #> 41102 42A-lav 42A #> 41112 42A-lan 42A #> 41189 43A-lan 43A #> 41216 43A-lah 43A #> 41248 43A-lav 43A #> 41331 43A-lat 43A #> 41387 44A-lat 44A #> 41391 44A-lav 44A #> 41580 44A-lak 44A #> 41635 44A-lah 44A #> 41707 44A-lan 44A #> 41740 44A-lad 44A #> 41818 45A-lan 45A #> 41872 45A-lav 45A #> 41902 45A-lat 45A #> 42089 46A-lak 46A #> 42115 46A-lat 46A #> 42148 46A-lav 46A #> 42223 46A-lan 46A #> 42303 47A-lav 47A #> 42320 47A-lan 47A #> 42421 47A-lat 47A #> 42565 48A-lah 48A #> 42591 48A-lak 48A #> 42622 48A-lat 48A #> 42638 48A-lad 48A #> 42760 48A-lan 48A #> 42813 48A-lav 48A #> 42830 49A-lav 49A #> 42913 49A-lan 49A #> 42963 49A-lat 49A #> 42966 49A-lad 49A #> 43048 49A-lak 49A #> 43420 5A-lam 5A #> 43444 5A-lad 5A #> 43445 5A-lat 5A #> 43471 5A-lan 5A #> 43558 5A-lak 5A #> 43578 5A-lah 5A #> 43628 5A-lav 5A #> 43719 50A-lav 50A #> 43725 50A-lan 50A #> 43755 50A-lak 50A #> 43779 50A-lad 50A #> 43890 50A-lat 50A #> 44015 51A-lav 51A #> 44133 51A-lak 51A #> 44349 51A-lad 51A #> 44358 51A-lat 51A #> 44572 51A-lai 51A #> 44620 51A-lal 51A #> 44691 51A-lao 51A #> 44710 51A-laf 51A #> 44780 51A-lah 51A #> 44838 51A-lar 51A #> 44933 51A-lan 51A #> 44953 52A-lat 52A #> 45075 52A-laz 52A #> 45087 52A-lad 52A #> 45112 52A-lak 52A #> 45155 52A-lah 52A #> 45255 52A-lan 52A #> 45307 53A-lan 53A #> 45384 53A-lad 53A #> 45525 53A-lat 53A #> 45720 54A-lak 54A #> 45793 54A-lat 54A #> 45931 55A-lat 55A #> 45938 55A-lan 55A #> 46219 55A-lai 55A #> 46235 55A-lah 55A #> 46247 56A-lan 56A #> 46252 56A-lat 56A #> 46520 57A-lav 57A #> 46791 57A-lag 57A #> 46804 57A-lar 57A #> 46918 57A-laa 57A #> 47001 57A-lat 57A #> 47026 57A-lal 57A #> 47138 57A-lai 57A #> 47163 57A-lao 57A #> 47406 58A-lav 58A #> 47486 58A-lan 58A #> 47531 58B-lav 58B #> 47696 58B-lan 58B #> 47836 59A-lav 59A #> 47914 59A-lan 59A #> 48122 6A-lam 6A #> 48172 6A-lat 6A #> 48328 6A-lav 6A #> 48351 6A-lan 6A #> 48366 6A-lad 6A #> 48473 6A-lah 6A #> 48519 6A-lak 6A #> 48556 60A-lan 60A #> 48637 60A-lai 60A #> 48800 61A-lan 61A #> 48811 61A-lai 61A #> 48831 62A-lak 62A #> 48835 62A-lav 62A #> 48844 62A-lan 62A #> 48891 62A-lat 62A #> 48989 63A-lat 63A #> 49108 63A-lah 63A #> 49224 64A-lav 64A #> 49231 64A-lat 64A #> 49279 64A-lak 64A #> 49326 64A-laz 64A #> 49458 64A-lan 64A #> 49491 64A-lai 64A #> 49565 65A-lan 65A #> 49672 65A-lao 65A #> 49673 65A-lah 65A #> 49681 65A-lav 65A #> 49727 65A-lai 65A #> 49729 65A-lat 65A #> 49764 66A-lat 66A #> 49885 66A-lai 66A #> 49887 66A-lan 66A #> 49888 66A-lav 66A #> 49899 66A-lao 66A #> 49937 66A-lah 66A #> 49995 67A-lat 67A #> 50034 67A-lav 67A #> 50071 67A-lai 67A #> 50093 67A-lan 67A #> 50145 67A-lao 67A #> 50157 67A-lah 67A #> 50195 68A-lao 68A #> 50218 68A-lai 68A #> 50246 68A-lah 68A #> 50257 68A-lat 68A #> 50341 68A-lan 68A #> 50376 68A-lav 68A #> 50469 69A-lag 69A #> 50685 69A-lav 69A #> 50942 69A-lad 69A #> 50976 69A-lac 69A #> 51225 69A-lan 69A #> 51261 69A-laa 69A #> 51321 69A-lar 69A #> 51357 69A-lat 69A #> 51387 69A-lai 69A #> 51459 69A-lal 69A #> 51507 69A-lao 69A #> 51605 7A-lah 7A #> 51677 7A-lad 7A #> 51694 7A-lav 7A #> 51886 7A-lan 7A #> 51933 7A-lat 7A #> 51977 7A-lak 7A #> 52034 7A-lam 7A #> 52215 70A-lad 70A #> 52237 70A-lan 70A #> 52308 70A-laz 70A #> 52344 70A-lav 70A #> 52356 70A-lak 70A #> 52436 70A-lat 70A #> 52740 71A-lat 71A #> 52811 71A-lad 71A #> 52884 71A-lak 71A #> 53043 71A-lan 71A #> 53082 71A-laz 71A #> 53083 71A-lav 71A #> 53160 72A-lak 72A #> 53400 72A-laz 72A #> 53412 72A-lav 72A #> 53416 72A-lad 72A #> 53424 72A-lat 72A #> 53487 72A-lan 72A #> 53539 73A-lad 73A #> 53735 73A-lat 73A #> 53739 73A-lav 73A #> 53804 73A-lan 73A #> 53813 73A-lah 73A #> 53854 74A-lad 74A #> 53863 74A-lav 74A #> 53925 74A-lan 74A #> 53974 74A-lat 74A #> 54023 74A-lak 74A #> 54099 75A-lak 75A #> 54135 75A-lat 75A #> 54167 75A-lad 75A #> 54282 75A-lav 75A #> 54306 75A-lan 75A #> 54335 76A-lat 76A #> 54401 76A-lan 76A #> 54411 76A-lak 76A #> 54470 76A-lad 76A #> 54497 76A-lav 76A #> 54539 77A-lan 77A #> 54562 77A-lak 77A #> 54682 77A-lav 77A #> 54750 77A-lah 77A #> 54800 77A-lat 77A #> 54899 77A-laz 77A #> 54904 77A-lad 77A #> 54974 78A-lan 78A #> 55005 78A-lav 78A #> 55108 78A-lak 78A #> 55200 78A-lat 78A #> 55249 78A-lad 78A #> 55262 78A-laz 78A #> 55291 78A-lah 78A #> 55370 79A-lat 79A #> 55463 79A-lad 79A #> 55499 79A-lav 79A #> 55500 79A-lan 79A #> 55652 79B-lav 79B #> 55713 79B-lad 79B #> 55727 79B-lat 79B #> 55740 79B-lan 79B #> 55889 8A-lav 8A #> 55900 8A-lat 8A #> 55972 8A-lah 8A #> 56023 8A-lan 8A #> 56032 8A-lad 8A #> 56086 8A-lak 8A #> 56285 8A-lam 8A #> 56330 80A-lad 80A #> 56334 80A-lat 80A #> 56357 80A-lav 80A #> 56415 80A-lan 80A #> 56673 81A-lav 81A #> 56761 81A-lai 81A #> 56785 81A-lad 81A #> 56870 81A-lah 81A #> 57041 81A-lal 81A #> 57112 81A-lan 81A #> 57149 81A-lab 81A #> 57313 81A-lao 81A #> 57371 81A-laa 81A #> 57515 81A-lat 81A #> 57536 81A-lag 81A #> 57849 81A-lac 81A #> 57940 81B-lac 81B #> 58062 82A-lag 82A #> 58137 82A-laa 82A #> 58172 82A-lab 82A #> 58252 82A-lak 82A #> 58299 82A-lan 82A #> 58418 82A-lao 82A #> 58554 82A-lal 82A #> 58710 82A-lah 82A #> 58782 82A-lad 82A #> 58798 82A-lai 82A #> 58800 82A-lar 82A #> 59090 82A-lav 82A #> 59373 82A-lat 82A #> 59415 82A-lac 82A #> 59449 83A-lak 83A #> 59557 83A-lal 83A #> 59787 83A-lav 83A #> 59804 83A-lah 83A #> 59830 83A-lai 83A #> 60032 83A-lar 83A #> 60078 83A-laf 83A #> 60154 83A-lad 83A #> 60321 83A-lan 83A #> 60336 83A-lac 83A #> 60581 83A-lat 83A #> 60614 83A-lao 83A #> 60761 83A-lag 83A #> 60793 83A-laa 83A #> 60815 83A-lab 83A #> 60983 84A-lan 84A #> 61207 84A-lav 84A #> 61459 84A-lar 84A #> 61625 85A-lav 85A #> 61681 85A-lah 85A #> 61689 85A-lai 85A #> 61871 85A-lar 85A #> 61878 85A-lal 85A #> 61973 85A-lak 85A #> 62028 85A-lad 85A #> 62156 85A-lan 85A #> 62322 85A-lat 85A #> 62330 85A-laa 85A #> 62367 85A-lao 85A #> 62396 85A-lab 85A #> 62464 85A-lag 85A #> 62508 85A-lac 85A #> 62797 86A-lat 86A #> 62882 86A-lad 86A #> 63044 86A-lal 86A #> 63121 86A-lav 86A #> 63186 86A-lai 86A #> 63280 86A-lah 86A #> 63304 86A-lab 86A #> 63410 86A-laa 86A #> 63458 86A-lac 86A #> 63518 86A-lao 86A #> 63522 86A-lar 86A #> 63531 86A-lag 86A #> 63599 86A-lan 86A #> 63826 86A-laf 86A #> 64161 87A-lak 87A #> 64169 87A-lac 87A #> 64205 87A-lat 87A #> 64517 87A-lad 87A #> 64519 87A-lab 87A #> 64568 87A-lag 87A #> 64638 87A-lao 87A #> 64659 87A-lan 87A #> 64850 87A-laa 87A #> 64875 87A-lav 87A #> 65027 87A-lal 87A #> 65093 87A-lar 87A #> 65167 87A-lah 87A #> 65184 87A-laf 87A #> 65216 87A-lai 87A #> 65345 88A-lat 88A #> 65580 88A-lad 88A #> 65647 88A-lac 88A #> 65808 88A-lah 88A #> 65915 88A-lab 88A #> 65940 88A-lao 88A #> 66182 88A-lal 88A #> 66257 88A-laa 88A #> 66317 88A-lan 88A #> 66375 88A-lag 88A #> 66399 88A-lai 88A #> 66710 89A-lat 89A #> 66812 89A-lac 89A #> 67015 89A-lab 89A #> 67089 89A-lao 89A #> 67097 89A-lan 89A #> 67261 89A-lav 89A #> 67307 89A-lar 89A #> 67337 89A-lai 89A #> 67414 89A-lad 89A #> 67425 89A-lah 89A #> 67545 89A-lag 89A #> 67558 89A-lal 89A #> 67677 9A-lav 9A #> 67681 9A-lah 9A #> 67739 9A-lad 9A #> 67782 9A-lan 9A #> 68001 9A-lak 9A #> 68027 9A-lat 9A #> 68168 90A-lan 90A #> 68195 90A-lat 90A #> 68314 90A-lao 90A #> 68370 90A-lab 90A #> 68823 90A-lah 90A #> 68843 90A-lav 90A #> 68876 90A-lal 90A #> 68880 90A-lai 90A #> 69026 90B-lah 90B #> 69079 90B-lal 90B #> 69103 90B-lai 90B #> 69272 90C-lab 90C #> 69340 90C-lao 90C #> 69578 90C-lat 90C #> 69689 90C-lan 90C #> 69718 90C-lal 90C #> 69740 90D-lav 90D #> 69773 90D-lai 90D #> 69862 91A-lat 91A #> 70091 91A-lah 91A #> 70106 91A-lai 91A #> 70140 91A-lal 91A #> 70237 91A-lao 91A #> 70431 92A-lat 92A #> 70474 92A-lai 92A #> 70489 92A-lag 92A #> 70597 92A-lav 92A #> 70609 92A-lah 92A #> 70646 92A-lao 92A #> 70710 92A-lal 92A #> 70736 92A-lac 92A #> 70845 92A-laa 92A #> 70858 92A-lad 92A #> 70862 92A-lab 92A #> 70899 92A-lan 92A #> 71416 93A-lat 93A #> 71473 93A-lao 93A #> 71496 93A-lab 93A #> 71499 93A-lad 93A #> 71667 93A-laa 93A #> 71692 93A-lav 93A #> 71849 93A-lah 93A #> 71883 93A-lan 93A #> 71914 93A-lal 93A #> 72038 93A-lai 93A #> 72059 93A-lag 93A #> 72213 94A-laa 94A #> 72234 94A-lao 94A #> 72237 94A-lat 94A #> 72486 94A-lac 94A #> 72576 94A-lal 94A #> 72590 94A-lah 94A #> 72600 94A-lai 94A #> 72714 94A-lav 94A #> 72731 94A-lag 94A #> 72821 95A-lad 95A #> 72947 95A-lar 95A #> 72960 95A-lah 95A #> 73047 95A-lav 95A #> 73089 95A-lak 95A #> 73159 95A-lai 95A #> 73183 95A-lal 95A #> 73295 95A-lac 95A #> 73316 95A-lab 95A #> 73322 95A-lat 95A #> 73427 95A-lan 95A #> 73482 95A-lao 95A #> 73574 95A-laa 95A #> 73714 95A-lag 95A #> 73960 96A-lah 96A #> 74198 96A-lab 96A #> 74266 96A-lan 96A #> 74281 96A-lao 96A #> 74479 96A-lat 96A #> 74582 96A-lav 96A #> 74617 96A-lal 96A #> 74755 96A-lai 96A #> 74924 97A-lak 97A #> 75013 97A-lal 97A #> 75153 97A-lar 97A #> 75165 97A-lad 97A #> 75321 97A-lav 97A #> 75414 97A-lat 97A #> 75449 97A-lac 97A #> 75497 97A-lag 97A #> 75526 97A-lab 97A #> 75572 97A-lao 97A #> 75595 97A-laa 97A #> 75677 97A-lan 97A #> 75919 97A-laf 97A #> 75957 97A-lah 97A #> 76080 97A-lai 97A #> 76122 98A-lav 98A #> 76195 98A-lan 98A #> 76229 98A-lat 98A #> 76271 98A-lad 98A #> 76273 98A-lak 98A #> 76316 99A-lak 99A #> 76338 99A-lav 99A #> 76371 99A-lan 99A #> 76380 99A-lat 99A #> 76452 99A-lad 99A #> feature #> 151 Consonant Inventories #> 198 Consonant Inventories #> 419 Consonant Inventories #> 476 Consonant Inventories #> 483 Consonant Inventories #> 500 Consonant Inventories #> 551 Consonant Inventories #> 619 Vowel Nasalization #> 635 Vowel Nasalization #> 654 Vowel Nasalization #> 709 Vowel Nasalization #> 713 Vowel Nasalization #> 722 Vowel Nasalization #> 790 Vowel Nasalization #> 808 Nasal Vowels in West Africa #> 822 Nasal Vowels in West Africa #> 862 Alignment of Verbal Person Marking #> 868 Alignment of Verbal Person Marking #> 1004 Alignment of Verbal Person Marking #> 1055 Alignment of Verbal Person Marking #> 1069 Alignment of Verbal Person Marking #> 1158 Alignment of Verbal Person Marking #> 1253 Expression of Pronominal Subjects #> 1304 Expression of Pronominal Subjects #> 1509 Expression of Pronominal Subjects #> 1586 Expression of Pronominal Subjects #> 1826 Expression of Pronominal Subjects #> 1857 Expression of Pronominal Subjects #> 1902 Expression of Pronominal Subjects #> 1903 Expression of Pronominal Subjects #> 1970 Verbal Person Marking #> 2009 Verbal Person Marking #> 2090 Verbal Person Marking #> 2100 Verbal Person Marking #> 2221 Verbal Person Marking #> 2254 Verbal Person Marking #> 2340 Third Person Zero of Verbal Person Marking #> 2393 Third Person Zero of Verbal Person Marking #> 2434 Third Person Zero of Verbal Person Marking #> 2450 Third Person Zero of Verbal Person Marking #> 2595 Third Person Zero of Verbal Person Marking #> 2617 Third Person Zero of Verbal Person Marking #> 2709 Order of Person Markers on the Verb #> 2726 Order of Person Markers on the Verb #> 2768 Order of Person Markers on the Verb #> 2798 Order of Person Markers on the Verb #> 2968 Order of Person Markers on the Verb #> 3024 Order of Person Markers on the Verb #> 3091 Ditransitive Constructions: The Verb 'Give' #> 3093 Ditransitive Constructions: The Verb 'Give' #> 3182 Ditransitive Constructions: The Verb 'Give' #> 3209 Ditransitive Constructions: The Verb 'Give' #> 3352 Ditransitive Constructions: The Verb 'Give' #> 3404 Ditransitive Constructions: The Verb 'Give' #> 3423 Ditransitive Constructions: The Verb 'Give' #> 3624 Reciprocal Constructions #> 3661 Passive Constructions #> 3847 Passive Constructions #> 3872 Passive Constructions #> 3893 Passive Constructions #> 3910 Passive Constructions #> 3926 Passive Constructions #> 4005 Antipassive Constructions #> 4019 Antipassive Constructions #> 4025 Antipassive Constructions #> 4036 Antipassive Constructions #> 4086 Antipassive Constructions #> 4219 Productivity of the Antipassive Construction #> 4230 Productivity of the Antipassive Construction #> 4235 Productivity of the Antipassive Construction #> 4366 Productivity of the Antipassive Construction #> 4410 Applicative Constructions #> 4441 Applicative Constructions #> 4487 Applicative Constructions #> 4506 Applicative Constructions #> 4521 Applicative Constructions #> 4575 Other Roles of Applied Objects #> 4586 Other Roles of Applied Objects #> 4658 Other Roles of Applied Objects #> 4690 Other Roles of Applied Objects #> 4716 Other Roles of Applied Objects #> 4763 Front Rounded Vowels #> 4819 Front Rounded Vowels #> 4918 Front Rounded Vowels #> 4932 Front Rounded Vowels #> 5042 Front Rounded Vowels #> 5194 Front Rounded Vowels #> 5242 Front Rounded Vowels #> 5319 Periphrastic Causative Constructions #> 5372 Periphrastic Causative Constructions #> 5373 Periphrastic Causative Constructions #> 5415 Periphrastic Causative Constructions #> 5512 Nonperiphrastic Causative Constructions #> 5607 Nonperiphrastic Causative Constructions #> 5609 Nonperiphrastic Causative Constructions #> 5631 Nonperiphrastic Causative Constructions #> 5716 Nonperiphrastic Causative Constructions #> 5729 Nonperiphrastic Causative Constructions #> 5861 Negative Morphemes #> 6129 Negative Morphemes #> 6138 Negative Morphemes #> 6214 Negative Morphemes #> 6328 Negative Morphemes #> 6367 Negative Morphemes #> 6387 Negative Morphemes #> 6550 Negative Morphemes #> 6690 Negative Morphemes #> 6692 Negative Morphemes #> 6696 Negative Morphemes #> 6767 Negative Morphemes #> 6903 Symmetric and Asymmetric Standard Negation #> 7107 Symmetric and Asymmetric Standard Negation #> 7119 Symmetric and Asymmetric Standard Negation #> 7120 Symmetric and Asymmetric Standard Negation #> 7149 Symmetric and Asymmetric Standard Negation #> 7178 Symmetric and Asymmetric Standard Negation #> 7243 Subtypes of Asymmetric Standard Negation #> 7285 Subtypes of Asymmetric Standard Negation #> 7322 Subtypes of Asymmetric Standard Negation #> 7332 Subtypes of Asymmetric Standard Negation #> 7354 Subtypes of Asymmetric Standard Negation #> 7465 Subtypes of Asymmetric Standard Negation #> 7502 Negative Indefinite Pronouns and Predicate Negation #> 7599 Negative Indefinite Pronouns and Predicate Negation #> 7603 Negative Indefinite Pronouns and Predicate Negation #> 7689 Negative Indefinite Pronouns and Predicate Negation #> 7754 Polar Questions #> 7772 Polar Questions #> 7862 Polar Questions #> 7919 Polar Questions #> 7970 Polar Questions #> 7992 Polar Questions #> 8092 Polar Questions #> 8096 Polar Questions #> 8146 Polar Questions #> 8350 Polar Questions #> 8495 Polar Questions #> 8558 Polar Questions #> 8664 Predicative Possession #> 8693 Predicative Possession #> 8732 Predicative Possession #> 8826 Predicative Possession #> 9003 Predicative Adjectives #> 9026 Predicative Adjectives #> 9115 Predicative Adjectives #> 9141 Predicative Adjectives #> 9250 Predicative Adjectives #> 9332 Nominal and Locational Predication #> 9341 Nominal and Locational Predication #> 9420 Nominal and Locational Predication #> 9618 Nominal and Locational Predication #> 9637 Nominal and Locational Predication #> 9771 Syllable Structure #> 9872 Syllable Structure #> 9981 Syllable Structure #> 10022 Syllable Structure #> 10083 Syllable Structure #> 10117 Syllable Structure #> 10158 Zero Copula for Predicate Nominals #> 10247 Zero Copula for Predicate Nominals #> 10355 Zero Copula for Predicate Nominals #> 10425 Zero Copula for Predicate Nominals #> 10441 Zero Copula for Predicate Nominals #> 10566 Comparative Constructions #> 10682 Comparative Constructions #> 10707 Relativization on Subjects #> 10713 Relativization on Subjects #> 10842 Relativization on Subjects #> 10874 Relativization on Obliques #> 10893 Relativization on Obliques #> 10900 Relativization on Obliques #> 10985 'Want' Complement Subjects #> 11018 'Want' Complement Subjects #> 11081 'Want' Complement Subjects #> 11219 'Want' Complement Subjects #> 11352 Purpose Clauses #> 11385 Purpose Clauses #> 11467 'When' Clauses #> 11544 'When' Clauses #> 11687 Reason Clauses #> 11766 Reason Clauses #> 11848 Utterance Complement Clauses #> 11930 Hand and Arm #> 12263 Hand and Arm #> 12599 Tone #> 12702 Tone #> 12838 Tone #> 12844 Tone #> 12883 Tone #> 12982 Tone #> 13032 Tone #> 13494 Finger and Hand #> 13547 Finger and Hand #> 13728 Numeral Bases #> 13732 Numeral Bases #> 13770 Numeral Bases #> 13778 Numeral Bases #> 14433 M-T Pronouns #> 14508 M-T Pronouns #> 14725 M in First Person Singular #> 14804 M in First Person Singular #> 14995 N-M Pronouns #> 15026 N-M Pronouns #> 15121 M in Second Person Singular #> 15188 M in Second Person Singular #> 15437 Tea #> 15519 Tea #> 15545 Tea #> 15763 Fixed Stress Locations #> 15829 Fixed Stress Locations #> 15833 Fixed Stress Locations #> 15881 Fixed Stress Locations #> 16199 Para-Linguistic Usages of Clicks #> 16225 Para-Linguistic Usages of Clicks #> 16259 Para-Linguistic Usages of Clicks #> 16304 Order of Negative Morpheme and Verb #> 16631 Order of Negative Morpheme and Verb #> 16636 Order of Negative Morpheme and Verb #> 16712 Order of Negative Morpheme and Verb #> 16724 Order of Negative Morpheme and Verb #> 16792 Order of Negative Morpheme and Verb #> 16806 Order of Negative Morpheme and Verb #> 16811 Order of Negative Morpheme and Verb #> 17019 Order of Negative Morpheme and Verb #> 17068 Order of Negative Morpheme and Verb #> 17070 Order of Negative Morpheme and Verb #> 17072 Order of Negative Morpheme and Verb #> 17245 Order of Negative Morpheme and Verb #> 17899 Preverbal Negative Morphemes #> 17990 Preverbal Negative Morphemes #> 18111 Preverbal Negative Morphemes #> 18145 Preverbal Negative Morphemes #> 18269 Preverbal Negative Morphemes #> 18288 Preverbal Negative Morphemes #> 18697 Preverbal Negative Morphemes #> 18699 Preverbal Negative Morphemes #> 18790 Preverbal Negative Morphemes #> 18904 Preverbal Negative Morphemes #> 18905 Preverbal Negative Morphemes #> 19056 Preverbal Negative Morphemes #> 19121 Preverbal Negative Morphemes #> 19231 Postverbal Negative Morphemes #> 19258 Postverbal Negative Morphemes #> 19312 Postverbal Negative Morphemes #> 19319 Postverbal Negative Morphemes #> 19677 Postverbal Negative Morphemes #> 19736 Postverbal Negative Morphemes #> 19772 Postverbal Negative Morphemes #> 19923 Postverbal Negative Morphemes #> 20046 Postverbal Negative Morphemes #> 20081 Postverbal Negative Morphemes #> 20316 Postverbal Negative Morphemes #> 20375 Postverbal Negative Morphemes #> 20447 Postverbal Negative Morphemes #> 20487 Minor morphological means of signaling negation #> 20512 Minor morphological means of signaling negation #> 20560 Minor morphological means of signaling negation #> 20577 Minor morphological means of signaling negation #> 20635 Minor morphological means of signaling negation #> 20646 Minor morphological means of signaling negation #> 20821 Minor morphological means of signaling negation #> 21077 Minor morphological means of signaling negation #> 21456 Minor morphological means of signaling negation #> 21479 Minor morphological means of signaling negation #> 21564 Minor morphological means of signaling negation #> 21748 Minor morphological means of signaling negation #> 21756 Minor morphological means of signaling negation #> 21891 Position of Negative Word With Respect to Subject, Object, and Verb #> 22132 Position of Negative Word With Respect to Subject, Object, and Verb #> 22162 Position of Negative Word With Respect to Subject, Object, and Verb #> 22232 Position of Negative Word With Respect to Subject, Object, and Verb #> 22316 Position of Negative Word With Respect to Subject, Object, and Verb #> 22522 Position of Negative Word With Respect to Subject, Object, and Verb #> 22564 Position of Negative Word With Respect to Subject, Object, and Verb #> 22570 Position of Negative Word With Respect to Subject, Object, and Verb #> 22696 Position of Negative Word With Respect to Subject, Object, and Verb #> 22733 Position of Negative Word With Respect to Subject, Object, and Verb #> 22736 Position of Negative Word With Respect to Subject, Object, and Verb #> 22832 Position of Negative Word With Respect to Subject, Object, and Verb #> 22890 Position of Negative Word With Respect to Subject, Object, and Verb #> 23312 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23351 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23363 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23380 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23430 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23528 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23545 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23555 Position of negative words relative to beginning and end of clause and with respect to adjacency to verb #> 23689 The Position of Negative Morphemes in SVO Languages #> 23800 The Position of Negative Morphemes in SVO Languages #> 23860 The Position of Negative Morphemes in SVO Languages #> 23900 The Position of Negative Morphemes in SVO Languages #> 23958 The Position of Negative Morphemes in SVO Languages #> 23969 The Position of Negative Morphemes in SVO Languages #> 24024 The Position of Negative Morphemes in SVO Languages #> 24101 Multiple Negative Constructions in SVO Languages #> 24274 NegSVO Order #> 24293 NegSVO Order #> 24362 NegSVO Order #> 24438 NegSVO Order #> 24540 NegSVO Order #> 24617 NegSVO Order #> 24669 SNegVO Order #> 24746 SNegVO Order #> 24825 SNegVO Order #> 24977 SNegVO Order #> 24994 SNegVO Order #> 25033 SNegVO Order #> 25122 SVNegO Order #> 25231 SVNegO Order #> 25244 SVNegO Order #> 25320 SVNegO Order #> 25342 SVNegO Order #> 25370 SVNegO Order #> 25436 SVNegO Order #> 25553 SVONeg Order #> 25561 SVONeg Order #> 25564 SVONeg Order #> 25676 SVONeg Order #> 25776 SVONeg Order #> 25861 SVONeg Order #> 25871 SVONeg Order #> 25980 The Position of Negative Morphemes in SOV Languages #> 26025 The Position of Negative Morphemes in SOV Languages #> 26055 The Position of Negative Morphemes in SOV Languages #> 26141 The Position of Negative Morphemes in SOV Languages #> 26234 The Position of Negative Morphemes in SOV Languages #> 26327 The Position of Negative Morphemes in SOV Languages #> 26548 Multiple Negative Constructions in SOV Languages #> 26555 Multiple Negative Constructions in SOV Languages #> 26705 NegSOV Order #> 26734 NegSOV Order #> 26814 NegSOV Order #> 26984 NegSOV Order #> 27178 SNegOV Order #> 27291 SNegOV Order #> 27406 SNegOV Order #> 27417 SNegOV Order #> 27482 SONegV Order #> 27535 SONegV Order #> 27656 SONegV Order #> 27702 SONegV Order #> 27894 SOVNeg Order #> 28002 SOVNeg Order #> 28098 SOVNeg Order #> 28275 SOVNeg Order #> 28345 SOVNeg Order #> 28432 The Position of Negative Morphemes in Verb-Initial Languages #> 28554 Verb-Initial with Preverbal Negative #> 28816 Verb-Initial with Negative that is Immediately Postverbal or between Subject and Object #> 28869 Verb-Initial with Clause-Final Negative #> 29032 Weight-Sensitive Stress #> 29254 Weight-Sensitive Stress #> 29375 Weight-Sensitive Stress #> 29391 Weight-Sensitive Stress #> 29529 Weight Factors in Weight-Sensitive Stress Systems #> 29630 Weight Factors in Weight-Sensitive Stress Systems #> 29713 Weight Factors in Weight-Sensitive Stress Systems #> 29783 Weight Factors in Weight-Sensitive Stress Systems #> 30053 Rhythm Types #> 30107 Rhythm Types #> 30253 Rhythm Types #> 30342 Absence of Common Consonants #> 30395 Absence of Common Consonants #> 30416 Absence of Common Consonants #> 30531 Absence of Common Consonants #> 30533 Absence of Common Consonants #> 30754 Absence of Common Consonants #> 30863 Absence of Common Consonants #> 30889 Presence of Uncommon Consonants #> 30900 Presence of Uncommon Consonants #> 30957 Presence of Uncommon Consonants #> 31016 Presence of Uncommon Consonants #> 31171 Presence of Uncommon Consonants #> 31267 Presence of Uncommon Consonants #> 31400 Presence of Uncommon Consonants #> 31535 Vowel Quality Inventories #> 31580 Vowel Quality Inventories #> 31637 Vowel Quality Inventories #> 31641 Vowel Quality Inventories #> 31728 Vowel Quality Inventories #> 31849 Vowel Quality Inventories #> 31910 Vowel Quality Inventories #> 32040 Fusion of Selected Inflectional Formatives #> 32141 Fusion of Selected Inflectional Formatives #> 32149 Fusion of Selected Inflectional Formatives #> 32158 Fusion of Selected Inflectional Formatives #> 32236 Exponence of Selected Inflectional Formatives #> 32249 Exponence of Selected Inflectional Formatives #> 32269 Exponence of Selected Inflectional Formatives #> 32340 Exponence of Selected Inflectional Formatives #> 32376 Exponence of Tense-Aspect-Mood Inflection #> 32380 Exponence of Tense-Aspect-Mood Inflection #> 32410 Exponence of Tense-Aspect-Mood Inflection #> 32493 Exponence of Tense-Aspect-Mood Inflection #> 32549 Inflectional Synthesis of the Verb #> 32611 Inflectional Synthesis of the Verb #> 32620 Inflectional Synthesis of the Verb #> 32708 Locus of Marking in the Clause #> 32710 Locus of Marking in the Clause #> 32803 Locus of Marking in the Clause #> 32885 Locus of Marking in Possessive Noun Phrases #> 32905 Locus of Marking in Possessive Noun Phrases #> 33086 Locus of Marking in Possessive Noun Phrases #> 33124 Locus of Marking: Whole-language Typology #> 33127 Locus of Marking: Whole-language Typology #> 33345 Locus of Marking: Whole-language Typology #> 33385 Zero Marking of A and P Arguments #> 33522 Zero Marking of A and P Arguments #> 33554 Zero Marking of A and P Arguments #> 33636 Prefixing vs. Suffixing in Inflectional Morphology #> 33637 Prefixing vs. Suffixing in Inflectional Morphology #> 33652 Prefixing vs. Suffixing in Inflectional Morphology #> 33671 Prefixing vs. Suffixing in Inflectional Morphology #> 33820 Prefixing vs. Suffixing in Inflectional Morphology #> 34010 Prefixing vs. Suffixing in Inflectional Morphology #> 34103 Prefixing vs. Suffixing in Inflectional Morphology #> 34183 Prefixing vs. Suffixing in Inflectional Morphology #> 34191 Prefixing vs. Suffixing in Inflectional Morphology #> 34292 Prefixing vs. Suffixing in Inflectional Morphology #> 34373 Prefixing vs. Suffixing in Inflectional Morphology #> 34472 Prefixing vs. Suffixing in Inflectional Morphology #> 34726 Reduplication #> 34796 Reduplication #> 34884 Reduplication #> 34947 Case Syncretism #> 34985 Case Syncretism #> 35065 Case Syncretism #> 35085 Case Syncretism #> 35114 Case Syncretism #> 35153 Syncretism in Verbal Person/Number Marking #> 35199 Syncretism in Verbal Person/Number Marking #> 35200 Syncretism in Verbal Person/Number Marking #> 35231 Syncretism in Verbal Person/Number Marking #> 35238 Syncretism in Verbal Person/Number Marking #> 35360 Consonant-Vowel Ratio #> 35519 Consonant-Vowel Ratio #> 35533 Consonant-Vowel Ratio #> 35591 Consonant-Vowel Ratio #> 35786 Consonant-Vowel Ratio #> 35824 Consonant-Vowel Ratio #> 35861 Consonant-Vowel Ratio #> 35931 Number of Genders #> 35943 Number of Genders #> 36012 Number of Genders #> 36073 Number of Genders #> 36086 Number of Genders #> 36111 Number of Genders #> 36147 Sex-based and Non-sex-based Gender Systems #> 36154 Sex-based and Non-sex-based Gender Systems #> 36170 Sex-based and Non-sex-based Gender Systems #> 36317 Sex-based and Non-sex-based Gender Systems #> 36327 Sex-based and Non-sex-based Gender Systems #> 36337 Sex-based and Non-sex-based Gender Systems #> 36406 Systems of Gender Assignment #> 36460 Systems of Gender Assignment #> 36467 Systems of Gender Assignment #> 36557 Systems of Gender Assignment #> 36620 Systems of Gender Assignment #> 36655 Systems of Gender Assignment #> 36685 Coding of Nominal Plurality #> 36845 Coding of Nominal Plurality #> 36938 Coding of Nominal Plurality #> 37188 Coding of Nominal Plurality #> 37242 Coding of Nominal Plurality #> 37263 Coding of Nominal Plurality #> 37292 Coding of Nominal Plurality #> 37300 Coding of Nominal Plurality #> 37353 Coding of Nominal Plurality #> 37538 Coding of Nominal Plurality #> 37653 Coding of Nominal Plurality #> 37654 Coding of Nominal Plurality #> 37793 Occurrence of Nominal Plurality #> 37880 Occurrence of Nominal Plurality #> 37890 Occurrence of Nominal Plurality #> 37949 Occurrence of Nominal Plurality #> 37955 Occurrence of Nominal Plurality #> 38039 Plurality in Independent Personal Pronouns #> 38066 Plurality in Independent Personal Pronouns #> 38067 Plurality in Independent Personal Pronouns #> 38082 Plurality in Independent Personal Pronouns #> 38266 Plurality in Independent Personal Pronouns #> 38273 Plurality in Independent Personal Pronouns #> 38299 The Associative Plural #> 38370 The Associative Plural #> 38452 The Associative Plural #> 38478 The Associative Plural #> 38507 The Associative Plural #> 38574 Definite Articles #> 38714 Definite Articles #> 38743 Definite Articles #> 38775 Definite Articles #> 38852 Definite Articles #> 38888 Definite Articles #> 38903 Definite Articles #> 38992 Definite Articles #> 39100 Definite Articles #> 39118 Definite Articles #> 39253 Indefinite Articles #> 39304 Indefinite Articles #> 39315 Indefinite Articles #> 39365 Indefinite Articles #> 39370 Indefinite Articles #> 39473 Indefinite Articles #> 39532 Indefinite Articles #> 39638 Indefinite Articles #> 39693 Inclusive/Exclusive Distinction in Independent Pronouns #> 39697 Inclusive/Exclusive Distinction in Independent Pronouns #> 39755 Inclusive/Exclusive Distinction in Independent Pronouns #> 39819 Inclusive/Exclusive Distinction in Independent Pronouns #> 39821 Inclusive/Exclusive Distinction in Independent Pronouns #> 40188 Voicing in Plosives and Fricatives #> 40229 Voicing in Plosives and Fricatives #> 40365 Voicing in Plosives and Fricatives #> 40377 Voicing in Plosives and Fricatives #> 40392 Voicing in Plosives and Fricatives #> 40484 Voicing in Plosives and Fricatives #> 40496 Voicing in Plosives and Fricatives #> 40518 Inclusive/Exclusive Distinction in Verbal Inflection #> 40612 Inclusive/Exclusive Distinction in Verbal Inflection #> 40629 Inclusive/Exclusive Distinction in Verbal Inflection #> 40634 Inclusive/Exclusive Distinction in Verbal Inflection #> 40682 Inclusive/Exclusive Distinction in Verbal Inflection #> 40801 Distance Contrasts in Demonstratives #> 40885 Distance Contrasts in Demonstratives #> 40887 Distance Contrasts in Demonstratives #> 40981 Pronominal and Adnominal Demonstratives #> 41102 Pronominal and Adnominal Demonstratives #> 41112 Pronominal and Adnominal Demonstratives #> 41189 Third Person Pronouns and Demonstratives #> 41216 Third Person Pronouns and Demonstratives #> 41248 Third Person Pronouns and Demonstratives #> 41331 Third Person Pronouns and Demonstratives #> 41387 Gender Distinctions in Independent Personal Pronouns #> 41391 Gender Distinctions in Independent Personal Pronouns #> 41580 Gender Distinctions in Independent Personal Pronouns #> 41635 Gender Distinctions in Independent Personal Pronouns #> 41707 Gender Distinctions in Independent Personal Pronouns #> 41740 Gender Distinctions in Independent Personal Pronouns #> 41818 Politeness Distinctions in Pronouns #> 41872 Politeness Distinctions in Pronouns #> 41902 Politeness Distinctions in Pronouns #> 42089 Indefinite Pronouns #> 42115 Indefinite Pronouns #> 42148 Indefinite Pronouns #> 42223 Indefinite Pronouns #> 42303 Intensifiers and Reflexive Pronouns #> 42320 Intensifiers and Reflexive Pronouns #> 42421 Intensifiers and Reflexive Pronouns #> 42565 Person Marking on Adpositions #> 42591 Person Marking on Adpositions #> 42622 Person Marking on Adpositions #> 42638 Person Marking on Adpositions #> 42760 Person Marking on Adpositions #> 42813 Person Marking on Adpositions #> 42830 Number of Cases #> 42913 Number of Cases #> 42963 Number of Cases #> 42966 Number of Cases #> 43048 Number of Cases #> 43420 Voicing and Gaps in Plosive Systems #> 43444 Voicing and Gaps in Plosive Systems #> 43445 Voicing and Gaps in Plosive Systems #> 43471 Voicing and Gaps in Plosive Systems #> 43558 Voicing and Gaps in Plosive Systems #> 43578 Voicing and Gaps in Plosive Systems #> 43628 Voicing and Gaps in Plosive Systems #> 43719 Asymmetrical Case-Marking #> 43725 Asymmetrical Case-Marking #> 43755 Asymmetrical Case-Marking #> 43779 Asymmetrical Case-Marking #> 43890 Asymmetrical Case-Marking #> 44015 Position of Case Affixes #> 44133 Position of Case Affixes #> 44349 Position of Case Affixes #> 44358 Position of Case Affixes #> 44572 Position of Case Affixes #> 44620 Position of Case Affixes #> 44691 Position of Case Affixes #> 44710 Position of Case Affixes #> 44780 Position of Case Affixes #> 44838 Position of Case Affixes #> 44933 Position of Case Affixes #> 44953 Comitatives and Instrumentals #> 45075 Comitatives and Instrumentals #> 45087 Comitatives and Instrumentals #> 45112 Comitatives and Instrumentals #> 45155 Comitatives and Instrumentals #> 45255 Comitatives and Instrumentals #> 45307 Ordinal Numerals #> 45384 Ordinal Numerals #> 45525 Ordinal Numerals #> 45720 Distributive Numerals #> 45793 Distributive Numerals #> 45931 Numeral Classifiers #> 45938 Numeral Classifiers #> 46219 Numeral Classifiers #> 46235 Numeral Classifiers #> 46247 Conjunctions and Universal Quantifiers #> 46252 Conjunctions and Universal Quantifiers #> 46520 Position of Pronominal Possessive Affixes #> 46791 Position of Pronominal Possessive Affixes #> 46804 Position of Pronominal Possessive Affixes #> 46918 Position of Pronominal Possessive Affixes #> 47001 Position of Pronominal Possessive Affixes #> 47026 Position of Pronominal Possessive Affixes #> 47138 Position of Pronominal Possessive Affixes #> 47163 Position of Pronominal Possessive Affixes #> 47406 Obligatory Possessive Inflection #> 47486 Obligatory Possessive Inflection #> 47531 Number of Possessive Nouns #> 47696 Number of Possessive Nouns #> 47836 Possessive Classification #> 47914 Possessive Classification #> 48122 Uvular Consonants #> 48172 Uvular Consonants #> 48328 Uvular Consonants #> 48351 Uvular Consonants #> 48366 Uvular Consonants #> 48473 Uvular Consonants #> 48519 Uvular Consonants #> 48556 Genitives, Adjectives and Relative Clauses #> 48637 Genitives, Adjectives and Relative Clauses #> 48800 Adjectives without Nouns #> 48811 Adjectives without Nouns #> 48831 Action Nominal Constructions #> 48835 Action Nominal Constructions #> 48844 Action Nominal Constructions #> 48891 Action Nominal Constructions #> 48989 Noun Phrase Conjunction #> 49108 Noun Phrase Conjunction #> 49224 Nominal and Verbal Conjunction #> 49231 Nominal and Verbal Conjunction #> 49279 Nominal and Verbal Conjunction #> 49326 Nominal and Verbal Conjunction #> 49458 Nominal and Verbal Conjunction #> 49491 Nominal and Verbal Conjunction #> 49565 Perfective/Imperfective Aspect #> 49672 Perfective/Imperfective Aspect #> 49673 Perfective/Imperfective Aspect #> 49681 Perfective/Imperfective Aspect #> 49727 Perfective/Imperfective Aspect #> 49729 Perfective/Imperfective Aspect #> 49764 The Past Tense #> 49885 The Past Tense #> 49887 The Past Tense #> 49888 The Past Tense #> 49899 The Past Tense #> 49937 The Past Tense #> 49995 The Future Tense #> 50034 The Future Tense #> 50071 The Future Tense #> 50093 The Future Tense #> 50145 The Future Tense #> 50157 The Future Tense #> 50195 The Perfect #> 50218 The Perfect #> 50246 The Perfect #> 50257 The Perfect #> 50341 The Perfect #> 50376 The Perfect #> 50469 Position of Tense-Aspect Affixes #> 50685 Position of Tense-Aspect Affixes #> 50942 Position of Tense-Aspect Affixes #> 50976 Position of Tense-Aspect Affixes #> 51225 Position of Tense-Aspect Affixes #> 51261 Position of Tense-Aspect Affixes #> 51321 Position of Tense-Aspect Affixes #> 51357 Position of Tense-Aspect Affixes #> 51387 Position of Tense-Aspect Affixes #> 51459 Position of Tense-Aspect Affixes #> 51507 Position of Tense-Aspect Affixes #> 51605 Glottalized Consonants #> 51677 Glottalized Consonants #> 51694 Glottalized Consonants #> 51886 Glottalized Consonants #> 51933 Glottalized Consonants #> 51977 Glottalized Consonants #> 52034 Glottalized Consonants #> 52215 The Morphological Imperative #> 52237 The Morphological Imperative #> 52308 The Morphological Imperative #> 52344 The Morphological Imperative #> 52356 The Morphological Imperative #> 52436 The Morphological Imperative #> 52740 The Prohibitive #> 52811 The Prohibitive #> 52884 The Prohibitive #> 53043 The Prohibitive #> 53082 The Prohibitive #> 53083 The Prohibitive #> 53160 Imperative-Hortative Systems #> 53400 Imperative-Hortative Systems #> 53412 Imperative-Hortative Systems #> 53416 Imperative-Hortative Systems #> 53424 Imperative-Hortative Systems #> 53487 Imperative-Hortative Systems #> 53539 The Optative #> 53735 The Optative #> 53739 The Optative #> 53804 The Optative #> 53813 The Optative #> 53854 Situational Possibility #> 53863 Situational Possibility #> 53925 Situational Possibility #> 53974 Situational Possibility #> 54023 Situational Possibility #> 54099 Epistemic Possibility #> 54135 Epistemic Possibility #> 54167 Epistemic Possibility #> 54282 Epistemic Possibility #> 54306 Epistemic Possibility #> 54335 Overlap between Situational and Epistemic Modal Marking #> 54401 Overlap between Situational and Epistemic Modal Marking #> 54411 Overlap between Situational and Epistemic Modal Marking #> 54470 Overlap between Situational and Epistemic Modal Marking #> 54497 Overlap between Situational and Epistemic Modal Marking #> 54539 Semantic Distinctions of Evidentiality #> 54562 Semantic Distinctions of Evidentiality #> 54682 Semantic Distinctions of Evidentiality #> 54750 Semantic Distinctions of Evidentiality #> 54800 Semantic Distinctions of Evidentiality #> 54899 Semantic Distinctions of Evidentiality #> 54904 Semantic Distinctions of Evidentiality #> 54974 Coding of Evidentiality #> 55005 Coding of Evidentiality #> 55108 Coding of Evidentiality #> 55200 Coding of Evidentiality #> 55249 Coding of Evidentiality #> 55262 Coding of Evidentiality #> 55291 Coding of Evidentiality #> 55370 Suppletion According to Tense and Aspect #> 55463 Suppletion According to Tense and Aspect #> 55499 Suppletion According to Tense and Aspect #> 55500 Suppletion According to Tense and Aspect #> 55652 Suppletion in Imperatives and Hortatives #> 55713 Suppletion in Imperatives and Hortatives #> 55727 Suppletion in Imperatives and Hortatives #> 55740 Suppletion in Imperatives and Hortatives #> 55889 Lateral Consonants #> 55900 Lateral Consonants #> 55972 Lateral Consonants #> 56023 Lateral Consonants #> 56032 Lateral Consonants #> 56086 Lateral Consonants #> 56285 Lateral Consonants #> 56330 Verbal Number and Suppletion #> 56334 Verbal Number and Suppletion #> 56357 Verbal Number and Suppletion #> 56415 Verbal Number and Suppletion #> 56673 Order of Subject, Object and Verb #> 56761 Order of Subject, Object and Verb #> 56785 Order of Subject, Object and Verb #> 56870 Order of Subject, Object and Verb #> 57041 Order of Subject, Object and Verb #> 57112 Order of Subject, Object and Verb #> 57149 Order of Subject, Object and Verb #> 57313 Order of Subject, Object and Verb #> 57371 Order of Subject, Object and Verb #> 57515 Order of Subject, Object and Verb #> 57536 Order of Subject, Object and Verb #> 57849 Order of Subject, Object and Verb #> 57940 Languages with two Dominant Orders of Subject, Object, and Verb #> 58062 Order of Subject and Verb #> 58137 Order of Subject and Verb #> 58172 Order of Subject and Verb #> 58252 Order of Subject and Verb #> 58299 Order of Subject and Verb #> 58418 Order of Subject and Verb #> 58554 Order of Subject and Verb #> 58710 Order of Subject and Verb #> 58782 Order of Subject and Verb #> 58798 Order of Subject and Verb #> 58800 Order of Subject and Verb #> 59090 Order of Subject and Verb #> 59373 Order of Subject and Verb #> 59415 Order of Subject and Verb #> 59449 Order of Object and Verb #> 59557 Order of Object and Verb #> 59787 Order of Object and Verb #> 59804 Order of Object and Verb #> 59830 Order of Object and Verb #> 60032 Order of Object and Verb #> 60078 Order of Object and Verb #> 60154 Order of Object and Verb #> 60321 Order of Object and Verb #> 60336 Order of Object and Verb #> 60581 Order of Object and Verb #> 60614 Order of Object and Verb #> 60761 Order of Object and Verb #> 60793 Order of Object and Verb #> 60815 Order of Object and Verb #> 60983 Order of Object, Oblique, and Verb #> 61207 Order of Object, Oblique, and Verb #> 61459 Order of Object, Oblique, and Verb #> 61625 Order of Adposition and Noun Phrase #> 61681 Order of Adposition and Noun Phrase #> 61689 Order of Adposition and Noun Phrase #> 61871 Order of Adposition and Noun Phrase #> 61878 Order of Adposition and Noun Phrase #> 61973 Order of Adposition and Noun Phrase #> 62028 Order of Adposition and Noun Phrase #> 62156 Order of Adposition and Noun Phrase #> 62322 Order of Adposition and Noun Phrase #> 62330 Order of Adposition and Noun Phrase #> 62367 Order of Adposition and Noun Phrase #> 62396 Order of Adposition and Noun Phrase #> 62464 Order of Adposition and Noun Phrase #> 62508 Order of Adposition and Noun Phrase #> 62797 Order of Genitive and Noun #> 62882 Order of Genitive and Noun #> 63044 Order of Genitive and Noun #> 63121 Order of Genitive and Noun #> 63186 Order of Genitive and Noun #> 63280 Order of Genitive and Noun #> 63304 Order of Genitive and Noun #> 63410 Order of Genitive and Noun #> 63458 Order of Genitive and Noun #> 63518 Order of Genitive and Noun #> 63522 Order of Genitive and Noun #> 63531 Order of Genitive and Noun #> 63599 Order of Genitive and Noun #> 63826 Order of Genitive and Noun #> 64161 Order of Adjective and Noun #> 64169 Order of Adjective and Noun #> 64205 Order of Adjective and Noun #> 64517 Order of Adjective and Noun #> 64519 Order of Adjective and Noun #> 64568 Order of Adjective and Noun #> 64638 Order of Adjective and Noun #> 64659 Order of Adjective and Noun #> 64850 Order of Adjective and Noun #> 64875 Order of Adjective and Noun #> 65027 Order of Adjective and Noun #> 65093 Order of Adjective and Noun #> 65167 Order of Adjective and Noun #> 65184 Order of Adjective and Noun #> 65216 Order of Adjective and Noun #> 65345 Order of Demonstrative and Noun #> 65580 Order of Demonstrative and Noun #> 65647 Order of Demonstrative and Noun #> 65808 Order of Demonstrative and Noun #> 65915 Order of Demonstrative and Noun #> 65940 Order of Demonstrative and Noun #> 66182 Order of Demonstrative and Noun #> 66257 Order of Demonstrative and Noun #> 66317 Order of Demonstrative and Noun #> 66375 Order of Demonstrative and Noun #> 66399 Order of Demonstrative and Noun #> 66710 Order of Numeral and Noun #> 66812 Order of Numeral and Noun #> 67015 Order of Numeral and Noun #> 67089 Order of Numeral and Noun #> 67097 Order of Numeral and Noun #> 67261 Order of Numeral and Noun #> 67307 Order of Numeral and Noun #> 67337 Order of Numeral and Noun #> 67414 Order of Numeral and Noun #> 67425 Order of Numeral and Noun #> 67545 Order of Numeral and Noun #> 67558 Order of Numeral and Noun #> 67677 The Velar Nasal #> 67681 The Velar Nasal #> 67739 The Velar Nasal #> 67782 The Velar Nasal #> 68001 The Velar Nasal #> 68027 The Velar Nasal #> 68168 Order of Relative Clause and Noun #> 68195 Order of Relative Clause and Noun #> 68314 Order of Relative Clause and Noun #> 68370 Order of Relative Clause and Noun #> 68823 Order of Relative Clause and Noun #> 68843 Order of Relative Clause and Noun #> 68876 Order of Relative Clause and Noun #> 68880 Order of Relative Clause and Noun #> 69026 Prenominal relative clauses #> 69079 Prenominal relative clauses #> 69103 Prenominal relative clauses #> 69272 Postnominal relative clauses #> 69340 Postnominal relative clauses #> 69578 Postnominal relative clauses #> 69689 Postnominal relative clauses #> 69718 Postnominal relative clauses #> 69740 Internally-headed relative clauses #> 69773 Internally-headed relative clauses #> 69862 Order of Degree Word and Adjective #> 70091 Order of Degree Word and Adjective #> 70106 Order of Degree Word and Adjective #> 70140 Order of Degree Word and Adjective #> 70237 Order of Degree Word and Adjective #> 70431 Position of Polar Question Particles #> 70474 Position of Polar Question Particles #> 70489 Position of Polar Question Particles #> 70597 Position of Polar Question Particles #> 70609 Position of Polar Question Particles #> 70646 Position of Polar Question Particles #> 70710 Position of Polar Question Particles #> 70736 Position of Polar Question Particles #> 70845 Position of Polar Question Particles #> 70858 Position of Polar Question Particles #> 70862 Position of Polar Question Particles #> 70899 Position of Polar Question Particles #> 71416 Position of Interrogative Phrases in Content Questions #> 71473 Position of Interrogative Phrases in Content Questions #> 71496 Position of Interrogative Phrases in Content Questions #> 71499 Position of Interrogative Phrases in Content Questions #> 71667 Position of Interrogative Phrases in Content Questions #> 71692 Position of Interrogative Phrases in Content Questions #> 71849 Position of Interrogative Phrases in Content Questions #> 71883 Position of Interrogative Phrases in Content Questions #> 71914 Position of Interrogative Phrases in Content Questions #> 72038 Position of Interrogative Phrases in Content Questions #> 72059 Position of Interrogative Phrases in Content Questions #> 72213 Order of Adverbial Subordinator and Clause #> 72234 Order of Adverbial Subordinator and Clause #> 72237 Order of Adverbial Subordinator and Clause #> 72486 Order of Adverbial Subordinator and Clause #> 72576 Order of Adverbial Subordinator and Clause #> 72590 Order of Adverbial Subordinator and Clause #> 72600 Order of Adverbial Subordinator and Clause #> 72714 Order of Adverbial Subordinator and Clause #> 72731 Order of Adverbial Subordinator and Clause #> 72821 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 72947 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 72960 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73047 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73089 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73159 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73183 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73295 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73316 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73322 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73427 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73482 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73574 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73714 Relationship between the Order of Object and Verb and the Order of Adposition and Noun Phrase #> 73960 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74198 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74266 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74281 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74479 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74582 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74617 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74755 Relationship between the Order of Object and Verb and the Order of Relative Clause and Noun #> 74924 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75013 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75153 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75165 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75321 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75414 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75449 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75497 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75526 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75572 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75595 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75677 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75919 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 75957 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 76080 Relationship between the Order of Object and Verb and the Order of Adjective and Noun #> 76122 Alignment of Case Marking of Full Noun Phrases #> 76195 Alignment of Case Marking of Full Noun Phrases #> 76229 Alignment of Case Marking of Full Noun Phrases #> 76271 Alignment of Case Marking of Full Noun Phrases #> 76273 Alignment of Case Marking of Full Noun Phrases #> 76316 Alignment of Case Marking of Pronouns #> 76338 Alignment of Case Marking of Pronouns #> 76371 Alignment of Case Marking of Pronouns #> 76380 Alignment of Case Marking of Pronouns #> 76452 Alignment of Case Marking of Pronouns #> value_ID #> 151 2 #> 198 2 #> 419 4 #> 476 4 #> 483 4 #> 500 4 #> 551 5 #> 619 1 #> 635 2 #> 654 2 #> 709 2 #> 713 2 #> 722 2 #> 790 2 #> 808 1 #> 822 1 #> 862 1 #> 868 1 #> 1004 2 #> 1055 2 #> 1069 2 #> 1158 3 #> 1253 1 #> 1304 1 #> 1509 2 #> 1586 2 #> 1826 4 #> 1857 5 #> 1902 5 #> 1903 5 #> 1970 1 #> 2009 1 #> 2090 2 #> 2100 3 #> 2221 5 #> 2254 5 #> 2340 1 #> 2393 1 #> 2434 2 #> 2450 2 #> 2595 3 #> 2617 4 #> 2709 1 #> 2726 1 #> 2768 1 #> 2798 1 #> 2968 2 #> 3024 3 #> 3091 1 #> 3093 1 #> 3182 1 #> 3209 1 #> 3352 3 #> 3404 3 #> 3423 4 #> 3624 4 #> 3661 1 #> 3847 2 #> 3872 2 #> 3893 2 #> 3910 2 #> 3926 2 #> 4005 1 #> 4019 1 #> 4025 2 #> 4036 2 #> 4086 3 #> 4219 1 #> 4230 2 #> 4235 3 #> 4366 4 #> 4410 3 #> 4441 3 #> 4487 8 #> 4506 8 #> 4521 8 #> 4575 1 #> 4586 2 #> 4658 5 #> 4690 5 #> 4716 5 #> 4763 1 #> 4819 1 #> 4918 1 #> 4932 1 #> 5042 1 #> 5194 1 #> 5242 1 #> 5319 1 #> 5372 2 #> 5373 2 #> 5415 3 #> 5512 2 #> 5607 2 #> 5609 2 #> 5631 2 #> 5716 4 #> 5729 4 #> 5861 1 #> 6129 1 #> 6138 2 #> 6214 2 #> 6328 2 #> 6367 2 #> 6387 2 #> 6550 2 #> 6690 4 #> 6692 4 #> 6696 4 #> 6767 5 #> 6903 1 #> 7107 3 #> 7119 3 #> 7120 3 #> 7149 3 #> 7178 3 #> 7243 2 #> 7285 3 #> 7322 3 #> 7332 3 #> 7354 5 #> 7465 7 #> 7502 1 #> 7599 1 #> 7603 1 #> 7689 4 #> 7754 1 #> 7772 1 #> 7862 1 #> 7919 1 #> 7970 1 #> 7992 1 #> 8092 1 #> 8096 1 #> 8146 1 #> 8350 2 #> 8495 6 #> 8558 6 #> 8664 1 #> 8693 1 #> 8732 3 #> 8826 4 #> 9003 1 #> 9026 1 #> 9115 2 #> 9141 2 #> 9250 3 #> 9332 1 #> 9341 1 #> 9420 1 #> 9618 2 #> 9637 2 #> 9771 2 #> 9872 2 #> 9981 2 #> 10022 3 #> 10083 3 #> 10117 3 #> 10158 1 #> 10247 1 #> 10355 1 #> 10425 2 #> 10441 2 #> 10566 1 #> 10682 4 #> 10707 1 #> 10713 2 #> 10842 4 #> 10874 1 #> 10893 2 #> 10900 3 #> 10985 1 #> 11018 1 #> 11081 1 #> 11219 4 #> 11352 3 #> 11385 3 #> 11467 1 #> 11544 2 #> 11687 1 #> 11766 3 #> 11848 1 #> 11930 1 #> 12263 2 #> 12599 1 #> 12702 1 #> 12838 1 #> 12844 2 #> 12883 2 #> 12982 3 #> 13032 3 #> 13494 2 #> 13547 2 #> 13728 1 #> 13732 1 #> 13770 1 #> 13778 1 #> 14433 1 #> 14508 1 #> 14725 1 #> 14804 1 #> 14995 1 #> 15026 1 #> 15121 1 #> 15188 1 #> 15437 2 #> 15519 3 #> 15545 3 #> 15763 1 #> 15829 2 #> 15833 2 #> 15881 2 #> 16199 2 #> 16225 2 #> 16259 3 #> 16304 1 #> 16631 1 #> 16636 1 #> 16712 1 #> 16724 1 #> 16792 1 #> 16806 10 #> 16811 11 #> 17019 2 #> 17068 2 #> 17070 2 #> 17072 2 #> 17245 3 #> 17899 1 #> 17990 1 #> 18111 1 #> 18145 1 #> 18269 1 #> 18288 1 #> 18697 2 #> 18699 2 #> 18790 4 #> 18904 4 #> 18905 4 #> 19056 4 #> 19121 4 #> 19231 1 #> 19258 1 #> 19312 1 #> 19319 1 #> 19677 2 #> 19736 3 #> 19772 4 #> 19923 4 #> 20046 4 #> 20081 4 #> 20316 4 #> 20375 4 #> 20447 4 #> 20487 4 #> 20512 4 #> 20560 4 #> 20577 4 #> 20635 4 #> 20646 4 #> 20821 4 #> 21077 4 #> 21456 4 #> 21479 4 #> 21564 4 #> 21748 4 #> 21756 4 #> 21891 16 #> 22132 2 #> 22162 2 #> 22232 20 #> 22316 20 #> 22522 21 #> 22564 21 #> 22570 21 #> 22696 4 #> 22733 4 #> 22736 4 #> 22832 7 #> 22890 8 #> 23312 3 #> 23351 3 #> 23363 3 #> 23380 4 #> 23430 4 #> 23528 6 #> 23545 6 #> 23555 6 #> 23689 13 #> 23800 2 #> 23860 2 #> 23900 4 #> 23958 4 #> 23969 4 #> 24024 5 #> 24101 27 #> 24274 4 #> 24293 4 #> 24362 4 #> 24438 4 #> 24540 4 #> 24617 4 #> 24669 1 #> 24746 1 #> 24825 2 #> 24977 8 #> 24994 8 #> 25033 8 #> 25122 7 #> 25231 7 #> 25244 7 #> 25320 7 #> 25342 7 #> 25370 7 #> 25436 7 #> 25553 1 #> 25561 1 #> 25564 1 #> 25676 4 #> 25776 4 #> 25861 4 #> 25871 4 #> 25980 14 #> 26025 15 #> 26055 15 #> 26141 18 #> 26234 3 #> 26327 4 #> 26548 5 #> 26555 6 #> 26705 4 #> 26734 4 #> 26814 4 #> 26984 4 #> 27178 4 #> 27291 4 #> 27406 4 #> 27417 4 #> 27482 1 #> 27535 2 #> 27656 8 #> 27702 8 #> 27894 1 #> 28002 11 #> 28098 11 #> 28275 2 #> 28345 7 #> 28432 20 #> 28554 1 #> 28816 6 #> 28869 4 #> 29032 2 #> 29254 8 #> 29375 8 #> 29391 8 #> 29529 1 #> 29630 1 #> 29713 1 #> 29783 2 #> 30053 1 #> 30107 1 #> 30253 5 #> 30342 1 #> 30395 1 #> 30416 1 #> 30531 1 #> 30533 1 #> 30754 1 #> 30863 3 #> 30889 1 #> 30900 1 #> 30957 1 #> 31016 1 #> 31171 1 #> 31267 1 #> 31400 4 #> 31535 1 #> 31580 2 #> 31637 2 #> 31641 2 #> 31728 2 #> 31849 3 #> 31910 3 #> 32040 1 #> 32141 2 #> 32149 2 #> 32158 3 #> 32236 1 #> 32249 1 #> 32269 5 #> 32340 5 #> 32376 1 #> 32380 1 #> 32410 1 #> 32493 4 #> 32549 3 #> 32611 4 #> 32620 5 #> 32708 1 #> 32710 1 #> 32803 3 #> 32885 1 #> 32905 1 #> 33086 4 #> 33124 1 #> 33127 1 #> 33345 5 #> 33385 2 #> 33522 2 #> 33554 2 #> 33636 1 #> 33637 1 #> 33652 1 #> 33671 1 #> 33820 2 #> 34010 2 #> 34103 2 #> 34183 3 #> 34191 3 #> 34292 4 #> 34373 4 #> 34472 5 #> 34726 1 #> 34796 1 #> 34884 3 #> 34947 1 #> 34985 1 #> 35065 2 #> 35085 3 #> 35114 4 #> 35153 1 #> 35199 2 #> 35200 2 #> 35231 2 #> 35238 2 #> 35360 1 #> 35519 3 #> 35533 3 #> 35591 3 #> 35786 4 #> 35824 5 #> 35861 5 #> 35931 1 #> 35943 1 #> 36012 1 #> 36073 2 #> 36086 3 #> 36111 4 #> 36147 1 #> 36154 1 #> 36170 1 #> 36317 2 #> 36327 2 #> 36337 2 #> 36406 1 #> 36460 1 #> 36467 1 #> 36557 2 #> 36620 3 #> 36655 3 #> 36685 1 #> 36845 2 #> 36938 2 #> 37188 2 #> 37242 2 #> 37263 2 #> 37292 2 #> 37300 3 #> 37353 6 #> 37538 7 #> 37653 9 #> 37654 9 #> 37793 3 #> 37880 5 #> 37890 6 #> 37949 6 #> 37955 6 #> 38039 3 #> 38066 4 #> 38067 4 #> 38082 4 #> 38266 8 #> 38273 8 #> 38299 1 #> 38370 1 #> 38452 3 #> 38478 4 #> 38507 4 #> 38574 1 #> 38714 1 #> 38743 2 #> 38775 2 #> 38852 3 #> 38888 3 #> 38903 4 #> 38992 5 #> 39100 5 #> 39118 5 #> 39253 2 #> 39304 2 #> 39315 2 #> 39365 3 #> 39370 3 #> 39473 5 #> 39532 5 #> 39638 5 #> 39693 3 #> 39697 3 #> 39755 3 #> 39819 5 #> 39821 5 #> 40188 2 #> 40229 2 #> 40365 4 #> 40377 4 #> 40392 4 #> 40484 4 #> 40496 4 #> 40518 1 #> 40612 3 #> 40629 3 #> 40634 3 #> 40682 5 #> 40801 2 #> 40885 3 #> 40887 3 #> 40981 1 #> 41102 2 #> 41112 2 #> 41189 1 #> 41216 1 #> 41248 2 #> 41331 5 #> 41387 2 #> 41391 2 #> 41580 6 #> 41635 6 #> 41707 6 #> 41740 6 #> 41818 1 #> 41872 1 #> 41902 2 #> 42089 1 #> 42115 1 #> 42148 2 #> 42223 2 #> 42303 1 #> 42320 1 #> 42421 2 #> 42565 2 #> 42591 2 #> 42622 2 #> 42638 2 #> 42760 3 #> 42813 4 #> 42830 1 #> 42913 1 #> 42963 5 #> 42966 5 #> 43048 8 #> 43420 2 #> 43444 2 #> 43445 2 #> 43471 2 #> 43558 2 #> 43578 2 #> 43628 4 #> 43719 1 #> 43725 1 #> 43755 2 #> 43779 2 #> 43890 6 #> 44015 1 #> 44133 1 #> 44349 1 #> 44358 1 #> 44572 9 #> 44620 9 #> 44691 9 #> 44710 9 #> 44780 9 #> 44838 9 #> 44933 9 #> 44953 1 #> 45075 2 #> 45087 2 #> 45112 2 #> 45155 2 #> 45255 3 #> 45307 3 #> 45384 5 #> 45525 7 #> 45720 2 #> 45793 5 #> 45931 1 #> 45938 1 #> 46219 3 #> 46235 3 #> 46247 1 #> 46252 1 #> 46520 1 #> 46791 2 #> 46804 2 #> 46918 2 #> 47001 4 #> 47026 4 #> 47138 4 #> 47163 4 #> 47406 2 #> 47486 2 #> 47531 1 #> 47696 1 #> 47836 1 #> 47914 2 #> 48122 1 #> 48172 1 #> 48328 1 #> 48351 1 #> 48366 1 #> 48473 2 #> 48519 4 #> 48556 1 #> 48637 6 #> 48800 5 #> 48811 7 #> 48831 1 #> 48835 1 #> 48844 2 #> 48891 4 #> 48989 1 #> 49108 1 #> 49224 1 #> 49231 1 #> 49279 1 #> 49326 1 #> 49458 2 #> 49491 2 #> 49565 1 #> 49672 2 #> 49673 2 #> 49681 2 #> 49727 2 #> 49729 2 #> 49764 1 #> 49885 4 #> 49887 4 #> 49888 4 #> 49899 4 #> 49937 4 #> 49995 1 #> 50034 1 #> 50071 2 #> 50093 2 #> 50145 2 #> 50157 2 #> 50195 2 #> 50218 3 #> 50246 3 #> 50257 3 #> 50341 4 #> 50376 4 #> 50469 1 #> 50685 2 #> 50942 2 #> 50976 2 #> 51225 3 #> 51261 4 #> 51321 4 #> 51357 4 #> 51387 5 #> 51459 5 #> 51507 5 #> 51605 1 #> 51677 1 #> 51694 1 #> 51886 1 #> 51933 1 #> 51977 2 #> 52034 3 #> 52215 1 #> 52237 1 #> 52308 1 #> 52344 1 #> 52356 1 #> 52436 3 #> 52740 1 #> 52811 2 #> 52884 2 #> 53043 4 #> 53082 4 #> 53083 4 #> 53160 1 #> 53400 4 #> 53412 4 #> 53416 4 #> 53424 4 #> 53487 4 #> 53539 1 #> 53735 2 #> 53739 2 #> 53804 2 #> 53813 2 #> 53854 1 #> 53863 1 #> 53925 2 #> 53974 2 #> 54023 2 #> 54099 1 #> 54135 1 #> 54167 2 #> 54282 3 #> 54306 3 #> 54335 1 #> 54401 2 #> 54411 2 #> 54470 3 #> 54497 3 #> 54539 1 #> 54562 1 #> 54682 1 #> 54750 2 #> 54800 2 #> 54899 3 #> 54904 3 #> 54974 1 #> 55005 1 #> 55108 1 #> 55200 2 #> 55249 3 #> 55262 3 #> 55291 4 #> 55370 1 #> 55463 4 #> 55499 4 #> 55500 4 #> 55652 5 #> 55713 5 #> 55727 5 #> 55740 5 #> 55889 2 #> 55900 2 #> 55972 2 #> 56023 2 #> 56032 2 #> 56086 2 #> 56285 4 #> 56330 1 #> 56334 1 #> 56357 1 #> 56415 1 #> 56673 1 #> 56761 1 #> 56785 1 #> 56870 1 #> 57041 1 #> 57112 2 #> 57149 2 #> 57313 2 #> 57371 2 #> 57515 2 #> 57536 2 #> 57849 7 #> 57940 4 #> 58062 1 #> 58137 1 #> 58172 1 #> 58252 1 #> 58299 1 #> 58418 1 #> 58554 1 #> 58710 1 #> 58782 1 #> 58798 1 #> 58800 1 #> 59090 1 #> 59373 3 #> 59415 3 #> 59449 1 #> 59557 1 #> 59787 1 #> 59804 1 #> 59830 1 #> 60032 1 #> 60078 1 #> 60154 1 #> 60321 2 #> 60336 2 #> 60581 2 #> 60614 2 #> 60761 2 #> 60793 2 #> 60815 2 #> 60983 1 #> 61207 3 #> 61459 6 #> 61625 1 #> 61681 1 #> 61689 1 #> 61871 1 #> 61878 1 #> 61973 1 #> 62028 1 #> 62156 2 #> 62322 2 #> 62330 2 #> 62367 2 #> 62396 2 #> 62464 2 #> 62508 2 #> 62797 1 #> 62882 1 #> 63044 1 #> 63121 1 #> 63186 1 #> 63280 1 #> 63304 1 #> 63410 2 #> 63458 2 #> 63518 2 #> 63522 2 #> 63531 2 #> 63599 2 #> 63826 3 #> 64161 1 #> 64169 1 #> 64205 1 #> 64517 2 #> 64519 2 #> 64568 2 #> 64638 2 #> 64659 2 #> 64850 2 #> 64875 2 #> 65027 2 #> 65093 2 #> 65167 3 #> 65184 3 #> 65216 3 #> 65345 1 #> 65580 1 #> 65647 1 #> 65808 2 #> 65915 2 #> 65940 2 #> 66182 2 #> 66257 2 #> 66317 2 #> 66375 4 #> 66399 5 #> 66710 1 #> 66812 1 #> 67015 2 #> 67089 2 #> 67097 2 #> 67261 2 #> 67307 2 #> 67337 2 #> 67414 2 #> 67425 2 #> 67545 2 #> 67558 2 #> 67677 1 #> 67681 1 #> 67739 1 #> 67782 1 #> 68001 3 #> 68027 3 #> 68168 1 #> 68195 1 #> 68314 1 #> 68370 1 #> 68823 2 #> 68843 3 #> 68876 7 #> 68880 7 #> 69026 1 #> 69079 2 #> 69103 3 #> 69272 1 #> 69340 1 #> 69578 1 #> 69689 1 #> 69718 2 #> 69740 1 #> 69773 2 #> 69862 1 #> 70091 2 #> 70106 2 #> 70140 2 #> 70237 2 #> 70431 1 #> 70474 2 #> 70489 2 #> 70597 2 #> 70609 2 #> 70646 2 #> 70710 2 #> 70736 2 #> 70845 5 #> 70858 6 #> 70862 6 #> 70899 6 #> 71416 1 #> 71473 2 #> 71496 2 #> 71499 2 #> 71667 2 #> 71692 2 #> 71849 2 #> 71883 2 #> 71914 2 #> 72038 2 #> 72059 2 #> 72213 1 #> 72234 1 #> 72237 1 #> 72486 1 #> 72576 2 #> 72590 2 #> 72600 2 #> 72714 5 #> 72731 5 #> 72821 1 #> 72947 1 #> 72960 1 #> 73047 1 #> 73089 1 #> 73159 1 #> 73183 1 #> 73295 4 #> 73316 4 #> 73322 4 #> 73427 4 #> 73482 4 #> 73574 4 #> 73714 4 #> 73960 1 #> 74198 4 #> 74266 4 #> 74281 4 #> 74479 4 #> 74582 5 #> 74617 5 #> 74755 5 #> 74924 1 #> 75013 2 #> 75153 2 #> 75165 2 #> 75321 2 #> 75414 3 #> 75449 3 #> 75497 4 #> 75526 4 #> 75572 4 #> 75595 4 #> 75677 4 #> 75919 5 #> 75957 5 #> 76080 5 #> 76122 1 #> 76195 1 #> 76229 2 #> 76271 4 #> 76273 4 #> 76316 1 #> 76338 1 #> 76371 1 #> 76380 2 #> 76452 4 #> value #> 151 Moderately small #> 198 Moderately small #> 419 Moderately large #> 476 Moderately large #> 483 Moderately large #> 500 Moderately large #> 551 Large #> 619 Contrast present #> 635 Contrast absent #> 654 Contrast absent #> 709 Contrast absent #> 713 Contrast absent #> 722 Contrast absent #> 790 Contrast absent #> 808 no nasal vs. oral vowel contrast #> 822 no nasal vs. oral vowel contrast #> 862 Neutral #> 868 Neutral #> 1004 Accusative #> 1055 Accusative #> 1069 Accusative #> 1158 Ergative #> 1253 Obligatory pronouns in subject position #> 1304 Obligatory pronouns in subject position #> 1509 Subject affixes on verb #> 1586 Subject affixes on verb #> 1826 Subject pronouns in different position #> 1857 Optional pronouns in subject position #> 1902 Optional pronouns in subject position #> 1903 Optional pronouns in subject position #> 1970 No person marking #> 2009 No person marking #> 2090 Only the A argument #> 2100 Only the P argument #> 2221 Both the A and P arguments #> 2254 Both the A and P arguments #> 2340 No person marking #> 2393 No person marking #> 2434 No zero realization #> 2450 No zero realization #> 2595 Zero in some 3sg forms #> 2617 Zero in all 3sg forms #> 2709 A and P do not or do not both occur on the verb #> 2726 A and P do not or do not both occur on the verb #> 2768 A and P do not or do not both occur on the verb #> 2798 A and P do not or do not both occur on the verb #> 2968 A precedes P #> 3024 P precedes A #> 3091 Indirect-object construction #> 3093 Indirect-object construction #> 3182 Indirect-object construction #> 3209 Indirect-object construction #> 3352 Secondary-object construction #> 3404 Secondary-object construction #> 3423 Mixed #> 3624 Identical to reflexive #> 3661 Present #> 3847 Absent #> 3872 Absent #> 3893 Absent #> 3910 Absent #> 3926 Absent #> 4005 Implicit patient #> 4019 Implicit patient #> 4025 Oblique patient #> 4036 Oblique patient #> 4086 No antipassive #> 4219 productive #> 4230 partially productive #> 4235 not productive #> 4366 no antipassive #> 4410 Benefactive and other; both bases #> 4441 Benefactive and other; both bases #> 4487 No applicative construction #> 4506 No applicative construction #> 4521 No applicative construction #> 4575 Instrument #> 4586 Locative #> 4658 No applicative construction #> 4690 No applicative construction #> 4716 No applicative construction #> 4763 None #> 4819 None #> 4918 None #> 4932 None #> 5042 None #> 5194 None #> 5242 None #> 5319 Sequential but no purposive #> 5372 Purposive but no sequential #> 5373 Purposive but no sequential #> 5415 Both #> 5512 Morphological but no compound #> 5607 Morphological but no compound #> 5609 Morphological but no compound #> 5631 Morphological but no compound #> 5716 Both #> 5729 Both #> 5861 Negative affix #> 6129 Negative affix #> 6138 Negative particle #> 6214 Negative particle #> 6328 Negative particle #> 6367 Negative particle #> 6387 Negative particle #> 6550 Negative particle #> 6690 Negative word, unclear if verb or particle #> 6692 Negative word, unclear if verb or particle #> 6696 Negative word, unclear if verb or particle #> 6767 Variation between negative word and affix #> 6903 Symmetric #> 7107 Both #> 7119 Both #> 7120 Both #> 7149 Both #> 7178 Both #> 7243 A/NonReal #> 7285 A/Cat #> 7322 A/Cat #> 7332 A/Cat #> 7354 A/Fin and A/Cat #> 7465 Non-assignable #> 7502 Predicate negation also present #> 7599 Predicate negation also present #> 7603 Predicate negation also present #> 7689 Negative existential construction #> 7754 Question particle #> 7772 Question particle #> 7862 Question particle #> 7919 Question particle #> 7970 Question particle #> 7992 Question particle #> 8092 Question particle #> 8096 Question particle #> 8146 Question particle #> 8350 Interrogative verb morphology #> 8495 Interrogative intonation only #> 8558 Interrogative intonation only #> 8664 Locational #> 8693 Locational #> 8732 Topic #> 8826 Conjunctional #> 9003 Verbal encoding #> 9026 Verbal encoding #> 9115 Nonverbal encoding #> 9141 Nonverbal encoding #> 9250 Mixed #> 9332 Different #> 9341 Different #> 9420 Different #> 9618 Identical #> 9637 Identical #> 9771 Moderately complex #> 9872 Moderately complex #> 9981 Moderately complex #> 10022 Complex #> 10083 Complex #> 10117 Complex #> 10158 Impossible #> 10247 Impossible #> 10355 Impossible #> 10425 Possible #> 10441 Possible #> 10566 Locational #> 10682 Particle #> 10707 Relative pronoun #> 10713 Non-reduction #> 10842 Gap #> 10874 Relative pronoun #> 10893 Non-reduction #> 10900 Pronoun-retention #> 10985 Subject is left implicit #> 11018 Subject is left implicit #> 11081 Subject is left implicit #> 11219 Desiderative verbal affix #> 11352 Deranked #> 11385 Deranked #> 11467 Balanced #> 11544 Balanced/deranked #> 11687 Balanced #> 11766 Deranked #> 11848 Balanced #> 11930 Identical #> 12263 Different #> 12599 No tones #> 12702 No tones #> 12838 No tones #> 12844 Simple tone system #> 12883 Simple tone system #> 12982 Complex tone system #> 13032 Complex tone system #> 13494 Different #> 13547 Different #> 13728 Decimal #> 13732 Decimal #> 13770 Decimal #> 13778 Decimal #> 14433 No M-T pronouns #> 14508 No M-T pronouns #> 14725 No m in first person singular #> 14804 No m in first person singular #> 14995 No N-M pronouns #> 15026 No N-M pronouns #> 15121 No m in second person singular #> 15188 No m in second person singular #> 15437 Words derived from Min Nan Chinese te #> 15519 Others #> 15545 Others #> 15763 No fixed stress #> 15829 Initial #> 15833 Initial #> 15881 Initial #> 16199 Affective meanings #> 16225 Affective meanings #> 16259 Other or none #> 16304 NegV #> 16631 NegV #> 16636 NegV #> 16712 NegV #> 16724 NegV #> 16792 NegV #> 16806 Type 2 / Type 4 #> 16811 Type 3 / Type 4 #> 17019 VNeg #> 17068 VNeg #> 17070 VNeg #> 17072 VNeg #> 17245 [Neg-V] #> 17899 NegV #> 17990 NegV #> 18111 NegV #> 18145 NegV #> 18269 NegV #> 18288 NegV #> 18697 [Neg-V] #> 18699 [Neg-V] #> 18790 None #> 18904 None #> 18905 None #> 19056 None #> 19121 None #> 19231 VNeg #> 19258 VNeg #> 19312 VNeg #> 19319 VNeg #> 19677 [V-Neg] #> 19736 VNeg&[V-Neg] #> 19772 None #> 19923 None #> 20046 None #> 20081 None #> 20316 None #> 20375 None #> 20447 None #> 20487 None #> 20512 None #> 20560 None #> 20577 None #> 20635 None #> 20646 None #> 20821 None #> 21077 None #> 21456 None #> 21479 None #> 21564 None #> 21748 None #> 21756 None #> 21891 More than one position #> 22132 SNegVO #> 22162 SNegVO #> 22232 MorphNeg #> 22316 MorphNeg #> 22522 Other #> 22564 Other #> 22570 Other #> 22696 SVONeg #> 22733 SVONeg #> 22736 SVONeg #> 22832 SONegV #> 22890 SOVNeg #> 23312 Immed preverbal #> 23351 Immed preverbal #> 23363 Immed preverbal #> 23380 Immed postverbal #> 23430 Immed postverbal #> 23528 End, not immed postverbal #> 23545 End, not immed postverbal #> 23555 End, not immed postverbal #> 23689 More than one construction #> 23800 SNegVO #> 23860 SNegVO #> 23900 SVONeg #> 23958 SVONeg #> 23969 SVONeg #> 24024 S[Neg-V]O #> 24101 SVO/VOS & NegV #> 24274 No NegSVO #> 24293 No NegSVO #> 24362 No NegSVO #> 24438 No NegSVO #> 24540 No NegSVO #> 24617 No NegSVO #> 24669 Word&NoDoubleNeg #> 24746 Word&NoDoubleNeg #> 24825 Prefix&NoDoubleNeg #> 24977 No SNegVO #> 24994 No SNegVO #> 25033 No SNegVO #> 25122 No SVNegO #> 25231 No SVNegO #> 25244 No SVNegO #> 25320 No SVNegO #> 25342 No SVNegO #> 25370 No SVNegO #> 25436 No SVNegO #> 25553 NoDoubleNeg #> 25561 NoDoubleNeg #> 25564 NoDoubleNeg #> 25676 No SVONeg #> 25776 No SVONeg #> 25861 No SVONeg #> 25871 No SVONeg #> 25980 Other NegV #> 26025 More than one construction #> 26055 More than one construction #> 26141 SV&OV&NegV #> 26234 SONegV #> 26327 SOVNeg #> 26548 SOVNeg/SO[V-Neg] #> 26555 SO[Neg-V]/SO[V-Neg] #> 26705 No NegSOV #> 26734 No NegSOV #> 26814 No NegSOV #> 26984 No NegSOV #> 27178 No SNegOV #> 27291 No SNegOV #> 27406 No SNegOV #> 27417 No SNegOV #> 27482 Word&NoDoubleNeg #> 27535 Prefix&NoDoubleNeg #> 27656 No SONegV #> 27702 No SONegV #> 27894 Word&NoDoubleNeg #> 28002 NoSOVNeg #> 28098 NoSOVNeg #> 28275 Suffix&NoDoubleNeg #> 28345 Type 1 / Type 2 #> 28432 NegV & VOS/SVO #> 28554 Separate word, no double negation\tWord&NoDoubleNeg #> 28816 None #> 28869 No clause-final neg #> 29032 Left-oriented: One of the first three #> 29254 Fixed stress (no weight-sensitivity) #> 29375 Fixed stress (no weight-sensitivity) #> 29391 Fixed stress (no weight-sensitivity) #> 29529 No weight #> 29630 No weight #> 29713 No weight #> 29783 Long vowel #> 30053 Trochaic #> 30107 Trochaic #> 30253 No rhythmic stress #> 30342 All present #> 30395 All present #> 30416 All present #> 30531 All present #> 30533 All present #> 30754 All present #> 30863 No fricatives #> 30889 None #> 30900 None #> 30957 None #> 31016 None #> 31171 None #> 31267 None #> 31400 Pharyngeals #> 31535 Small (2-4) #> 31580 Average (5-6) #> 31637 Average (5-6) #> 31641 Average (5-6) #> 31728 Average (5-6) #> 31849 Large (7-14) #> 31910 Large (7-14) #> 32040 Exclusively concatenative #> 32141 Exclusively isolating #> 32149 Exclusively isolating #> 32158 Exclusively tonal #> 32236 Monoexponential case #> 32249 Monoexponential case #> 32269 No case #> 32340 No case #> 32376 monoexponential TAM #> 32380 monoexponential TAM #> 32410 monoexponential TAM #> 32493 TAM+agreement+construct #> 32549 4-5 categories per word #> 32611 6-7 categories per word #> 32620 8-9 categories per word #> 32708 Head marking #> 32710 Head marking #> 32803 Double marking #> 32885 Head marking #> 32905 Head marking #> 33086 No marking #> 33124 Head-marking #> 33127 Head-marking #> 33345 Inconsistent or other #> 33385 Non-zero marking #> 33522 Non-zero marking #> 33554 Non-zero marking #> 33636 Little affixation #> 33637 Little affixation #> 33652 Little affixation #> 33671 Little affixation #> 33820 Strongly suffixing #> 34010 Strongly suffixing #> 34103 Strongly suffixing #> 34183 Weakly suffixing #> 34191 Weakly suffixing #> 34292 Equal prefixing and suffixing #> 34373 Equal prefixing and suffixing #> 34472 Weakly prefixing #> 34726 Productive full and partial reduplication #> 34796 Productive full and partial reduplication #> 34884 No productive reduplication #> 34947 No case marking #> 34985 No case marking #> 35065 Core cases only #> 35085 Core and non-core #> 35114 No syncretism #> 35153 No subject person/number marking #> 35199 Syncretic #> 35200 Syncretic #> 35231 Syncretic #> 35238 Syncretic #> 35360 Low #> 35519 Average #> 35533 Average #> 35591 Average #> 35786 Moderately high #> 35824 High #> 35861 High #> 35931 None #> 35943 None #> 36012 None #> 36073 Two #> 36086 Three #> 36111 Four #> 36147 No gender #> 36154 No gender #> 36170 No gender #> 36317 Sex-based #> 36327 Sex-based #> 36337 Sex-based #> 36406 No gender #> 36460 No gender #> 36467 No gender #> 36557 Semantic #> 36620 Semantic and formal #> 36655 Semantic and formal #> 36685 Plural prefix #> 36845 Plural suffix #> 36938 Plural suffix #> 37188 Plural suffix #> 37242 Plural suffix #> 37263 Plural suffix #> 37292 Plural suffix #> 37300 Plural stem change #> 37353 Mixed morphological plural #> 37538 Plural word #> 37653 No plural #> 37654 No plural #> 37793 Only human nouns, obligatory #> 37880 All nouns, optional in inanimates #> 37890 All nouns, always obligatory #> 37949 All nouns, always obligatory #> 37955 All nouns, always obligatory #> 38039 Person-number affixes #> 38066 Person-number stem #> 38067 Person-number stem #> 38082 Person-number stem #> 38266 Person stem + nominal plural affix #> 38273 Person stem + nominal plural affix #> 38299 Associative same as additive plural #> 38370 Associative same as additive plural #> 38452 Unique periphrastic associative plural #> 38478 No associative plural #> 38507 No associative plural #> 38574 Definite word distinct from demonstrative #> 38714 Definite word distinct from demonstrative #> 38743 Demonstrative word used as definite article #> 38775 Demonstrative word used as definite article #> 38852 Definite affix #> 38888 Definite affix #> 38903 No definite, but indefinite article #> 38992 No definite or indefinite article #> 39100 No definite or indefinite article #> 39118 No definite or indefinite article #> 39253 Indefinite word same as 'one' #> 39304 Indefinite word same as 'one' #> 39315 Indefinite word same as 'one' #> 39365 Indefinite affix #> 39370 Indefinite affix #> 39473 No definite or indefinite article #> 39532 No definite or indefinite article #> 39638 No definite or indefinite article #> 39693 No inclusive/exclusive #> 39697 No inclusive/exclusive #> 39755 No inclusive/exclusive #> 39819 Inclusive/exclusive #> 39821 Inclusive/exclusive #> 40188 In plosives alone #> 40229 In plosives alone #> 40365 In both plosives and fricatives #> 40377 In both plosives and fricatives #> 40392 In both plosives and fricatives #> 40484 In both plosives and fricatives #> 40496 In both plosives and fricatives #> 40518 No person marking #> 40612 No inclusive/exclusive #> 40629 No inclusive/exclusive #> 40634 No inclusive/exclusive #> 40682 Inclusive/exclusive #> 40801 Two-way contrast #> 40885 Three-way contrast #> 40887 Three-way contrast #> 40981 Identical #> 41102 Different stem #> 41112 Different stem #> 41189 Unrelated #> 41216 Unrelated #> 41248 Related for all demonstratives #> 41331 Related by gender markers #> 41387 3rd person only, but also non-singular #> 41391 3rd person only, but also non-singular #> 41580 No gender distinctions #> 41635 No gender distinctions #> 41707 No gender distinctions #> 41740 No gender distinctions #> 41818 No politeness distinction #> 41872 No politeness distinction #> 41902 Binary politeness distinction #> 42089 Interrogative-based #> 42115 Interrogative-based #> 42148 Generic-noun-based #> 42223 Generic-noun-based #> 42303 Identical #> 42320 Identical #> 42421 Differentiated #> 42565 No person marking #> 42591 No person marking #> 42622 No person marking #> 42638 No person marking #> 42760 Pronouns only #> 42813 Pronouns and nouns #> 42830 No morphological case-marking #> 42913 No morphological case-marking #> 42963 5 cases #> 42966 5 cases #> 43048 10 or more cases #> 43420 None missing in /p t k b d g/ #> 43444 None missing in /p t k b d g/ #> 43445 None missing in /p t k b d g/ #> 43471 None missing in /p t k b d g/ #> 43558 None missing in /p t k b d g/ #> 43578 None missing in /p t k b d g/ #> 43628 Missing /g/ #> 43719 No case-marking #> 43725 No case-marking #> 43755 Symmetrical #> 43779 Symmetrical #> 43890 Syncretism in relevant NP-types #> 44015 Case suffixes #> 44133 Case suffixes #> 44349 Case suffixes #> 44358 Case suffixes #> 44572 No case affixes or adpositional clitics #> 44620 No case affixes or adpositional clitics #> 44691 No case affixes or adpositional clitics #> 44710 No case affixes or adpositional clitics #> 44780 No case affixes or adpositional clitics #> 44838 No case affixes or adpositional clitics #> 44933 No case affixes or adpositional clitics #> 44953 Identity #> 45075 Differentiation #> 45087 Differentiation #> 45112 Differentiation #> 45155 Differentiation #> 45255 Mixed #> 45307 First, two, three #> 45384 First/one-th, two-th, three-th #> 45525 First, second, three-th #> 45720 Marked by reduplication #> 45793 Marked by preceding word #> 45931 Absent #> 45938 Absent #> 46219 Obligatory #> 46235 Obligatory #> 46247 Formally different #> 46252 Formally different #> 46520 Possessive prefixes #> 46791 Possessive suffixes #> 46804 Possessive suffixes #> 46918 Possessive suffixes #> 47001 No possessive affixes #> 47026 No possessive affixes #> 47138 No possessive affixes #> 47163 No possessive affixes #> 47406 Absent #> 47486 Absent #> 47531 None reported #> 47696 None reported #> 47836 No possessive classification #> 47914 Two classes #> 48122 None #> 48172 None #> 48328 None #> 48351 None #> 48366 None #> 48473 Uvular stops only #> 48519 Uvular stops and continuants #> 48556 Weakly differentiated #> 48637 Highly differentiated #> 48800 Marked by preceding word #> 48811 Marked by mixed or other strategies #> 48831 Sentential #> 48835 Sentential #> 48844 Possessive-Accusative #> 48891 Double-Possessive #> 48989 'And' different from 'with' #> 49108 'And' different from 'with' #> 49224 Identity #> 49231 Identity #> 49279 Identity #> 49326 Identity #> 49458 Differentiation #> 49491 Differentiation #> 49565 Grammatical marking #> 49672 No grammatical marking #> 49673 No grammatical marking #> 49681 No grammatical marking #> 49727 No grammatical marking #> 49729 No grammatical marking #> 49764 Present, no remoteness distinctions #> 49885 No past tense #> 49887 No past tense #> 49888 No past tense #> 49899 No past tense #> 49937 No past tense #> 49995 Inflectional future exists #> 50034 Inflectional future exists #> 50071 No inflectional future #> 50093 No inflectional future #> 50145 No inflectional future #> 50157 No inflectional future #> 50195 From 'finish', 'already' #> 50218 Other perfect #> 50246 Other perfect #> 50257 Other perfect #> 50341 No perfect #> 50376 No perfect #> 50469 Tense-aspect prefixes #> 50685 Tense-aspect suffixes #> 50942 Tense-aspect suffixes #> 50976 Tense-aspect suffixes #> 51225 Tense-aspect tone #> 51261 Mixed type #> 51321 Mixed type #> 51357 Mixed type #> 51387 No tense-aspect inflection #> 51459 No tense-aspect inflection #> 51507 No tense-aspect inflection #> 51605 No glottalized consonants #> 51677 No glottalized consonants #> 51694 No glottalized consonants #> 51886 No glottalized consonants #> 51933 No glottalized consonants #> 51977 Ejectives only #> 52034 Implosives only #> 52215 Second singular and second plural #> 52237 Second singular and second plural #> 52308 Second singular and second plural #> 52344 Second singular and second plural #> 52356 Second singular and second plural #> 52436 Second plural #> 52740 Normal imperative + normal negative #> 52811 Normal imperative + special negative #> 52884 Normal imperative + special negative #> 53043 Special imperative + special negative #> 53082 Special imperative + special negative #> 53083 Special imperative + special negative #> 53160 Maximal system #> 53400 Neither type of system #> 53412 Neither type of system #> 53416 Neither type of system #> 53424 Neither type of system #> 53487 Neither type of system #> 53539 Inflectional optative present #> 53735 Inflectional optative absent #> 53739 Inflectional optative absent #> 53804 Inflectional optative absent #> 53813 Inflectional optative absent #> 53854 Affixes on verbs #> 53863 Affixes on verbs #> 53925 Verbal constructions #> 53974 Verbal constructions #> 54023 Verbal constructions #> 54099 Verbal constructions #> 54135 Verbal constructions #> 54167 Affixes on verbs #> 54282 Other #> 54306 Other #> 54335 Overlap for both possibility and necessity #> 54401 Overlap for either possibility or necessity #> 54411 Overlap for either possibility or necessity #> 54470 No overlap #> 54497 No overlap #> 54539 No grammatical evidentials #> 54562 No grammatical evidentials #> 54682 No grammatical evidentials #> 54750 Indirect only #> 54800 Indirect only #> 54899 Direct and indirect #> 54904 Direct and indirect #> 54974 No grammatical evidentials #> 55005 No grammatical evidentials #> 55108 No grammatical evidentials #> 55200 Verbal affix or clitic #> 55249 Part of the tense system #> 55262 Part of the tense system #> 55291 Separate particle #> 55370 Tense #> 55463 None #> 55499 None #> 55500 None #> 55652 None (= no suppletive imperatives reported in the reference material) #> 55713 None (= no suppletive imperatives reported in the reference material) #> 55727 None (= no suppletive imperatives reported in the reference material) #> 55740 None (= no suppletive imperatives reported in the reference material) #> 55889 /l/, no obstruent laterals #> 55900 /l/, no obstruent laterals #> 55972 /l/, no obstruent laterals #> 56023 /l/, no obstruent laterals #> 56032 /l/, no obstruent laterals #> 56086 /l/, no obstruent laterals #> 56285 /l/ and lateral obstruent #> 56330 None #> 56334 None #> 56357 None #> 56415 None #> 56673 SOV #> 56761 SOV #> 56785 SOV #> 56870 SOV #> 57041 SOV #> 57112 SVO #> 57149 SVO #> 57313 SVO #> 57371 SVO #> 57515 SVO #> 57536 SVO #> 57849 No dominant order #> 57940 SVO or VOS #> 58062 SV #> 58137 SV #> 58172 SV #> 58252 SV #> 58299 SV #> 58418 SV #> 58554 SV #> 58710 SV #> 58782 SV #> 58798 SV #> 58800 SV #> 59090 SV #> 59373 No dominant order #> 59415 No dominant order #> 59449 OV #> 59557 OV #> 59787 OV #> 59804 OV #> 59830 OV #> 60032 OV #> 60078 OV #> 60154 OV #> 60321 VO #> 60336 VO #> 60581 VO #> 60614 VO #> 60761 VO #> 60793 VO #> 60815 VO #> 60983 VOX #> 61207 XOV #> 61459 No dominant order #> 61625 Postpositions #> 61681 Postpositions #> 61689 Postpositions #> 61871 Postpositions #> 61878 Postpositions #> 61973 Postpositions #> 62028 Postpositions #> 62156 Prepositions #> 62322 Prepositions #> 62330 Prepositions #> 62367 Prepositions #> 62396 Prepositions #> 62464 Prepositions #> 62508 Prepositions #> 62797 Genitive-Noun #> 62882 Genitive-Noun #> 63044 Genitive-Noun #> 63121 Genitive-Noun #> 63186 Genitive-Noun #> 63280 Genitive-Noun #> 63304 Genitive-Noun #> 63410 Noun-Genitive #> 63458 Noun-Genitive #> 63518 Noun-Genitive #> 63522 Noun-Genitive #> 63531 Noun-Genitive #> 63599 Noun-Genitive #> 63826 No dominant order #> 64161 Adjective-Noun #> 64169 Adjective-Noun #> 64205 Adjective-Noun #> 64517 Noun-Adjective #> 64519 Noun-Adjective #> 64568 Noun-Adjective #> 64638 Noun-Adjective #> 64659 Noun-Adjective #> 64850 Noun-Adjective #> 64875 Noun-Adjective #> 65027 Noun-Adjective #> 65093 Noun-Adjective #> 65167 No dominant order #> 65184 No dominant order #> 65216 No dominant order #> 65345 Demonstrative-Noun #> 65580 Demonstrative-Noun #> 65647 Demonstrative-Noun #> 65808 Noun-Demonstrative #> 65915 Noun-Demonstrative #> 65940 Noun-Demonstrative #> 66182 Noun-Demonstrative #> 66257 Noun-Demonstrative #> 66317 Noun-Demonstrative #> 66375 Demonstrative suffix #> 66399 Demonstrative before and after Noun #> 66710 Numeral-Noun #> 66812 Numeral-Noun #> 67015 Noun-Numeral #> 67089 Noun-Numeral #> 67097 Noun-Numeral #> 67261 Noun-Numeral #> 67307 Noun-Numeral #> 67337 Noun-Numeral #> 67414 Noun-Numeral #> 67425 Noun-Numeral #> 67545 Noun-Numeral #> 67558 Noun-Numeral #> 67677 Initial velar nasal #> 67681 Initial velar nasal #> 67739 Initial velar nasal #> 67782 Initial velar nasal #> 68001 No velar nasal #> 68027 No velar nasal #> 68168 Noun-Relative clause #> 68195 Noun-Relative clause #> 68314 Noun-Relative clause #> 68370 Noun-Relative clause #> 68823 Relative clause-Noun #> 68843 Internally headed #> 68876 Mixed #> 68880 Mixed #> 69026 Relative clause-Noun (RelN) dominant #> 69079 RelN or NRel #> 69103 RelN or internally-headed #> 69272 Noun-Relative clause (NRel) dominant #> 69340 Noun-Relative clause (NRel) dominant #> 69578 Noun-Relative clause (NRel) dominant #> 69689 Noun-Relative clause (NRel) dominant #> 69718 NRel or RelN #> 69740 Internally-headed relative clause dominant #> 69773 Internally-headed or RelN #> 69862 Degree word-Adjective #> 70091 Adjective-Degree word #> 70106 Adjective-Degree word #> 70140 Adjective-Degree word #> 70237 Adjective-Degree word #> 70431 Initial #> 70474 Final #> 70489 Final #> 70597 Final #> 70609 Final #> 70646 Final #> 70710 Final #> 70736 Final #> 70845 In either of two positions #> 70858 No question particle #> 70862 No question particle #> 70899 No question particle #> 71416 Initial interrogative phrase #> 71473 Not initial interrogative phrase #> 71496 Not initial interrogative phrase #> 71499 Not initial interrogative phrase #> 71667 Not initial interrogative phrase #> 71692 Not initial interrogative phrase #> 71849 Not initial interrogative phrase #> 71883 Not initial interrogative phrase #> 71914 Not initial interrogative phrase #> 72038 Not initial interrogative phrase #> 72059 Not initial interrogative phrase #> 72213 Initial subordinator word #> 72234 Initial subordinator word #> 72237 Initial subordinator word #> 72486 Initial subordinator word #> 72576 Final subordinator word #> 72590 Final subordinator word #> 72600 Final subordinator word #> 72714 Mixed #> 72731 Mixed #> 72821 OV and Postpositions #> 72947 OV and Postpositions #> 72960 OV and Postpositions #> 73047 OV and Postpositions #> 73089 OV and Postpositions #> 73159 OV and Postpositions #> 73183 OV and Postpositions #> 73295 VO and Prepositions #> 73316 VO and Prepositions #> 73322 VO and Prepositions #> 73427 VO and Prepositions #> 73482 VO and Prepositions #> 73574 VO and Prepositions #> 73714 VO and Prepositions #> 73960 OV and RelN #> 74198 VO and NRel #> 74266 VO and NRel #> 74281 VO and NRel #> 74479 VO and NRel #> 74582 Other #> 74617 Other #> 74755 Other #> 74924 OV and AdjN #> 75013 OV and NAdj #> 75153 OV and NAdj #> 75165 OV and NAdj #> 75321 OV and NAdj #> 75414 VO and AdjN #> 75449 VO and AdjN #> 75497 VO and NAdj #> 75526 VO and NAdj #> 75572 VO and NAdj #> 75595 VO and NAdj #> 75677 VO and NAdj #> 75919 Other #> 75957 Other #> 76080 Other #> 76122 Neutral #> 76195 Neutral #> 76229 Nominative - accusative (standard) #> 76271 Ergative - absolutive #> 76273 Ergative - absolutive #> 76316 Neutral #> 76338 Neutral #> 76371 Neutral #> 76380 Nominative - accusative (standard) #> 76452 Ergative - absolutive #> code_ID language_ID iso_code glottocode language family #> 151 1A-2 lan laj lang1324 Lango Eastern Sudanic #> 198 1A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 419 1A-4 lam lme peve1243 Lamé Afro-Asiatic #> 476 1A-4 lah lhu lahu1253 Lahu Sino-Tibetan #> 483 1A-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> 500 1A-4 lat lav latv1249 Latvian Indo-European #> 551 1A-5 lak lbe lakk1252 Lak Nakh-Daghestanian #> 619 10A-1 lan laj lang1324 Lango Eastern Sudanic #> 635 10A-2 lat lav latv1249 Latvian Indo-European #> 654 10A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 709 10A-2 lam lme peve1243 Lamé Afro-Asiatic #> 713 10A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 722 10A-2 laa gdm laal1242 Laal Laal #> 790 10A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 808 10B-1 laa gdm laal1242 Laal Laal #> 822 10B-1 lam lme peve1243 Lamé Afro-Asiatic #> 862 100A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 868 100A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 1004 100A-2 lan laj lang1324 Lango Eastern Sudanic #> 1055 100A-2 lat lav latv1249 Latvian Indo-European #> 1069 100A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 1158 100A-3 lak lbe lakk1252 Lak Nakh-Daghestanian #> 1253 101A-1 lat lav latv1249 Latvian Indo-European #> 1304 101A-1 laa gdm laal1242 Laal Laal #> 1509 101A-2 lan laj lang1324 Lango Eastern Sudanic #> 1586 101A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 1826 101A-4 lai cnh haka1240 Lai Sino-Tibetan #> 1857 101A-5 lah lhu lahu1253 Lahu Sino-Tibetan #> 1902 101A-5 lad lbj lada1244 Ladakhi Sino-Tibetan #> 1903 101A-5 lal ywt xish1235 Lalo Sino-Tibetan #> 1970 102A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 2009 102A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 2090 102A-2 lat lav latv1249 Latvian Indo-European #> 2100 102A-3 lak lbe lakk1252 Lak Nakh-Daghestanian #> 2221 102A-5 lan laj lang1324 Lango Eastern Sudanic #> 2254 102A-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 2340 103A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 2393 103A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 2434 103A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 2450 103A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 2595 103A-3 lan laj lang1324 Lango Eastern Sudanic #> 2617 103A-4 lat lav latv1249 Latvian Indo-European #> 2709 104A-1 lat lav latv1249 Latvian Indo-European #> 2726 104A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 2768 104A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 2798 104A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 2968 104A-2 lan laj lang1324 Lango Eastern Sudanic #> 3024 104A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 3091 105A-1 lat lav latv1249 Latvian Indo-European #> 3093 105A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 3182 105A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 3209 105A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 3352 105A-3 lai cnh haka1240 Lai Sino-Tibetan #> 3404 105A-3 laz lzz lazz1240 Laz Kartvelian #> 3423 105A-4 lan laj lang1324 Lango Eastern Sudanic #> 3624 106A-4 lan laj lang1324 Lango Eastern Sudanic #> 3661 107A-1 lat lav latv1249 Latvian Indo-European #> 3847 107A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 3872 107A-2 lan laj lang1324 Lango Eastern Sudanic #> 3893 107A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 3910 107A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 3926 107A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 4005 108A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 4019 108A-1 lan laj lang1324 Lango Eastern Sudanic #> 4025 108A-2 lai cnh haka1240 Lai Sino-Tibetan #> 4036 108A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 4086 108A-3 lat lav latv1249 Latvian Indo-European #> 4219 108B-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 4230 108B-2 lan laj lang1324 Lango Eastern Sudanic #> 4235 108B-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 4366 108B-4 lat lav latv1249 Latvian Indo-European #> 4410 109A-3 lai cnh haka1240 Lai Sino-Tibetan #> 4441 109A-3 lan laj lang1324 Lango Eastern Sudanic #> 4487 109A-8 lat lav latv1249 Latvian Indo-European #> 4506 109A-8 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 4521 109A-8 lak lbe lakk1252 Lak Nakh-Daghestanian #> 4575 109B-1 lai cnh haka1240 Lai Sino-Tibetan #> 4586 109B-2 lan laj lang1324 Lango Eastern Sudanic #> 4658 109B-5 lak lbe lakk1252 Lak Nakh-Daghestanian #> 4690 109B-5 lat lav latv1249 Latvian Indo-European #> 4716 109B-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 4763 11A-1 lam lme peve1243 Lamé Afro-Asiatic #> 4819 11A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 4918 11A-1 lat lav latv1249 Latvian Indo-European #> 4932 11A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 5042 11A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 5194 11A-1 lan laj lang1324 Lango Eastern Sudanic #> 5242 11A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 5319 110A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 5372 110A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 5373 110A-2 lat lav latv1249 Latvian Indo-European #> 5415 110A-3 lan laj lang1324 Lango Eastern Sudanic #> 5512 111A-2 lan laj lang1324 Lango Eastern Sudanic #> 5607 111A-2 lat lav latv1249 Latvian Indo-European #> 5609 111A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 5631 111A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 5716 111A-4 lal ywt xish1235 Lalo Sino-Tibetan #> 5729 111A-4 lah lhu lahu1253 Lahu Sino-Tibetan #> 5861 112A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 6129 112A-1 lat lav latv1249 Latvian Indo-European #> 6138 112A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 6214 112A-2 lab lbu labu1248 Labu Austronesian #> 6328 112A-2 lac lac laca1243 Lacandón Mayan #> 6367 112A-2 laa gdm laal1242 Laal Laal #> 6387 112A-2 lar lrg lara1258 Laragia Darwin Region #> 6550 112A-2 lan laj lang1324 Lango Eastern Sudanic #> 6690 112A-4 lai cnh haka1240 Lai Sino-Tibetan #> 6692 112A-4 lao lao laoo1244 Lao Tai-Kadai #> 6696 112A-4 lal ywt xish1235 Lalo Sino-Tibetan #> 6767 112A-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 6903 113A-1 lan laj lang1324 Lango Eastern Sudanic #> 7107 113A-3 lat lav latv1249 Latvian Indo-European #> 7119 113A-3 lar lrg lara1258 Laragia Darwin Region #> 7120 113A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 7149 113A-3 lad lbj lada1244 Ladakhi Sino-Tibetan #> 7178 113A-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 7243 114A-2 lar lrg lara1258 Laragia Darwin Region #> 7285 114A-3 lat lav latv1249 Latvian Indo-European #> 7322 114A-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 7332 114A-3 lad lbj lada1244 Ladakhi Sino-Tibetan #> 7354 114A-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 7465 114A-7 lan laj lang1324 Lango Eastern Sudanic #> 7502 115A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 7599 115A-1 lat lav latv1249 Latvian Indo-European #> 7603 115A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 7689 115A-4 lan laj lang1324 Lango Eastern Sudanic #> 7754 116A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 7772 116A-1 lai cnh haka1240 Lai Sino-Tibetan #> 7862 116A-1 lat lav latv1249 Latvian Indo-European #> 7919 116A-1 lag kot lagw1237 Lagwan Afro-Asiatic #> 7970 116A-1 lal ywt xish1235 Lalo Sino-Tibetan #> 7992 116A-1 laa gdm laal1242 Laal Laal #> 8092 116A-1 lao lao laoo1244 Lao Tai-Kadai #> 8096 116A-1 lac lac laca1243 Lacandón Mayan #> 8146 116A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 8350 116A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 8495 116A-6 lan laj lang1324 Lango Eastern Sudanic #> 8558 116A-6 lab lbu labu1248 Labu Austronesian #> 8664 117A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 8693 117A-1 lat lav latv1249 Latvian Indo-European #> 8732 117A-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 8826 117A-4 lan laj lang1324 Lango Eastern Sudanic #> 9003 118A-1 lao lao laoo1244 Lao Tai-Kadai #> 9026 118A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 9115 118A-2 laz lzz lazz1240 Laz Kartvelian #> 9141 118A-2 lat lav latv1249 Latvian Indo-European #> 9250 118A-3 lad lbj lada1244 Ladakhi Sino-Tibetan #> 9332 119A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 9341 119A-1 lao lao laoo1244 Lao Tai-Kadai #> 9420 119A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 9618 119A-2 laz lzz lazz1240 Laz Kartvelian #> 9637 119A-2 lat lav latv1249 Latvian Indo-European #> 9771 12A-2 lan laj lang1324 Lango Eastern Sudanic #> 9872 12A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 9981 12A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 10022 12A-3 lak lbe lakk1252 Lak Nakh-Daghestanian #> 10083 12A-3 lad lbj lada1244 Ladakhi Sino-Tibetan #> 10117 12A-3 lat lav latv1249 Latvian Indo-European #> 10158 120A-1 laz lzz lazz1240 Laz Kartvelian #> 10247 120A-1 lao lao laoo1244 Lao Tai-Kadai #> 10355 120A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 10425 120A-2 lat lav latv1249 Latvian Indo-European #> 10441 120A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 10566 121A-1 laz lzz lazz1240 Laz Kartvelian #> 10682 121A-4 lat lav latv1249 Latvian Indo-European #> 10707 122A-1 lat lav latv1249 Latvian Indo-European #> 10713 122A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 10842 122A-4 lan laj lang1324 Lango Eastern Sudanic #> 10874 123A-1 lat lav latv1249 Latvian Indo-European #> 10893 123A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 10900 123A-3 lan laj lang1324 Lango Eastern Sudanic #> 10985 124A-1 lat lav latv1249 Latvian Indo-European #> 11018 124A-1 lan laj lang1324 Lango Eastern Sudanic #> 11081 124A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 11219 124A-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> 11352 125A-3 lan laj lang1324 Lango Eastern Sudanic #> 11385 125A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 11467 126A-1 lan laj lang1324 Lango Eastern Sudanic #> 11544 126A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 11687 127A-1 lan laj lang1324 Lango Eastern Sudanic #> 11766 127A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 11848 128A-1 lan laj lang1324 Lango Eastern Sudanic #> 11930 129A-1 lau llu lauu1247 Lau Austronesian #> 12263 129A-2 lao lao laoo1244 Lao Tai-Kadai #> 12599 13A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 12702 13A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 12838 13A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 12844 13A-2 lat lav latv1249 Latvian Indo-European #> 12883 13A-2 lan laj lang1324 Lango Eastern Sudanic #> 12982 13A-3 lam lme peve1243 Lamé Afro-Asiatic #> 13032 13A-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 13494 130A-2 lau llu lauu1247 Lau Austronesian #> 13547 130A-2 lao lao laoo1244 Lao Tai-Kadai #> 13728 131A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 13732 131A-1 lat lav latv1249 Latvian Indo-European #> 13770 131A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 13778 131A-1 lan laj lang1324 Lango Eastern Sudanic #> 14433 136A-1 lan laj lang1324 Lango Eastern Sudanic #> 14508 136A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 14725 136B-1 lan laj lang1324 Lango Eastern Sudanic #> 14804 136B-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 14995 137A-1 lan laj lang1324 Lango Eastern Sudanic #> 15026 137A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 15121 137B-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 15188 137B-1 lan laj lang1324 Lango Eastern Sudanic #> 15437 138A-2 lat lav latv1249 Latvian Indo-European #> 15519 138A-3 lao lao laoo1244 Lao Tai-Kadai #> 15545 138A-3 lad lbj lada1244 Ladakhi Sino-Tibetan #> 15763 14A-1 lar lrg lara1258 Laragia Darwin Region #> 15829 14A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 15833 14A-2 lan laj lang1324 Lango Eastern Sudanic #> 15881 14A-2 lat lav latv1249 Latvian Indo-European #> 16199 142A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 16225 142A-2 lao lao laoo1244 Lao Tai-Kadai #> 16259 142A-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 16304 143A-1 lao lao laoo1244 Lao Tai-Kadai #> 16631 143A-1 lac lac laca1243 Lacandón Mayan #> 16636 143A-1 lal ywt xish1235 Lalo Sino-Tibetan #> 16712 143A-1 lan laj lang1324 Lango Eastern Sudanic #> 16724 143A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 16792 143A-1 lar lrg lara1258 Laragia Darwin Region #> 16806 143A-10 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 16811 143A-11 lad lbj lada1244 Ladakhi Sino-Tibetan #> 17019 143A-2 laa gdm laal1242 Laal Laal #> 17068 143A-2 lab lbu labu1248 Labu Austronesian #> 17070 143A-2 lai cnh haka1240 Lai Sino-Tibetan #> 17072 143A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 17245 143A-3 lat lav latv1249 Latvian Indo-European #> 17899 143E-1 lac lac laca1243 Lacandón Mayan #> 17990 143E-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 18111 143E-1 lan laj lang1324 Lango Eastern Sudanic #> 18145 143E-1 lar lrg lara1258 Laragia Darwin Region #> 18269 143E-1 lal ywt xish1235 Lalo Sino-Tibetan #> 18288 143E-1 lao lao laoo1244 Lao Tai-Kadai #> 18697 143E-2 lat lav latv1249 Latvian Indo-European #> 18699 143E-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 18790 143E-4 lai cnh haka1240 Lai Sino-Tibetan #> 18904 143E-4 laa gdm laal1242 Laal Laal #> 18905 143E-4 lag kot lagw1237 Lagwan Afro-Asiatic #> 19056 143E-4 lab lbu labu1248 Labu Austronesian #> 19121 143E-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 19231 143F-1 laa gdm laal1242 Laal Laal #> 19258 143F-1 lab lbu labu1248 Labu Austronesian #> 19312 143F-1 lai cnh haka1240 Lai Sino-Tibetan #> 19319 143F-1 lag kot lagw1237 Lagwan Afro-Asiatic #> 19677 143F-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 19736 143F-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 19772 143F-4 lah lhu lahu1253 Lahu Sino-Tibetan #> 19923 143F-4 lan laj lang1324 Lango Eastern Sudanic #> 20046 143F-4 lao lao laoo1244 Lao Tai-Kadai #> 20081 143F-4 lat lav latv1249 Latvian Indo-European #> 20316 143F-4 lal ywt xish1235 Lalo Sino-Tibetan #> 20375 143F-4 lar lrg lara1258 Laragia Darwin Region #> 20447 143F-4 lac lac laca1243 Lacandón Mayan #> 20487 143G-4 lab lbu labu1248 Labu Austronesian #> 20512 143G-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 20560 143G-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> 20577 143G-4 lah lhu lahu1253 Lahu Sino-Tibetan #> 20635 143G-4 lat lav latv1249 Latvian Indo-European #> 20646 143G-4 lao lao laoo1244 Lao Tai-Kadai #> 20821 143G-4 lai cnh haka1240 Lai Sino-Tibetan #> 21077 143G-4 lag kot lagw1237 Lagwan Afro-Asiatic #> 21456 143G-4 lac lac laca1243 Lacandón Mayan #> 21479 143G-4 laa gdm laal1242 Laal Laal #> 21564 143G-4 lal ywt xish1235 Lalo Sino-Tibetan #> 21748 143G-4 lar lrg lara1258 Laragia Darwin Region #> 21756 143G-4 lan laj lang1324 Lango Eastern Sudanic #> 21891 144A-16 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 22132 144A-2 lao lao laoo1244 Lao Tai-Kadai #> 22162 144A-2 lan laj lang1324 Lango Eastern Sudanic #> 22232 144A-20 lat lav latv1249 Latvian Indo-European #> 22316 144A-20 lad lbj lada1244 Ladakhi Sino-Tibetan #> 22522 144A-21 lac lac laca1243 Lacandón Mayan #> 22564 144A-21 lar lrg lara1258 Laragia Darwin Region #> 22570 144A-21 lal ywt xish1235 Lalo Sino-Tibetan #> 22696 144A-4 lag kot lagw1237 Lagwan Afro-Asiatic #> 22733 144A-4 lab lbu labu1248 Labu Austronesian #> 22736 144A-4 laa gdm laal1242 Laal Laal #> 22832 144A-7 lah lhu lahu1253 Lahu Sino-Tibetan #> 22890 144A-8 lai cnh haka1240 Lai Sino-Tibetan #> 23312 144B-3 lan laj lang1324 Lango Eastern Sudanic #> 23351 144B-3 lao lao laoo1244 Lao Tai-Kadai #> 23363 144B-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 23380 144B-4 lai cnh haka1240 Lai Sino-Tibetan #> 23430 144B-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 23528 144B-6 lag kot lagw1237 Lagwan Afro-Asiatic #> 23545 144B-6 laa gdm laal1242 Laal Laal #> 23555 144B-6 lab lbu labu1248 Labu Austronesian #> 23689 144D-13 lac lac laca1243 Lacandón Mayan #> 23800 144D-2 lao lao laoo1244 Lao Tai-Kadai #> 23860 144D-2 lan laj lang1324 Lango Eastern Sudanic #> 23900 144D-4 lab lbu labu1248 Labu Austronesian #> 23958 144D-4 lag kot lagw1237 Lagwan Afro-Asiatic #> 23969 144D-4 laa gdm laal1242 Laal Laal #> 24024 144D-5 lat lav latv1249 Latvian Indo-European #> 24101 144E-27 lac lac laca1243 Lacandón Mayan #> 24274 144H-4 lao lao laoo1244 Lao Tai-Kadai #> 24293 144H-4 laa gdm laal1242 Laal Laal #> 24362 144H-4 lab lbu labu1248 Labu Austronesian #> 24438 144H-4 lat lav latv1249 Latvian Indo-European #> 24540 144H-4 lan laj lang1324 Lango Eastern Sudanic #> 24617 144H-4 lag kot lagw1237 Lagwan Afro-Asiatic #> 24669 144I-1 lao lao laoo1244 Lao Tai-Kadai #> 24746 144I-1 lan laj lang1324 Lango Eastern Sudanic #> 24825 144I-2 lat lav latv1249 Latvian Indo-European #> 24977 144I-8 laa gdm laal1242 Laal Laal #> 24994 144I-8 lab lbu labu1248 Labu Austronesian #> 25033 144I-8 lag kot lagw1237 Lagwan Afro-Asiatic #> 25122 144J-7 lat lav latv1249 Latvian Indo-European #> 25231 144J-7 lac lac laca1243 Lacandón Mayan #> 25244 144J-7 lan laj lang1324 Lango Eastern Sudanic #> 25320 144J-7 lag kot lagw1237 Lagwan Afro-Asiatic #> 25342 144J-7 laa gdm laal1242 Laal Laal #> 25370 144J-7 lao lao laoo1244 Lao Tai-Kadai #> 25436 144J-7 lab lbu labu1248 Labu Austronesian #> 25553 144K-1 lag kot lagw1237 Lagwan Afro-Asiatic #> 25561 144K-1 lab lbu labu1248 Labu Austronesian #> 25564 144K-1 laa gdm laal1242 Laal Laal #> 25676 144K-4 lac lac laca1243 Lacandón Mayan #> 25776 144K-4 lao lao laoo1244 Lao Tai-Kadai #> 25861 144K-4 lat lav latv1249 Latvian Indo-European #> 25871 144K-4 lan laj lang1324 Lango Eastern Sudanic #> 25980 144L-14 lal ywt xish1235 Lalo Sino-Tibetan #> 26025 144L-15 lad lbj lada1244 Ladakhi Sino-Tibetan #> 26055 144L-15 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 26141 144L-18 lar lrg lara1258 Laragia Darwin Region #> 26234 144L-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 26327 144L-4 lai cnh haka1240 Lai Sino-Tibetan #> 26548 144M-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 26555 144M-6 lad lbj lada1244 Ladakhi Sino-Tibetan #> 26705 144P-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 26734 144P-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> 26814 144P-4 lah lhu lahu1253 Lahu Sino-Tibetan #> 26984 144P-4 lai cnh haka1240 Lai Sino-Tibetan #> 27178 144Q-4 lai cnh haka1240 Lai Sino-Tibetan #> 27291 144Q-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 27406 144Q-4 lah lhu lahu1253 Lahu Sino-Tibetan #> 27417 144Q-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> 27482 144R-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 27535 144R-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 27656 144R-8 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 27702 144R-8 lai cnh haka1240 Lai Sino-Tibetan #> 27894 144S-1 lai cnh haka1240 Lai Sino-Tibetan #> 28002 144S-11 lal ywt xish1235 Lalo Sino-Tibetan #> 28098 144S-11 lah lhu lahu1253 Lahu Sino-Tibetan #> 28275 144S-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 28345 144S-7 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 28432 144T-20 lac lac laca1243 Lacandón Mayan #> 28554 144V-1 lac lac laca1243 Lacandón Mayan #> 28816 144W-6 lac lac laca1243 Lacandón Mayan #> 28869 144X-4 lac lac laca1243 Lacandón Mayan #> 29032 15A-2 lar lrg lara1258 Laragia Darwin Region #> 29254 15A-8 lat lav latv1249 Latvian Indo-European #> 29375 15A-8 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 29391 15A-8 lan laj lang1324 Lango Eastern Sudanic #> 29529 16A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 29630 16A-1 lan laj lang1324 Lango Eastern Sudanic #> 29713 16A-1 lat lav latv1249 Latvian Indo-European #> 29783 16A-2 lar lrg lara1258 Laragia Darwin Region #> 30053 17A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 30107 17A-1 lar lrg lara1258 Laragia Darwin Region #> 30253 17A-5 lat lav latv1249 Latvian Indo-European #> 30342 18A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 30395 18A-1 lam lme peve1243 Lamé Afro-Asiatic #> 30416 18A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 30531 18A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 30533 18A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 30754 18A-1 lat lav latv1249 Latvian Indo-European #> 30863 18A-3 lan laj lang1324 Lango Eastern Sudanic #> 30889 19A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 30900 19A-1 lat lav latv1249 Latvian Indo-European #> 30957 19A-1 lam lme peve1243 Lamé Afro-Asiatic #> 31016 19A-1 lan laj lang1324 Lango Eastern Sudanic #> 31171 19A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 31267 19A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 31400 19A-4 lak lbe lakk1252 Lak Nakh-Daghestanian #> 31535 2A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 31580 2A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 31637 2A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 31641 2A-2 lam lme peve1243 Lamé Afro-Asiatic #> 31728 2A-2 lat lav latv1249 Latvian Indo-European #> 31849 2A-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 31910 2A-3 lan laj lang1324 Lango Eastern Sudanic #> 32040 20A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 32141 20A-2 lai cnh haka1240 Lai Sino-Tibetan #> 32149 20A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 32158 20A-3 lan laj lang1324 Lango Eastern Sudanic #> 32236 21A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 32249 21A-1 lai cnh haka1240 Lai Sino-Tibetan #> 32269 21A-5 lan laj lang1324 Lango Eastern Sudanic #> 32340 21A-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 32376 21B-1 lai cnh haka1240 Lai Sino-Tibetan #> 32380 21B-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 32410 21B-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 32493 21B-4 lan laj lang1324 Lango Eastern Sudanic #> 32549 22A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 32611 22A-4 lan laj lang1324 Lango Eastern Sudanic #> 32620 22A-5 lai cnh haka1240 Lai Sino-Tibetan #> 32708 23A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 32710 23A-1 lan laj lang1324 Lango Eastern Sudanic #> 32803 23A-3 lai cnh haka1240 Lai Sino-Tibetan #> 32885 24A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 32905 24A-1 lan laj lang1324 Lango Eastern Sudanic #> 33086 24A-4 lai cnh haka1240 Lai Sino-Tibetan #> 33124 25A-1 lan laj lang1324 Lango Eastern Sudanic #> 33127 25A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 33345 25A-5 lai cnh haka1240 Lai Sino-Tibetan #> 33385 25B-2 lai cnh haka1240 Lai Sino-Tibetan #> 33522 25B-2 lan laj lang1324 Lango Eastern Sudanic #> 33554 25B-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 33636 26A-1 lai cnh haka1240 Lai Sino-Tibetan #> 33637 26A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 33652 26A-1 lal ywt xish1235 Lalo Sino-Tibetan #> 33671 26A-1 lao lao laoo1244 Lao Tai-Kadai #> 33820 26A-2 laa gdm laal1242 Laal Laal #> 34010 26A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 34103 26A-2 lac lac laca1243 Lacandón Mayan #> 34183 26A-3 lat lav latv1249 Latvian Indo-European #> 34191 26A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 34292 26A-4 lan laj lang1324 Lango Eastern Sudanic #> 34373 26A-4 lag kot lagw1237 Lagwan Afro-Asiatic #> 34472 26A-5 lar lrg lara1258 Laragia Darwin Region #> 34726 27A-1 lac lac laca1243 Lacandón Mayan #> 34796 27A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 34884 27A-3 lan laj lang1324 Lango Eastern Sudanic #> 34947 28A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 34985 28A-1 lan laj lang1324 Lango Eastern Sudanic #> 35065 28A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 35085 28A-3 lat lav latv1249 Latvian Indo-European #> 35114 28A-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> 35153 29A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 35199 29A-2 lat lav latv1249 Latvian Indo-European #> 35200 29A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 35231 29A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 35238 29A-2 lan laj lang1324 Lango Eastern Sudanic #> 35360 3A-1 lan laj lang1324 Lango Eastern Sudanic #> 35519 3A-3 lat lav latv1249 Latvian Indo-European #> 35533 3A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 35591 3A-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 35786 3A-4 lam lme peve1243 Lamé Afro-Asiatic #> 35824 3A-5 lak lbe lakk1252 Lak Nakh-Daghestanian #> 35861 3A-5 lad lbj lada1244 Ladakhi Sino-Tibetan #> 35931 30A-1 lan laj lang1324 Lango Eastern Sudanic #> 35943 30A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 36012 30A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 36073 30A-2 lat lav latv1249 Latvian Indo-European #> 36086 30A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 36111 30A-4 lak lbe lakk1252 Lak Nakh-Daghestanian #> 36147 31A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 36154 31A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 36170 31A-1 lan laj lang1324 Lango Eastern Sudanic #> 36317 31A-2 lat lav latv1249 Latvian Indo-European #> 36327 31A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 36337 31A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 36406 32A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 36460 32A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 36467 32A-1 lan laj lang1324 Lango Eastern Sudanic #> 36557 32A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 36620 32A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 36655 32A-3 lat lav latv1249 Latvian Indo-European #> 36685 33A-1 laf laf lafo1243 Lafofa Kordofanian #> 36845 33A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 36938 33A-2 lan laj lang1324 Lango Eastern Sudanic #> 37188 33A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 37242 33A-2 lar lrg lara1258 Laragia Darwin Region #> 37263 33A-2 lat lav latv1249 Latvian Indo-European #> 37292 33A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 37300 33A-3 laa gdm laal1242 Laal Laal #> 37353 33A-6 lag kot lagw1237 Lagwan Afro-Asiatic #> 37538 33A-7 lai cnh haka1240 Lai Sino-Tibetan #> 37653 33A-9 lal ywt xish1235 Lalo Sino-Tibetan #> 37654 33A-9 lao lao laoo1244 Lao Tai-Kadai #> 37793 34A-3 lan laj lang1324 Lango Eastern Sudanic #> 37880 34A-5 laz lzz lazz1240 Laz Kartvelian #> 37890 34A-6 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 37949 34A-6 lak lbe lakk1252 Lak Nakh-Daghestanian #> 37955 34A-6 lat lav latv1249 Latvian Indo-European #> 38039 35A-3 lan laj lang1324 Lango Eastern Sudanic #> 38066 35A-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 38067 35A-4 lak lbe lakk1252 Lak Nakh-Daghestanian #> 38082 35A-4 lat lav latv1249 Latvian Indo-European #> 38266 35A-8 lah lhu lahu1253 Lahu Sino-Tibetan #> 38273 35A-8 lad lbj lada1244 Ladakhi Sino-Tibetan #> 38299 36A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 38370 36A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 38452 36A-3 lao lao laoo1244 Lao Tai-Kadai #> 38478 36A-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 38507 36A-4 lan laj lang1324 Lango Eastern Sudanic #> 38574 37A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 38714 37A-1 laa gdm laal1242 Laal Laal #> 38743 37A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 38775 37A-2 lat lav latv1249 Latvian Indo-European #> 38852 37A-3 lag kot lagw1237 Lagwan Afro-Asiatic #> 38888 37A-3 lar lrg lara1258 Laragia Darwin Region #> 38903 37A-4 lan laj lang1324 Lango Eastern Sudanic #> 38992 37A-5 lal ywt xish1235 Lalo Sino-Tibetan #> 39100 37A-5 lai cnh haka1240 Lai Sino-Tibetan #> 39118 37A-5 lao lao laoo1244 Lao Tai-Kadai #> 39253 38A-2 lat lav latv1249 Latvian Indo-European #> 39304 38A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 39315 38A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 39365 38A-3 lan laj lang1324 Lango Eastern Sudanic #> 39370 38A-3 lad lbj lada1244 Ladakhi Sino-Tibetan #> 39473 38A-5 lal ywt xish1235 Lalo Sino-Tibetan #> 39532 38A-5 lai cnh haka1240 Lai Sino-Tibetan #> 39638 38A-5 lao lao laoo1244 Lao Tai-Kadai #> 39693 39A-3 lan laj lang1324 Lango Eastern Sudanic #> 39697 39A-3 lak lbe lakk1252 Lak Nakh-Daghestanian #> 39755 39A-3 lat lav latv1249 Latvian Indo-European #> 39819 39A-5 lad lbj lada1244 Ladakhi Sino-Tibetan #> 39821 39A-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 40188 4A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 40229 4A-2 lan laj lang1324 Lango Eastern Sudanic #> 40365 4A-4 lak lbe lakk1252 Lak Nakh-Daghestanian #> 40377 4A-4 lam lme peve1243 Lamé Afro-Asiatic #> 40392 4A-4 lat lav latv1249 Latvian Indo-European #> 40484 4A-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> 40496 4A-4 lah lhu lahu1253 Lahu Sino-Tibetan #> 40518 40A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 40612 40A-3 lat lav latv1249 Latvian Indo-European #> 40629 40A-3 lak lbe lakk1252 Lak Nakh-Daghestanian #> 40634 40A-3 lan laj lang1324 Lango Eastern Sudanic #> 40682 40A-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 40801 41A-2 lat lav latv1249 Latvian Indo-European #> 40885 41A-3 lan laj lang1324 Lango Eastern Sudanic #> 40887 41A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 40981 42A-1 lat lav latv1249 Latvian Indo-European #> 41102 42A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 41112 42A-2 lan laj lang1324 Lango Eastern Sudanic #> 41189 43A-1 lan laj lang1324 Lango Eastern Sudanic #> 41216 43A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 41248 43A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 41331 43A-5 lat lav latv1249 Latvian Indo-European #> 41387 44A-2 lat lav latv1249 Latvian Indo-European #> 41391 44A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 41580 44A-6 lak lbe lakk1252 Lak Nakh-Daghestanian #> 41635 44A-6 lah lhu lahu1253 Lahu Sino-Tibetan #> 41707 44A-6 lan laj lang1324 Lango Eastern Sudanic #> 41740 44A-6 lad lbj lada1244 Ladakhi Sino-Tibetan #> 41818 45A-1 lan laj lang1324 Lango Eastern Sudanic #> 41872 45A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 41902 45A-2 lat lav latv1249 Latvian Indo-European #> 42089 46A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 42115 46A-1 lat lav latv1249 Latvian Indo-European #> 42148 46A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 42223 46A-2 lan laj lang1324 Lango Eastern Sudanic #> 42303 47A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 42320 47A-1 lan laj lang1324 Lango Eastern Sudanic #> 42421 47A-2 lat lav latv1249 Latvian Indo-European #> 42565 48A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 42591 48A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 42622 48A-2 lat lav latv1249 Latvian Indo-European #> 42638 48A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 42760 48A-3 lan laj lang1324 Lango Eastern Sudanic #> 42813 48A-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 42830 49A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 42913 49A-1 lan laj lang1324 Lango Eastern Sudanic #> 42963 49A-5 lat lav latv1249 Latvian Indo-European #> 42966 49A-5 lad lbj lada1244 Ladakhi Sino-Tibetan #> 43048 49A-8 lak lbe lakk1252 Lak Nakh-Daghestanian #> 43420 5A-2 lam lme peve1243 Lamé Afro-Asiatic #> 43444 5A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 43445 5A-2 lat lav latv1249 Latvian Indo-European #> 43471 5A-2 lan laj lang1324 Lango Eastern Sudanic #> 43558 5A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 43578 5A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 43628 5A-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 43719 50A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 43725 50A-1 lan laj lang1324 Lango Eastern Sudanic #> 43755 50A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 43779 50A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 43890 50A-6 lat lav latv1249 Latvian Indo-European #> 44015 51A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 44133 51A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 44349 51A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 44358 51A-1 lat lav latv1249 Latvian Indo-European #> 44572 51A-9 lai cnh haka1240 Lai Sino-Tibetan #> 44620 51A-9 lal ywt xish1235 Lalo Sino-Tibetan #> 44691 51A-9 lao lao laoo1244 Lao Tai-Kadai #> 44710 51A-9 laf laf lafo1243 Lafofa Kordofanian #> 44780 51A-9 lah lhu lahu1253 Lahu Sino-Tibetan #> 44838 51A-9 lar lrg lara1258 Laragia Darwin Region #> 44933 51A-9 lan laj lang1324 Lango Eastern Sudanic #> 44953 52A-1 lat lav latv1249 Latvian Indo-European #> 45075 52A-2 laz lzz lazz1240 Laz Kartvelian #> 45087 52A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 45112 52A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 45155 52A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 45255 52A-3 lan laj lang1324 Lango Eastern Sudanic #> 45307 53A-3 lan laj lang1324 Lango Eastern Sudanic #> 45384 53A-5 lad lbj lada1244 Ladakhi Sino-Tibetan #> 45525 53A-7 lat lav latv1249 Latvian Indo-European #> 45720 54A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 45793 54A-5 lat lav latv1249 Latvian Indo-European #> 45931 55A-1 lat lav latv1249 Latvian Indo-European #> 45938 55A-1 lan laj lang1324 Lango Eastern Sudanic #> 46219 55A-3 lai cnh haka1240 Lai Sino-Tibetan #> 46235 55A-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 46247 56A-1 lan laj lang1324 Lango Eastern Sudanic #> 46252 56A-1 lat lav latv1249 Latvian Indo-European #> 46520 57A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 46791 57A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 46804 57A-2 lar lrg lara1258 Laragia Darwin Region #> 46918 57A-2 laa gdm laal1242 Laal Laal #> 47001 57A-4 lat lav latv1249 Latvian Indo-European #> 47026 57A-4 lal ywt xish1235 Lalo Sino-Tibetan #> 47138 57A-4 lai cnh haka1240 Lai Sino-Tibetan #> 47163 57A-4 lao lao laoo1244 Lao Tai-Kadai #> 47406 58A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 47486 58A-2 lan laj lang1324 Lango Eastern Sudanic #> 47531 58B-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 47696 58B-1 lan laj lang1324 Lango Eastern Sudanic #> 47836 59A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 47914 59A-2 lan laj lang1324 Lango Eastern Sudanic #> 48122 6A-1 lam lme peve1243 Lamé Afro-Asiatic #> 48172 6A-1 lat lav latv1249 Latvian Indo-European #> 48328 6A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 48351 6A-1 lan laj lang1324 Lango Eastern Sudanic #> 48366 6A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 48473 6A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 48519 6A-4 lak lbe lakk1252 Lak Nakh-Daghestanian #> 48556 60A-1 lan laj lang1324 Lango Eastern Sudanic #> 48637 60A-6 lai cnh haka1240 Lai Sino-Tibetan #> 48800 61A-5 lan laj lang1324 Lango Eastern Sudanic #> 48811 61A-7 lai cnh haka1240 Lai Sino-Tibetan #> 48831 62A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 48835 62A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 48844 62A-2 lan laj lang1324 Lango Eastern Sudanic #> 48891 62A-4 lat lav latv1249 Latvian Indo-European #> 48989 63A-1 lat lav latv1249 Latvian Indo-European #> 49108 63A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 49224 64A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 49231 64A-1 lat lav latv1249 Latvian Indo-European #> 49279 64A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 49326 64A-1 laz lzz lazz1240 Laz Kartvelian #> 49458 64A-2 lan laj lang1324 Lango Eastern Sudanic #> 49491 64A-2 lai cnh haka1240 Lai Sino-Tibetan #> 49565 65A-1 lan laj lang1324 Lango Eastern Sudanic #> 49672 65A-2 lao lao laoo1244 Lao Tai-Kadai #> 49673 65A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 49681 65A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 49727 65A-2 lai cnh haka1240 Lai Sino-Tibetan #> 49729 65A-2 lat lav latv1249 Latvian Indo-European #> 49764 66A-1 lat lav latv1249 Latvian Indo-European #> 49885 66A-4 lai cnh haka1240 Lai Sino-Tibetan #> 49887 66A-4 lan laj lang1324 Lango Eastern Sudanic #> 49888 66A-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 49899 66A-4 lao lao laoo1244 Lao Tai-Kadai #> 49937 66A-4 lah lhu lahu1253 Lahu Sino-Tibetan #> 49995 67A-1 lat lav latv1249 Latvian Indo-European #> 50034 67A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 50071 67A-2 lai cnh haka1240 Lai Sino-Tibetan #> 50093 67A-2 lan laj lang1324 Lango Eastern Sudanic #> 50145 67A-2 lao lao laoo1244 Lao Tai-Kadai #> 50157 67A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 50195 68A-2 lao lao laoo1244 Lao Tai-Kadai #> 50218 68A-3 lai cnh haka1240 Lai Sino-Tibetan #> 50246 68A-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 50257 68A-3 lat lav latv1249 Latvian Indo-European #> 50341 68A-4 lan laj lang1324 Lango Eastern Sudanic #> 50376 68A-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 50469 69A-1 lag kot lagw1237 Lagwan Afro-Asiatic #> 50685 69A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 50942 69A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 50976 69A-2 lac lac laca1243 Lacandón Mayan #> 51225 69A-3 lan laj lang1324 Lango Eastern Sudanic #> 51261 69A-4 laa gdm laal1242 Laal Laal #> 51321 69A-4 lar lrg lara1258 Laragia Darwin Region #> 51357 69A-4 lat lav latv1249 Latvian Indo-European #> 51387 69A-5 lai cnh haka1240 Lai Sino-Tibetan #> 51459 69A-5 lal ywt xish1235 Lalo Sino-Tibetan #> 51507 69A-5 lao lao laoo1244 Lao Tai-Kadai #> 51605 7A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 51677 7A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 51694 7A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 51886 7A-1 lan laj lang1324 Lango Eastern Sudanic #> 51933 7A-1 lat lav latv1249 Latvian Indo-European #> 51977 7A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 52034 7A-3 lam lme peve1243 Lamé Afro-Asiatic #> 52215 70A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 52237 70A-1 lan laj lang1324 Lango Eastern Sudanic #> 52308 70A-1 laz lzz lazz1240 Laz Kartvelian #> 52344 70A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 52356 70A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 52436 70A-3 lat lav latv1249 Latvian Indo-European #> 52740 71A-1 lat lav latv1249 Latvian Indo-European #> 52811 71A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 52884 71A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 53043 71A-4 lan laj lang1324 Lango Eastern Sudanic #> 53082 71A-4 laz lzz lazz1240 Laz Kartvelian #> 53083 71A-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 53160 72A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 53400 72A-4 laz lzz lazz1240 Laz Kartvelian #> 53412 72A-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 53416 72A-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> 53424 72A-4 lat lav latv1249 Latvian Indo-European #> 53487 72A-4 lan laj lang1324 Lango Eastern Sudanic #> 53539 73A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 53735 73A-2 lat lav latv1249 Latvian Indo-European #> 53739 73A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 53804 73A-2 lan laj lang1324 Lango Eastern Sudanic #> 53813 73A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 53854 74A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 53863 74A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 53925 74A-2 lan laj lang1324 Lango Eastern Sudanic #> 53974 74A-2 lat lav latv1249 Latvian Indo-European #> 54023 74A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 54099 75A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 54135 75A-1 lat lav latv1249 Latvian Indo-European #> 54167 75A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 54282 75A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 54306 75A-3 lan laj lang1324 Lango Eastern Sudanic #> 54335 76A-1 lat lav latv1249 Latvian Indo-European #> 54401 76A-2 lan laj lang1324 Lango Eastern Sudanic #> 54411 76A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 54470 76A-3 lad lbj lada1244 Ladakhi Sino-Tibetan #> 54497 76A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 54539 77A-1 lan laj lang1324 Lango Eastern Sudanic #> 54562 77A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 54682 77A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 54750 77A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 54800 77A-2 lat lav latv1249 Latvian Indo-European #> 54899 77A-3 laz lzz lazz1240 Laz Kartvelian #> 54904 77A-3 lad lbj lada1244 Ladakhi Sino-Tibetan #> 54974 78A-1 lan laj lang1324 Lango Eastern Sudanic #> 55005 78A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 55108 78A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 55200 78A-2 lat lav latv1249 Latvian Indo-European #> 55249 78A-3 lad lbj lada1244 Ladakhi Sino-Tibetan #> 55262 78A-3 laz lzz lazz1240 Laz Kartvelian #> 55291 78A-4 lah lhu lahu1253 Lahu Sino-Tibetan #> 55370 79A-1 lat lav latv1249 Latvian Indo-European #> 55463 79A-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> 55499 79A-4 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 55500 79A-4 lan laj lang1324 Lango Eastern Sudanic #> 55652 79B-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 55713 79B-5 lad lbj lada1244 Ladakhi Sino-Tibetan #> 55727 79B-5 lat lav latv1249 Latvian Indo-European #> 55740 79B-5 lan laj lang1324 Lango Eastern Sudanic #> 55889 8A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 55900 8A-2 lat lav latv1249 Latvian Indo-European #> 55972 8A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 56023 8A-2 lan laj lang1324 Lango Eastern Sudanic #> 56032 8A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 56086 8A-2 lak lbe lakk1252 Lak Nakh-Daghestanian #> 56285 8A-4 lam lme peve1243 Lamé Afro-Asiatic #> 56330 80A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 56334 80A-1 lat lav latv1249 Latvian Indo-European #> 56357 80A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 56415 80A-1 lan laj lang1324 Lango Eastern Sudanic #> 56673 81A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 56761 81A-1 lai cnh haka1240 Lai Sino-Tibetan #> 56785 81A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 56870 81A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 57041 81A-1 lal ywt xish1235 Lalo Sino-Tibetan #> 57112 81A-2 lan laj lang1324 Lango Eastern Sudanic #> 57149 81A-2 lab lbu labu1248 Labu Austronesian #> 57313 81A-2 lao lao laoo1244 Lao Tai-Kadai #> 57371 81A-2 laa gdm laal1242 Laal Laal #> 57515 81A-2 lat lav latv1249 Latvian Indo-European #> 57536 81A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 57849 81A-7 lac lac laca1243 Lacandón Mayan #> 57940 81B-4 lac lac laca1243 Lacandón Mayan #> 58062 82A-1 lag kot lagw1237 Lagwan Afro-Asiatic #> 58137 82A-1 laa gdm laal1242 Laal Laal #> 58172 82A-1 lab lbu labu1248 Labu Austronesian #> 58252 82A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 58299 82A-1 lan laj lang1324 Lango Eastern Sudanic #> 58418 82A-1 lao lao laoo1244 Lao Tai-Kadai #> 58554 82A-1 lal ywt xish1235 Lalo Sino-Tibetan #> 58710 82A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 58782 82A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 58798 82A-1 lai cnh haka1240 Lai Sino-Tibetan #> 58800 82A-1 lar lrg lara1258 Laragia Darwin Region #> 59090 82A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 59373 82A-3 lat lav latv1249 Latvian Indo-European #> 59415 82A-3 lac lac laca1243 Lacandón Mayan #> 59449 83A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 59557 83A-1 lal ywt xish1235 Lalo Sino-Tibetan #> 59787 83A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 59804 83A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 59830 83A-1 lai cnh haka1240 Lai Sino-Tibetan #> 60032 83A-1 lar lrg lara1258 Laragia Darwin Region #> 60078 83A-1 laf laf lafo1243 Lafofa Kordofanian #> 60154 83A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 60321 83A-2 lan laj lang1324 Lango Eastern Sudanic #> 60336 83A-2 lac lac laca1243 Lacandón Mayan #> 60581 83A-2 lat lav latv1249 Latvian Indo-European #> 60614 83A-2 lao lao laoo1244 Lao Tai-Kadai #> 60761 83A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 60793 83A-2 laa gdm laal1242 Laal Laal #> 60815 83A-2 lab lbu labu1248 Labu Austronesian #> 60983 84A-1 lan laj lang1324 Lango Eastern Sudanic #> 61207 84A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 61459 84A-6 lar lrg lara1258 Laragia Darwin Region #> 61625 85A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 61681 85A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 61689 85A-1 lai cnh haka1240 Lai Sino-Tibetan #> 61871 85A-1 lar lrg lara1258 Laragia Darwin Region #> 61878 85A-1 lal ywt xish1235 Lalo Sino-Tibetan #> 61973 85A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 62028 85A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 62156 85A-2 lan laj lang1324 Lango Eastern Sudanic #> 62322 85A-2 lat lav latv1249 Latvian Indo-European #> 62330 85A-2 laa gdm laal1242 Laal Laal #> 62367 85A-2 lao lao laoo1244 Lao Tai-Kadai #> 62396 85A-2 lab lbu labu1248 Labu Austronesian #> 62464 85A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 62508 85A-2 lac lac laca1243 Lacandón Mayan #> 62797 86A-1 lat lav latv1249 Latvian Indo-European #> 62882 86A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 63044 86A-1 lal ywt xish1235 Lalo Sino-Tibetan #> 63121 86A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 63186 86A-1 lai cnh haka1240 Lai Sino-Tibetan #> 63280 86A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 63304 86A-1 lab lbu labu1248 Labu Austronesian #> 63410 86A-2 laa gdm laal1242 Laal Laal #> 63458 86A-2 lac lac laca1243 Lacandón Mayan #> 63518 86A-2 lao lao laoo1244 Lao Tai-Kadai #> 63522 86A-2 lar lrg lara1258 Laragia Darwin Region #> 63531 86A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 63599 86A-2 lan laj lang1324 Lango Eastern Sudanic #> 63826 86A-3 laf laf lafo1243 Lafofa Kordofanian #> 64161 87A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 64169 87A-1 lac lac laca1243 Lacandón Mayan #> 64205 87A-1 lat lav latv1249 Latvian Indo-European #> 64517 87A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 64519 87A-2 lab lbu labu1248 Labu Austronesian #> 64568 87A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 64638 87A-2 lao lao laoo1244 Lao Tai-Kadai #> 64659 87A-2 lan laj lang1324 Lango Eastern Sudanic #> 64850 87A-2 laa gdm laal1242 Laal Laal #> 64875 87A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 65027 87A-2 lal ywt xish1235 Lalo Sino-Tibetan #> 65093 87A-2 lar lrg lara1258 Laragia Darwin Region #> 65167 87A-3 lah lhu lahu1253 Lahu Sino-Tibetan #> 65184 87A-3 laf laf lafo1243 Lafofa Kordofanian #> 65216 87A-3 lai cnh haka1240 Lai Sino-Tibetan #> 65345 88A-1 lat lav latv1249 Latvian Indo-European #> 65580 88A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 65647 88A-1 lac lac laca1243 Lacandón Mayan #> 65808 88A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 65915 88A-2 lab lbu labu1248 Labu Austronesian #> 65940 88A-2 lao lao laoo1244 Lao Tai-Kadai #> 66182 88A-2 lal ywt xish1235 Lalo Sino-Tibetan #> 66257 88A-2 laa gdm laal1242 Laal Laal #> 66317 88A-2 lan laj lang1324 Lango Eastern Sudanic #> 66375 88A-4 lag kot lagw1237 Lagwan Afro-Asiatic #> 66399 88A-5 lai cnh haka1240 Lai Sino-Tibetan #> 66710 89A-1 lat lav latv1249 Latvian Indo-European #> 66812 89A-1 lac lac laca1243 Lacandón Mayan #> 67015 89A-2 lab lbu labu1248 Labu Austronesian #> 67089 89A-2 lao lao laoo1244 Lao Tai-Kadai #> 67097 89A-2 lan laj lang1324 Lango Eastern Sudanic #> 67261 89A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 67307 89A-2 lar lrg lara1258 Laragia Darwin Region #> 67337 89A-2 lai cnh haka1240 Lai Sino-Tibetan #> 67414 89A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 67425 89A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 67545 89A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 67558 89A-2 lal ywt xish1235 Lalo Sino-Tibetan #> 67677 9A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 67681 9A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 67739 9A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 67782 9A-1 lan laj lang1324 Lango Eastern Sudanic #> 68001 9A-3 lak lbe lakk1252 Lak Nakh-Daghestanian #> 68027 9A-3 lat lav latv1249 Latvian Indo-European #> 68168 90A-1 lan laj lang1324 Lango Eastern Sudanic #> 68195 90A-1 lat lav latv1249 Latvian Indo-European #> 68314 90A-1 lao lao laoo1244 Lao Tai-Kadai #> 68370 90A-1 lab lbu labu1248 Labu Austronesian #> 68823 90A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 68843 90A-3 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 68876 90A-7 lal ywt xish1235 Lalo Sino-Tibetan #> 68880 90A-7 lai cnh haka1240 Lai Sino-Tibetan #> 69026 90B-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 69079 90B-2 lal ywt xish1235 Lalo Sino-Tibetan #> 69103 90B-3 lai cnh haka1240 Lai Sino-Tibetan #> 69272 90C-1 lab lbu labu1248 Labu Austronesian #> 69340 90C-1 lao lao laoo1244 Lao Tai-Kadai #> 69578 90C-1 lat lav latv1249 Latvian Indo-European #> 69689 90C-1 lan laj lang1324 Lango Eastern Sudanic #> 69718 90C-2 lal ywt xish1235 Lalo Sino-Tibetan #> 69740 90D-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 69773 90D-2 lai cnh haka1240 Lai Sino-Tibetan #> 69862 91A-1 lat lav latv1249 Latvian Indo-European #> 70091 91A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 70106 91A-2 lai cnh haka1240 Lai Sino-Tibetan #> 70140 91A-2 lal ywt xish1235 Lalo Sino-Tibetan #> 70237 91A-2 lao lao laoo1244 Lao Tai-Kadai #> 70431 92A-1 lat lav latv1249 Latvian Indo-European #> 70474 92A-2 lai cnh haka1240 Lai Sino-Tibetan #> 70489 92A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 70597 92A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 70609 92A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 70646 92A-2 lao lao laoo1244 Lao Tai-Kadai #> 70710 92A-2 lal ywt xish1235 Lalo Sino-Tibetan #> 70736 92A-2 lac lac laca1243 Lacandón Mayan #> 70845 92A-5 laa gdm laal1242 Laal Laal #> 70858 92A-6 lad lbj lada1244 Ladakhi Sino-Tibetan #> 70862 92A-6 lab lbu labu1248 Labu Austronesian #> 70899 92A-6 lan laj lang1324 Lango Eastern Sudanic #> 71416 93A-1 lat lav latv1249 Latvian Indo-European #> 71473 93A-2 lao lao laoo1244 Lao Tai-Kadai #> 71496 93A-2 lab lbu labu1248 Labu Austronesian #> 71499 93A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 71667 93A-2 laa gdm laal1242 Laal Laal #> 71692 93A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 71849 93A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 71883 93A-2 lan laj lang1324 Lango Eastern Sudanic #> 71914 93A-2 lal ywt xish1235 Lalo Sino-Tibetan #> 72038 93A-2 lai cnh haka1240 Lai Sino-Tibetan #> 72059 93A-2 lag kot lagw1237 Lagwan Afro-Asiatic #> 72213 94A-1 laa gdm laal1242 Laal Laal #> 72234 94A-1 lao lao laoo1244 Lao Tai-Kadai #> 72237 94A-1 lat lav latv1249 Latvian Indo-European #> 72486 94A-1 lac lac laca1243 Lacandón Mayan #> 72576 94A-2 lal ywt xish1235 Lalo Sino-Tibetan #> 72590 94A-2 lah lhu lahu1253 Lahu Sino-Tibetan #> 72600 94A-2 lai cnh haka1240 Lai Sino-Tibetan #> 72714 94A-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 72731 94A-5 lag kot lagw1237 Lagwan Afro-Asiatic #> 72821 95A-1 lad lbj lada1244 Ladakhi Sino-Tibetan #> 72947 95A-1 lar lrg lara1258 Laragia Darwin Region #> 72960 95A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 73047 95A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 73089 95A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 73159 95A-1 lai cnh haka1240 Lai Sino-Tibetan #> 73183 95A-1 lal ywt xish1235 Lalo Sino-Tibetan #> 73295 95A-4 lac lac laca1243 Lacandón Mayan #> 73316 95A-4 lab lbu labu1248 Labu Austronesian #> 73322 95A-4 lat lav latv1249 Latvian Indo-European #> 73427 95A-4 lan laj lang1324 Lango Eastern Sudanic #> 73482 95A-4 lao lao laoo1244 Lao Tai-Kadai #> 73574 95A-4 laa gdm laal1242 Laal Laal #> 73714 95A-4 lag kot lagw1237 Lagwan Afro-Asiatic #> 73960 96A-1 lah lhu lahu1253 Lahu Sino-Tibetan #> 74198 96A-4 lab lbu labu1248 Labu Austronesian #> 74266 96A-4 lan laj lang1324 Lango Eastern Sudanic #> 74281 96A-4 lao lao laoo1244 Lao Tai-Kadai #> 74479 96A-4 lat lav latv1249 Latvian Indo-European #> 74582 96A-5 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 74617 96A-5 lal ywt xish1235 Lalo Sino-Tibetan #> 74755 96A-5 lai cnh haka1240 Lai Sino-Tibetan #> 74924 97A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 75013 97A-2 lal ywt xish1235 Lalo Sino-Tibetan #> 75153 97A-2 lar lrg lara1258 Laragia Darwin Region #> 75165 97A-2 lad lbj lada1244 Ladakhi Sino-Tibetan #> 75321 97A-2 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 75414 97A-3 lat lav latv1249 Latvian Indo-European #> 75449 97A-3 lac lac laca1243 Lacandón Mayan #> 75497 97A-4 lag kot lagw1237 Lagwan Afro-Asiatic #> 75526 97A-4 lab lbu labu1248 Labu Austronesian #> 75572 97A-4 lao lao laoo1244 Lao Tai-Kadai #> 75595 97A-4 laa gdm laal1242 Laal Laal #> 75677 97A-4 lan laj lang1324 Lango Eastern Sudanic #> 75919 97A-5 laf laf lafo1243 Lafofa Kordofanian #> 75957 97A-5 lah lhu lahu1253 Lahu Sino-Tibetan #> 76080 97A-5 lai cnh haka1240 Lai Sino-Tibetan #> 76122 98A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 76195 98A-1 lan laj lang1324 Lango Eastern Sudanic #> 76229 98A-2 lat lav latv1249 Latvian Indo-European #> 76271 98A-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> 76273 98A-4 lak lbe lakk1252 Lak Nakh-Daghestanian #> 76316 99A-1 lak lbe lakk1252 Lak Nakh-Daghestanian #> 76338 99A-1 lav lvk lavu1241 Lavukaleve Solomons East Papuan #> 76371 99A-1 lan laj lang1324 Lango Eastern Sudanic #> 76380 99A-2 lat lav latv1249 Latvian Indo-European #> 76452 99A-4 lad lbj lada1244 Ladakhi Sino-Tibetan #> genus macroarea countrycodes latitude longitude in_WALS_100 #> 151 Nilotic Africa UG 2.166667 33.00000 TRUE #> 198 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 419 Masa Africa TD CM 9.000000 14.50000 FALSE #> 476 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 483 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 500 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 551 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 619 Nilotic Africa UG 2.166667 33.00000 TRUE #> 635 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 654 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 709 Masa Africa TD CM 9.000000 14.50000 FALSE #> 713 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 722 Laal Africa TD 10.000000 17.66667 FALSE #> 790 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 808 Laal Africa TD 10.000000 17.66667 FALSE #> 822 Masa Africa TD CM 9.000000 14.50000 FALSE #> 862 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 868 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 1004 Nilotic Africa UG 2.166667 33.00000 TRUE #> 1055 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 1069 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 1158 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 1253 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 1304 Laal Africa TD 10.000000 17.66667 FALSE #> 1509 Nilotic Africa UG 2.166667 33.00000 TRUE #> 1586 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 1826 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 1857 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 1902 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 1903 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 1970 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 2009 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 2090 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 2100 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 2221 Nilotic Africa UG 2.166667 33.00000 TRUE #> 2254 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 2340 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 2393 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 2434 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 2450 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 2595 Nilotic Africa UG 2.166667 33.00000 TRUE #> 2617 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 2709 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 2726 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 2768 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 2798 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 2968 Nilotic Africa UG 2.166667 33.00000 TRUE #> 3024 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 3091 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 3093 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 3182 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 3209 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 3352 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 3404 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 3423 Nilotic Africa UG 2.166667 33.00000 TRUE #> 3624 Nilotic Africa UG 2.166667 33.00000 TRUE #> 3661 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 3847 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 3872 Nilotic Africa UG 2.166667 33.00000 TRUE #> 3893 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 3910 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 3926 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 4005 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 4019 Nilotic Africa UG 2.166667 33.00000 TRUE #> 4025 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 4036 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 4086 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 4219 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 4230 Nilotic Africa UG 2.166667 33.00000 TRUE #> 4235 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 4366 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 4410 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 4441 Nilotic Africa UG 2.166667 33.00000 TRUE #> 4487 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 4506 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 4521 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 4575 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 4586 Nilotic Africa UG 2.166667 33.00000 TRUE #> 4658 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 4690 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 4716 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 4763 Masa Africa TD CM 9.000000 14.50000 FALSE #> 4819 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 4918 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 4932 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 5042 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 5194 Nilotic Africa UG 2.166667 33.00000 TRUE #> 5242 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 5319 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 5372 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 5373 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 5415 Nilotic Africa UG 2.166667 33.00000 TRUE #> 5512 Nilotic Africa UG 2.166667 33.00000 TRUE #> 5607 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 5609 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 5631 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 5716 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 5729 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 5861 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 6129 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 6138 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 6214 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 6328 Mayan North America MX 17.000000 -91.50000 FALSE #> 6367 Laal Africa TD 10.000000 17.66667 FALSE #> 6387 Laragia Australia AU -12.666667 130.83333 FALSE #> 6550 Nilotic Africa UG 2.166667 33.00000 TRUE #> 6690 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 6692 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 6696 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 6767 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 6903 Nilotic Africa UG 2.166667 33.00000 TRUE #> 7107 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 7119 Laragia Australia AU -12.666667 130.83333 FALSE #> 7120 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 7149 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 7178 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 7243 Laragia Australia AU -12.666667 130.83333 FALSE #> 7285 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 7322 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 7332 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 7354 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 7465 Nilotic Africa UG 2.166667 33.00000 TRUE #> 7502 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 7599 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 7603 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 7689 Nilotic Africa UG 2.166667 33.00000 TRUE #> 7754 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 7772 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 7862 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 7919 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 7970 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 7992 Laal Africa TD 10.000000 17.66667 FALSE #> 8092 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 8096 Mayan North America MX 17.000000 -91.50000 FALSE #> 8146 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 8350 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 8495 Nilotic Africa UG 2.166667 33.00000 TRUE #> 8558 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 8664 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 8693 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 8732 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 8826 Nilotic Africa UG 2.166667 33.00000 TRUE #> 9003 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 9026 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 9115 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 9141 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 9250 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 9332 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 9341 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 9420 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 9618 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 9637 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 9771 Nilotic Africa UG 2.166667 33.00000 TRUE #> 9872 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 9981 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 10022 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 10083 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 10117 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 10158 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 10247 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 10355 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 10425 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 10441 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 10566 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 10682 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 10707 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 10713 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 10842 Nilotic Africa UG 2.166667 33.00000 TRUE #> 10874 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 10893 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 10900 Nilotic Africa UG 2.166667 33.00000 TRUE #> 10985 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 11018 Nilotic Africa UG 2.166667 33.00000 TRUE #> 11081 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 11219 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 11352 Nilotic Africa UG 2.166667 33.00000 TRUE #> 11385 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 11467 Nilotic Africa UG 2.166667 33.00000 TRUE #> 11544 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 11687 Nilotic Africa UG 2.166667 33.00000 TRUE #> 11766 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 11848 Nilotic Africa UG 2.166667 33.00000 TRUE #> 11930 Oceanic Papunesia SB -9.583333 161.50000 FALSE #> 12263 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 12599 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 12702 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 12838 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 12844 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 12883 Nilotic Africa UG 2.166667 33.00000 TRUE #> 12982 Masa Africa TD CM 9.000000 14.50000 FALSE #> 13032 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 13494 Oceanic Papunesia SB -9.583333 161.50000 FALSE #> 13547 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 13728 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 13732 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 13770 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 13778 Nilotic Africa UG 2.166667 33.00000 TRUE #> 14433 Nilotic Africa UG 2.166667 33.00000 TRUE #> 14508 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 14725 Nilotic Africa UG 2.166667 33.00000 TRUE #> 14804 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 14995 Nilotic Africa UG 2.166667 33.00000 TRUE #> 15026 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 15121 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 15188 Nilotic Africa UG 2.166667 33.00000 TRUE #> 15437 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 15519 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 15545 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 15763 Laragia Australia AU -12.666667 130.83333 FALSE #> 15829 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 15833 Nilotic Africa UG 2.166667 33.00000 TRUE #> 15881 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 16199 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 16225 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 16259 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 16304 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 16631 Mayan North America MX 17.000000 -91.50000 FALSE #> 16636 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 16712 Nilotic Africa UG 2.166667 33.00000 TRUE #> 16724 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 16792 Laragia Australia AU -12.666667 130.83333 FALSE #> 16806 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 16811 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 17019 Laal Africa TD 10.000000 17.66667 FALSE #> 17068 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 17070 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 17072 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 17245 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 17899 Mayan North America MX 17.000000 -91.50000 FALSE #> 17990 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 18111 Nilotic Africa UG 2.166667 33.00000 TRUE #> 18145 Laragia Australia AU -12.666667 130.83333 FALSE #> 18269 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 18288 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 18697 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 18699 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 18790 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 18904 Laal Africa TD 10.000000 17.66667 FALSE #> 18905 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 19056 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 19121 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 19231 Laal Africa TD 10.000000 17.66667 FALSE #> 19258 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 19312 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 19319 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 19677 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 19736 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 19772 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 19923 Nilotic Africa UG 2.166667 33.00000 TRUE #> 20046 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 20081 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 20316 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 20375 Laragia Australia AU -12.666667 130.83333 FALSE #> 20447 Mayan North America MX 17.000000 -91.50000 FALSE #> 20487 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 20512 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 20560 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 20577 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 20635 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 20646 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 20821 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 21077 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 21456 Mayan North America MX 17.000000 -91.50000 FALSE #> 21479 Laal Africa TD 10.000000 17.66667 FALSE #> 21564 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 21748 Laragia Australia AU -12.666667 130.83333 FALSE #> 21756 Nilotic Africa UG 2.166667 33.00000 TRUE #> 21891 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 22132 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 22162 Nilotic Africa UG 2.166667 33.00000 TRUE #> 22232 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 22316 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 22522 Mayan North America MX 17.000000 -91.50000 FALSE #> 22564 Laragia Australia AU -12.666667 130.83333 FALSE #> 22570 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 22696 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 22733 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 22736 Laal Africa TD 10.000000 17.66667 FALSE #> 22832 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 22890 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 23312 Nilotic Africa UG 2.166667 33.00000 TRUE #> 23351 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 23363 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 23380 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 23430 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 23528 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 23545 Laal Africa TD 10.000000 17.66667 FALSE #> 23555 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 23689 Mayan North America MX 17.000000 -91.50000 FALSE #> 23800 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 23860 Nilotic Africa UG 2.166667 33.00000 TRUE #> 23900 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 23958 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 23969 Laal Africa TD 10.000000 17.66667 FALSE #> 24024 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 24101 Mayan North America MX 17.000000 -91.50000 FALSE #> 24274 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 24293 Laal Africa TD 10.000000 17.66667 FALSE #> 24362 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 24438 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 24540 Nilotic Africa UG 2.166667 33.00000 TRUE #> 24617 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 24669 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 24746 Nilotic Africa UG 2.166667 33.00000 TRUE #> 24825 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 24977 Laal Africa TD 10.000000 17.66667 FALSE #> 24994 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 25033 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 25122 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 25231 Mayan North America MX 17.000000 -91.50000 FALSE #> 25244 Nilotic Africa UG 2.166667 33.00000 TRUE #> 25320 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 25342 Laal Africa TD 10.000000 17.66667 FALSE #> 25370 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 25436 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 25553 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 25561 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 25564 Laal Africa TD 10.000000 17.66667 FALSE #> 25676 Mayan North America MX 17.000000 -91.50000 FALSE #> 25776 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 25861 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 25871 Nilotic Africa UG 2.166667 33.00000 TRUE #> 25980 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 26025 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 26055 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 26141 Laragia Australia AU -12.666667 130.83333 FALSE #> 26234 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 26327 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 26548 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 26555 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 26705 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 26734 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 26814 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 26984 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 27178 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 27291 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 27406 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 27417 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 27482 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 27535 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 27656 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 27702 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 27894 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 28002 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 28098 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 28275 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 28345 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 28432 Mayan North America MX 17.000000 -91.50000 FALSE #> 28554 Mayan North America MX 17.000000 -91.50000 FALSE #> 28816 Mayan North America MX 17.000000 -91.50000 FALSE #> 28869 Mayan North America MX 17.000000 -91.50000 FALSE #> 29032 Laragia Australia AU -12.666667 130.83333 FALSE #> 29254 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 29375 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 29391 Nilotic Africa UG 2.166667 33.00000 TRUE #> 29529 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 29630 Nilotic Africa UG 2.166667 33.00000 TRUE #> 29713 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 29783 Laragia Australia AU -12.666667 130.83333 FALSE #> 30053 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 30107 Laragia Australia AU -12.666667 130.83333 FALSE #> 30253 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 30342 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 30395 Masa Africa TD CM 9.000000 14.50000 FALSE #> 30416 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 30531 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 30533 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 30754 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 30863 Nilotic Africa UG 2.166667 33.00000 TRUE #> 30889 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 30900 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 30957 Masa Africa TD CM 9.000000 14.50000 FALSE #> 31016 Nilotic Africa UG 2.166667 33.00000 TRUE #> 31171 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 31267 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 31400 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 31535 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 31580 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 31637 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 31641 Masa Africa TD CM 9.000000 14.50000 FALSE #> 31728 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 31849 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 31910 Nilotic Africa UG 2.166667 33.00000 TRUE #> 32040 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 32141 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 32149 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 32158 Nilotic Africa UG 2.166667 33.00000 TRUE #> 32236 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 32249 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 32269 Nilotic Africa UG 2.166667 33.00000 TRUE #> 32340 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 32376 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 32380 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 32410 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 32493 Nilotic Africa UG 2.166667 33.00000 TRUE #> 32549 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 32611 Nilotic Africa UG 2.166667 33.00000 TRUE #> 32620 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 32708 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 32710 Nilotic Africa UG 2.166667 33.00000 TRUE #> 32803 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 32885 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 32905 Nilotic Africa UG 2.166667 33.00000 TRUE #> 33086 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 33124 Nilotic Africa UG 2.166667 33.00000 TRUE #> 33127 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 33345 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 33385 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 33522 Nilotic Africa UG 2.166667 33.00000 TRUE #> 33554 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 33636 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 33637 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 33652 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 33671 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 33820 Laal Africa TD 10.000000 17.66667 FALSE #> 34010 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 34103 Mayan North America MX 17.000000 -91.50000 FALSE #> 34183 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 34191 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 34292 Nilotic Africa UG 2.166667 33.00000 TRUE #> 34373 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 34472 Laragia Australia AU -12.666667 130.83333 FALSE #> 34726 Mayan North America MX 17.000000 -91.50000 FALSE #> 34796 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 34884 Nilotic Africa UG 2.166667 33.00000 TRUE #> 34947 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 34985 Nilotic Africa UG 2.166667 33.00000 TRUE #> 35065 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 35085 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 35114 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 35153 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 35199 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 35200 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 35231 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 35238 Nilotic Africa UG 2.166667 33.00000 TRUE #> 35360 Nilotic Africa UG 2.166667 33.00000 TRUE #> 35519 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 35533 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 35591 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 35786 Masa Africa TD CM 9.000000 14.50000 FALSE #> 35824 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 35861 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 35931 Nilotic Africa UG 2.166667 33.00000 TRUE #> 35943 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 36012 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 36073 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 36086 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 36111 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 36147 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 36154 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 36170 Nilotic Africa UG 2.166667 33.00000 TRUE #> 36317 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 36327 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 36337 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 36406 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 36460 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 36467 Nilotic Africa UG 2.166667 33.00000 TRUE #> 36557 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 36620 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 36655 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 36685 Lafofa Africa SD 10.250000 31.25000 FALSE #> 36845 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 36938 Nilotic Africa UG 2.166667 33.00000 TRUE #> 37188 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 37242 Laragia Australia AU -12.666667 130.83333 FALSE #> 37263 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 37292 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 37300 Laal Africa TD 10.000000 17.66667 FALSE #> 37353 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 37538 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 37653 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 37654 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 37793 Nilotic Africa UG 2.166667 33.00000 TRUE #> 37880 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 37890 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 37949 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 37955 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 38039 Nilotic Africa UG 2.166667 33.00000 TRUE #> 38066 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 38067 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 38082 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 38266 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 38273 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 38299 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 38370 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 38452 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 38478 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 38507 Nilotic Africa UG 2.166667 33.00000 TRUE #> 38574 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 38714 Laal Africa TD 10.000000 17.66667 FALSE #> 38743 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 38775 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 38852 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 38888 Laragia Australia AU -12.666667 130.83333 FALSE #> 38903 Nilotic Africa UG 2.166667 33.00000 TRUE #> 38992 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 39100 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 39118 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 39253 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 39304 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 39315 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 39365 Nilotic Africa UG 2.166667 33.00000 TRUE #> 39370 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 39473 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 39532 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 39638 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 39693 Nilotic Africa UG 2.166667 33.00000 TRUE #> 39697 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 39755 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 39819 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 39821 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 40188 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 40229 Nilotic Africa UG 2.166667 33.00000 TRUE #> 40365 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 40377 Masa Africa TD CM 9.000000 14.50000 FALSE #> 40392 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 40484 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 40496 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 40518 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 40612 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 40629 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 40634 Nilotic Africa UG 2.166667 33.00000 TRUE #> 40682 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 40801 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 40885 Nilotic Africa UG 2.166667 33.00000 TRUE #> 40887 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 40981 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 41102 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 41112 Nilotic Africa UG 2.166667 33.00000 TRUE #> 41189 Nilotic Africa UG 2.166667 33.00000 TRUE #> 41216 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 41248 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 41331 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 41387 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 41391 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 41580 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 41635 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 41707 Nilotic Africa UG 2.166667 33.00000 TRUE #> 41740 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 41818 Nilotic Africa UG 2.166667 33.00000 TRUE #> 41872 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 41902 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 42089 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 42115 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 42148 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 42223 Nilotic Africa UG 2.166667 33.00000 TRUE #> 42303 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 42320 Nilotic Africa UG 2.166667 33.00000 TRUE #> 42421 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 42565 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 42591 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 42622 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 42638 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 42760 Nilotic Africa UG 2.166667 33.00000 TRUE #> 42813 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 42830 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 42913 Nilotic Africa UG 2.166667 33.00000 TRUE #> 42963 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 42966 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 43048 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 43420 Masa Africa TD CM 9.000000 14.50000 FALSE #> 43444 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 43445 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 43471 Nilotic Africa UG 2.166667 33.00000 TRUE #> 43558 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 43578 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 43628 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 43719 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 43725 Nilotic Africa UG 2.166667 33.00000 TRUE #> 43755 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 43779 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 43890 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 44015 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 44133 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 44349 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 44358 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 44572 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 44620 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 44691 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 44710 Lafofa Africa SD 10.250000 31.25000 FALSE #> 44780 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 44838 Laragia Australia AU -12.666667 130.83333 FALSE #> 44933 Nilotic Africa UG 2.166667 33.00000 TRUE #> 44953 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 45075 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 45087 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 45112 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 45155 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 45255 Nilotic Africa UG 2.166667 33.00000 TRUE #> 45307 Nilotic Africa UG 2.166667 33.00000 TRUE #> 45384 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 45525 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 45720 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 45793 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 45931 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 45938 Nilotic Africa UG 2.166667 33.00000 TRUE #> 46219 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 46235 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 46247 Nilotic Africa UG 2.166667 33.00000 TRUE #> 46252 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 46520 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 46791 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 46804 Laragia Australia AU -12.666667 130.83333 FALSE #> 46918 Laal Africa TD 10.000000 17.66667 FALSE #> 47001 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 47026 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 47138 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 47163 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 47406 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 47486 Nilotic Africa UG 2.166667 33.00000 TRUE #> 47531 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 47696 Nilotic Africa UG 2.166667 33.00000 TRUE #> 47836 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 47914 Nilotic Africa UG 2.166667 33.00000 TRUE #> 48122 Masa Africa TD CM 9.000000 14.50000 FALSE #> 48172 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 48328 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 48351 Nilotic Africa UG 2.166667 33.00000 TRUE #> 48366 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 48473 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 48519 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 48556 Nilotic Africa UG 2.166667 33.00000 TRUE #> 48637 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 48800 Nilotic Africa UG 2.166667 33.00000 TRUE #> 48811 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 48831 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 48835 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 48844 Nilotic Africa UG 2.166667 33.00000 TRUE #> 48891 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 48989 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 49108 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 49224 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 49231 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 49279 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 49326 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 49458 Nilotic Africa UG 2.166667 33.00000 TRUE #> 49491 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 49565 Nilotic Africa UG 2.166667 33.00000 TRUE #> 49672 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 49673 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 49681 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 49727 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 49729 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 49764 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 49885 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 49887 Nilotic Africa UG 2.166667 33.00000 TRUE #> 49888 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 49899 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 49937 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 49995 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 50034 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 50071 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 50093 Nilotic Africa UG 2.166667 33.00000 TRUE #> 50145 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 50157 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 50195 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 50218 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 50246 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 50257 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 50341 Nilotic Africa UG 2.166667 33.00000 TRUE #> 50376 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 50469 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 50685 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 50942 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 50976 Mayan North America MX 17.000000 -91.50000 FALSE #> 51225 Nilotic Africa UG 2.166667 33.00000 TRUE #> 51261 Laal Africa TD 10.000000 17.66667 FALSE #> 51321 Laragia Australia AU -12.666667 130.83333 FALSE #> 51357 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 51387 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 51459 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 51507 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 51605 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 51677 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 51694 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 51886 Nilotic Africa UG 2.166667 33.00000 TRUE #> 51933 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 51977 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 52034 Masa Africa TD CM 9.000000 14.50000 FALSE #> 52215 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 52237 Nilotic Africa UG 2.166667 33.00000 TRUE #> 52308 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 52344 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 52356 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 52436 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 52740 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 52811 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 52884 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 53043 Nilotic Africa UG 2.166667 33.00000 TRUE #> 53082 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 53083 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 53160 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 53400 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 53412 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 53416 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 53424 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 53487 Nilotic Africa UG 2.166667 33.00000 TRUE #> 53539 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 53735 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 53739 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 53804 Nilotic Africa UG 2.166667 33.00000 TRUE #> 53813 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 53854 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 53863 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 53925 Nilotic Africa UG 2.166667 33.00000 TRUE #> 53974 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 54023 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 54099 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 54135 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 54167 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 54282 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 54306 Nilotic Africa UG 2.166667 33.00000 TRUE #> 54335 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 54401 Nilotic Africa UG 2.166667 33.00000 TRUE #> 54411 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 54470 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 54497 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 54539 Nilotic Africa UG 2.166667 33.00000 TRUE #> 54562 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 54682 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 54750 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 54800 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 54899 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 54904 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 54974 Nilotic Africa UG 2.166667 33.00000 TRUE #> 55005 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 55108 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 55200 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 55249 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 55262 Kartvelian Eurasia GE TR 41.500000 41.50000 FALSE #> 55291 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 55370 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 55463 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 55499 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 55500 Nilotic Africa UG 2.166667 33.00000 TRUE #> 55652 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 55713 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 55727 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 55740 Nilotic Africa UG 2.166667 33.00000 TRUE #> 55889 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 55900 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 55972 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 56023 Nilotic Africa UG 2.166667 33.00000 TRUE #> 56032 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 56086 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 56285 Masa Africa TD CM 9.000000 14.50000 FALSE #> 56330 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 56334 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 56357 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 56415 Nilotic Africa UG 2.166667 33.00000 TRUE #> 56673 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 56761 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 56785 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 56870 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 57041 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 57112 Nilotic Africa UG 2.166667 33.00000 TRUE #> 57149 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 57313 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 57371 Laal Africa TD 10.000000 17.66667 FALSE #> 57515 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 57536 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 57849 Mayan North America MX 17.000000 -91.50000 FALSE #> 57940 Mayan North America MX 17.000000 -91.50000 FALSE #> 58062 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 58137 Laal Africa TD 10.000000 17.66667 FALSE #> 58172 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 58252 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 58299 Nilotic Africa UG 2.166667 33.00000 TRUE #> 58418 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 58554 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 58710 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 58782 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 58798 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 58800 Laragia Australia AU -12.666667 130.83333 FALSE #> 59090 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 59373 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 59415 Mayan North America MX 17.000000 -91.50000 FALSE #> 59449 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 59557 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 59787 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 59804 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 59830 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 60032 Laragia Australia AU -12.666667 130.83333 FALSE #> 60078 Lafofa Africa SD 10.250000 31.25000 FALSE #> 60154 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 60321 Nilotic Africa UG 2.166667 33.00000 TRUE #> 60336 Mayan North America MX 17.000000 -91.50000 FALSE #> 60581 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 60614 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 60761 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 60793 Laal Africa TD 10.000000 17.66667 FALSE #> 60815 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 60983 Nilotic Africa UG 2.166667 33.00000 TRUE #> 61207 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 61459 Laragia Australia AU -12.666667 130.83333 FALSE #> 61625 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 61681 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 61689 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 61871 Laragia Australia AU -12.666667 130.83333 FALSE #> 61878 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 61973 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 62028 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 62156 Nilotic Africa UG 2.166667 33.00000 TRUE #> 62322 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 62330 Laal Africa TD 10.000000 17.66667 FALSE #> 62367 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 62396 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 62464 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 62508 Mayan North America MX 17.000000 -91.50000 FALSE #> 62797 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 62882 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 63044 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 63121 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 63186 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 63280 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 63304 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 63410 Laal Africa TD 10.000000 17.66667 FALSE #> 63458 Mayan North America MX 17.000000 -91.50000 FALSE #> 63518 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 63522 Laragia Australia AU -12.666667 130.83333 FALSE #> 63531 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 63599 Nilotic Africa UG 2.166667 33.00000 TRUE #> 63826 Lafofa Africa SD 10.250000 31.25000 FALSE #> 64161 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 64169 Mayan North America MX 17.000000 -91.50000 FALSE #> 64205 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 64517 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 64519 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 64568 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 64638 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 64659 Nilotic Africa UG 2.166667 33.00000 TRUE #> 64850 Laal Africa TD 10.000000 17.66667 FALSE #> 64875 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 65027 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 65093 Laragia Australia AU -12.666667 130.83333 FALSE #> 65167 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 65184 Lafofa Africa SD 10.250000 31.25000 FALSE #> 65216 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 65345 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 65580 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 65647 Mayan North America MX 17.000000 -91.50000 FALSE #> 65808 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 65915 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 65940 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 66182 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 66257 Laal Africa TD 10.000000 17.66667 FALSE #> 66317 Nilotic Africa UG 2.166667 33.00000 TRUE #> 66375 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 66399 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 66710 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 66812 Mayan North America MX 17.000000 -91.50000 FALSE #> 67015 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 67089 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 67097 Nilotic Africa UG 2.166667 33.00000 TRUE #> 67261 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 67307 Laragia Australia AU -12.666667 130.83333 FALSE #> 67337 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 67414 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 67425 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 67545 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 67558 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 67677 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 67681 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 67739 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 67782 Nilotic Africa UG 2.166667 33.00000 TRUE #> 68001 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 68027 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 68168 Nilotic Africa UG 2.166667 33.00000 TRUE #> 68195 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 68314 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 68370 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 68823 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 68843 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 68876 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 68880 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 69026 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 69079 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 69103 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 69272 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 69340 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 69578 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 69689 Nilotic Africa UG 2.166667 33.00000 TRUE #> 69718 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 69740 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 69773 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 69862 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 70091 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 70106 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 70140 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 70237 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 70431 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 70474 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 70489 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 70597 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 70609 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 70646 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 70710 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 70736 Mayan North America MX 17.000000 -91.50000 FALSE #> 70845 Laal Africa TD 10.000000 17.66667 FALSE #> 70858 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 70862 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 70899 Nilotic Africa UG 2.166667 33.00000 TRUE #> 71416 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 71473 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 71496 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 71499 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 71667 Laal Africa TD 10.000000 17.66667 FALSE #> 71692 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 71849 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 71883 Nilotic Africa UG 2.166667 33.00000 TRUE #> 71914 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 72038 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 72059 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 72213 Laal Africa TD 10.000000 17.66667 FALSE #> 72234 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 72237 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 72486 Mayan North America MX 17.000000 -91.50000 FALSE #> 72576 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 72590 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 72600 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 72714 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 72731 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 72821 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 72947 Laragia Australia AU -12.666667 130.83333 FALSE #> 72960 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 73047 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 73089 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 73159 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 73183 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 73295 Mayan North America MX 17.000000 -91.50000 FALSE #> 73316 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 73322 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 73427 Nilotic Africa UG 2.166667 33.00000 TRUE #> 73482 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 73574 Laal Africa TD 10.000000 17.66667 FALSE #> 73714 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 73960 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 74198 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 74266 Nilotic Africa UG 2.166667 33.00000 TRUE #> 74281 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 74479 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 74582 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 74617 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 74755 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 74924 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 75013 Burmese-Lolo Eurasia CN 25.000000 100.25000 FALSE #> 75153 Laragia Australia AU -12.666667 130.83333 FALSE #> 75165 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 75321 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 75414 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 75449 Mayan North America MX 17.000000 -91.50000 FALSE #> 75497 Biu-Mandara Africa CM 11.500000 14.83333 FALSE #> 75526 Oceanic Papunesia PG -6.750000 146.91667 FALSE #> 75572 Kam-Tai Eurasia TH LA 18.000000 103.00000 FALSE #> 75595 Laal Africa TD 10.000000 17.66667 FALSE #> 75677 Nilotic Africa UG 2.166667 33.00000 TRUE #> 75919 Lafofa Africa SD 10.250000 31.25000 FALSE #> 75957 Burmese-Lolo Eurasia CN TH MM 20.000000 98.16667 FALSE #> 76080 Kuki-Chin Eurasia MM 22.666667 93.66667 FALSE #> 76122 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 76195 Nilotic Africa UG 2.166667 33.00000 TRUE #> 76229 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 76271 Bodic Eurasia IN 34.000000 78.00000 FALSE #> 76273 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 76316 Lak-Dargwa Eurasia RU 42.166667 47.16667 FALSE #> 76338 Lavukaleve Papunesia SB -9.083333 159.20000 TRUE #> 76371 Nilotic Africa UG 2.166667 33.00000 TRUE #> 76380 Baltic Eurasia LV 57.000000 24.00000 FALSE #> 76452 Bodic Eurasia IN 34.000000 78.00000 FALSE #> in_WALS_200 #> 151 TRUE #> 198 TRUE #> 419 FALSE #> 476 FALSE #> 483 TRUE #> 500 TRUE #> 551 TRUE #> 619 TRUE #> 635 TRUE #> 654 TRUE #> 709 FALSE #> 713 TRUE #> 722 FALSE #> 790 TRUE #> 808 FALSE #> 822 FALSE #> 862 FALSE #> 868 TRUE #> 1004 TRUE #> 1055 TRUE #> 1069 TRUE #> 1158 TRUE #> 1253 TRUE #> 1304 FALSE #> 1509 TRUE #> 1586 TRUE #> 1826 FALSE #> 1857 FALSE #> 1902 TRUE #> 1903 FALSE #> 1970 FALSE #> 2009 TRUE #> 2090 TRUE #> 2100 TRUE #> 2221 TRUE #> 2254 TRUE #> 2340 TRUE #> 2393 FALSE #> 2434 TRUE #> 2450 TRUE #> 2595 TRUE #> 2617 TRUE #> 2709 TRUE #> 2726 TRUE #> 2768 TRUE #> 2798 FALSE #> 2968 TRUE #> 3024 TRUE #> 3091 TRUE #> 3093 TRUE #> 3182 TRUE #> 3209 TRUE #> 3352 FALSE #> 3404 FALSE #> 3423 TRUE #> 3624 TRUE #> 3661 TRUE #> 3847 TRUE #> 3872 TRUE #> 3893 FALSE #> 3910 TRUE #> 3926 TRUE #> 4005 TRUE #> 4019 TRUE #> 4025 FALSE #> 4036 TRUE #> 4086 TRUE #> 4219 TRUE #> 4230 TRUE #> 4235 TRUE #> 4366 TRUE #> 4410 FALSE #> 4441 TRUE #> 4487 TRUE #> 4506 TRUE #> 4521 TRUE #> 4575 FALSE #> 4586 TRUE #> 4658 TRUE #> 4690 TRUE #> 4716 TRUE #> 4763 FALSE #> 4819 FALSE #> 4918 TRUE #> 4932 TRUE #> 5042 TRUE #> 5194 TRUE #> 5242 TRUE #> 5319 TRUE #> 5372 FALSE #> 5373 TRUE #> 5415 TRUE #> 5512 TRUE #> 5607 TRUE #> 5609 TRUE #> 5631 TRUE #> 5716 FALSE #> 5729 FALSE #> 5861 TRUE #> 6129 TRUE #> 6138 FALSE #> 6214 FALSE #> 6328 FALSE #> 6367 FALSE #> 6387 FALSE #> 6550 TRUE #> 6690 FALSE #> 6692 FALSE #> 6696 FALSE #> 6767 TRUE #> 6903 TRUE #> 7107 TRUE #> 7119 FALSE #> 7120 TRUE #> 7149 TRUE #> 7178 FALSE #> 7243 FALSE #> 7285 TRUE #> 7322 FALSE #> 7332 TRUE #> 7354 TRUE #> 7465 TRUE #> 7502 TRUE #> 7599 TRUE #> 7603 TRUE #> 7689 TRUE #> 7754 FALSE #> 7772 FALSE #> 7862 TRUE #> 7919 FALSE #> 7970 FALSE #> 7992 FALSE #> 8092 FALSE #> 8096 FALSE #> 8146 TRUE #> 8350 TRUE #> 8495 TRUE #> 8558 FALSE #> 8664 TRUE #> 8693 TRUE #> 8732 FALSE #> 8826 TRUE #> 9003 FALSE #> 9026 FALSE #> 9115 FALSE #> 9141 TRUE #> 9250 TRUE #> 9332 TRUE #> 9341 FALSE #> 9420 FALSE #> 9618 FALSE #> 9637 TRUE #> 9771 TRUE #> 9872 TRUE #> 9981 FALSE #> 10022 TRUE #> 10083 TRUE #> 10117 TRUE #> 10158 FALSE #> 10247 FALSE #> 10355 TRUE #> 10425 TRUE #> 10441 FALSE #> 10566 FALSE #> 10682 TRUE #> 10707 TRUE #> 10713 TRUE #> 10842 TRUE #> 10874 TRUE #> 10893 TRUE #> 10900 TRUE #> 10985 TRUE #> 11018 TRUE #> 11081 TRUE #> 11219 TRUE #> 11352 TRUE #> 11385 TRUE #> 11467 TRUE #> 11544 TRUE #> 11687 TRUE #> 11766 TRUE #> 11848 TRUE #> 11930 FALSE #> 12263 FALSE #> 12599 TRUE #> 12702 TRUE #> 12838 TRUE #> 12844 TRUE #> 12883 TRUE #> 12982 FALSE #> 13032 FALSE #> 13494 FALSE #> 13547 FALSE #> 13728 TRUE #> 13732 TRUE #> 13770 TRUE #> 13778 TRUE #> 14433 TRUE #> 14508 TRUE #> 14725 TRUE #> 14804 TRUE #> 14995 TRUE #> 15026 TRUE #> 15121 TRUE #> 15188 TRUE #> 15437 TRUE #> 15519 FALSE #> 15545 TRUE #> 15763 FALSE #> 15829 TRUE #> 15833 TRUE #> 15881 TRUE #> 16199 TRUE #> 16225 FALSE #> 16259 FALSE #> 16304 FALSE #> 16631 FALSE #> 16636 FALSE #> 16712 TRUE #> 16724 FALSE #> 16792 FALSE #> 16806 TRUE #> 16811 TRUE #> 17019 FALSE #> 17068 FALSE #> 17070 FALSE #> 17072 FALSE #> 17245 TRUE #> 17899 FALSE #> 17990 FALSE #> 18111 TRUE #> 18145 FALSE #> 18269 FALSE #> 18288 FALSE #> 18697 TRUE #> 18699 TRUE #> 18790 FALSE #> 18904 FALSE #> 18905 FALSE #> 19056 FALSE #> 19121 TRUE #> 19231 FALSE #> 19258 FALSE #> 19312 FALSE #> 19319 FALSE #> 19677 TRUE #> 19736 TRUE #> 19772 FALSE #> 19923 TRUE #> 20046 FALSE #> 20081 TRUE #> 20316 FALSE #> 20375 FALSE #> 20447 FALSE #> 20487 FALSE #> 20512 TRUE #> 20560 TRUE #> 20577 FALSE #> 20635 TRUE #> 20646 FALSE #> 20821 FALSE #> 21077 FALSE #> 21456 FALSE #> 21479 FALSE #> 21564 FALSE #> 21748 FALSE #> 21756 TRUE #> 21891 TRUE #> 22132 FALSE #> 22162 TRUE #> 22232 TRUE #> 22316 TRUE #> 22522 FALSE #> 22564 FALSE #> 22570 FALSE #> 22696 FALSE #> 22733 FALSE #> 22736 FALSE #> 22832 FALSE #> 22890 FALSE #> 23312 TRUE #> 23351 FALSE #> 23363 FALSE #> 23380 FALSE #> 23430 TRUE #> 23528 FALSE #> 23545 FALSE #> 23555 FALSE #> 23689 FALSE #> 23800 FALSE #> 23860 TRUE #> 23900 FALSE #> 23958 FALSE #> 23969 FALSE #> 24024 TRUE #> 24101 FALSE #> 24274 FALSE #> 24293 FALSE #> 24362 FALSE #> 24438 TRUE #> 24540 TRUE #> 24617 FALSE #> 24669 FALSE #> 24746 TRUE #> 24825 TRUE #> 24977 FALSE #> 24994 FALSE #> 25033 FALSE #> 25122 TRUE #> 25231 FALSE #> 25244 TRUE #> 25320 FALSE #> 25342 FALSE #> 25370 FALSE #> 25436 FALSE #> 25553 FALSE #> 25561 FALSE #> 25564 FALSE #> 25676 FALSE #> 25776 FALSE #> 25861 TRUE #> 25871 TRUE #> 25980 FALSE #> 26025 TRUE #> 26055 TRUE #> 26141 FALSE #> 26234 FALSE #> 26327 FALSE #> 26548 TRUE #> 26555 TRUE #> 26705 TRUE #> 26734 TRUE #> 26814 FALSE #> 26984 FALSE #> 27178 FALSE #> 27291 TRUE #> 27406 FALSE #> 27417 TRUE #> 27482 FALSE #> 27535 TRUE #> 27656 TRUE #> 27702 FALSE #> 27894 FALSE #> 28002 FALSE #> 28098 FALSE #> 28275 TRUE #> 28345 TRUE #> 28432 FALSE #> 28554 FALSE #> 28816 FALSE #> 28869 FALSE #> 29032 FALSE #> 29254 TRUE #> 29375 TRUE #> 29391 TRUE #> 29529 TRUE #> 29630 TRUE #> 29713 TRUE #> 29783 FALSE #> 30053 TRUE #> 30107 FALSE #> 30253 TRUE #> 30342 TRUE #> 30395 FALSE #> 30416 TRUE #> 30531 TRUE #> 30533 FALSE #> 30754 TRUE #> 30863 TRUE #> 30889 FALSE #> 30900 TRUE #> 30957 FALSE #> 31016 TRUE #> 31171 TRUE #> 31267 TRUE #> 31400 TRUE #> 31535 TRUE #> 31580 TRUE #> 31637 TRUE #> 31641 FALSE #> 31728 TRUE #> 31849 FALSE #> 31910 TRUE #> 32040 TRUE #> 32141 FALSE #> 32149 FALSE #> 32158 TRUE #> 32236 FALSE #> 32249 FALSE #> 32269 TRUE #> 32340 TRUE #> 32376 FALSE #> 32380 TRUE #> 32410 FALSE #> 32493 TRUE #> 32549 TRUE #> 32611 TRUE #> 32620 FALSE #> 32708 TRUE #> 32710 TRUE #> 32803 FALSE #> 32885 TRUE #> 32905 TRUE #> 33086 FALSE #> 33124 TRUE #> 33127 TRUE #> 33345 FALSE #> 33385 FALSE #> 33522 TRUE #> 33554 TRUE #> 33636 FALSE #> 33637 FALSE #> 33652 FALSE #> 33671 FALSE #> 33820 FALSE #> 34010 TRUE #> 34103 FALSE #> 34183 TRUE #> 34191 TRUE #> 34292 TRUE #> 34373 FALSE #> 34472 FALSE #> 34726 FALSE #> 34796 TRUE #> 34884 TRUE #> 34947 TRUE #> 34985 TRUE #> 35065 TRUE #> 35085 TRUE #> 35114 TRUE #> 35153 TRUE #> 35199 TRUE #> 35200 TRUE #> 35231 TRUE #> 35238 TRUE #> 35360 TRUE #> 35519 TRUE #> 35533 TRUE #> 35591 FALSE #> 35786 FALSE #> 35824 TRUE #> 35861 TRUE #> 35931 TRUE #> 35943 FALSE #> 36012 TRUE #> 36073 TRUE #> 36086 TRUE #> 36111 TRUE #> 36147 TRUE #> 36154 FALSE #> 36170 TRUE #> 36317 TRUE #> 36327 TRUE #> 36337 TRUE #> 36406 FALSE #> 36460 TRUE #> 36467 TRUE #> 36557 TRUE #> 36620 TRUE #> 36655 TRUE #> 36685 FALSE #> 36845 TRUE #> 36938 TRUE #> 37188 FALSE #> 37242 FALSE #> 37263 TRUE #> 37292 TRUE #> 37300 FALSE #> 37353 FALSE #> 37538 FALSE #> 37653 FALSE #> 37654 FALSE #> 37793 TRUE #> 37880 FALSE #> 37890 TRUE #> 37949 TRUE #> 37955 TRUE #> 38039 TRUE #> 38066 TRUE #> 38067 TRUE #> 38082 TRUE #> 38266 FALSE #> 38273 TRUE #> 38299 TRUE #> 38370 FALSE #> 38452 FALSE #> 38478 TRUE #> 38507 TRUE #> 38574 TRUE #> 38714 FALSE #> 38743 FALSE #> 38775 TRUE #> 38852 FALSE #> 38888 FALSE #> 38903 TRUE #> 38992 FALSE #> 39100 FALSE #> 39118 FALSE #> 39253 TRUE #> 39304 TRUE #> 39315 FALSE #> 39365 TRUE #> 39370 TRUE #> 39473 FALSE #> 39532 FALSE #> 39638 FALSE #> 39693 TRUE #> 39697 TRUE #> 39755 TRUE #> 39819 TRUE #> 39821 TRUE #> 40188 TRUE #> 40229 TRUE #> 40365 TRUE #> 40377 FALSE #> 40392 TRUE #> 40484 TRUE #> 40496 FALSE #> 40518 TRUE #> 40612 TRUE #> 40629 TRUE #> 40634 TRUE #> 40682 TRUE #> 40801 TRUE #> 40885 TRUE #> 40887 TRUE #> 40981 TRUE #> 41102 TRUE #> 41112 TRUE #> 41189 TRUE #> 41216 FALSE #> 41248 TRUE #> 41331 TRUE #> 41387 TRUE #> 41391 TRUE #> 41580 TRUE #> 41635 FALSE #> 41707 TRUE #> 41740 TRUE #> 41818 TRUE #> 41872 TRUE #> 41902 TRUE #> 42089 TRUE #> 42115 TRUE #> 42148 TRUE #> 42223 TRUE #> 42303 TRUE #> 42320 TRUE #> 42421 TRUE #> 42565 FALSE #> 42591 TRUE #> 42622 TRUE #> 42638 TRUE #> 42760 TRUE #> 42813 TRUE #> 42830 TRUE #> 42913 TRUE #> 42963 TRUE #> 42966 TRUE #> 43048 TRUE #> 43420 FALSE #> 43444 TRUE #> 43445 TRUE #> 43471 TRUE #> 43558 TRUE #> 43578 FALSE #> 43628 TRUE #> 43719 TRUE #> 43725 TRUE #> 43755 TRUE #> 43779 TRUE #> 43890 TRUE #> 44015 TRUE #> 44133 TRUE #> 44349 TRUE #> 44358 TRUE #> 44572 FALSE #> 44620 FALSE #> 44691 FALSE #> 44710 FALSE #> 44780 FALSE #> 44838 FALSE #> 44933 TRUE #> 44953 TRUE #> 45075 FALSE #> 45087 TRUE #> 45112 TRUE #> 45155 FALSE #> 45255 TRUE #> 45307 TRUE #> 45384 TRUE #> 45525 TRUE #> 45720 TRUE #> 45793 TRUE #> 45931 TRUE #> 45938 TRUE #> 46219 FALSE #> 46235 FALSE #> 46247 TRUE #> 46252 TRUE #> 46520 TRUE #> 46791 FALSE #> 46804 FALSE #> 46918 FALSE #> 47001 TRUE #> 47026 FALSE #> 47138 FALSE #> 47163 FALSE #> 47406 TRUE #> 47486 TRUE #> 47531 TRUE #> 47696 TRUE #> 47836 TRUE #> 47914 TRUE #> 48122 FALSE #> 48172 TRUE #> 48328 TRUE #> 48351 TRUE #> 48366 TRUE #> 48473 FALSE #> 48519 TRUE #> 48556 TRUE #> 48637 FALSE #> 48800 TRUE #> 48811 FALSE #> 48831 TRUE #> 48835 TRUE #> 48844 TRUE #> 48891 TRUE #> 48989 TRUE #> 49108 FALSE #> 49224 TRUE #> 49231 TRUE #> 49279 TRUE #> 49326 FALSE #> 49458 TRUE #> 49491 FALSE #> 49565 TRUE #> 49672 FALSE #> 49673 FALSE #> 49681 TRUE #> 49727 FALSE #> 49729 TRUE #> 49764 TRUE #> 49885 FALSE #> 49887 TRUE #> 49888 TRUE #> 49899 FALSE #> 49937 FALSE #> 49995 TRUE #> 50034 TRUE #> 50071 FALSE #> 50093 TRUE #> 50145 FALSE #> 50157 FALSE #> 50195 FALSE #> 50218 FALSE #> 50246 FALSE #> 50257 TRUE #> 50341 TRUE #> 50376 TRUE #> 50469 FALSE #> 50685 TRUE #> 50942 TRUE #> 50976 FALSE #> 51225 TRUE #> 51261 FALSE #> 51321 FALSE #> 51357 TRUE #> 51387 FALSE #> 51459 FALSE #> 51507 FALSE #> 51605 FALSE #> 51677 TRUE #> 51694 TRUE #> 51886 TRUE #> 51933 TRUE #> 51977 TRUE #> 52034 FALSE #> 52215 TRUE #> 52237 TRUE #> 52308 FALSE #> 52344 TRUE #> 52356 TRUE #> 52436 TRUE #> 52740 TRUE #> 52811 TRUE #> 52884 TRUE #> 53043 TRUE #> 53082 FALSE #> 53083 TRUE #> 53160 TRUE #> 53400 FALSE #> 53412 TRUE #> 53416 TRUE #> 53424 TRUE #> 53487 TRUE #> 53539 TRUE #> 53735 TRUE #> 53739 TRUE #> 53804 TRUE #> 53813 FALSE #> 53854 TRUE #> 53863 TRUE #> 53925 TRUE #> 53974 TRUE #> 54023 TRUE #> 54099 TRUE #> 54135 TRUE #> 54167 TRUE #> 54282 TRUE #> 54306 TRUE #> 54335 TRUE #> 54401 TRUE #> 54411 TRUE #> 54470 TRUE #> 54497 TRUE #> 54539 TRUE #> 54562 TRUE #> 54682 TRUE #> 54750 FALSE #> 54800 TRUE #> 54899 FALSE #> 54904 TRUE #> 54974 TRUE #> 55005 TRUE #> 55108 TRUE #> 55200 TRUE #> 55249 TRUE #> 55262 FALSE #> 55291 FALSE #> 55370 TRUE #> 55463 TRUE #> 55499 TRUE #> 55500 TRUE #> 55652 TRUE #> 55713 TRUE #> 55727 TRUE #> 55740 TRUE #> 55889 TRUE #> 55900 TRUE #> 55972 FALSE #> 56023 TRUE #> 56032 TRUE #> 56086 TRUE #> 56285 FALSE #> 56330 TRUE #> 56334 TRUE #> 56357 TRUE #> 56415 TRUE #> 56673 TRUE #> 56761 FALSE #> 56785 TRUE #> 56870 FALSE #> 57041 FALSE #> 57112 TRUE #> 57149 FALSE #> 57313 FALSE #> 57371 FALSE #> 57515 TRUE #> 57536 FALSE #> 57849 FALSE #> 57940 FALSE #> 58062 FALSE #> 58137 FALSE #> 58172 FALSE #> 58252 TRUE #> 58299 TRUE #> 58418 FALSE #> 58554 FALSE #> 58710 FALSE #> 58782 TRUE #> 58798 FALSE #> 58800 FALSE #> 59090 TRUE #> 59373 TRUE #> 59415 FALSE #> 59449 TRUE #> 59557 FALSE #> 59787 TRUE #> 59804 FALSE #> 59830 FALSE #> 60032 FALSE #> 60078 FALSE #> 60154 TRUE #> 60321 TRUE #> 60336 FALSE #> 60581 TRUE #> 60614 FALSE #> 60761 FALSE #> 60793 FALSE #> 60815 FALSE #> 60983 TRUE #> 61207 TRUE #> 61459 FALSE #> 61625 TRUE #> 61681 FALSE #> 61689 FALSE #> 61871 FALSE #> 61878 FALSE #> 61973 TRUE #> 62028 TRUE #> 62156 TRUE #> 62322 TRUE #> 62330 FALSE #> 62367 FALSE #> 62396 FALSE #> 62464 FALSE #> 62508 FALSE #> 62797 TRUE #> 62882 TRUE #> 63044 FALSE #> 63121 TRUE #> 63186 FALSE #> 63280 FALSE #> 63304 FALSE #> 63410 FALSE #> 63458 FALSE #> 63518 FALSE #> 63522 FALSE #> 63531 FALSE #> 63599 TRUE #> 63826 FALSE #> 64161 TRUE #> 64169 FALSE #> 64205 TRUE #> 64517 TRUE #> 64519 FALSE #> 64568 FALSE #> 64638 FALSE #> 64659 TRUE #> 64850 FALSE #> 64875 TRUE #> 65027 FALSE #> 65093 FALSE #> 65167 FALSE #> 65184 FALSE #> 65216 FALSE #> 65345 TRUE #> 65580 TRUE #> 65647 FALSE #> 65808 FALSE #> 65915 FALSE #> 65940 FALSE #> 66182 FALSE #> 66257 FALSE #> 66317 TRUE #> 66375 FALSE #> 66399 FALSE #> 66710 TRUE #> 66812 FALSE #> 67015 FALSE #> 67089 FALSE #> 67097 TRUE #> 67261 TRUE #> 67307 FALSE #> 67337 FALSE #> 67414 TRUE #> 67425 FALSE #> 67545 FALSE #> 67558 FALSE #> 67677 TRUE #> 67681 FALSE #> 67739 TRUE #> 67782 TRUE #> 68001 TRUE #> 68027 TRUE #> 68168 TRUE #> 68195 TRUE #> 68314 FALSE #> 68370 FALSE #> 68823 FALSE #> 68843 TRUE #> 68876 FALSE #> 68880 FALSE #> 69026 FALSE #> 69079 FALSE #> 69103 FALSE #> 69272 FALSE #> 69340 FALSE #> 69578 TRUE #> 69689 TRUE #> 69718 FALSE #> 69740 TRUE #> 69773 FALSE #> 69862 TRUE #> 70091 FALSE #> 70106 FALSE #> 70140 FALSE #> 70237 FALSE #> 70431 TRUE #> 70474 FALSE #> 70489 FALSE #> 70597 TRUE #> 70609 FALSE #> 70646 FALSE #> 70710 FALSE #> 70736 FALSE #> 70845 FALSE #> 70858 TRUE #> 70862 FALSE #> 70899 TRUE #> 71416 TRUE #> 71473 FALSE #> 71496 FALSE #> 71499 TRUE #> 71667 FALSE #> 71692 TRUE #> 71849 FALSE #> 71883 TRUE #> 71914 FALSE #> 72038 FALSE #> 72059 FALSE #> 72213 FALSE #> 72234 FALSE #> 72237 TRUE #> 72486 FALSE #> 72576 FALSE #> 72590 FALSE #> 72600 FALSE #> 72714 TRUE #> 72731 FALSE #> 72821 TRUE #> 72947 FALSE #> 72960 FALSE #> 73047 TRUE #> 73089 TRUE #> 73159 FALSE #> 73183 FALSE #> 73295 FALSE #> 73316 FALSE #> 73322 TRUE #> 73427 TRUE #> 73482 FALSE #> 73574 FALSE #> 73714 FALSE #> 73960 FALSE #> 74198 FALSE #> 74266 TRUE #> 74281 FALSE #> 74479 TRUE #> 74582 TRUE #> 74617 FALSE #> 74755 FALSE #> 74924 TRUE #> 75013 FALSE #> 75153 FALSE #> 75165 TRUE #> 75321 TRUE #> 75414 TRUE #> 75449 FALSE #> 75497 FALSE #> 75526 FALSE #> 75572 FALSE #> 75595 FALSE #> 75677 TRUE #> 75919 FALSE #> 75957 FALSE #> 76080 FALSE #> 76122 TRUE #> 76195 TRUE #> 76229 TRUE #> 76271 TRUE #> 76273 TRUE #> 76316 TRUE #> 76338 TRUE #> 76371 TRUE #> 76380 TRUE #> 76452 TRUE #> source #> 151 Okello-1975 #> 198 Terrill-1999 #> 419 Sachnine-1982 #> 476 Matisoff-1988;Matisoff-1973 #> 483 Koshal-1979 #> 500 Mathiassen-1997 #> 551 Murkelinskij-1967;Khajdakov-1966b;Zhirkov-1955 #> 619 Noonan-1992 #> 635 Nau-1998 #> 654 Anderson-1997a #> 709 Venberg-1975 #> 713 Koshal-1979 #> 722 Boyeldieu-1977 #> 790 Terrill-1999 #> 808 Boyeldieu-1977 #> 822 Venberg-1975 #> 862 Matisoff-1973[passim] #> 868 Koshal-1979[179] #> 1004 Noonan-1992[91-96] #> 1055 Nau-1998[27-31] #> 1069 Terrill-1999[222] #> 1158 Zhirkov-1955[92-94] #> 1253 Mathiassen-1997[197] #> 1304 Boyeldieu-1982[passim] #> 1509 Noonan-1992[119] #> 1586 Terrill-1999 #> 1826 Hay-Neave-1953[passim] #> 1857 Matisoff-1973[passim] #> 1902 Koshal-1979[passim] #> 1903 Bjorverud-1998[passim] #> 1970 Matisoff-1973[passim] #> 2009 Koshal-1979[179] #> 2090 Nau-1998[29] #> 2100 Zhirkov-1955[92, 94] #> 2221 Noonan-1992[91, 96] #> 2254 Terrill-1999[225] #> 2340 Koshal-1979[179] #> 2393 Matisoff-1973[passim] #> 2434 Zhirkov-1955[95-100] #> 2450 Terrill-1999[222] #> 2595 Noonan-1992[91] #> 2617 Nau-1998[29] #> 2709 Nau-1998[29] #> 2726 Zhirkov-1955[94] #> 2768 Koshal-1979[179] #> 2798 Matisoff-1973[passim] #> 2968 Noonan-1992[91, 96] #> 3024 Terrill-1999[225] #> 3091 Mathiassen-1997[177] #> 3093 Koshal-1979[70] #> 3182 Terrill-1999[210] #> 3209 Zhirkov-1955[41] #> 3352 Peterson-2003[420] #> 3404 Kutscher-2001[148, 207-9] #> 3423 Noonan-1992[121] #> 3624 Noonan-1992[132-133, 166] #> 3661 Nau-1998[37-8] #> 3847 Terrill-1999[331] #> 3872 Noonan-1992[153] #> 3893 Matisoff-1973[195] #> 3910 Koshal-1979[178-278] #> 3926 Zhirkov-1955[76-123] #> 4005 Terrill-1999[ch. 3.2] #> 4019 Noonan-1992[125-132] #> 4025 #> 4036 Xajdakov-1966;Klimov-and-Alekseev-1980[245-6];Xajdakov-1980b #> 4086 Mathiassen-1997 #> 4219 Xajdakov-1966;Klimov-and-Alekseev-1980;Xajdakov-1980b #> 4230 Noonan-1992 #> 4235 Terrill-1999 #> 4366 Mathiassen-1997 #> 4410 Peterson-1999 #> 4441 Noonan-1992[98-100] #> 4487 Mathiassen-1997 #> 4506 Terrill-1999 #> 4521 Xajdakov-1980a;Xajdakov-1966;Xajdakov-1963 #> 4575 #> 4586 #> 4658 #> 4690 #> 4716 #> 4763 Sachnine-1982 #> 4819 Matisoff-1973;Matisoff-1988 #> 4918 Mathiassen-1997 #> 4932 Terrill-1999 #> 5042 Koshal-1979 #> 5194 Okello-1975 #> 5242 Murkelinskij-1967;Khajdakov-1966b;Zhirkov-1955 #> 5319 Terrill-1999 #> 5372 Matisoff-1973[32-34, 461-465] #> 5373 #> 5415 Noonan-1992[87-91, 125-132, 194-197] #> 5512 Noonan-1992[87-91, 125-132, 194-197] #> 5607 #> 5609 Terrill-1999 #> 5631 Koshal-1979[184] #> 5716 Bjorverud-1998[66-67, 80-81] #> 5729 Matisoff-1973[32-34, 243-248, 461-465] #> 5861 Koshal-1979[243-250] #> 6129 Lazdina-1966[24] #> 6138 Lukas-1936[passim] #> 6214 Siegel-1984[ 111] #> 6328 Bruce-1968[passim] #> 6367 Boyeldieu-1982[passim] #> 6387 Capell-1984b[passim] #> 6550 Noonan-1992[passim] #> 6690 Hay-Neave-1953[passim] #> 6692 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[passim] #> 6696 Bjorverud-1998[passim] #> 6767 Terrill-1999[413ff., 17.2, 417, 17.2.4] #> 6903 Noonan-1992[122] #> 7107 Fennell-and-Gelsen-1980[22-23];Nau-1998[58] #> 7119 Capell-1984b[passim] #> 7120 Terrill-1999[261-262, 416-422] #> 7149 Koshal-1979[237-259] #> 7178 Matisoff-1973[265-272, 362-363] #> 7243 Capell-1984b[passim] #> 7285 Nau-1998[58];Fennell-and-Gelsen-1980[22-23] #> 7322 Matisoff-1973[265-272, 362-363] #> 7332 Koshal-1979[237-259] #> 7354 Terrill-1999[261-262, 416-422] #> 7465 Noonan-1992[122] #> 7502 Zhirkov-1955[75] #> 7599 Haspelmath-1997[278];Mathiassen-1997[72] #> 7603 Terrill-1999[419] #> 7689 Noonan-1992[242] #> 7754 Matisoff-1973[371] #> 7772 Hay-Neave-1953[25, passim] #> 7862 Bielenstein-1863[284];Lazdina-1966[13, 287] #> 7919 Lukas-1936[62] #> 7970 Bjorverud-1998[74, 141] #> 7992 Boyeldieu-1982[189-190] #> 8092 Yates-and-Sayisthsena-1970[passim];Hospitalier-1937[221] #> 8096 Bruce-1968[84] #> 8146 Terrill-1999[406, 17.1.1] #> 8350 Koshal-1979[262-263] #> 8495 Noonan-1992[172] #> 8558 Siegel-1984[ 110] #> 8664 Grierson-1909 #> 8693 Budina-Lazdina-1966 #> 8732 Matisoff-1973 #> 8826 Noonan-1992 #> 9003 Morev-et-al-1979 #> 9026 Matisoff-1973 #> 9115 Holisky-1991b #> 9141 Budina-Lazdina-1966 #> 9250 Koshal-1979 #> 9332 Koshal-1979 #> 9341 Morev-et-al-1979 #> 9420 Matisoff-1973 #> 9618 Holisky-1991b #> 9637 Budina-Lazdina-1966 #> 9771 Okello-1975 #> 9872 Terrill-1999 #> 9981 Matisoff-1988;Matisoff-1973 #> 10022 Zhirkov-1955;Murkelinskij-1967;Khajdakov-1966b #> 10083 Koshal-1979 #> 10117 Mathiassen-1997 #> 10158 Holisky-1991b #> 10247 Morev-et-al-1979 #> 10355 Koshal-1979 #> 10425 Budina-Lazdina-1966 #> 10441 Matisoff-1973 #> 10566 Dirr-1928 #> 10682 Endzelin-1922 #> 10707 Mathiassen-1997 #> 10713 Terrill-1999 #> 10842 Noonan-1992 #> 10874 Mathiassen-1997 #> 10893 Terrill-1999 #> 10900 Noonan-1992 #> 10985 Mathiassen-1997[145] #> 11018 Noonan-1992[221, 223] #> 11081 Zhirkov-1955[77] #> 11219 Koshal-1979[229] #> 11352 Noonan-1992[244-5] #> 11385 Terrill-1999[395-7] #> 11467 Noonan-1992[194-5] #> 11544 Terrill-1999[216-7, 383-5] #> 11687 Noonan-1992[243-6] #> 11766 Terrill-1999[391] #> 11848 Noonan-1992[220-2, 224-6] #> 11930 Fox-1974 #> 12263 Marcus-1970 #> 12599 Terrill-1999 #> 12702 Koshal-1979 #> 12838 Zhirkov-1955;Khajdakov-1966b;Murkelinskij-1967 #> 12844 Mathiassen-1997 #> 12883 Okello-1975 #> 12982 Sachnine-1982 #> 13032 Matisoff-1973;Matisoff-1988 #> 13494 Fox-1974 #> 13547 Marcus-1970 #> 13728 Zhirkov-1955[53-56] #> 13732 Mathiassen-1997[78] #> 13770 Terrill-2004[55] #> 13778 Noonan-1992[111] #> 14433 Noonan-1992 #> 14508 Terrill-1999 #> 14725 Noonan-1992 #> 14804 Terrill-1999 #> 14995 Noonan-1992 #> 15026 Terrill-1999 #> 15121 Terrill-1999 #> 15188 Noonan-1992 #> 15437 Malherbe-and-Rosenberg-1996[1132] #> 15519 Malherbe-and-Rosenberg-1996[1105] #> 15545 Malherbe-and-Rosenberg-1996[1099] #> 15763 Capell-1984b #> 15829 Terrill-1999 #> 15833 Noonan-1992 #> 15881 Ekblom-1933;Markus-1991;Markus-1987;Fennell-and-Gelsen-1980 #> 16199 #> 16225 #> 16259 #> 16304 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[ 312, passim] #> 16631 Bruce-1968[ passim] #> 16636 Bjorverud-1998[ passim] #> 16712 Noonan-1992[ 122] #> 16724 Matisoff-1973[ 45, 265] #> 16792 Capell-1984b[ passim] #> 16806 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 16811 Koshal-1979[ 243-250] #> 17019 Boyeldieu-1982[ 189-190] #> 17068 Siegel-1984[ 111] #> 17070 Hay-Neave-1953[ 24] #> 17072 Lukas-1936[ 47] #> 17245 Lazdina-1966[ 24] #> 17899 Bruce-1968[ passim] #> 17990 Matisoff-1973[ 45, 265] #> 18111 Noonan-1992[ 122] #> 18145 Capell-1984b[ passim] #> 18269 Bjorverud-1998[ passim] #> 18288 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 18697 Lazdina-1966[ 24] #> 18699 Koshal-1979[ 243-250] #> 18790 Hay-Neave-1953[ 24] #> 18904 Boyeldieu-1982[ 189-190] #> 18905 Lukas-1936[ 47] #> 19056 Siegel-1984[ 111] #> 19121 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 19231 Boyeldieu-1982[ 189-190] #> 19258 Siegel-1984[ 111] #> 19312 Hay-Neave-1953[ 24] #> 19319 Lukas-1936[ 47] #> 19677 Koshal-1979[ 243-250] #> 19736 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 19772 Matisoff-1973[ 45, 265] #> 19923 Noonan-1992[ 122] #> 20046 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 20081 Lazdina-1966[ 24] #> 20316 Bjorverud-1998[ passim] #> 20375 Capell-1984b[ passim] #> 20447 Bruce-1968[ passim] #> 20487 Siegel-1984[ 111] #> 20512 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 20560 Koshal-1979[ 243-250] #> 20577 Matisoff-1973[ 45, 265] #> 20635 Lazdina-1966[ 24] #> 20646 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 20821 Hay-Neave-1953[ 24] #> 21077 Lukas-1936[ 47] #> 21456 Bruce-1968[ passim] #> 21479 Boyeldieu-1982[ 189-190] #> 21564 Bjorverud-1998[ passim] #> 21748 Capell-1984b[ passim] #> 21756 Noonan-1992[ 122] #> 21891 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 22132 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[ 312, passim] #> 22162 Noonan-1992[ 122] #> 22232 Lazdina-1966[ 24] #> 22316 Koshal-1979[ 243-250] #> 22522 Bruce-1968[ passim] #> 22564 Capell-1984b[ passim] #> 22570 Bjorverud-1998[ passim] #> 22696 Lukas-1936[ 47] #> 22733 Siegel-1984[ 111] #> 22736 Boyeldieu-1982[ 189-190] #> 22832 Matisoff-1973[ 45, 265] #> 22890 Hay-Neave-1953[ 24] #> 23312 Noonan-1992[ 122] #> 23351 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 23363 Matisoff-1973[ 45, 265] #> 23380 Hay-Neave-1953[ 24] #> 23430 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 23528 Lukas-1936[ 47] #> 23545 Boyeldieu-1982[ 189-190] #> 23555 Siegel-1984[ 111] #> 23689 Bruce-1968[ passim] #> 23800 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[ 312, passim] #> 23860 Noonan-1992[ 122] #> 23900 Siegel-1984[ 111] #> 23958 Lukas-1936[ 47] #> 23969 Boyeldieu-1982[ 189-190] #> 24024 Lazdina-1966[ 24] #> 24101 Bruce-1968[ passim] #> 24274 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[ 312, passim] #> 24293 Boyeldieu-1982[ 189-190] #> 24362 Siegel-1984[ 111] #> 24438 Lazdina-1966[ 24] #> 24540 Noonan-1992[ 122] #> 24617 Lukas-1936[ 47] #> 24669 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 24746 Noonan-1992[ 122] #> 24825 Lazdina-1966[ 24] #> 24977 Boyeldieu-1982[ 189-190] #> 24994 Siegel-1984[ 111] #> 25033 Lukas-1936[ 47] #> 25122 Lazdina-1966[ 24] #> 25231 Bruce-1968[ passim] #> 25244 Noonan-1992[ 122] #> 25320 Lukas-1936[ 47] #> 25342 Boyeldieu-1982[ 189-190] #> 25370 Yates-and-Sayisthsena-1970[ 312, passim];Hospitalier-1937[ 222] #> 25436 Siegel-1984[ 111] #> 25553 Lukas-1936[ 47] #> 25561 Siegel-1984[ 111] #> 25564 Boyeldieu-1982[ 189-190] #> 25676 Bruce-1968[ passim] #> 25776 Hospitalier-1937[ 222];Yates-and-Sayisthsena-1970[ 312, passim] #> 25861 Lazdina-1966[ 24] #> 25871 Noonan-1992[ 122] #> 25980 Bjorverud-1998[ passim] #> 26025 Koshal-1979[ 243-250] #> 26055 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 26141 Capell-1984b[ passim] #> 26234 Matisoff-1973[ 45, 265] #> 26327 Hay-Neave-1953[ 24] #> 26548 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 26555 Koshal-1979[ 243-250] #> 26705 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 26734 Koshal-1979[ 243-250] #> 26814 Matisoff-1973[ 45, 265] #> 26984 Hay-Neave-1953[ 24] #> 27178 Hay-Neave-1953[ 24] #> 27291 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 27406 Matisoff-1973[ 45, 265] #> 27417 Koshal-1979[ 243-250] #> 27482 Matisoff-1973[ 45, 265] #> 27535 Koshal-1979[ 243-250] #> 27656 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 27702 Hay-Neave-1953[ 24] #> 27894 Hay-Neave-1953[ 24] #> 28002 Bjorverud-1998[ passim] #> 28098 Matisoff-1973[ 45, 265] #> 28275 Koshal-1979[ 243-250] #> 28345 Terrill-1999[ 413ff, 17.2, 417, 17.2.4] #> 28432 Bruce-1968[ passim] #> 28554 Bruce-1968[ passim] #> 28816 Bruce-1968[ passim] #> 28869 Bruce-1968[ passim] #> 29032 Capell-1984b #> 29254 Ekblom-1933;Fennell-and-Gelsen-1980;Markus-1991;Markus-1987 #> 29375 Terrill-1999 #> 29391 Noonan-1992 #> 29529 Terrill-1999 #> 29630 Noonan-1992 #> 29713 Ekblom-1933;Markus-1987;Fennell-and-Gelsen-1980;Markus-1991 #> 29783 Capell-1984b #> 30053 Terrill-1999 #> 30107 Capell-1984b #> 30253 Ekblom-1933;Fennell-and-Gelsen-1980;Markus-1987;Markus-1991 #> 30342 Koshal-1979 #> 30395 Sachnine-1982 #> 30416 Terrill-1999 #> 30531 Zhirkov-1955;Khajdakov-1966b;Murkelinskij-1967 #> 30533 Matisoff-1973;Matisoff-1988 #> 30754 Mathiassen-1997 #> 30863 Okello-1975 #> 30889 Matisoff-1973;Matisoff-1988 #> 30900 Mathiassen-1997 #> 30957 Sachnine-1982 #> 31016 Okello-1975 #> 31171 Koshal-1979 #> 31267 Terrill-1999 #> 31400 Zhirkov-1955;Murkelinskij-1967;Khajdakov-1966b #> 31535 Zhirkov-1955;Murkelinskij-1967;Khajdakov-1966b #> 31580 Terrill-1999 #> 31637 Koshal-1979 #> 31641 Sachnine-1982 #> 31728 Mathiassen-1997 #> 31849 Matisoff-1988;Matisoff-1973 #> 31910 Okello-1975 #> 32040 Terrill-1999 #> 32141 Peterson-2003 #> 32149 Matisoff-1973 #> 32158 Noonan-1992 #> 32236 Matisoff-1973 #> 32249 Peterson-2003 #> 32269 Noonan-1992 #> 32340 Terrill-1999 #> 32376 Peterson-2003 #> 32380 Terrill-1999 #> 32410 Matisoff-1973 #> 32493 Noonan-1992 #> 32549 Terrill-1999 #> 32611 Noonan-1992 #> 32620 Peterson-2003 #> 32708 Terrill-1999 #> 32710 Noonan-1992 #> 32803 Peterson-2003 #> 32885 Terrill-1999 #> 32905 Noonan-1992 #> 33086 Peterson-2003 #> 33124 Noonan-1992 #> 33127 Terrill-1999 #> 33345 Peterson-2003 #> 33385 Peterson-2003 #> 33522 Noonan-1992 #> 33554 Terrill-1999 #> 33636 Hay-Neave-1953[passim];Peterson-2003[ passim] #> 33637 Matisoff-1988[passim];Matisoff-1973[passim] #> 33652 Bjorverud-1998[passim] #> 33671 Hospitalier-1937[passim];Yates-and-Sayisthsena-1970[passim] #> 33820 Boyeldieu-1982[passim] #> 34010 Koshal-1979[passim] #> 34103 Bruce-1968[passim] #> 34183 Lazdina-1966[passim];Mathiassen-1997[passim];Bielenstein-1863[passim] #> 34191 Terrill-1999[passim] #> 34292 Noonan-1992[passim] #> 34373 Lukas-1936[passim] #> 34472 Capell-1984b[passim] #> 34726 Bruce-1968 #> 34796 #> 34884 Noonan-1992 #> 34947 Terrill-1999 #> 34985 Noonan-1992 #> 35065 Zhirkov-1955;Xajdakov-2001 #> 35085 Mathiassen-1997 #> 35114 Koshal-1979 #> 35153 Koshal-1979 #> 35199 Mathiassen-1997 #> 35200 Zhirkov-1955;Xajdakov-2001 #> 35231 Terrill-1999 #> 35238 Noonan-1992 #> 35360 Okello-1975 #> 35519 Mathiassen-1997 #> 35533 Terrill-1999 #> 35591 Matisoff-1988;Matisoff-1973 #> 35786 Sachnine-1982 #> 35824 Khajdakov-1966b;Zhirkov-1955;Murkelinskij-1967 #> 35861 Koshal-1979 #> 35931 Noonan-1992 #> 35943 Matisoff-1973 #> 36012 Koshal-1979[56-60] #> 36073 Mathiassen-1997[40-41] #> 36086 Terrill-1999[chapter 6] #> 36111 Xajdakov-1963;Corbett-1991[24-26];Zhirkov-1955;Murkelinskij-1967;Xajdakov-1980a[204-13] #> 36147 Koshal-1979[56-60] #> 36154 Matisoff-1973 #> 36170 Noonan-1992 #> 36317 Mathiassen-1997[40-41] #> 36327 Terrill-1999[chapter 6] #> 36337 Xajdakov-1980a[204-13];Xajdakov-1963;Corbett-1991[24-26];Murkelinskij-1967;Zhirkov-1955 #> 36406 Matisoff-1973 #> 36460 Koshal-1979[56-60] #> 36467 Noonan-1992 #> 36557 Xajdakov-1980a[204-13];Zhirkov-1955;Murkelinskij-1967;Xajdakov-1963;Corbett-1991[24-26] #> 36620 Terrill-1999[chapter 6] #> 36655 Mathiassen-1997[40-41] #> 36685 Stevenson-1957[ 44] #> 36845 Koshal-1979[41, 60] #> 36938 Noonan-1992[83-84] #> 37188 Matisoff-1973[65] #> 37242 Capell-1984b[62-63] #> 37263 Lazdina-1966[16] #> 37292 Terrill-1999[102, 5.6.2] #> 37300 Boyeldieu-1982[70-82] #> 37353 Lukas-1936[16ff] #> 37538 Hay-Neave-1953[40, passim] #> 37653 Bjorverud-1998[passim] #> 37654 Yates-and-Sayisthsena-1970[passim] #> 37793 Noonan-1992[83-6] #> 37880 Kutscher-2001[83-129, 95-96] #> 37890 Terrill-1999[101-119] #> 37949 Zhirkov-1955[21] #> 37955 Mathiassen-1997 #> 38039 Noonan-1992[78, 108] #> 38066 Terrill-1999[156] #> 38067 Murkelinskij-1967[496-497] #> 38082 Grabis-1965[480-481] #> 38266 Matisoff-1973[49-50, 65-66] #> 38273 Koshal-1979[103-107] #> 38299 Zhirkov-1955[34] #> 38370 Matisoff-1973[65] #> 38452 #> 38478 #> 38507 #> 38574 Terrill-1999[56, 3.6, 82] #> 38714 Boyeldieu-1982[passim] #> 38743 Matisoff-1973[112] #> 38775 Bielenstein-1863[257, 416] #> 38852 Lukas-1936[31] #> 38888 Capell-1984b[64] #> 38903 Noonan-1992[passim] #> 38992 Bjorverud-1998[passim] #> 39100 Hay-Neave-1953[passim] #> 39118 Yates-and-Sayisthsena-1970[passim] #> 39253 Bielenstein-1863[255, 258, 415] #> 39304 Terrill-1999[72-73, 4.1.2] #> 39315 Matisoff-1973[87] #> 39365 Noonan-1992[87, 161] #> 39370 Koshal-1979[63-64] #> 39473 Bjorverud-1998[passim] #> 39532 Hay-Neave-1953[passim] #> 39638 Yates-and-Sayisthsena-1970[passim] #> 39693 Noonan-1992[108-110] #> 39697 Helmbrecht-1996[132-135] #> 39755 Nau-1998[17] #> 39819 Koshal-1979[109-122] #> 39821 Terrill-1999[156] #> 40188 Terrill-1999 #> 40229 Okello-1975 #> 40365 Murkelinskij-1967;Khajdakov-1966b;Zhirkov-1955 #> 40377 Sachnine-1982 #> 40392 Mathiassen-1997 #> 40484 Koshal-1979 #> 40496 Matisoff-1973;Matisoff-1988 #> 40518 Koshal-1979[179] #> 40612 Nau-1998[29-30] #> 40629 Helmbrecht-1996[131] #> 40634 Noonan-1992[91] #> 40682 Terrill-1999[222-223] #> 40801 Nau-1998[18] #> 40885 Noonan-1992[86] #> 40887 Terrill-2001b[71] #> 40981 Nau-1998[18] #> 41102 Terrill-2001b[71] #> 41112 Noonan-1992[86, 108] #> 41189 Noonan-1992[86, 108] #> 41216 Matisoff-1973[49, 51] #> 41248 Terrill-1999[158] #> 41331 Nau-1998[16, 18] #> 41387 Nau-1998[17] #> 41391 Terrill-1999[156] #> 41580 Zhirkov-1955[65-6] #> 41635 Matisoff-1973[49, 65] #> 41707 Noonan-1992[108] #> 41740 Koshal-1979[101] #> 41818 Noonan-1992[91-100, 108, 165] #> 41872 Terrill-1999[55] #> 41902 Nau-1998[17] #> 42089 Zhirkov-1955[74-5] #> 42115 Mathiassen-1997[70] #> 42148 Terrill-1999[55] #> 42223 Noonan-1992[162] #> 42303 #> 42320 Noonan-1992[166-167] #> 42421 Fennell-and-Gelsen-1980[56ff.] #> 42565 Matisoff-1973[45] #> 42591 Zhirkov-1955[129] #> 42622 Nau-1998[10] #> 42638 Koshal-1979[80] #> 42760 Noonan-1992[107] #> 42813 Terrill-1999[57, 138-9] #> 42830 Terrill-1999[147-152] #> 42913 Noonan-1992[passim] #> 42963 Mathiassen-1997[41-51, 58, 65-73, 165-182] #> 42966 Koshal-1979[64-79, 110-140] #> 43048 Murkelinskij-1967[492-498];Zhirkov-1955[35-44, 65-75] #> 43420 Sachnine-1982 #> 43444 Koshal-1979 #> 43445 Mathiassen-1997 #> 43471 Okello-1975 #> 43558 Zhirkov-1955;Khajdakov-1966b;Murkelinskij-1967 #> 43578 Matisoff-1973;Matisoff-1988 #> 43628 Terrill-1999 #> 43719 Terrill-1999[147-152] #> 43725 Noonan-1992[passim] #> 43755 Murkelinskij-1967[492-498];Zhirkov-1955[35-44, 65-75] #> 43779 Koshal-1979[64-79, 110-140] #> 43890 Mathiassen-1997[41-51, 58, 65-73, 165-182] #> 44015 Terrill-1999[91, 5.2] #> 44133 Murkelinskij-1967[492] #> 44349 Koshal-1979[64, 65-79] #> 44358 Lazdina-1966[8, 9, 17, 21, 38] #> 44572 Hay-Neave-1953[passim] #> 44620 Bjorverud-1998[passim] #> 44691 Yates-and-Sayisthsena-1970[passim] #> 44710 Stevenson-1957[ S] #> 44780 Matisoff-1973[passim] #> 44838 Capell-1984b[65] #> 44933 Noonan-1992[passim] #> 44953 Eckert-et-al-1998 #> 45075 Stolz-1996[189] #> 45087 Francke-1979 #> 45112 Stolz-1996[189] #> 45155 Stolz-1996[196] #> 45255 Noonan-1992 #> 45307 Noonan-1992[110-112] #> 45384 Francke-1979[19-20] #> 45525 Eckert-et-al-1994[303-308] #> 45720 Murkelinskij-1967[496] #> 45793 Fennell-and-Gelsen-1980[483] #> 45931 Fennell-and-Gelsen-1980 #> 45938 Noonan-1992 #> 46219 #> 46235 #> 46247 Noonan-1992 #> 46252 Fennell-and-Gelsen-1980 #> 46520 Terrill-1999[84, 4.2] #> 46791 Lukas-1936[28] #> 46804 Capell-1984b[74-76] #> 46918 Boyeldieu-1982[17ff] #> 47001 Bielenstein-1863[passim] #> 47026 Bjorverud-1998[passim] #> 47138 Hay-Neave-1953[passim] #> 47163 Yates-and-Sayisthsena-1970[passim] #> 47406 Terrill-1999 #> 47486 Noonan-1992 #> 47531 Terrill-1999 #> 47696 Noonan-1992 #> 47836 Terrill-1999 #> 47914 Noonan-1992 #> 48122 Sachnine-1982 #> 48172 Mathiassen-1997 #> 48328 Terrill-1999 #> 48351 Okello-1975 #> 48366 Koshal-1979 #> 48473 Matisoff-1973;Matisoff-1988 #> 48519 Murkelinskij-1967;Zhirkov-1955;Khajdakov-1966b #> 48556 #> 48637 #> 48800 #> 48811 #> 48831 Boguslavskaja-1989[116] #> 48835 Terrill-1999 #> 48844 Noonan-1992[213-214] #> 48891 #> 48989 Budina-Lazdina-1966 #> 49108 Matisoff-1973 #> 49224 Terrill-1999[57, 146, 416] #> 49231 Mathiassen-1997[144, 208] #> 49279 Zhirkov-1955[132] #> 49326 Kutscher-2001[38, 205] #> 49458 Noonan-1992[162, 230-1] #> 49491 Peterson-and-VanBik-2004 #> 49565 Noonan-1992[91] #> 49672 Bybee-et-al-1994 #> 49673 Bybee-et-al-1994 #> 49681 Terrill-1999 #> 49727 Bybee-et-al-1994 #> 49729 #> 49764 #> 49885 Bybee-et-al-1994 #> 49887 Noonan-1992 #> 49888 Terrill-1999 #> 49899 Bybee-et-al-1994 #> 49937 Bybee-et-al-1994 #> 49995 #> 50034 Terrill-1999[297, 298] #> 50071 Bybee-et-al-1994 #> 50093 Noonan-1992 #> 50145 Bybee-et-al-1994 #> 50157 Bybee-et-al-1994 #> 50195 Bybee-et-al-1994[64-65, 329, quoting Yates and Sayisthsena 1970:318f.] #> 50218 Bybee-et-al-1994[64-65, 329, quoting Newland 1897:34] #> 50246 Bybee-et-al-1994[64-65, 329, quoting Matisoff 1973:322ff] #> 50257 #> 50341 Noonan-1992 #> 50376 Terrill-1999 #> 50469 Lukas-1936[37-42] #> 50685 Terrill-1999[293, 12.1] #> 50942 Koshal-1979[179] #> 50976 Bruce-1968[52, 58] #> 51225 Noonan-1992[91] #> 51261 Boyeldieu-1982[113-116] #> 51321 Capell-1984b[79, 80, 85] #> 51357 Lazdina-1966[58, 79, 85, 128] #> 51387 Hay-Neave-1953[passim] #> 51459 Bjorverud-1998[passim] #> 51507 Yates-and-Sayisthsena-1970[passim] #> 51605 Matisoff-1973;Matisoff-1988 #> 51677 Koshal-1979 #> 51694 Terrill-1999 #> 51886 Okello-1975 #> 51933 Mathiassen-1997 #> 51977 Zhirkov-1955;Murkelinskij-1967;Khajdakov-1966b #> 52034 Sachnine-1982 #> 52215 Koshal-1979[225-226] #> 52237 Noonan-1992[92] #> 52308 Mattissen-1995[54];Liu-1995[102] #> 52344 Terrill-1999[310-313] #> 52356 Zhirkov-1955[117-120] #> 52436 Nau-1998[34] #> 52740 Nau-1998[passim] #> 52811 Koshal-1979[244] #> 52884 Zhirkov-1955[119-121] #> 53043 Noonan-1992[143] #> 53082 Liu-1995[103-104];Mattissen-1995[66] #> 53083 Terrill-1999[308] #> 53160 Zhirkov-1955[117-121] #> 53400 Kutscher-et-al-1995[52, 54] #> 53412 Terrill-1999[308, 310-313, 420-421] #> 53416 Koshal-1979[225-226, 229-231, 234-236] #> 53424 Holst-2001[137, 178] #> 53487 Noonan-1992[93, 143, p.c.] #> 53539 Koshal-1979[226] #> 53735 Nau-1998 #> 53739 Terrill-1999 #> 53804 Noonan-1992 #> 53813 Matisoff-1973 #> 53854 Koshal-1979[228f., 234-236] #> 53863 Terrill-1999[306] #> 53925 Noonan-1992[183] #> 53974 Nau-1998[45];Holvoet-2001[233-236] #> 54023 #> 54099 #> 54135 Holvoet-2001[233-236] #> 54167 Koshal-1979[191f.] #> 54282 #> 54306 Noonan-1992[183f.] #> 54335 Holvoet-2001[229-231, 233-236] #> 54401 Noonan-1992[144, 183f.] #> 54411 #> 54470 Koshal-1979[191f., 234-237] #> 54497 #> 54539 Noonan-1992 #> 54562 Murkelinskij-1967 #> 54682 Terrill-1999 #> 54750 Matisoff-1973[377-80] #> 54800 Mathiassen-1997[131] #> 54899 Holisky-1991b[427-35] #> 54904 Koshal-1979[195ff] #> 54974 Noonan-1992 #> 55005 Terrill-1999 #> 55108 Murkelinskij-1967 #> 55200 Mathiassen-1997[131] #> 55249 Koshal-1979[195ff] #> 55262 Holisky-1991b[427-35] #> 55291 Matisoff-1973[377-80] #> 55370 Fennell-and-Gelsen-1980[in passim] #> 55463 Koshal-1979 #> 55499 Terrill-1999 #> 55500 Noonan-1992[144-147] #> 55652 #> 55713 #> 55727 #> 55740 #> 55889 Terrill-1999 #> 55900 Mathiassen-1997 #> 55972 Matisoff-1988;Matisoff-1973 #> 56023 Okello-1975 #> 56032 Koshal-1979 #> 56086 Zhirkov-1955;Murkelinskij-1967;Khajdakov-1966b #> 56285 Sachnine-1982 #> 56330 Koshal-1979 #> 56334 Fennell-and-Gelsen-1980 #> 56357 Terrill-1999 #> 56415 Noonan-1992 #> 56673 Terrill-1999[204, 9.2] #> 56761 Hay-Neave-1953[passim] #> 56785 Koshal-1979[passim] #> 56870 Matisoff-1973[40, 191] #> 57041 Bjorverud-1998[158] #> 57112 Noonan-1992[119] #> 57149 Siegel-1984[ 109] #> 57313 Yates-and-Sayisthsena-1970[5, 47, 64, 3, passim] #> 57371 Boyeldieu-1982[passim] #> 57515 Bielenstein-1863[413] #> 57536 Lukas-1936[22] #> 57849 Bruce-1968[passim] #> 57940 Bruce-1968[ passim] #> 58062 Lukas-1936[22] #> 58137 Boyeldieu-1982[passim] #> 58172 Siegel-1984[ 109] #> 58252 Zhirkov-1955[135] #> 58299 Noonan-1992[119] #> 58418 Yates-and-Sayisthsena-1970[5, 47, 64, 3, passim] #> 58554 Bjorverud-1998[158] #> 58710 Matisoff-1973[40, 191] #> 58782 Koshal-1979[passim] #> 58798 Hay-Neave-1953[passim] #> 58800 Capell-1984b[passim] #> 59090 Terrill-1999[204, 9.2] #> 59373 Bielenstein-1863[413] #> 59415 Bruce-1968[passim] #> 59449 Zhirkov-1955[135] #> 59557 Bjorverud-1998[158] #> 59787 Terrill-1999[204, 9.2] #> 59804 Matisoff-1973[40, 191] #> 59830 Hay-Neave-1953[passim] #> 60032 Capell-1984b[passim] #> 60078 Tucker-and-Bryan-1966[284] #> 60154 Koshal-1979[passim] #> 60321 Noonan-1992[119] #> 60336 Bruce-1968[passim] #> 60581 Lazdina-1966[17];Bielenstein-1863[414] #> 60614 Yates-and-Sayisthsena-1970[5, 47, 64, 3, passim] #> 60761 Lukas-1936[22] #> 60793 Boyeldieu-1982[passim] #> 60815 Siegel-1984[ 105] #> 60983 Noonan-1992[119] #> 61207 Terrill-1999 #> 61459 Capell-1984b[passim] #> 61625 Terrill-1999[57, 3.9, 138, 7.1] #> 61681 Matisoff-1973[137, 155ff] #> 61689 Hay-Neave-1953[46-48] #> 61871 Capell-1984b[66, passim] #> 61878 Bjorverud-1998[74, 126-131] #> 61973 Zhirkov-1955[130] #> 62028 Koshal-1979[80-95] #> 62156 Noonan-1992[107] #> 62322 Bielenstein-1863[417];Lazdina-1966[38-39, 189-190] #> 62330 Boyeldieu-1982[passim] #> 62367 Yates-and-Sayisthsena-1970[45, 324, 347] #> 62396 Siegel-1984[ 105] #> 62464 Lukas-1936[53-56] #> 62508 Bruce-1968[passim] #> 62797 Bielenstein-1863[415];Lazdina-1966[27] #> 62882 Koshal-1979[passim] #> 63044 Bjorverud-1998[117, 122] #> 63121 Terrill-1999[85-88, 4.2] #> 63186 Hay-Neave-1953[passim] #> 63280 Matisoff-1973[48, 141] #> 63304 Siegel-1984[ 95] #> 63410 Boyeldieu-1982[15-16] #> 63458 Bruce-1968[passim] #> 63518 Yates-and-Sayisthsena-1970[9, passim] #> 63522 Capell-1984b[65] #> 63531 Lukas-1936[15, 20] #> 63599 Noonan-1992[154, 156-157] #> 63826 Tucker-and-Bryan-1966[288] #> 64161 Zhirkov-1955[136] #> 64169 Bruce-1968[85, passim] #> 64205 Bielenstein-1863[415];Lazdina-1966[8] #> 64517 Koshal-1979[143-146] #> 64519 Siegel-1984[ 93] #> 64568 Lukas-1936[23] #> 64638 Hospitalier-1937[149-150];Yates-and-Sayisthsena-1970[32] #> 64659 Noonan-1992[154] #> 64850 Boyeldieu-1982[207-208] #> 64875 Terrill-1999[69, 4.1] #> 65027 Bjorverud-1998[117, 118] #> 65093 Capell-1984b[69, passim] #> 65167 Matisoff-1973[193-194, 473, 490];Matisoff-1988[passim] #> 65184 Tucker-and-Bryan-1966[288] #> 65216 Hay-Neave-1953[42] #> 65345 Bielenstein-1863[415] #> 65580 Koshal-1979[41, 123, 102-103] #> 65647 Bruce-1968[78, 106] #> 65808 Matisoff-1973[52, 110-114] #> 65915 Siegel-1984[ 92, 95] #> 65940 Hospitalier-1937[passim];Yates-and-Sayisthsena-1970[26, 29, 83] #> 66182 Bjorverud-1998[120] #> 66257 Boyeldieu-1982[passim] #> 66317 Noonan-1992[86, 154, 161] #> 66375 Lukas-1936[32] #> 66399 Hay-Neave-1953[passim] #> 66710 Bielenstein-1863[415];Lazdina-1966[109-110] #> 66812 Bruce-1968[71, passim] #> 67015 Siegel-1984[ 93] #> 67089 Hospitalier-1937[passim];Yates-and-Sayisthsena-1970[passim] #> 67097 Noonan-1992[111, 154] #> 67261 Terrill-1999[49, 3.3, 3, 3.1, 69, 4.1, 81ff., 4.1.2] #> 67307 Capell-1984b[passim 69] #> 67337 Hay-Neave-1953[passim] #> 67414 Koshal-1979[60-62, 144] #> 67425 Matisoff-1973[45, 48] #> 67545 Lukas-1936[53] #> 67558 Bjorverud-1998[117] #> 67677 #> 67681 Matisoff-1973[49] #> 67739 Koshal-1979[24] #> 67782 Noonan-1992[9] #> 68001 Anderson-1997a[978] #> 68027 Nau-1998[6] #> 68168 Noonan-1992[154] #> 68195 Bielenstein-1863[414];Lazdina-1966[63] #> 68314 Yates-and-Sayisthsena-1970[passim];Hospitalier-1937[passim] #> 68370 Siegel-1984[ 119-120] #> 68823 Matisoff-1973[473] #> 68843 Terrill-1999[395, 16.3] #> 68876 Bjorverud-1998[117, passim] #> 68880 Hay-Neave-1953[passim] #> 69026 Matisoff-1973[ 473] #> 69079 Bjorverud-1998[ 117, passim] #> 69103 Hay-Neave-1953[ passim] #> 69272 Siegel-1984[ 119-120] #> 69340 Yates-and-Sayisthsena-1970[ passim];Hospitalier-1937[ passim] #> 69578 Lazdina-1966[ 63];Bielenstein-1863[ 414] #> 69689 Noonan-1992[ 154] #> 69718 Bjorverud-1998[ 117, passim] #> 69740 Terrill-1999[ 395, 16.3] #> 69773 Hay-Neave-1953[ passim] #> 69862 Bielenstein-1863[417] #> 70091 Matisoff-1988[passim 742];Matisoff-1973[passim] #> 70106 Hay-Neave-1953[passim] #> 70140 Bjorverud-1998[119] #> 70237 Yates-and-Sayisthsena-1970[32, 190] #> 70431 Lazdina-1966[13, 287];Bielenstein-1863[284] #> 70474 Hay-Neave-1953[25, passim] #> 70489 Lukas-1936[62] #> 70597 Terrill-1999[406, 17.1.1] #> 70609 Matisoff-1973[371] #> 70646 Hospitalier-1937[221];Yates-and-Sayisthsena-1970[passim] #> 70710 Bjorverud-1998[74, 141] #> 70736 Bruce-1968[84] #> 70845 Boyeldieu-1982[189-190] #> 70858 Koshal-1979[262-263] #> 70862 Siegel-1984[ 110] #> 70899 Noonan-1992[172] #> 71416 Lazdina-1966[13];Bielenstein-1863[383] #> 71473 Yates-and-Sayisthsena-1970[6, 10, 19] #> 71496 Siegel-1984[110-111] #> 71499 Koshal-1979[passim] #> 71667 Boyeldieu-1982[passim] #> 71692 Terrill-1999[409, 17.1.3] #> 71849 Matisoff-1973[191] #> 71883 Noonan-1992[172] #> 71914 Bjorverud-1998[passim] #> 72038 Hay-Neave-1953[passim] #> 72059 Lukas-1936[162] #> 72213 Boyeldieu-1982[passim 191] #> 72234 Yates-and-Sayisthsena-1970[112, 124, 169] #> 72237 Lazdina-1966[227] #> 72486 Bruce-1968[84] #> 72576 Bjorverud-1998[149-150] #> 72590 Matisoff-1973[172, 174] #> 72600 Hay-Neave-1953[passim] #> 72714 Terrill-1999[389, 16.1.5, 390, 16.1.6, etc.] #> 72731 Lukas-1936[58-59] #> 72821 #> 72947 #> 72960 #> 73047 #> 73089 #> 73159 #> 73183 #> 73295 #> 73316 #> 73322 #> 73427 #> 73482 #> 73574 #> 73714 #> 73960 #> 74198 #> 74266 #> 74281 #> 74479 #> 74582 #> 74617 #> 74755 #> 74924 #> 75013 #> 75153 #> 75165 #> 75321 #> 75414 #> 75449 #> 75497 #> 75526 #> 75572 #> 75595 #> 75677 #> 75919 #> 75957 #> 76080 #> 76122 Terrill-2004[227] #> 76195 Noonan-1992[120, 126, 128] #> 76229 Mathiassen-1997[181, 187] #> 76271 Koshal-1979[63, 67] #> 76273 Zhirkov-1955[41] #> 76316 Zhirkov-1955[64, 93] #> 76338 Terrill-2004[171] #> 76371 Noonan-1992[119-120] #> 76380 Mathiassen-1997[200, 220] #> 76452 Koshal-1979[65, 70] #> contributors #> 151 Ian Maddieson #> 198 Ian Maddieson #> 419 Ian Maddieson #> 476 Ian Maddieson #> 483 Ian Maddieson #> 500 Ian Maddieson #> 551 Ian Maddieson #> 619 John Hajek #> 635 John Hajek #> 654 John Hajek #> 709 John Hajek #> 713 John Hajek #> 722 John Hajek #> 790 John Hajek #> 808 John Hajek #> 822 John Hajek #> 862 Anna Siewierska #> 868 Anna Siewierska #> 1004 Anna Siewierska #> 1055 Anna Siewierska #> 1069 Anna Siewierska #> 1158 Anna Siewierska #> 1253 Matthew S. Dryer #> 1304 Matthew S. Dryer #> 1509 Matthew S. Dryer #> 1586 Matthew S. Dryer #> 1826 Matthew S. Dryer #> 1857 Matthew S. Dryer #> 1902 Matthew S. Dryer #> 1903 Matthew S. Dryer #> 1970 Anna Siewierska #> 2009 Anna Siewierska #> 2090 Anna Siewierska #> 2100 Anna Siewierska #> 2221 Anna Siewierska #> 2254 Anna Siewierska #> 2340 Anna Siewierska #> 2393 Anna Siewierska #> 2434 Anna Siewierska #> 2450 Anna Siewierska #> 2595 Anna Siewierska #> 2617 Anna Siewierska #> 2709 Anna Siewierska #> 2726 Anna Siewierska #> 2768 Anna Siewierska #> 2798 Anna Siewierska #> 2968 Anna Siewierska #> 3024 Anna Siewierska #> 3091 Martin Haspelmath #> 3093 Martin Haspelmath #> 3182 Martin Haspelmath #> 3209 Martin Haspelmath #> 3352 Martin Haspelmath #> 3404 Martin Haspelmath #> 3423 Martin Haspelmath #> 3624 Elena Maslova and Vladimir P. Nedjalkov #> 3661 Anna Siewierska #> 3847 Anna Siewierska #> 3872 Anna Siewierska #> 3893 Anna Siewierska #> 3910 Anna Siewierska #> 3926 Anna Siewierska #> 4005 Maria Polinsky #> 4019 Maria Polinsky #> 4025 Maria Polinsky #> 4036 Maria Polinsky #> 4086 Maria Polinsky #> 4219 Maria Polinsky #> 4230 Maria Polinsky #> 4235 Maria Polinsky #> 4366 Maria Polinsky #> 4410 Maria Polinsky #> 4441 Maria Polinsky #> 4487 Maria Polinsky #> 4506 Maria Polinsky #> 4521 Maria Polinsky #> 4575 Maria Polinsky #> 4586 Maria Polinsky #> 4658 Maria Polinsky #> 4690 Maria Polinsky #> 4716 Maria Polinsky #> 4763 Ian Maddieson #> 4819 Ian Maddieson #> 4918 Ian Maddieson #> 4932 Ian Maddieson #> 5042 Ian Maddieson #> 5194 Ian Maddieson #> 5242 Ian Maddieson #> 5319 Jae Jung Song #> 5372 Jae Jung Song #> 5373 Jae Jung Song #> 5415 Jae Jung Song #> 5512 Jae Jung Song #> 5607 Jae Jung Song #> 5609 Jae Jung Song #> 5631 Jae Jung Song #> 5716 Jae Jung Song #> 5729 Jae Jung Song #> 5861 Matthew S. Dryer #> 6129 Matthew S. Dryer #> 6138 Matthew S. Dryer #> 6214 Matthew S. Dryer #> 6328 Matthew S. Dryer #> 6367 Matthew S. Dryer #> 6387 Matthew S. Dryer #> 6550 Matthew S. Dryer #> 6690 Matthew S. Dryer #> 6692 Matthew S. Dryer #> 6696 Matthew S. Dryer #> 6767 Matthew S. Dryer #> 6903 Matti Miestamo #> 7107 Matti Miestamo #> 7119 Matti Miestamo #> 7120 Matti Miestamo #> 7149 Matti Miestamo #> 7178 Matti Miestamo #> 7243 Matti Miestamo #> 7285 Matti Miestamo #> 7322 Matti Miestamo #> 7332 Matti Miestamo #> 7354 Matti Miestamo #> 7465 Matti Miestamo #> 7502 Martin Haspelmath #> 7599 Martin Haspelmath #> 7603 Martin Haspelmath #> 7689 Martin Haspelmath #> 7754 Matthew S. Dryer #> 7772 Matthew S. Dryer #> 7862 Matthew S. Dryer #> 7919 Matthew S. Dryer #> 7970 Matthew S. Dryer #> 7992 Matthew S. Dryer #> 8092 Matthew S. Dryer #> 8096 Matthew S. Dryer #> 8146 Matthew S. Dryer #> 8350 Matthew S. Dryer #> 8495 Matthew S. Dryer #> 8558 Matthew S. Dryer #> 8664 Leon Stassen #> 8693 Leon Stassen #> 8732 Leon Stassen #> 8826 Leon Stassen #> 9003 Leon Stassen #> 9026 Leon Stassen #> 9115 Leon Stassen #> 9141 Leon Stassen #> 9250 Leon Stassen #> 9332 Leon Stassen #> 9341 Leon Stassen #> 9420 Leon Stassen #> 9618 Leon Stassen #> 9637 Leon Stassen #> 9771 Ian Maddieson #> 9872 Ian Maddieson #> 9981 Ian Maddieson #> 10022 Ian Maddieson #> 10083 Ian Maddieson #> 10117 Ian Maddieson #> 10158 Leon Stassen #> 10247 Leon Stassen #> 10355 Leon Stassen #> 10425 Leon Stassen #> 10441 Leon Stassen #> 10566 Leon Stassen #> 10682 Leon Stassen #> 10707 Bernard Comrie and Tania Kuteva #> 10713 Bernard Comrie and Tania Kuteva #> 10842 Bernard Comrie and Tania Kuteva #> 10874 Bernard Comrie and Tania Kuteva #> 10893 Bernard Comrie and Tania Kuteva #> 10900 Bernard Comrie and Tania Kuteva #> 10985 Martin Haspelmath #> 11018 Martin Haspelmath #> 11081 Martin Haspelmath #> 11219 Martin Haspelmath #> 11352 Sonia Cristofaro #> 11385 Sonia Cristofaro #> 11467 Sonia Cristofaro #> 11544 Sonia Cristofaro #> 11687 Sonia Cristofaro #> 11766 Sonia Cristofaro #> 11848 Sonia Cristofaro #> 11930 Cecil H. Brown #> 12263 Cecil H. Brown #> 12599 Ian Maddieson #> 12702 Ian Maddieson #> 12838 Ian Maddieson #> 12844 Ian Maddieson #> 12883 Ian Maddieson #> 12982 Ian Maddieson #> 13032 Ian Maddieson #> 13494 Cecil H. Brown #> 13547 Cecil H. Brown #> 13728 Bernard Comrie #> 13732 Bernard Comrie #> 13770 Bernard Comrie #> 13778 Bernard Comrie #> 14433 Johanna Nichols and David A. Peterson #> 14508 Johanna Nichols and David A. Peterson #> 14725 Johanna Nichols and David A. Peterson #> 14804 Johanna Nichols and David A. Peterson #> 14995 Johanna Nichols and David A. Peterson #> 15026 Johanna Nichols and David A. Peterson #> 15121 Johanna Nichols and David A. Peterson #> 15188 Johanna Nichols and David A. Peterson #> 15437 Östen Dahl #> 15519 Östen Dahl #> 15545 Östen Dahl #> 15763 Rob Goedemans and Harry van der Hulst #> 15829 Rob Goedemans and Harry van der Hulst #> 15833 Rob Goedemans and Harry van der Hulst #> 15881 Rob Goedemans and Harry van der Hulst #> 16199 David Gil #> 16225 David Gil #> 16259 David Gil #> 16304 Matthew S. Dryer #> 16631 Matthew S. Dryer #> 16636 Matthew S. Dryer #> 16712 Matthew S. Dryer #> 16724 Matthew S. Dryer #> 16792 Matthew S. Dryer #> 16806 Matthew S. Dryer #> 16811 Matthew S. Dryer #> 17019 Matthew S. Dryer #> 17068 Matthew S. Dryer #> 17070 Matthew S. Dryer #> 17072 Matthew S. Dryer #> 17245 Matthew S. Dryer #> 17899 Matthew S. Dryer #> 17990 Matthew S. Dryer #> 18111 Matthew S. Dryer #> 18145 Matthew S. Dryer #> 18269 Matthew S. Dryer #> 18288 Matthew S. Dryer #> 18697 Matthew S. Dryer #> 18699 Matthew S. Dryer #> 18790 Matthew S. Dryer #> 18904 Matthew S. Dryer #> 18905 Matthew S. Dryer #> 19056 Matthew S. Dryer #> 19121 Matthew S. Dryer #> 19231 Matthew S. Dryer #> 19258 Matthew S. Dryer #> 19312 Matthew S. Dryer #> 19319 Matthew S. Dryer #> 19677 Matthew S. Dryer #> 19736 Matthew S. Dryer #> 19772 Matthew S. Dryer #> 19923 Matthew S. Dryer #> 20046 Matthew S. Dryer #> 20081 Matthew S. Dryer #> 20316 Matthew S. Dryer #> 20375 Matthew S. Dryer #> 20447 Matthew S. Dryer #> 20487 Matthew S. Dryer #> 20512 Matthew S. Dryer #> 20560 Matthew S. Dryer #> 20577 Matthew S. Dryer #> 20635 Matthew S. Dryer #> 20646 Matthew S. Dryer #> 20821 Matthew S. Dryer #> 21077 Matthew S. Dryer #> 21456 Matthew S. Dryer #> 21479 Matthew S. Dryer #> 21564 Matthew S. Dryer #> 21748 Matthew S. Dryer #> 21756 Matthew S. Dryer #> 21891 Matthew S. Dryer #> 22132 Matthew S. Dryer #> 22162 Matthew S. Dryer #> 22232 Matthew S. Dryer #> 22316 Matthew S. Dryer #> 22522 Matthew S. Dryer #> 22564 Matthew S. Dryer #> 22570 Matthew S. Dryer #> 22696 Matthew S. Dryer #> 22733 Matthew S. Dryer #> 22736 Matthew S. Dryer #> 22832 Matthew S. Dryer #> 22890 Matthew S. Dryer #> 23312 Matthew S. Dryer #> 23351 Matthew S. Dryer #> 23363 Matthew S. Dryer #> 23380 Matthew S. Dryer #> 23430 Matthew S. Dryer #> 23528 Matthew S. Dryer #> 23545 Matthew S. Dryer #> 23555 Matthew S. Dryer #> 23689 Matthew S. Dryer #> 23800 Matthew S. Dryer #> 23860 Matthew S. Dryer #> 23900 Matthew S. Dryer #> 23958 Matthew S. Dryer #> 23969 Matthew S. Dryer #> 24024 Matthew S. Dryer #> 24101 Matthew S. Dryer #> 24274 Matthew S. Dryer #> 24293 Matthew S. Dryer #> 24362 Matthew S. Dryer #> 24438 Matthew S. Dryer #> 24540 Matthew S. Dryer #> 24617 Matthew S. Dryer #> 24669 Matthew S. Dryer #> 24746 Matthew S. Dryer #> 24825 Matthew S. Dryer #> 24977 Matthew S. Dryer #> 24994 Matthew S. Dryer #> 25033 Matthew S. Dryer #> 25122 Matthew S. Dryer #> 25231 Matthew S. Dryer #> 25244 Matthew S. Dryer #> 25320 Matthew S. Dryer #> 25342 Matthew S. Dryer #> 25370 Matthew S. Dryer #> 25436 Matthew S. Dryer #> 25553 Matthew S. Dryer #> 25561 Matthew S. Dryer #> 25564 Matthew S. Dryer #> 25676 Matthew S. Dryer #> 25776 Matthew S. Dryer #> 25861 Matthew S. Dryer #> 25871 Matthew S. Dryer #> 25980 Matthew S. Dryer #> 26025 Matthew S. Dryer #> 26055 Matthew S. Dryer #> 26141 Matthew S. Dryer #> 26234 Matthew S. Dryer #> 26327 Matthew S. Dryer #> 26548 Matthew S. Dryer #> 26555 Matthew S. Dryer #> 26705 Matthew S. Dryer #> 26734 Matthew S. Dryer #> 26814 Matthew S. Dryer #> 26984 Matthew S. Dryer #> 27178 Matthew S. Dryer #> 27291 Matthew S. Dryer #> 27406 Matthew S. Dryer #> 27417 Matthew S. Dryer #> 27482 Matthew S. Dryer #> 27535 Matthew S. Dryer #> 27656 Matthew S. Dryer #> 27702 Matthew S. Dryer #> 27894 Matthew S. Dryer #> 28002 Matthew S. Dryer #> 28098 Matthew S. Dryer #> 28275 Matthew S. Dryer #> 28345 Matthew S. Dryer #> 28432 Matthew S. Dryer #> 28554 Matthew S. Dryer #> 28816 Matthew S. Dryer #> 28869 Matthew S. Dryer #> 29032 Rob Goedemans and Harry van der Hulst #> 29254 Rob Goedemans and Harry van der Hulst #> 29375 Rob Goedemans and Harry van der Hulst #> 29391 Rob Goedemans and Harry van der Hulst #> 29529 Rob Goedemans and Harry van der Hulst #> 29630 Rob Goedemans and Harry van der Hulst #> 29713 Rob Goedemans and Harry van der Hulst #> 29783 Rob Goedemans and Harry van der Hulst #> 30053 Rob Goedemans and Harry van der Hulst #> 30107 Rob Goedemans and Harry van der Hulst #> 30253 Rob Goedemans and Harry van der Hulst #> 30342 Ian Maddieson #> 30395 Ian Maddieson #> 30416 Ian Maddieson #> 30531 Ian Maddieson #> 30533 Ian Maddieson #> 30754 Ian Maddieson #> 30863 Ian Maddieson #> 30889 Ian Maddieson #> 30900 Ian Maddieson #> 30957 Ian Maddieson #> 31016 Ian Maddieson #> 31171 Ian Maddieson #> 31267 Ian Maddieson #> 31400 Ian Maddieson #> 31535 Ian Maddieson #> 31580 Ian Maddieson #> 31637 Ian Maddieson #> 31641 Ian Maddieson #> 31728 Ian Maddieson #> 31849 Ian Maddieson #> 31910 Ian Maddieson #> 32040 Balthasar Bickel and Johanna Nichols #> 32141 Balthasar Bickel and Johanna Nichols #> 32149 Balthasar Bickel and Johanna Nichols #> 32158 Balthasar Bickel and Johanna Nichols #> 32236 Balthasar Bickel and Johanna Nichols #> 32249 Balthasar Bickel and Johanna Nichols #> 32269 Balthasar Bickel and Johanna Nichols #> 32340 Balthasar Bickel and Johanna Nichols #> 32376 Balthasar Bickel and Johanna Nichols #> 32380 Balthasar Bickel and Johanna Nichols #> 32410 Balthasar Bickel and Johanna Nichols #> 32493 Balthasar Bickel and Johanna Nichols #> 32549 Balthasar Bickel and Johanna Nichols #> 32611 Balthasar Bickel and Johanna Nichols #> 32620 Balthasar Bickel and Johanna Nichols #> 32708 Johanna Nichols and Balthasar Bickel #> 32710 Johanna Nichols and Balthasar Bickel #> 32803 Johanna Nichols and Balthasar Bickel #> 32885 Johanna Nichols and Balthasar Bickel #> 32905 Johanna Nichols and Balthasar Bickel #> 33086 Johanna Nichols and Balthasar Bickel #> 33124 Johanna Nichols and Balthasar Bickel #> 33127 Johanna Nichols and Balthasar Bickel #> 33345 Johanna Nichols and Balthasar Bickel #> 33385 Johanna Nichols and Balthasar Bickel #> 33522 Johanna Nichols and Balthasar Bickel #> 33554 Johanna Nichols and Balthasar Bickel #> 33636 Matthew S. Dryer #> 33637 Matthew S. Dryer #> 33652 Matthew S. Dryer #> 33671 Matthew S. Dryer #> 33820 Matthew S. Dryer #> 34010 Matthew S. Dryer #> 34103 Matthew S. Dryer #> 34183 Matthew S. Dryer #> 34191 Matthew S. Dryer #> 34292 Matthew S. Dryer #> 34373 Matthew S. Dryer #> 34472 Matthew S. Dryer #> 34726 Carl Rubino #> 34796 Carl Rubino #> 34884 Carl Rubino #> 34947 Matthew Baerman and Dunstan Brown #> 34985 Matthew Baerman and Dunstan Brown #> 35065 Matthew Baerman and Dunstan Brown #> 35085 Matthew Baerman and Dunstan Brown #> 35114 Matthew Baerman and Dunstan Brown #> 35153 Matthew Baerman and Dunstan Brown #> 35199 Matthew Baerman and Dunstan Brown #> 35200 Matthew Baerman and Dunstan Brown #> 35231 Matthew Baerman and Dunstan Brown #> 35238 Matthew Baerman and Dunstan Brown #> 35360 Ian Maddieson #> 35519 Ian Maddieson #> 35533 Ian Maddieson #> 35591 Ian Maddieson #> 35786 Ian Maddieson #> 35824 Ian Maddieson #> 35861 Ian Maddieson #> 35931 Greville G. Corbett #> 35943 Greville G. Corbett #> 36012 Greville G. Corbett #> 36073 Greville G. Corbett #> 36086 Greville G. Corbett #> 36111 Greville G. Corbett #> 36147 Greville G. Corbett #> 36154 Greville G. Corbett #> 36170 Greville G. Corbett #> 36317 Greville G. Corbett #> 36327 Greville G. Corbett #> 36337 Greville G. Corbett #> 36406 Greville G. Corbett #> 36460 Greville G. Corbett #> 36467 Greville G. Corbett #> 36557 Greville G. Corbett #> 36620 Greville G. Corbett #> 36655 Greville G. Corbett #> 36685 Matthew S. Dryer #> 36845 Matthew S. Dryer #> 36938 Matthew S. Dryer #> 37188 Matthew S. Dryer #> 37242 Matthew S. Dryer #> 37263 Matthew S. Dryer #> 37292 Matthew S. Dryer #> 37300 Matthew S. Dryer #> 37353 Matthew S. Dryer #> 37538 Matthew S. Dryer #> 37653 Matthew S. Dryer #> 37654 Matthew S. Dryer #> 37793 Martin Haspelmath #> 37880 Martin Haspelmath #> 37890 Martin Haspelmath #> 37949 Martin Haspelmath #> 37955 Martin Haspelmath #> 38039 Michael Daniel #> 38066 Michael Daniel #> 38067 Michael Daniel #> 38082 Michael Daniel #> 38266 Michael Daniel #> 38273 Michael Daniel #> 38299 Michael Daniel and Edith Moravcsik #> 38370 Michael Daniel and Edith Moravcsik #> 38452 Michael Daniel and Edith Moravcsik #> 38478 Michael Daniel and Edith Moravcsik #> 38507 Michael Daniel and Edith Moravcsik #> 38574 Matthew S. Dryer #> 38714 Matthew S. Dryer #> 38743 Matthew S. Dryer #> 38775 Matthew S. Dryer #> 38852 Matthew S. Dryer #> 38888 Matthew S. Dryer #> 38903 Matthew S. Dryer #> 38992 Matthew S. Dryer #> 39100 Matthew S. Dryer #> 39118 Matthew S. Dryer #> 39253 Matthew S. Dryer #> 39304 Matthew S. Dryer #> 39315 Matthew S. Dryer #> 39365 Matthew S. Dryer #> 39370 Matthew S. Dryer #> 39473 Matthew S. Dryer #> 39532 Matthew S. Dryer #> 39638 Matthew S. Dryer #> 39693 Michael Cysouw #> 39697 Michael Cysouw #> 39755 Michael Cysouw #> 39819 Michael Cysouw #> 39821 Michael Cysouw #> 40188 Ian Maddieson #> 40229 Ian Maddieson #> 40365 Ian Maddieson #> 40377 Ian Maddieson #> 40392 Ian Maddieson #> 40484 Ian Maddieson #> 40496 Ian Maddieson #> 40518 Michael Cysouw #> 40612 Michael Cysouw #> 40629 Michael Cysouw #> 40634 Michael Cysouw #> 40682 Michael Cysouw #> 40801 Holger Diessel #> 40885 Holger Diessel #> 40887 Holger Diessel #> 40981 Holger Diessel #> 41102 Holger Diessel #> 41112 Holger Diessel #> 41189 D.N.S. Bhat #> 41216 D.N.S. Bhat #> 41248 D.N.S. Bhat #> 41331 D.N.S. Bhat #> 41387 Anna Siewierska #> 41391 Anna Siewierska #> 41580 Anna Siewierska #> 41635 Anna Siewierska #> 41707 Anna Siewierska #> 41740 Anna Siewierska #> 41818 Johannes Helmbrecht #> 41872 Johannes Helmbrecht #> 41902 Johannes Helmbrecht #> 42089 Martin Haspelmath #> 42115 Martin Haspelmath #> 42148 Martin Haspelmath #> 42223 Martin Haspelmath #> 42303 Ekkehard König and Peter Siemund with Stephan Töpper #> 42320 Ekkehard König and Peter Siemund with Stephan Töpper #> 42421 Ekkehard König and Peter Siemund with Stephan Töpper #> 42565 Dik Bakker #> 42591 Dik Bakker #> 42622 Dik Bakker #> 42638 Dik Bakker #> 42760 Dik Bakker #> 42813 Dik Bakker #> 42830 Oliver A. Iggesen #> 42913 Oliver A. Iggesen #> 42963 Oliver A. Iggesen #> 42966 Oliver A. Iggesen #> 43048 Oliver A. Iggesen #> 43420 Ian Maddieson #> 43444 Ian Maddieson #> 43445 Ian Maddieson #> 43471 Ian Maddieson #> 43558 Ian Maddieson #> 43578 Ian Maddieson #> 43628 Ian Maddieson #> 43719 Oliver A. Iggesen #> 43725 Oliver A. Iggesen #> 43755 Oliver A. Iggesen #> 43779 Oliver A. Iggesen #> 43890 Oliver A. Iggesen #> 44015 Matthew S. Dryer #> 44133 Matthew S. Dryer #> 44349 Matthew S. Dryer #> 44358 Matthew S. Dryer #> 44572 Matthew S. Dryer #> 44620 Matthew S. Dryer #> 44691 Matthew S. Dryer #> 44710 Matthew S. Dryer #> 44780 Matthew S. Dryer #> 44838 Matthew S. Dryer #> 44933 Matthew S. Dryer #> 44953 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45075 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45087 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45112 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45155 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45255 Thomas Stolz and Cornelia Stroh and Aina Urdze #> 45307 Thomas Stolz and Ljuba N. Veselinova #> 45384 Thomas Stolz and Ljuba N. Veselinova #> 45525 Thomas Stolz and Ljuba N. Veselinova #> 45720 David Gil #> 45793 David Gil #> 45931 David Gil #> 45938 David Gil #> 46219 David Gil #> 46235 David Gil #> 46247 David Gil #> 46252 David Gil #> 46520 Matthew S. Dryer #> 46791 Matthew S. Dryer #> 46804 Matthew S. Dryer #> 46918 Matthew S. Dryer #> 47001 Matthew S. Dryer #> 47026 Matthew S. Dryer #> 47138 Matthew S. Dryer #> 47163 Matthew S. Dryer #> 47406 Balthasar Bickel and Johanna Nichols #> 47486 Balthasar Bickel and Johanna Nichols #> 47531 Balthasar Bickel and Johanna Nichols #> 47696 Balthasar Bickel and Johanna Nichols #> 47836 Johanna Nichols and Balthasar Bickel #> 47914 Johanna Nichols and Balthasar Bickel #> 48122 Ian Maddieson #> 48172 Ian Maddieson #> 48328 Ian Maddieson #> 48351 Ian Maddieson #> 48366 Ian Maddieson #> 48473 Ian Maddieson #> 48519 Ian Maddieson #> 48556 David Gil #> 48637 David Gil #> 48800 David Gil #> 48811 David Gil #> 48831 Maria Koptjevskaja-Tamm #> 48835 Maria Koptjevskaja-Tamm #> 48844 Maria Koptjevskaja-Tamm #> 48891 Maria Koptjevskaja-Tamm #> 48989 Leon Stassen #> 49108 Leon Stassen #> 49224 Martin Haspelmath #> 49231 Martin Haspelmath #> 49279 Martin Haspelmath #> 49326 Martin Haspelmath #> 49458 Martin Haspelmath #> 49491 Martin Haspelmath #> 49565 Östen Dahl and Viveka Velupillai #> 49672 Östen Dahl and Viveka Velupillai #> 49673 Östen Dahl and Viveka Velupillai #> 49681 Östen Dahl and Viveka Velupillai #> 49727 Östen Dahl and Viveka Velupillai #> 49729 Östen Dahl and Viveka Velupillai #> 49764 Östen Dahl and Viveka Velupillai #> 49885 Östen Dahl and Viveka Velupillai #> 49887 Östen Dahl and Viveka Velupillai #> 49888 Östen Dahl and Viveka Velupillai #> 49899 Östen Dahl and Viveka Velupillai #> 49937 Östen Dahl and Viveka Velupillai #> 49995 Östen Dahl and Viveka Velupillai #> 50034 Östen Dahl and Viveka Velupillai #> 50071 Östen Dahl and Viveka Velupillai #> 50093 Östen Dahl and Viveka Velupillai #> 50145 Östen Dahl and Viveka Velupillai #> 50157 Östen Dahl and Viveka Velupillai #> 50195 Östen Dahl and Viveka Velupillai #> 50218 Östen Dahl and Viveka Velupillai #> 50246 Östen Dahl and Viveka Velupillai #> 50257 Östen Dahl and Viveka Velupillai #> 50341 Östen Dahl and Viveka Velupillai #> 50376 Östen Dahl and Viveka Velupillai #> 50469 Matthew S. Dryer #> 50685 Matthew S. Dryer #> 50942 Matthew S. Dryer #> 50976 Matthew S. Dryer #> 51225 Matthew S. Dryer #> 51261 Matthew S. Dryer #> 51321 Matthew S. Dryer #> 51357 Matthew S. Dryer #> 51387 Matthew S. Dryer #> 51459 Matthew S. Dryer #> 51507 Matthew S. Dryer #> 51605 Ian Maddieson #> 51677 Ian Maddieson #> 51694 Ian Maddieson #> 51886 Ian Maddieson #> 51933 Ian Maddieson #> 51977 Ian Maddieson #> 52034 Ian Maddieson #> 52215 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52237 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52308 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52344 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52356 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52436 Johan van der Auwera and Ludo Lejeune with Umarani Pappuswamy and Valentin Goussev #> 52740 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52811 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 52884 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53043 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53082 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53083 Johan van der Auwera and Ludo Lejeune with Valentin Goussev #> 53160 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53400 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53412 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53416 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53424 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53487 Johan van der Auwera and Nina Dobrushina and Valentin Goussev #> 53539 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53735 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53739 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53804 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53813 Nina Dobrushina and Johan van der Auwera and Valentin Goussev #> 53854 Johan van der Auwera and Andreas Ammann #> 53863 Johan van der Auwera and Andreas Ammann #> 53925 Johan van der Auwera and Andreas Ammann #> 53974 Johan van der Auwera and Andreas Ammann #> 54023 Johan van der Auwera and Andreas Ammann #> 54099 Johan van der Auwera and Andreas Ammann #> 54135 Johan van der Auwera and Andreas Ammann #> 54167 Johan van der Auwera and Andreas Ammann #> 54282 Johan van der Auwera and Andreas Ammann #> 54306 Johan van der Auwera and Andreas Ammann #> 54335 Johan van der Auwera and Andreas Ammann #> 54401 Johan van der Auwera and Andreas Ammann #> 54411 Johan van der Auwera and Andreas Ammann #> 54470 Johan van der Auwera and Andreas Ammann #> 54497 Johan van der Auwera and Andreas Ammann #> 54539 Ferdinand de Haan #> 54562 Ferdinand de Haan #> 54682 Ferdinand de Haan #> 54750 Ferdinand de Haan #> 54800 Ferdinand de Haan #> 54899 Ferdinand de Haan #> 54904 Ferdinand de Haan #> 54974 Ferdinand de Haan #> 55005 Ferdinand de Haan #> 55108 Ferdinand de Haan #> 55200 Ferdinand de Haan #> 55249 Ferdinand de Haan #> 55262 Ferdinand de Haan #> 55291 Ferdinand de Haan #> 55370 Ljuba N. Veselinova #> 55463 Ljuba N. Veselinova #> 55499 Ljuba N. Veselinova #> 55500 Ljuba N. Veselinova #> 55652 Ljuba N. Veselinova #> 55713 Ljuba N. Veselinova #> 55727 Ljuba N. Veselinova #> 55740 Ljuba N. Veselinova #> 55889 Ian Maddieson #> 55900 Ian Maddieson #> 55972 Ian Maddieson #> 56023 Ian Maddieson #> 56032 Ian Maddieson #> 56086 Ian Maddieson #> 56285 Ian Maddieson #> 56330 Ljuba N. Veselinova #> 56334 Ljuba N. Veselinova #> 56357 Ljuba N. Veselinova #> 56415 Ljuba N. Veselinova #> 56673 Matthew S. Dryer #> 56761 Matthew S. Dryer #> 56785 Matthew S. Dryer #> 56870 Matthew S. Dryer #> 57041 Matthew S. Dryer #> 57112 Matthew S. Dryer #> 57149 Matthew S. Dryer #> 57313 Matthew S. Dryer #> 57371 Matthew S. Dryer #> 57515 Matthew S. Dryer #> 57536 Matthew S. Dryer #> 57849 Matthew S. Dryer #> 57940 Matthew S. Dryer #> 58062 Matthew S. Dryer #> 58137 Matthew S. Dryer #> 58172 Matthew S. Dryer #> 58252 Matthew S. Dryer #> 58299 Matthew S. Dryer #> 58418 Matthew S. Dryer #> 58554 Matthew S. Dryer #> 58710 Matthew S. Dryer #> 58782 Matthew S. Dryer #> 58798 Matthew S. Dryer #> 58800 Matthew S. Dryer #> 59090 Matthew S. Dryer #> 59373 Matthew S. Dryer #> 59415 Matthew S. Dryer #> 59449 Matthew S. Dryer #> 59557 Matthew S. Dryer #> 59787 Matthew S. Dryer #> 59804 Matthew S. Dryer #> 59830 Matthew S. Dryer #> 60032 Matthew S. Dryer #> 60078 Matthew S. Dryer #> 60154 Matthew S. Dryer #> 60321 Matthew S. Dryer #> 60336 Matthew S. Dryer #> 60581 Matthew S. Dryer #> 60614 Matthew S. Dryer #> 60761 Matthew S. Dryer #> 60793 Matthew S. Dryer #> 60815 Matthew S. Dryer #> 60983 Matthew S. Dryer with Orin D. Gensler #> 61207 Matthew S. Dryer with Orin D. Gensler #> 61459 Matthew S. Dryer with Orin D. Gensler #> 61625 Matthew S. Dryer #> 61681 Matthew S. Dryer #> 61689 Matthew S. Dryer #> 61871 Matthew S. Dryer #> 61878 Matthew S. Dryer #> 61973 Matthew S. Dryer #> 62028 Matthew S. Dryer #> 62156 Matthew S. Dryer #> 62322 Matthew S. Dryer #> 62330 Matthew S. Dryer #> 62367 Matthew S. Dryer #> 62396 Matthew S. Dryer #> 62464 Matthew S. Dryer #> 62508 Matthew S. Dryer #> 62797 Matthew S. Dryer #> 62882 Matthew S. Dryer #> 63044 Matthew S. Dryer #> 63121 Matthew S. Dryer #> 63186 Matthew S. Dryer #> 63280 Matthew S. Dryer #> 63304 Matthew S. Dryer #> 63410 Matthew S. Dryer #> 63458 Matthew S. Dryer #> 63518 Matthew S. Dryer #> 63522 Matthew S. Dryer #> 63531 Matthew S. Dryer #> 63599 Matthew S. Dryer #> 63826 Matthew S. Dryer #> 64161 Matthew S. Dryer #> 64169 Matthew S. Dryer #> 64205 Matthew S. Dryer #> 64517 Matthew S. Dryer #> 64519 Matthew S. Dryer #> 64568 Matthew S. Dryer #> 64638 Matthew S. Dryer #> 64659 Matthew S. Dryer #> 64850 Matthew S. Dryer #> 64875 Matthew S. Dryer #> 65027 Matthew S. Dryer #> 65093 Matthew S. Dryer #> 65167 Matthew S. Dryer #> 65184 Matthew S. Dryer #> 65216 Matthew S. Dryer #> 65345 Matthew S. Dryer #> 65580 Matthew S. Dryer #> 65647 Matthew S. Dryer #> 65808 Matthew S. Dryer #> 65915 Matthew S. Dryer #> 65940 Matthew S. Dryer #> 66182 Matthew S. Dryer #> 66257 Matthew S. Dryer #> 66317 Matthew S. Dryer #> 66375 Matthew S. Dryer #> 66399 Matthew S. Dryer #> 66710 Matthew S. Dryer #> 66812 Matthew S. Dryer #> 67015 Matthew S. Dryer #> 67089 Matthew S. Dryer #> 67097 Matthew S. Dryer #> 67261 Matthew S. Dryer #> 67307 Matthew S. Dryer #> 67337 Matthew S. Dryer #> 67414 Matthew S. Dryer #> 67425 Matthew S. Dryer #> 67545 Matthew S. Dryer #> 67558 Matthew S. Dryer #> 67677 Gregory D.S. Anderson #> 67681 Gregory D.S. Anderson #> 67739 Gregory D.S. Anderson #> 67782 Gregory D.S. Anderson #> 68001 Gregory D.S. Anderson #> 68027 Gregory D.S. Anderson #> 68168 Matthew S. Dryer #> 68195 Matthew S. Dryer #> 68314 Matthew S. Dryer #> 68370 Matthew S. Dryer #> 68823 Matthew S. Dryer #> 68843 Matthew S. Dryer #> 68876 Matthew S. Dryer #> 68880 Matthew S. Dryer #> 69026 Matthew S. Dryer #> 69079 Matthew S. Dryer #> 69103 Matthew S. Dryer #> 69272 Matthew S. Dryer #> 69340 Matthew S. Dryer #> 69578 Matthew S. Dryer #> 69689 Matthew S. Dryer #> 69718 Matthew S. Dryer #> 69740 Matthew S. Dryer #> 69773 Matthew S. Dryer #> 69862 Matthew S. Dryer #> 70091 Matthew S. Dryer #> 70106 Matthew S. Dryer #> 70140 Matthew S. Dryer #> 70237 Matthew S. Dryer #> 70431 Matthew S. Dryer #> 70474 Matthew S. Dryer #> 70489 Matthew S. Dryer #> 70597 Matthew S. Dryer #> 70609 Matthew S. Dryer #> 70646 Matthew S. Dryer #> 70710 Matthew S. Dryer #> 70736 Matthew S. Dryer #> 70845 Matthew S. Dryer #> 70858 Matthew S. Dryer #> 70862 Matthew S. Dryer #> 70899 Matthew S. Dryer #> 71416 Matthew S. Dryer #> 71473 Matthew S. Dryer #> 71496 Matthew S. Dryer #> 71499 Matthew S. Dryer #> 71667 Matthew S. Dryer #> 71692 Matthew S. Dryer #> 71849 Matthew S. Dryer #> 71883 Matthew S. Dryer #> 71914 Matthew S. Dryer #> 72038 Matthew S. Dryer #> 72059 Matthew S. Dryer #> 72213 Matthew S. Dryer #> 72234 Matthew S. Dryer #> 72237 Matthew S. Dryer #> 72486 Matthew S. Dryer #> 72576 Matthew S. Dryer #> 72590 Matthew S. Dryer #> 72600 Matthew S. Dryer #> 72714 Matthew S. Dryer #> 72731 Matthew S. Dryer #> 72821 Matthew S. Dryer #> 72947 Matthew S. Dryer #> 72960 Matthew S. Dryer #> 73047 Matthew S. Dryer #> 73089 Matthew S. Dryer #> 73159 Matthew S. Dryer #> 73183 Matthew S. Dryer #> 73295 Matthew S. Dryer #> 73316 Matthew S. Dryer #> 73322 Matthew S. Dryer #> 73427 Matthew S. Dryer #> 73482 Matthew S. Dryer #> 73574 Matthew S. Dryer #> 73714 Matthew S. Dryer #> 73960 Matthew S. Dryer #> 74198 Matthew S. Dryer #> 74266 Matthew S. Dryer #> 74281 Matthew S. Dryer #> 74479 Matthew S. Dryer #> 74582 Matthew S. Dryer #> 74617 Matthew S. Dryer #> 74755 Matthew S. Dryer #> 74924 Matthew S. Dryer #> 75013 Matthew S. Dryer #> 75153 Matthew S. Dryer #> 75165 Matthew S. Dryer #> 75321 Matthew S. Dryer #> 75414 Matthew S. Dryer #> 75449 Matthew S. Dryer #> 75497 Matthew S. Dryer #> 75526 Matthew S. Dryer #> 75572 Matthew S. Dryer #> 75595 Matthew S. Dryer #> 75677 Matthew S. Dryer #> 75919 Matthew S. Dryer #> 75957 Matthew S. Dryer #> 76080 Matthew S. Dryer #> 76122 Bernard Comrie #> 76195 Bernard Comrie #> 76229 Bernard Comrie #> 76271 Bernard Comrie #> 76273 Bernard Comrie #> 76316 Bernard Comrie #> 76338 Bernard Comrie #> 76371 Bernard Comrie #> 76380 Bernard Comrie #> 76452 Bernard Comrie