-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pronunciation variants #751
Comments
Need to confirm the change in the Word class (lexicon.py) does not raise any error elsewhere. ('create corpus', and 'add word' functions work properly)
Hmmm I think this is caused by the mixing of attribute _transcription, Transcription, _transcription_name, and the transcription getter and setter... This issue is related to #756, and we'll need to do some fundamental refactoring of the Word class to solve this type of problems once and for all. |
cf. we have a separate branch for this: 'pronunciation_variants' |
The recent commit, the one that forces the column name (92113c5) gets rid of the 'Unwanted transcription column' issue (i.e., no 'canonical' column to start with). However, for an independent reason, "List pronunciation variants" is acting out again 😳. |
An example csv file (csv_pron_var.txt) is in 'csv_sample'.
Unwanted transcription column (only 'Canonical' is expected but another column 'Transcription' gets added when creating a corpus) -- edit: solved
PCT doesn't autogenerate the inventory chart (all segments go under 'uncategorized') -- edit: this issue doesn't arise in the most recent version of 'master'.
Question: Phonotactic probability doesn't allow '... as separate entry' as variant options? (cf. this)
Error when calculating MI, FL, PrOD, etc by pronunciation variants. -- edit: solved?
The text was updated successfully, but these errors were encountered: