Go to file
2019-02-19 08:07:03 +01:00
bilateral-srl@86642e1866 added some data and updated README.md 2019-01-29 07:55:13 +01:00
data asdf 2019-02-19 08:07:03 +01:00
dockerfiles asdf 2019-02-19 08:07:03 +01:00
tools asdf 2019-02-19 08:07:03 +01:00
.gitignore connl2009 output for kres 2019-02-14 08:16:45 +01:00
.gitmodules added some data and updated README.md 2019-01-29 07:55:13 +01:00
data_format.xml msdmap.py 2019-02-10 23:23:24 +01:00
README.md added msd-humal-sl.tbl 2019-02-14 08:18:06 +01:00

cjvt-srl-tagging

We'll be using mate-tools to perform SRL on Kres.

workspace

The tools require Java. See ./dockerfiles/python-java/README.md for environment preparation.

mate-tools

Check out ./tools/srl-20131216/README.md.

Scripts

Check all possible xml tags (that occur after the tag.
'cat F0006347.xml.parsed.xml | grep -A 999999999999 -e '' | grep -o -e '<[^" "]*' | sort | uniq'

Tools

  • Parser for reading both SSJ500k 2.1 TEI xml and Kres F....xml.parsed.xml" files found in ./tools/parser/parser.py.

Sources