Home | History | Annotate | Download | only in ltp

Lines Matching refs:ltp

13 class ltp(test.test):
34 # http://sourceforge.net/projects/ltp/files/LTP%20Source/ltp-20120104/
35 # ltp-full-20120104.bz2
36 def setup(self, tarball = 'ltp-full-20120104.bz2'):
59 # job.run_test('ltp', '-f math')
61 # job.run_test('ltp', '-f math -s float_bessel')
63 # job.run_test('ltp', '-f math,mm')
72 logfile = os.path.join(self.resultsdir, 'ltp.log')
73 outfile = os.path.join(self.resultsdir, 'ltp.out')