示例#1
0
文件: preprocess.py 项目: nadesai/qb
 def run(self):
     dump_path = os.path.abspath('data/external/wikipedia/parsed-wiki/*/*')
     create_wikipedia_cache(dump_path)
     shell('touch data/external/wikipedia/cache_SUCCESS')
示例#2
0
 def run(self):
     create_wikipedia_cache()
示例#3
0
文件: preprocess.py 项目: Pinafore/qb
 def run(self):
     create_wikipedia_cache()