dev icon indicating copy to clipboard operation
dev copied to clipboard

Missing dental diacritics

Open bambooforest opened this issue 4 years ago • 0 comments

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

bambooforest avatar May 16 '21 13:05 bambooforest