c9469fe6f125a2178ccafa904b8afe7ed64a0008,qanta/pipeline/preprocess.py,KenLM,output,#KenLM#,69

Before Change


        shell("rm /tmp/wiki_sent temp/kenlm.arpa")

    def output(self):
        return LocalTarget("output/kenlm.binary")


class WikifierInput(Task):
    def requires(self):

After Change


        shell("rm /tmp/wiki_sent temp/kenlm.arpa")

    def output(self):
        return LocalTarget(c.KEN_LM)


class WikifierInput(Task):
    def requires(self):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 6

Instances


Project Name: Pinafore/qb
Commit Name: c9469fe6f125a2178ccafa904b8afe7ed64a0008
Time: 2016-08-24
Author: ski.rodriguez@gmail.com
File Name: qanta/pipeline/preprocess.py
Class Name: KenLM
Method Name: output


Project Name: Pinafore/qb
Commit Name: 0454f7f837fdeabc4f9f38a83395c4c2b07d5eef
Time: 2016-06-25
Author: ski.rodriguez@gmail.com
File Name: qanta/pipeline.py
Class Name: CreateGuesses
Method Name: output


Project Name: Pinafore/qb
Commit Name: 0454f7f837fdeabc4f9f38a83395c4c2b07d5eef
Time: 2016-06-25
Author: ski.rodriguez@gmail.com
File Name: qanta/pipeline.py
Class Name: BuildClm
Method Name: output