Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
home
/
cluster1
/
data
/
bu01
/
1121861
/
logs
/
mmaxwell
/
Upload File :
New :
File
Dir
//proc/self/root/home/cluster1/data/bu01/1121861/logs/mmaxwell/Files.txt
This file describes the various project files. Created by Mike Maxwell. -------------------------------------------------- Debug.xfst: For testing purposes; checks the alphabet, etc. makefile: Builds the various runtime files used in the parser, and runs tests. NahTab2MultLexc.py: Converts the stems as stored from a tab delimited input (extracted from the Dictionary.sfm file by the makefile) into separate files for each POS. The fields include the base form (may need to extract the root from this), the paradigm class (where relevant), and (eventually) either a gloss or a UID. PhonologyClasses.xfst: Defines phonological classes (vowels, labials...) used by SurfaceForms.xfst. SurfaceForms.xfst: Defines a few readjustment rules and phonological rules to convert underlying forms from UnderlyingForms.xfst to surface forms. UnderlyingForms.xfst: Morphotactics; creates the underlying form of inflected verbs, using the stems from VerbStems.xfst. Eventually, inflected forms of other POSs will be treated in this file as well. VerbLex.lexc: Lexicon of verb roots. Currently (Feb 2004) hand-built, but eventually this file (and similar files for other POSs) will be auto-generated from the Shoebox lexicon. VerbPrefixes.xfst: Verbal prefixes. VerbStems.xfst: Converts the roots from VerbLex.lexc (above) into their corresponding short, long, and lexical stems. Also creates the allomorphs of the (regular) aspectual suffixes, which are effectively compound verbs. WordAnalyses.xfst: Creates a series of files containing all the inflected wordforms of Nahuatl that we can generate, with one wordform per line.