Due: Friday 4/6, 5pm.
Both parts of this assignment are to be carried out on patas, so step one is logging in to patas.
lexparser.csh ~ebender/lab2-input.txt
This will cause the parser output to be printed out on your screen, which is maybe interesting, but not very helpful. (NB: Some of what is printed is error messages about the parser not having enough memory. If we were interested in using the output of the parser as automatic annotations, we would need to adjust its memory settings to get rid of these errors, but for present purposes they are not problematic.)
lexparser.csh ~ebender/lab2-input.txt > ~/lab2-output.txt
This will put the output into the file called lab2-output.txt in your home directory, but still print some messages to the screen.
lexparser.csh ~ebender/lab2-input.txt 1> ~/lab2-output.txt 2> ~/lab2-output.err
scp username@patas.ling.washington.edu:~/lab2-output.txt .
The computer should prompt you for your patas password and then copy the file to your current directory on your local machine.
/corpora/LDC/LDC99T42/RAW/parsed/mrg/brown/cf/cf01.mrg
Below the constituent structure for the sentence are a set of lines giving a dependency structure.
Background information
cp -r ~ebender/p2fa-files ~
scp -r username@patas.ling.washington.edu:~/p2fa-files .
scp cleanscrappletranscript.txt username@patas.ling.washington.edu:~/p2fa-files/
cd ~/p2fa-files align.py SP19CF2J__SP20CF2J_conversationalshort.wav cleanscrappletranscript.txt scrapple.TextGrid
NB: Tab completion can be very useful here. When you type that command, rather than typing the full file name of the .wav file, type S then tab then _ then tab. You can do the same for the transcript file. The third argument there is the name of the output file. Since this doesn't exist until the program runs (the first time; the second time it will overwrite) you'll have to type it in full.
scp username@patas.ling.washington.edu:~/p2fa-files/scrapple.TextGrid .