From 0b04b1330a45fdb0108055d322ee7c5588b74bb8 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Sat, 23 Jul 2011 19:00:35 +0800 Subject: begin to write estimate.py --- lib/myconfig.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/myconfig.py') diff --git a/lib/myconfig.py b/lib/myconfig.py index efed55c..73e6b76 100644 --- a/lib/myconfig.py +++ b/lib/myconfig.py @@ -44,6 +44,16 @@ class MyConfig: def getEstimatesModel(self): return self.m_estimates_model + m_estimate_index = 'estimate.index' + + def getEstimateIndex(self): + return self.m_estimate_index + + m_sorted_estimate_index = 'estimate.sorted.index' + + def getSortedEstimateIndex(self): + return self.m_sorted_estimate_index + m_evals_text = \ '/media/data/Program/trainer/tools/libpinyin/data/evals.text' -- cgit