PhonologicalCorpusTools / CorpusTools

Phonological CorpusTools
http://phonologicalcorpustools.github.io/CorpusTools/
GNU General Public License v3.0
111 stars 16 forks source link

[ENC] User question -- corpus with no spelling? #803

Closed payamrahmati closed 2 years ago

payamrahmati commented 2 years ago

We are working on a Corpus of Persian which does not have a spelling column. We only have the frequency column, and the phonemic transcription columns which are in a CSV file. How can we run the analysis without the spelling column?

kchall commented 2 years ago

Thanks for your interest in PCT. The corpus should actually be loadable even without the spelling column -- just make sure the transcription column is labelled with the word 'Transcription' and the frequency column is read in as a 'frequency' column in PCT (see attached screenshot).

image

If that doesn't work, you can always create a 'fake' spelling column. This can be a completely fake column with, e.g. 'abc' for all of the words, or simply a copy of the transcription column labelled 'Spelling.'

payamrahmati commented 2 years ago

Thank you so much for your reply! The problem was that I didn't choose Transcription as the annotation type. It's working fine now!

Best, Payam

On Mon, Apr 11, 2022 at 11:38 AM Kathleen Currie Hall < @.***> wrote:

Thanks for your interest in PCT. The corpus should actually be loadable even without the spelling column -- just make sure the transcription column is labelled with the word 'Transcription' and the frequency column is read in as a 'frequency' column in PCT (see attached screenshot).

[image: image] https://user-images.githubusercontent.com/7317450/162788506-90ee75e3-f293-4647-84ea-f172bfdafc2e.png

If that doesn't work, you can always create a 'fake' spelling column. This can be a completely fake column with, e.g. 'abc' for all of the words, or simply a copy of the transcription column labelled 'Spelling.'

— Reply to this email directly, view it on GitHub https://github.com/PhonologicalCorpusTools/CorpusTools/issues/803#issuecomment-1095284722, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASU3TGXDW7BGJHDHZM3RY7DVERIQ7ANCNFSM5S7NSKEQ . You are receiving this because you authored the thread.Message ID: @.***>

kchall commented 2 years ago

Super, glad to hear it!