You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
voje 4dcb5bf397
tidy up
5 years ago
bilateral-srl@86642e1866 added some data and updated README.md 5 years ago
data parsed links 5 years ago
dockerfiles tidy up 5 years ago
tools ready for SRL tagging 5 years ago
.gitignore connl2009 output for kres 5 years ago
.gitmodules added some data and updated README.md 5 years ago
README.md added msd-humal-sl.tbl 5 years ago
data_format.xml msdmap.py 5 years ago

README.md

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