Difference between revisions of "ASSERT"
From CompSemWiki
Jump to navigationJump to search (Created page with 'This is [http://cemantix.org/assert.html Sameer's] semantic role labeler. This is installed on verbs.colorado.edu (in /home/verbs/shared/propbank/assert-v0.14b). To run, includ…') |
|||
Line 1: | Line 1: | ||
− | + | = Overview = | |
+ | ASSERT is a semantic role labeler written and supported by [http://cemantix.org/assert.html Sameer Pradhan]. | ||
+ | = Installation = | ||
This is installed on verbs.colorado.edu (in /home/verbs/shared/propbank/assert-v0.14b). | This is installed on verbs.colorado.edu (in /home/verbs/shared/propbank/assert-v0.14b). | ||
+ | The [http://hlt030.cse.ust.hk/research/c-assert/ c-assert] extension is also installed. | ||
+ | |||
+ | = Running ASSERT = | ||
+ | * source the .cshrc or the .bashrc in the directory /home/verbs/guest/spradhan/software/assert-v0.14b | ||
+ | For bash users | ||
+ | . /home/verbs/guest/spradhan/software/assert-v0.14b/.bashrc | ||
+ | For csh users | ||
+ | source /home/verbs/guest/spradhan/software/assert-v0.14b/.cshrc | ||
+ | |||
+ | You can also add these above commands to your .bashrc or .cshrc in your home directory | ||
− | + | * Run the assert top-level script | |
− | + | /home/verbs/guest/spradhan/software/assert-v0.14b/scripts/assert <filename> | |
− | + | where filename is the path to a file with a list of lines, one sentence per line (pre-sentence segmented). Output will be sent to stdout AND saved in <filename>.parses |
Latest revision as of 11:11, 6 January 2010
Overview
ASSERT is a semantic role labeler written and supported by Sameer Pradhan.
Installation
This is installed on verbs.colorado.edu (in /home/verbs/shared/propbank/assert-v0.14b). The c-assert extension is also installed.
Running ASSERT
- source the .cshrc or the .bashrc in the directory /home/verbs/guest/spradhan/software/assert-v0.14b
For bash users
. /home/verbs/guest/spradhan/software/assert-v0.14b/.bashrc
For csh users
source /home/verbs/guest/spradhan/software/assert-v0.14b/.cshrc
You can also add these above commands to your .bashrc or .cshrc in your home directory
- Run the assert top-level script
/home/verbs/guest/spradhan/software/assert-v0.14b/scripts/assert <filename>
where filename is the path to a file with a list of lines, one sentence per line (pre-sentence segmented). Output will be sent to stdout AND saved in <filename>.parses