Skip to content

Commit

Permalink
update myconfig.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epico committed Apr 1, 2013
1 parent 16abd5f commit 3179af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/myconfig.py
Expand Up @@ -142,10 +142,10 @@ def getNgramMinimumOccurrence(self):
return 9 # minimum word occurrence in n-gram table

def getPartialWordThreshold(self):
return 0.60 # the first 60% in position
return 0.50 # the first 50% in position

def getNewWordThreshold(self):
return 0.79 # the first 79% in position, subject verb object.
return 0.60 # the first 60% in position, subject verb object.

def getMinimumEntropy(self):
return 0.01
Expand Down

0 comments on commit 3179af0

Please sign in to comment.