forked from kristjan/cjvt-srl-tagging
ready to go
This commit is contained in:
@@ -11,7 +11,9 @@ Check out `./tools/srl-20131216/README.md`.
|
||||
|
||||
## Scripts
|
||||
Check all possible xml tags (that occur after the <body> tag.
|
||||
'cat F0006347.xml.parsed.xml | grep -A 999999999999 -e '<body>' | grep -o -e '<[^" "]*' | sort | uniq'
|
||||
``` bash
|
||||
cat F0006347.xml.parsed.xml | grep -A 999999999999 -e '<body>' | 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`.
|
||||
@@ -26,6 +28,11 @@ $ 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 > tagging.log &
|
||||
```
|
||||
|
||||
# Makefile
|
||||
The Makefile follows certain steps:
|
||||
1. Create a fillpred model.
|
||||
|
||||
Reference in New Issue
Block a user