Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    # Program to count minimal pairs by gender
    ...
    print "Female:";
    print $minresgen {"Female"};
    }
    
  2. or download this
    <strong>S1</strong>: Native-Speaker Status: Native speaker, American E
    +nglish; Academic Role: Senior Undergraduate; Gender: Male; Age: 17-23
    +; Restriction: None<br>
    <strong>S2</strong>: Native-Speaker Status: Native speaker, American E
    +nglish; Academic Role: Researcher; Gender: Male; Age: 31-50; Restrict
    +ion: Cite<br>
    <strong>S3</strong>: Native-Speaker Status: Native speaker, American E
    +nglish; Academic Role: Junior Undergraduate; Gender: Female; Age: 17-
    +23; Restriction: None<br> 
    ...
    <p><b>S1: </b> it was presented to them by Chuck D and Public Enemy.  
    +<font color="#ff6600"><b> [S2: </b> mhm  <b> ] </b></font> and the re
    +st of th- Public Enemy and you know and and Chuck D's f- publicly get
    +s up and says you know they were with us from the beginning and,  <fo
    +nt color="#ff6600"><b> [S2: </b> <font color="#3333ff"> mhm </font>  
    +<b> ] </b></font> <font color="#3333ff"> all that </font> now wheth- 
    +whether or not you know that he was reading a TelePrompTer,  <font co
    +lor="#ff6600"><b> [S2: </b> mhm  <b> ] </b></font> or or not i i thin
    +k is uh </p>
    
     <p><b>S2: </b> or if he was trying to make nice because of the fact t
    +hat Public Enemy hasn't sold records lately,  <font color="#ff6600"><
    +b> [S1: </b> right  <b> ] </b></font> and he doesn't wanna look like 
    +some kinda old sourpuss </p>
    
  3. or download this
    Use of uninitialized value in hash element at C:\Documents and 
    Settings\Owner\Desktop\minres10.pl.txt line 62, <> line 557 (#1)
    
    ...
    
    Use of uninitialized value in print at C:\Documents and 
    Settings\Owner\Desktop\minres10.pl.txt line 80, <> line 557 (#1)
    
  4. or download this
    Variable "$speakerID" is not imported at C:\Documents and 
    Settings\Owner\Desktop\minres10.pl.txt line 67 (#1)
    
    ...
    variables must either be lexically scoped (using "my"), 
    declared beforehand using "our," or explicitly qualified 
    to say which package the global variable is in (using "::").