UAlbertaALTLab / plains-cree-fsts

Mirror of the source code for the Plains Cree morphological analyzer/generator.
https://github.com/giellalt/lang-crk
Other
2 stars 1 forks source link

Discrepancy using `kâ-` in layouts #10

Open aaronfay opened 5 years ago

aaronfay commented 5 years ago

I believe I've found a discrepancy in the layouts, the INFINITIVE form for kâ- is being represented as ka- in the .layout files:

|      | "FUTURE/INFINITIVE"        |                           |
|      | : "Conjunct: ka-"          | : "Conjunct: ta-"         |
| "1s" | PV/ka+*+Cnj+Prs+1Sg        | PV/ta+*+Cnj+Prs+1Sg       |
| "2s" | PV/ka+*+Cnj+Prs+2Sg        | PV/ta+*+Cnj+Prs+2Sg       |
| "3s" | PV/ka+*+Cnj+Prs+3Sg        | PV/ta+*+Cnj+Prs+3Sg       |
| "1p" | PV/ka+*+Cnj+Prs+1Pl        | PV/ta+*+Cnj+Prs+1Pl       |
| "21" | PV/ka+*+Cnj+Prs+12Pl       | PV/ta+*+Cnj+Prs+12Pl      |
| "2p" | PV/ka+*+Cnj+Prs+2Pl        | PV/ta+*+Cnj+Prs+2Pl       |
| "3p" | PV/ka+*+Cnj+Prs+3Pl        | PV/ta+*+Cnj+Prs+3Pl       |
| "4"  | PV/ka+*+Cnj+Prs+4Sg/Pl     | PV/ta+*+Cnj+Prs+4Sg/Pl    |

I believe they should be:

|      | "FUTURE/INFINITIVE"         |                           |
|      | : "Conjunct: kaa-"          | : "Conjunct: ta-"         |
| "1s" | PV/kaa+*+Cnj+Prs+1Sg        | PV/ta+*+Cnj+Prs+1Sg       |
| "2s" | PV/kaa+*+Cnj+Prs+2Sg        | PV/ta+*+Cnj+Prs+2Sg       |
| "3s" | PV/kaa+*+Cnj+Prs+3Sg        | PV/ta+*+Cnj+Prs+3Sg       |
| "1p" | PV/kaa+*+Cnj+Prs+1Pl        | PV/ta+*+Cnj+Prs+1Pl       |
| "21" | PV/kaa+*+Cnj+Prs+12Pl       | PV/ta+*+Cnj+Prs+12Pl      |
| "2p" | PV/kaa+*+Cnj+Prs+2Pl        | PV/ta+*+Cnj+Prs+2Pl       |
| "3p" | PV/kaa+*+Cnj+Prs+3Pl        | PV/ta+*+Cnj+Prs+3Pl       |
| "4"  | PV/kaa+*+Cnj+Prs+4Sg/Pl     | PV/ta+*+Cnj+Prs+4Sg/Pl    |
eddieantonio commented 5 years ago

@atticusha @aarppe, does this make sense?