Skip to content
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

"ə˞ː" missing from distinctive features data #351

Open
nicholasbroot opened this issue Mar 11, 2022 · 1 comment
Open

"ə˞ː" missing from distinctive features data #351

nicholasbroot opened this issue Mar 11, 2022 · 1 comment

Comments

@nicholasbroot
Copy link

"ə˞ː" is on phoible.org (https://phoible.org/parameters/E7BC5C96F418014DCF434C5A8810EAE1#6/32.277/103.192) along with its feature data, but this entry seems to be missing from the phoible-segments-features.tsv in the repository. Is there a different version of phoible-segments-features.tsv that phoible.org is getting this from?

@bambooforest bambooforest self-assigned this Mar 21, 2022
@bambooforest
Copy link
Contributor

@nicholasbroot -- the raw feature tables are used to generate the feature vectors in the aggregated phoible.csv output via the aggregation scripts

in the phoible.csv file you will find all of the specified feature vectors for each phoneme:

library(tidyverse)
p <- read_csv(url('https://raw.githubusercontent.com/phoible/dev/master/data/phoible.csv'))
p %>% filter(Phoneme %in% c('ə˞ː'))

I will make a note to update the text regarding the features in the raw-data to make this clearer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants