# unigram bigram pattern file for CMU Seminars # Alex Fraser # # used in run_binary_train_test.sh # # Comments show the actual feature that will be generated by Wapiti for the first example in train.txt u1:%x[0,0] #-> 1:Time: u2:%x[0,1] #-> 2:3:30 u3:%x[0,2] #-> 3:PM u4:%x[0,3] #-> 4:Place: #u5:%x[0,4] u6:%x[0,5] #-> 6:DCD #u7:%x[0,6] #u8:%x[0,7] #u9:%x[0,8] u10:%x[0,0]/%x[0,1] #-> 10:Time:/3:30 u11:%x[0,1]/%x[0,2] #-> 11:3:30/PM u12:%x[0,2]/%x[0,3] #-> 12:PM/Place: