changeset 12:c99e7f09ce12 draft

planemo upload commit e5d2a8ba1fcf33758cdc07e0a14e86427752c968-dirty
author stevecassidy
date Wed, 21 Dec 2016 01:20:14 -0500
parents 4d575b4b28d2
children be3fd14899a1
files austalk-select-hVd-words.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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")