Skip to content

Commit

Permalink
conll-2012 directory structure
Browse files Browse the repository at this point in the history
Make the preprocessing of ontonotes compatible with the directory structure produced by skeleton2conll.sh script of conll-2012 shared task
  • Loading branch information
ghaddarAbs committed Mar 14, 2018
1 parent 0ab7b7f commit 1343832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/ontonotes/ontonotes.conf
Expand Up @@ -2,8 +2,8 @@

# Set up CoNLL-2003 train/test/dev data
export data_name="ontonotes"
export raw_data_dir="$DATA_DIR/conll-2012"
export data_files=( "train" "dev" "test" )
export raw_data_dir="$DATA_DIR/conll-2012/v4/data"
export data_files=( "train" "development" "test" )
# todo get this number automagically
export max_sent_len=126
export process_script="$DILATED_CNN_NER_ROOT/src/tsv_to_tfrecords.py"
Expand Down

0 comments on commit 1343832

Please sign in to comment.