Skip to content

Commit

Permalink
original roth properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalg authored and Stanford NLP committed Sep 11, 2013
1 parent a50d77d commit 9cb9132
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ parse.maxlen = 100
datasetReaderClass = edu.stanford.nlp.ie.machinereading.domains.roth.RothCONLL04Reader

#Data directory for training
#trainPath = /u/nlp/data/RothCONLL04/conll04.corp
trainPath = temp.txt
trainPath = /u/nlp/data/RothCONLL04/conll04.corp

crossValidate = true
kfold = 2

# where to save training sentences
serializedTrainingSentencesPath = tmp/roth_sentences.ser

serializedTestSentencesPath = tmp/roth_test.ser

# where to store the output of the extractor (sentence objects with relations generated by the model)
serializedRelationExtractorPath = tmp/roth_relation_model.ser

Expand Down

0 comments on commit 9cb9132

Please sign in to comment.