Added:
/wiki/InputFile.wiki
=======================================
--- /dev/null
+++ /wiki/InputFile.wiki Tue Jul 12 13:27:31 2011
@@ -0,0 +1,25 @@
+#summary Formatting instruction for PyPhon input files.
+#labels Phase-Deploy
+
+Input files should be plain text files with the extension `.csv`. For
plain input files, each input should be on its own line, and should consist
only of symbols defined in your model file.
+
+{{{
+mama
+data
+baba
+}}}
+
+For cyclic and two-tiered evaluation, morphologically complex inputs must
be specially marked. Mark stem boundaries in the input with \#, and
inter-affix boundaries with \.
+
+{{{
+a\#baba\#da\.ba
+ba\.pa\.ba\#bada\#ba
+\#ba\#ta
+}}}
+
+For two-tiered evaluation with pre-specified input-output pairs, put both
the input and the output on the same line, separated by a comma.
+
+{{{
+data, dada
+\#ba\#ta, \#ba\#da
+}}}