From 4e36f08dce2034fcf9a813313c1653e5ae725e58 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 16 Jan 2013 11:48:12 +0800 Subject: improves populatebigram.py --- lib/myconfig.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/myconfig.py b/lib/myconfig.py index c0b3ad2..df9c746 100644 --- a/lib/myconfig.py +++ b/lib/myconfig.py @@ -141,6 +141,9 @@ class MyConfig: def getMaximumIteration(self): return 20 # roughly around N + def getBigramFileName(self): + return "bigram.db" + def getWordsListFileName(self): return "words.txt" -- cgit