; ; This is the initialization file for the programme Lexa Words. It is a ; normal ASCII text file which you can edit with any text editor (such ; as Lexa Text). ; ; Note that the programme only reads information from those ; lines which do NOT begin with a semi-colon. ; ; To indicate a positive value for a parameter you may type either ; the word "yes" or the number "1" (without inverted commas). A ; negative value is symbolised by either "no" or "0". ; ; The backslash is a so-called escape character. By this is meant ; that the character immediately following it is interpreted at its ; literal value, despite the fact that it is a special character for ; the programme in question. For instance "\;" is intepreted as a ; simple semi-colon, i.e. not as a comment. ; ; If you change any parameters then be very careful to keep ; to the pre-determined format as outlined in the comments below. ; ; Lexa Words only reads the setup file on starting. To operate the programme ; with altered parameters you must exit, edit this initialisation file ; and start Lexa Words again. ; ; ;---------------------------------------------------------------------------; ; ; 1: Name of Text File to be examined ; BEOWULF.TXX ; ; 2: Name of Word Index File to be used with Text File ; (Lexa Words assumes that this has the same name as the text file, ; but the extension .WDX) ; BEOWULF.WDX ; ; Note if names are specified for the above two files (as is the case here) ; then Lexa Words will automatically open the text file and index (so-called ; autostart mode) ; 3: File Template to be used for directory listing on desktop ; *.TXT ; ; 4: Name of Stop Words File (leave this line empty if you do not ; want any to be used) ; ;NOSEARCH.STP ; ; 5: Is Lexa Words to use an index which is a subset of the words in ; a text file? This is useful if you are interested in a group of ; words and wish to see if they are present in a text or texts ; no ; ; 6: Name of ASCII text file with a list of words to look for with Lexa Words ; ;VERBFORM.LST ; ; 7: Current directory to be used for search ; (Leave empty if you do not want to change dir.) ; ; ; 8: Line at which to start analysis ; (default = 1, leave line empty for this) ; ; 9: Line at which to end analysis ; (default = last line of text, leave line empty for this) ; ; 10: Ignore Case during searches? ; yes ; ; 11: Only search for whole words? ; yes ; ; 12: Ignore COCOA header at beginning of file? ; yes ; ; 13: Ignore Helsinki Corpus comments? ; yes ; ; 14: Character which introduces a Comment Line in a Text File ; \; ; ; 15: Characters which delimit User-defined Comments ; [] ; ; 16: Character which functions as a delimiter between a word and ; the tag attached to it (default = underscore) _ ; ; 17: What characters are to count as punctuation? ; _-,.;:`'"!? ()[]{}<> ; ; ; 18: Exclude characters below ASCII 32 from index? ; yes ; ; 19: Exclude characters above ASCII 128 from index? ; ;yes no ; ; 20: Name of user's text editor ; LTEXT ; ; 21: Name of file with user-defined sorting information ; HELSINKI.CEF ; ; 22: Template for file listing on dekstop ; *.TXX ; ; End of Lexa Words setup file ; ;