phoible / dev

PHOIBLE data and development.
https://phoible.org/
GNU General Public License v3.0
115 stars 30 forks source link

Missing dental diacritics #335

Open bambooforest opened 3 years ago

bambooforest commented 3 years ago

library(tidyverse)

phoible <- read_csv(url('https://github.com/phoible/dev/blob/master/data/phoible.csv?raw=true'), col_types=c(InventoryID='i', Marginal='l', .default='c'))

phoible %>% filter(Phoneme == "t̪s")

phoible %>% filter(Phoneme == "ts̪")

cf.

https://github.com/macleginn/eurphon-parse-search/issues/3