Skip to content

Allow the input file to have counts and pronunciation #52

@fcbond

Description

@fcbond
07555863-n	eng:lemma	food
07555863-n	eng:exe	0	What's your favorite Japanese food?
07555863-n	eng:count	food	1
07555863-n	eng:pron	food			https://www.coelang.tufs.ac.jp/mt/en/vmod/sound/word/word_929.mp3

After lang:pron comes the lemma, then 4 more columns:

  • text transcription of the pronunciation
  • variety language variety
  • audio url to a recording of the pronunciation
  • notation any notes

currently we do not support changing the value of phonemic , which defaults to True

There can be multiple pronuncations.

See the GWC 2025 paper about adding audio in README.md

After lang:count comes the lemma, then 1 column with the frequency

The current code assumes that a lemma has been defined before they are encountered. More robust code would build one as needed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions