Skip to content

Commit

Permalink
changed default tagger and tag validation RegExp
Browse files Browse the repository at this point in the history
  • Loading branch information
elishowk committed Feb 1, 2011
1 parent 0600a6b commit 7559d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ extraction:
ngramMax: 1
minWordSize: 3
# under "basedirectory" directory, delete this file to regenerate a new one
tagger: "conll2000_brill_aubt.pickle"
tagger: "conll2000_aubt.pickle"
# Reg Expression for NGram extraction
postag_valid: '^((VB,|VBD,|VBG,|VBN,|CD.?,|JJ.?,|\?,){0,2}?(N.?,|\?,)(CD.,)?)+?((PREP.?|DET.?,|IN.?,|CC.?,|\?,)((VB,|VBD,|VBG,|VBN,|CD.?,|JJ.?,|\?,){0,2}?(N.?,|\?,))+?)*?$'
postag_valid: '^((VB,|VBD,|VBG,|VBN,|CD.?,|JJ.?,|\?,){0,2}?(N.?,|\?,)+?(CD.,)?)+?((PREP.?|DET.?,|IN.?,|CC.?,|\?,)((VB,|VBD,|VBG,|VBN,|CD.?,|JJ.?,|\?,){0,2}?(N.?,|\?,)+?)+?)*?$'

0 comments on commit 7559d18

Please sign in to comment.