Modified:
/wiki/Tutorial_VowelHarmony.wiki
=======================================
--- /wiki/Tutorial_VowelHarmony.wiki Tue Jul 12 09:40:35 2011
+++ /wiki/Tutorial_VowelHarmony.wiki Tue Jul 12 11:18:21 2011
@@ -1,12 +1,15 @@
#summary This tutorial covers normal and two-tier commands for OT.
-#labels Featured,Phase-Deploy
+#labels ,Phase-Deploy
= Introduction =
-Add your content here.
-
-
-= Details =
+This tutorial introduces PyPhon's capacity to generate OT tableaux and
typologies, and continues on to the generation of two-tier typologies, as
described in [http://www.stanford.edu/~sbowman/BowmanMA.pdf Bowman (2011)]
+
+Once you have PyPhon working, cd into the `tutorial-harmony` directory. It
should contain three files:
+
+*`simple_harmony.csv' contains a model description: a set of symbols and
constraints defining a simple model of a vowel harmony system.
+
+*`'
{{{
cd tutorial-harmony/
@@ -15,5 +18,14 @@
open simple_harmony-simple_inputs-OT.csv
+pyphon_recurse.py simple_harmony simple_inputs
+
+less simple_harmony_simple_inputs_recursive_typology.csv
+
+pyphon_twotier.py simple_harmony simple_inputs
+
+less simple_harmony_twotier_languages.csv
+
+simple_harmony_twotier.csv
}}}