Example #1
0
def repos2source_entry(args):
    return repos2_entry(args, Repo2SourceTransformer)
Example #2
0
def repos2nbow_entry(args):
    return repos2_entry(args, Repo2nBOWTransformer)
Example #3
0
File: uast.py Project: ufwt/ast2vec
def repos2uast_entry(args):
    return repos2_entry(args, Repo2UASTModelTransformer)
Example #4
0
def repos2coocc_entry(args):
    return repos2_entry(args, Repo2CooccTransformer)