Exemple #1
0
 def __init__(self, grammar_path, expand_binaries=False):
     self.grammar = PCFG.from_file(grammar_path, expand_binaries)