Skip to content

Commit 82d22e1

Browse files
author
RobGrimm
committed
fixed white space stripping
1 parent bb2416f commit 82d22e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MRC_extract_phon_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
'o' (p_o_t) -- only uses'''
1616
CONVERT = {'e': 'E', '0': 'Q', '9': 'N', 'tS': 'C', 'dZ': 'J', 'o': 'Q'}
1717

18-
1918
# additional chars in the DPHON field in the MRC database which need to be stripped from the phonological form
2019
REMOVE = {'2', 'Q', '-', '+', 'R', "'"}
2120

0 commit comments

Comments
 (0)