Skip to content

Commit 43561f8

Browse files
committed
-
1 parent e4480de commit 43561f8

11 files changed

+18
-0
lines changed

demo.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# To run on a conll formatted file, add the --conll command line argument.
1010
#
1111

12+
# code from http://stackoverflow.com/a/1116890
1213
function readlink()
1314
{
1415
TARGET_FILE=$2

parse.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
# code from http://stackoverflow.com/a/1116890
34
function readlink()
45
{
56
TARGET_FILE=$2

parser_trainer_test.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22
set -eux
3+
4+
# code from http://stackoverflow.com/a/1116890
35
function readlink()
46
{
57
TARGET_FILE=$2

sejong/c2d.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -o nounset
44
set -o errexit
5+
6+
# code from http://stackoverflow.com/a/1116890
57
function readlink()
68
{
79
TARGET_FILE=$2

sejong/env.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

33
set -o errexit
4+
5+
# code from http://stackoverflow.com/a/1116890
46
function readlink()
57
{
68
TARGET_FILE=$2

sejong/split.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -o nounset
44
set -o errexit
5+
6+
# code from http://stackoverflow.com/a/1116890
57
function readlink()
68
{
79
TARGET_FILE=$2

test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# To run on a conll formatted file, add the --conll command line argument.
44

5+
# code from http://stackoverflow.com/a/1116890
56
function readlink()
67
{
78
TARGET_FILE=$2

test_sejong.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# To run on a conll formatted file, add the --conll command line argument.
44

5+
# code from http://stackoverflow.com/a/1116890
56
function readlink()
67
{
78
TARGET_FILE=$2

train.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -o nounset
44
set -o errexit
5+
6+
# code from http://stackoverflow.com/a/1116890
57
function readlink()
68
{
79
TARGET_FILE=$2

train_p.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -o nounset
44
set -o errexit
5+
6+
# code from http://stackoverflow.com/a/1116890
57
function readlink()
68
{
79
TARGET_FILE=$2

train_sejong.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -o nounset
44
set -o errexit
5+
6+
# code from http://stackoverflow.com/a/1116890
57
function readlink()
68
{
79
TARGET_FILE=$2

0 commit comments

Comments
 (0)