This is the Subversion repository for ParGram c- and f-structures. You need Subversion (subversion.apache.org) to use this repository. To add your structures to the repository, create a directory on the top level with the name of the language ('svn mkdir language'), and 'eps', 'pl' and 'tex' subdirectories in there. Then, add your structures/sentences in the appropriate format to the directories; simply copying the structures in there won't do the trick --- you need to add them to the repository by using 'svn add filename'. Naming convention for the files: languagecode-sentence#-{cs|fs}.eps, where sentence# is the three-digit number of the sentence in the ParGram testsuite and language code is the three-letter ISO 639-3 code for the language. Example: urd-022-fs.eps (f-structure for 22nd sentence parsed with Urdu grammar saved as eps file); languagecode-sentence#-fs.pl. Example: eng-022-fs.pl (prolog representation of c- and f-structure for 22nd sentence parsed with English grammar, both structures in a single file); languagecode-sentence#-gloss.tex. Example: ind-022-gloss.tex (gloss file for 22nd sentence in Indonesian, in LaTeX format; use UTF8 encoding and the Leipzig Glossing Rules as much as possible).