|
1 year ago | |
---|---|---|
bilateral-srl@86642e1866 | 1 year ago | |
data | 1 year ago | |
dockerfiles | 1 year ago | |
parser | 1 year ago | |
tools | 1 year ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
data_format.xml | 1 year ago |
We'll be using mate-tools to perform SRL on Kres.
The tools require Java.
Go to ./dockerfiles/python-java/
and run make
.
You should get a docker environment, mounting this repo.
Check out ./tools/srl-20131216/README.md
.
Check all possible xml tags (that occur after the tag.
cat F0006347.xml.parsed.xml | grep -A 999999999999 -e '<body>' | grep -o -e '<[^" "]*' | sort | uniq
SSJ500k 2.1 TEI xml
and Kres F....xml.parsed.xml"
files found in ./tools/parser/parser.py
.fillpred_model
for creating a yes/no model for preditcing the predicate (based on ssj500k data).$ cd ./dockerfiles/python-java`
$ make
# you should be inside a container now
$ cd ./cjvt-srl-tagging
$ make
If you want to run it on a server overnight, you might want to use nohup
, so you can close the ssh connection without closing the process.
$ nohup make &
See progress in generated logfile (check git root).
The Makefile follows certain steps:
.xml
files and create .tsv
files..tsv
files.