Instructions for the Charniak Parser on monroe. ----------------------------------------------- First time you login: -------------------- - ssh to monroe.cs.ucf.edu (password should be same as eola). - Edit ".login" (can use "pico .login"): - Find the line "setenv LD_LIBRARY_PATH ..." - Append ":/local/lib" to the line - create a script to run the parser (possibly title it "chparse"): - Place the following in the file (type "pico chparse"): #!/bin/sh /local/gomez/parser05Aug16/PARSE/parseIt /local/gomez/parser05Aug16/DATA/EN/ $1 - Notice the parser is in the directory "/local/gomez/parser05Aug16/" - Save the script and make it executable (type "chmod 755 chparse"). - Logout (or type "setenv LD_LIBRARY_PATH /local/lib"). Running the parser: ------------------ - Information about formatting of the input is in "/local/gomez/parser05Aug16/README". - After loging into monroe, use your script from your home directory: - "chparse input.txt >output.txt" - Remember each sentence in "input.txt" should be of the form: This is a sentence.