From 36cf3a0f0604ef43ce838ff6e9a7fc4e7c299522 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 9 Feb 2017 15:32:37 -0500 Subject: Lots of additional data --- RGens/data/sample-grammars/president.gram | 64 +++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 RGens/data/sample-grammars/president.gram (limited to 'RGens/data/sample-grammars/president.gram') diff --git a/RGens/data/sample-grammars/president.gram b/RGens/data/sample-grammars/president.gram new file mode 100644 index 0000000..63b928c --- /dev/null +++ b/RGens/data/sample-grammars/president.gram @@ -0,0 +1,64 @@ +[us-president] george washington + john adams + thomas jefferson + james madison + james monroe + john quincy adams + andrew jackson + martin van buren + william henry harrison + john tyler + james polk + zachary taylor + millard fillmore + franklin pierce + james buchanan + abraham lincoln + andrew johnson + ulysses s grant + rutherford b. hayes + james garfield + chester a. arthur + grover cleveland + benjamin harrison + william mckinley + theodore roosevelt + william taft + woodrow wilson + warren g. harding + calvin coolidge + herbert hoover + franklin d. roosevelt + harry s truman + dwight eisenhower + john f. kennedy + lyndon b. johnson + richard nixon + gerald ford + jimmie carter + ronald reagan + george bush + bill clinton + george w. bush + barack obama + donald trump + +[us-president-common] washington + adams + jefferson + madison + monroe + adams + jackson + van buren + harrison + taylor + lincoln + johnson + garfield + roosevelt + wilson + truman + +pragma export-rule [us-president] +pragma export-rule [us-president-common] -- cgit v1.2.3