summaryrefslogtreecommitdiffstats
path: root/lib/myconfig.py
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-07-23 19:00:35 +0800
committerPeng Wu <alexepico@gmail.com>2011-07-23 19:00:35 +0800
commit0b04b1330a45fdb0108055d322ee7c5588b74bb8 (patch)
tree0386f23d902662b3ac72bdb489f594aa12e140d8 /lib/myconfig.py
parent9e6e016aae1ac59822e7cc6a7e455d19c723413d (diff)
downloadtrainer-0b04b1330a45fdb0108055d322ee7c5588b74bb8.tar.gz
trainer-0b04b1330a45fdb0108055d322ee7c5588b74bb8.tar.xz
trainer-0b04b1330a45fdb0108055d322ee7c5588b74bb8.zip
begin to write estimate.py
Diffstat (limited to 'lib/myconfig.py')
-rw-r--r--lib/myconfig.py10
1 files changed, 10 insertions, 0 deletions
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'