# HG changeset patch # User stevecassidy # Date 1482301214 18000 # Node ID c99e7f09ce12bbb19578a12c47bf82da4cb582a6 # Parent 4d575b4b28d20252560a1f769ec3ec5b9390584d planemo upload commit e5d2a8ba1fcf33758cdc07e0a14e86427752c968-dirty diff -r 4d575b4b28d2 -r c99e7f09ce12 austalk-select-hVd-words.py --- a/austalk-select-hVd-words.py Thu Dec 08 01:46:21 2016 -0500 +++ b/austalk-select-hVd-words.py Wed Dec 21 01:20:14 2016 -0500 @@ -47,8 +47,8 @@ """ % speakerid hVdWords = { - 'monopthongs': ['head', 'had', 'hud', 'heed', 'hid', 'hood', 'hod', "whod"], - 'dipthongs': ['herd', 'howd', 'hoyd', 'haired', 'hard', 'heared'] + 'monopthongs': ['head', 'had', 'hud', 'heed', 'hid', 'hood', 'hod', 'whod', 'herd', 'haired', 'hard', 'horde'], + 'dipthongs': ['howd', 'hoyd', 'hide', 'hode', 'hade', 'heared'] } if words == 'all': @@ -74,7 +74,7 @@ # TODO: fix this once the RDF data is fixed in alveo # need to modify the item URL itemurl = item[1].replace('http://id.austalk.edu.au/item/', 'https://app.alveo.edu.au/catalog/austalk/') - + out.write(speakerid + "\t" + item[0] + "\t" + itemurl + "\n")