From 60f8c2d5fb6eac2431a9de7bab0ea3ef0709e3c9 Mon Sep 17 00:00:00 2001
From: Christian Witte <cwitte@techfak.uni-bielefeld.de>
Date: Thu, 3 Apr 2014 17:08:10 +0200
Subject: [PATCH] official names added

---
 ps-grammar/person/person.jsgf  | 2 +-
 ps-grammar/person/person.jsgf~ | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 ps-grammar/person/person.jsgf~

diff --git a/ps-grammar/person/person.jsgf b/ps-grammar/person/person.jsgf
index 87a92849..cf61dee2 100644
--- a/ps-grammar/person/person.jsgf
+++ b/ps-grammar/person/person.jsgf
@@ -2,4 +2,4 @@
 grammar ToBI_person;
 public <statement> = <naming>;
 <naming> = [(my name is) | (i am)] <name>;
-<name> = michael | christopher | matthew | joshua | daniel | david | andrew | james | justin | joseph | jessica | ashley | brittany | amanda | samantha | sarah | stephanie | jennifer | elizabeth | lauren;
+<name> = james | john | robert | michael | william | david | richard | charles | joseph | thomas | mary | patricia | linda | barbara | elisabeth | jennifer | maria;
diff --git a/ps-grammar/person/person.jsgf~ b/ps-grammar/person/person.jsgf~
new file mode 100644
index 00000000..87a92849
--- /dev/null
+++ b/ps-grammar/person/person.jsgf~
@@ -0,0 +1,5 @@
+#JSGF V1.0;
+grammar ToBI_person;
+public <statement> = <naming>;
+<naming> = [(my name is) | (i am)] <name>;
+<name> = michael | christopher | matthew | joshua | daniel | david | andrew | james | justin | joseph | jessica | ashley | brittany | amanda | samantha | sarah | stephanie | jennifer | elizabeth | lauren;
-- 
GitLab